gdb: Handle alignment for C++ structures with static members
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
bf9a735e
AB
12019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/align.exp: Extend to compile in both C and C++, and add
4 tests for structs with static members.
5
8791793c
TT
62019-02-26 Tom Tromey <tromey@adacore.com>
7
8 * gdb.python/py-value.exp (test_value_from_buffer): Check for
9 ValueError, not TypeError.
10
bc2a507e
KB
112019-02-26 Kevin Buettner <kevinb@redhat.com>
12
13 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
14 call from main program.
15
e0e7d3bd
JB
162019-02-23 Joel Brobecker <brobecker@adacore.com>
17
18 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
19 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
20 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
21 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
22 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
23
9600246d
KS
242019-02-22 Keith Seitz <keiths@redhat.com>
25
26 PR symtab/23853
27 * gdb.base/symlink-sourcefile.c: New file.
28 * gdb.base/symlink-sourcefile.exp: New file.
29
0c95f9ed
TT
302019-02-20 Tom Tromey <tom@tromey.com>
31
32 * gdb.base/info_qt.exp: Update.
33
6caa91b6
SM
342019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
35
36 * gdb.base/source.exp: Move "error in sourced script" code to
37 the end.
38 * gdb.base/source-error.gdb: Move contents to
39 source-error-1.gdb. Add new code to source source-error-1.gdb.
40 * gdb.base/source-error-1.gdb: New file, from previous
41 source-error.gdb.
42
6506371f
TT
432019-02-17 Tom Tromey <tom@tromey.com>
44
45 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
46 for macro styling.
47 * gdb.base/style.c (SOME_MACRO): New macro.
48
a0087920
TT
492019-02-17 Tom Tromey <tom@tromey.com>
50
51 * gdb.base/style.exp: Add line-wrapping tests.
52 * gdb.base/page.exp: Add test for quitting during pagination.
53
a2cd4f14
JB
542019-02-17 Joel Brobecker <brobecker@adacore.com>
55
56 * gdb.ada/big_packed_array: New testcase.
57 * gdb.ada/homonym.exp: Fix incorrect expected output for
58 "break <homonym__get_value>" test.
59
9d70ffbc
WP
602019-02-13 Weimin Pan <weimin.pan@oracle.com>
61
62 PR breakpoints/21870
63 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
64 and prepare_for_testing. Add comment.
65 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
66 redundant cleanup call. Clean up comment.
67
01c7ae81
WP
682019-02-12 Weimin Pan <weimin.pan@oracle.com>
69
70 PR breakpoints/21870
71 * gdb.arch/aarch64-dbreg-contents.exp: New file.
72 * gdb.arch/aarch64-dbreg-contents.c: New file.
73
aff29d1c
JB
742019-02-10 Joel Brobecker <brobecker@adacore.com>
75
76 * gdb.ada/mi_ref_changeable: New testcase.
77
df0da8a2
AH
782019-02-07 Alan Hayward <alan.hayward@arm.com>
79
80 * gdb.base/attach.exp: Add double attach test.
81
bd447abb
SM
822019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
83
84 * lib/gdb.exp (default_gdb_start): Don't match pagination
85 prompt.
86 (gdb_init): Set stty_init.
87
1dbc40b9
TT
882019-01-27 Tom Tromey <tom@tromey.com>
89
90 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
91 skip_python_tests.
92
353229bf
AH
932019-01-24 Alan Hayward <alan.hayward@arm.com>
94
95 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
96 New structure.
97 (struct struct_static_02_02): Likewise.
98 (struct struct_static_02_03): Likewise.
99 (struct struct_static_02_04): Likewise.
100 (struct struct_static_04_01): Likewise.
101 (struct struct_static_04_02): Likewise.
102 (struct struct_static_04_03): Likewise.
103 (struct struct_static_04_04): Likewise.
104 (struct struct_static_06_01): Likewise.
105 (struct struct_static_06_02): Likewise.
106 (struct struct_static_06_03): Likewise.
107 (struct struct_static_06_04): Likewise.
108 (cmp_struct_static_02_01): Likewise.
109 (cmp_struct_static_02_02): Likewise.
110 (cmp_struct_static_02_03): Likewise.
111 (cmp_struct_static_02_04): Likewise.
112 (cmp_struct_static_04_01): Likewise.
113 (cmp_struct_static_04_02): Likewise.
114 (cmp_struct_static_04_03): Likewise.
115 (cmp_struct_static_04_04): Likewise.
116 (cmp_struct_static_06_01): Likewise.
117 (cmp_struct_static_06_02): Likewise.
118 (cmp_struct_static_06_03): Likewise.
119 (cmp_struct_static_06_04): Likewise.
120 (call_all): Test new structs.
121 * gdb.base/infcall-nested-structs.exp: Likewise.
122
73021deb
AH
1232019-01-21 Alan Hayward <alan.hayward@arm.com>
124 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
125
fc65c7db
AH
1262019-01-21 Alan Hayward <alan.hayward@arm.com>
127 * gdb.base/stack-protector.c: New test.
128 * gdb.base/stack-protector.exp: New file.
129 * gdb.cp/ovldbreak.exp: Only allow a single break line.
130 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
131 option.
132 (gdb_compile): Remove stack protector for GCC and prevent
133 recursion.
134
c24bdb02
KS
1352019-01-16 Keith Seitz <keiths@redhat.com>
136
137 PR gdb/23773
138 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
139
6f072a10
PFC
1402019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
141
142 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
143 aliases.
144 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
145 tests.
146 * gdb.arch/powerpc-vector-regs.c: New file.
147 * gdb.arch/powerpc-vector-regs.exp: New file.
148
a7b8d682
PFC
1492019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
150
151 * gdb.arch/altivec-regs.exp: Fix the list passed to
152 gdb_expect_list when testing "info vector".
153
6eb6fb67
AB
1542019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
155
156 * gdb.base/style.exp: Don't include path in testname.
157
b56f80d8
KS
1582019-01-10 Keith Seitz <keiths@redhat.com>
159
160 PR gdb/23712
161 PR symtab/23010
162 * gdb.dwarf2/multidictionary.exp: New file.
163
041be526
SM
1642019-01-09 Simon Marchi <simon.marchi@ericsson.com>
165
166 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
167 (test_gnuv3_style_demangling): ... this.
168 (test_lucid_style_demangling): Remove.
169 (test_arm_style_demangling): Remove.
170 (test_hp_style_demangling): Remove.
171 (do_tests): Remove calls to the above.
172
d820d0c3
AB
1732019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
176 case.
177
f097f5ad
TT
1782019-01-06 Tom Tromey <tom@tromey.com>
179
180 PR gdb/28155:
181 * gdb.dwarf2/typedef-void-finish.exp: New file.
182
2cd8cc0b
TT
1832018-12-28 Tom Tromey <tom@tromey.com>
184 Simon Marchi <simark@simark.ca>
185
186 * gdb.base/jit-exec.exp: New file.
187 * gdb.base/jit-exec.c: New file.
188 * gdb.base/jit-execd.c: New file.
189
35fb8261
TT
1902018-12-28 Tom Tromey <tom@tromey.com>
191
192 * gdb.base/style.exp: Update test to check for address styling.
193
47fd17cd
TT
1942018-12-28 Tom Tromey <tom@tromey.com>
195
196 * gdb.base/style.exp: Add test for styling of "Reading symbols"
197 message.
198
d47032b7
TT
1992018-12-28 Tom Tromey <tom@tromey.com>
200
201 * gdb.base/style.exp: Add test for version number styling.
202
af79b68d
TT
2032018-12-28 Tom Tromey <tom@tromey.com>
204
205 * gdb.base/style.exp: Add test for print_address_symbolic.
206
0bb296cb
TT
2072018-12-28 Tom Tromey <tom@tromey.com>
208
209 * gdb.base/style.exp: Add test for breakpoint setting.
210
80ae2043
TT
2112018-12-28 Tom Tromey <tom@tromey.com>
212
213 * gdb.base/style.exp: Add test for variable names.
214
cbe56571
TT
2152018-12-28 Tom Tromey <tom@tromey.com>
216
217 * gdb.base/style.exp: New file.
218 * gdb.base/style.c: New file.
219
9162a27c
TT
2202018-12-28 Tom Tromey <tom@tromey.com>
221
222 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
223 "dumb".
224 * gdb.base/readline.exp (operate_and_get_next): Save and restore
225 the TERM environment variable.
226
bc543c90
TT
2272018-12-27 Tom Tromey <tom@tromey.com>
228
229 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
230 pagination test.
231
6f0ffe50
AB
2322018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
233
234 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
235 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
236
b5a1e557
PW
2372018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
238
239 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
240 Filename a.adb changed to bp_fun_addr.adb.
241 gdb.ada/bp_fun_addr.exp: Update test accordingly.
242
6e8b1ab2
JV
2432018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
244
245 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
246 non-PIE executables.
247 * README: Mention the gdb,nopie_flag board setting.
248 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
249 non-PIE executable.
250 * gdb.arch/amd64-entry-value.exp: Likewise.
251 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
252 * gdb.arch/i386-float.exp: Likewise.
253 * gdb.arch/i386-signal.exp: Likewise.
254 * gdb.mi/mi-reg-undefined.exp: Likewise.
255
d00a27c5
PM
2562018-12-21 Paul Marechal <paul.marechal@ericsson.com>
257
258 PR gdb/23974
259 * gdb.base/info-os.exp: Check return for unknown "info os" type.
260
161d081c
PW
2612018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
262
263 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
264 Update order of results accordingly.
265
b001de23
AB
2662018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
267
268 * gdb.base/annota1.exp: Update a test regexp.
269
99e1a184
AB
2702018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
273
7a81c1e2
PW
2742018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
275
276 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
277 (reuse_time): Initialize to REUSE_TIME_CAP.
278 (check_rc): New function.
279 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
280 Check pthread_create rc.
281 (spawner_thread_func): Check pthread_create and pthread_join rc.
282
73e8dc90
PA
2832018-12-08 Pedro Alves <palves@redhat.com>
284
285 * gdb.base/list.exp (test_forward_search): Rename to ...
286 (test_forward_reverse_search): ... this. Also test reverse-search
287 and the forward-search alias.
288
13f2ed32
AB
2892018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
292 local timeout variable before return, and remove all local timeout
293 variable entirely.
294 (gdb_load): Likewise.
295
64d27cfc
TV
2962018-12-01 Tom de Vries <tdevries@suse.de>
297
298 * gdb.base/gdb-caching-proc.exp: New file.
299
f63c03b4
SDJ
3002018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
301
302 * Makefile.in (TIMESTAMP): New variable.
303 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
304 command.
305 (check-single-racy): Likewise.
306 (check/%.exp): Likewise.
307 (check-racy/%.exp): Likewise.
308 (workers/%.worker): Likewise.
309 (build-perf): Likewise.
310 (check-perf): Likewise.
311 * README: Describe new "TS" and "TS_FORMAT" variables.
312 * print-ts.py: New file.
313
1c97054b
BF
3142018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
315
316 PR python/23714
317 * gdb.python/python.exp: Test command repetition after
318 gdb.execute.
319
1871a62d
AB
3202018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
321
322 * gdb.opt/inline-break.exp: Add test that info breakpoint output
323 is correctly aligned.
324
fb5e1ed9
PW
3252018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
326
327 * gdb.ada/info_auto_lang.exp: New testcase.
328 * gdb.ada/info_auto_lang/global_pack.ads: New file.
329 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
330 * gdb.ada/info_auto_lang/some_c.c: New file.
331
43d397ca
PW
3322018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
333
334 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
335 FUNC_lang language syntax.
336
beddd671
PW
3372018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
338
339 * gdb.base/info_minsym.c: New file.
340 * gdb.base/info_minsym.exp: New file.
341
73fc52c4
TT
3422018-11-19 Tom Tromey <tom@tromey.com>
343
344 PR rust/23625:
345 * gdb.rust/simple.exp: Add ptype test. Update expected output.
346 * gdb.rust/expr.exp: Update expected output. Change one test.
347
994b876a
TT
3482018-11-19 Tom Tromey <tom@tromey.com>
349
350 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
351
6769f276
PA
3522018-11-19 Pedro Alves <palves@redhat.com>
353
354 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
355 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
356 see the expected warning.
357
38a72da0
AH
3582018-11-16 Alan Hayward <alan.hayward@arm.com>
359
360 PR gdb/22736:
361 * gdb.cp/infcall-nodebug-lib.c: New test.
362 * gdb.cp/infcall-nodebug-main.c: New test.
363 * gdb.cp/infcall-nodebug.exp: New file.
364
53a89d6e
SM
3652018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
366
367 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
368 completer tests.
369
9325300d
TV
3702018-11-09 Tom de Vries <tdevries@suse.de>
371
372 * gdb.base/msym-lang.c: New test.
373 * gdb.base/msym-lang.exp: New file.
374 * gdb.base/msym-lang-main.c: New test.
375
20f0d60d
TT
3762018-11-08 Tom Tromey <tom@tromey.com>
377
378 PR gdb/23555:
379 PR gdb/23838:
380 * gdb.base/warning.exp: New file.
381
b5420128
JB
3822018-11-08 Jan Beulich <jbeulich@suse.com>
383
384 * testsuite/gdb.arch/i386-avx512.c,
385 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
386
cd115d61
AB
3872018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
390 point hardware.
391
35ee2dc2
AB
3922018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
395 * gdb.dwarf2/missing-type-name.exp: New file.
396
31aceee8
TV
3972018-11-06 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/many-headers.c: New test.
400 * gdb.base/many-headers.exp: New file.
401
109be305
JW
4022018-11-06 Jim Wilson <jimw@sifive.com>
403
404 * gdb.base/code_elim.exp: For riscv, set additional_flags
405 to include -msmall-data-limit=0.
406
e2b7af72
JB
4072018-11-01 Joel Brobecker <brobecker@adacore.com>
408
409 * gdb.ada/watch_minus_l: New testcase.
410
cdcda965
SM
4112018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
412
413 * gdb.arch/aix-sighandle.c: New file.
414 * gdb.arch/aix-sighandle.exp: New file.
415
92dcebf3
AB
4162018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
419 registers being unions.
420
68b9ac18
TV
4212018-10-31 Tom de Vries <tdevries@suse.de>
422
423 * lib/valgrind.exp: New file.
424 (vgdb_start, vgdb_stop): New procs, factored out of ...
425 * gdb.base/valgrind-bt.exp: ... here, ...
426 * gdb.base/valgrind-disp-step.exp: ... here and ...
427 * gdb.base/valgrind-infcall.exp: ... here.
428
1443936e
TV
4292018-10-31 Tom de Vries <tdevries@suse.de>
430
431 * lib/gdb.exp (get_valueof): Don't output read value in test name.
432
eb77c9df
AB
4332018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 * gdb.dwarf2/void-type.c: New file.
436 * gdb.dwarf2/void-type.exp: New file.
437
82b5e646
PW
4382018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
439
440 * gdb.base/info_qt.c: New file.
441 * gdb.base/info_qt.exp: New file.
442
8d619c01
EBM
4432018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
444
445 * gdb.arch/powerpc-htm-regs.c: New file.
446 * gdb.arch/powerpc-htm-regs.exp: New file.
447
f2cf6173
EBM
4482018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
449
450 * gdb.arch/powerpc-tar.c: New file.
451 * gdb.arch/powerpc-tar.exp: New file.
452
7ca18ed6
EBM
4532018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
454
455 * gdb.arch/powerpc-ppr-dscr.c: New file.
456 * gdb.arch/powerpc-ppr-dscr.exp: New file.
457
bfcc0eba
TV
4582018-10-25 Tom de Vries <tdevries@suse.de>
459
460 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
461
fe1a5cad
TV
4622018-10-24 Tom de Vries <tdevries@suse.de>
463
464 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
465 longer exists error.
466
a76dc3b7
TV
4672018-10-24 Tom de Vries <tdevries@suse.de>
468
469 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
470
4df46df7
TV
4712018-10-24 Tom de Vries <tdevries@suse.de>
472
473 * gdb.base/valgrind-db-attach.exp: Handle removed support for
474 --db-attach in valgrind.
475
0dbfcfff
AB
4762018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.arch/riscv-reg-aliases.c: New file.
479 * gdb.arch/riscv-reg-aliases.exp: New file.
480
b04480b1
AH
4812018-10-19 Alan Hayward <alan.hayward@arm.com>
482
483 * gdb.python/py-cmd.exp: Check for gdb_prompt.
484
2c6ac8d7
AH
4852018-10-19 Alan Hayward <alan.hayward@arm.com>
486
487 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
488
2bc69f25
AH
4892018-10-19 Alan Hayward <alan.hayward@arm.com>
490
491 * gdb.cp/ovldbreak.exp: Fix regexps.
492
1f1ae3a3
AH
4932018-10-19 Alan Hayward <alan.hayward@arm.com>
494
495 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
496
94c18618
SDJ
4972018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
498
499 PR cli/23785
500 * gdb.base/restore.exp: New test to check if "restore" with an
501 invalid file doesn't segfault.
502
812cd6eb
TV
5032018-10-18 Tom de Vries <tdevries@suse.de>
504
505 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
506 * gdb.ada/excep_handle.exp: Same.
507 * gdb.ada/mi_string_access.exp: Same.
508 * gdb.ada/mi_var_union.exp: Same.
509 * gdb.arch/arc-analyze-prologue.exp: Same.
510 * gdb.arch/arc-decode-insn.exp: Same.
511 * gdb.base/readnever.exp: Same.
512 * gdb.fortran/printing-types.exp: Same.
513 * gdb.guile/scm-lazy-string.exp: Same.
514
c4b90788
TV
5152018-10-16 Tom de Vries <tdevries@suse.de>
516
517 PR gdb/23730
518 * gdb.base/catch-follow-exec.c: Add copyright notice.
519 * gdb.base/catch-follow-exec.exp: Rewrite to use
520 gdb_spawn_with_cmdline_opts. Require gdb-native.
521
8bca2978
SL
5222018-10-12 Sandra Loosemore <sandra@codesourcery.com>
523
524 * gdb.trace/actions-changed.exp: Check for arch support.
525 * gdb.trace/actions.exp: Likewise.
526 * gdb.trace/ax.exp: Likewise.
527 * gdb.trace/backtrace.exp: Likewise.
528 * gdb.trace/change-loc.exp: Likewise.
529 * gdb.trace/deltrace.exp: Likewise.
530 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
531 * gdb.trace/ftrace.exp: Likewise.
532 * gdb.trace/infotrace.exp: Check for arch support.
533 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
534 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
535 * gdb.trace/mi-tsv-changed.exp: Likewise.
536 * gdb.trace/packetlen.exp: Likewise.
537 * gdb.trace/passc-dyn.exp: Likewise.
538 * gdb.trace/passcount.exp: Likewise.
539 * gdb.trace/pending.exp: Likewise.
540 * gdb.trace/range-stepping.exp: Check for shlib support.
541 * gdb.trace/report.exp: Check for arch support.
542 * gdb.trace/save-trace.exp: Likewise.
543 * gdb.trace/signal.exp: Check for signal support.
544 * gdb.trace/tfind.exp: Check for arch support.
545 * gdb.trace/trace-break.exp: Check for arch and shlib support.
546 * gdb.trace/trace-common.h: Add comment.
547 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
548 * gdb.trace/trace-enable-disable.exp: Likewise.
549 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
550 * gdb.trace/tracecmd.exp: Check for arch support.
551 * gdb.trace/tspeed.exp: Check for shlib and target support.
552 * gdb.trace/tstatus.exp: Check for arch support.
553 * gdb.trace/tsv.exp: Likewise.
554 * gdb.trace/while-dyn.exp: Likewise.
555 * gdb.trace/while-stepping.exp: Likewise.
556 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
557
f9c49bff
SM
5582018-10-12 Simon Marchi <simon.marchi@ericsson.com>
559
560 * gdb.trace/tspeed.exp: Remove nowarnings.
561 (prepare_for_trace_test): Declare "global ipalib".
562 * gdb.trace/tspeed.c: Include unistd.h.
563 (main): Remove superfluous printf argument.
564
d4330bde
SL
5652018-10-11 Sandra Loosemore <sandra@codesourcery.com>
566
567 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
568 directory prefix on the filename.
569
8ecfd7bd
SDJ
5702018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
571
572 * gdb.gdb/unittest.exp: Update expected message informing that
573 selftests have been disabled.
574 * gdb.server/unittest.exp: Likewise.
575
58bbcd02
TV
5762018-10-09 Tom de Vries <tdevries@suse.de>
577
578 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
579 with runto_main.
580
9f6b697b
WP
5812018-10-08 Weimin Pan <weimin.pan@oracle.com>
582
583 PR c++/16841
584 * gdb.cp/virtbase2.cc: New file.
585 * gdb.cp/virtbase2.exp: New file.
586
add5ded5
TT
5872018-10-06 Tom Tromey <tom@tromey.com>
588
589 PR python/19399:
590 * gdb.python/py-inferior.exp: Add architecture test.
591
f9e48344
TT
5922018-10-06 Tom Tromey <tom@tromey.com>
593
594 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
595 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
596
2a8be203
TT
5972018-10-06 Tom Tromey <tom@tromey.com>
598
599 * gdb.python/py-breakpoint.exp (check_last_event): Check location
600 of a "throw" catchpoint.
601
e04caa70
SDJ
6022018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
603
604 * gdb.base/info-proc.exp: Update string expected from "help info
605 proc".
606
5ca8c39f
TT
6072018-10-04 Tom Tromey <tom@tromey.com>
608
609 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
610 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
611 (test_initial_complaints, test_empty_complaints): Update.
612 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
613
3453e7e4
TT
6142018-10-04 Tom Tromey <tom@tromey.com>
615
616 PR cli/19551:
617 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
618 * lib/gdb.exp (gdb_file_cmd): Update.
619 * gdb.stabs/weird.exp (print_weird_var): Update.
620 * gdb.server/solib-list.exp: Update.
621 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
622 * gdb.mi/mi-cli.exp: Update.
623 * gdb.linespec/linespec.exp: Update.
624 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
625 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
626 * gdb.cp/cp-relocate.exp: Update.
627 * gdb.base/sym-file.exp: Update.
628 * gdb.base/relocate.exp: Update.
629 * gdb.base/readnever.exp: Update.
630 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
631 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
632 * gdb.base/dbx.exp (gdb_file_cmd): Update.
633 * gdb.base/code_elim.exp: Update.
634 * gdb.base/break-unload-file.exp (test_break): Update.
635 * gdb.base/break-interp.exp (test_attach_gdb): Update.
636 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
637 Update.
638 * gdb.base/attach.exp (do_attach_tests): Update.
639 * gdb.base/sepdebug.exp: Update.
640 * gdb.python/py-section-script.exp: Update.
641
6afcf761
TT
6422018-10-04 Tom Tromey <tom@tromey.com>
643
644 PR cli/22234:
645 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
646 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
647 output.
648
fef1b293
TT
6492018-10-04 Tom Tromey <tom@tromey.com>
650
651 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
652 set width and height to 0.
653 (test_command_line_attach_run): Use -quiet.
654
ca98345e
SL
6552018-10-03 Sandra Loosemore <sandra@codesourcery.com>
656
657 * lib/gdb.exp (skip_ifunc_tests): New.
658 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
659 other compile failures.
660 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
661
ff34e6ae
SM
6622018-10-01 Simon Marchi <simon.marchi@ericsson.com>
663
664 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
665 is_amd64_regs_target.
666
6bb8890e
AH
6672018-10-01 Alan Hayward <alan.hayward@arm.com>
668
669 * gdb.arch/aarch64-sighandler-regs.c: New test.
670 * gdb.arch/aarch64-sighandler-regs.exp: New file.
671 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
672
224d30d3
MM
6732018-10-01 Markus Metzger <markus.t.metzger@intel.com>
674
675 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
676 assembly.
677
f67ffa6a
AB
6782018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * gdb.base/frame-selection.exp: New file.
681 * gdb.base/frame-selection.c: New file.
682
9fc3183f
AH
6832018-09-27 Alan Hayward <alan.hayward@arm.com>
684
685 * gdb.threads/check-libthread-db.c (thread_routine): Use a
686 pthread barrier.
687 (main): Likewise.
688
d354055e
AB
6892018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
690
691 * gdb.base/large-frame-1.c: New file.
692 * gdb.base/large-frame-2.c: New file.
693 * gdb.base/large-frame.exp: New file.
694 * gdb.base/large-frame.h: New file.
695
db727370
JL
6962018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
697
698 PR gdb/20948
699 * gdb.base/write_mem.exp: New test.
700 * gdb.base/write_mem.c: Likewise.
701
ae778caf
TT
7022018-09-23 Tom Tromey <tom@tromey.com>
703
704 PR python/18852:
705 * gdb.python/py-parameter.exp: Add test for parameter that throws
706 on "set".
707
fd3ba736
TT
7082018-09-23 Tom Tromey <tom@tromey.com>
709
710 PR python/17284:
711 * gdb.python/py-template.exp (test_template_arg): Add test for
712 negative template argument number.
713
39a24317
TT
7142018-09-23 Tom Tromey <tom@tromey.com>
715
716 PR python/14062:
717 * gdb.python/python.exp: Add test for post_event error.
718
f5769a2c
TT
7192018-09-23 Tom Tromey <tom@tromey.com>
720
721 PR python/18170:
722 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
723 convert pointers to int and long.
724
1c1e54f6
TT
7252018-09-23 Tom Tromey <tom@tromey.com>
726
727 PR python/20126:
728 * gdb.python/py-value.exp (test_value_numeric_ops): Add
729 signed-ness conversion tests.
730
fb4fa946
TT
7312018-09-23 Tom Tromey <tom@tromey.com>
732
733 PR python/18352;
734 * gdb.python/py-value.exp (test_float_conversion): New proc.
735 Use it.
736
a466edac
HAQ
7372018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
738
739 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
740
4ee9b0c5
SL
7412018-09-18 Sandra Loosemore <sandra@codesourcery.com>
742
743 * gdb.base/complete-empty.exp: Skip tab-completion tests if
744 no readline.
745 * gdb.base/utf8-identifiers.exp: Likewise.
746 * gdb.cp/cpcompletion.exp: Likewise.
747 * gdb.linespec/cpcompletion.exp: Likewise.
748 * gdb.linespec/cpls-abi-tag.exp: Likewise.
749 * gdb.linespec/cpls-ops.exp: Likewise.
750
23be8da7
RB
7512018-09-19 Richard Bunt <richard.bunt@arm.com>
752 Chris January <chris.january@arm.com>
753
754 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
755 * gdb.fortran/short-circuit-argument-list.exp: New file.
756 * gdb.fortran/short-circuit-argument-list.f90: New test.
757
5031d0ae
SDJ
7582018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
761 "arch=" keyword when executing "-stack-list-frames".
762
b4c0d1a4
SDJ
7632018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
764
765 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
766 "arch=" keyword when executing "-stack-list-frames".
767
7a6d2b45
SDJ
7682018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
769
770 * gdb.ada/complete.exp: Expect for "@" when doing "complete
771 break ada".
772
8588b356
SM
7732018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
774
775 PR python/23669
776 * gdb.python/python.exp: Test gdb.execute("show commands").
777
65e65158
TT
7782018-09-16 Tom Tromey <tom@tromey.com>
779
780 * gdb.base/new-ui.exp (do_execution_tests): Update.
781 * gdb.base/dbx.exp (test_breakpoints): Update.
782
bf326452
AH
7832018-09-14 Alan Hayward <alan.hayward@arm.com>
784
785 * lib/gdb.exp (gdb_simple_compile): Add proc.
786 (is_elf_target): Use gdb_simple_compile.
787 (skip_altivec_tests): Likewise.
788 (skip_vsx_tests): Likewise.
789 (skip_tsx_tests): Likewise.
790 (skip_btrace_tests): Likewise.
791 (skip_btrace_pt_tests): Likewise.
792 (gdb_can_simple_compile): Likewise.
793 (gdb_has_argv0): Likewise.
794 (gdb_target_symbol_prefix): Likewise.
795 (target_supports_scheduler_locking): Likewise.
796
2361b0fb
TT
7972018-09-13 Tom Tromey <tom@tromey.com>
798
799 * Makefile.in (TAGS): Recognize proc_with_prefix and
800 gdb_caching_proc.
801
0ae1a321
SM
8022018-09-13 Simon Marchi <simon.marchi@ericsson.com>
803
804 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
805 method.
806
a40bf0c2
SM
8072018-09-13 Simon Marchi <simon.marchi@ericsson.com>
808
809 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
810 and a few other Inferior properties when the Inferior is no
811 longer valid.
812
4a3fe98f
TT
8132018-09-13 Tom Tromey <tom@tromey.com>
814
815 PR rust/23650:
816 * gdb.rust/simple.exp: Add test for enum field access error.
817
098b2108
TT
8182018-09-13 Tom Tromey <tom@tromey.com>
819
820 PR rust/23626:
821 * gdb.rust/simple.rs (EmptyEnum): New type.
822 (main): Use it.
823 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
824
1256af7d
SM
8252018-09-13 Simon Marchi <simon.marchi@ericsson.com>
826
827 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
828 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
829 * gdb.python/py-symtab.exp: Update test printing an objfile.
830
4aa8e6c2
SM
8312018-09-12 Simon Marchi <simon.marchi@ericsson.com>
832
833 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
834 object.
835
c221b2f7
AH
8362018-09-12 Alan Hayward <alan.hayward@arm.com>
837
838 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
839 (support_complex_tests): Use gdb_can_simple_compile.
840 (is_ilp32_target): Likewise.
841 (is_lp64_target): Likewise.
842 (is_64_target): Likewise.
843 (is_amd64_regs_target): Likewise.
844 (is_aarch32_target): Likewise.
845 (gdb_int128_helper): Likewise.
846
6f1107b5
JK
8472018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
848
849 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
850
1f5d1570
JG
8512018-09-10 Jerome Guitton <guitton@adacore.com>
852
853 * gdb.ada/same_component_name: Add test for case of tagged record
854 with variable-length fields.
855
cc330e39
XR
8562018-09-10 Xavier Roirand <roirand@adacore.com>
857
858 * gdb.ada/access_to_unbounded_array.exp: New testcase.
859 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
860 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
861 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
862
b9c50e9a
XR
8632018-09-10 Xavier Roirand <roirand@adacore.com>
864
865 * gdb.ada/mi_string_access.exp: New testcase.
866 * gdb.ada/mi_string_access/bar.adb: New file.
867 * gdb.ada/mi_string_access/pck.adb: New file.
868 * gdb.ada/mi_string_access/pck.asd: New file.
869
2963898f
XR
8702018-09-10 Xavier Roirand <roirand@adacore.com>
871
872 * gdb.ada/mi_var_union.exp: New testcase.
873 * gdb.ada/mi_var_union/bar.adb: New file.
874 * gdb.ada/mi_var_union/pck.adb: New file.
875 * gdb.ada/mi_var_union/pck.asd: New file.
876
1aac008f
TT
8772018-09-08 Tom Tromey <tom@tromey.com>
878
879 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
880
332cf4c9
TT
8812018-09-08 Tom Tromey <tom@tromey.com>
882
883 PR python/16047:
884 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
885 (register_pretty_printers): Register new printer.
886 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
887 test.
888 * gdb.python/py-prettyprint.c (int_type3): New typedef.
889 (an_int_type3): New global.
890
424da6cf
JB
8912018-09-08 Joel Brobecker <brobecker@adacore.com>
892
893 * gdb.ada/expr_with_funcall: New testcase.
894
2a62dfa9
JB
8952018-09-08 Joel Brobecker <brobecker@adacore.com>
896
897 * gdb.ada/packed_array_assign: New testcase.
898
96b6697f
AB
8992018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
900
901 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
902 names, and add test prefixes to make test names unique.
903
e4a62c65
TV
9042018-09-05 Tom de Vries <tdevries@suse.de>
905
906 * gdb.dwarf2/varval.exp: Add test.
907
dd083ee2
GB
9082018-09-04 Gary Benson <gbenson@redhat.com>
909
910 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
911 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
912
aef9346c
TT
9132018-08-31 Tom Tromey <tom@tromey.com>
914
915 * gdb.rust/simple.rs: Rename second variable "v".
916
c67f2e15
AB
9172018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.base/funcargs.c (use_a): New function.
920 (recurse): Call use_a.
921
078a0207
KS
9222018-08-29 Keith Seitz <keiths@redhat.com>
923
924 * gdb.compile/compile-cplus-anonymous.cc: New file.
925 * gdb.compile/compile-cplus-anonymous.exp: New file.
926 * gdb.compile/compile-cplus-array-decay.cc: New file.
927 * gdb.compile/compile-cplus-array-decay.exp: New file.
928 * gdb.compile/compile-cplus-inherit.cc: New file.
929 * gdb.compile/compile-cplus-inherit.exp: New file.
930 * gdb.compile/compile-cplus-member.cc: New file.
931 * gdb.compile/compile-cplus-member.exp: New file.
932 * gdb.compile/compile-cplus-method.cc: New file.
933 * gdb.compile/compile-cplus-method.exp: New file.
934 * gdb.compile/compile-cplus-mod.c: "New" file.
935 * gdb.compile/compile-cplus-namespace.cc: New file.
936 * gdb.compile/compile-cplus-namespace.exp: New file.
937 * gdb.compile/compile-cplus-nested.cc: New file.
938 * gdb.compile/compile-cplus-nested.exp: New file.
939 * gdb.compile/compile-cplus-print.c: "New" file.
940 * gdb.compile/compile-cplus-print.exp: "New" file.
941 * gdb.compile/compile-cplus-virtual.cc: New file.
942 * gdb.compile/compile-cplus-virtual.exp: New file.
943 * gdb.compile/compile-cplus.c: "New" file.
944 * gdb.compile/compile-cplus.exp: "New" file.
945 * lib/compile-support.exp: New file.
946
b0f492b9
GB
9472018-08-16 Gary Benson <gbenson@redhat.com>
948
949 PR gdb/13000:
950 * gdb.base/batch-exit-status.exp: New file.
951 * gdb.base/batch-exit-status.good-commands: Likewise.
952 * gdb.base/batch-exit-status.bad-commands: Likewise.
953
36eb4c5f
AH
9542018-08-29 Alan Hayward <alan.hayward@arm.com>
955
956 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
957 (struct struct02): Likewise.
958 (struct struct03): Likewise.
959 (struct struct04): Likewise.
960 (struct struct_01_01): New struct.
961 (struct struct_01_02): Likewise.
962 (struct struct_01_03): Likewise.
963 (struct struct_01_04): Likewise.
964 (struct struct_02_01): Likewise.
965 (struct struct_02_02): Likewise.
966 (struct struct_02_03): Likewise.
967 (struct struct_02_04): Likewise.
968 (struct struct_04_01): Likewise.
969 (struct struct_04_02): Likewise.
970 (struct struct_04_03): Likewise.
971 (struct struct_04_04): Likewise.
972 (struct struct_05_01): Likewise.
973 (struct struct_05_02): Likewise.
974 (struct struct_05_03): Likewise.
975 (struct struct_05_04): Likewise.
976 (cmp_struct01): Remove function.
977 (cmp_struct02): Likewise.
978 (cmp_struct03): Likewise.
979 (cmp_struct04): Likewise.
980 (cmp_struct_01_01): Add Function.
981 (cmp_struct_01_02): Likewise.
982 (cmp_struct_01_03): Likewise.
983 (cmp_struct_01_04): Likewise.
984 (cmp_struct_02_01): Likewise.
985 (cmp_struct_02_02): Likewise.
986 (cmp_struct_02_03): Likewise.
987 (cmp_struct_02_04): Likewise.
988 (cmp_struct_04_01): Likewise.
989 (cmp_struct_04_02): Likewise.
990 (cmp_struct_04_03): Likewise.
991 (cmp_struct_04_04): Likewise.
992 (cmp_struct_05_01): Likewise.
993 (cmp_struct_05_02): Likewise.
994 (cmp_struct_05_03): Likewise.
995 (cmp_struct_05_04): Likewise.
996 (call_all): Add new structs.
997 * gdb.base/infcall-nested-structs.exp: Likewise.
998
3bf9c013
JV
9992018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1000
1001 * gdb.python/py-framefilter-mi.exp: Update regexp to
1002 check for "arch" field in frame output.
1003
450d1e88
KB
10042018-08-23 Kevin Buettner <kevinb@redhat.com>
1005
1006 * gdb.dwarf2/dw2-ranges-func.c: New file.
1007 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1008
ae739fe7
SM
10092018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1010
1011 * gdb.base/term.exp: Compare terminal settings with values from
1012 the inferior.
1013 * gdb.base/term.c: Get and set terminal settings.
1014
6d52907e
JV
10152018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1016
1017 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1018 accommodate new "arch" field in frame output.
1019 * gdb.mi/mi-return.exp: Likewise.
1020 * gdb.mi/mi-stack.exp: Likewise.
1021 * gdb.mi/mi-syn-frame.exp: Likewise.
1022 * gdb.mi/user-selected-context-sync.exp: Likewise.
1023
be2d111a
MS
10242018-08-19 Michael Spang <spang@google.com>
1025
1026 PR gdb/11786
1027 * gdb.base/gcore-tls-pie.c: New file.
1028 * gdb.base/gcore-tls-pie.exp: New file.
1029
ae3a7c47
KB
10302018-08-18 Kevin Buettner <kevinb@redhat.com>
1031
1032 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1033 * gdb.dwarf2/varval.c: New file.
1034 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1035
2ecae92e
AH
10362018-08-17 Alan Hayward <alan.hayward@arm.com>
1037
1038 PR gdb/18931
1039 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1040
c1854f1d
KS
10412018-08-16 Keith Seitz <keiths@redhat.com>
1042
1043 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1044 tests expected to pass.
1045
26fb3983
JV
10462018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1047
1048 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1049 -data-disassemble -a.
1050 (test_disassembly_bogus_args): Likewise.
1051
67943c00
AB
10522018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1055
5ff2bbae
AB
10562018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1057
1058 * gdb.base/vla-optimized-out.exp: Add new test.
1059
e5bbcd0f
AB
10602018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.base/vla-optimized-out-o3.exp: Delete.
1063 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1064 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1065 deleted tests.
1066
9d4a934c
AB
10672018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 PR gdb/18050:
1070 * gdb.server/extended-remote-restart.c: New file.
1071 * gdb.server/extended-remote-restart.exp: New file.
1072
045cf012
SM
10732018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1074
1075 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1076 "set variable index = 42".
1077
87d6a7aa
SM
10782018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1079
1080 * boards/index-cache-gdb.exp: New file.
1081 * gdb.dwarf2/index-cache.exp: New file.
1082 * gdb.dwarf2/index-cache.c: New file.
1083 * gdb.base/maint.exp: Check if we are using the index cache.
1084
96d68bd4
RO
10852018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1086
1087 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1088 MAKEFLAGS.
1089
5a699617
RO
10902018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1091
1092 * dg-extract-results.sh: Move to toplevel contrib.
1093 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1094 * Makefile.in (check-parallel-racy): Likewise.
1095
5bd18990
AB
10962018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1099 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1100 tests if the target supports scheduler locking.
1101
3fbbcf47
TV
11022018-08-04 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1105
3e1d3d8c
TT
11062018-08-02 Tom Tromey <tom@tromey.com>
1107
1108 PR symtab/16842.
1109 * gdb.cp/temargs.exp: Test "info address" of a template
1110 parameter.
1111
5abe0f0c
JV
11122018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1113
1114 * gdb.python/py-mi-var-info-path-expression.c: New file.
1115 * gdb.python/py-mi-var-info-path-expression.py: New file.
1116 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1117
fb66cde8
SDJ
11182018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1119
1120 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1121 error after "cannot resolve name" string.
1122
c708f4d2
AB
11232018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1124
1125 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1126 started.
1127 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1128
37cc0cae
TV
11292018-07-28 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1132
63b4ecf7
TV
11332018-07-26 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1136
3c3bb058
AB
11372018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1138
1139 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1140 is visible.
1141
9e7f3bbb
TV
11422018-07-26 Tom de Vries <tdevries@suse.de>
1143
1144 PR breakpoints/23366
1145 * gdb.base/catch-follow-exec.c: New test.
1146 * gdb.base/catch-follow-exec.exp: New file.
1147
16f808ec
TV
11482018-07-25 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1151 vla-optimized-out.c.
1152
d7154a8d
JV
11532018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1154
1155 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1156 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1157
232a0032
TV
11582018-07-20 Tom de Vries <tdevries@suse.de>
1159
1160 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1161 NOCLONE macro.
1162 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1163
fbb1d502
TV
11642018-07-19 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1167 regular expression.
1168
42dc7699
TV
11692018-07-18 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.base/vla-optimized-out.c: New test.
1172 * gdb.base/vla-optimized-out.exp: New file.
1173
7f1f7e23
SDJ
11742018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1175
1176 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1177 message "No address associated with hostname" when gdbserver
1178 cannot resolve the hostname.
1179
5759ebb3
PW
11802018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1181
1182 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1183 Add some test prefixes to make tests unique.
1184
3606ccab
PW
11852018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1186
1187 * gdb.base/frameapply.c: New file.
1188 * gdb.base/frameapply.exp: New file.
1189
529c08b2
PW
11902018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1191
1192 * gdb.base/skip.exp: Update expected error message.
1193
c7ab0aef
SDJ
11942018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1195 Jan Kratochvil <jan.kratochvil@redhat.com>
1196 Paul Fertser <fercerpav@gmail.com>
1197 Tsutomu Seki <sekiriki@gmail.com>
1198
1199 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1200 parameter.
1201 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1202 by default.
1203 * boards/native-gdbserver.exp: Likewise.
1204 * gdb.server/run-without-local-binary.exp: Improve regexp used
1205 for detecting when a remote debugging connection succeeds.
1206 * gdb.server/server-connect.exp: New file.
1207 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1208 Do not prefix the port number with ":".
1209 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1210 support for detecting and using it. Add '$debughost_gdbserver'
1211 to the list of arguments used to start gdbserver. Handle case
1212 when gdbserver cannot resolve a network name.
1213
16ff70dd
SDJ
12142018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 PR c++/23373
1217 * gdb.base/ptype-offsets.cc (struct static_member): New
1218 struct.
1219 (main) <stmember>: New variable.
1220 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1221 with a static member in it.
1222
3541979f
AB
12232018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1226 watchpoints enabled and disabled.
1227
c8ad9b9a
AB
12282018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 * gdb.base/examine-backward.exp: Still run tests around address
1231 0x0, even if address 0x0 is not readable. Update the pattern for
1232 matching address 0x0 in expected output.
1233
e0e5e971
AB
12342018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1235
1236 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1237 malloc/free.
1238
1ea5da02
TV
12392018-07-04 Tom de Vries <tdevries@suse.de>
1240
1241 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1242
471b9d15
MR
12432018-07-02 Maciej W. Rozycki <macro@mips.com>
1244
1245 PR tdep/8282
1246 * gdb.arch/mips-disassembler-options.exp: New test.
1247 * gdb.arch/mips-disassembler-options.s: New test source.
1248
75acb486
PA
12492018-06-29 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.threads/names.exp: Adjust expected "info threads" output.
1252
cd2bb709
PA
12532018-06-29 Pedro Alves <palves@redhat.com>
1254
1255 * gdb.opt/inline-break.exp (line number, address): Add "info
1256 break" tests.
1257
991ff292
PA
12582018-06-29 Pedro Alves <palves@redhat.com>
1259
1260 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1261 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1262 number and address and running to them.
1263
356819b6 12642018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1265
1266 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1267
2512d7ef
JK
12682018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1269
1270 * lib/compiler.c: Remove executable permission flag.
1271
be1b6474
RB
12722018-06-28 Richard Bunt <richard.bunt@arm.com>
1273
1274 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1275 code.
1276 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1277
291f9a96
PT
12782018-06-28 Petr Tesarik <ptesarik@suse.cz>
1279
1280 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1281
ed6dfe51
PT
12822018-06-28 Petr Tesarik <ptesarik@suse.cz>
1283
1284 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1285 address argument is omitted.
1286
d4d429d5
PT
12872018-06-28 Petr Tesarik <ptesarik@suse.cz>
1288
1289 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1290
7ab6656f
OJ
12912018-06-27 Omair Javaid <omair.javaid@linaro.org>
1292
1293 PR gdb/21695
1294 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1295 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1296
a33ccfc7
TT
12972018-06-26 Tom Tromey <tom@tromey.com>
1298
1299 PR rust/22574:
1300 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1301 * gdb.rust/simple.rs (struct SimpleLayout): New.
1302
6d72d289
SM
13032018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1306 "info registers" output.
1307
8363f9d5
RB
13082018-06-21 Richard Bunt <richard.bunt@arm.com>
1309
1310 * gdb.base/watchpoint-hw-attach.c: New test.
1311 * gdb.base/watchpoint-hw-attach.exp: New file.
1312
f00674fe
SM
13132018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1314
1315 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1316 through /bin/sh.
1317 * boards/dwarf4-gdb-index.exp: Likewise.
1318 * boards/fission-dwp.exp: Likewise.
1319
1d554008
UW
13202018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1321
1322 * gdb.base/float128.exp: Add comment and improved fail message
1323 to the failure case of "print large128" test.
1324
d0ac1c44
SM
13252018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1326
1327 * configure.ac: Remove AC_PREREQ.
1328 * configure: Re-generate.
1329
61b04dd0
PA
13302018-06-19 Pedro Alves <palves@redhat.com>
1331
1332 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1333 (func_extern_caller): New.
1334 (main): Call func_extern_caller.
1335 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1336 logic change.
1337
f63b508a
SM
13382018-06-18 Weimin Pan <weimin.pan@oracle.com>
1339
1340 PR gdb/16841
1341 * gdb.cp/typedef-base.cc: New file.
1342 * gdb.cp/typedef-base.exp: New file.
1343
0fe3a558
TV
13442018-06-18 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1347
7010835a
AB
13482018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1349 Richard Bunt <Richard.Bunt@arm.com>
1350
1351 * gdb.threads/attach-slow-waitpid.c: New file.
1352 * gdb.threads/attach-slow-waitpid.exp: New file.
1353 * gdb.threads/slow-waitpid.c: New file.
1354
14897d65
PA
13552018-06-14 Pedro Alves <palves@redhat.com>
1356
1357 * gdb.base/fork-running-state.c: Include <errno.h>.
1358 (exit_if_relative_exits): New.
1359 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1360 exits.
1361 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1362 child exits.
1363
5d9a0608
TV
13642018-06-14 Tom de Vries <tdevries@suse.de>
1365
1366 PR cli/22573
1367 * gdb.base/finish-pretty.c: New test.
1368 * gdb.base/finish-pretty.exp: New file.
1369
11ae5818
PA
13702018-06-14 Pedro Alves <palves@redhat.com>
1371
1372 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1373 gdb's expected startup output.
1374
1d39de44
PA
13752018-06-14 Pedro Alves <palves@redhat.com>
1376
1377 * lib/selftest-support.exp (selftest_setup): Remove inlined
1378 function handling.
1379
70ee0000
TV
13802018-06-14 Tom de Vries <tdevries@suse.de>
1381
1382 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1383 matching of breakpoint printing.
1384
11f4b608
TV
13852018-06-13 Tom de Vries <tdevries@suse.de>
1386
1387 PR testsuite/23269
1388 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1389 (fork_child): ... here, and ...
1390 (fork_parent): ... here.
1391
13922018-06-12 Tom de Vries <tdevries@suse.de>
1393
1394 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1395
9516f85a
AB
13962018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1397 Stephen Roberts <stephen.roberts@arm.com>
1398
1399 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1400 rewrite test to describe action performed, rather than possible
1401 failure.
1402
5045b3d7
GB
14032018-06-08 Gary Benson <gbenson@redhat.com>
1404
1405 * gdb.threads/check-libthread-db.exp: New file.
1406 * gdb.threads/check-libthread-db.c: Likewise.
1407
c61b06a1
TT
14082018-06-05 Tom Tromey <tom@tromey.com>
1409
1410 * gdb.base/default.exp: Update expected "show version" output.
1411
eb6af809
TT
14122018-06-05 Tom Tromey <tom@tromey.com>
1413
1414 PR cli/12326:
1415 * gdb.cp/static-print-quit.exp: Update.
1416 * lib/gdb.exp (pagination_prompt): Update.
1417 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1418 * gdb.python/python.exp: Update.
1419
178d6a63
JB
14202018-06-04 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1423
8e817061
JB
14242018-06-01 Joel Brobecker <brobecker@adacore.com>
1425
1426 * gdb.ada/bp_fun_addr: New testcase.
1427
e86ca25f
TT
14282018-06-01 Tom Tromey <tom@tromey.com>
1429
1430 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1431 results.
1432 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1433 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1434 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1435 * gdb.base/maint.exp (maint_pass_if): Update.
1436
4b2dfa9d
MR
14372018-05-31 Maciej W. Rozycki <macro@mips.com>
1438
1439 * gdb.base/endian.exp: New test.
1440 * gdb.base/endian.c: New test source.
1441
45f25d6c
AB
14422018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 PR gdb/23203
1445 * gdb.base/bt-selected-frame.c: New file.
1446 * gdb.base/bt-selected-frame.exp: New file.
1447 * lib/gdb.exp (get_current_frame_number): New function.
1448
d9f6d7f8
MR
14492018-05-24 Maciej W. Rozycki <macro@mips.com>
1450 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.threads/tls-core.c: Include <stdlib.h>
1453 (thread_proc): Call `abort'.
1454 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1455 (tls_core_test): New procedure, bits factored out from ...
1456 (top level): ... here. Test both native cores and gcore cores.
1457
ff1cf532
TT
14582018-05-23 Tom Tromey <tom@tromey.com>
1459
1460 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1461
b98664d3
TT
14622018-05-23 Tom Tromey <tom@tromey.com>
1463
1464 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1465 symfile_complaints.
1466 (test_short_complaints): Likewise.
1467 (test_empty_complaints): Likewise.
1468 (test_initial_complaints): Update.
1469
4e9668d0
TT
14702018-05-23 Tom Tromey <tom@tromey.com>
1471
1472 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1473
43ba33c7
TT
14742018-05-23 Tom Tromey <tom@tromey.com>
1475
1476 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1477 (test_short_complaints): Update.
1478
035522c0
PA
14792018-05-22 Pedro Alves <palves@redhat.com>
1480
1481 * gdb.base/remote.exp: Only gdb_start after compiling the
1482 testcase. Issue "disconnect" before testing "set remote" command
1483 defaults. Issue clean_restart before running to main.
1484
cc0be08f
PA
14852018-05-22 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.base/remote.exp: Adjust expected output of "show remote
1488 memory-write-packet-size". Add tests for "set remote
1489 memory-write-packet-size 0" and "set remote
1490 memory-write-packet-size fixed/limit".
1491
b1b60145
PA
14922018-05-22 Pedro Alves <palves@redhat.com>
1493
1494 PR gdb/22973
1495 * gdb.base/utf8-identifiers.c: New file.
1496 * gdb.base/utf8-identifiers.exp: New file.
1497
0ec848ad
PFC
14982018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1499
1500 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1501
2c3305f6
PFC
15022018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1503
1504 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1505
ce1e8424
TT
15062018-05-18 Tom Tromey <tom@tromey.com>
1507
1508 * gdb.base/ptype-offsets.exp: Update.
1509
ddfe970e
KS
15102018-05-17 Keith Seitz <keiths@redhat.com>
1511
1512 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1513 in expected breakpoint stop locations.
1514 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1515 move to proper scope to test variable values.
1516 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1517 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1518 New functions.
1519 (main): Call not_inline_func3.
1520 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1521 inline_func1, inline_func2, and inline_func3. Test that when each
1522 breakpoint is hit, GDB properly reports both the stop location
1523 and the backtrace. Repeat tests for temporary breakpoints.
1524
0726fcc6
MR
15252018-05-15 Maciej W. Rozycki <macro@mips.com>
1526
1527 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1528 rather then trying to access it in determining whether the PID
1529 of `gdbserver' could have been retrieved.
1530
8ee22052
AB
15312018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * gdb.arch/amd64-init-x87-values.S: New file.
1534 * gdb.arch/amd64-init-x87-values.exp: New file.
1535
7785df48
JK
15362018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1537
1538 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1539
56bcdbea
TT
15402018-05-04 Tom Tromey <tom@tromey.com>
1541
1542 PR python/22730:
1543 * gdb.python/python.exp: Test multi-line execute.
1544
a913fffb
TT
15452018-05-04 Tom Tromey <tom@tromey.com>
1546
1547 PR python/22731:
1548 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1549
7a2c85f2
TT
15502018-05-04 Tom Tromey <tom@tromey.com>
1551
1552 PR gdb/11750:
1553 * gdb.base/define.exp: Test defining a user command inside a user
1554 command.
1555 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1556
a3b60e45
JK
15572018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1558 Pedro Alves <palves@redhat.com>
1559
1560 PR breakpoints/19806 and support for PR external/20207.
1561 * gdb.base/watchpoint-unaligned.c: New file.
1562 * gdb.base/watchpoint-unaligned.exp: New file.
1563
45fe4a03
AB
15642018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1565
1566 * gdb.base/maint.exp: Make test names unique, use
1567 test_prefix_command_help to test 'help maint info', and remove
1568 repeated test of 'help maint'.
1569
9be2ae8f
TT
15702018-05-04 Tom Tromey <tom@tromey.com>
1571
1572 PR gdb/22619:
1573 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1574 behavior.
1575
11859c31
AB
15762018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1577
1578 * gdb.base/maint.exp: Process output from 'maint print registers'
1579 line at a time.
1580
089a9490
AB
15812018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1582
1583 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1584 timeout.
1585
9b0797e2
AB
15862018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1589 filter pattern.
1590
f6ac5f3d
PA
15912018-05-02 Pedro Alves <palves@redhat.com>
1592
1593 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1594 to_log_command renames.
1595 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1596
77d3c63b
TT
15972018-05-02 Tom Tromey <tom@tromey.com>
1598
1599 * gdb.python/py-parameter.exp: Set test message.
1600
0489430a
TT
16012018-05-02 Tom Tromey <tom@tromey.com>
1602
1603 PR python/20084:
1604 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1605 PARAM_ZUINTEGER_UNLIMITED tests.
1606
1632f8ba
DR
16072018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1608
1609 PR rust/23124
1610 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1611 when casting.
1612
6d7bb824
TT
16132018-04-30 Tom Tromey <tom@tromey.com>
1614
1615 * gdb.python/py-type.exp: Check align attribute.
1616 * gdb.python/py-type.c: New "aligncheck" global.
1617
007e1530
TT
16182018-04-30 Tom Tromey <tom@tromey.com>
1619
1620 PR exp/17095:
1621 * gdb.dwarf2/dw2-align.exp: New file.
1622 * gdb.cp/align.exp: New file.
1623 * gdb.base/align.exp: New file.
1624 * lib/gdb.exp (gdb_int128_helper): New proc.
1625 (has_int128_c, has_int128_cxx): New caching procs.
1626
6873858b
TT
16272018-04-27 Tom Tromey <tom@tromey.com>
1628
1629 PR rust/22545:
1630 * gdb.rust/simple.exp: Add inclusive range tests.
1631
79188d8d
PA
16322018-04-26 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1635 ifunc breakpoint locations correctly of ifunc breakpoints set
1636 while the program resolves the ifunc.
1637
c7075ad5
PA
16382018-04-26 Pedro Alves <palves@redhat.com>
1639
1640 * gdb.base/gnu-ifunc-final.c: New file.
1641 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1642 * gdb.base/gnu-ifunc.exp (executable): Delete.
1643 (staticexecutable): Adjust.
1644 (lib_opts, exec_opts): Delete.
1645 (make_binsuffix, build, set-break): New procedures.
1646 (misc_tests): New, with tests factored out from the top level.
1647 (top level): Test different combinations of ifunc resolver name,
1648 resolver with and with debug info, and ifunc target with and
1649 without debug info. Wrap static tests with with_target_prefix.
1650
8388016d
PA
16512018-04-26 Pedro Alves <palves@redhat.com>
1652
1653 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1654 return type" warnings.
1655
249b5733
PA
16562018-04-25 Pedro Alves <palves@redhat.com>
1657
1658 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1659 killed".
1660 * gdb.base/kill-after-signal.exp: Likewise.
1661 * gdb.threads/kill.exp: Likewise.
1662
f67c0c91
SDJ
16632018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1664 Sergio Durigan Junior <sergiodj@redhat.com>
1665 Pedro Alves <palves@redhat.com>
1666
1667 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1668 regexps to expect for '[Inferior ... detached]' as well.
1669 * gdb.base/attach.exp: Likewise.
1670 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1671 "gdb_continue_to_end".
1672 (test_catch_syscall_with_wrong_args): Likewise.
1673 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1674 ']'. Don't set 'verbose' on.
1675 * gdb.base/foll-vfork.exp: Likewise.
1676 * gdb.base/fork-print-inferior-events.c: New file.
1677 * gdb.base/fork-print-inferior-events.exp: New file.
1678 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1679 '[Inferior ... has been killed]' message.
1680 * gdb.base/kill-after-signal.exp: Likewise.
1681 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1682 detach message.
1683 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1684 message.
1685 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1686 regexps to expect for '[Inferior ... detached]' as well.
1687 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1688
0a8ddac4
SM
16892018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1690
1691 PR gdb/23104
1692 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1693
d27d16bf
RB
16942018-04-19 Richard Bunt <richard.bunt@arm.com>
1695
1696 * gdb.threads/multiple-successive-infcall.c: New test.
1697 * gdb.threads/multiple-successive-infcall.exp: New file.
1698
a037790e
TT
16992018-04-17 Tom Tromey <tom@tromey.com>
1700
1701 * gdb.rust/simple.rs (Union): New type.
1702 (main): New local "u".
1703 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1704
e3a91079
AA
17052018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1706
1707 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1708 number information in output of "whereis" command.
1709 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1710
b744723f
AA
17112018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1712
1713 * gdb.ada/info_types.exp: Adjust expected output to the line
1714 numbers now printed by "info var/func/type".
1715 * gdb.base/completion.exp: Likewise.
1716 * gdb.base/included.exp: Likewise.
1717 * gdb.cp/cp-relocate.exp: Likewise.
1718 * gdb.cp/cplusfuncs.exp: Likewise.
1719 * gdb.cp/namespace.exp: Likewise.
1720 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1721
4a4495d6
MM
17222018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1723
1724 * gdb.btrace/cpu.exp: New.
1725
1d509aa6
MM
17262018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1727
1728 * gdb.base/step-indirect-call-thunk.exp: New.
1729 * gdb.base/step-indirect-call-thunk.c: New.
1730 * gdb.reverse/step-indirect-call-thunk.exp: New.
1731 * gdb.reverse/step-indirect-call-thunk.c: New.
1732
6295b6da
SM
17332018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1734
1735 * gdb.base/pie-fork.c: New file.
1736 * gdb.base/pie-fork.exp: New file.
1737
50146e70
TT
17382018-04-11 Tom Tromey <tom@tromey.com>
1739
1740 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1741
f50d8a2e
PA
17422018-04-10 Pedro Alves <palves@redhat.com>
1743
1744 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1745 exits. Instead loop running forever.
1746 (fork_parent): Run forever too.
1747
a0be7a36
SM
17482018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1749
1750 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1751 mi_continue_to_line.
1752 * gdb.mi/mi-stack.c (callee4): Add comment.
1753
9b73db36
SM
17542018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1755
1756 * gdb.mi/mi-stack.exp: Fix indentation.
1757
c912f608
SM
17582018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1759
1760 PR gdb/22979
1761 * gdb.arch/amd64-osabi.exp: New file.
1762
26540402
SM
17632018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1764
1765 PR gdb/22980
1766 * gdb.base/osabi.exp: New file.
1767
121ad66c 17682018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1769
1770 * gdb.cp/static-typedef-print.exp: New file.
1771 * gdb.cp/static-typedef-print.cc: New file.
1772
3fcded8f
JB
17732018-03-27 Joel Brobecker <brobecker@adacore.com>
1774
1775 * gdb.ada/varsize_limit: New testcase.
1776
59cc4834
JB
17772018-03-27 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1780
1781 * gdb.ada/notcplusplus: New testcase.
1782
1783 * gdb.base/c-linkage-name.c: New file.
1784 * gdb.base/c-linkage-name.exp: New testcase.
1785
4ca59a9f
TT
17862018-03-26 Tom Tromey <tom@tromey.com>
1787
1788 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1789 * gdb.python/py-framefilter.py (name_error): New global.
1790 (ErrorInName.function): Use name_error.
1791
978d6c75
TT
17922018-03-26 Tom Tromey <tom@tromey.com>
1793
1794 PR backtrace/15582:
1795 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1796
b7fee5a3
KS
17972018-03-23 Keith Seitz <keiths@redhat.com>
1798
1799 PR c++/22968
1800 * gdb.cp/subtypes.exp: New file.
1801 * gdb.cp/subtypes.h: New file.
1802 * gdb.cp/subtypes.cc: New file.
1803 * gdb.cp/subtypes-2.cc: New file.
1804
376be529
AB
18052018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1808 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1809 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1810 -nostartfiles when compiling the test. Confirm that all registers
1811 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1812
066cfa98
AB
18132018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1816 option, syntax was wrong anyway.
1817 * gdb.arch/arm-disp-step.exp: Likewise.
1818 * gdb.arch/sparc64-regs.exp: Likewise.
1819 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1820 option, syntax was wrong anyway, switch to use
1821 prepare_for_testing.
1822 * gdb.arch/i386-disp-step.exp: Likewise.
1823
079670b9
AA
18242018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1825
1826 * gdb.ada/exec_changed.exp: Replace "target_info exists
1827 use_gdb_stub" by "use_gdb_stub".
1828 * gdb.ada/start.exp: Likewise.
1829 * gdb.base/async-shell.exp: Likewise.
1830 * gdb.base/attach-pie-misread.exp: Likewise.
1831 * gdb.base/attach-wait-input.exp: Likewise.
1832 * gdb.base/break-entry.exp: Likewise.
1833 * gdb.base/break-interp.exp: Likewise.
1834 * gdb.base/dprintf-detach.exp: Likewise.
1835 * gdb.base/nostdlib.exp: Likewise.
1836 * gdb.base/solib-nodir.exp: Likewise.
1837 * gdb.base/statistics.exp: Likewise.
1838 * gdb.base/testenv.exp: Likewise.
1839 * gdb.mi/mi-exec-run.exp: Likewise.
1840 * gdb.mi/mi-start.exp: Likewise.
1841 * gdb.multi/dummy-frame-restore.exp: Likewise.
1842 * gdb.multi/multi-arch-exec.exp: Likewise.
1843 * gdb.multi/multi-arch.exp: Likewise.
1844 * gdb.multi/tids.exp: Likewise.
1845 * gdb.multi/watchpoint-multi.exp: Likewise.
1846 * gdb.python/py-events.exp: Likewise.
1847 * gdb.threads/attach-into-signal.exp: Likewise.
1848 * gdb.threads/attach-stopped.exp: Likewise.
1849 * gdb.threads/threadapply.exp: Likewise.
1850 * lib/selftest-support.exp: Likewise.
1851
26d6cec4
AA
18522018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1853
1854 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1855
4ee89e90
SR
18562018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1857
1858 * gdb.perf/template-breakpoints.cc: New file.
1859 * gdb.perf/template-breakpoints.exp: New file.
1860 * gdb.perf/template-breakpoints.py: New file.
1861
92630041
TT
18622018-03-19 Tom Tromey <tom@tromey.com>
1863
1864 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1865 y0.
1866 * gdb.rust/simple.exp: Test bare identifier form of struct
1867 initializer.
1868
76727919
TT
18692018-03-19 Tom Tromey <tom@tromey.com>
1870
1871 * gdb.gdb/observer.exp: Remove.
1872
194ed413
AA
18732018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1874
1875 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1876 "qualified" option when setting breakpoints.
1877 * gdb.trace/backtrace.exp: Likewise.
1878 * gdb.trace/circ.exp: Likewise.
1879 * gdb.trace/collection.exp: Likewise.
1880 * gdb.trace/disconnected-tracing.exp: Likewise.
1881 * gdb.trace/ftrace-lock.exp: Likewise.
1882 * gdb.trace/ftrace.exp: Likewise.
1883 * gdb.trace/infotrace.exp: Likewise.
1884 * gdb.trace/packetlen.exp: Likewise.
1885 * gdb.trace/passc-dyn.exp: Likewise.
1886 * gdb.trace/qtro.exp: Likewise.
1887 * gdb.trace/read-memory.exp: Likewise.
1888 * gdb.trace/report.exp: Likewise.
1889 * gdb.trace/signal.exp: Likewise.
1890 * gdb.trace/status-stop.exp: Likewise.
1891 * gdb.trace/strace.exp: Likewise.
1892 * gdb.trace/tfind.exp: Likewise.
1893 * gdb.trace/trace-break.exp: Likewise.
1894 * gdb.trace/trace-condition.exp: Likewise.
1895 * gdb.trace/trace-mt.exp: Likewise.
1896 * gdb.trace/tstatus.exp: Likewise.
1897 * gdb.trace/tsv.exp: Likewise.
1898 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1899 * gdb.trace/unavailable.exp: Likewise.
1900 * gdb.trace/while-dyn.exp: Likewise.
1901
8b067d2c
AA
19022018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1903
1904 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1905 that libinproctrace is copied to the target.
1906
3ae9ce5d
TT
19072018-03-14 Tom Tromey <tom@tromey.com>
1908
1909 PR cli/14977:
1910 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1911 a null pointer.
1912 * gdb.base/wchar.exp: Likewise.
1913
b8c2339b
TT
19142018-03-14 Tom Tromey <tom@tromey.com>
1915
1916 PR cli/19918:
1917 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1918 flag.
1919
4872dc46
SM
19202018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1921
1922 PR gdb/22841
1923 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1924 "target" to remote_exec.
1925
e4fe3756
SM
19262018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1927
1928 PR gdb/22841
1929 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1930 ${board}_upload): Remove.
1931
e95a97d4
AA
19322018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1933
1934 * gdb.cp/watch-cp.cc: New test.
1935 * gdb.cp/watch-cp.exp: New file.
1936
dbbb1059
AB
19372018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1938
1939 * gdb.base/infcall-nested-structs.exp: New file.
1940 * gdb.base/infcall-nested-structs.c: New file.
1941 * gdb.base/float.exp: Add riscv support.
1942
ecc054c0
TP
19432018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1944
1945 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1946 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1947
25e3c82c
SDJ
19482018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1949
1950 * gdb.server/abspath.exp: New file.
1951 * lib/gdb.exp (with_cwd): New procedure.
1952
3083294d
SM
19532018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1954
1955 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1956 use it.
1957 (gdb_is_target_remote_prompt): New proc.
1958 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1959 (gdb_is_target_native): Pass prompt parameter to
1960 gdb_is_target_1.
1961
3275ef47
SM
19622018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1963
1964 * gdb.base/load-command.c: New file.
1965 * gdb.base/load-command.exp: New file.
1966 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1967 (gdb_is_target_1): ...this, and generalize for other targets
1968 than just remote.
1969 (gdb_is_target_remote): Use gdb_is_target_1.
1970 (gdb_is_target_native): use gdb_is_target_1.
1971
6893c19a
TT
19722018-02-26 Tom Tromey <tom@tromey.com>
1973
1974 PR python/16497:
1975 * gdb.python/py-framefilter.exp: Update test.
1976
2ddeaf8a
TT
19772018-02-26 Tom Tromey <tom@tromey.com>
1978
1979 * gdb.dwarf2/variant.c: New file.
1980 * gdb.dwarf2/variant.exp: New file.
1981
c9317f21
TT
19822018-02-26 Tom Tromey <tom@tromey.com>
1983
1984 * gdb.rust/simple.exp: Accept more possible results in enum test.
1985
6f6d0c26
SM
19862018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1987
1988 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1989 parentheses.
1990
11b03145
MR
19912018-02-23 Maciej W. Rozycki <macro@mips.com>
1992
1993 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1994 name of a variable: $actual_linejj -> $actual_line.
1995
54a27fe5
JB
19962018-02-21 John Baldwin <jhb@FreeBSD.org>
1997
1998 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1999
de65820c
MM
20002018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2001
2002 * gdb.btrace/buffer-size.exp: Do not force BTS.
2003
980548fd
PA
20042018-02-14 Pedro Alves <palves@redhat.com>
2005
2006 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2007 getting a "Quit".
2008
c4e12631
MM
20092018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2010
2011 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2012 Fix test name.
2013
c2e0e465
SM
20142018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2015
2016 * gdb.cp/m-static.exp: Check type of optimized out static
2017 member.
2018
f7216783
AB
20192018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2020
2021 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2022 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2023
0625771b
LS
20242018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2025 Leszek Swirski <leszeks@google.com>
2026
2027 * gdb.python/py-prettyprint.c
2028 (struct to_string_returns_value_inner,
2029 struct to_string_returns_value_wrapper): New.
2030 (main): Add tsrvw variable.
2031 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2032 ToStringReturnsValueWrapper): New classes.
2033 (register_pretty_printers): Register new pretty-printers.
2034 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2035 recursive pretty printer.
2036 * gdb.python/py-mi.exp: Likewise.
2037
59498c30
LS
20382018-02-01 Leszek Swirski <leszeks@google.com>
2039
2040 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2041 functions with the same name as an include file are parsed
2042 correctly.
2043
d4d38844
YQ
20442018-02-01 Yao Qi <yao.qi@linaro.org>
2045
2046 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2047 "\[^\r\n\]*".
2048
07e5f5cf
NP
20492018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2050
2051 * gdb.arch/powerpc-prologue-frame.s: New file.
2052 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2053 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2054
929b5ad4
JB
20552018-01-31 Joel Brobecker <brobecker@adacore.com>
2056
2057 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2058
e671cd59
PA
20592018-01-30 Pedro Alves <palves@redhat.com>
2060
2061 PR gdb/13211
2062 * gdb.base/interrupt-daemon.c: New.
2063 * gdb.base/interrupt-daemon.exp: New.
2064 * gdb.multi/multi-term-settings.c: New.
2065 * gdb.multi/multi-term-settings.exp: New.
2066
fc413dc4
JB
20672018-01-30 Joel Brobecker <brobecker@adacore.com>
2068
2069 * gdb.base/break.exp: Save the location where the breakpoint
2070 on break.c:47 was actually inserted when debugging the version
2071 compiled at -O2 and use it in the expected output of the "info
2072 break" test performed soon after.
2073
5c319bb2
PA
20742018-01-22 Pedro Alves <palves@redhat.com>
2075 Sergio Durigan Junior <sergiodj@redhat.com>
2076
2077 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2078 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2079
a9e40818
JB
20802018-01-22 Joel Brobecker <brobecker@adacore.com>
2081
2082 * gdb.base/break-include.c, gdb.base/break-include.inc,
2083 gdb.base/break-include.exp: New files.
2084 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2085 line number now being the actual line number where the breakpoint
2086 was inserted.
2087 * gdb.mi/mi-break.exp: Likewise.
2088 * gdb.mi/mi-reverse.exp: Likewise.
2089 * gdb.mi/mi-simplerun.exp: Ditto.
2090
e707fc44
AB
20912018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2092
2093 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2094 varobj.
2095 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2096
ae451627
AB
20972018-01-21 Don Breazeal <donb@codesourcery.com>
2098 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.mi/basics.c: Add new global.
2101 * gdb.mi/mi-frame-regs.exp: New file.
2102 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2103 case.
2104
b1b189e0
AB
21052018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2106
2107 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2108 non-parameter, and on an unknown symbol.
2109
fcfcc376
TT
21102018-01-19 Tom Tromey <tom@tromey.com>
2111
2112 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2113 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2114
634c1c31
AA
21152018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2116
2117 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2118 setrlimit and chdir to int.
2119
d6ad07fd
AA
21202018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2121
2122 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2123 function.
2124 (my_tend): Likewise.
2125 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2126 rationale of avoiding FP- and vector instructions.
2127
adf8243b
RK
21282018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2129
2130 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2131 "info reg" with "\[ \t\]*".
2132 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2133 "\[ \t\]+".
2134 * gdb.arch/s390-multiarch.exp: Ditto.
2135 * gdb.base/pc-fp.exp: Ditto.
2136 * gdb.reverse/i386-precsave.exp: Ditto.
2137 * gdb.reverse/i386-reverse.exp: Ditto.
2138 * gdb.reverse/i387-env-reverse.exp: Ditto.
2139 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2140
dcc06925
AA
21412018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2142
2143 * lib/gdb.exp (gdb_compile): Re-enable use of
2144 universal_compile_options for languages other than Rust.
2145
25d4fd80
AA
21462018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2147
2148 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2149
ee7f689e 21502018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2151
2152 PR gdb/16577
2153 * gdb.base/solib-vanish.exp: New.
2154 * gdb.base/solib-vanish-main.c: New.
2155 * gdb.base/solib-vanish-lib1.c: New.
2156 * gdb.base/solib-vanish-lib2.c: New.
2157
d8447b6b
YQ
21582018-01-17 Yao Qi <yao.qi@linaro.org>
2159
2160 * gdb.compile/compile.exp: Match the address printed for
2161 frame in the output of command "bt".
2162
86d6a90c
TT
21632018-01-15 Tom Tromey <tom@tromey.com>
2164
2165 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2166 compute sp_reg.
2167
cbcdb1aa
AB
21682018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2171 to prepare.
2172 (prepare): Return 0 on error, 1 on success.
2173
eea61984
PA
21742018-01-12 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/continue-after-aborted-step-over.c: New.
2177 * gdb.base/continue-after-aborted-step-over.exp: New.
2178
6181e9c2
SM
21792018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2180
2181 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2182 options when not creating an executable.
2183
3cada740
PA
21842018-01-11 Pedro Alves <palves@redhat.com>
2185
2186 PR remote/22597
2187 * gdb.server/stop-reply-no-thread.c: New file.
2188 * gdb.server/stop-reply-no-thread.exp: New file.
2189
c63d3e8d
PA
21902018-01-10 Pedro Alves <palves@redhat.com>
2191
2192 PR gdb/22670
2193 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2194 functions too. Test setting breakpoints and printing C functions
2195 with no debug info too.
2196 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2197
d4c2a405
PA
21982018-01-10 Pedro Alves <palves@redhat.com>
2199
2200 PR gdb/22670
2201 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2202 a fail.
2203
8825213e
PA
22042018-01-10 Pedro Alves <palves@redhat.com>
2205
2206 PR gdb/22670
2207 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2208
605fd3c6
YQ
22092018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2210
2211 * gdb.server/unittest.exp: Match the output in non-development
2212 mode.
2213
1e5ded6c
YQ
22142018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2215
2216 * gdb.gdb/unittest.exp: Match output in non-development mode.
2217
30066b0b
JB
22182018-01-08 Joel Brobecker <brobecker@adacore.com>
2219
2220 * gdb.ada/access_tagged_param.exp: Relax expected output
2221 for value of "ObjL" in "continue" to pck.inspect breakpoint
2222 test.
2223
04bafb1e
XR
22242018-01-08 Joel Brobecker <brobecker@adacore.com>
2225
9f86398b
JB
2226 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2227 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2228
e379cee6
PA
22292018-01-05 Pedro Alves <palves@redhat.com>
2230
2231 PR gdb/18653
2232 * gdb.base/libsegfault.exp: New.
2233
de63c46b
PA
22342018-01-05 Joel Brobecker <brobecker@adacore.com>
2235
2236 PR gdb/22670
2237 * gdb.ada/access_tagged_param.exp: New file.
2238 * gdb.ada/access_tagged_param/foo.adb: New file.
2239
f98fc17b
PA
22402018-01-05 Pedro Alves <palves@redhat.com>
2241
2242 PR gdb/22670
2243 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2244 exercise lower case too, and to exercise both full matching and
2245 wild matching.
2246
342f8240
JB
22472018-01-05 Joel Brobecker <brobecker@adacore.com>
2248
2249 * gdb.ada/rename_subscript_param: New testcase.
2250
7150d33c
JG
22512018-01-05 Jerome Guitton <guitton@adacore.com>
2252
2253 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2254
cc0e770c
JB
22552018-01-05 Joel Brobecker <brobecker@adacore.com>
2256
2257 * gdb.ada/convvar_comp: New testcase.
2258
672a41aa 22592018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2260
2261 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2262 (My_Table): New global variable.
2263 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2264
7365ec2f
JB
22652018-01-04 Joel Brobecker <brobecker@adacore.com>
2266
2267 PR gdb/22670
2268 * gdb.ada/maint_with_ada: New testcase.
2269
289483b6
JB
22702018-01-04 Joel Brobecker <brobecker@adacore.com>
2271
2272 PR gdb/22670
2273 * gdb.ada/bp_c_mixed_case: New testcase.
2274
344420da
JB
22752018-01-04 Joel Brobecker <brobecker@adacore.com>
2276
2277 PR gdb/22670
2278 * gdb.ada/complete.exp: Add "complete break ada" test.
2279
66fc87a0
JB
22802018-01-04 Joel Brobecker <brobecker@adacore.com>
2281
2282 PR gdb/22670
2283 * gdb.ada/info_addr_mixed_case: New testcase.
2284
9f757bf7
XR
22852018-01-03 Xavier Roirand <roirand@adacore.com>
2286
2287 * gdb.ada/excep_handle.exp: New testcase.
2288 * gdb.ada/excep_handle/foo.adb: New file.
2289 * gdb.ada/excep_handle/pck.ads: New file.
2290
bd570f80
JB
22912018-01-03 Joel Brobecker <brobecker@adacore.com>
2292
2293 * gdb.base/step-line.c: Add extra empty line in copyright header.
2294 * gdb.base/step-line.inp: Likewise.
2295
9fe561ab
JB
22962018-01-02 Joel Brobecker <brobecker@adacore.com>
2297
2298 * gdb.ada/dyn_stride.exp: Add slice test.
2299
a405673c
JB
23002018-01-02 Joel Brobecker <brobecker@adacore.com>
2301
2302 * gdb.ada/dyn_stride: New testcase.
2303
cef0f868
SH
23042017-12-27 Stafford Horne <shorne@gmail.com>
2305
2306 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2307 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2308
b67d92b0
SH
23092017-12-27 Stafford Horne <shorne@gmail.com>
2310
2311 * gdb.base/reggroups.c: New file.
2312 * gdb.base/reggroups.exp: New file.
2313
eccab96d
JB
23142017-12-18 Joel Brobecker <brobecker@adacore.com>
2315
2316 * gdb.dwarf2/ada-valprint-error.c: New file.
2317 * gdb.dwarf2/ada-valprint-error.exp: New file.
2318
0e2da9f0
JB
23192017-12-18 Joel Brobecker <brobecker@adacore.com>
2320
2321 * gdb.ada/assign_arr: New testcase.
2322
cb923fcc
XR
23232017-12-18 Xavier Roirand <roirand@adacore.com>
2324
2325 * gdb.ada/funcall_ptr: New testcase.
2326
7c161838
SDJ
23272017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2328
2329 PR cli/16224
2330 * gdb.base/ptype-offsets.cc: New file.
2331 * gdb.base/ptype-offsets.exp: New file.
2332
1af17fd9
YQ
23332017-12-15 Yao Qi <yao.qi@linaro.org>
2334
2335 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2336 if XML is disabled.
2337
828d5846
XR
23382017-12-15 Xavier Roirand <roirand@adacore.com>
2339
2340 * gdb.ada/same_component_name: New testcase.
2341
79e8fcaa
JB
23422017-12-14 Joel Brobecker <brobecker@adacore.com>
2343
2344 * gdb.ada/str_binop_equal: New testcase.
2345
e05fa6f9
JB
23462017-12-14 Joel Brobecker <brobecker@adacore.com>
2347
2348 * gdb.ada/task_switch_in_core: New testcase.
2349
b89641ba
SM
23502017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2351
2352 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2353 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2354 call test_bkpt_qualified.
2355 (test_bkpt_qualified): New proc.
2356
6892d2e4
PA
23572017-12-13 Pedro Alves <palves@redhat.com>
2358
2359 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2360 Tighten regexp by matching with an anchor.
2361
a22ecf70
PA
23622017-12-13 Pedro Alves <palves@redhat.com>
2363
2364 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2365 ("expression with namespace"): New set of tests.
2366 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2367 (Nested::Test_NS::qux): New.
2368 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2369 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2370
9937536c
JB
23712017-12-13 Joel Brobecker <brobecker@adacore.com>
2372
2373 * gdb.base/server-del-break.c: New file.
2374 * gdb.base/server-del-break.exp: New file.
2375
fe49c6f5
SH
23762017-12-12 Stafford Horne <shorne@gmail.com>
2377
2378 * gdb.xml/tdesc-regs.exp: Add or1k support.
2379
c3d18620
SH
23802017-12-12 Stafford Horne <shorne@gmail.com>
2381
2382 * gdb.base/bp-permanent.c: Define nop of or1k.
2383
c5f9cfc8
JB
23842017-12-11 Joel Brobecker <brobecker@adacore.com>
2385
2386 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2387 output with components being reordered.
2388
a9c135fc
JB
23892017-12-11 Joel Brobecker <brobecker@adacore.com>
2390
2391 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2392 output with components being reordered.
2393
927aa2e7
JK
23942017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2395 Pedro Alves <palves@redhat.com>
2396
2397 * gdb.base/maint.exp (check for .gdb_index): Check also for
2398 .debug_names.
2399 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2400 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2401 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2402 (.gdb_index used after symbol reloading): Support also .debug_names.
2403 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2404
f17d9474
YQ
24052017-12-08 Yao Qi <yao.qi@linaro.org>
2406
2407 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2408 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2409
a0de8c21
YQ
24102017-12-08 Yao Qi <yao.qi@linaro.org>
2411
2412 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2413 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2414
a738ea1d
YQ
24152017-12-08 Yao Qi <yao.qi@linaro.org>
2416
2417 * gdb.arch/aarch64-tagged-pointer.c: New file.
2418 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2419
1cd9a73b
SDJ
24202017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2421
2422 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2423 "int".
2424
fa6eb693
KS
24252017-12-07 Keith Seitz <keiths@redhat.com>
2426
2427 PR breakpoints/22569
2428 * gdb.linespec/ls-errs.exp: Change expected result of "break
2429 -source this file has spaces.c -line 3".
2430 Check that an explicit source file followed by whitespace is
2431 identified as an invalid explicit location.
2432
883fd55a
KS
24332017-12-07 Keith Seitz <keiths@redhat.com>
2434
2435 * gdb.cp/nested-types.cc: New file.
2436 * gdb.cp/nested-types.exp: New file.
2437 * lib/cp-support.exp: Load data-structures.exp library.
2438 (debug_cp_test_ptype_class): New global.
2439 (cp_ptype_class_verbose, next_line): New procedures.
2440 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2441 Add and document new return value.
2442 Switch the list of lines to a queue.
2443 Add support for new `type' key for nested type definitions.
2444 Add debugging/troubleshooting messages.
2445 * lib/data-structures.exp: New file.
2446
ec72db3e
SM
24472017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2448
2449 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2450 with proc_with_prefix, don't use with_test_prefix.
2451
99598d71
TT
24522017-12-07 Tom Tromey <tom@tromey.com>
2453
2454 * gdb.base/break.exp: Add test for empty "commands".
2455
a8806230
YQ
24562017-12-07 Yao Qi <yao.qi@linaro.org>
2457
2458 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2459 malloc and catch syscall.
2460
824cc835
PM
24612017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2462
2463 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2464 tests for explicit locations.
2465
7cc244de
PA
24662017-12-06 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2469 force-disabling XML descriptions.
2470
50a1fdd5
PA
24712017-12-04 Pedro Alves <palves@redhat.com>
2472
2473 PR gdb/22499
2474 * gdb.arch/amd64-disp-step-avx.S: New file.
2475 * gdb.arch/amd64-disp-step-avx.exp: New file.
2476
f0fb2488
PA
24772017-12-03 Pedro Alves <palves@redhat.com>
2478
2479 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2480 and <string.h>.
2481 (parent_function): Print distinct messages when waitpid fails, or
2482 the child exits with a signal, or the child exits for an unhandled
2483 reason.
2484 * gdb.threads/process-dies-while-detaching.exp
2485 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2486 it. Wait for both inferior output and GDB's prompt. Use an
2487 indirect spawn id list.
2488 (do_detach): New parameter 'child_exit'. Use it to compute
2489 expected inferior output.
2490 (test_detach, test_detach_watch, test_detach_killed_outside):
2491 Adjust to pass down the expected child exit kind.
2492
97cbe998
SDJ
24932017-12-01 Joel Brobecker <brobecker@adacore.com>
2494 Sergio Durigan Junior <sergiodj@redhat.com>
2495 Pedro Alves <palves@redhat.com>
2496
2497 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2498
40fc416f
SDJ
24992017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2500
2501 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2502 to 'symbol-file' and 'add-symbol-file' can be
2503 position-independent.
2504
1cc75e92
YQ
25052017-12-01 Yao Qi <yao.qi@linaro.org>
2506
2507 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2508 the URL in copyright header.
2509 * gdb.arch/aarch64-fp.exp: Likewise.
2510 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2511 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2512 * gdb.base/expand-psymtabs.exp: Likewise.
2513 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2514 * gdb.fortran/common-block.exp: Likewise.
2515 * gdb.fortran/common-block.f90: Likewise.
2516 * gdb.fortran/logical.exp: Likewise.
2517 * gdb.fortran/vla-datatypes.f90: Likewise.
2518 * gdb.fortran/vla-sub.f90: Likewise.
2519
875fb7a7
JB
25202017-11-30 Joel Brobecker <brobecker@adacore.com>
2521
2522 * gdb.ada/repeat_dyn: New testcase.
2523
6f14765f
UW
25242017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2525
2526 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2527 Update for changed thread numbering.
2528 * gdb.cell/bt.exp: Update for changed GDB output.
2529
f1af7b94
SM
25302017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2531
2532 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2533 setting isremote by hand.
2534 * boards/dwarf4-gdb-index.exp: Likewise.
2535 * boards/fission.exp: Likewise.
2536 * boards/stabs.exp: Likewise.
2537
e3919f3e
PA
25382017-11-30 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.linespec/cpls-ops.exp
2541 (check_explicit_skips_function_argument): Extract the underlying
2542 type of size_t instead of hardcoding it.
2543
bd69330d
PA
25442017-11-29 Pedro Alves <palves@redhat.com>
2545
2546 PR c++/19436
2547 * gdb.linespec/cpls-abi-tag.cc: New file.
2548 * gdb.linespec/cpls-abi-tag.exp: New file.
2549
a20714ff
PA
25502017-11-29 Pedro Alves <palves@redhat.com>
2551
2552 * gdb.base/langs.exp: Use -qualified.
2553 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2554 it.
2555 * gdb.cp/namespace.exp: Use -qualified.
2556 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2557 (overload-3, template-overload, template-ret-type, const-overload)
2558 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2559 procedures.
2560 (test_driver): Call them.
2561 * gdb.cp/save-bp-qualified.cc: New.
2562 * gdb.cp/save-bp-qualified.exp: New.
2563 * gdb.linespec/explicit.exp: Test -qualified.
2564 * lib/completion-support.exp (completion::explicit_opts_list): Add
2565 "-qualified".
2566 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2567
f6f1d339
PM
25682017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2569
2570 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2571
02ca603a
TT
25722017-11-29 Tom Tromey <tom@tromey.com>
2573
2574 * gdb.base/relocate.exp: Update invalid argument test.
2575 Add new tests for invalid arguments.
2576
ed6c0bfb
TP
25772017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2578
2579 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2580 Return 0 as a long.
2581 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2582
f106e10e
TP
25832017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2584
2585 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2586 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2587 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2588 func ().
2589 * gdb.cp/shadow.cc (B.func): Return 0.
2590
10329bb2
JB
25912017-11-27 Joel Brobecker <brobecker@adacore.com>
2592
2593 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2594 expected output in gdb_expect call to allow the exception
2595 message to be present as well. Fix syntax confusion to avoid
2596 TCL thinking that exception_name is an array.
2597
617cd4bc
UW
25982017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2599
2600 * gdb.arch/spu-info.c: Include <unistd.h>.
2601 (do_signal_test): Fix broken calls to write.
2602 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2603 Fix checks for empty mailboxes. Update signal tests for corrected
2604 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2605 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2606 * gdb.cell/arch.exp: Use standard_output_file.
2607 * gdb.cell/break.exp: Likewise.
2608 * gdb.cell/bt.exp: Likewise.
2609 * gdb.cell/core.exp: Likewise.
2610 * gdb.cell/dwarfaddr.exp: Likewise.
2611 * gdb.cell/ea-cache.exp: Likewise.
2612 * gdb.cell/ea-standalone.exp: Likewise.
2613 * gdb.cell/f-regs.exp: Likewise.
2614 * gdb.cell/fork.exp: Likewise.
2615 * gdb.cell/gcore.exp: Likewise.
2616 * gdb.cell/mem-access.exp: Likewise.
2617 * gdb.cell/ptype.exp: Likewise.
2618 * gdb.cell/registers.exp: Likewise.
2619 * gdb.cell/sizeof.exp: Likewise.
2620 * gdb.cell/solib-symbol.exp: Likewise.
2621 * gdb.cell/solib.exp: Likewise.
617cd4bc 2622
a81aaca0
PA
26232017-11-25 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.base/complete-empty.exp: New file.
2626 * gdb.base/completion.exp: Adjust.
2627
6a3c6ee4
PA
26282017-11-25 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.linespec/cpls-ops.cc: New file.
2631 * gdb.linespec/cpls-ops.exp: New file.
2632 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2633 factored out from ...
2634 (test_complete_prefix_range): ... this.
2635
8955eb2d
PA
26362017-11-24 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.linespec/cpcompletion.exp: New file.
2639 * gdb.linespec/cpls-hyphen.cc: New file.
2640 * gdb.linespec/cpls.cc: New file.
2641 * gdb.linespec/cpls2.cc: New file.
2642 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2643 test to use test_gdb_complete_unique. Add label completion,
2644 keyword completion and explicit location completion tests.
2645 * lib/completion-support.exp: New file.
2646
e547c119
JB
26472017-11-24 Joel Brobecker <brobecker@adacore.com>
2648
2649 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2650 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2651 when hitting an exception catchpoint.
2652
7c3c1aa8
YQ
26532017-11-22 Yao Qi <yao.qi@linaro.org>
2654
2655 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2656
41bd68f5
SM
26572017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2658
2659 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2660 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2661 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2662
1daad298
YQ
26632017-11-22 Yao Qi <yao.qi@linaro.org>
2664
2665 * gdb.base/info-os.exp: Pass pthreads.
2666 * gdb.multi/multi-attach.exp: Likewise.
2667
88465e87
YQ
26682017-11-22 Yao Qi <yao.qi@linaro.org>
2669
2670 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2671 compiler.
2672
dc196b23
YQ
26732017-11-22 Yao Qi <yao.qi@linaro.org>
2674
2675 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2676 * gdb.base/break-interp.exp: Likewise.
2677 * gdb.base/jit-attach-pie.exp: Likewise.
2678
2400729e
UW
26792017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2680
2681 * gdb.base/float128.c (large128): New variable.
2682 * gdb.base/float128.exp: Add test to print largest __float128 value.
2683
7a26362d
UW
26842017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2685
2686 * gdb.arch/vsx-regs.exp: Update register content checks.
2687
ed0f4273
UW
26882017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2689
2690 * gdb.arch/ppc-longdouble.exp: New file.
2691 * gdb.arch/ppc-longdouble.c: Likewise.
2692
a25d69c6
PA
26932017-11-21 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2696
73fcf641
PA
26972017-11-20 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2700 (long_double_typedef): New typedefs.
2701 Use DEF on double and long double.
2702 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2703 cases.
2704 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2705 and 'long_double_ptr_same_size' locals. Use them to decide
2706 whether cast from array/function to float is valid/invalid.
2707
71a3c369
TT
27082017-11-17 Tom Tromey <tom@tromey.com>
2709
2710 * gdb.rust/traits.rs: New file.
2711 * gdb.rust/traits.exp: New file.
2712
ced9779b
JB
27132017-11-17 Joel Brobecker <brobecker@adacore.com>
2714
2715 * gdb.ada/minsyms: New testcase.
2716
a0922d80
PA
27172017-11-16 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2720 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2721
ea04e54c
PA
27222017-11-16 Pedro Alves <palves@redhat.com>
2723
2724 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2725 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2726
e849ea89
PA
27272017-11-16 Pedro Alves <palves@redhat.com>
2728
2729 * gdb.server/reconnect-ctrl-c.c: New file.
2730 * gdb.server/reconnect-ctrl-c.exp: New file.
2731
d8ae99a7
PM
27322017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2733
2734 * gdb.python/py-rbreak.exp: New file.
2735 * gdb.python/py-rbreak.c: New file.
2736 * gdb.python/py-rbreak-func2.c: New file.
2737
968a13f8
PA
27382017-11-16 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2741 pattern.
2742 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2743 GDB.
2744
71774bc9
SM
27452017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2746
2747 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2748 regex.
2749
ddbb44cf
SM
27502017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2751
2752 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2753 test names.
2754
584a564f
PA
27552017-11-09 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2758 factored out from ...
2759 (top level): ... here, and adjusted to avoid expecting beyond the
2760 prompt in a single gdb_test_multiple.
2761
5ed7a928
PA
27622017-11-09 Pedro Alves <palves@redhat.com>
2763
2764 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2765 output.
2766 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2767 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2768 * gdb.server/ext-run.exp ("kill" test): Likewise.
2769 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2770
a60e0738
PA
27712017-11-09 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2774 match till end of line.
2775
2c88253f
PA
27762017-11-09 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2779
c7a38517
PA
27802017-11-09 Pedro Alves <palves@redhat.com>
2781
2782 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2783 New procedures, factored out from ...
2784 (top level): ... here, and adjusted to avoid expecting beyond the
2785 prompt in one go.
2786
f29f4b6b
PA
27872017-11-09 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2790 output. Fix '?' match.
2791
286acbb5
JB
27922017-11-08 Joel Brobecker <brobecker@adacore.com>
2793
2794 * gdb.ada/scoped_watch: New testcase.
2795 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2796 which is actually correct.
2797 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2798 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2799
62d7ae92
PA
28002017-11-08 Pedro Alves <palves@redhat.com>
2801
2802 * gdb.gdb/complaints.exp (test_initial_complaints)
2803 (test_serial_complaints, test_short_complaints): Call
2804 complaint_internal instead of complaint.
2805
280ca31f
DT
28062017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2807
2808 * gdb.threads/tls-core.c: New file.
2809 * gdb.threads/tls-core.exp: Likewise.
2810
b5ec771e
PA
28112017-11-08 Pedro Alves <palves@redhat.com>
2812
2813 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2814 (p Exported_Capitalized): New test.
2815 (p exported_capitalized): New test.
2816
a02b41a7
PA
28172017-11-07 Pedro Alves <palves@redhat.com>
2818
2819 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2820
95e95a6d
PA
28212017-11-07 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2824 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2825 (disable_invalid, disable_inverted, disable_negative): New
2826 procedures.
2827 ("bad numbers"): New set of tests.
2828
cee62dbd
PA
28292017-11-07 Pedro Alves <palves@redhat.com>
2830
2831 * gdb.cp/ena-dis-br-range.exp: Add tests.
2832
cc638e86
PA
28332017-11-07 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2836
d0fe4701
XR
28372017-11-07 Xavier Roirand <roirand@adacore.com>
2838 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.base/ena-dis-br.exp: Add reference to
2841 gdb.cp/ena-dis-br-range.exp.
2842 * gdb.cp/ena-dis-br-range.exp: New file.
2843 * gdb.cp/ena-dis-br-range.cc: New file.
2844
46f67f80
PA
28452017-11-06 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.base/attach-non-pgrp-leader.c: New.
2848 * gdb.base/attach-non-pgrp-leader.exp: New.
2849
726e1356
PA
28502017-11-06 Pedro Alves <palves@redhat.com>
2851
2852 * configure.ac: No longer check for termio.h and sgtty.h.
2853 * configure: Regenerate.
2854 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2855 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2856 Remove termio and sgtty code.
2857
50ab6ace
YQ
28582017-11-03 Yao Qi <yao.qi@linaro.org>
2859
2860 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2861 in GDB is disabled.
2862
8e68731c
YQ
28632017-11-03 Yao Qi <yao.qi@linaro.org>
2864
2865 * gdb.python/py-thrhandle.exp: Skip it if python is not
2866 enabled.
2867
3a87ae65
SM
28682017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2869
2870 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2871 as a breakpoint command.
2872
484d8d36
MD
28732017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2874
2875 PR python/21213
2876 * gdb.python/py-infthread.exp: Test calling
2877 InferiorThread.inferior () multiple times in a row.
2878
4a27f119
KS
28792017-10-27 Keith Seitz <keiths@redhat.com>
2880
2881 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2882 Test "info break" for every inlined function breakpoint.
2883
bb11dd58
YQ
28842017-10-27 Yao Qi <yao.qi@linaro.org>
2885
2886 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2887
a43f3893
PF
28882017-10-26 Patrick Frants <osscontribute@gmail.com>
2889
2890 * gdb.cp/classes.exp (test_static_members): Test printing
2891 Outer::instance.
2892 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2893 (Inner::instance, Outer::instance): New.
2894
792ccf00
PA
28952017-10-24 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2898 extra console" test in two stages.
2899
eb2bfbad
PA
29002017-10-24 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2903
1f75a651
PA
29042017-10-24 Pedro Alves <palves@redhat.com>
2905
2906 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2907 loop.
2908
779990d9
PA
29092017-10-24 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2912 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2913
ad9b8f5d
PA
29142017-10-24 Pedro Alves <palves@redhat.com>
2915
2916 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2917 parameter and handle it. Don't output read value in test name.
2918
fee6da6e
PA
29192017-10-24 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2922 custom test name.
2923
10389c2c
PA
29242017-10-24 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2927 include the unstable output directory name in the test's name.
2928 (initial_setup_simple) <'set args'>: Use custom test name.
2929
a80e65a9
PA
29302017-10-24 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2933 with explicit test name.
2934
15763a09
PA
29352017-10-20 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2938 'wait -i'. Use gdb_assert and remote_close.
2939
49a4ce2e
AB
29402017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2943 number from variable rather than hard-coded.
2944
a75868f5
PA
29452017-10-19 Pedro Alves <palves@redhat.com>
2946
2947 * gdb.base/long-inferior-output.c: New file.
2948 * gdb.base/long-inferior-output.exp: New file.
2949
c8ba13ad
KS
29502017-11-18 Keith Seitz <keiths@redhat.com>
2951
2952 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2953 method.
2954 (main): Call it.
2955 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2956 Add additional user-defined conversion operator tests.
2957
b27de576
PA
29582017-10-17 Pedro Alves <palves@redhat.com>
2959
2960 * boards/native-stdio-gdbserver.exp: Load "local-board".
2961
8484c955
PA
29622017-10-17 Pedro Alves <palves@redhat.com>
2963
2964 * gdb.base/quit-live.c: New file.
2965 * gdb.base/quit-live.exp: New file.
2966
83d5a34d
KS
29672017-10-16 Keith Seitz <keiths@redhat.com>
2968
2969 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2970 (class_with_protected_typedef, class_with_private_typedef)
2971 (struct_with_public_typedef, struct_with_protected_typedef)
2972 (struct_with_private_typedef): New classes/structs.
2973 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2974 typedefs and access specifiers.
2975
739b3f1d
PA
29762017-10-16 Pedro Alves <palves@redhat.com>
2977 Simon Marchi <simon.marchi@polymtl.ca>
2978
2979 * README (Local vs Remote vs Native): New section.
2980 * boards/local-board.exp: New file, with bits factored out from
2981 ...
2982 * boards/native-extended-gdbserver.exp: ... here. Load
2983 "local-board".
2984 * boards/native-gdbserver.exp: Load "local-board".
2985 (${board}_spawn, ${board}_exec): Delete.
2986 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2987 ...
2988 * boards/stdio-gdbserver-base.exp: ... this new file.
2989 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2990 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2991 procedure.
2992 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2993 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2994 stdio_gdbserver_command.
2995 (${board}_get_remote_address, ${board}_get_comm_port)
2996 (${board}_download, ${board}_upload): Delete.
2997 (get_target_remote_pipe_cmd): New.
2998
fe68b953
SM
29992017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3000
3001 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3002 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3003 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3004 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3005 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3006 remove with_test_prefix.
3007
300b6685
PA
30082017-10-13 Pedro Alves <palves@redhat.com>
3009
3010 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3011 * gdb.base/annota1.exp: Use it instead of is_remote.
3012 * gdb.base/annota3.exp: Use it instead of is_remote.
3013 * gdb.cp/annota2.exp: Use it instead of is_remote.
3014 * gdb.cp/annota3.exp: Use it instead of is_remote.
3015 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3016
50500caf
PA
30172017-10-13 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3020 (test_num_test_vars, run_and_count_vars, find_env)
3021 (test_set_unset_env, test_inherit_env_var): New procedures.
3022 (top level): Use them.
3023
dad0c6d2
PA
30242017-10-13 Pedro Alves <palves@redhat.com>
3025
3026 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3027 also skip on stub-like targets.
3028
8b0553c1
PA
30292017-10-13 Pedro Alves <palves@redhat.com>
3030
3031 PR gdb/22293
3032 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3033 (top level): Move some tests to ...
3034 (test_not_found): ... this new procedure.
3035 (top level): Call it.
3036
7594f623
PA
30372017-10-13 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3040 expect different "info terminal" output if testing with a
3041 non-native target.
3042
ebe3b402
PA
30432017-10-13 Pedro Alves <palves@redhat.com>
3044 Simon Marchi <simon.marchi@polymtl.ca>
3045
3046 PR python/12966
3047 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3048
42f1b161
PA
30492017-10-13 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3052 already.
3053
8d6ef72b
PA
30542017-10-13 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3057 is_remote.
3058
d7bcd5b8
PA
30592017-10-13 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3062 is_remote.
3063
df479dc6
PA
30642017-10-13 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3067 is set.
3068 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3069 instead of is_remote.
3070
23fb630a
PA
30712017-10-13 Pedro Alves <palves@redhat.com>
3072
3073 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3074 (top level): Add comment.
3075
cc77b1dc
PA
30762017-10-13 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.base/remote.exp (top level): Fix comment typo and add
3079 missing return.
3080
27c9e813
PA
30812017-10-13 Pedro Alves <palves@redhat.com>
3082 Simon Marchi <simon.marchi@polymtl.ca>
3083
3084 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3085 calls and add comments. Skip test if use_gdb_stub is set.
3086 (top level): Use "set cwd" command instead of "cd" command.
3087
5e830d98
PA
30882017-10-13 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3091 is_remote target check.
3092
f5ca0032
PA
30932017-10-13 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.base/scope.exp: Use build_executable + clean_restart +
3096 gdb_file_cmd instead of prepare_for_testing and no longer skip
3097 "before run" tests on is_remote target boards. Update comments.
3098 * boards/native-extended-gdbserver.exp
3099 (extended_gdbserver_load_last_file): New, factored out from ...
3100 (gdb_load): ... this. Move further below and add comment.
3101 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3102
8aed1c0d
PA
31032017-10-12 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/attach.exp: Remove references to gdb64.
3106 * gdb.base/dbx.exp: Remove references to gdb64.
3107
cfa34c87
SM
31082017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3109 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.base/label.exp: Remove is_remote target check.
3112
9192b7de
PA
31132017-10-12 Pedro Alves <palves@redhat.com>
3114
3115 * gdb.base/auvx.exp (coredir): Update comment.
3116 (top level) <core_works>: Use "set cwd" command instead of "cd"
3117 command.
3118
6bf0052d
PA
31192017-10-12 Pedro Alves <palves@redhat.com>
3120 Simon Marchi <simon.marchi@polymtl.ca>
3121
3122 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3123 target boards.
3124
e48ef82d
PA
31252017-10-12 Pedro Alves <palves@redhat.com>
3126 Simon Marchi <simon.marchi@polymtl.ca>
3127
3128 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3129 Instead skip if there's any gdb_protocol set.
3130
8d7aea57
SM
31312017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3132 Pedro Alves <palves@redhat.com>
3133
3134 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3135
30440677
PA
31362017-10-12 Pedro Alves <palves@redhat.com>
3137 Simon Marchi <simon.marchi@polymtl.ca>
3138
3139 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3140 instead of on dejagnu remote boards.
3141
4e04f045 31422017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3143 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3144
3145 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3146 checks. Use build_executable + clean_restart instead of
3147 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3148 of enabling non-stop after starting gdb.
3149
871a186e
PA
31502017-10-12 Pedro Alves <palves@redhat.com>
3151
3152 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3153 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3154 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3155 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3156
56d704da
AK
31572017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3158
3159 * gdb.arch/arc-tdesc-cpu.exp: New file.
3160 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3161
2f20e312
SM
31622017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3163
3164 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3165
65630365
PA
31662017-10-10 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3169 expect CLI output.
3170
bf469271
PA
31712017-10-10 Pedro Alves <palves@redhat.com>
3172
3173 * lib/selftest-support.exp (selftest_setup): Update for
3174 captured_command_loop's prototype change.
3175
777a42f1
PA
31762017-10-09 Pedro Alves <palves@redhat.com>
3177
3178 Test both arch1=>arch2 and arch2=>arch1.
3179
3180 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3181 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3182 factored out to...
3183 (append_arch1_options, append_arch2_options, append_arch_options)
3184 (build_executables): New procedures.
3185 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3186 local.
3187 (top level): Add new 'first_arch' testing axis.
3188
cbd2b4e3
PA
31892017-10-09 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3192 (barrier): New.
3193 (thread_start, all_started): New functions.
3194 (main): Spawn new thread and wait until it is scheduled.
3195 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3196 option.
3197 (do_test): Add 'selected_thread' parameter. Run to all_started
3198 instead of main. Explicitly set the breakpoint at main. Switch
3199 to the SELECTED_THREAD thread.
3200 (top level): Test handling the exec event with either the main
3201 thread or the second thread selected.
3202
5c9e4427
PA
32032017-10-09 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3206 logic. Move STOP marker after the value checks.
3207 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3208 regexp.
3209
b3b7c423
SL
32102017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3211
3212 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3213
3b4b2f16
UW
32142017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3215
3216 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3217 integer-to-dfp conversion.
3218 * gdb.base/dfp-test.exp: Likewise.
3219
5cd63fda
PA
32202017-10-04 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.multi/hangout.c: Include <unistd.h>.
3223 (hangout_loop): New function.
3224 (main): Call alarm. Call hangout_loop in a loop.
3225 * gdb.multi/hello.c: Include <unistd.h>.
3226 (hello_loop): New function.
3227 (main): Call alarm. Call hangout_loop in a loop.
3228 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3229 inferior with the other selected.
3230
4c71c105
SM
32312017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3232
3233 * gdb.mi/list-thread-groups-available.exp: New file.
3234 * gdb.mi/list-thread-groups-available.c: New file.
3235
bc3b087d
SDJ
32362017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3237
3238 * gdb.base/set-cwd.exp: Make it available on
3239 native-extended-gdbserver.
3240
d092c5a2
SDJ
32412017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3242
3243 * gdb.base/set-cwd.c: New file.
3244 * gdb.base/set-cwd.exp: Likewise.
3245
45320ffa
TT
32462017-10-02 Tom Tromey <tom@tromey.com>
3247
3248 PR rust/22236:
3249 * gdb.rust/simple.rs (main): New variable "fslice".
3250 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3251
b3e3859b
TT
32522017-10-02 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.rust/simple.exp: Test ptype of a slice.
3255
01af5e0d
TT
32562017-10-02 Tom Tromey <tom@tromey.com>
3257
3258 * gdb.rust/simple.exp: Test index of slice.
3259
a9bbfbd8
TT
32602017-09-27 Tom Tromey <tom@tromey.com>
3261
3262 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3263
df8899e5
TP
32642017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3265 Pedro Alves <palves@redhat.com>
3266
3267 * gdb.base/compare-sections.exp (get value of read-only section): Read
3268 as unsigned value.
3269 (corrupt read-only section): Likewise and don't set written if patching
3270 failed.
3271
757bf54b
KB
32722017-09-21 Kevin Buettner <kevinb@redhat.com>
3273
3274 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3275 files.
3276
06871ae8
PA
32772017-09-20 Pedro Alves <palves@redhat.com>
3278
3279 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3280 symbol names in gdb's output.
3281 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3282
e5f25bc5
PA
32832017-09-20 Pedro Alves <palves@redhat.com>
3284
3285 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3286 Rename to ...
3287 (test_list_ambiguous_symbol): ... this and add a symbol name
3288 parameter. Adjust.
3289 (test_list_ambiguous_function): Reimplement on top of
3290 test_list_ambiguous_symbol and also test listing ambiguous
3291 variables.
3292 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3293 (ambiguous_fun): ... this.
3294 (ambiguous_var): New.
3295 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3296 (ambiguous_fun): ... this.
3297 (ambiguous_var): New.
3298
4e5a4f58
JB
32992017-09-19 John Baldwin <jhb@FreeBSD.org>
3300
3301 * gdb.base/starti.c: New file.
3302 * gdb.base/starti.exp: New file.
3303 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3304
26e53f3e
PA
33052017-09-14 Pedro Alves <palves@redhat.com>
3306
3307 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3308 (top level): Use it instead of runto.
3309
cb791d59
TT
33102017-09-11 Tom Tromey <tom@tromey.com>
3311
3312 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3313
7c96f8c1
TT
33142017-09-11 Tom Tromey <tom@tromey.com>
3315
3316 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3317 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3318
469412dd
CW
33192017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3320
3321 * gdb.fortran/printing-types.exp: New file.
3322 * gdb.fortran/printing-types.exp: New file.
3323
e0f86435
BH
33242017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3325
3326 * gdb.fortran/vla-ptype.exp: Fix typos.
3327 * gdb.fortran/vla-value.exp: Same.
3328
9e9af4be
BH
33292017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3330
3331 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3332 * gdb.mi/mi-var-child-f.exp: Likewise.
3333 * gdb.mi/mi-vla-fortran.exp: Likewise.
3334
a5ad232b
FP
33352017-09-08 Frank Penczek <frank.penczek@intel.com>
3336 Christoph Weinmann <christoph.t.weinmann@intel.com>
3337 Bernhard Heckel <bernhard.heckel@intel.com>
3338
3339 * gdb.fortran/ptr-indentation.f90: New file.
3340 * gdb.fortran/ptr-indentation.exp: New file.
3341
5aec60eb
TT
33422017-09-05 Tom Tromey <tom@tromey.com>
3343
3344 PR gdb/22010:
3345 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3346
8f8f8152
TP
33472017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3348
3349 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3350
fbd1b771
JK
33512017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3352
3353 * gdb.threads/tls-nodebug-pie.c: New file.
3354 * gdb.threads/tls-nodebug-pie.exp: New file.
3355
5eb5f850
TT
33562017-09-05 Tom Tromey <tom@tromey.com>
3357
3358 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3359 for rust.
3360
ae780a21
SM
33612017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3362
3363 * gdb.multi/multi-arch-exec.exp: Test with different
3364 "follow-exec-mode" settings.
3365 (do_test): New procedure.
3366
3693fdb3
PA
33672017-09-04 Pedro Alves <palves@redhat.com>
3368
3369 * gdb.base/func-static.c (S::method const, S::method volatile)
3370 (S::method volatile const): New methods.
3371 (c_s, v_s, cv_s): New instances.
3372 (main): Call method() on them.
3373 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3374 (cannot_resolve): New procedure.
3375 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3376 print-quote-unquoted columns.
3377 (do_test): Test printing each scope too.
3378
e68cb8e0
PA
33792017-09-04 Pedro Alves <palves@redhat.com>
3380
3381 * gdb.base/local-static.exp: Also test with
3382 class::method::variable wholly quoted.
3383 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3384
858be34c
PA
33852017-09-04 Pedro Alves <palves@redhat.com>
3386
3387 * gdb.base/local-static.c: New.
3388 * gdb.base/local-static.cc: New.
3389 * gdb.base/local-static.exp: New.
3390
46a4882b
PA
33912017-09-04 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.asm/asm-source.exp: Add casts to int.
3394 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3395 (dataglobal64_1, dataglobal64_2): New globals.
3396 * gdb.base/nodebug.exp: Test different expressions involving the
3397 new globals, with print, whatis and ptype. Add casts to int.
3398 * gdb.base/solib-display.exp: Add casts to int.
3399 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3400 * gdb.cp/m-static.exp: Add cast to int.
3401 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3402 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3403 tls variable with no debug info without a cast. Test with a cast
3404 to int too.
3405 * gdb.trace/entry-values.exp: Add casts.
3406
2c5a2be1
PA
34072017-09-04 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.base/nodebug.exp: Test that ptype's error about functions
3410 with unknown return type includes the function name too.
3411
7022349d
PA
34122017-09-04 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3415 return type of munmap in infcall.
3416 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3417 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3418 type of ftell in infcall.
3419 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3420 type of getpid in infcall.
3421 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3422 infcall.
3423 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3424 Bail on failure to extract the pid.
3425 * gdb.base/nodebug.c: #include <stdint.h>.
3426 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3427 New functions.
3428 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3429 Change expected output of print/whatis/ptype with functions with
3430 no debug info. Test all supported languages. Call
3431 test_call_promotion.
3432 * gdb.compile/compile.exp: Adjust expected output to expect
3433 warning.
3434 * gdb.threads/siginfo-threads.exp: Likewise.
3435
54990598
PA
34362017-09-04 Pedro Alves <palves@redhat.com>
3437
3438 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3439 "prototypes". Test calling float functions via prototyped and
3440 unprototyped function pointers.
3441 (perform_all_tests): New parameter "prototypes". Pass it down.
3442 (top level): Pass down "prototypes" parameter to
3443 perform_all_tests.
3444
34d16ea2
SM
34452017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3446
3447 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3448 Test with nested loops.
3449
9521ecda
SM
34502017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3451
3452 * gdb.base/commands.exp: Call the new procedures.
3453 (loop_break_test, loop_continue_test): New procedures.
3454
80a65e9b
SM
34552017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3456
3457 * gdb.base/commands.exp: Call new procedure.
3458 (define_if_without_arg_test): New procedure.
3459
e439fa14
PA
34602017-09-04 Pedro Alves <palves@redhat.com>
3461
3462 * gdb.base/list-ambiguous.exp: New file.
3463 * gdb.base/list-ambiguous0.c: New file.
3464 * gdb.base/list-ambiguous1.c: New file.
3465 * gdb.base/list.exp (test_list_range): Adjust expected output.
3466
0a2dde4a
SDJ
34672017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3468
3469 * gdb.base/share-env-with-gdbserver.c: New file.
3470 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3471
5e89eb3a
SM
34722017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3473
3474 * gdb.base/commands.exp (gdbvar_simple_if_test,
3475 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3476 progvar_simple_if_test, progvar_simple_while_test,
3477 progvar_complex_if_while_test, user_defined_command_test,
3478 user_defined_command_args_eval,
3479 user_defined_command_args_stack_test,
3480 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3481 temporary_breakpoint_commands,
3482 gdb_test_no_prompt, redefine_hook_test,
3483 redefine_backtrace_test): Remove "global gdb_prompt".
3484
fd437cbc
SM
34852017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3486
3487 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3488 New proc, call it from toplevel.
3489
87215ad1
SDJ
34902017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3491
3492 PR remote/21852
3493 * gdb.server/normal.c: New file, copied from gdb.base.
3494 * gdb.server/run-without-local-binary.exp: New file.
3495
58afddc6
WP
34962017-08-07 Weimin Pan <weimin.pan@oracle.com>
3497
3498 * gdb.arch/sparc64-adi.exp: New file.
3499 * gdb.arch/sparc64-adi.c: New file.
3500
5277199a
PA
35012017-08-22 Pedro Alves <palves@redhat.com>
3502
3503 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3504 (top level): Add "list all overloads" tests.
3505
14278e1f
TT
35062017-08-22 Tom Tromey <tom@tromey.com>
3507
3508 * gdb.gdb/xfullpath.exp: Remove.
3509
bf223d3e
PA
35102017-08-21 Pedro Alves <palves@redhat.com>
3511
3512 PR gdb/19487
3513 * gdb.base/symbol-alias.c: New.
3514 * gdb.base/symbol-alias2.c: New.
3515 * gdb.base/symbol-alias.exp: New.
3516
c973d0aa
PA
35172017-08-21 Pedro Alves <palves@redhat.com>
3518
3519 * gdb.base/dfp-test.c
3520 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3521 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3522 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3523 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3524 * gdb.base/whatis-ptype-typedefs.c: New.
3525 * gdb.base/whatis-ptype-typedefs.exp: New.
3526 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3527 (an_int, an_int_type, an_int_type2): New globals.
3528 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3529 involving typedefs and cast expressions.
3530 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3531 (lookup_typedefs_function): New.
3532 (typedefs_pretty_printers_dict): New.
3533 (top level): Register lookup_typedefs_function in
3534 gdb.pretty_printers.
3535
6d580b63
YQ
35362017-08-18 Yao Qi <yao.qi@linaro.org>
3537
3538 * gdb.server/unittest.exp: New.
3539
206726fb
SDJ
35402017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3541
3542 PR gdb/21954
3543 * gdb.base/environ.exp: Add test to check if 'unset environment'
3544 works.
3545
bf0ec4c2
AA
35462017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3547
3548 * lib/gdb.exp (universal_compile_options): New caching proc.
3549 (gdb_compile): Suppress GCC's coloring of messages.
3550
d6382fff
TT
35512017-08-14 Tom Tromey <tom@tromey.com>
3552
3553 PR gdb/21675:
3554 * gdb.base/printcmds.exp (test_radices): New function.
3555 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3556 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3557 * lib/gdb.exp (get_integer_valueof): Use p/d.
3558
c2c2dd9f
SM
35592017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3560
3561 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3562 characters.
3563
fdffd6f4
TT
35642017-08-05 Tom Tromey <tom@tromey.com>
3565
3566 * gdb.rust/simple.exp: Allow String to appear in a different
3567 namespace.
3568
27d41eac
YQ
35692017-07-26 Yao Qi <yao.qi@linaro.org>
3570
3571 * gdb.gdb/unittest.exp: Invoke command
3572 "maintenance check xml-descriptions".
3573
031ed05d
AA
35742017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3575
3576 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3577 calling context.
3578 (hex128): Drop erroneous calculation of parameters.
3579
dcd27ddf
SM
35802017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3581
3582 * gdb.python/py-unwind.exp: Disable stack protection when
3583 building test file.
3584
47e77640
PA
35852017-07-20 Pedro Alves <palves@redhat.com>
3586
3587 * gdb.base/default.exp (set language): Adjust expected output.
3588
62d2a18a
PA
35892017-07-20 Pedro Alves <palves@redhat.com>
3590
3591 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3592 (test_minsym): ... this, and make static.
3593 (get_pck__foo__bar__minsym): Rename to ...
3594 (get_test_minsym): ... this.
3595 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3596 symbol names and comments.
3597 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3598 (get_test_minsym): ... this.
3599 (pck__foo__bar__minsym__2): Rename to ...
3600 (test_minsym): ... this.
3601 (main): Adjust.
3602
c45ec17c
PA
36032017-07-17 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.base/completion.exp: Adjust expected output.
3606 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3607 the completer works.
3608
c6756f62
PA
36092017-07-17 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3612
5bd68487
AB
36132017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3614
3615 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3616
8880f2a9
TT
36172017-07-14 Tom Tromey <tom@tromey.com>
3618
3619 PR rust/21764:
3620 * gdb.rust/simple.exp: Add tests.
3621
65547233
TT
36222017-07-14 Tom Tromey <tom@tromey.com>
3623
3624 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3625
8f14146e
PA
36262017-07-14 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.linespec/base/one/thefile.cc (z1): New function.
3629 * gdb.linespec/base/two/thefile.cc (z2): New function.
3630 * gdb.linespec/linespec.exp: Add tests.
3631
b4365d02
AB
36322017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3635 to mi_create_breakpoint.
3636
5d2cbaa5
AB
36372017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3640 mi_create_breakpoint.
3641
11cb5716
IB
36422017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3643
3644 * gdb.dlang/demangle.exp: Update for demangling changes.
3645
03278692
TT
36462017-07-09 Tom Tromey <tom@tromey.com>
3647
3648 * gdb.dwarf2/shortpiece.exp: New file.
3649
33c5cd75
DB
36502017-07-06 David Blaikie <dblaikie@gmail.com>
3651
3652 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3653 built from fissiont-multi-cu{1,2}.c.
3654 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3655 except putting 'main' and 'func' in separate CUs in the same DWO file.
3656 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3657 test.
3658 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3659 test.
3660
8455d262
PA
36612017-07-06 Pedro Alves <palves@redhat.com>
3662
3663 * gdb.python/py-unwind.exp: Test flushregs.
3664
dc4bde35
SDJ
36652017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3666
3667 PR cli/21688
3668 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3669 tests for alias commands and trailing whitespace.
3670
51ed89aa
SDJ
36712017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3672
3673 PR cli/21688
3674 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3675 procedure. Call it.
3676
eb17d413
PA
36772017-06-29 Pedro Alves <palves@redhat.com>
3678
3679 * gdb.base/printcmds.exp: Add tests.
3680
41664b45
DG
36812017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3682
3683 PR gdb/21337
3684 * gdb.base/reread-readsym.exp: New file.
3685 * gdb.base/reread-readsym.c: New file.
3686
75312ae3
KB
36872017-06-21 Kevin Buettner <kevinb@redhat.com>
3688
3689 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3690 subpattern.
3691
66953522
PB
36922017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3693
3694 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3695 extended mnemonic.
3696 * gdb.arch/powerpc-power9.s: Likewise.
3697
5524b525
AA
36982017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3699
3700 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3701 on 32-bit x86 targets. Exploit is_*_target macros where
3702 appropriate.
3703
03c8af18
AA
37042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3705
3706 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3707 register pieces.
3708
3bf31011
AA
37092017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3710
3711 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3712 located in one or more DWARF pieces.
3713
805acca0
AA
37142017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3715
3716 * lib/gdb.exp (get_endianness): New proc.
3717 * gdb.arch/aarch64-fp.exp: Use it.
3718 * gdb.arch/altivec-regs.exp: Likewise.
3719 * gdb.arch/e500-regs.exp: Likewise.
3720 * gdb.arch/vsx-regs.exp: Likewise.
3721 * gdb.base/dump.exp: Likewise.
3722 * gdb.base/funcargs.exp: Likewise.
3723 * gdb.base/gnu_vector.exp: Likewise.
3724 * gdb.dwarf2/formdata16.exp: Likewise.
3725 * gdb.dwarf2/implptrpiece.exp: Likewise.
3726 * gdb.dwarf2/nonvar-access.exp: Likewise.
3727 * gdb.python/py-inferior.exp: Likewise.
3728 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3729
e9352324
AA
37302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3731
3732 PR gdb/21226
3733 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3734 stack value pieces are taken from the LSB end.
3735
d5d1163e
AA
37362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3737
3738 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3739 variable at nonzero offset.
3740
0567c986
AA
37412017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3742
3743 * gdb.dwarf2/var-access.c: New file.
3744 * gdb.dwarf2/var-access.exp: New test.
3745 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3746
973e9aab
TT
37472017-06-12 Tom Tromey <tom@tromey.com>
3748
3749 * gdb.dwarf2/formdata16.exp: Add tests.
3750
d9109c80
TT
37512017-06-12 Tom Tromey <tom@tromey.com>
3752
3753 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3754
30a25466
TT
37552017-06-12 Tom Tromey <tom@tromey.com>
3756
3757 PR exp/16225:
3758 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3759 * gdb.arch/vsx-regs.exp: Update tests.
3760 * gdb.arch/s390-vregs.exp (hex128): New proc.
3761 Update test.
3762 * gdb.arch/altivec-regs.exp: Update tests.
3763
aefd8b33
SDJ
37642017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3765
3766 * gdb.base/startup-with-shell.c: New file.
3767 * gdb.base/startup-with-shell.exp: Likewise.
3768
2090129c
SDJ
37692017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3770
3771 * gdb.server/non-existing-program.exp: Update regex in order to
3772 reflect the fact that gdbserver is now using fork_inferior (with a
3773 shell) to startup the inferior.
3774
8e86a419
SM
37752017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3776
3777 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3778 support function calls from GDB.
3779
e6cf65f2
TT
37802017-05-21 Tom Tromey <tom@tromey.com>
3781
3782 PR rust/21466:
3783 * gdb.rust/unsized.exp: New file.
3784 * gdb.rust/unsized.rs: New file.
3785
43cc5389
TT
37862017-05-19 Tom Tromey <tom@tromey.com>
3787
3788 PR rust/21484:
3789 * gdb.rust/watch.exp: New file.
3790 * gdb.rust/watch.rs: New file.
3791
ec8df234
TT
37922017-05-18 Tom Tromey <tom@tromey.com>
3793
3794 * gdb.rust/simple.exp: Allow Box to be qualified.
3795
3e3e7fae
TP
37962017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3797
3798 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3799
59cc050d
PA
38002017-05-18 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.base/fileio.c (test_write, test_read, test_close)
3803 (test_fstat): Don't print 'ret' in the fail path.
3804
c8f6abd1
PA
38052017-05-18 Pedro Alves <palves@redhat.com>
3806
3807 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3808 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3809 (test_system, test_rename, test_unlink, test_time): Change
3810 prototypes.
3811 * gdb.base/fileio.exp (stop_msg): Adjust.
3812
d2a03b77
PA
38132017-05-18 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.base/fileio.c (null_str): New global.
3816 (test_stat): Use it.
3817 * gdb.base/fileio.exp: Remove nowarnings.
3818
0d5c6999
YQ
38192017-05-17 Yao Qi <yao.qi@linaro.org>
3820
3821 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3822
21873064
YQ
38232017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3824
3825 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3826 argument command.
3827 (top-level): Invoke test_set_inferior_tty.
3828
d512d31c
PA
38292017-05-04 Pedro Alves <palves@redhat.com>
3830
3831 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3832 Add parens to print call for Python 3.
3833
90cef2ed
KS
38342017-05-03 Keith Seitz <keiths@redhat.com>
3835
3836 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3837 (main): Call it.
3838
14f819c8
TW
38392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3840
3841 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3842 to prev and next.
3843
913aeadd
TW
38442017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3845
3846 * gdb.python/py-record-btrace.exp: Remove test for
3847 gdb.BtraceInstruction.error.
3848
a3be24ad
TW
38492017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3850
3851 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3852
ae20e79a
TW
38532017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3854
3855 * gdb.python/py-record-btrace-threads.c: New file.
3856 * gdb.python/py-record-btrace-threads.exp: New file.
3857
45ce1b47
SDJ
38582017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3859
3860 PR testsuite/8595
3861 * gdb.base/environ.exp: Make test available in all architectures.
3862 Move bits related to "info program" testing to
3863 gdb.base/info-program.exp. Rewrite tests to use the two new
3864 procedures mentione below.
3865 (test_set_show_env_var) New procedure.
3866 (test_set_show_env_var_equal): Likewise.
3867 * gdb.base/info-program.exp: New file.
3868
e15c3eb4
KS
38692017-04-27 Keith Seitz <keiths@redhat.com>
3870
3871 * gdb.cp/oranking.cc (test15): New function.
3872 (main): Call test15 and declare additional variables for testing.
3873 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3874 "p foo101('abc')" tests.
3875 Add tests for cv qualifier overloads.
3876 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3877 "lvalue reference overload" test.
3878 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3879 "print value of f1 on Child&& in f2" test.
3880
3a3fd0fd
PA
38812017-04-19 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3884 procedure.
3885 (top level): Call it.
3886 * lib/gdb.exp (gdb_define_cmd): New procedure.
3887
53375380
PA
38882017-04-12 Pedro Alves <palves@redhat.com>
3889
3890 PR gdb/21323
3891 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3892 (wchar): New global.
3893 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3894 (do_test_wide_char, wide_char_types_no_program, top level): Add
3895 wchar_t testing.
3896
53e710ac
PA
38972017-04-12 Pedro Alves <palves@redhat.com>
3898
3899 PR c++/21323
3900 * gdb.cp/wide_char_types.c: New file.
3901 * gdb.cp/wide_char_types.exp: New file.
3902
0ad9d8c7
SDJ
39032017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3904
3905 PR gdb/21352
3906 * gdb.trace/tsv.exp: Add test for "tsave -r".
3907
b1b45502
IB
39082017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3909
3910 * gdb.dlang/watch-loc.c: New file.
3911 * gdb.dlang/watch-loc.exp: New file.
3912
ec13808e
JK
39132017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3916
fe5f7374
AK
39172017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3918
3919 * gdb.arch/arc-analyze-prologue.S: New file.
3920 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3921
eea78757
AK
39222017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3923
3924 * gdb.arch/arc-decode-insn.S: New file.
3925 * gdb.arch/arc-decode-insn.exp: Likewise.
3926
5badf10a
IR
39272017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3928
3929 PR tdep/20928
3930 * gdb.arch/sparc64-regs.exp: New file.
3931 * gdb.arch/sparc64-regs.S: Likewise.
3932
cee59b3f
TW
39332017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3934
3935 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3936 and memory view on Python 3.
3937
c0f55cc6
AV
39382017-03-20 Artemiy Volkov <artemiyv@acm.org>
3939 Keith Seitz <keiths@redhat.com>
3940
3941 PR gdb/14441
3942 * gdb.cp/demangle.exp: Add rvalue reference tests.
3943 * gdb.cp/rvalue-ref-casts.cc: New file.
3944 * gdb.cp/rvalue-ref-casts.exp: New file.
3945 * gdb.cp/rvalue-ref-overload.cc: New file.
3946 * gdb.cp/rvalue-ref-overload.exp: New file.
3947 * gdb.cp/rvalue-ref-params.cc: New file.
3948 * gdb.cp/rvalue-ref-params.exp: New file.
3949 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3950 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3951 * gdb.cp/rvalue-ref-types.cc: New file.
3952 * gdb.cp/rvalue-ref-types.exp: New file.
3953 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3954 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3955
51457a05
MAL
39562017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3957
3958 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3959 New procedure.
3960
5b291c04
MAL
39612017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3962
3963 * lib/mi-support.exp (mi_gdb_test): Add additional message
3964 for unexpected output.
3965
59a56148
AA
39662017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3967
3968 * gdb.base/examine-backward.c (Barrier): New character array
3969 constant, to ensure that TestStrings is preceded by a string
3970 terminator.
3971
7942e96e
AA
39722017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3973
3974 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3975 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3976 and implicit pointer into such a location.
3977
6ebac3fb
DE
39782017-03-16 Doug Evans <dje@google.com>
3979
3980 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3981
ec3b243d
TP
39822017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3983
3984 * gdb.cp/m-static.exp: Fix expectation for prototype of
3985 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3986
39872017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3988
3989 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3990 * gdb.guile/scm-lazy-string.c: New file.
3991 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3992 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3993 for pointer, array, typedef lazy strings.
3994
2cc36e25 39952017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3996
3997 PR python/17728, python/18439, python/18779
3998 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3999 * gdb.python/py-lazy-string.c (pointer): New typedef.
4000 (main): New locals ptr, array, typedef_ptr.
4001 * gdb.python/py-value.exp: Move lazy string tests to ...
4002 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4003 array, typedef lazy strings.
ec3b243d 4004
0efcde63
AK
40052017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4006
4007 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4008 Add optional 'test' parameter.
4009
7978d7c3
SM
40102017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4011
4012 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4013 Skip for versions of DejaGnu < 1.5.
4014
896c0c1e
SM
40152017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4016
4017 * lib/gdb.exp (dejagnu_version): New proc.
4018 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4019 Use dejagnu_version.
4020
5f4d1085
KS
40212017-03-10 Keith Seitz <keiths@redhat.com>
4022
4023 PR c++/8128
4024 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4025 type from destructor regexps.
4026 Add a branch which actually passes the test.
4027 Adjust "ptype t5i" test names.
4028
1de05205
PA
40292017-03-08 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.base/step-over-exit.exp: Add explicit test message.
4032
c65d6b55
PA
40332017-03-08 Pedro Alves <palves@redhat.com>
4034
4035 PR gdb/18360
4036 * gdb.threads/interrupt-while-step-over.c: New file.
4037 * gdb.threads/interrupt-while-step-over.exp: New file.
4038
2e86a283
PA
40392017-03-08 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4042 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4043
25dcbff6
PA
40442017-03-08 Pedro Alves <palves@redhat.com>
4045
4046 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4047 PKRU as not supported as a PASS.
4048
dc9366eb
PA
40492017-03-08 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4052 prefix instead of $binfile1/$binfile2.
4053 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4054 in test message.
4055 * gdb.python/py-completion.exp: Use "load python file" as test
4056 messages instead of unstable path names.
4057
6e5d74e7
PA
40582017-03-08 Pedro Alves <palves@redhat.com>
4059 Jan Kratochvil <jan.kratochvil@redhat.com>
4060
4061 PR cli/21218
4062 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4063 New proc.
4064 (top level): Call it.
4065
9753a2f6
PA
40662017-03-08 Pedro Alves <palves@redhat.com>
4067
4068 PR tui/21216
4069 * gdb.tui/tui-nl-filtered-output.exp: New file.
4070
1a4dd9dd
PA
40712017-03-08 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.base/completion.exp: Move TUI completion tests to ...
4074 * gdb.tui/completion.exp: ... this new file.
4075
7cbbff33
PA
40762017-03-08 Pedro Alves <palves@redhat.com>
4077
4078 * gdb.base/tui-disasm-long-lines.c,
4079 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4080 gdb.base/tui-layout.exp: Move to ...
4081 * gdb.tui/: ... this new directory.
4082
5f6fd321
PA
40832017-03-07 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/tui-layout.c: New file.
4086 * gdb.base/tui-layout.exp: New file.
4087
44959fa8
PA
40882017-03-07 Pedro Alves <palves@redhat.com>
4089
4090 * gdb.base/tui-layout.c: Rename to ...
4091 * gdb.base/tui-disasm-long-lines.c: ... this.
4092 * gdb.base/tui-layout.exp: Rename to ...
4093 * gdb.base/tui-disasm-long-lines.exp: ... this.
4094
f8c4e718
PA
40952017-03-07 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4098
6dbb839a 40992017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4100
4101 * i386-mpx-call.c: New file.
4102 * i386-mpx-call.exp: New file.
4103
65b48a81
PB
41042017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4105
4106 * gdb.arch/powerpc-power.exp: Delete test.
4107 * gdb.arch/powerpc-power.s: Likewise.
4108 * gdb.disasm/disassembler-options.exp: New test.
4109 * gdb.arch/powerpc-altivec.exp: Likewise.
4110 * gdb.arch/powerpc-altivec.s: Likewise.
4111 * gdb.arch/powerpc-altivec2.exp: Likewise.
4112 * gdb.arch/powerpc-altivec2.s: Likewise.
4113 * gdb.arch/powerpc-altivec3.exp: Likewise.
4114 * gdb.arch/powerpc-altivec3.s: Likewise.
4115 * gdb.arch/powerpc-power7.exp: Likewise.
4116 * gdb.arch/powerpc-power7.s: Likewise.
4117 * gdb.arch/powerpc-power8.exp: Likewise.
4118 * gdb.arch/powerpc-power8.s: Likewise.
4119 * gdb.arch/powerpc-power9.exp: Likewise.
4120 * gdb.arch/powerpc-power9.s: Likewise.
4121 * gdb.arch/powerpc-vsx.exp: Likewise.
4122 * gdb.arch/powerpc-vsx.s: Likewise.
4123 * gdb.arch/powerpc-vsx2.exp: Likewise.
4124 * gdb.arch/powerpc-vsx2.s: Likewise.
4125 * gdb.arch/powerpc-vsx3.exp: Likewise.
4126 * gdb.arch/powerpc-vsx3.s: Likewise.
4127 * gdb.arch/arm-disassembler-options.exp: Likewise.
4128 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4129 * gdb.arch/s390-disassembler-options.exp: Likewise.
4130
17cd4947
LM
41312017-02-23 Luis Machado <lgustavo@codesourcery.com>
4132
4133 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4134 (check_supported_features): ... this. Changed return type to void.
4135 (supports_rdseed): New static global.
4136 (rdseed): Check supports_rdseed.
4137 (initialize): Call check_supported_features.
4138
2039d74e
EBM
41392017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4140
4141 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4142 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4143 and lqarx/stqcx.
4144 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4145 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4146
a51d7ecf
EBM
41472017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4148
4149 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4150 uppercase.
4151
0224619f
JK
41522017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4153
4154 * gdb.dwarf2/formdata16.c: New file.
4155 * gdb.dwarf2/formdata16.exp: New file.
4156 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4157
216f72a1
JK
41582017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4159
4160 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4161 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4162 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4163 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4164 DW_AT_GNU_*.
4165
43988095
JK
41662017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4167
4168 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4169
99e8a4f9
SDJ
41702017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4171
4172 PR gdb/21164
4173 * gdb.base/maint.exp: Add testcases for when the commands do
4174 not have arguments.
4175
b58a8c0c
TP
41762017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4177
4178 * gdb.cp/chained-calls.exp: Use p instead of P.
4179
4e746bb6
TW
41802017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4181
4182 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4183 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4184
3f77c769
TT
41852017-02-14 Tom Tromey <tom@tromey.com>
4186
4187 PR python/13598:
4188 * gdb.python/py-events.exp: Add before_prompt event tests.
4189
075beec0
AA
41902017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4191
4192 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4193
bf5f525c
LM
41942017-02-13 Luis Machado <lgustavo@codesourcery.com>
4195
4196 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4197 (main): Call my_unique_function_name.
4198 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4199 completion of patterns with a single match.
4200 Add missing -re switches to gdb_test_multiple calls.
4201
13a66184
LM
42022017-02-13 Luis Machado <lgustavo@codesourcery.com>
4203
4204 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4205 return if core file is not recognized.
4206
26a06916
SM
42072017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4208
4209 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4210 and extra UIs.
4211
b761ca9e
SM
42122017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4213
4214 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4215 proc_with_prefix.
4216
b964bee0
TT
42172017-02-10 Tom Tromey <tom@tromey.com>
4218
4219 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4220
18da0c51
MG
42212017-02-10 Martin Galvan <martingalvan@sourceware.org>
4222
4223 PR gdb/21122
4224 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4225
604c4576
JG
42262017-02-08 Jerome Guitton <guitton@adacore.com>
4227
4228 * gdb.base/define.exp: Add test for command abbreviations
4229 in define.
4230
20b477a7
LM
42312017-02-06 Luis Machado <lgustavo@codesourcery.com>
4232
4233 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4234 * gdb.reverse/insn-reverse-x86.c: New file.
4235
3f7b46f2
IR
42362017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4237
4238 PR tdep/20936
4239 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4240
f0fd41c1
TT
42412017-02-03 Tom Tromey <tom@tromey.com>
4242
4243 PR rust/21097:
4244 * gdb.rust/simple.exp: Add new tests.
4245
5be5dbf0
PA
42462017-02-02 Pedro Alves <palves@redhat.com>
4247
4248 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4249 tests.
4250
7346ef59
AA
42512017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4252
4253 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4254 taking a 2-byte value out of a 4-byte DWARF implicit value on
4255 big-endian targets.
4256 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4257 logic. Add test cases for DW_OP_implicit.
4258
787f0025
MM
42592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4260
4261 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4262
68777c29
MM
42632017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4264
4265 * gdb.btrace/enable.exp: Call gdb_exit before
4266 skip_gdbserver_tests.
4267
0a1c7e28
MM
42682017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4269
4270 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4271 GDBFLAGS.
4272
b5ac99b0
MM
42732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4274
4275 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4276 the test is skipped.
4277 * gdb.btrace/data.exp: Likewise.
4278 * gdb.btrace/delta.exp: Likewise.
4279 * gdb.btrace/dlopen.exp: Likewise.
4280 * gdb.btrace/enable-running.exp: Likewise.
4281 * gdb.btrace/enable.exp: Likewise.
4282 * gdb.btrace/exception.exp: Likewise.
4283 * gdb.btrace/function_call_history.exp: Likewise.
4284 * gdb.btrace/gcore.exp: Likewise.
4285 * gdb.btrace/instruction_history.exp: Likewise.
4286 * gdb.btrace/multi-thread-step.exp: Likewise.
4287 * gdb.btrace/nohist.exp: Likewise.
4288 * gdb.btrace/non-stop.exp: Likewise.
4289 * gdb.btrace/reconnect.exp: Likewise.
4290 * gdb.btrace/record_goto-step.exp: Likewise.
4291 * gdb.btrace/record_goto.exp: Likewise.
4292 * gdb.btrace/rn-dl-bind.exp: Likewise.
4293 * gdb.btrace/segv.exp: Likewise.
4294 * gdb.btrace/step.exp: Likewise.
4295 * gdb.btrace/stepi.exp: Likewise.
4296 * gdb.btrace/tailcall-only.exp: Likewise.
4297 * gdb.btrace/tailcall.exp: Likewise.
4298 * gdb.btrace/tsx.exp: Likewise.
4299 * gdb.btrace/unknown_functions.exp: Likewise.
4300 * gdb.btrace/vdso.exp: Likewise.
4301
cd4007e4
MM
43022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4303
4304 * gdb.btrace/enable-running.c: New.
4305 * gdb.btrace/enable-running.exp: New.
4306
2735833d
WT
43072017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4308
4309 * gdb.arch/amd64-gs_base.c: New file.
4310 * gdb.arch/amd64-gs_base.exp: New file.
4311
b51e1e94
LM
43122017-01-26 Luis Machado <lgustavo@codesourcery.com>
4313
4314 * lib/memory.exp: Remove spurious empty newlines.
4315
72ca0410
SM
43162017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4317
4318 * gdb.python/py-bad-printers.exp: Load python file using "source".
4319 * gdb.python/py-events.exp: Likewise.
4320 * gdb.python/py-evsignal.exp: Likewise.
4321 * gdb.python/py-evthreads.exp: Likewise.
4322 * gdb.python/py-frame-args.exp: Likewise.
4323 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4324 * gdb.python/py-framefilter-mi.exp: Likewise.
4325 * gdb.python/py-framefilter.exp: Likewise.
4326 * gdb.python/py-mi.exp: Likewise.
4327 * gdb.python/py-pp-maint.exp: Likewise.
4328 * gdb.python/py-pp-registration.exp: Likewise.
4329 * gdb.python/py-prettyprint.exp: Likewise.
4330 (run_lang_tests): Likewise.
4331 * gdb.python/py-typeprint.exp: Likewise.
4332
e309aa65
LM
43332017-01-26 Luis Machado <lgustavo@codesourcery.com>
4334
4335 * lib/memory.exp: New file.
4336 * lib/gdb.exp: Load memory.exp.
4337 * gdb.base/memattr.exp (delete_memory): Move proc to
4338 lib/memory.exp and rename to delete_memory_regions.
4339 Replace delete_memory with delete_memory_regions.
4340 Cleanup memory regions before tests.
4341 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4342 before tests.
4343
515aff23
LM
43442017-01-26 Luis Machado <lgustavo@codesourcery.com>
4345
4346 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4347 files.
4348 (initialize): New function conditionally defined.
4349 (testcases): Move within conditional block.
4350 (main): Call initialize.
4351 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4352 of gdb.reverse/insn-reverse.c.
4353 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4354 gdb.reverse/insn-reverse.c.
4355
d8b49cf0
YQ
43562017-01-26 Yao Qi <yao.qi@linaro.org>
4357
4358 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4359 disassemble on address 0.
4360
f13a9a0c
YQ
43612017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4362 Yao Qi <yao.qi@linaro.org>
4363
4364 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4365 * gdb.dwarf2/implptr-64bit.S: Remove.
4366 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4367 variables in caller's context. Add DW_OP_implicit_value.
4368
5ac95241
YQ
43692017-01-25 Yao Qi <yao.qi@linaro.org>
4370
4371 * lib/dwarf.exp (Dwarf::_location): Handle
4372 DW_OP_GNU_implicit_pointer with proper size.
4373
23e82930
LM
43742017-01-20 Luis Machado <lgustavo@codesourcery.com>
4375
4376 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4377 and add untested calls.
4378
d334ae25
LM
43792017-01-20 Luis Machado <lgustavo@codesourcery.com>
4380
4381 * gdb.python/python.exp: Check line number against what GDB thinks
4382 the line number is for func1.
4383
f5e6296e
IB
43842017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4385
4386 * gdb.dlang/debug-expr.exp: New file.
4387
5b362f04
LM
43882016-12-23 Luis Machado <lgustavo@codesourcery.com>
4389
4390 Fix test names for the following files:
4391
4392 * gdb.ada/exec_changed.exp
4393 * gdb.ada/info_types.exp
4394 * gdb.arch/aarch64-atomic-inst.exp
4395 * gdb.arch/aarch64-fp.exp
4396 * gdb.arch/altivec-abi.exp
4397 * gdb.arch/altivec-regs.exp
4398 * gdb.arch/amd64-byte.exp
4399 * gdb.arch/amd64-disp-step.exp
4400 * gdb.arch/amd64-dword.exp
4401 * gdb.arch/amd64-entry-value-inline.exp
4402 * gdb.arch/amd64-entry-value-param.exp
4403 * gdb.arch/amd64-entry-value-paramref.exp
4404 * gdb.arch/amd64-entry-value.exp
4405 * gdb.arch/amd64-i386-address.exp
4406 * gdb.arch/amd64-invalid-stack-middle.exp
4407 * gdb.arch/amd64-invalid-stack-top.exp
4408 * gdb.arch/amd64-optimout-repeat.exp
4409 * gdb.arch/amd64-prologue-skip.exp
4410 * gdb.arch/amd64-prologue-xmm.exp
4411 * gdb.arch/amd64-stap-special-operands.exp
4412 * gdb.arch/amd64-stap-wrong-subexp.exp
4413 * gdb.arch/amd64-tailcall-cxx.exp
4414 * gdb.arch/amd64-tailcall-noret.exp
4415 * gdb.arch/amd64-tailcall-ret.exp
4416 * gdb.arch/amd64-tailcall-self.exp
4417 * gdb.arch/amd64-word.exp
4418 * gdb.arch/arm-bl-branch-dest.exp
4419 * gdb.arch/arm-disp-step.exp
4420 * gdb.arch/arm-neon.exp
4421 * gdb.arch/arm-single-step-kernel-helper.exp
4422 * gdb.arch/avr-flash-qualifier.exp
4423 * gdb.arch/disp-step-insn-reloc.exp
4424 * gdb.arch/e500-abi.exp
4425 * gdb.arch/e500-regs.exp
4426 * gdb.arch/ftrace-insn-reloc.exp
4427 * gdb.arch/i386-avx512.exp
4428 * gdb.arch/i386-bp_permanent.exp
4429 * gdb.arch/i386-byte.exp
4430 * gdb.arch/i386-cfi-notcurrent.exp
4431 * gdb.arch/i386-disp-step.exp
4432 * gdb.arch/i386-dr3-watch.exp
4433 * gdb.arch/i386-float.exp
4434 * gdb.arch/i386-gnu-cfi.exp
4435 * gdb.arch/i386-mpx-map.exp
4436 * gdb.arch/i386-mpx-sigsegv.exp
4437 * gdb.arch/i386-mpx-simple_segv.exp
4438 * gdb.arch/i386-mpx.exp
4439 * gdb.arch/i386-permbkpt.exp
4440 * gdb.arch/i386-prologue.exp
4441 * gdb.arch/i386-signal.exp
4442 * gdb.arch/i386-size-overlap.exp
4443 * gdb.arch/i386-unwind.exp
4444 * gdb.arch/i386-word.exp
4445 * gdb.arch/mips-fcr.exp
4446 * gdb.arch/powerpc-d128-regs.exp
4447 * gdb.arch/powerpc-stackless.exp
4448 * gdb.arch/ppc64-atomic-inst.exp
4449 * gdb.arch/s390-stackless.exp
4450 * gdb.arch/s390-tdbregs.exp
4451 * gdb.arch/s390-vregs.exp
4452 * gdb.arch/sparc-sysstep.exp
4453 * gdb.arch/thumb-bx-pc.exp
4454 * gdb.arch/thumb-singlestep.exp
4455 * gdb.arch/thumb2-it.exp
4456 * gdb.arch/vsx-regs.exp
4457 * gdb.asm/asm-source.exp
4458 * gdb.base/a2-run.exp
4459 * gdb.base/advance.exp
4460 * gdb.base/all-bin.exp
4461 * gdb.base/anon.exp
4462 * gdb.base/args.exp
4463 * gdb.base/arithmet.exp
4464 * gdb.base/async-shell.exp
4465 * gdb.base/async.exp
4466 * gdb.base/attach-pie-noexec.exp
4467 * gdb.base/attach-twice.exp
4468 * gdb.base/auto-load.exp
4469 * gdb.base/bang.exp
4470 * gdb.base/bitfields.exp
4471 * gdb.base/break-always.exp
4472 * gdb.base/break-caller-line.exp
4473 * gdb.base/break-entry.exp
4474 * gdb.base/break-inline.exp
4475 * gdb.base/break-on-linker-gcd-function.exp
4476 * gdb.base/break-probes.exp
4477 * gdb.base/break.exp
4478 * gdb.base/breakpoint-shadow.exp
4479 * gdb.base/call-ar-st.exp
4480 * gdb.base/call-sc.exp
4481 * gdb.base/call-signal-resume.exp
4482 * gdb.base/call-strs.exp
4483 * gdb.base/callfuncs.exp
4484 * gdb.base/catch-fork-static.exp
4485 * gdb.base/catch-gdb-caused-signals.exp
4486 * gdb.base/catch-load.exp
4487 * gdb.base/catch-signal-fork.exp
4488 * gdb.base/catch-signal.exp
4489 * gdb.base/catch-syscall.exp
4490 * gdb.base/charset.exp
4491 * gdb.base/checkpoint.exp
4492 * gdb.base/chng-syms.exp
4493 * gdb.base/code-expr.exp
4494 * gdb.base/code_elim.exp
4495 * gdb.base/commands.exp
4496 * gdb.base/completion.exp
4497 * gdb.base/complex.exp
4498 * gdb.base/cond-expr.exp
4499 * gdb.base/condbreak.exp
4500 * gdb.base/consecutive.exp
4501 * gdb.base/continue-all-already-running.exp
4502 * gdb.base/coredump-filter.exp
4503 * gdb.base/corefile.exp
4504 * gdb.base/dbx.exp
4505 * gdb.base/debug-expr.exp
4506 * gdb.base/define.exp
4507 * gdb.base/del.exp
4508 * gdb.base/disabled-location.exp
4509 * gdb.base/disasm-end-cu.exp
4510 * gdb.base/disasm-optim.exp
4511 * gdb.base/display.exp
4512 * gdb.base/duplicate-bp.exp
4513 * gdb.base/ena-dis-br.exp
4514 * gdb.base/ending-run.exp
4515 * gdb.base/enumval.exp
4516 * gdb.base/environ.exp
4517 * gdb.base/eu-strip-infcall.exp
4518 * gdb.base/eval-avoid-side-effects.exp
4519 * gdb.base/eval-skip.exp
4520 * gdb.base/exitsignal.exp
4521 * gdb.base/expand-psymtabs.exp
4522 * gdb.base/filesym.exp
4523 * gdb.base/find-unmapped.exp
4524 * gdb.base/finish.exp
4525 * gdb.base/float.exp
4526 * gdb.base/foll-exec-mode.exp
4527 * gdb.base/foll-exec.exp
4528 * gdb.base/foll-fork.exp
4529 * gdb.base/fortran-sym-case.exp
4530 * gdb.base/freebpcmd.exp
4531 * gdb.base/func-ptr.exp
4532 * gdb.base/func-ptrs.exp
4533 * gdb.base/funcargs.exp
4534 * gdb.base/gcore-buffer-overflow.exp
4535 * gdb.base/gcore-relro-pie.exp
4536 * gdb.base/gcore-relro.exp
4537 * gdb.base/gcore.exp
4538 * gdb.base/gdb1090.exp
4539 * gdb.base/gdb11530.exp
4540 * gdb.base/gdb11531.exp
4541 * gdb.base/gdb1821.exp
4542 * gdb.base/gdbindex-stabs.exp
4543 * gdb.base/gdbvars.exp
4544 * gdb.base/hbreak.exp
4545 * gdb.base/hbreak2.exp
4546 * gdb.base/included.exp
4547 * gdb.base/infcall-input.exp
4548 * gdb.base/inferior-died.exp
4549 * gdb.base/infnan.exp
4550 * gdb.base/info-macros.exp
4551 * gdb.base/info-os.exp
4552 * gdb.base/info-proc.exp
4553 * gdb.base/info-shared.exp
4554 * gdb.base/info-target.exp
4555 * gdb.base/infoline.exp
4556 * gdb.base/interp.exp
4557 * gdb.base/interrupt.exp
4558 * gdb.base/jit-reader.exp
4559 * gdb.base/jit-simple.exp
4560 * gdb.base/kill-after-signal.exp
4561 * gdb.base/kill-detach-inferiors-cmd.exp
4562 * gdb.base/label.exp
4563 * gdb.base/langs.exp
4564 * gdb.base/ldbl_e308.exp
4565 * gdb.base/line-symtabs.exp
4566 * gdb.base/linespecs.exp
4567 * gdb.base/list.exp
4568 * gdb.base/long_long.exp
4569 * gdb.base/longest-types.exp
4570 * gdb.base/maint.exp
4571 * gdb.base/max-value-size.exp
4572 * gdb.base/memattr.exp
4573 * gdb.base/mips_pro.exp
4574 * gdb.base/morestack.exp
4575 * gdb.base/moribund-step.exp
4576 * gdb.base/multi-forks.exp
4577 * gdb.base/nested-addr.exp
4578 * gdb.base/nextoverexit.exp
4579 * gdb.base/noreturn-finish.exp
4580 * gdb.base/noreturn-return.exp
4581 * gdb.base/nostdlib.exp
4582 * gdb.base/offsets.exp
4583 * gdb.base/opaque.exp
4584 * gdb.base/pc-fp.exp
4585 * gdb.base/permissions.exp
4586 * gdb.base/print-symbol-loading.exp
4587 * gdb.base/prologue-include.exp
4588 * gdb.base/psymtab.exp
4589 * gdb.base/ptype.exp
4590 * gdb.base/random-signal.exp
4591 * gdb.base/randomize.exp
4592 * gdb.base/range-stepping.exp
4593 * gdb.base/readline-ask.exp
4594 * gdb.base/recpar.exp
4595 * gdb.base/recurse.exp
4596 * gdb.base/relational.exp
4597 * gdb.base/restore.exp
4598 * gdb.base/return-nodebug.exp
4599 * gdb.base/return.exp
4600 * gdb.base/run-after-attach.exp
4601 * gdb.base/save-bp.exp
4602 * gdb.base/scope.exp
4603 * gdb.base/sect-cmd.exp
4604 * gdb.base/set-lang-auto.exp
4605 * gdb.base/set-noassign.exp
4606 * gdb.base/setvar.exp
4607 * gdb.base/sigall.exp
4608 * gdb.base/sigbpt.exp
4609 * gdb.base/siginfo-addr.exp
4610 * gdb.base/siginfo-infcall.exp
4611 * gdb.base/siginfo-obj.exp
4612 * gdb.base/siginfo.exp
4613 * gdb.base/signals-state-child.exp
4614 * gdb.base/signest.exp
4615 * gdb.base/sigstep.exp
4616 * gdb.base/sizeof.exp
4617 * gdb.base/skip.exp
4618 * gdb.base/solib-corrupted.exp
4619 * gdb.base/solib-nodir.exp
4620 * gdb.base/solib-search.exp
4621 * gdb.base/stack-checking.exp
4622 * gdb.base/stale-infcall.exp
4623 * gdb.base/stap-probe.exp
4624 * gdb.base/start.exp
4625 * gdb.base/step-break.exp
4626 * gdb.base/step-bt.exp
4627 * gdb.base/step-line.exp
4628 * gdb.base/step-over-exit.exp
4629 * gdb.base/step-over-syscall.exp
4630 * gdb.base/step-resume-infcall.exp
4631 * gdb.base/step-test.exp
4632 * gdb.base/store.exp
4633 * gdb.base/structs3.exp
4634 * gdb.base/sym-file.exp
4635 * gdb.base/symbol-without-target_section.exp
4636 * gdb.base/term.exp
4637 * gdb.base/testenv.exp
4638 * gdb.base/ui-redirect.exp
4639 * gdb.base/until.exp
4640 * gdb.base/unwindonsignal.exp
4641 * gdb.base/value-double-free.exp
4642 * gdb.base/vla-datatypes.exp
4643 * gdb.base/vla-ptr.exp
4644 * gdb.base/vla-sideeffect.exp
4645 * gdb.base/volatile.exp
4646 * gdb.base/watch-cond-infcall.exp
4647 * gdb.base/watch-cond.exp
4648 * gdb.base/watch-non-mem.exp
4649 * gdb.base/watch-read.exp
4650 * gdb.base/watch-vfork.exp
4651 * gdb.base/watchpoint-cond-gone.exp
4652 * gdb.base/watchpoint-delete.exp
4653 * gdb.base/watchpoint-hw-hit-once.exp
4654 * gdb.base/watchpoint-hw.exp
4655 * gdb.base/watchpoint-stops-at-right-insn.exp
4656 * gdb.base/watchpoints.exp
4657 * gdb.base/wchar.exp
4658 * gdb.base/whatis-exp.exp
4659 * gdb.btrace/buffer-size.exp
4660 * gdb.btrace/data.exp
4661 * gdb.btrace/delta.exp
4662 * gdb.btrace/dlopen.exp
4663 * gdb.btrace/enable.exp
4664 * gdb.btrace/exception.exp
4665 * gdb.btrace/function_call_history.exp
4666 * gdb.btrace/gcore.exp
4667 * gdb.btrace/instruction_history.exp
4668 * gdb.btrace/nohist.exp
4669 * gdb.btrace/reconnect.exp
4670 * gdb.btrace/record_goto-step.exp
4671 * gdb.btrace/record_goto.exp
4672 * gdb.btrace/rn-dl-bind.exp
4673 * gdb.btrace/segv.exp
4674 * gdb.btrace/step.exp
4675 * gdb.btrace/stepi.exp
4676 * gdb.btrace/tailcall-only.exp
4677 * gdb.btrace/tailcall.exp
4678 * gdb.btrace/tsx.exp
4679 * gdb.btrace/unknown_functions.exp
4680 * gdb.btrace/vdso.exp
4681 * gdb.compile/compile-ifunc.exp
4682 * gdb.compile/compile-ops.exp
4683 * gdb.compile/compile-print.exp
4684 * gdb.compile/compile-setjmp.exp
4685 * gdb.cp/abstract-origin.exp
4686 * gdb.cp/ambiguous.exp
4687 * gdb.cp/annota2.exp
4688 * gdb.cp/annota3.exp
4689 * gdb.cp/anon-ns.exp
4690 * gdb.cp/anon-struct.exp
4691 * gdb.cp/anon-union.exp
4692 * gdb.cp/arg-reference.exp
4693 * gdb.cp/baseenum.exp
4694 * gdb.cp/bool.exp
4695 * gdb.cp/breakpoint.exp
4696 * gdb.cp/bs15503.exp
4697 * gdb.cp/call-c.exp
4698 * gdb.cp/casts.exp
4699 * gdb.cp/chained-calls.exp
4700 * gdb.cp/class2.exp
4701 * gdb.cp/classes.exp
4702 * gdb.cp/cmpd-minsyms.exp
4703 * gdb.cp/converts.exp
4704 * gdb.cp/cp-relocate.exp
4705 * gdb.cp/cpcompletion.exp
4706 * gdb.cp/cpexprs.exp
4707 * gdb.cp/cplabel.exp
4708 * gdb.cp/cplusfuncs.exp
4709 * gdb.cp/cpsizeof.exp
4710 * gdb.cp/ctti.exp
4711 * gdb.cp/derivation.exp
4712 * gdb.cp/destrprint.exp
4713 * gdb.cp/dispcxx.exp
4714 * gdb.cp/enum-class.exp
4715 * gdb.cp/exception.exp
4716 * gdb.cp/exceptprint.exp
4717 * gdb.cp/expand-psymtabs-cxx.exp
4718 * gdb.cp/expand-sals.exp
4719 * gdb.cp/extern-c.exp
4720 * gdb.cp/filename.exp
4721 * gdb.cp/formatted-ref.exp
4722 * gdb.cp/fpointer.exp
4723 * gdb.cp/gdb1355.exp
4724 * gdb.cp/gdb2495.exp
4725 * gdb.cp/hang.exp
4726 * gdb.cp/impl-this.exp
4727 * gdb.cp/infcall-dlopen.exp
4728 * gdb.cp/inherit.exp
4729 * gdb.cp/iostream.exp
4730 * gdb.cp/koenig.exp
4731 * gdb.cp/local.exp
4732 * gdb.cp/m-data.exp
4733 * gdb.cp/m-static.exp
4734 * gdb.cp/mb-ctor.exp
4735 * gdb.cp/mb-inline.exp
4736 * gdb.cp/mb-templates.exp
4737 * gdb.cp/member-name.exp
4738 * gdb.cp/member-ptr.exp
4739 * gdb.cp/meth-typedefs.exp
4740 * gdb.cp/method.exp
4741 * gdb.cp/method2.exp
4742 * gdb.cp/minsym-fallback.exp
4743 * gdb.cp/misc.exp
4744 * gdb.cp/namelessclass.exp
4745 * gdb.cp/namespace-enum.exp
4746 * gdb.cp/namespace-nested-import.exp
4747 * gdb.cp/namespace.exp
4748 * gdb.cp/nextoverthrow.exp
4749 * gdb.cp/no-dmgl-verbose.exp
4750 * gdb.cp/non-trivial-retval.exp
4751 * gdb.cp/noparam.exp
4752 * gdb.cp/nsdecl.exp
4753 * gdb.cp/nsimport.exp
4754 * gdb.cp/nsnested.exp
4755 * gdb.cp/nsnoimports.exp
4756 * gdb.cp/nsrecurs.exp
4757 * gdb.cp/nsstress.exp
4758 * gdb.cp/nsusing.exp
4759 * gdb.cp/operator.exp
4760 * gdb.cp/oranking.exp
4761 * gdb.cp/overload-const.exp
4762 * gdb.cp/overload.exp
4763 * gdb.cp/ovldbreak.exp
4764 * gdb.cp/ovsrch.exp
4765 * gdb.cp/paren-type.exp
4766 * gdb.cp/parse-lang.exp
4767 * gdb.cp/pass-by-ref.exp
4768 * gdb.cp/pr-1023.exp
4769 * gdb.cp/pr-1210.exp
4770 * gdb.cp/pr-574.exp
4771 * gdb.cp/pr10687.exp
4772 * gdb.cp/pr12028.exp
4773 * gdb.cp/pr17132.exp
4774 * gdb.cp/pr17494.exp
4775 * gdb.cp/pr9067.exp
4776 * gdb.cp/pr9167.exp
4777 * gdb.cp/pr9631.exp
4778 * gdb.cp/printmethod.exp
4779 * gdb.cp/psmang.exp
4780 * gdb.cp/psymtab-parameter.exp
4781 * gdb.cp/ptype-cv-cp.exp
4782 * gdb.cp/ptype-flags.exp
4783 * gdb.cp/re-set-overloaded.exp
4784 * gdb.cp/ref-types.exp
4785 * gdb.cp/rtti.exp
4786 * gdb.cp/scope-err.exp
4787 * gdb.cp/shadow.exp
4788 * gdb.cp/smartp.exp
4789 * gdb.cp/static-method.exp
4790 * gdb.cp/static-print-quit.exp
4791 * gdb.cp/temargs.exp
4792 * gdb.cp/templates.exp
4793 * gdb.cp/try_catch.exp
4794 * gdb.cp/typedef-operator.exp
4795 * gdb.cp/typeid.exp
4796 * gdb.cp/userdef.exp
4797 * gdb.cp/using-crash.exp
4798 * gdb.cp/var-tag.exp
4799 * gdb.cp/virtbase.exp
4800 * gdb.cp/virtfunc.exp
4801 * gdb.cp/virtfunc2.exp
4802 * gdb.cp/vla-cxx.exp
4803 * gdb.disasm/t01_mov.exp
4804 * gdb.disasm/t02_mova.exp
4805 * gdb.disasm/t03_add.exp
4806 * gdb.disasm/t04_sub.exp
4807 * gdb.disasm/t05_cmp.exp
4808 * gdb.disasm/t06_ari2.exp
4809 * gdb.disasm/t07_ari3.exp
4810 * gdb.disasm/t08_or.exp
4811 * gdb.disasm/t09_xor.exp
4812 * gdb.disasm/t10_and.exp
4813 * gdb.disasm/t11_logs.exp
4814 * gdb.disasm/t12_bit.exp
4815 * gdb.disasm/t13_otr.exp
4816 * gdb.dlang/circular.exp
4817 * gdb.dwarf2/arr-stride.exp
4818 * gdb.dwarf2/arr-subrange.exp
4819 * gdb.dwarf2/atomic-type.exp
4820 * gdb.dwarf2/bad-regnum.exp
4821 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4822 * gdb.dwarf2/callframecfa.exp
4823 * gdb.dwarf2/clztest.exp
4824 * gdb.dwarf2/corrupt.exp
4825 * gdb.dwarf2/data-loc.exp
4826 * gdb.dwarf2/dup-psym.exp
4827 * gdb.dwarf2/dw2-anon-mptr.exp
4828 * gdb.dwarf2/dw2-anonymous-func.exp
4829 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4830 * gdb.dwarf2/dw2-bad-unresolved.exp
4831 * gdb.dwarf2/dw2-basic.exp
4832 * gdb.dwarf2/dw2-canonicalize-type.exp
4833 * gdb.dwarf2/dw2-case-insensitive.exp
4834 * gdb.dwarf2/dw2-common-block.exp
4835 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4836 * gdb.dwarf2/dw2-compressed.exp
4837 * gdb.dwarf2/dw2-const.exp
4838 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4839 * gdb.dwarf2/dw2-cu-size.exp
4840 * gdb.dwarf2/dw2-dup-frame.exp
4841 * gdb.dwarf2/dw2-entry-value.exp
4842 * gdb.dwarf2/dw2-icycle.exp
4843 * gdb.dwarf2/dw2-ifort-parameter.exp
4844 * gdb.dwarf2/dw2-inline-break.exp
4845 * gdb.dwarf2/dw2-inline-param.exp
4846 * gdb.dwarf2/dw2-intercu.exp
4847 * gdb.dwarf2/dw2-intermix.exp
4848 * gdb.dwarf2/dw2-lexical-block-bare.exp
4849 * gdb.dwarf2/dw2-linkage-name-trust.exp
4850 * gdb.dwarf2/dw2-minsym-in-cu.exp
4851 * gdb.dwarf2/dw2-noloc.exp
4852 * gdb.dwarf2/dw2-op-call.exp
4853 * gdb.dwarf2/dw2-op-out-param.exp
4854 * gdb.dwarf2/dw2-opt-structptr.exp
4855 * gdb.dwarf2/dw2-param-error.exp
4856 * gdb.dwarf2/dw2-producer.exp
4857 * gdb.dwarf2/dw2-ranges-base.exp
4858 * gdb.dwarf2/dw2-ref-missing-frame.exp
4859 * gdb.dwarf2/dw2-reg-undefined.exp
4860 * gdb.dwarf2/dw2-regno-invalid.exp
4861 * gdb.dwarf2/dw2-restore.exp
4862 * gdb.dwarf2/dw2-restrict.exp
4863 * gdb.dwarf2/dw2-single-line-discriminators.exp
4864 * gdb.dwarf2/dw2-strp.exp
4865 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4866 * gdb.dwarf2/dw2-unresolved.exp
4867 * gdb.dwarf2/dw2-var-zero-addr.exp
4868 * gdb.dwarf2/dw4-sig-types.exp
4869 * gdb.dwarf2/dwz.exp
4870 * gdb.dwarf2/dynarr-ptr.exp
4871 * gdb.dwarf2/enum-type.exp
4872 * gdb.dwarf2/gdb-index.exp
4873 * gdb.dwarf2/implptr-64bit.exp
4874 * gdb.dwarf2/implptr-optimized-out.exp
4875 * gdb.dwarf2/implptr.exp
4876 * gdb.dwarf2/implref-array.exp
4877 * gdb.dwarf2/implref-const.exp
4878 * gdb.dwarf2/implref-global.exp
4879 * gdb.dwarf2/implref-struct.exp
4880 * gdb.dwarf2/mac-fileno.exp
4881 * gdb.dwarf2/main-subprogram.exp
4882 * gdb.dwarf2/member-ptr-forwardref.exp
4883 * gdb.dwarf2/method-ptr.exp
4884 * gdb.dwarf2/missing-sig-type.exp
4885 * gdb.dwarf2/nonvar-access.exp
4886 * gdb.dwarf2/opaque-type-lookup.exp
4887 * gdb.dwarf2/pieces-optimized-out.exp
4888 * gdb.dwarf2/pieces.exp
4889 * gdb.dwarf2/pr10770.exp
4890 * gdb.dwarf2/pr13961.exp
4891 * gdb.dwarf2/staticvirtual.exp
4892 * gdb.dwarf2/subrange.exp
4893 * gdb.dwarf2/symtab-producer.exp
4894 * gdb.dwarf2/trace-crash.exp
4895 * gdb.dwarf2/typeddwarf.exp
4896 * gdb.dwarf2/valop.exp
4897 * gdb.dwarf2/watch-notconst.exp
4898 * gdb.fortran/array-element.exp
4899 * gdb.fortran/charset.exp
4900 * gdb.fortran/common-block.exp
4901 * gdb.fortran/complex.exp
4902 * gdb.fortran/derived-type-function.exp
4903 * gdb.fortran/derived-type.exp
4904 * gdb.fortran/logical.exp
4905 * gdb.fortran/module.exp
4906 * gdb.fortran/multi-dim.exp
4907 * gdb.fortran/nested-funcs.exp
4908 * gdb.fortran/print-formatted.exp
4909 * gdb.fortran/subarray.exp
4910 * gdb.fortran/vla-alloc-assoc.exp
4911 * gdb.fortran/vla-datatypes.exp
4912 * gdb.fortran/vla-history.exp
4913 * gdb.fortran/vla-ptr-info.exp
4914 * gdb.fortran/vla-ptype-sub.exp
4915 * gdb.fortran/vla-ptype.exp
4916 * gdb.fortran/vla-sizeof.exp
4917 * gdb.fortran/vla-type.exp
4918 * gdb.fortran/vla-value-sub-arbitrary.exp
4919 * gdb.fortran/vla-value-sub-finish.exp
4920 * gdb.fortran/vla-value-sub.exp
4921 * gdb.fortran/vla-value.exp
4922 * gdb.fortran/whatis_type.exp
4923 * gdb.go/chan.exp
4924 * gdb.go/handcall.exp
4925 * gdb.go/hello.exp
4926 * gdb.go/integers.exp
4927 * gdb.go/methods.exp
4928 * gdb.go/package.exp
4929 * gdb.go/strings.exp
4930 * gdb.go/types.exp
4931 * gdb.go/unsafe.exp
4932 * gdb.guile/scm-arch.exp
4933 * gdb.guile/scm-block.exp
4934 * gdb.guile/scm-breakpoint.exp
4935 * gdb.guile/scm-cmd.exp
4936 * gdb.guile/scm-disasm.exp
4937 * gdb.guile/scm-equal.exp
4938 * gdb.guile/scm-frame-args.exp
4939 * gdb.guile/scm-frame-inline.exp
4940 * gdb.guile/scm-frame.exp
4941 * gdb.guile/scm-iterator.exp
4942 * gdb.guile/scm-math.exp
4943 * gdb.guile/scm-objfile.exp
4944 * gdb.guile/scm-ports.exp
4945 * gdb.guile/scm-symbol.exp
4946 * gdb.guile/scm-symtab.exp
4947 * gdb.guile/scm-value-cc.exp
4948 * gdb.guile/types-module.exp
4949 * gdb.linespec/break-ask.exp
4950 * gdb.linespec/cpexplicit.exp
4951 * gdb.linespec/explicit.exp
4952 * gdb.linespec/keywords.exp
4953 * gdb.linespec/linespec.exp
4954 * gdb.linespec/ls-dollar.exp
4955 * gdb.linespec/ls-errs.exp
4956 * gdb.linespec/skip-two.exp
4957 * gdb.linespec/thread.exp
4958 * gdb.mi/mi-async.exp
4959 * gdb.mi/mi-basics.exp
4960 * gdb.mi/mi-break.exp
4961 * gdb.mi/mi-catch-load.exp
4962 * gdb.mi/mi-cli.exp
4963 * gdb.mi/mi-cmd-param-changed.exp
4964 * gdb.mi/mi-console.exp
4965 * gdb.mi/mi-detach.exp
4966 * gdb.mi/mi-disassemble.exp
4967 * gdb.mi/mi-eval.exp
4968 * gdb.mi/mi-file-transfer.exp
4969 * gdb.mi/mi-file.exp
4970 * gdb.mi/mi-fill-memory.exp
4971 * gdb.mi/mi-inheritance-syntax-error.exp
4972 * gdb.mi/mi-linespec-err-cp.exp
4973 * gdb.mi/mi-logging.exp
4974 * gdb.mi/mi-memory-changed.exp
4975 * gdb.mi/mi-read-memory.exp
4976 * gdb.mi/mi-record-changed.exp
4977 * gdb.mi/mi-reg-undefined.exp
4978 * gdb.mi/mi-regs.exp
4979 * gdb.mi/mi-return.exp
4980 * gdb.mi/mi-reverse.exp
4981 * gdb.mi/mi-simplerun.exp
4982 * gdb.mi/mi-solib.exp
4983 * gdb.mi/mi-stack.exp
4984 * gdb.mi/mi-stepi.exp
4985 * gdb.mi/mi-syn-frame.exp
4986 * gdb.mi/mi-until.exp
4987 * gdb.mi/mi-var-block.exp
4988 * gdb.mi/mi-var-child.exp
4989 * gdb.mi/mi-var-cmd.exp
4990 * gdb.mi/mi-var-cp.exp
4991 * gdb.mi/mi-var-display.exp
4992 * gdb.mi/mi-var-invalidate.exp
4993 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4994 * gdb.mi/mi-vla-fortran.exp
4995 * gdb.mi/mi-watch.exp
4996 * gdb.mi/mi2-var-child.exp
4997 * gdb.mi/user-selected-context-sync.exp
4998 * gdb.modula2/unbounded-array.exp
4999 * gdb.multi/dummy-frame-restore.exp
5000 * gdb.multi/multi-arch-exec.exp
5001 * gdb.multi/multi-arch.exp
5002 * gdb.multi/tids.exp
5003 * gdb.multi/watchpoint-multi.exp
5004 * gdb.opencl/callfuncs.exp
5005 * gdb.opencl/convs_casts.exp
5006 * gdb.opencl/datatypes.exp
5007 * gdb.opencl/operators.exp
5008 * gdb.opencl/vec_comps.exp
5009 * gdb.opt/clobbered-registers-O2.exp
5010 * gdb.opt/inline-break.exp
5011 * gdb.opt/inline-bt.exp
5012 * gdb.opt/inline-cmds.exp
5013 * gdb.opt/inline-locals.exp
5014 * gdb.pascal/case-insensitive-symbols.exp
5015 * gdb.pascal/floats.exp
5016 * gdb.pascal/gdb11492.exp
5017 * gdb.python/lib-types.exp
5018 * gdb.python/py-arch.exp
5019 * gdb.python/py-as-string.exp
5020 * gdb.python/py-bad-printers.exp
5021 * gdb.python/py-block.exp
5022 * gdb.python/py-breakpoint-create-fail.exp
5023 * gdb.python/py-breakpoint.exp
5024 * gdb.python/py-caller-is.exp
5025 * gdb.python/py-cmd.exp
5026 * gdb.python/py-explore-cc.exp
5027 * gdb.python/py-explore.exp
5028 * gdb.python/py-finish-breakpoint.exp
5029 * gdb.python/py-finish-breakpoint2.exp
5030 * gdb.python/py-frame-args.exp
5031 * gdb.python/py-frame-inline.exp
5032 * gdb.python/py-frame.exp
5033 * gdb.python/py-framefilter-mi.exp
5034 * gdb.python/py-infthread.exp
5035 * gdb.python/py-lazy-string.exp
5036 * gdb.python/py-linetable.exp
5037 * gdb.python/py-mi-events.exp
5038 * gdb.python/py-mi-objfile.exp
5039 * gdb.python/py-mi.exp
5040 * gdb.python/py-objfile.exp
5041 * gdb.python/py-pp-integral.exp
5042 * gdb.python/py-pp-maint.exp
5043 * gdb.python/py-pp-re-notag.exp
5044 * gdb.python/py-pp-registration.exp
5045 * gdb.python/py-recurse-unwind.exp
5046 * gdb.python/py-strfns.exp
5047 * gdb.python/py-symbol.exp
5048 * gdb.python/py-symtab.exp
5049 * gdb.python/py-sync-interp.exp
5050 * gdb.python/py-typeprint.exp
5051 * gdb.python/py-unwind-maint.exp
5052 * gdb.python/py-unwind.exp
5053 * gdb.python/py-value-cc.exp
5054 * gdb.python/py-xmethods.exp
5055 * gdb.reverse/amd64-tailcall-reverse.exp
5056 * gdb.reverse/break-precsave.exp
5057 * gdb.reverse/break-reverse.exp
5058 * gdb.reverse/consecutive-precsave.exp
5059 * gdb.reverse/consecutive-reverse.exp
5060 * gdb.reverse/finish-precsave.exp
5061 * gdb.reverse/finish-reverse-bkpt.exp
5062 * gdb.reverse/finish-reverse.exp
5063 * gdb.reverse/fstatat-reverse.exp
5064 * gdb.reverse/getresuid-reverse.exp
5065 * gdb.reverse/i386-precsave.exp
5066 * gdb.reverse/i386-reverse.exp
5067 * gdb.reverse/i386-sse-reverse.exp
5068 * gdb.reverse/i387-env-reverse.exp
5069 * gdb.reverse/i387-stack-reverse.exp
5070 * gdb.reverse/insn-reverse.exp
5071 * gdb.reverse/machinestate-precsave.exp
5072 * gdb.reverse/machinestate.exp
5073 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5074 * gdb.reverse/pipe-reverse.exp
5075 * gdb.reverse/readv-reverse.exp
5076 * gdb.reverse/recvmsg-reverse.exp
5077 * gdb.reverse/rerun-prec.exp
5078 * gdb.reverse/s390-mvcle.exp
5079 * gdb.reverse/step-precsave.exp
5080 * gdb.reverse/step-reverse.exp
5081 * gdb.reverse/time-reverse.exp
5082 * gdb.reverse/until-precsave.exp
5083 * gdb.reverse/until-reverse.exp
5084 * gdb.reverse/waitpid-reverse.exp
5085 * gdb.reverse/watch-precsave.exp
5086 * gdb.reverse/watch-reverse.exp
5087 * gdb.rust/generics.exp
5088 * gdb.rust/methods.exp
5089 * gdb.rust/modules.exp
5090 * gdb.rust/simple.exp
5091 * gdb.server/connect-with-no-symbol-file.exp
5092 * gdb.server/ext-attach.exp
5093 * gdb.server/ext-restart.exp
5094 * gdb.server/ext-wrapper.exp
5095 * gdb.server/file-transfer.exp
5096 * gdb.server/server-exec-info.exp
5097 * gdb.server/server-kill.exp
5098 * gdb.server/server-mon.exp
5099 * gdb.server/wrapper.exp
5100 * gdb.stabs/exclfwd.exp
5101 * gdb.stabs/gdb11479.exp
5102 * gdb.threads/clone-new-thread-event.exp
5103 * gdb.threads/corethreads.exp
5104 * gdb.threads/current-lwp-dead.exp
5105 * gdb.threads/dlopen-libpthread.exp
5106 * gdb.threads/gcore-thread.exp
5107 * gdb.threads/sigstep-threads.exp
5108 * gdb.threads/watchpoint-fork.exp
5109 * gdb.trace/actions-changed.exp
5110 * gdb.trace/backtrace.exp
5111 * gdb.trace/change-loc.exp
5112 * gdb.trace/circ.exp
5113 * gdb.trace/collection.exp
5114 * gdb.trace/disconnected-tracing.exp
5115 * gdb.trace/ftrace.exp
5116 * gdb.trace/mi-trace-frame-collected.exp
5117 * gdb.trace/mi-trace-unavailable.exp
5118 * gdb.trace/mi-traceframe-changed.exp
5119 * gdb.trace/mi-tsv-changed.exp
5120 * gdb.trace/no-attach-trace.exp
5121 * gdb.trace/passc-dyn.exp
5122 * gdb.trace/qtro.exp
5123 * gdb.trace/range-stepping.exp
5124 * gdb.trace/read-memory.exp
5125 * gdb.trace/save-trace.exp
5126 * gdb.trace/signal.exp
5127 * gdb.trace/status-stop.exp
5128 * gdb.trace/tfile.exp
5129 * gdb.trace/trace-break.exp
5130 * gdb.trace/trace-buffer-size.exp
5131 * gdb.trace/trace-condition.exp
5132 * gdb.trace/tracefile-pseudo-reg.exp
5133 * gdb.trace/tstatus.exp
5134 * gdb.trace/unavailable.exp
5135 * gdb.trace/while-dyn.exp
5136 * gdb.trace/while-stepping.exp
5137
34c41c68
DE
51382016-12-22 Doug Evans <xdje42@gmail.com>
5139
5140 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5141 and msymbols.
5142
16e69324
YQ
51432016-12-19 Yao Qi <yao.qi@linaro.org>
5144
5145 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5146 (test_with_self): Don't call do_steps_and_nexts, and remove
5147 code about stepping into xmalloc.
5148
f94f411b
YQ
51492016-12-09 Yao Qi <yao.qi@linaro.org>
5150
5151 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5152
51532016-12-09 Yao Qi <yao.qi@linaro.org>
5154
5155 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5156
f1b5deee
PA
51572016-12-09 Pedro Alves <palves@redhat.com>
5158
5159 * gdb.base/all-architectures-0.exp: New file.
5160 * gdb.base/all-architectures-1.exp: New file.
5161 * gdb.base/all-architectures-2.exp: New file.
5162 * gdb.base/all-architectures-3.exp: New file.
5163 * gdb.base/all-architectures-4.exp: New file.
5164 * gdb.base/all-architectures-5.exp: New file.
5165 * gdb.base/all-architectures-6.exp: New file.
5166 * gdb.base/all-architectures-7.exp: New file.
5167 * gdb.base/all-architectures.exp.in: New file.
5168
364ca42e
YQ
51692016-12-09 Yao Qi <yao.qi@linaro.org>
5170
5171 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5172
107c2d62
LM
51732016-12-02 Luis Machado <lgustavo@codesourcery.com>
5174
5175 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5176 possible.
5177 Remove useless pattern-matching code.
5178
df3ee9ca
PA
51792016-12-02 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5182 procedure.
5183 (top level): Call it.
5184
ec835369
PA
51852016-12-02 Pedro Alves <palves@redhat.com>
5186
5187 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5188 New procedure.
5189 (top level): Call it.
5190
01770bbd
PA
51912016-12-02 Pedro Alves <palves@redhat.com>
5192
5193 PR cli/20559
5194 * gdb.base/commands.exp (user_defined_command_args_eval): New
5195 procedure.
5196 (top level): Call it.
5197
008459ea
LM
51982016-12-02 Luis Machado <lgustavo@codesourcery.com>
5199
5200 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5201 timeout handling.
5202
0c1b455e
TT
52032016-12-02 Tom Tromey <tom@tromey.com>
5204
5205 * gdb.dwarf2/main-subprogram.c: New file.
5206 * gdb.dwarf2/main-subprogram.exp: New file.
5207
018572b8
LM
52082016-12-01 Luis Machado <lgustavo@codesourcery.com>
5209
5210 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5211 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5212 gdb_test_no_output for a couple of cases.
5213 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5214
84c93cd5
LM
52152016-12-01 Luis Machado <lgustavo@codesourcery.com>
5216
5217 Fix test names and standardize compilation error messages throughout
5218 the following files:
5219
5220 * gdb.ada/start.exp
5221 * gdb.arch/alpha-step.exp
5222 * gdb.arch/e500-prologue.exp
5223 * gdb.arch/ftrace-insn-reloc.exp
5224 * gdb.arch/gdb1291.exp
5225 * gdb.arch/gdb1431.exp
5226 * gdb.arch/gdb1558.exp
5227 * gdb.arch/i386-dr3-watch.exp
5228 * gdb.arch/i386-sse-stack-align.exp
5229 * gdb.arch/ia64-breakpoint-shadow.exp
5230 * gdb.arch/pa-nullify.exp
5231 * gdb.arch/powerpc-aix-prologue.exp
5232 * gdb.arch/thumb-bx-pc.exp
5233 * gdb.base/annota1.exp
5234 * gdb.base/annota3.exp
5235 * gdb.base/arrayidx.exp
5236 * gdb.base/assign.exp
5237 * gdb.base/attach.exp
5238 * gdb.base/auxv.exp
5239 * gdb.base/bang.exp
5240 * gdb.base/bfp-test.exp
5241 * gdb.base/bigcore.exp
5242 * gdb.base/bitfields2.exp
5243 * gdb.base/break-fun-addr.exp
5244 * gdb.base/break-probes.exp
5245 * gdb.base/call-rt-st.exp
5246 * gdb.base/callexit.exp
5247 * gdb.base/catch-fork-kill.exp
5248 * gdb.base/charset.exp
5249 * gdb.base/checkpoint.exp
5250 * gdb.base/comprdebug.exp
5251 * gdb.base/constvars.exp
5252 * gdb.base/coredump-filter.exp
5253 * gdb.base/cursal.exp
5254 * gdb.base/cvexpr.exp
5255 * gdb.base/detach.exp
5256 * gdb.base/display.exp
5257 * gdb.base/dmsym.exp
5258 * gdb.base/dprintf-pending.exp
5259 * gdb.base/dso2dso.exp
5260 * gdb.base/dtrace-probe.exp
5261 * gdb.base/dump.exp
5262 * gdb.base/enum_cond.exp
5263 * gdb.base/exe-lock.exp
5264 * gdb.base/exec-invalid-sysroot.exp
5265 * gdb.base/execl-update-breakpoints.exp
5266 * gdb.base/exprs.exp
5267 * gdb.base/fileio.exp
5268 * gdb.base/find.exp
5269 * gdb.base/finish.exp
5270 * gdb.base/fixsection.exp
5271 * gdb.base/foll-vfork.exp
5272 * gdb.base/frame-args.exp
5273 * gdb.base/gcore.exp
5274 * gdb.base/gdb1250.exp
5275 * gdb.base/global-var-nested-by-dso.exp
5276 * gdb.base/gnu-ifunc.exp
5277 * gdb.base/hashline1.exp
5278 * gdb.base/hashline2.exp
5279 * gdb.base/hashline3.exp
5280 * gdb.base/hbreak-in-shr-unsupported.exp
5281 * gdb.base/huge.exp
5282 * gdb.base/infcall-input.exp
5283 * gdb.base/info-fun.exp
5284 * gdb.base/info-shared.exp
5285 * gdb.base/jit-simple.exp
5286 * gdb.base/jit-so.exp
5287 * gdb.base/jit.exp
5288 * gdb.base/jump.exp
5289 * gdb.base/label.exp
5290 * gdb.base/lineinc.exp
5291 * gdb.base/logical.exp
5292 * gdb.base/longjmp.exp
5293 * gdb.base/macscp.exp
5294 * gdb.base/miscexprs.exp
5295 * gdb.base/new-ui-echo.exp
5296 * gdb.base/new-ui-pending-input.exp
5297 * gdb.base/new-ui.exp
5298 * gdb.base/nodebug.exp
5299 * gdb.base/nofield.exp
5300 * gdb.base/offsets.exp
5301 * gdb.base/overlays.exp
5302 * gdb.base/pending.exp
5303 * gdb.base/pointers.exp
5304 * gdb.base/pr11022.exp
5305 * gdb.base/printcmds.exp
5306 * gdb.base/prologue.exp
5307 * gdb.base/ptr-typedef.exp
5308 * gdb.base/realname-expand.exp
5309 * gdb.base/relativedebug.exp
5310 * gdb.base/relocate.exp
5311 * gdb.base/remote.exp
5312 * gdb.base/reread.exp
5313 * gdb.base/return2.exp
5314 * gdb.base/savedregs.exp
5315 * gdb.base/sep.exp
5316 * gdb.base/sepdebug.exp
5317 * gdb.base/sepsymtab.exp
5318 * gdb.base/set-inferior-tty.exp
5319 * gdb.base/setshow.exp
5320 * gdb.base/shlib-call.exp
5321 * gdb.base/sigaltstack.exp
5322 * gdb.base/siginfo-addr.exp
5323 * gdb.base/signals.exp
5324 * gdb.base/signull.exp
5325 * gdb.base/sigrepeat.exp
5326 * gdb.base/so-impl-ld.exp
5327 * gdb.base/solib-display.exp
5328 * gdb.base/solib-overlap.exp
5329 * gdb.base/solib-search.exp
5330 * gdb.base/solib-symbol.exp
5331 * gdb.base/structs.exp
5332 * gdb.base/structs2.exp
5333 * gdb.base/symtab-search-order.exp
5334 * gdb.base/twice.exp
5335 * gdb.base/unload.exp
5336 * gdb.base/varargs.exp
5337 * gdb.base/watchpoint-solib.exp
5338 * gdb.base/watchpoint.exp
5339 * gdb.base/whatis.exp
5340 * gdb.base/wrong_frame_bt_full.exp
5341 * gdb.btrace/dlopen.exp
5342 * gdb.cell/ea-standalone.exp
5343 * gdb.cell/ea-test.exp
5344 * gdb.cp/dispcxx.exp
5345 * gdb.cp/gdb2384.exp
5346 * gdb.cp/method2.exp
5347 * gdb.cp/nextoverthrow.exp
5348 * gdb.cp/pr10728.exp
5349 * gdb.disasm/am33.exp
5350 * gdb.disasm/h8300s.exp
5351 * gdb.disasm/mn10300.exp
5352 * gdb.disasm/sh3.exp
5353 * gdb.dwarf2/dw2-dir-file-name.exp
5354 * gdb.fortran/complex.exp
5355 * gdb.fortran/library-module.exp
5356 * gdb.guile/scm-pretty-print.exp
5357 * gdb.guile/scm-symbol.exp
5358 * gdb.guile/scm-type.exp
5359 * gdb.guile/scm-value.exp
5360 * gdb.linespec/linespec.exp
5361 * gdb.mi/gdb701.exp
5362 * gdb.mi/gdb792.exp
5363 * gdb.mi/mi-breakpoint-changed.exp
5364 * gdb.mi/mi-dprintf-pending.exp
5365 * gdb.mi/mi-dprintf.exp
5366 * gdb.mi/mi-exit-code.exp
5367 * gdb.mi/mi-pending.exp
5368 * gdb.mi/mi-solib.exp
5369 * gdb.mi/new-ui-mi-sync.exp
5370 * gdb.mi/pr11022.exp
5371 * gdb.mi/user-selected-context-sync.exp
5372 * gdb.opt/solib-intra-step.exp
5373 * gdb.python/py-events.exp
5374 * gdb.python/py-finish-breakpoint.exp
5375 * gdb.python/py-mi.exp
5376 * gdb.python/py-prettyprint.exp
5377 * gdb.python/py-shared.exp
5378 * gdb.python/py-symbol.exp
5379 * gdb.python/py-template.exp
5380 * gdb.python/py-type.exp
5381 * gdb.python/py-value.exp
5382 * gdb.reverse/solib-precsave.exp
5383 * gdb.reverse/solib-reverse.exp
5384 * gdb.server/solib-list.exp
5385 * gdb.stabs/weird.exp
5386 * gdb.threads/reconnect-signal.exp
5387 * gdb.threads/stepi-random-signal.exp
5388 * gdb.trace/actions.exp
5389 * gdb.trace/ax.exp
5390 * gdb.trace/backtrace.exp
5391 * gdb.trace/change-loc.exp
5392 * gdb.trace/deltrace.exp
5393 * gdb.trace/ftrace-lock.exp
5394 * gdb.trace/ftrace.exp
5395 * gdb.trace/infotrace.exp
5396 * gdb.trace/mi-tracepoint-changed.exp
5397 * gdb.trace/packetlen.exp
5398 * gdb.trace/passcount.exp
5399 * gdb.trace/pending.exp
5400 * gdb.trace/range-stepping.exp
5401 * gdb.trace/report.exp
5402 * gdb.trace/stap-trace.exp
5403 * gdb.trace/tfind.exp
5404 * gdb.trace/trace-break.exp
5405 * gdb.trace/trace-condition.exp
5406 * gdb.trace/trace-enable-disable.exp
5407 * gdb.trace/trace-mt.exp
5408 * gdb.trace/tracecmd.exp
5409 * gdb.trace/tspeed.exp
5410 * gdb.trace/tsv.exp
5411 * lib/perftest.exp
5412
fb9feb35
LM
54132016-12-01 Luis Machado <lgustavo@codesourcery.com>
5414
5415 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5416 with gdb_test_no_output.
5417 Use command as test name.
5418
cd2ddb6c
LM
54192016-12-01 Luis Machado <lgustavo@codesourcery.com>
5420
5421 Fix test names starting with uppercase throughout the files.
5422
5423 * gdb.ada/assign_1.exp
5424 * gdb.ada/boolean_expr.exp
5425 * gdb.base/arrayidx.exp
5426 * gdb.base/del.exp
5427 * gdb.base/gcore-buffer-overflow.exp
5428 * gdb.base/testenv.exp
5429 * gdb.compile/compile.exp
5430 * gdb.python/py-framefilter-invalidarg.exp
5431 * gdb.python/py-framefilter.exp
5432
bb95117e
LM
54332016-12-01 Luis Machado <lgustavo@codesourcery.com>
5434
5435 Fix test names starting with uppercase throughout the files.
5436
5437 * gdb.ada/array_return.exp
5438 * gdb.ada/expr_delims.exp
5439 * gdb.ada/mi_dyn_arr.exp
5440 * gdb.ada/mi_interface.exp
5441 * gdb.ada/mi_var_array.exp
5442 * gdb.ada/watch_arg.exp
5443 * gdb.arch/alpha-step.exp
5444 * gdb.arch/altivec-regs.exp
5445 * gdb.arch/e500-regs.exp
5446 * gdb.arch/powerpc-d128-regs.exp
5447 * gdb.base/arrayidx.exp
5448 * gdb.base/break.exp
5449 * gdb.base/checkpoint.exp
5450 * gdb.base/debug-expr.exp
5451 * gdb.base/dmsym.exp
5452 * gdb.base/radix.exp
5453 * gdb.base/sepdebug.exp
5454 * gdb.base/testenv.exp
5455 * gdb.base/watch_thread_num.exp
5456 * gdb.base/watchpoint-cond-gone.exp
5457 * gdb.cell/break.exp
5458 * gdb.cell/ea-cache.exp
5459 * gdb.compile/compile.exp
5460 * gdb.cp/gdb2495.exp
5461 * gdb.gdb/selftest.exp
5462 * gdb.gdb/xfullpath.exp
5463 * gdb.go/hello.exp
5464 * gdb.go/integers.exp
5465 * gdb.objc/basicclass.exp
5466 * gdb.pascal/hello.exp
5467 * gdb.pascal/integers.exp
5468 * gdb.python/py-breakpoint.exp
5469 * gdb.python/py-cmd.exp
5470 * gdb.python/py-linetable.exp
5471 * gdb.python/py-xmethods.exp
5472 * gdb.python/python.exp
5473 * gdb.reverse/consecutive-precsave.exp
5474 * gdb.reverse/finish-precsave.exp
5475 * gdb.reverse/i386-precsave.exp
5476 * gdb.reverse/machinestate-precsave.exp
5477 * gdb.reverse/sigall-precsave.exp
5478 * gdb.reverse/solib-precsave.exp
5479 * gdb.reverse/step-precsave.exp
5480 * gdb.reverse/until-precsave.exp
5481 * gdb.reverse/watch-precsave.exp
5482 * gdb.threads/leader-exit.exp
5483 * gdb.threads/pthreads.exp
5484 * gdb.threads/wp-replication.exp
5485 * gdb.trace/actions.exp
5486 * gdb.trace/mi-tsv-changed.exp
5487 * gdb.trace/tsv.exp
5488
de97fdd4
LM
54892016-12-01 Luis Machado <lgustavo@codesourcery.com>
5490
5491 Fix test names starting with uppercase throughout the files.
5492
5493 * gdb.arch/i386-bp_permanent.exp
5494 * gdb.arch/i386-gnu-cfi.exp
5495 * gdb.base/disasm-end-cu.exp
5496 * gdb.base/macscp.exp
5497 * gdb.base/pending.exp
5498 * gdb.base/watch_thread_num.exp
5499 * gdb.cp/exception.exp
5500 * gdb.cp/gdb2495.exp
5501 * gdb.cp/local.exp
5502 * gdb.python/py-evsignal.exp
5503 * gdb.python/python.exp
5504 * gdb.trace/tracecmd.exp
5505
9f058c10
LM
55062016-12-01 Luis Machado <lgustavo@codesourcery.com>
5507
5508 Fix test names starting with uppercase throughout the files.
5509
5510 * gdb.base/charset.exp
5511 * gdb.base/eval.exp
5512 * gdb.base/multi-forks.exp
5513 * gdb.guile/scm-progspace.exp
5514 * gdb.opencl/datatypes.exp
5515 * gdb.python/py-block.exp
5516 * gdb.python/py-function.exp
5517 * gdb.python/py-symbol.exp
5518 * gdb.python/py-symtab.exp
5519 * gdb.python/py-xmethods.exp
5520 * gdb.reverse/break-precsave.exp
5521 * gdb.reverse/break-reverse.exp
5522 * gdb.reverse/consecutive-precsave.exp
5523 * gdb.reverse/consecutive-reverse.exp
5524 * gdb.reverse/finish-precsave.exp
5525 * gdb.reverse/finish-reverse-bkpt.exp
5526 * gdb.reverse/finish-reverse.exp
5527 * gdb.reverse/fstatat-reverse.exp
5528 * gdb.reverse/getresuid-reverse.exp
5529 * gdb.reverse/i386-precsave.exp
5530 * gdb.reverse/i386-reverse.exp
5531 * gdb.reverse/i386-sse-reverse.exp
5532 * gdb.reverse/i387-stack-reverse.exp
5533 * gdb.reverse/insn-reverse.exp
5534 * gdb.reverse/machinestate-precsave.exp
5535 * gdb.reverse/machinestate.exp
5536 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5537 * gdb.reverse/pipe-reverse.exp
5538 * gdb.reverse/readv-reverse.exp
5539 * gdb.reverse/recvmsg-reverse.exp
5540 * gdb.reverse/rerun-prec.exp
5541 * gdb.reverse/s390-mvcle.exp
5542 * gdb.reverse/sigall-precsave.exp
5543 * gdb.reverse/sigall-reverse.exp
5544 * gdb.reverse/solib-precsave.exp
5545 * gdb.reverse/solib-reverse.exp
5546 * gdb.reverse/step-precsave.exp
5547 * gdb.reverse/step-reverse.exp
5548 * gdb.reverse/time-reverse.exp
5549 * gdb.reverse/until-precsave.exp
5550 * gdb.reverse/until-reverse.exp
5551 * gdb.reverse/waitpid-reverse.exp
5552 * gdb.reverse/watch-precsave.exp
5553 * gdb.reverse/watch-reverse.exp
5554
cdc7edd7
LM
55552016-12-01 Luis Machado <lgustavo@codesourcery.com>
5556
5557 Fix test names starting with uppercase throughout the files.
5558
5559 * gdb.arch/i386-mpx-simple_segv.exp
5560 * gdb.arch/i386-mpx.exp
5561 * gdb.arch/i386-permbkpt.exp
5562 * gdb.arch/pa-nullify.exp
5563 * gdb.arch/powerpc-d128-regs.exp
5564 * gdb.arch/vsx-regs.exp
5565 * gdb.base/bfp-test.exp
5566 * gdb.base/break.exp
5567 * gdb.base/breakpoint-shadow.exp
5568 * gdb.base/callfuncs.exp
5569 * gdb.base/charset.exp
5570 * gdb.base/commands.exp
5571 * gdb.base/completion.exp
5572 * gdb.base/dfp-test.exp
5573 * gdb.base/echo.exp
5574 * gdb.base/ending-run.exp
5575 * gdb.base/eval.exp
5576 * gdb.base/expand-psymtabs.exp
5577 * gdb.base/float128.exp
5578 * gdb.base/floatn.exp
5579 * gdb.base/foll-exec-mode.exp
5580 * gdb.base/gdb1056.exp
5581 * gdb.base/gdb11531.exp
5582 * gdb.base/kill-after-signal.exp
5583 * gdb.base/multi-forks.exp
5584 * gdb.base/overlays.exp
5585 * gdb.base/pending.exp
5586 * gdb.base/sepdebug.exp
5587 * gdb.base/testenv.exp
5588 * gdb.base/valgrind-db-attach.exp
5589 * gdb.base/watch_thread_num.exp
5590 * gdb.base/watchpoint-cond-gone.exp
5591 * gdb.base/watchpoint.exp
5592 * gdb.base/watchpoints.exp
5593 * gdb.cp/arg-reference.exp
5594 * gdb.cp/baseenum.exp
5595 * gdb.cp/operator.exp
5596 * gdb.cp/shadow.exp
5597 * gdb.dwarf2/dw2-op-out-param.exp
5598 * gdb.dwarf2/dw2-reg-undefined.exp
5599 * gdb.go/chan.exp
5600 * gdb.go/hello.exp
5601 * gdb.go/integers.exp
5602 * gdb.go/methods.exp
5603 * gdb.go/package.exp
5604 * gdb.guile/scm-parameter.exp
5605 * gdb.guile/scm-progspace.exp
5606 * gdb.guile/scm-value.exp
5607 * gdb.mi/mi-pending.exp
5608 * gdb.mi/user-selected-context-sync.exp
5609 * gdb.multi/multi-attach.exp
5610 * gdb.multi/tids.exp
5611 * gdb.opt/clobbered-registers-O2.exp
5612 * gdb.pascal/floats.exp
5613 * gdb.pascal/integers.exp
5614 * gdb.python/py-block.exp
5615 * gdb.python/py-events.exp
5616 * gdb.python/py-parameter.exp
5617 * gdb.python/py-symbol.exp
5618 * gdb.python/py-symtab.exp
5619 * gdb.python/py-type.exp
5620 * gdb.python/py-value.exp
5621 * gdb.python/py-xmethods.exp
5622 * gdb.python/python.exp
5623 * gdb.reverse/break-precsave.exp
5624 * gdb.reverse/consecutive-precsave.exp
5625 * gdb.reverse/finish-precsave.exp
5626 * gdb.reverse/i386-precsave.exp
5627 * gdb.reverse/machinestate-precsave.exp
5628 * gdb.reverse/sigall-precsave.exp
5629 * gdb.reverse/solib-precsave.exp
5630 * gdb.reverse/step-precsave.exp
5631 * gdb.reverse/until-precsave.exp
5632 * gdb.reverse/watch-precsave.exp
5633 * gdb.server/ext-attach.exp
5634 * gdb.server/ext-restart.exp
5635 * gdb.server/ext-run.exp
5636 * gdb.server/ext-wrapper.exp
5637 * gdb.stabs/gdb11479.exp
5638 * gdb.stabs/weird.exp
5639 * gdb.threads/attach-many-short-lived-threads.exp
5640 * gdb.threads/kill.exp
5641 * gdb.threads/watchpoint-fork.exp
5642
bc6c7af4
LM
56432016-12-01 Luis Machado <lgustavo@codesourcery.com>
5644
5645 Fix test names starting with uppercase throughout all the files below.
5646
5647 * gdb.ada/array_return.exp
5648 * gdb.ada/catch_ex.exp
5649 * gdb.ada/info_exc.exp
5650 * gdb.ada/mi_catch_ex.exp
5651 * gdb.ada/mi_dyn_arr.exp
5652 * gdb.ada/mi_ex_cond.exp
5653 * gdb.ada/mi_exc_info.exp
5654 * gdb.ada/mi_interface.exp
5655 * gdb.ada/mi_task_arg.exp
5656 * gdb.ada/mi_task_info.exp
5657 * gdb.ada/mi_var_array.exp
5658 * gdb.arch/alpha-step.exp
5659 * gdb.arch/amd64-disp-step.exp
5660 * gdb.arch/arm-disp-step.exp
5661 * gdb.arch/disp-step-insn-reloc.exp
5662 * gdb.arch/e500-prologue.exp
5663 * gdb.arch/ftrace-insn-reloc.exp
5664 * gdb.arch/gdb1558.exp
5665 * gdb.arch/i386-bp_permanent.exp
5666 * gdb.arch/i386-disp-step.exp
5667 * gdb.arch/i386-float.exp
5668 * gdb.arch/i386-gnu-cfi.exp
5669 * gdb.arch/ia64-breakpoint-shadow.exp
5670 * gdb.arch/mips16-thunks.exp
5671 * gdb.arch/pa-nullify.exp
5672 * gdb.arch/powerpc-aix-prologue.exp
5673 * gdb.arch/powerpc-power.exp
5674 * gdb.arch/ppc-dfp.exp
5675 * gdb.arch/s390-tdbregs.exp
5676 * gdb.arch/spu-info.exp
5677 * gdb.arch/spu-ls.exp
5678 * gdb.arch/thumb-bx-pc.exp
5679 * gdb.base/advance.exp
5680 * gdb.base/annota-input-while-running.exp
5681 * gdb.base/arrayidx.exp
5682 * gdb.base/asmlabel.exp
5683 * gdb.base/async.exp
5684 * gdb.base/attach-wait-input.exp
5685 * gdb.base/auto-connect-native-target.exp
5686 * gdb.base/batch-preserve-term-settings.exp
5687 * gdb.base/bfp-test.exp
5688 * gdb.base/bigcore.exp
5689 * gdb.base/bp-permanent.exp
5690 * gdb.base/break-always.exp
5691 * gdb.base/break-fun-addr.exp
5692 * gdb.base/break-idempotent.exp
5693 * gdb.base/break-main-file-remove-fail.exp
5694 * gdb.base/break-probes.exp
5695 * gdb.base/break-unload-file.exp
5696 * gdb.base/break.exp
5697 * gdb.base/call-ar-st.exp
5698 * gdb.base/call-rt-st.exp
5699 * gdb.base/call-sc.exp
5700 * gdb.base/call-signal-resume.exp
5701 * gdb.base/call-strs.exp
5702 * gdb.base/callexit.exp
5703 * gdb.base/callfuncs.exp
5704 * gdb.base/catch-gdb-caused-signals.exp
5705 * gdb.base/catch-signal-siginfo-cond.exp
5706 * gdb.base/catch-syscall.exp
5707 * gdb.base/compare-sections.exp
5708 * gdb.base/cond-eval-mode.exp
5709 * gdb.base/condbreak-call-false.exp
5710 * gdb.base/consecutive-step-over.exp
5711 * gdb.base/cursal.exp
5712 * gdb.base/disabled-location.exp
5713 * gdb.base/disasm-end-cu.exp
5714 * gdb.base/display.exp
5715 * gdb.base/double-prompt-target-event-error.exp
5716 * gdb.base/dprintf-bp-same-addr.exp
5717 * gdb.base/dprintf-detach.exp
5718 * gdb.base/dprintf-next.exp
5719 * gdb.base/dprintf-non-stop.exp
5720 * gdb.base/dprintf-pending.exp
5721 * gdb.base/dso2dso.exp
5722 * gdb.base/ending-run.exp
5723 * gdb.base/enum_cond.exp
5724 * gdb.base/examine-backward.exp
5725 * gdb.base/exe-lock.exp
5726 * gdb.base/exec-invalid-sysroot.exp
5727 * gdb.base/execl-update-breakpoints.exp
5728 * gdb.base/execution-termios.exp
5729 * gdb.base/fileio.exp
5730 * gdb.base/fixsection.exp
5731 * gdb.base/foll-exec-mode.exp
5732 * gdb.base/foll-exec.exp
5733 * gdb.base/fork-running-state.exp
5734 * gdb.base/frame-args.exp
5735 * gdb.base/fullpath-expand.exp
5736 * gdb.base/func-ptr.exp
5737 * gdb.base/gcore-relro-pie.exp
5738 * gdb.base/gdb1090.exp
5739 * gdb.base/gdb1555.exp
5740 * gdb.base/global-var-nested-by-dso.exp
5741 * gdb.base/gnu-ifunc.exp
5742 * gdb.base/hbreak-in-shr-unsupported.exp
5743 * gdb.base/hbreak-unmapped.exp
5744 * gdb.base/hook-stop.exp
5745 * gdb.base/infcall-input.exp
5746 * gdb.base/info-fun.exp
5747 * gdb.base/info-shared.exp
5748 * gdb.base/interrupt-noterm.exp
5749 * gdb.base/jit-so.exp
5750 * gdb.base/jit.exp
5751 * gdb.base/line-symtabs.exp
5752 * gdb.base/list.exp
5753 * gdb.base/longjmp.exp
5754 * gdb.base/macscp.exp
5755 * gdb.base/max-value-size.exp
5756 * gdb.base/nodebug.exp
5757 * gdb.base/nofield.exp
5758 * gdb.base/overlays.exp
5759 * gdb.base/paginate-after-ctrl-c-running.exp
5760 * gdb.base/paginate-bg-execution.exp
5761 * gdb.base/paginate-inferior-exit.exp
5762 * gdb.base/pending.exp
5763 * gdb.base/pr11022.exp
5764 * gdb.base/printcmds.exp
5765 * gdb.base/ptr-typedef.exp
5766 * gdb.base/ptype.exp
5767 * gdb.base/randomize.exp
5768 * gdb.base/range-stepping.exp
5769 * gdb.base/realname-expand.exp
5770 * gdb.base/relativedebug.exp
5771 * gdb.base/remote.exp
5772 * gdb.base/savedregs.exp
5773 * gdb.base/sepdebug.exp
5774 * gdb.base/set-noassign.exp
5775 * gdb.base/shlib-call.exp
5776 * gdb.base/shreloc.exp
5777 * gdb.base/sigaltstack.exp
5778 * gdb.base/sigbpt.exp
5779 * gdb.base/siginfo-addr.exp
5780 * gdb.base/siginfo-obj.exp
5781 * gdb.base/siginfo-thread.exp
5782 * gdb.base/signest.exp
5783 * gdb.base/signull.exp
5784 * gdb.base/sigrepeat.exp
5785 * gdb.base/skip.exp
5786 * gdb.base/so-impl-ld.exp
5787 * gdb.base/solib-corrupted.exp
5788 * gdb.base/solib-disc.exp
5789 * gdb.base/solib-display.exp
5790 * gdb.base/solib-overlap.exp
5791 * gdb.base/solib-search.exp
5792 * gdb.base/solib-symbol.exp
5793 * gdb.base/source-execution.exp
5794 * gdb.base/sss-bp-on-user-bp-2.exp
5795 * gdb.base/sss-bp-on-user-bp.exp
5796 * gdb.base/stack-checking.exp
5797 * gdb.base/stale-infcall.exp
5798 * gdb.base/step-break.exp
5799 * gdb.base/step-line.exp
5800 * gdb.base/step-over-exit.exp
5801 * gdb.base/step-test.exp
5802 * gdb.base/structs.exp
5803 * gdb.base/sym-file.exp
5804 * gdb.base/symtab-search-order.exp
5805 * gdb.base/term.exp
5806 * gdb.base/type-opaque.exp
5807 * gdb.base/unload.exp
5808 * gdb.base/until-nodebug.exp
5809 * gdb.base/until.exp
5810 * gdb.base/unwindonsignal.exp
5811 * gdb.base/watch-cond.exp
5812 * gdb.base/watch-non-mem.exp
5813 * gdb.base/watch_thread_num.exp
5814 * gdb.base/watchpoint-reuse-slot.exp
5815 * gdb.base/watchpoint-solib.exp
5816 * gdb.base/watchpoint.exp
5817 * gdb.btrace/dlopen.exp
5818 * gdb.cell/arch.exp
5819 * gdb.cell/break.exp
5820 * gdb.cell/bt.exp
5821 * gdb.cell/core.exp
5822 * gdb.cell/data.exp
5823 * gdb.cell/dwarfaddr.exp
5824 * gdb.cell/ea-cache.exp
5825 * gdb.cell/ea-standalone.exp
5826 * gdb.cell/ea-test.exp
5827 * gdb.cell/f-regs.exp
5828 * gdb.cell/fork.exp
5829 * gdb.cell/gcore.exp
5830 * gdb.cell/mem-access.exp
5831 * gdb.cell/ptype.exp
5832 * gdb.cell/registers.exp
5833 * gdb.cell/sizeof.exp
5834 * gdb.cell/solib-symbol.exp
5835 * gdb.cell/solib.exp
5836 * gdb.compile/compile-tls.exp
5837 * gdb.cp/exception.exp
5838 * gdb.cp/gdb2495.exp
5839 * gdb.cp/local.exp
5840 * gdb.cp/mb-inline.exp
5841 * gdb.cp/mb-templates.exp
5842 * gdb.cp/pr10687.exp
5843 * gdb.cp/pr9167.exp
5844 * gdb.cp/scope-err.exp
5845 * gdb.cp/templates.exp
5846 * gdb.cp/virtfunc.exp
5847 * gdb.dwarf2/dw2-dir-file-name.exp
5848 * gdb.dwarf2/dw2-single-line-discriminators.exp
5849 * gdb.fortran/complex.exp
5850 * gdb.fortran/library-module.exp
5851 * gdb.guile/guile.exp
5852 * gdb.guile/scm-cmd.exp
5853 * gdb.guile/scm-frame-inline.exp
5854 * gdb.guile/scm-objfile.exp
5855 * gdb.guile/scm-pretty-print.exp
5856 * gdb.guile/scm-symbol.exp
5857 * gdb.guile/scm-type.exp
5858 * gdb.guile/scm-value.exp
5859 * gdb.linespec/keywords.exp
5860 * gdb.linespec/ls-errs.exp
5861 * gdb.linespec/macro-relative.exp
5862 * gdb.linespec/thread.exp
5863 * gdb.mi/mi-breakpoint-changed.exp
5864 * gdb.mi/mi-dprintf-pending.exp
5865 * gdb.mi/mi-fullname-deleted.exp
5866 * gdb.mi/mi-logging.exp
5867 * gdb.mi/mi-pending.exp
5868 * gdb.mi/mi-solib.exp
5869 * gdb.mi/new-ui-mi-sync.exp
5870 * gdb.mi/user-selected-context-sync.exp
5871 * gdb.multi/dummy-frame-restore.exp
5872 * gdb.multi/multi-arch-exec.exp
5873 * gdb.multi/remove-inferiors.exp
5874 * gdb.multi/watchpoint-multi-exit.exp
5875 * gdb.opt/solib-intra-step.exp
5876 * gdb.perf/backtrace.exp
5877 * gdb.perf/single-step.exp
5878 * gdb.perf/skip-command.exp
5879 * gdb.perf/skip-prologue.exp
5880 * gdb.perf/solib.exp
5881 * gdb.python/lib-types.exp
5882 * gdb.python/py-as-string.exp
5883 * gdb.python/py-bad-printers.exp
5884 * gdb.python/py-block.exp
5885 * gdb.python/py-breakpoint.exp
5886 * gdb.python/py-cmd.exp
5887 * gdb.python/py-events.exp
5888 * gdb.python/py-evthreads.exp
5889 * gdb.python/py-finish-breakpoint.exp
5890 * gdb.python/py-finish-breakpoint2.exp
5891 * gdb.python/py-frame-inline.exp
5892 * gdb.python/py-frame.exp
5893 * gdb.python/py-inferior.exp
5894 * gdb.python/py-infthread.exp
5895 * gdb.python/py-mi.exp
5896 * gdb.python/py-objfile.exp
5897 * gdb.python/py-pp-maint.exp
5898 * gdb.python/py-pp-registration.exp
5899 * gdb.python/py-prettyprint.exp
5900 * gdb.python/py-recurse-unwind.exp
5901 * gdb.python/py-shared.exp
5902 * gdb.python/py-symbol.exp
5903 * gdb.python/py-symtab.exp
5904 * gdb.python/py-template.exp
5905 * gdb.python/py-type.exp
5906 * gdb.python/py-unwind-maint.exp
5907 * gdb.python/py-unwind.exp
5908 * gdb.python/py-value.exp
5909 * gdb.python/python.exp
5910 * gdb.reverse/finish-reverse-bkpt.exp
5911 * gdb.reverse/insn-reverse.exp
5912 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5913 * gdb.reverse/solib-precsave.exp
5914 * gdb.reverse/solib-reverse.exp
5915 * gdb.stabs/gdb11479.exp
5916 * gdb.stabs/weird.exp
5917 * gdb.threads/fork-child-threads.exp
5918 * gdb.threads/fork-plus-threads.exp
5919 * gdb.threads/fork-thread-pending.exp
5920 * gdb.threads/forking-threads-plus-breakpoint.exp
5921 * gdb.threads/hand-call-in-threads.exp
5922 * gdb.threads/interrupted-hand-call.exp
5923 * gdb.threads/linux-dp.exp
5924 * gdb.threads/local-watch-wrong-thread.exp
5925 * gdb.threads/next-while-other-thread-longjmps.exp
5926 * gdb.threads/non-ldr-exit.exp
5927 * gdb.threads/pending-step.exp
5928 * gdb.threads/print-threads.exp
5929 * gdb.threads/process-dies-while-detaching.exp
5930 * gdb.threads/process-dies-while-handling-bp.exp
5931 * gdb.threads/pthreads.exp
5932 * gdb.threads/queue-signal.exp
5933 * gdb.threads/reconnect-signal.exp
5934 * gdb.threads/signal-command-handle-nopass.exp
5935 * gdb.threads/signal-command-multiple-signals-pending.exp
5936 * gdb.threads/signal-delivered-right-thread.exp
5937 * gdb.threads/signal-sigtrap.exp
5938 * gdb.threads/sigthread.exp
5939 * gdb.threads/staticthreads.exp
5940 * gdb.threads/stepi-random-signal.exp
5941 * gdb.threads/thread-unwindonsignal.exp
5942 * gdb.threads/thread_check.exp
5943 * gdb.threads/thread_events.exp
5944 * gdb.threads/tid-reuse.exp
5945 * gdb.threads/tls-nodebug.exp
5946 * gdb.threads/tls-shared.exp
5947 * gdb.threads/tls-so_extern.exp
5948 * gdb.threads/tls.exp
5949 * gdb.threads/wp-replication.exp
5950 * gdb.trace/actions-changed.exp
5951 * gdb.trace/actions.exp
5952 * gdb.trace/backtrace.exp
5953 * gdb.trace/change-loc.exp
5954 * gdb.trace/collection.exp
5955 * gdb.trace/deltrace.exp
5956 * gdb.trace/disconnected-tracing.exp
5957 * gdb.trace/entry-values.exp
5958 * gdb.trace/ftrace-lock.exp
5959 * gdb.trace/ftrace.exp
5960 * gdb.trace/infotrace.exp
5961 * gdb.trace/mi-trace-frame-collected.exp
5962 * gdb.trace/mi-trace-unavailable.exp
5963 * gdb.trace/mi-traceframe-changed.exp
5964 * gdb.trace/mi-tracepoint-changed.exp
5965 * gdb.trace/mi-tsv-changed.exp
5966 * gdb.trace/no-attach-trace.exp
5967 * gdb.trace/packetlen.exp
5968 * gdb.trace/passc-dyn.exp
5969 * gdb.trace/passcount.exp
5970 * gdb.trace/pending.exp
5971 * gdb.trace/pr16508.exp
5972 * gdb.trace/qtro.exp
5973 * gdb.trace/range-stepping.exp
5974 * gdb.trace/read-memory.exp
5975 * gdb.trace/report.exp
5976 * gdb.trace/save-trace.exp
5977 * gdb.trace/signal.exp
5978 * gdb.trace/stap-trace.exp
5979 * gdb.trace/status-stop.exp
5980 * gdb.trace/strace.exp
5981 * gdb.trace/tfile.exp
5982 * gdb.trace/tfind.exp
5983 * gdb.trace/trace-break.exp
5984 * gdb.trace/trace-condition.exp
5985 * gdb.trace/trace-enable-disable.exp
5986 * gdb.trace/trace-mt.exp
5987 * gdb.trace/tracecmd.exp
5988 * gdb.trace/tracefile-pseudo-reg.exp
5989 * gdb.trace/tspeed.exp
5990 * gdb.trace/tstatus.exp
5991 * gdb.trace/tsv.exp
5992 * gdb.trace/unavailable.exp
5993 * gdb.trace/while-dyn.exp
5994 * gdb.trace/while-stepping.exp
5995 * lib/gdb-guile.exp
5996 * lib/gdb.exp
5997 * lib/mi-support.exp
5998 * lib/pascal.exp
5999 * lib/perftest.exp
6000 * lib/prelink-support.exp
6001 * lib/selftest-support.exp
6002
ad02e4fe
SM
60032016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6004
6005 * Makefile.in: Include disable-implicit-rules.mk.
6006
22347e55
AA
60072016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6008
6009 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6010 non-byte-aligned bit fields.
6011
da5b30da
AA
60122016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6013
6014 PR gdb/12616
6015 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6016 respects the DW_AT_data_bit_offset attribute.
6017
b593ecca
SM
60182016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6019
6020 * gdb.base/default.exp: Fix output of "set language".
6021
3b165252
SM
60222016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6023
6024 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6025 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6026 make.
6027 * configure.ac: Remove checks for the make program.
6028 * configure: Re-generate.
6029
1a2f3d7f
KB
60302016-11-16 Kevin Buettner <kevinb@redhat.com>
6031
6032 * gdb.python/py-recurse-unwind.c (main): Add loop.
6033 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6034 to read_register() and gdb.parse_and_eval(). Make each code
6035 call a separate case that can be individually tested.
6036 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6037 proc. Call cont_and_backtrace for each of the code paths that
6038 we want to test in the unwinder.
6039
b7f38fda
AA
60402016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6041
6042 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6043 the definition of struct S.
6044
1f8db343
CM
60452016-11-11 Catherine Moore <clm@codesourcery.com>
6046
6047 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6048
fad0c9fb
PA
60492016-11-09 Pedro Alves <palves@redhat.com>
6050
6051 * gdb.base/commands.exp (runto_or_return): New procedure.
6052 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6053 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6054 (progvar_simple_while_test, progvar_complex_if_while_test)
6055 (if_while_breakpoint_command_test)
6056 (infrun_breakpoint_command_test, breakpoint_command_test)
6057 (user_defined_command_test, watchpoint_command_test)
6058 (test_command_prompt_position, redefine_hook_test)
6059 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6060 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6061 multi_line_input and multi_line. Remove gdb_expect and
6062 gdb_stop_suppressing_tests uses.
6063 * lib/gdb.exp (valnum_re): New global.
6064 (multi_line_input): New procedure.
6065
8354c62c
SM
60662016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6067
6068 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6069 Remove.
6070 (test_setup): Define with proc_with_prefix.
6071 (test_cli_inferior): Likewise.
6072 (test_cli_thread): Likewise.
6073 (test_cli_frame): Likewise.
6074 (test_cli_select_frame): Likewise.
6075 (test_cli_up_down): Likewise.
6076 (test_mi_thread_select): Likewise.
6077 (test_mi_stack_select_frame): Likewise.
6078 (test_cli_in_mi_inferior): Likewise.
6079 (test_cli_in_mi_thread): Likewise.
6080 (test_cli_in_mi_frame): Likewise.
6081 (top level): Do not use with_test_prefix_procname.
6082
64f367a2
PA
60832016-11-09 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/commands.exp (gdbvar_simple_if_test)
6086 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6087 (progvar_simple_if_test, progvar_simple_while_test)
6088 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6089 (infrun_breakpoint_command_test, breakpoint_command_test)
6090 (user_defined_command_test, watchpoint_command_test)
6091 (test_command_prompt_position, deprecated_command_test)
6092 (bp_deleted_in_command, temporary_breakpoint_commands)
6093 (stray_arg0_test, source_file_with_indented_comment)
6094 (recursive_source_test, if_commands_test)
6095 (error_clears_commands_left, redefine_hook_test)
6096 (redefine_backtrace_test): Use proc_with_prefix.
6097 * lib/gdb.exp (proc_with_prefix): New proc.
6098
0bb65f1e
AA
60992016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6100
6101 * gdb.base/tui-layout.c: New file.
6102 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6103 disassembly window contains very long lines.
6104
7353f247
TT
61052016-11-08 Tom Tromey <tom@tromey.com>
6106
6107 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6108 depend on Python 2.
6109
30a7bb83
TT
61102016-11-08 Tom Tromey <tom@tromey.com>
6111
6112 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6113 New method.
6114
cdf5a07c
MG
61152016-10-29 Manish Goregaokar <manish@mozilla.com>
6116
2806dc7e 6117 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6118
51a789c3
MG
61192016-10-27 Manish Goregaokar <manish@mozilla.com>
6120
2806dc7e
PA
6121 * gdb.rust/simple.rs: Add test for univariant enums without
6122 discriminants and for encoded struct-like enums.
51a789c3 6123
f610ab6d
PA
61242016-10-28 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6127 gdb_test_multiple, tighten regexps and match symtabs and line
6128 tables incrementally.
6129
b129b0ca
LM
61302016-10-28 Luis Machado <lgustavo@codesourcery.com>
6131
6132 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6133 general.
6134
ecf45d2c
SL
61352016-10-25 Luis Machado <lgustavo@codesourcery.com>
6136
6137 * gdb.base/exec-invalid-sysroot.exp: New file.
6138
b8d38ee4
JK
61392016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6140
6141 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6142
f90fd8c2
JK
61432016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6146
2d2476aa
MR
61472016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6148
2806dc7e
PA
6149 * gdb.base/killed-outside.exp: Remove $options from a call to
6150 `prepare_for_testing'.
2d2476aa 6151
e42b25a0
SM
61522016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6153
6154 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6155 Change test message.
6156
3ccdb432
SM
61572016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6158
6159 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6160 Update comment.
6161
5bad3170
SM
61622016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6163
6164 * gdb.trace/mi-trace-save.exp: New file.
6165
5ad9dba7
YQ
61662016-10-13 Yao Qi <yao.qi@linaro.org>
6167
6168 * gdb.base/code_elim.exp (get_var_address): Remove.
6169 * gdb.base/relocate.exp: Likewise.
6170 * gdb.base/shreloc.exp: Likewise.
6171 * lib/gdb.exp (get_var_address): New.
6172
62df7e21
YQ
61732016-10-13 Yao Qi <yao.qi@linaro.org>
6174
6175 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6176 floating point tests if $skip_float_test is false.
6177
4dac951e
LM
61782016-10-12 Luis Machado <lgustavo@codesourcery.com>
6179
6180 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6181 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6182 argc values.
6183 Add 1 to argc so we guarantee distinct initial/modified argc values.
6184
8f1a8fc4
JK
61852016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6186
6187 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6188
16c85b5d
JK
61892016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6192 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6193 * gdb.arch/vsx-regs.exp: Likewise.
6194
1d0e042a
YQ
61952016-10-07 Yao Qi <yao.qi@linaro.org>
6196
6197 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6198
68dadef5
MM
61992016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6200
6201 * gdb.python/python.exp: Test decode_line("*0").
6202
33fa2c6e
DE
62032016-10-06 Doug Evans <dje@google.com>
6204
6205 * gdb.python/py-value.exp (test_value_creation): Add test for large
6206 unsigned 64-bit value.
6207
9c37b5ae
TT
62082016-10-06 Tom Tromey <tom@tromey.com>
6209
6210 * gdb.compile/compile.exp: Change java tests to rust.
6211 * gdb.base/setshow.exp: Change java tests to rust.
6212 * gdb.base/default.exp: Remove java from language list.
6213 * README (Examples): Update language example.
6214 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6215 test.
6216 * lib/gdb.exp (skip_java_tests): Remove.
6217 * lib/java.exp: Remove.
6218 * gdb.java: Remove.
6219
78b86327
MR
62202016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6221
6222 * gdb.arch/mips-fcr.exp: New test.
6223 * gdb.arch/mips-fcr.c: Source for the new test.
6224
7470adbb
MR
62252016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6226
6227 * gdb.base/solib-disc.exp: Use `standard_output_file'
6228 throughout.
6229
4a556533
PA
62302016-10-06 Pedro Alves <palves@redhat.com>
6231
6232 * gdb.base/jit-simple-dl.c: New file.
6233 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6234 * gdb.base/jit-simple.c: ... this.
6235 * gdb.base/jit-simple.exp (jit_run): Delete.
6236 (build_jit): New proc.
6237 (jit_test_reread): Recompile either the main program or the shared
6238 library, depending on what is being tested. Skip changing address
6239 if caller wants to. Compare before/after addresses. If testing
6240 standalone, explicitly load the binary. Test "maint info
6241 breakpoints".
6242 (top level): Add "standalone vs shared lib" and "change address"
6243 vs "same address" axes.
6244
5a122fbc
PA
62452016-10-06 Pedro Alves <palves@redhat.com>
6246
6247 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6248 call.
6249 (jit_run): Delete.
6250 (jit_test_reread): Use with_test_prefix. Reload the main binary
6251 explicitly. Compare the before/after addresses of the JIT
6252 descriptor.
6253
ee8da4b8
DE
62542016-08-15 Doug Evans <dje@google.com>
6255
6256 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6257 for single bitfields is bool.
6258 * gdb.xml/tdesc-regs.exp: Ditto.
6259
f389f6fe
JK
62602016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6261
6262 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6263
fdebf1a4
YQ
62642016-10-05 Yao Qi <yao.qi@linaro.org>
6265
6266 * lib/gdb.exp (support_complex_tests): Return zero if
6267 gdb_skip_float_test return true.
6268
9c36d954 62692016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6270 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6271
6272 PR gdb/20487
6273 * gdb.mi/user-selected-context-sync.exp: New file.
6274 * gdb.mi/user-selected-context-sync.c: New file.
6275
4034d0ff 62762016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6277 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6278
6279 PR gdb/20487
6280 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6281 =thread-select-event check.
6282
a4297203
PB
62832016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6284
6285 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6286 the compulsory L operand changes.
6287 * gdb.arch/powerpc-power.s: Likewise.
6288
bb805577
JK
62892016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6290
6291 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6292 * gdb.base/jit-attach-pie.c: New file.
6293 * gdb.base/jit-attach-pie.exp: New file.
6294
6d61dee5
PA
62952016-09-28 Pedro Alves <palves@redhat.com>
6296
6297 * gdb.base/infcall-input.c: New file.
6298 * gdb.base/infcall-input.exp: New file.
6299
f73842fc
YQ
63002016-09-22 Yao Qi <yao.qi@linaro.org>
6301
6302 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6303 (gdb_exit): Rename it to ...
6304 (gdbserver_gdb_exit): ... Close GDBserver.
6305 (gdb_exit): New proc, call gdbserver_gdb_exit.
6306 (mi_gdb_exit): Likewise.
6307
90681dab
YQ
63082016-09-22 Yao Qi <yao.qi@linaro.org>
6309
6310 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6311 path.
6312 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6313 Remove duplication.
6314
9c211fd8
YQ
63152016-09-22 Yao Qi <yao.qi@linaro.org>
6316
6317 * lib/gdbserver-support.exp: Check the existence of
6318 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6319
ad0a504f
AK
63202016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6321
6322 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6323
36cf1806
TT
63242016-09-21 Tom Tromey <tom@tromey.com>
6325
6326 PR gdb/20604:
6327 * gdb.base/quit.exp: New file.
6328
74172ecf
SM
63292016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6330
6331 * .gitignore: New file.
6332
3d0ec882
MR
63332016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6334
6335 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6336 throughout.
6337
8193adea
AA
63382016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6339
6340 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6341
d41a5c09
JK
63422016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 * gdb.cp/casts.cc (decltype): Move it ...
6345 (main): ... with its call to ...
6346 * gdb.cp/casts03.cc: ... a new file.
6347 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6348
d2dfe700
JK
63492016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6350
6351 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6352
e2a92b16
PB
63532016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6354
6355 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6356 and sync up the test with tests in gas/testsuite/gas/ppc.
6357 * gdb.arch/powerpc-power.exp: Likewise.
6358
49b4de64
JK
63592016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6360
6361 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6362
2c29df25
SDJ
63632016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6364 Jan Kratochvil <jan.kratochvil@redhat.com>
6365
6366 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6367 make m1's definition to be different from m2's. Use 'dummy' as an
6368 argument for probe 'two'.
6369
cc3c2846
JB
63702016-09-10 Jon Beniston <jon@beniston.com>
6371
6372 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6373 for sim target.
6374
e1b2624a
AA
63752016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6376
6377 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6378 variable declaration.
6379 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6380 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6381 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6382 received HWCAP as its argument.
6383
4295e285
PA
63842016-09-06 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.base/new-ui-pending-input.c: New file.
6387 * gdb.base/new-ui-pending-input.exp: New file.
6388 * gdb.exp (clear_gdb_spawn_id): New procedure.
6389 (with_spawn_id): Check whether gdb_spawn_id exists before
6390 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6391 on exit.
6392
00d5215e
UW
63932016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6394
6395 * gdb.base/float128.c: New file.
6396 * gdb.base/float128.exp: Likewise.
6397 * gdb.base/floatn.c: Likewise.
6398 * gdb.base/floatn.exp: Likewise.
6399
a9ff5f12
UW
64002016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6401
6402 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6403
f245535c
PA
64042016-09-05 Pedro Alves <palves@redhat.com>
6405
6406 PR backtrace/19927
6407 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6408 unwinders are immediately called as side effect of "source" or
6409 "disable unwinder" commands.
6410 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6411
ae9cf263
YQ
64122016-09-02 Yao Qi <yao.qi@linaro.org>
6413
6414 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6415 is true and $type is "float" or "double".
6416
27aba047
YQ
64172016-09-02 Yao Qi <yao.qi@linaro.org>
6418
6419 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6420 true.
6421 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6422 * gdb.base/call-rt-st.exp: Likewise.
6423 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6424 return value instead of gdb,skip_float_test.
6425 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6426 (do_function_calls): Use its return value instead of
6427 gdb,skip_float_test.
6428 * gdb.base/finish.exp: Likewise.
6429 * gdb.base/funcargs.exp: Likewise.
6430 * gdb.base/return.exp: Likewise.
6431 * gdb.base/return2.exp: Likewise.
6432 * gdb.base/varargs.exp: Likewise.
6433 * lib/gdb.exp (gdb_skip_float_test): Change it to
6434 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6435
5af962df
AA
64362016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6437
6438 * gdb.multi/tids.exp: Test "thread apply all".
6439
7fac6910
JK
64402016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6441
6442 * gdb.base/default.exp (tty): Remove.
6443
bb1fe4ac
KB
64442016-08-24 Kevin Buettner <kevinb@redhat.com>
6445
2806dc7e
PA
6446 * gdb.python/py-recurse-unwind.c: New file.
6447 * gdb.python/py-recurse-unwind.py: New file.
6448 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6449
0a1ddfa6
SM
64502016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6451
6452 * gdb.base/set-inferior-tty.exp: New file.
6453 * gdb.base/set-inferior-tty.c: New file.
6454
d9de1fe3
PA
64552016-08-23 Pedro Alves <palves@redhat.com>
6456
6457 PR gdb/20494
6458 * gdb.base/new-ui-echo.c: New file.
6459 * gdb.base/new-ui-echo.exp: New file.
6460
e9d9abd7
YQ
64612016-08-23 Yao Qi <yao.qi@linaro.org>
6462
6463 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6464 gdbserver_spawn.
6465 * gdb.server/connect-without-multi-process.exp (do_test):
6466 Likewise.
6467
3589529e
YQ
64682016-08-23 Yao Qi <yao.qi@linaro.org>
6469
6470 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6471 standalone_txt. Delete gdb_txt and standalone_txt on host
6472 and target. Spawn the binary on target. Copy files from
6473 target to host.
6474
6bb90213
PA
64752016-08-22 Pedro Alves <palves@redhat.com>
6476
6477 PR gdb/20505
6478 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6479 with_test_prefix. Factor out bits to ...
6480 (test_no_vdso): ... this new procedure.
6481
20c2c024
CL
64822016-08-19 Carl Love <cel@us.ibm.com>
6483
6484 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6485 maintaining separate logic for constructing the output path.
6486 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6487 * gdb.arch/ppc-dfp.exp: Likewise.
6488 * gdb.arch/ppc-fp.exp: Likewise.
6489 * gdb.arch/vsx-regs.exp: Likewise.
6490 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6491 binprefix for generating the additional binary files.
6492
0646e07d
PA
64932016-08-19 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.trace/mi-trace-frame-collected.exp
6496 (test_trace_frame_collected): On x32, expect two registers.
6497
46da9242
CL
64982016-08-18 Carl Love <cel@us.ibm.com>
6499
6500 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6501 and sync up the test with tests in gas/testsuite/gas/ppc.
6502 * gdb.arch/powerpc-power.exp: Likewise.
6503
eb2332d7
SM
65042016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6505
6506 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6507 expected error message.
6508
63c61e04
SM
65092016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6510
6511 * gdb.multi/remove-inferiors.exp: New file.
6512 * gdb.multi/remove-inferiors.c: New file.
6513
7b17065f
YQ
65142016-08-12 Yao Qi <yao.qi@linaro.org>
6515
6516 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6517 argument list.
6518
01d3dedf
PA
65192016-08-10 Pedro Alves <palves@redhat.com>
6520
6521 PR gdb/19187
6522 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6523 setup_kfails.
6524
3eb7562a
PA
65252016-08-09 Pedro Alves <palves@redhat.com>
6526 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 PR gdb/20418
6529 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6530 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6531
80614914
PA
65322016-08-09 Pedro Alves <palves@redhat.com>
6533
6534 PR mi/20431
6535 * gdb.mi/mi-cmd-error.exp: New file.
6536
f348d89a
PA
65372016-08-09 Pedro Alves <palves@redhat.com>
6538
6539 PR gdb/18653
6540 * gdb.base/signals-state-child.c: New file.
6541 * gdb.base/signals-state-child.exp: New file.
6542 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6543
e5ca03b4
PA
65442016-08-09 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6547
282a0691
TT
65482016-08-03 Tom Tromey <tom@tromey.com>
6549
6550 PR python/18565:
6551 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6552
41bfcd63
YQ
65532016-08-01 Yao Qi <yao.qi@linaro.org>
6554
6555 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6556 variable mode to "multi-process" if $multi_process is 1, otherwise
6557 set it to "single-process".
6558
e3465b24
YQ
65592016-08-01 Yao Qi <yao.qi@linaro.org>
6560
6561 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6562 * gdb.cp/cpexprs.exp: Likewise.
6563 * gdb.cp/m-static.exp: Likewise.
6564
0b31a4bc
TT
65652016-07-26 Tom Tromey <tom@tromey.com>
6566
6567 PR python/20190:
6568 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6569 test.
6570
e0461dbb
MM
65712016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6572
6573 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6574 selecting assembly source files.
6575 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6576 assembly source files.
6577 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6578 assembly source files.
6579 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6580 selecting assembly source files.
6581
8194e927
SM
65822016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6583
6584 * gdb.base/new-ui.exp (do_test_invalid_args): New
6585 procedure.
6586
c0272db5
TW
65872016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6588
6589 * gdb.btrace/reconnect.c: New file.
6590 * gdb.btrace/reconnect.exp: New file.
6591
e3487908
GKB
65922016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6593
6594 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6595 to test_catch_syscall_group.
6596 (test_catch_syscall_group): New.
6597
12df5c00
TT
65982016-07-21 Tom Tromey <tom@tromey.com>
6599
6600 * gdb.rust/simple.rs (main): Use empty struct expression.
6601 * gdb.rust/simple.exp: Add tests for empty struct expression.
6602
bae62ee2
YQ
66032016-07-21 Yao Qi <yao.qi@linaro.org>
6604
6605 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6606 if gdb_skip_xml_test is true on some targets.
6607
b1b53fb3
YQ
66082016-07-21 Yao Qi <yao.qi@linaro.org>
6609
6610 * gdb.server/solib-list.exp: Unset last_loaded_file.
6611
027d97f8
JK
66122016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6613
6614 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6615 "step into captured_main (args)".
6616
7674d381
JK
66172016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6620
72b5d099
JK
66212016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6624
1f960ced
PA
66252016-07-19 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6628 * gdb.opt/inline-bt.exp: Likewise.
6629 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6630 additional_flags=-Winline.
6631 * gdb.opt/inline-locals.exp: Likewise.
6632 * gdb.opt/inline-markers.c (ATTR): Define.
6633 (inlined_fn): Use it.
6634
f25827c1
YQ
66352016-07-19 Yao Qi <yao.qi@linaro.org>
6636
6637 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6638 (test_with_self): Remove some code. Remove argument executable.
6639 (top-level): Use do_self_tests.
6640
37539ebe
DB
66412016-07-15 Zachary Welch <zwelch@codesourcery.com>
6642 Don Breazeal <donb@codesourcery.com>
6643
6644 * gdb.base/maint.exp: Escape paths used in regular expressions.
6645 * gdb.stabs/weird.exp: Likewise.
6646
dac790e1
TT
66472016-07-13 Tom Tromey <tom@tromey.com>
6648
6649 PR python/15620, PR python/18620:
6650 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6651 (test_bkpt_events): New procs.
6652
93daf339
TT
66532016-07-13 Tom Tromey <tom@tromey.com>
6654
6655 PR python/17698:
6656 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6657 test.
6658 (test_watchpoints): Likewise.
6659 (test_bkpt_pending): New proc.
6660
6571a381
TT
66612016-07-13 Tom Tromey <tom@tromey.com>
6662
6663 PR cli/18053:
6664 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6665 completion test.
6666
e8732474
JK
66672016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6668
6669 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6670 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6671 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6672 f_label.
6673 (g): Rename g_end_lbl to g_label.
6674 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6675 low_pc and high_pc.
6676 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6677
e0f3fd7c
TT
66782016-07-12 Tom Tromey <tom@tromey.com>
6679
6680 PR python/19293:
6681 * gdb.python/py-unwind-maint.exp: Update tests.
6682
3cfe46b6
YQ
66832016-07-12 Yao Qi <yao.qi@linaro.org>
6684
6685 * lib/selftest-support.exp (selftest_setup): Match the output
6686 when captured_main is inlined.
6687
4f19a0e6
WT
66882016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6689
6690 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6691 New variables.
6692 (print this%a, print this%b, print this): New tests.
6693 * gdb.fortran/derived-types.f90 (this): New object and
6694 initialization.
6695
986cf455
SM
66962016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6697
6698 * gdb.ada/arraydim.exp: Remove extra directory level in build
6699 directory.
6700
f0464b23
SM
67012016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6702
6703 * lib/ada.exp: Remove extra directory level in build directory.
6704 * gdb.ada/cond_lang.exp: Likewise.
6705 * gdb.ada/exec_changed.exp: Likewise.
6706 * gdb.ada/lang_switch.exp: Likewise.
6707
42d94011
MG
67082016-07-06 Manish Goregaokar <manish@mozilla.com>
6709
2806dc7e
PA
6710 * simple.rs: Add test for raw pointer subscripting.
6711 * simple.exp: Add test expectations.
42d94011 6712
647c264c
YQ
67132016-07-05 Yao Qi <yao.qi@linaro.org>
6714
6715 * gdb.mi/mi-reverse.exp: Match =record-started output.
6716
20aa2c60
PA
67172016-07-01 Pedro Alves <palves@redhat.com>
6718
6719 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6720 procedure.
6721 (jit_reader_test): Test the jit reader's unwinder.
6722 * gdb.base/jithost.c (jit_function_00_code): New global.
6723 (main): Use memcpy to fill in the mmapped code, instead of poking
6724 bytes manually here.
6725 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6726 value.
6727 (read_debug_info): Save the function's range.
6728 (read_sp): New function.
6729 (unwind_frame): Use it. Also unwind RBP.
6730 (get_frame_id): Use read_sp.
6731 (gdb_init_reader): Use calloc instead of malloc.
6732 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6733 parameter. Use gdb_test_multiple.
6734
ced2dffb
PA
67352016-07-01 Pedro Alves <palves@redhat.com>
6736 Antoine Tremblay <antoine.tremblay@ericsson.com>
6737
6738 * gdb.threads/process-dies-while-detaching.c: New file.
6739 * gdb.threads/process-dies-while-detaching.exp: New file.
6740
63000888
PA
67412016-07-01 Pedro Alves <palves@redhat.com>
6742
6743 * gdb.multi/watchpoint-multi-exit.c: New file.
6744 * gdb.multi/watchpoint-multi-exit.exp: New file.
6745
038d4868
PA
67462016-06-30 Pedro Alves <palves@redhat.com>
6747
6748 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6749 unset inferior_spawn_id.
6750
994e9c83
PA
67512016-06-30 Pedro Alves <palves@redhat.com>
6752
6753 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6754 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6755
e5653468
YQ
67562016-06-29 Yao Qi <yao.qi@linaro.org>
6757
6758 * gdb.base/return.c: Add copyright header.
6759
803b47e5
TT
67602016-06-29 Tom Tromey <tom@tromey.com>
6761
6762 PR python/20129:
6763 * gdb.python/py-framefilter.exp: Add tests for setting priority
6764 and disabling of non-existent frame filter.
6765
28244707
YQ
67662016-06-29 Yao Qi <yao.qi@linaro.org>
6767
6768 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6769 0x0f07ff.
6770
a31d2f06
YQ
67712016-06-28 Yao Qi <yao.qi@linaro.org>
6772
6773 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6774 triplets. Start gdb, execute catch syscall, and continue. Check
6775 gdb's output to determine catch syscall is supported.
6776
921d8f54
MG
67772016-06-27 Manish Goregaokar <manish@mozilla.com>
6778
25d49b86
PA
6779 * gdb.rust/simple.rs: Add test for returning unit in a function.
6780 * gdb.rust/simple.exp: Add expectation for functions returning
6781 unit.
921d8f54 6782
f4952523
PMR
67832016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6784
6785 * gdb.python/py-breakpoint-create-fail.c,
6786 gdb.python/py-breakpoint-create-fail.exp,
6787 gdb.python/py-breakpoint-create-fail.py: New testcase.
6788
fccb08f8
MG
67892016-06-25 Manish Goregaokar <manish@mozilla.com>
6790
6791 PR gdb/20239
6792 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6793 * gdb.rust/simple.exp: Add test expectations for new NonZero
6794 tests.
fccb08f8 6795
6b850546
DT
67962016-06-24 David Taylor <dtaylor@emc.com>
6797
6798 * gdb.base/offsets.exp: New file.
6799 * gdb.base/offsets.c: New file.
6800
17621150
TT
68012016-06-23 Tom Tromey <tom@tromey.com>
6802
6803 PR gdb/16483:
6804 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6805 before any filters are loaded.
6806
04d59df6
WT
68072016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6808
6809 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6810 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6811 structs.
6812 * gdb.fortran/derived-type-function.exp: New file.
6813 * gdb.fortran/derived-type-function.f90: New file.
6814
6815
ac69f786
PA
68162016-06-21 Pedro Alves <palves@redhat.com>
6817
6818 * gdb.base/new-ui.exp: New file.
6819 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6820 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6821 (with_spawn_id): New procedure.
6822
49940788
PA
68232016-06-21 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.mi/mi-exec-run.exp: New file.
6826
ef274d26
PA
68272016-06-21 Pedro Alves <palves@redhat.com>
6828
6829 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6830 breakpoint command's output on the main UI.
6831 (test_break): New procedure, factored out from calls in the top
6832 level.
6833 (top level): Use foreach_with_prefix to test MI as main UI and as
6834 separate UI.
6835
468afe6c
PA
68362016-06-21 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6839 (test_awatch_creation_and_listing)
6840 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6841 Remove 'type' parameter.
6842 (test_watchpoint_all): New parameter mi_mode. Remove
6843 with_test_prefix.
6844 (top level): Use foreach_with_prefix, and add main/separate UI MI
6845 testing axis.
6846
51f77c37
PA
68472016-06-21 Pedro Alves <palves@redhat.com>
6848
6849 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6850 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6851 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6852 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6853 (gdb_main_spawn_id, mi_spawn_id): Declare and
6854 comment.
6855 (mi_create_inferior_pty): New procedure,
6856 factored out from default_mi_gdb_start.
6857 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6858 procedures.
6859 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6860 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6861 Use mi_create_inferior_pty.
6862 (mi_gdb_start): Use eval to pass down args list.
6863
8980e177
PA
68642016-06-21 Pedro Alves <palves@redhat.com>
6865
6866 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6867 * gdb.opt/inline-cmds.exp: Add MI tests.
6868
f38d3ad1
PA
68692016-06-21 Pedro Alves <palves@redhat.com>
6870
6871 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6872
45db7c09
PA
68732016-06-21 Pedro Alves <palves@redhat.com>
6874
6875 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6876 (top level): Use it instead of mi_execute_to.
6877
5a069ab3
PA
68782016-06-21 Pedro Alves <palves@redhat.com>
6879
6880 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6881 (cont_handler_str): New.
6882 (signal_stop_handler): Set stop_handler_str instead of printing to
6883 stdout.
6884 (continue_handler): Set cont_handler_str instead of printing to
6885 stdout.
6886 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6887 mi_send_resuming_command. Print stop_handler_str and
6888 cont_handler_str instead of expecting the python events print
6889 directly.
6890
2838cc1d
SD
68912016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6892
6893 * gdb.base/jit-reader.exp: New file.
6894 * gdb.base/jithost.c: New file.
6895 * gdb.base/jithost.h: New file.
6896 * gdb.base/jitreader.c : New file.
6897 * gdb.base/jit-protocol.h: New file.
6898
21a77091
YQ
68992016-06-17 Yao Qi <yao.qi@linaro.org>
6900
6901 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6902 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6903 and detach-on-fork. Adjust tests.
6904 (top level): Invoke break_cond_on_syscall with combinations of
6905 syscall, follow-fork-mode and detach-on-fork.
6906
f50bf8e5
YQ
69072016-06-17 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.base/step-over-exit.c: New.
6910 * gdb.base/step-over-exit.exp: New.
6911
a28d8e50
YTL
69122016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6913
6914 * gdb.base/float.exp: Add target check for nds32*-*-*.
6915 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6916
cad8e26d
AB
69172016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6918
6919 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6920 for unsupported target features.
6921 * gdb.base/call-rt-st.exp: Likewise.
6922 * gdb.base/call-sc.exp: Likewise.
6923 * gdb.base/call-signal-resume.exp: Likewise.
6924 * gdb.base/call-strs.exp: Likewise.
6925 * gdb.base/callexit.exp: Likewise.
6926 * gdb.base/callfuncs.exp: Likewise.
6927 * gdb.base/nodebug.exp: Likewise.
6928 * gdb.base/printcmds.exp: Likewise.
6929 * gdb.base/ptype.exp: Likewise.
6930 * gdb.base/structs.exp: Likewise.
6931 * gdb.base/unwindonsignal.exp: Likewise.
6932 * gdb.cp/gdb2495.exp: Likewise.
6933 * gdb.cp/templates.exp: Likewise.
6934 * gdb.cp/virtfunc.exp: Likewise.
6935 * gdb.threads/hand-call-in-threads.exp: Likewise.
6936 * gdb.threads/interrupted-hand-call.exp: Likewise.
6937 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6938
347dc102
TT
69392016-06-10 Tom Tromey <tom@tromey.com>
6940
6941 PR rust/20110:
6942 * gdb.rust/expr.exp: Add test for integer constant larger than
6943 i32.
6944
5e13cf25
BH
69452016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6946
6947 * gdb.fortran/nested-funcs.exp: New.
6948 * gdb.fortran/nested-funcs.f90: New.
6949
bb556f1f
TK
69502016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6951
6952 * gdb.base/examine-backward.c: New file.
6953 * gdb.base/examine-backward.exp: New file.
6954
38b022b4
SM
69552016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6958 matching.
6959
1b40ec05
TT
69602016-06-02 Tom Tromey <tom@tromey.com>
6961
6962 PR python/18984:
6963 * gdb.python/py-shared.exp: Add solib_name test.
6964
193bd378
SM
69652016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6966
6967 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6968
3326303b
MG
69692016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6970
6971 PR c++/19893
6972 * gdb.dwarf2/implref.exp: Rename to...
6973 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6974 * gdb.dwarf2/implref-array.c: New file.
6975 * gdb.dwarf2/implref-array.exp: Likewise.
6976 * gdb.dwarf2/implref-global.c: Likewise.
6977 * gdb.dwarf2/implref-global.exp: Likewise.
6978 * gdb.dwarf2/implref-struct.c: Likewise.
6979 * gdb.dwarf2/implref-struct.exp: Likewise.
6980
825c8ef2
AT
69812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6982
6983 * gdb.trace/trace-condition.exp: Add 64bit tests.
6984
2320162a
AT
69852016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6986
6987 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6988 bits types.
6989 (main): Adapt to 8 to 64 bits types.
6990 * gdb.trace/trace-condition.exp: Add new tests.
6991
a7818233
AT
69922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6993
6994 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6995
0d336466
AT
69962016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6997
6998 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6999 Move condition tests...
7000 * gdb.trace/trace-condition.exp: Here.
7001
7faeb45a
AT
70022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7003
7004 * gdb.trace/trace-condition.exp: Add counter-case tests.
7005
e385593e
JK
70062016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 PR c++/15231
7009 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7010 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7011
744608cc
PA
70122016-05-27 Pedro Alves <palves@redhat.com>
7013
7014 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7015 New procedure.
7016 (top level): Call it, and bail out of DejaGnu is known to be bad.
7017
ac775bf4
AB
70182016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7019
7020 * gdb.base/whatis.c: Extend the test case.
7021 * gdb.base/whatis.exp: Add additional tests.
7022
2bbad2ea
BH
70232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7024
7025* gdb.fortran/type.f90: Add pointer variable.
7026* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7027
8b70175d
BH
70282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7029
7030 * gdb.fortran/vla-type.exp: Fix testcase name.
7031
86d8a848
BH
70322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7033
7034 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7035
e188eb36
BH
70362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7037
7038 * gdb.fortran/type.f90: Add nested structures.
7039 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7040 * gdb.fortran/derived-type.exp: Adapt expected output.
7041 * gdb.fortran/vla-type.exp: Adapt expected output.
7042
9b2db1fd
BH
70432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7044
7045 * gdb.fortran/whatis_type.exp: Adapt expected output.
7046
72b17055
BH
70472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7048
7049 * gdb.fortran/print_type.exp: Fix expected output.
7050 * gdb.fortran/whatis_type.exp: Fix expected output.
7051
3cd81d8d
BH
70522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7053
7054 * gdb.fortran/whatis_type.exp: Use multi_line.
7055
ddae9462
TT
70562016-05-24 Tom Tromey <tom@tromey.com>
7057
7058 PR python/17386:
7059 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7060 use value as an index.
7061
1957f6b8
TT
70622016-05-23 Tom Tromey <tom@tromey.com>
7063
7064 PR python/17981:
7065 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7066 no-breakpoint case.
7067
026a9174
PA
70682016-05-24 Pedro Alves <palves@redhat.com>
7069
7070 PR gdb/19828
7071 * gdb.threads/clone-attach-detach.c: New file.
7072 * gdb.threads/clone-attach-detach.exp: New file.
7073
e70a7231
FR
70742016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7075
7076 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7077
0f6ed0e0
TT
70782016-05-23 Tom Tromey <tom@tromey.com>
7079
7080 PR python/19438, PR python/18393:
7081 * gdb.python/py-progspace.exp: Add "dir" test.
7082 * gdb.python/py-objfile.exp: Add "dir" test.
7083
ffd19d61
YQ
70842016-05-23 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7087 * gdb.arch/thumb2-it.exp: Likewise.
7088
9e8f9b05
SM
70892016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7090
7091 * gdb.mi/mi-threads-interrupt.c: New file.
7092 * gdb.mi/mi-threads-interrupt.exp: New file.
7093
61c6156d
SM
70942016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7095
7096 PR gdb/18077
7097 * gdb.mi/mi-async-run.exp: New file.
7098 * gdb.mi/mi-async-run.c: New file.
7099
67218854
TT
71002016-05-17 Tom Tromey <tom@tromey.com>
7101 Manish Goregaokar <manishsmail@gmail.com>
7102
7103 * lib/rust-support.exp: New file.
7104 * lib/gdb.exp (skip_rust_tests): New proc.
7105 (build_executable_from_specs): Handle rust.
7106 * lib/future.exp (gdb_find_rustc): New proc.
7107 (gdb_default_target_compile): Handle rust.
7108 * gdb.rust/expr.exp: New file.
7109 * gdb.rust/generics.exp: New file.
7110 * gdb.rust/generics.rs: New file.
7111 * gdb.rust/methods.exp: New file.
7112 * gdb.rust/methods.rs: New file.
7113 * gdb.rust/modules.exp: New file.
7114 * gdb.rust/modules.rs: New file.
7115 * gdb.rust/simple.exp: New file.
7116 * gdb.rust/simple.rs: New file.
7117
c44af4eb
TT
71182016-05-17 Tom Tromey <tom@tromey.com>
7119
7120 * gdb.base/default.exp (set language): Add rust.
7121
dcd1f979
TT
71222016-05-17 Tom Tromey <tom@tromey.com>
7123
7124 * gdb.gdb/unittest.exp: New file.
7125
155b7f57
YQ
71262016-05-16 Yao Qi <yao.qi@linaro.org>
7127
7128 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7129 shell_prompt. Update shell_prompt_re.
7130
8ddd5a6c
DE
71312016-05-12 Doug Evans <dje@google.com>
7132
7133 PR symtab/19999
7134 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7135 $options when building executable.
7136 * gdb.dwarf2/fission-loclists-pie.S: New file.
7137 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7138
02e370d9
SM
71392016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7140
7141 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7142 of [is_remote target],
7143
8929ad8b
SM
71442016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7145
7146 * lib/gdb.exp (use_gdb_stub): New procedure.
7147
6c447423
DE
71482016-05-03 Yunlian Jiang <yunlian@google.com>
7149 Doug Evans <dje@google.com>
7150
7151 PR symtab/19914
7152 * gdb.dwarf2/dwp-sepdebug.c: New file.
7153 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7154
444e826c
SM
71552016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7156
7157 * gdb.base/detach.exp: Remove is_remote check.
7158
740feeaa
SM
71592016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7160
7161 * gdb.base/annota-input-while-running.exp: Don't check for
7162 [is_remote target]. Enable annotations after running to main.
7163 Remove unused "set test..." line.
7164
9080ac9d
SM
71652016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7166
7167 * gdb.trace/trace-enable-disable.exp: New file.
7168 * gdb.trace/trace-enable-disable.c: New file.
7169
952ebca5
SM
71702016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7171
7172 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7173 use it in info sharedlibrary test.
7174 * gdb.trace/ftrace-lock.exp: Likewise.
7175 * gdb.trace/ftrace.exp: Likewise.
7176 * gdb.trace/range-stepping.exp: Likewise.
7177 * gdb.trace/trace-break.exp: Likewise.
7178 * gdb.trace/trace-condition.exp: Likewise.
7179 * gdb.trace/trace-mt.exp: Likewise.
7180
d9019901
SM
71812016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7184 (gdb_load_shlib): ... this.
7185 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7186 gdb_load_shlib.
7187 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7188 * gdb.base/ctxobj.exp: Likewise.
7189 * gdb.base/dprintf-pending.exp: Likewise.
7190 * gdb.base/dso2dso.exp: Likewise.
7191 * gdb.base/fixsection.exp: Likewise.
7192 * gdb.base/gcore-relro.exp: Likewise.
7193 * gdb.base/gdb1555.exp: Likewise.
7194 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7195 * gdb.base/gnu-ifunc.exp: Likewise.
7196 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7197 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7198 * gdb.base/pending.exp: Likewise.
7199 * gdb.base/print-file-var.exp: Likewise.
7200 * gdb.base/print-symbol-loading.exp: Likewise.
7201 * gdb.base/shlib-call.exp: Likewise.
7202 * gdb.base/shreloc.exp: Likewise.
7203 * gdb.base/so-impl-ld.exp: Likewise.
7204 * gdb.base/solib-disc.exp: Likewise.
7205 * gdb.base/solib-nodir.exp: Likewise.
7206 * gdb.base/solib-overlap.exp: Likewise.
7207 * gdb.base/solib-symbol.exp: Likewise.
7208 * gdb.base/solib-weak.exp (do_test): Likewise.
7209 * gdb.base/sym-file.exp: Likewise.
7210 * gdb.base/symtab-search-order.exp: Likewise.
7211 * gdb.base/type-opaque.exp: Likewise.
7212 * gdb.base/unload.exp: Likewise.
7213 * gdb.base/watchpoint-solib.exp: Likewise.
7214 * gdb.compile/compile.exp: Likewise.
7215 * gdb.cp/gdb2384.exp: Likewise.
7216 * gdb.cp/infcall-dlopen.exp: Likewise.
7217 * gdb.cp/re-set-overloaded.exp: Likewise.
7218 * gdb.fortran/library-module.exp: Likewise.
7219 * gdb.opt/solib-intra-step.exp: Likewise.
7220 * gdb.python/py-finish-breakpoint.exp: Likewise.
7221 * gdb.python/py-shared.exp: Likewise.
7222 * gdb.reverse/solib-precsave.exp: Likewise.
7223 * gdb.reverse/solib-reverse.exp: Likewise.
7224 * gdb.server/solib-list.exp: Likewise.
7225 * gdb.threads/dlopen-libpthread.exp: Likewise.
7226 * gdb.threads/tls-shared.exp: Likewise.
7227 * gdb.threads/tls-so_extern.exp: Likewise.
7228 * gdb.trace/change-loc.exp: Likewise.
7229 * gdb.trace/ftrace-lock.exp: Likewise.
7230 * gdb.trace/ftrace.exp: Likewise.
7231 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7232 * gdb.trace/pending.exp: Likewise.
7233 * gdb.trace/range-stepping.exp: Likewise.
7234 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7235 (strace_info_marker): Likewise.
7236 (strace_probe_marker): Likewise.
7237 (strace_trace_on_same_addr): Likewise.
7238 (strace_trace_on_diff_addr): Likewise.
7239 * gdb.trace/trace-break.exp: Likewise.
7240 * gdb.trace/trace-condition.exp: Likewise.
7241 * gdb.trace/trace-mt.exp: Likewise.
7242
fca4cfd9
SM
72432016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7244
7245 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7246 result of gdb_remote_download.
7247 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7248 * gdb.base/dso2dso.exp: Likewise.
7249 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7250 * gdb.base/print-file-var.exp: Likewise.
7251 * gdb.base/shlib-call.exp: Likewise.
7252 * gdb.base/shreloc.exp: Likewise.
7253 * gdb.base/solib-overlap.exp: Likewise.
7254 * gdb.base/solib-weak.exp (do_test): Likewise.
7255 * gdb.base/unload.exp: Likewise.
7256
11cf4ffb
YQ
72572016-04-27 Yao Qi <yao.qi@linaro.org>
7258
7259 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7260 exists.
7261
3e2e34f8
KB
72622016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7263
7264 * vla-type.exp: Print structure from toplevel.
7265
8f07e298
BH
72662016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7267
7268 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7269 of dynamic types.
7270 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7271 of dynamic types.
7272
9920b434
BH
72732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7274
7275 * gdb.fortran/vla-type.f90: New file.
7276 * gdb.fortran/vla-type.exp: New file.
7277
f3abeff5
YQ
72782016-04-25 Yao Qi <yao.qi@linaro.org>
7279
7280 * gdb.base/branch-to-self.c: New file.
7281 * gdb.base/branch-to-self.exp: New file.
7282
0a5d52f0
YQ
72832016-04-22 Yao Qi <yao.qi@linaro.org>
7284
7285 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7286 more after $hex.
7287
495346f6
YQ
72882016-04-22 Yao Qi <yao.qi@linaro.org>
7289
7290 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7291 * gdb.base/annota3.exp: Likewise.
7292
4a7e075c
YQ
72932016-04-22 Yao Qi <yao.qi@linaro.org>
7294
7295 * gdb.reverse/step-precsave.exp: Do one step and test program
7296 stops in "callee" and do multiple steps until program goes out
7297 of "callee".
7298 * gdb.reverse/step-reverse.exp: Likewise.
7299
5b061e98
YQ
73002016-04-22 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.trace/signal.exp: Also pass if
7303 $tracepoint_hits($i) > $iterations.
7304
5c5dc57f
YQ
73052016-04-22 Yao Qi <yao.qi@linaro.org>
7306
7307 * gdb.trace/signal.c: New file.
7308 * gdb.trace/signal.exp: New file.
7309
a55411b9
DE
73102016-04-19 Doug Evans <xdje42@gmail.com>
7311
7312 * gdb.base/bad-file.exp: New file.
7313
a22df60a
MG
73142016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7315
7316 * gdb.dwarf2/implref.exp: New file.
7317
0c13f7e5
BH
73182016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7319
7320 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7321 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7322 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7323 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7324 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7325 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7326 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7327 * lib/fortran.exp (fortran_int4): New procedure.
7328 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7329 (fortran_logical4): Likewise.
7330
9b9b09e9
BH
73312016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7332
7333 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7334
a14d1f4d
BH
73352016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7336
7337 * lib/compiler.c: Add Intel specific preprocessor macros.
7338 * lib/compiler.cc: Likewise.
25d49b86 7339
7d49b1d0
LM
73402016-04-13 Luis Machado <lgustavo@codesourcery.com>
7341
7342 * gdb.server/connect-with-no-symbol-file.c: New file.
7343 * gdb.server/connect-with-no-symbol-file.exp: New file.
7344
8392fa22
SM
73452016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7346
7347 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7348
8c4c4aeb
SM
73492016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7352 standard output directory.
7353
45e3745e
AT
73542016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7355
7356 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7357
e26b7e41
MM
73582016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7359
7360 * gdb.btrace/instruction_history.c (loop): Add declaration.
7361
8ce09462
AT
73622016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7363
7364 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7365
2e88a1ea
SM
73662016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7367
7368 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7369 parentheses to print.
7370 (continue_handler): Likewise.
7371
f48e22e3
SM
73722016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7373
7374 * gdb.server/solib-list.exp: Remove is_remote check.
7375 Pass shlib= to gdb_compile. Don't link shared library with
7376 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7377 Run binary filename through "readlink -f" on the target.
7378
096be756
PA
73792016-04-08 Pedro Alves <palves@redhat.com>
7380
7381 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7382 interpreter filename as argument to gdbserver_spawn.
7383 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7384 Return empty if $last_loaded_file does not exist.
7385
06500533
JK
73862016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7387
7388 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7389 * gdb.base/jit-main.c: Use exit after usage.
7390
2d35e871
JK
73912016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7392
7393 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7394 GDBHISTSIZE prior to the tests.
7395 * gdb.base/gdbinit-history.exp: Likewise.
7396
73972016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7398
7399 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7400 instead of build_executable. Use gdb_load_shlibs.
7401
c8064e7e
YQ
74022016-04-07 Yao Qi <yao.qi@linaro.org>
7403
7404 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7405 Execute "si" command.
7406
bde47561
YQ
74072016-04-07 Yao Qi <yao.qi@linaro.org>
7408
7409 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7410 number instead of the comments on some line.
7411
b16f8a3b
DB
74122016-04-06 Don Breazeal <donb@codesourcery.com>
7413
7414 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7415 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7416
c2f901df
SM
74172016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7418
7419 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7420 standard_output_file. Remove unused binfile variable.
7421
ac17fda0
CU
74222016-04-05 Catalin Udma <catalin.udma@freescale.com>
7423
7424 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7425 * gdb.python/py-mi-objfile.exp: Match "list main" output
7426 in console format.
7427
03a8c4df
SM
74282016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7429
7430 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7431 absolute.
7432
6e774b13
SM
74332016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7434
7435 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7436 absolute.
7437 * gdb.trace/ftrace.exp: Likewise.
7438 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7439 targets as well.
7440 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7441 (gdb_load_shlibs): Copy libraries to test directory when testing
7442 natively. Only set solib-search-path if testing remotely.
7443 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7444
7817ea46
SM
74452016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7446
7447 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7448 gdb_download. Use it even if the target is not remote.
7449 * gdb.base/jit.exp (compile_jit_test): Likewise.
7450 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7451 output directory if the destination board is local, otherwise use
7452 the standard remote_download from DejaGnu.
7453 (gdb_download): Remove.
7454 (gdb_load_shlibs): Use gdb_remote_download instead of
7455 gdb_download.
7456 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7457 Use gdb_remote_download instead of gdb_download. Use it even if
7458 the target is not remote.
7459 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7460 instead of gdb_download.
7461
7beb7f68
SM
74622016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7463
7464 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7465 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7466 run.
7467
cc63428a
AV
74682016-04-01 Artemiy Volkov <artemiyv@acm.org>
7469
7470 PR gdb/19820
7471 * gdb.base/printcmds.exp: Add artificial arrays tests.
7472
64cdf930
PA
74732016-03-31 Pedro Alves <palves@redhat.com>
7474
7475 PR gdb/19858
7476 * gdb.base/jit-main.c: Include unistd.h.
7477 (ATTACH): Define to 0 if not already defined.
7478 (wait_for_gdb, mypid): New globals.
7479 (WAIT_FOR_GDB): New macro.
7480 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7481 some breakpoint locations.
7482 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7483 New procedures.
7484 (one_jit_test): Add REATTACH parameter, and handle it. Use
7485 continue_to_test_location.
7486 (top level): Test attach, and adjusts calls to one_jit_test.
7487
40dea8cb
PA
74882016-03-31 Pedro Alves <palves@redhat.com>
7489
7490 PR gdb/19858
7491 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7492 BINSUFFIX parameter, and handle it.
7493 (top level): Adjust calls compile_jit_test.
7494
e7ea3ec7
CU
74952016-03-31 Catalin Udma <catalin.udma@freescale.com>
7496
7497 PR python/19743
7498 * gdb.python/py-mi-events-gdb.py: New file.
7499 * gdb.python/py-mi-events.c: New file.
7500 * gdb.python/py-mi-events.exp: New file.
7501
e6359af3
YQ
75022016-03-30 Yao Qi <yao.qi@linaro.org>
7503
7504 * gdb.reverse/until-precsave.exp: Match function name only.
7505 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7506 Move malloc to a condition block.
7507 * gdb.reverse/until-reverse.exp: Match function name only.
7508
a4105d04
MK
75092016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7510
7511 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7512 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7513 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7514 variable for GPR 0 instead of assuming it is register 0.
7515 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7516 * lib/trace-support.exp: Add s390 registers.
7517
bfa6adb9
YQ
75182016-03-29 Yao Qi <yao.qi@linaro.org>
7519
7520 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7521
1e6697ea
YQ
75222016-03-24 Yao Qi <yao.qi@linaro.org>
7523
7524 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7525 test message.
7526
64bcd522
AA
75272016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7528
7529 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7530 maintaining separate logic for constructing the output path.
7531
7868401b
DB
75322016-03-16 Don Breazeal <donb@codesourcery.com>
7533
7534 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7535 Retry fork and waitpid on interrupted system call errors.
7536 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7537 Use with_timeout_factor to increase timeout by factor of 10.
7538
1cafadb4
DB
75392016-03-15 Don Breazeal <donb@codesourcery.com>
7540
7541 * gdb.cp/scope-err.cc: New test program.
7542 * gdb.cp/scope-err.exp: New test script.
7543 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7544 lines and "set breakpoint here" comment.
7545 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7546 Fixed some whitespace and format issues.
7547 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7548 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7549
81516450
DE
75502016-03-15 Doug Evans <dje@google.com>
7551
7552 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7553 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7554 All callers updated. Add tests for enums, mixed flags register.
7555
aa52b601
DE
75562016-03-15 Doug Evans <dje@google.com>
7557
7558 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7559 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7560
fa4ff313
SM
75612016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7562
7563 * gdb.base/default.exp: Add $_as_string to the list of expected
7564 convenience functions.
7565
f2403c39
AB
75662016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7567
7568 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7569
f2f3ccb9
SM
75702016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7571
7572 * gdb.python/py-as-string.exp: New file.
7573 * gdb.python/py-as-string.c: New file.
7574
00dbd492
PA
75752016-03-09 Pedro Alves <palves@redhat.com>
7576
7577 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7578 signal" -> "Thread NN received signal" output change.
7579 * gdb.threads/ia64-sigill.exp: Likewise.
7580 * gdb.threads/linux-dp.exp: Likewise.
7581 * gdb.threads/manythreads.exp: Likewise.
7582 * gdb.threads/pending-step.exp: Likewise.
7583 * gdb.threads/print-threads.exp: Likewise.
7584 * gdb.threads/sigstep-threads.exp: Likewise.
7585 * gdb.threads/staticthreads.exp: Likewise.
7586 * gdb.threads/tls.exp: Likewise.
7587
1e6697ea
YQ
75882016-03-09 Pedro Alves <palves@redhat.com>
7589
7590 * gdb.base/command-line-input.exp: New file.
7591
b04fd3be
MK
75922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7593
7594 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7595 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7596 * gdb.trace/pending.exp: Accept leading dot before function name.
7597 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7598 * lib/trace-support.exp: Set registers for ppc.
7599
98fa59e9
MK
76002016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7601
7602 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7603 use it for disassembly; accept .main in addition to main in backtrace.
7604
f77198c8
MK
76052016-03-09 Wei-cheng Wang <cole945@gmail.com>
7606 Marcin Kościelnicki <koriakin@0x04.net>
7607
7608 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7609 (gdb_recursion_test_ptr): New global variable.
7610 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7611 gdb_recursion_test.
7612 (gdb_c_test): Ditto.
7613
ba84e0da
MK
76142016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7615
7616 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7617 ordering.
7618
4366d36e
MK
76192016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7620
7621 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7622 (bar): Add bar_start_lbl label.
7623 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7624 of foo/bar for emitting DWARF and tracing.
7625
5eb264df
SDJ
76262016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7627
7628 * analyze-racy-logs.py: Set executable bit.
7629
fb6a751f
SDJ
76302016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7631
7632 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7633 (CHECK_TARGET_TMP): Likewise.
7634 (check-single-racy): New rule.
7635 (check-parallel-racy): Likewise.
7636 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7637 (do-check-parallel-racy): New rule.
7638 (check-racy/%.exp): Likewise.
7639 * README (Racy testcases): New section.
7640 * analyze-racy-logs.py: New file.
7641
bdf7e230
DE
76422016-03-03 Doug Evans <dje@google.com>
7643
7644 * gdb.base/skip.exp: Use with_test_prefix.
7645
4719d415
YQ
76462016-03-03 Yao Qi <yao.qi@linaro.org>
7647
7648 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7649 Invoke step_over_syscall "clone" and break_cond_on_syscall
7650 "clone".
7651 * gdb.base/step-over-clone.c: New file.
7652
ea507862
YQ
76532016-03-03 Yao Qi <yao.qi@linaro.org>
7654
7655 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7656 code format.
7657
8fc8cbda
YQ
76582016-03-03 Yao Qi <yao.qi@linaro.org>
7659
7660 * gdb.base/disp-step-fork.c: Rename to ...
7661 * gdb.base/step-over-fork.c: ... it. New file.
7662 * gdb.base/disp-step-vfork.c: Rename to ...
7663 * gdb.base/step-over-vfork.c: ... it. New file.
7664 * gdb.base/disp-step-syscall.exp: Rename to ...
7665 * gdb.base/step-over-syscall.exp: ... it. New file.
7666 (disp_step_cross_syscall): Rename to ...
7667 (step_over_syscall): ... it.
7668
92fa70b0
YQ
76692016-03-03 Yao Qi <yao.qi@linaro.org>
7670
7671 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7672 If target supports condition evaluation on target, invoke
7673 break_cond_on_syscall for fork and vfork.
7674
e197ad3c
YQ
76752016-03-03 Yao Qi <yao.qi@linaro.org>
7676
7677 * gdb.base/disp-step-syscall.exp: Don't invoke
7678 support_displaced_stepping.
7679 (disp_step_cross_syscall): Test with displaced stepping off and
7680 on if supported.
7681
0b47da9f
YQ
76822016-03-03 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7685 proc.
7686 (setup): New proc.
7687 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7688 and setup.
7689
065ab6dc
BH
76902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7691
7692 * gdb.fortran/vla-history.exp: Remove breakpoint.
7693
07e448ad 76942016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7695
25d49b86
PA
7696 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7697 exceeds timeout.
07e448ad 7698
9ac2d526 76992016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7700
25d49b86
PA
7701 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7702 breakpoint.
9ac2d526 7703
17807369
BH
77042016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7705
7706 * gdb.mi/vla.f90: Nullify pointer after declaration.
7707
86e501af
PA
77082016-03-01 Pedro Alves <palves@redhat.com>
7709
7710 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7711
1e903e32
PA
77122016-03-01 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7715 before anything else.
7716 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7717 _GNU_SOURCE here.
7718 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7719 before anything else.
7720 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7721
6ccb54e2
PA
77222016-03-01 Pedro Alves <palves@redhat.com>
7723
7724 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7725
30ca9da1
YQ
77262016-03-01 Yao Qi <yao.qi@linaro.org>
7727
7728 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7729 prepare_for_testing.
7730
dc856b38
YQ
77312016-03-01 Yao Qi <yao.qi@linaro.org>
7732
7733 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7734
4a932159
AA
77352016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7736
7737 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7738 manually constructing the output path.
7739
f2489477
AA
77402016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7741
7742 * gdb.arch/s390-stackless.S: New.
7743 * gdb.arch/s390-stackless.exp: New.
7744
38899f16
IB
77452016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7746
7747 * gdb.dlang/circular.c: New file.
7748 * gdb.dlang/circular.exp: New file.
7749
9fde51ed
YQ
77502016-02-26 Yao Qi <yao.qi@linaro.org>
7751
7752 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7753 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7754 (testcases): Update.
7755
ce90fefe
YQ
77562016-02-26 Yao Qi <yao.qi@linaro.org>
7757
7758 * gdb.reverse/aarch64.c: Rename to ...
7759 * gdb.reverse/insn-reverse.c: ... it.
7760 * gdb.reverse/aarch64.exp: Rename to ...
7761 * gdb.reverse/insn-reverse.exp: ... it.
7762
3263bceb
YQ
77632016-02-26 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7766 (testcase_ftype): New.
7767 (testcases): New array.
7768 (n_testcases): New.
7769 (main): Call each element in testcases.
7770 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7771 (read_testcase): New.
7772 Do the tests in a loop.
7773
6cb59ff1
YQ
77742016-02-25 Yao Qi <yao.qi@linaro.org>
7775
7776 * gdb.base/branches.c: Remove.
7777
ae91f625
MK
77782016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7779
7780 PR gdb/13808
7781 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7782
678b48b7
MK
77832016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7784
7785 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7786
7337a6f2
MK
77872016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7788
7789 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7790 change x86_64 call_insn to 'callq'.
7791
861ca91f
AT
77922016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7793
7794 * gdb.trace/tfile-avx.c: Move to...
7795 * gdb.trace/tracefile-pseudo-reg.c: Here.
7796 * gdb.trace/tfile-avx.exp: Move to...
7797 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7798
bf74e428
GB
77992016-02-24 Gary Benson <gbenson@redhat.com>
7800
7801 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7802 message on attach.
7803
cce0e923
DE
78042016-02-23 Doug Evans <dje@google.com>
7805
7806 * gdb.base/skip.c (test_skip): New function.
7807 (end_test_skip_file_and_function): New function.
7808 (test_skip_file_and_function): New function.
7809 * gdb.base/skip1.c (test_skip): New function.
7810 (skip1_test_skip_file_and_function): New function.
7811 * gdb.base/skip.exp: Add tests for new skip options.
7812 * gdb.base/skip-solib.exp: Update expected output.
7813 * gdb.perf/skip-command.cc: New file.
7814 * gdb.perf/skip-command.exp: New file.
7815 * gdb.perf/skip-command.py: New file.
7816
4000e47e
MK
78172016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7818
7819 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7820 info registers pattern.
7821
24f75ead
IB
78222016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7823
7824 * lib/future.exp: Add D support.
7825 (gdb_find_gdc): New proc.
7826 (gdb_default_target_compile): Add D support.
7827
fbb7bcbe
WW
78282016-02-18 Wei-cheng Wang <cole945@gmail.com>
7829
7830 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7831 user+system time.
7832 (trace_speed_test): Determine the iteration count for a time
7833 between 15..30 seconds.
7834
012b3a21
WT
78352016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7836
7837 * gdb.arch/i386-mpx-sigsegv.c: New file.
7838 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7839 * gdb.arch/i386-mpx-simple_segv.c: New file.
7840 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7841
2d5189bd
YQ
78422016-02-18 Yao Qi <yao.qi@linaro.org>
7843
7844 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7845 Don't call setup_kfail.
7846
40fb20d0
YQ
78472016-02-18 Yao Qi <yao.qi@linaro.org>
7848
7849 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7850 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7851
21b1f8d2
DE
78522016-02-16 Doug Evans <dje@google.com>
7853
7854 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7855 * gdb.base/skip1.c: Ditto.
7856 * gdb.base/skip.exp: Whitespace cleanup.
7857
4041ed77
DB
78582016-02-16 Don Breazeal <donb@codesourcery.com>
7859
7860 PR remote/19496
7861 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7862 Remove kfail for PR remote/19496.
7863
c4ef31bf
SM
78642016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7865
7866 * lib/gdb.exp (standard_temp_file): Return a path specific to
7867 the runtest invocation.
7868
266b65b3
SM
78692016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7870
7871 * gdb.trace/save-trace.exp: Change relative path to be in the
7872 standard output directory.
7873
a7a0a6a9
JK
78742016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7875
7876 * gdb.arch/i386-prologue.c: Add missing prototypes.
7877
c99dbb42
JK
78782016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7879
7880 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7881 * gdb.arch/i386-prologue.exp: Likewise.
7882 * gdb.arch/i386-size.exp: Likewise.
7883
aa480355
SM
78842016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7885
7886 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7887 define object file path.
7888 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7889 file path.
7890 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7891 standard_output_file to define binfile.
7892
ba881f50
JK
78932016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 Fix compatibility with recent gfortran-5.3.1.
7896 * gdb.fortran/vla-history.exp (print vla1 allocated)
7897 (print vla2 allocated, print $2, print $3): Remove
7898 (print $4): Rename to ...
7899 (print $2): ... here.
7900 (print $9): Rename to ...
7901 (print $5): ... here.
7902 (print $10): Rename to ...
7903 (print $6): ... here.
7904 * gdb.fortran/vla.f90: Add pvla initialization.
7905
e9fb005c
JK
79062016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7907
7908 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7909 New test.
7910 * gdb.fortran/vla-value-sub.exp: Likewise.
7911
e44e00ff
MK
79122016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7913
7914 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7915
97e94151
SM
79162016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * i386-biarch-core.exp: Define corefile using
7919 standard_output_file.
7920
01113bc1
YQ
79212016-02-12 Yao Qi <yao.qi@linaro.org>
7922
7923 * gdb.arch/arm-single-step-kernel-helper.c: New.
7924 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7925
33b4777c
MM
79262016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7927
7928 * gdb.btrace/tailcall-only.exp: New.
7929 * gdb.btrace/tailcall-only.c: New.
7930 * gdb.btrace/x86_64-tailcall-only.S: New.
7931 * gdb.btrace/i686-tailcall-only.S: New.
7932
acc23c11
PA
79332016-02-11 Pedro Alves <palves@redhat.com>
7934
7935 * README (Parallel testing): Add missing double quotes.
7936
e352bf0a
PA
79372016-02-11 Pedro Alves <palves@redhat.com>
7938
7939 * README (Parallel testing): New section.
7940 (GDB_PARALLEL): Rewrite.
7941 (FORCE_PARALLEL): Document.
7942
9f5fed78
MK
79432016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7944
7945 * gdb.trace/tfile-avx.c: New test.
7946 * gdb.trace/tfile-avx.exp: New test.
7947
9ef9e6a6
KS
79482016-02-09 Keith Seitz <keiths@redhat.com>
7949
7950 PR breakpoints/19546
7951 * gdb.base/infcall-exec.c: New file.
7952 * gdb.base/infcall-exec2.c: New file.
7953 * gdb.base/infcall-exec.exp: New file.
7954
a96e36da
KS
79552016-02-09 Keith Seitz <keiths@redhat.com>
7956
7957 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7958 (toplevel): Call test_bkpt_address.
7959
9f61929f
KS
79602016-02-09 Keith Seitz <keiths@redhat.com>
7961
7962 PR python/19506
7963 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7964 (toplevel): Call test_bkpt_address.
7965
1e94266c
SM
79662016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7967
7968 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7969 to AC_OUTPUT.
7970 * configure: Regenerate.
7971
2a7f3dff
PA
79722016-02-09 Pedro Alves <palves@redhat.com>
7973
7974 PR breakpoints/19548
7975 * gdb.base/execl-update-breakpoints.c (some_function): New
7976 function.
7977 (main): Call it.
7978 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7979 Tighten expected GDB output.
7980
2151ccc5
SM
79812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7982
7983 * Makefile.in (ALL_SUBDIRS): Remove.
7984 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7985 (distclean maintainer-clean realclean): Likewise.
7986 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7987 * configure: Regenerate.
7988 * gdb.ada/Makefile.in: Delete.
7989 * gdb.arch/Makefile.in: Likewise.
7990 * gdb.asm/Makefile.in: Likewise.
7991 * gdb.base/Makefile.in: Likewise.
7992 * gdb.btrace/Makefile.in: Likewise.
7993 * gdb.cell/Makefile.in: Likewise.
7994 * gdb.compile/Makefile.in: Likewise.
7995 * gdb.cp/Makefile.in: Likewise.
7996 * gdb.disasm/Makefile.in: Likewise.
7997 * gdb.dlang/Makefile.in: Likewise.
7998 * gdb.dwarf2/Makefile.in: Likewise.
7999 * gdb.fortran/Makefile.in: Likewise.
8000 * gdb.gdb/Makefile.in: Likewise.
8001 * gdb.go/Makefile.in: Likewise.
8002 * gdb.guile/Makefile.in: Likewise.
8003 * gdb.java/Makefile.in: Likewise.
8004 * gdb.linespec/Makefile.in: Likewise.
8005 * gdb.mi/Makefile.in: Likewise.
8006 * gdb.modula2/Makefile.in: Likewise.
8007 * gdb.multi/Makefile.in: Likewise.
8008 * gdb.objc/Makefile.in: Likewise.
8009 * gdb.opencl/Makefile.in: Likewise.
8010 * gdb.opt/Makefile.in: Likewise.
8011 * gdb.pascal/Makefile.in: Likewise.
8012 * gdb.perf/Makefile.in: Likewise.
8013 * gdb.python/Makefile.in: Likewise.
8014 * gdb.reverse/Makefile.in: Likewise.
8015 * gdb.server/Makefile.in: Likewise.
8016 * gdb.stabs/Makefile.in: Likewise.
8017 * gdb.threads/Makefile.in: Likewise.
8018 * gdb.trace/Makefile.in: Likewise.
8019 * gdb.xml/Makefile.in: Likewise.
8020 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8021 GDB_PARALLEL.
8022 (standard_output_file): Remove check for GDB_PARALLEL, always
8023 return path in outputs/$subdir/$testname.
8024
437277d4
SM
80252016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8026
8027 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8028 (site.exp): Assign abs_srcdir to tcl's srcdir.
8029
31d913c7
YQ
80302016-02-04 Yao Qi <yao.qi@linaro.org>
8031
8032 * gdb.base/foll-exec-mode.c: Include limits.h.
8033 (main): Add parameters argc and argv. Get directory from
8034 argv[0].
8035 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8036 compilation.
8037 * gdb.base/foll-exec.c: Include limits.h.
8038 (main): Add parameters argc and argv.
8039 Get directory from argv[0].
8040 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8041 Adjust tests on the number of lines as source code changed.
8042 * gdb.base/foll-vfork-exit.c: Include limits.h.
8043 (main): Add one line of statement before vfork.
8044 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8045 (main): Add parameters argc and argv. Get directory from
8046 argv[0].
8047 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8048 (setup_gdb): Set tbreak to skip some source lines.
8049 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8050 (main): Add parameters argc and argv. Get directory from
8051 argv[0].
8052 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8053 compilation.
8054 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8055 (main): Add parameters argc and argv. Get directory from
8056 argv[0].
8057 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8058 compilation.
8059
9482b9fb
DE
80602016-02-01 Doug Evans <dje@google.com>
8061
8062 * gdb.base/skip.exp: Clean up multiple references to same test name.
8063
6b2e4f10
PA
80642016-02-01 Pedro Alves <palves@redhat.com>
8065
ccb6afd6 8066 PR remote/19496
6b2e4f10
PA
8067 * gdb.threads/forking-threads-plus-breakpoint.exp
8068 (displaced_stepping_supported): New global.
8069 (probe_displaced_stepping_support): New procedure.
8070 (do_test): Add 'displaced' parameter, and use it.
8071 (top level): Check for displaced stepping support. Add displaced
8072 stepping on/off testing axis.
8073
37a8db1a
AB
80742016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8075
8076 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8077 pointer. Don't perform further tests on the unassociated pointer
8078 if the first test fails.
8079
5fdf6324
AB
80802016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8081
8082 * gdb.base/max-value-size.c: New file.
8083 * gdb.base/max-value-size.exp: New file.
8084 * gdb.base/huge.exp: Disable max-value-size for this test.
8085
935c6144
IB
80862016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8087
8088 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8089
7fe8399d
YQ
80902016-01-28 Yao Qi <yao.qi@linaro.org>
8091
8092 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8093
a2077e25
PA
80942016-01-25 Pedro Alves <palves@redhat.com>
8095
8096 PR threads/19461
8097 * gdb.base/fork-running-state.c: New file.
8098 * gdb.base/fork-running-state.exp: New file.
8099
1d2736d4
PA
81002016-01-25 Pedro Alves <palves@redhat.com>
8101
8102 PR gdb/19494
8103 * gdb.base/catch-fork-kill.c: New file.
8104 * gdb.base/catch-fork-kill.exp: New file.
8105
f1da4b11
PA
81062016-01-25 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8109 Delete, moved to lib/gdb.exp.
8110 * gdb.threads/forking-threads-plus-breakpoint.exp
8111 (foreach_with_prefix): Likewise.
8112 * gdb.threads/process-dies-while-handling-bp.exp
8113 (foreach_with_prefix): Likewise.
8114 * lib/gdb.exp (foreach_with_prefix): New procedure.
8115
45f38546
MK
81162016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8117
8118 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8119 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8120
dc29a1ce
MK
81212016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8122
8123 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8124 endian targets.
8125
092127d7
JK
81262016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8127 Pedro Alves <palves@redhat.com>
8128
8129 Fix testsuite compatibility with Guile.
8130 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8131 number.
8132
31d765d3
JK
81332016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8134
8135 Fix testsuite compatibility with Guile.
8136 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8137 (thread 1): New test for backtrace through signal handler.
8138
1ac78c04
YQ
81392016-01-22 Yao Qi <yao.qi@linaro.org>
8140
8141 PR testsuite/19491
8142 * gdb.base/multi-forks.c: Include
8143 ../lib/unbuffer_output.c
8144 (main): Call gdb_unbuffer_output.
8145
4f5946a8
DE
81462016-01-21 Doug Evans <dje@google.com>
8147
8148 * lib/ada.exp (gdb_compile_ada): Fix typo.
8149
305e13e6
JB
81502016-01-21 Joel Brobecker <brobecker@adacore.com>
8151
8152 * gdb.base/break-fun-addr.exp: New file.
8153 * gdb.base/break-fun-addr1.c: New file.
8154 * gdb.base/break-fun-addr2.c: New file.
8155
5f5dfff6
SM
81562016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8157
8158 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8159 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8160 enum flag values.
8161
fd356fa2
AA
81622016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8163
8164 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8165 when GDB can not set the vector return value. Add more comments
8166 for clarification.
8167
9df22175
AT
81682016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8169
8170 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8171 command.
8172
41d1845e
SM
81732016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8174
8175 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8176
01ac6840
SM
81772016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8178
8179 * Makefile.in (check-single): Pass --status to runtest.
8180 (check/%.exp): Likewise.
8181
81822016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8183
8184 * Makefile.in (check-parallel): Propagate return code from make
8185 do-check-parallel.
8186
bd0a71fa
MK
81872016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8188
8189 * gdb.trace/ftrace.exp: Fix expected message on continue.
8190 * gdb.trace/pending.exp: Fix expected message on continue.
8191 * gdb.trace/trace-break.exp: Fix expected message on continue.
8192
8bcbad33
SM
81932016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8194
8195 * lib/gdb.exp (gdb_test): Remove unused global references.
8196
f303dbd6
PA
81972016-01-18 Pedro Alves <palves@redhat.com>
8198
8199 * gdb.base/async-shell.exp: Adjust expected output.
8200 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8201 * gdb.base/siginfo-thread.exp: Adjust expected output.
8202 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8203 * gdb.java/jnpe.exp: Adjust expected output.
8204 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8205 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8206 * gdb.threads/leader-exit.exp: Adjust expected output.
8207 * gdb.threads/manythreads.exp: Adjust expected output.
8208 * gdb.threads/pthreads.exp: Adjust expected output.
8209 * gdb.threads/schedlock.exp: Adjust expected output.
8210 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8211 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8212 expected output.
8213 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8214 output.
8215 * gdb.threads/sigthread.exp: Adjust expected output.
8216 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8217
b2789696
YQ
82182016-01-18 Yao Qi <yao.qi@linaro.org>
8219
8220 * gdb.guile/scm-section-script.c: Replace @progbits with
8221 %progbits.
8222 * gdb.python/py-section-script.c: Likewise.
8223
71ef29a8
PA
82242016-01-15 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.multi/tids.exp: Test star wildcard ranges.
8227
3f5b7598
PA
82282016-01-15 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8231 command from "thread apply" invocation.
8232 (thr_apply_info_thr_invalid): Default the expected output to the
8233 input tid list.
8234 (top level): Add tests that use convenience variables. Add tests
8235 for "thread apply" with a valid TID list, but missing the command.
8236
663f6d42
PA
82372016-01-13 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.base/default.exp: Expect $_gthread as well.
8240 * gdb.multi/tids.exp: Test $_gthread.
8241 * gdb.threads/thread-specific.exp: Test $_gthread.
8242
c84f6bbf
PA
82432016-01-13 Pedro Alves <palves@redhat.com>
8244
8245 * gdb.multi/tids.exp: Test "info threads -gid".
8246
22a02324
PA
82472016-01-13 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8250 Breakpoint.thread.
8251 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8252
5d5658a1
PA
82532016-01-07 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.base/break.exp: Adjust to output changes.
8256 * gdb.base/hbreak2.exp: Likewise.
8257 * gdb.base/sepdebug.exp: Likewise.
8258 * gdb.base/watch_thread_num.exp: Likewise.
8259 * gdb.linespec/keywords.exp: Likewise.
8260 * gdb.multi/info-threads.exp: Likewise.
8261 * gdb.threads/thread-find.exp: Likewise.
8262 * gdb.multi/tids.c: New file.
8263 * gdb.multi/tids.exp: New file.
8264
84654457
PA
82652016-01-13 Pedro Alves <palves@redhat.com>
8266
8267 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8268
e3940304
PA
82692016-01-13 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.base/default.exp: Expect $_inferior as well.
8272 * gdb.multi/base.exp: Test $_inferior.
8273
a911d87a
PA
82742016-01-13 Pedro Alves <palves@redhat.com>
8275
8276 PR breakpoints/19388
8277 * gdb.base/catch-signal-siginfo-cond.c: New file.
8278 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8279
82075af2
JS
82802016-01-12 Josh Stone <jistone@redhat.com>
8281 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8282
8283 * gdb.base/catch-syscall.c (do_execve): New variable.
8284 (main): Conditionally trigger an execve.
8285 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8286 (test_catch_syscall_execve): New, check entry/return across execve.
8287 (do_syscall_tests): Call test_catch_syscall_execve.
8288
e46eeedd
PA
82892016-01-12 Pedro Alves <palves@redhat.com>
8290
8291 * gdb.base/random-signal.exp (do_test): New procedure, with body
8292 of testcase moved in.
8293
01d8c27e
JK
82942016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8295 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.base/funcargs.exp (finish from indirectly called function):
8298 Reintroduce the case for 'First'.
8299
9a706302
JK
83002016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8301 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8304 (tcatch_vfork_then_child_follow_exec)
8305 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8306 identification.
8307
c0ecb95f
JK
83082016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8311 and repeats to unlimited.
8312 * gdb.python/py-value.exp: Likewise.
8313 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8314 and repeats to unlimited.
8315
6cfc1fcb
JK
83162016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8317
8318 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8319 and reordering the functions.
8320 * gdb.multi/hangout.c: Likewise.
8321 * gdb.multi/hello.c: Likewise.
8322
582a1b00
SM
83232016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8324
8325 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8326 absolute.
8327 (SingleStatisticTestResult.report): Use dict.keys instead of
8328 dict.iterkeys.
8329
79bc59cb
PA
83302016-01-06 Pedro Alves <palves@redhat.com>
8331
8332 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8333
43368e1d
MM
83342016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8335
8336 * gdb.btrace/dlopen.exp: New.
8337 * gdb.btrace/dlopen.c: New.
8338 * gdb.btrace/dlopen-dso.c: New.
8339
79fad5b8
SL
83402015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8341
8342 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8343 PATTERN argument is optional.
8344
ab8314b3
JB
83452015-12-24 Joel Brobecker <brobecker@adacore.com>
8346
8347 * lib/ada.exp (target_compile_ada_from_dir): New function.
8348 (gdb_compile_ada): Reimplement avoiding the use of project files.
8349 * gdb.ada/gnat_ada.gpr: Delete.
8350 * gdb.ada/cond_lang.exp: Adjust test to make path before
8351 filename optional.
8352 * gdb.ada/small_reg_param.exp: Likewise.
8353
fe33faff
SM
83542015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8355
8356 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8357
6d265cb4
TP
83582015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8359
8360 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8361 case.
8362
10125099
SM
83632015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8364
8365 * gdb.base/break.exp: Remove dead code.
8366 * gdb.base/sepdebug.exp: Likewise.
8367
3ca22649
SM
83682015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8369
8370 * gdb.asm/asm-source.exp: Remove HP-UX references.
8371 * gdb.base/annota1.exp: Likewise.
8372 * gdb.base/annota3.exp: Likewise.
8373 * gdb.base/attach.exp: Likewise.
8374 * gdb.base/bigcore.exp: Likewise.
8375 * gdb.base/break.exp: Likewise.
8376 * gdb.base/call-ar-st.exp: Likewise.
8377 * gdb.base/callfuncs.exp: Likewise.
8378 * gdb.base/catch-fork-static.exp: Likewise.
8379 * gdb.base/display.exp: Likewise.
8380 * gdb.base/foll-exec-mode.exp: Likewise.
8381 * gdb.base/foll-exec.exp: Likewise.
8382 * gdb.base/foll-fork.exp: Likewise.
8383 * gdb.base/foll-vfork.exp: Likewise.
8384 * gdb.base/funcargs.exp: Likewise.
8385 * gdb.base/hbreak2.exp: Likewise.
8386 * gdb.base/inferior-died.exp: Likewise.
8387 * gdb.base/interrupt.exp: Likewise.
8388 * gdb.base/multi-forks.exp: Likewise.
8389 * gdb.base/nodebug.exp: Likewise.
8390 * gdb.base/sepdebug.exp: Likewise.
8391 * gdb.base/solib1.c: Likewise.
8392 * gdb.base/step-test.exp: Likewise.
8393 * gdb.mi/non-stop.c: Likewise.
8394 * gdb.mi/pthreads.c: Likewise.
8395 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8396 * gdb.threads/pthreads.c: Likewise.
8397 * gdb.threads/staticthreads.exp: Likewise.
8398 * lib/future.exp: Likewise.
8399 * lib/gdb.exp: Likewise.
8400 * gdb.base/so-indr-cl.c: Remove.
8401 * gdb.base/so-indr-cl.exp: Likewise.
8402 * gdb.base/solib.c: Likewise.
8403 * gdb.base/solib.exp: Likewise.
8404 * gdb.base/solib2.c: Likewise.
8405
b6304613
SM
84062015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8407
8408 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8409 * gdb.base/call-ar-st.exp: Likewise.
8410 * gdb.base/callfuncs.exp: Likewise.
8411 * gdb.base/condbreak.exp: Likewise.
8412 * gdb.base/constvars.exp: Likewise.
8413 * gdb.base/hbreak2.exp: Likewise.
8414 * gdb.base/langs.exp: Likewise.
8415 * gdb.base/list.exp: Likewise.
8416 * gdb.base/long_long.exp: Likewise.
8417 * gdb.base/ptype.exp: Likewise.
8418 * gdb.base/scope.exp: Likewise.
8419 * gdb.base/signals.exp: Likewise.
8420 * gdb.base/so-impl-ld.exp: Likewise.
8421 * gdb.base/varargs.exp: Likewise.
8422 * gdb.base/volatile.exp: Likewise.
8423 * gdb.base/whatis.exp: Likewise.
8424 * gdb.cp/cplusfuncs.exp: Likewise.
8425 * gdb.cp/inherit.exp: Likewise.
8426 * gdb.cp/local.exp: Likewise.
8427 * gdb.cp/member-ptr.exp: Likewise.
8428 * gdb.cp/method.exp: Likewise.
8429 * gdb.cp/overload.exp: Likewise.
8430 * gdb.cp/templates.exp: Likewise.
8431 * gdb.stabs/weird.exp: Likewise.
8432 * lib/compiler.c: Likewise.
8433 * lib/compiler.cc: Likewise.
8434 * lib/cp-support.exp: Likewise.
8435 * lib/gdb.exp: Likewise.
8436
bf401b07
SM
84372015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8438
8439 * configure.ac: Remove HP-UX case.
8440 * configure: Regenerate.
8441
aff9c0f8
SM
84422015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8443
8444 * lib/gdb.exp (gdb_compile): Add function doc.
8445
a6904d5a
PA
84462015-12-17 Pedro Alves <palves@redhat.com>
8447
8448 PR threads/19354
8449 * gdb.multi/info-threads.exp: New file.
8450
a22279dd
YQ
84512015-12-15 Yao Qi <yao.qi@linaro.org>
8452
8453 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8454 is aarch64*-*-*.
8455
0588c796
SL
84562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8457
8458 * gdb.base/history-duplicates.exp: Skip if no readline support.
8459
5d978e17
SL
84602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8461
8462 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8463
7e763b86
SL
84642015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8465
8466 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8467
87a3a92c
SL
84682015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8469
8470 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8471 ctrl-C if nointerrupts target property is set.
8472 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8473 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8474 * gdb.base/paginate-bg-execution.exp: Likewise.
8475 * gdb.base/paginate-execution-startup.exp: Likewise.
8476 * gdb.base/random-signal.exp: Likewise.
8477 * gdb.base/range-stepping.exp: Likewise.
8478 * gdb.cp/annota2.exp: Likewise.
8479 * gdb.cp/annota3.exp: Likewise.
8480 * gdb.gdb/selftest.exp: Likewise.
8481 * gdb.threads/continue-pending-status.exp: Likewise.
8482 * gdb.threads/leader-exit.exp: Likewise.
8483 * gdb.threads/manythreads.exp: Likewise.
8484 * gdb.threads/pthreads.exp: Likewise.
8485 * gdb.threads/schedlock.exp: Likewise.
8486 * gdb.threads/sigthread.exp: Likewise.
8487
a8f077dc
DB
84882015-12-11 Don Breazeal <donb@codesourcery.com>
8489
8490 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8491 remote.
8492 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8493 * gdb.base/foll-exec.exp (main): Enable for target remote.
8494 * gdb.base/foll-fork.exp (main): Likewise.
8495 * gdb.base/foll-vfork.exp (main): Likewise.
8496 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8497 (proc continue_to_exit_bp_loc): Use clean_restart.
8498 * gdb.base/pie-execl.exp (main): Disable for target remote.
8499 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8500 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8501 * gdb.threads/execl.exp (main): Likewise.
8502 * gdb.threads/fork-child-threads.exp (main): Likewise.
8503 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8504 remote.
8505 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8506 remote.
8507 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8508 pid.tid style ptids, instead of just tid.
8509 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8510 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8511 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8512 ptids, instead of just tid.
8513
3b2464a8
AB
85142015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8515
8516 * gdb.base/list.exp (test_list_forward): Add end of file error
8517 test.
8518 (test_repeat_list_command): Add end of file error test.
8519 (test_list_backwards): Add beginning of file error test.
8520
a0def019
AB
85212015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8522
8523 * gdb.base/list.exp (test_list_invalid_args): New function,
8524 defined, and called.
8525
5c000dff
AB
85262015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8527
8528 * gdb.base/list.exp (test_list): Make test names unique.
8529
f1637ebe
YQ
85302015-12-11 Yao Qi <yao.qi@linaro.org>
8531
8532 * gdb.base/coremaker2.c: Remove.
8533
36d6fc0a
PA
85342015-12-10 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.multi/base.exp: Remove stale "spaces" references.
8537
762f7747
PA
85382015-12-10 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.multi/base.exp: Don't use nowarnings.
8541 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8542 * gdb.multi/hangout.c: Include stdio.h.
8543 * gdb.multi/hello.c: Include stdlib.h.
8544 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8545 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8546 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8547
28d2bfb9
AB
85482015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8549
8550 * gdb.dwarf2/dw2-ranges-base.c: New file.
8551 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8552 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8553 support additional line table, and debug ranges generation.
8554 (Dwarf::ranges): New function, generate .debug_ranges.
8555 (Dwarf::lines): Support generating simple line table programs.
8556 (Dwarf::assemble): Initialise new namespace variables.
8557
5fc2beac
KB
85582015-12-09 Kevin Buettner <kevinb@redhat.com>
8559
8560 * gdb.base/async.exp (proc test_background): Add case for
8561 asynchronous execution not supported.
8562
1c35a88f
LM
85632015-12-09 Luis Machado <lgustavo@codesourcery.com>
8564
8565 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8566 format and change test names to make them unique.
8567
b593e3d9
RK
85682015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8569 Pedro Alves <pedro@redhat.com>
8570
8571 PR gdb/18702
8572 Add checking of floatformats setup on x86_64 hosts.
8573 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8574 (smallval, bigval): New labels/constants.
8575 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8576 float" after loading bigval and smallval.
8577
d72413e6
PMR
85782015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8579
8580 * gdb.ada/fun_overload_menu.exp: New testcase.
8581 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8582
ece66d65
JS
85832015-12-04 Josh Stone <jistone@redhat.com>
8584
8585 * gdb.base/catch-fork-static.exp: New.
8586
41d0efca
YQ
85872015-12-03 Yao Qi <yao.qi@linaro.org>
8588
8589 * gdb.base/sizeof.c: Don't include stdio.h and
8590 ../lib/unbuffer_output.c.
8591 (main): New variable 'size' and 'value'. Remove printf and
8592 gdb_unbuffer_output. Assign return value to size and value.
8593 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8594 at the beginning.
8595 (check_sizeof): Check the result by printing variable 'size'.
8596 (check_valueof): Check the result by printing variable 'value'.
8597
99fd02d9
YQ
85982015-12-01 Yao Qi <yao.qi@linaro.org>
8599
8600 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8601 for aarch64*-*-linux* target.
8602
f2faf941
PA
86032015-11-30 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8606
04bf20c5
PA
86072015-11-30 Pedro Alves <palves@redhat.com>
8608
8609 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8610 Handle non-stop mode vCont replies.
8611
09df4675
PA
86122015-11-30 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8615 prepare_for_testing. Start gdb with "set non-stop on" appended to
8616 GDBFLAGS. Lax expected stop output.
8617
58b584af
YQ
86182015-11-27 Yao Qi <yao.qi@linaro.org>
8619
8620 * gdb.arch/arm-neon.exp: New.
8621 * gdb.arch/arm-neon.c: New.
8622
dfcb77a8
YQ
86232015-11-27 Yao Qi <yao.qi@linaro.org>
8624
8625 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8626
88e8ec1b
YQ
86272015-11-27 Yao Qi <yao.qi@linaro.org>
8628
8629 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8630 frames-invalid annotation.
8631
bfde72c2
YQ
86322015-11-27 Yao Qi <yao.qi@linaro.org>
8633
8634 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8635
f6512a69
SM
86362015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8637
8638 * gdb.threads/names.exp: New file.
8639 * gdb.threads/names.c: New file.
8640 * README: Mention gdb,no_thread_names.
8641
46a3515b
MM
86422015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8643
8644 PR 19297
8645 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8646 support" error.
8647
62147a22
PA
86482015-11-24 Pedro Alves <palves@redhat.com>
8649
8650 PR 17539
8651 * gdb.base/display.exp: Expect displays to be sorted in ascending
8652 order. Use multi_line.
8653 * gdb.base/solib-display.exp: Likewise.
8654
2f341b6e
PA
86552015-11-24 Pedro Alves <palves@redhat.com>
8656
8657 PR 17539
25d49b86
PA
8658 * gdb.base/display.exp: Expect displays to be sorted in ascending
8659 order. Use multi_line.
8660 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8661
7e0aa6aa
PA
86622015-11-24 Pedro Alves <palves@redhat.com>
8663
8664 PR 17539
8665 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8666 threads in ascending order.
8667 * gdb.base/foll-fork.exp: Likewise.
8668 * gdb.base/foll-vfork.exp: Likewise.
8669 * gdb.base/multi-forks.exp: Likewise.
8670 * gdb.mi/mi-nonstop.exp: Likewise.
8671 * gdb.mi/mi-nsintrall.exp: Likewise.
8672 * gdb.multi/base.exp: Likewise.
8673 * gdb.multi/multi-arch.exp: Likewise.
8674 * gdb.python/py-inferior.exp: Likewise.
8675 * gdb.threads/break-while-running.exp: Likewise.
8676 * gdb.threads/execl.exp: Likewise.
8677 * gdb.threads/gcore-thread.exp: Likewise.
8678 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8679 * gdb.threads/kill.exp: Likewise.
8680 * gdb.threads/linux-dp.exp: Likewise.
8681 * gdb.threads/multiple-step-overs.exp: Likewise.
8682 * gdb.threads/next-bp-other-thread.exp: Likewise.
8683 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8684 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8685 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8686 * gdb.threads/thread-find.exp: Likewise.
8687 * gdb.threads/tls.exp: Likewise.
8688 * lib/mi-support.exp (mi_reverse_list): Delete.
8689 (mi_check_thread_states): No longer reverse list.
8690
2cc57ad8
PA
86912015-11-24 Pedro Alves <palves@redhat.com>
8692
8693 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8694 use lowercase.
8695
c93e8391
SM
86962015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8697
8698 * gdb.trace/actions.c: Include trace-common.h.
8699 (main): Add a location for a fast tracepoint.
8700 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8701 the normal tracepoints.
8702 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8703
045ccf91
SM
87042015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8705
8706 * save-trace.exp: Factor out code to these...
8707 (gdb_save_tracepoints): New.
8708 (gdb_load_tracepoints): New.
8709 (do_save_load_test): New.
8710
5506f9f6
KB
87112015-11-23 Kevin Buettner <kevinb@redhat.com>
8712
8713 * gdb.base/asmlabel.exp: New test.
8714 * gdb.base/asmlabel.c: New test case.
8715
16c3b12f
JB
87162015-11-23 Joel Brobecker <brobecker@adacore.com>
8717
8718 * gdb.base/wrong_frame_bt_full-main.c: New file.
8719 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8720 * gdb.base/wrong_frame_bt_full.exp: New file.
8721
155bfbd3
JB
87222015-11-23 Joel Brobecker <brobecker@adacore.com>
8723
8724 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8725
bb097445
JM
87262015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8727
206853a0 8728 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8729 pstate register when comparing registers values in
8730 sparc64-*-linux-gnu targets to avoid spurious differences.
8731
9c88ed8f
JM
87322015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8733
206853a0 8734 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8735
96161e25
SL
87362015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8737
8738 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8739 as type argument to gdb_compile.
8740 * gdb.base/nested-subp2.exp: Likewise.
8741 * gdb.base/nested-subp3.exp: Likewise.
8742
340c2830
DV
87432015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8744
8745 * lib/dwarf.exp (_note): Fix left shift of negative value.
8746 * gdb.trace/trace-condition.exp: Likewise.
8747
c1862d0f
YQ
87482015-11-13 Yao Qi <yao.qi@linaro.org>
8749
8750 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8751 comments about d10v.
8752 (test_scalar_returns): Likewise.
8753 * gdb.base/d10v.ld: Remove.
8754 * gdb.base/overlays.exp: Remove the target triplet checking for
8755 d10v-*-*.
8756 * gdb.base/structs.exp (test_struct_returns): Remove the
8757 comments about d10v.
8758 (test_struct_calls): Likewise.
8759
77ae9c19
YQ
87602015-11-13 Yao Qi <yao.qi@linaro.org>
8761
8762 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8763 * gdb.base/gnu_vector.c: Don't include stdio.h.
8764 (main): Don't print res and call add_some_intvecs.
8765
430e004e
MK
87662015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8767
8768 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8769 macro.
8770 (func5): Removed.
8771 (func4): Use FAST_TRACEPOINT_LABEL.
8772 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8773 macro.
8774 (func): Removed.
8775 (thread_function): Use FAST_TRACEPOINT_LABEL.
8776 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8777 (func): Remove.
8778 (marker): Use FAST_TRACEPOINT_LABEL.
8779 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8780 (pendfunc1): Remove.
8781 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8782 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8783 (foo): Remove.
8784 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8785 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8786 macro.
8787 (func): Remove.
8788 (marker): Use FAST_TRACEPOINT_LABEL.
8789 * gdb.trace/trace-common.h: New header.
8790 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8791 macro.
8792 (func): Remove.
8793 (marker): Use FAST_TRACEPOINT_LABEL.
8794 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8795 (func): Remove.
8796 (thread_function): Use FAST_TRACEPOINT_LABEL.
8797
6e7675a7
MK
87982015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8799
8800 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8801 in front.
8802 * gdb.trace/change-loc.exp: Use global pcreg definition.
8803 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8804 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8805 in front.
8806 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8807 * gdb.trace/pending.exp: Likewise.
8808 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8809 * gdb.trace/trace-break.exp: Likewise.
8810 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8811 in front.
8812 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8813 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8814 in front.
8815 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8816
dddc0e16
JB
88172015-11-09 Joel Brobecker <brobecker@adacore.com>
8818
8819 * gdb.ada/fin_fun_out: New testcase.
8820
c6f0b406
KB
88212015-11-07 Kevin Buettner <kevinb@redhat.com>
8822
8823 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8824 value associated with DW_AT_byte_size.
8825 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8826 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8827 DW_AT_upper_bound.
8828
f01dcfd9
KB
88292015-11-07 Kevin Buettner <kevinb@redhat.com>
8830
8831 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8832 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8833 version.
8834 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8835 gdb.dwarf2/dw2-canonicalize-type.exp,
8836 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8837 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8838 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8839 provided by gdb_target_symbol_prefix_flags_asm.
8840 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8841 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8842 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8843 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8844 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8845 macros where needed). Use this macro for symbols which require
8846 the prefix provided by SYMBOL_PREFIX.
8847
2223449a
KB
88482015-11-05 Kevin Buettner <kevinb@redhat.com>
8849
8850 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8851 New procs.
8852 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8853 representing expressions, of more than one list element.
8854 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8855 to prepend linker symbol prefix to f.
8856 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8857 table_1 and table_2.
8858 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8859 Likewise, for f and g.
8860 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8861 for ptr.
8862 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8863 for main.
8864 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8865 table_1_ptr and table_2_ptr.
8866
6f2f1a3a
JK
88672015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8868 Joel Brobecker <brobecker@adacore.com>
8869
8870 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8871
566c56c9
MK
88722015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8873
8874 * gdb.reverse/s390-mvcle.c: New test.
8875 * gdb.reverse/s390-mvcle.exp: New file.
8876 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8877
d5f0636b
MK
88782015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8879
8880 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8881
7ad8b86c
MK
88822015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8883
8884 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8885 reaching marker2.
8886 * gdb.reverse/getresuid-reverse.exp: Likewise.
8887 * gdb.reverse/pipe-reverse.exp: Likewise.
8888 * gdb.reverse/readv-reverse.exp: Likewise.
8889 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8890 * gdb.reverse/time-reverse.exp: Likewise.
8891 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8892
4081c0f1
YQ
88932015-10-30 Yao Qi <yao.qi@linaro.org>
8894
8895 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8896 (empty_cycle): Remove.
8897 (main): Don't call empty_cycle. Don't use watch_count_done.
8898 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8899 empty_cycle. Rewrite the code counting HW watchpoints.
8900
452b4ba5
MK
89012015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8902
8903 * gdb.reverse/fstatat-reverse.c: New test.
8904 * gdb.reverse/fstatat-reverse.exp: New file.
8905 * gdb.reverse/getresuid-reverse.c: New test.
8906 * gdb.reverse/getresuid-reverse.exp: New file.
8907 * gdb.reverse/pipe-reverse.c: New test.
8908 * gdb.reverse/pipe-reverse.exp: New file.
8909 * gdb.reverse/readv-reverse.c: New test.
8910 * gdb.reverse/readv-reverse.exp: New file.
8911 * gdb.reverse/recvmsg-reverse.c: New test.
8912 * gdb.reverse/recvmsg-reverse.exp: New file.
8913 * gdb.reverse/time-reverse.c: New test.
8914 * gdb.reverse/time-reverse.exp: New file.
8915 * gdb.reverse/waitpid-reverse.c: New test.
8916 * gdb.reverse/waitpid-reverse.exp: New file.
8917
5e2e7507
JK
89182015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8919
8920 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8921
0fde2c53
DE
89222015-10-26 Doug Evans <dje@google.com>
8923
8924 PR symtab/17391
8925 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8926 * gdb.dwarf2/bad-regnum.c: New file.
8927 * gdb.dwarf2/bad-regnum.exp: New file.
8928
1a70ae97
DE
89292015-10-26 Doug Evans <dje@google.com>
8930
8931 PR python/18938
8932 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8933 file.
8934
27dc26ab
JK
89352015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8938 for a change by "Mention language in compile error message".
8939
bed91f4d
SM
89402015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8941
8942 PR python/18073
8943 * gdb.python/py-type.c (C::a_method): New.
8944 (C::a_const_method): New.
8945 (C::a_static_method): New.
8946 (a_function): New.
8947 * gdb.python/py-type.exp (test_fields): Test getting fields
8948 from function and method.
8949
3f2f83dd
KB
89502015-10-21 Keven Boell <keven.boell@intel.com>
8951
8952 * gdb.fortran/vla-alloc-assoc.exp: New file.
8953 * gdb.fortran/vla-datatypes.exp: New file.
8954 * gdb.fortran/vla-datatypes.f90: New file.
8955 * gdb.fortran/vla-history.exp: New file.
8956 * gdb.fortran/vla-ptype-sub.exp: New file.
8957 * gdb.fortran/vla-ptype.exp: New file.
8958 * gdb.fortran/vla-sizeof.exp: New file.
8959 * gdb.fortran/vla-sub.f90: New file.
8960 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8961 * gdb.fortran/vla-value-sub-finish.exp: New file.
8962 * gdb.fortran/vla-value-sub.exp: New file.
8963 * gdb.fortran/vla-value.exp: New file.
8964 * gdb.fortran/vla-ptr-info.exp: New file.
8965 * gdb.mi/mi-vla-fortran.exp: New file.
8966 * gdb.mi/vla.f90: New file.
8967
27145d50
SL
89682015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8969
8970 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8971 of hardwired timeout value.
8972
5f3ff4f8
JK
89732015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8974 Pedro Alves <palves@redhat.com>
8975
8976 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8977 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8978
bfd09d20
JS
89792015-10-19 Josh Stone <jistone@redhat.com>
8980
8981 * gdb.base/catch-syscall.c: Include <sched.h>.
8982 (unknown_syscall): New variable.
8983 (main): Trigger a vfork and an unknown syscall.
8984 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8985 (unknown_syscall_number): Likewise.
8986 (check_call_to_syscall): Accept an optional syscall pattern.
8987 (check_return_from_syscall): Likewise.
8988 (check_continue): Likewise.
8989 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8990 (test_catch_syscall_skipping_return): New test toggling off 'catch
8991 syscall' to step over the syscall return, then toggling back on.
8992 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8993 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8994 (do_syscall_tests): Call test_catch_syscall_without_args and
8995 test_catch_syscall_mid_vfork.
8996 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8997 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8998
b32b93c6
AS
89992015-10-19 Andrew Stubbs <ams@codesourcery.com>
9000
9001 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9002 print g_vE): Add new pass patterns.
9003 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9004 print various symbol names for vptr fields.
9005
9d622bda
AB
90062015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9007
9008 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9009 results.
9010
0fd8ac1c
YQ
90112015-10-12 Yao Qi <yao.qi@linaro.org>
9012
9013 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9014
34240514
YQ
90152015-10-12 Yao Qi <yao.qi@linaro.org>
9016
9017 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9018 is aarch64*-*-linux*.
9019
8240f442
YQ
90202015-10-12 Yao Qi <yao.qi@linaro.org>
9021
9022 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9023 (can_relocate_bcond_true): ... it.
9024 (can_relocate_bcond_false): New function.
9025 (foo): Likewise.
9026 (can_relocate_bl): Likewise.
9027 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9028 can_relocate_bl.
9029
2520f728
PMR
90302015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9031
9032 * gdb.base/nested-addr.c: New file.
9033 * gdb.base/nested-addr.exp: New testcase.
9034
abcef95a
MM
90352015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9036
9037 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9038 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9039 its output. Ignore the output of "record goto begin" and instead
9040 check that GDB is replaying.
9041
145e3ddb
PA
90422015-10-09 Pedro Alves <palves@redhat.com>
9043
9044 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9045 (top level): Use it in the run with no args test.
9046
d5d8c4e1
IB
90472015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9048
9049 * gdb.dlang/properties.exp: New file.
9050
06e635ef
SL
90512015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9052
9053 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9054 whether or not address 0x1000 is mapped on the target.
9055
e019fd1d
SM
90562015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9057
9058 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9059 build.
9060
77ba2a67
MM
90612015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9062
9063 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9064 instruction-history test.
9065
c60eb31f
DE
90662015-09-28 Doug Evans <dje@google.com>
9067
9068 * gdb.base/gcore.c (array_func): Add reference to static_array.
9069
9a3c8263
SM
90702015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9071
9072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9073 source line.
9074
9720e656
SL
90752015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9076
9077 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9078 short or char as base type.
9079
938d3bf2
SL
90802015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9081
9082 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9083 to allow any size enum.
9084
e6c2c623
PMR
90852015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9086
9087 * gdb.ada/array_ptr_renaming.exp: New testcase.
9088 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9089 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9090
06da0f77
PL
90912015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9092
9093 * gdb.trace/ftrace-lock.c: New file.
9094 * gdb.trace/ftrace-lock.exp: New file.
9095
4f51c22a
PL
90962015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9097
9098 * gdb.arch/insn-reloc.c: New file.
9099 * gdb.arch/ftrace-insn-reloc.exp: New file.
9100
7041adf4
PL
91012015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9102
9103 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9104 instruction.
9105 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9106 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9107 * gdb.trace/range-stepping.c: Likewise.
9108 * gdb.trace/trace-break.c: Likewise.
9109 * gdb.trace/trace-mt.c (thread_function): Likewise.
9110 * gdb.trace/ftrace.c (marker): Likewise.
9111 * gdb.trace/trace-condition.c (marker): Likewise.
9112 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9113 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9114 is_aarch64_target.
9115
015d2e7e
DE
91162015-09-18 Doug Evans <xdje42@gmail.com>
9117
9118 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9119 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9120
26b188a2
SL
91212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9122
9123 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9124 the breakpoint.
9125
79dc332b
SL
91262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9127
9128 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9129 the pending breakpoint. Remove timeout override for "Run till
9130 MI pending breakpoint on pendfunc3 on thread 2" test.
9131
f57929f2
SL
91322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9133
9134 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9135 filename pattern.
9136
3f469b17
SL
91372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9138
9139 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9140 in breakpoint filename pattern.
9141
515b89b3
SL
91422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9143
7800dbe4
SL
9144 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9145
91462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9147
515b89b3
SL
9148 * gdb.linespec/explicit.exp: Check for readline support for
9149 tab-completion tests. Fix obvious typo.
9150
d2939ba2
MM
91512015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9152
9153 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9154 and replay.
9155
cbb55fa7
MM
91562015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9157
9158 * gdb.btrace/non-stop.c: New.
9159 * gdb.btrace/non-stop.exp: New.
9160
43691ca1
PL
91612015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9162 Yao Qi <yao.qi@linaro.org>
9163
9164 * gdb.trace/trace-condition.c: New file.
9165 * gdb.trace/trace-condition.exp: New file.
9166
d78908cf
WW
91672015-09-16 Wei-cheng Wang <cole945@gmail.com>
9168
9169 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9170 for testing bytecode compilation.
9171
1ed415e2
PA
91722015-09-16 Pedro Alves <palves@redhat.com>
9173 Sandra Loosemore <sandra@codesourcery.com>
9174
9175 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9176 (SECONDS): Redefine.
9177 (main): Call pthread_kill and alarm early.
9178 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9179 support.
9180 (test): If the target can't hardware step and doesn't support
9181 displaced stepping, increase the timeout.
9182
d136eff5
PA
91832015-09-16 Pedro Alves <palves@redhat.com>
9184
9185 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9186 (enable_debug): New procedures.
9187 (test): Use them. Bail out if waiting for threads fails.
9188 (top level): Bail out if a test fails.
9189
991f019c
YQ
91902015-09-16 Yao Qi <yao.qi@linaro.org>
9191
9192 * gdb.asm/asm-source.exp: Set asm-arch for
9193 aarch64*-*-* target.
9194 * gdb.asm/aarch64.inc: New file.
9195
bfca584f
PMR
91962015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9197
9198 * gdb.ada/array_of_variable_length.exp: New testcase.
9199 * gdb.ada/array_of_variable_length/foo.adb: New file.
9200 * gdb.ada/array_of_variable_length/pck.adb: New file.
9201 * gdb.ada/array_of_variable_length/pck.ads: New file.
9202
b326e587
DE
92032015-09-15 Doug Evans <dje@google.com>
9204
9205 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9206 of function static local variable.
9207
5382cfab
PW
92082015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9209
9210 * gdb.threads/tls-so_extern.exp: New test file.
9211 * gdb.threads/tls-so_extern.c: New test file.
9212 * gdb.threads/tls-so_extern_main.c: New test file.
9213
141c5cc4
JK
92142015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9215
9216 * gdb.opt/solib-intra-step-lib.c: New file.
9217 * gdb.opt/solib-intra-step-main.c: New file.
9218 * gdb.opt/solib-intra-step.exp: New file.
9219
d15dcecd
PA
92202015-09-15 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9223 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9224
4c2f2a79
PA
92252015-09-14 Pedro Alves <palves@redhat.com>
9226
9227 * gdb.base/hook-stop-continue.c: Delete.
9228 * gdb.base/hook-stop-continue.exp: Delete.
9229 * gdb.base/hook-stop-frame.c: Delete.
9230 * gdb.base/hook-stop-frame.exp: Delete.
9231 * gdb.base/hook-stop.c: New file.
9232 * gdb.base/hook-stop.exp: New file.
9233
919e6dbe
PMR
92342015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9235
9236 * gdb.ada/access_to_packed_array.exp: New testcase.
9237 * gdb.ada/access_to_packed_array/foo.adb: New file.
9238 * gdb.ada/access_to_packed_array/pack.adb: New file.
9239 * gdb.ada/access_to_packed_array/pack.ads: New file.
9240
157280a4
MM
92412015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9242
9243 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9244 buffer size test.
9245
2fd33e94
DB
92462015-09-11 Don Breazeal <donb@codesourcery.com>
9247
9248 * gdb.base/foll-exec.c: Add copyright header. Fix
9249 formatting issues.
9250 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9251 (do_exec_tests): Use clean_restart in place of zap_session,
9252 and for test initialization. Fix formatting issues. Use
9253 fail in place of perror.
9254 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9255 an expect statement to match an expression with output from
9256 the program under debug.
9257 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9258 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9259 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9260 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9261 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9262
e70b6e8e
DE
92632015-09-09 Doug Evans <dje@google.com>
9264
9265 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9266
7a551a51
DE
92672015-09-09 Doug Evans <dje@google.com>
9268
9269 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9270
4c666f84
DE
92712015-09-09 Doug Evans <dje@google.com>
9272
9273 * gdb.base/savedregs.exp: Fix typo.
9274
243a9253
PA
92752015-09-09 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9278
c0fa8fbd
SL
92792015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9280
9281 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9282 command actually switches threads. Give up on remaining
9283 tests if target fails to stop at breakpoint.
9284
cd7c1778
PMR
92852015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9286
9287 * gdb.ada/funcall_char.exp: New testcase.
9288 * gdb.ada/funcall_char/foo.adb: New file.
9289
dc5c8746
PMR
92902015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9291
9292 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9293 expected outputs. Add two testcases for completing ambiguous
9294 functions.
9295 * gdb.ada/complete/aux_pck.adb: New file.
9296 * gdb.ada/complete/aux_pck.ads: New file.
9297 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9298 Ambiguous_Func functions.
9299 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9300 * gdb.ada/complete/pck.adb: Likewise.
9301
4e83a1e7
UW
93022015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9303
9304 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9305 failures to run the test program under GDB.
9306
8ce74153
LM
93072015-08-26 Luis Machado <lgustavo@codesourcery.com>
9308
9309 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9310 to C.
9311
e9756d52
PP
93122015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9313
9314 * gdb.base/run-after-attach.exp: New test file.
9315 * gdb.base/run-after-attach.c: New test file.
9316
8d37573b
DB
93172015-08-26 Don Breazeal <donb@codesourcery.com>
9318
9319 * gdb.base/foll-exec-2.c: New test program.
9320 * gdb.base/foll-exec-2.exp: New test.
9321
63e43d3a
PMR
93222015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9323
9324 * gdb.base/nested-subp1.exp: New file.
9325 * gdb.base/nested-subp1.c: New file.
9326 * gdb.base/nested-subp2.exp: New file.
9327 * gdb.base/nested-subp2.c: New file.
9328 * gdb.base/nested-subp3.exp: New file.
9329 * gdb.base/nested-subp3.c: New file.
9330
3d40fbb5
PA
93312015-08-24 Pedro Alves <palves@redhat.com>
9332
9333 * gdb.server/connect-without-multi-process.c: New file.
9334 * gdb.server/connect-without-multi-process.exp: New file.
9335
4422ac93
LM
93362015-08-24 Luis Machado <lgustavo@codesourcery.com>
9337
9338 * gdb.opt/inline-markers.c: Make z int.
9339
91dddb86
LM
93402015-08-24 Luis Machado <lgustavo@codesourcery.com>
9341
9342 * gdb.opt/inline-markers.c: Make z volatile.
9343
a48847ee
LM
93442015-08-24 Luis Machado <lgustavo@codesourcery.com>
9345
9346 * gdb.opt/inline-bt.c: New volatile global z.
9347 * gdb.opt/inline-cmds.c: Likewise.
9348 * gdb.opt/inline-locals.c: Likewise.
9349 * gdb.opt/inline-markers.c: New extern global z.
9350 (marker): Use z.
9351 (inline_fn): Likewise.
9352
0ebbc52b
PA
93532015-08-24 Pedro Alves <palves@redhat.com>
9354
9355 * config/m32r-stub.exp: Remove file.
9356 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9357 * gdb.base/call-rt-st.exp: Likewise.
9358 * gdb.base/call-strs.exp: Likewise.
9359 * gdb.base/default.exp: Remove references to h8300-*-hms and
9360 *-*-udi*.
9361 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9362
77c365df
AA
93632015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9364
9365 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9366 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9367 and "return" use KFAIL when GDB can not read/write the vector
9368 return value.
9369
4313b8c0
GB
93702015-08-21 Gary Benson <gbenson@redhat.com>
9371
9372 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9373
0e433b32
PA
93742015-08-20 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.server/solib-list.exp: No longer expect an interior stop in
9377 non-stop mode.
9378
221e1a37
PA
93792015-08-20 Pedro Alves <palves@redhat.com>
9380
9381 * gdb.server/connect-stopped-target.c: New file.
9382 * gdb.server/connect-stopped-target.exp: New file.
9383
40e3ad0e
PA
93842015-08-20 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.dwarf2/comp-unit-lang.exp: New file.
9387 * gdb.dwarf2/comp-unit-lang.c: New file.
9388
af39b327
PMR
93892015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9390
9391 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9392 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9393
7d45c7c3 93942015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9395
7d45c7c3
KB
9396 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9397 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9398
4d6cceb4
DE
93992015-08-18 Doug Evans <dje@google.com>
9400 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9401
9402 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9403 skip_python_tests. New arg prompt_regexp.
9404 (skip_python_tests): New function.
9405 * lib/mi-support.exp (mi_skip_python_tests): New function.
9406 * gdb.python/py-mi-objfile-gdb.py: New file.
9407 * gdb.python/py-mi-objfile.c: New file.
9408 * gdb.python/py-mi-objfile.exp: New file.
9409
ad89c2aa
KS
94102015-08-17 Keith Seitz <keiths@redhat.com>
9411
9412 * gdb.linespec/explicit.exp: Move strace test from here ...
9413 * gdb.trace/strace.exp: ... to here.
9414
e3ae3c43
PP
94152015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9416
9417 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9418 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9419
604b2636
DE
94202015-08-14 Doug Evans <xdje42@gmail.com>
9421
9422 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9423 inferior before selecting a new file.
9424
6ff0ba5f
DE
94252015-08-14 Doug Evans <xdje42@gmail.com>
9426
9427 * gdb.mi/mi-disassemble.exp: Update.
9428 * gdb.base/disasm-optim.S: New file.
9429 * gdb.base/disasm-optim.c: New file.
9430 * gdb.base/disasm-optim.h: New file.
9431 * gdb.base/disasm-optim.exp: New file.
9432
9ca98f92
KS
94332015-08-14 Keith Seitz <keiths@redhat.com>
9434
9435 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9436 "evaluated-by".
9437
52bbc560
JB
94382015-08-13 Joel Brobecker <brobecker@adacore.com>
9439
9440 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9441
5d8c3ed3
PMR
94422015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9443
9444 * gdb.ada/fun_renaming.exp: New testcase.
9445 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9446 * gdb.ada/fun_renaming/pack.adb: New file.
9447 * gdb.ada/fun_renaming/pack.ads: New file.
9448
ea8812bc
KS
94492015-08-12 Keith Seitz <keiths@redhat.com>
9450
9451 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9452 gdb_get_line_number.
9453
4dafcdeb
JB
94542015-08-12 Joel Brobecker <brobecker@adacore.com>
9455
9456 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9457 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9458 gdb.base/dso2dso.exp: New files.
9459
5ba32597
SDJ
94602015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9461 Pedro Alves <palves@redhat.com>
9462 Keith Seitz <keiths@redhat.com>
9463
9464 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9465 GDBFLAGS.
9466
b6dafabf
PP
94672015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9468
9469 * gdb.base/gdbhistsize-history.exp
9470 (test_histsize_history_setting): Use save_vars.
9471 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9472 Use save_vars.
9473 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9474 * gdb.base/readline.exp: Use save_vars.
9475
abe8e607
PP
94762015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9477
9478 * lib/gdb.exp (save_vars): New proc.
9479
629500fa
KS
94802015-08-11 Keith Seitz <keiths@redhat.com>
9481
9482 * gdb.base/help.exp: Update help_breakpoint_text.
9483
eb8c4e2e
KS
94842015-08-11 Keith Seitz <keiths@redhat.com>
9485
9486 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9487 (at toplevel): Call test_explicit_breakpoints.
9488 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9489 breakpoints.
9490 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9491 breakpoint conditions, "-cond".
9492
87f0e720
KS
94932015-08-11 Keith Seitz <keiths@redhat.com>
9494
9495 * gdb.linespec/3explicit.c: New file.
9496 * gdb.linespec/cpexplicit.cc: New file.
9497 * gdb.linespec/cpexplicit.exp: New file.
9498 * gdb.linespec/explicit.c: New file.
9499 * gdb.linespec/explicit.exp: New file.
9500 * gdb.linespec/explicit2.c: New file.
9501 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9502 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9503 before using in the matching pattern.
9504 Clarify that `prefix' is a regular expression.
9505
f00aae0f
KS
95062015-08-11 Keith Seitz <keiths@redhat.com>
9507
9508 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9509 test.
9510 Add tests for missing ",FMT" and ",".
9511
e27852be
DE
95122015-08-10 Doug Evans <dje@google.com>
9513 Keith Seitz <keiths@redhat.com>
9514
9515 PR gdb/17960
9516 * gdb.base/completion.exp: Add location completer tests.
9517
7f03bd92
PA
95182015-08-07 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9521 tests here.
9522 (top level): Run do_test with and without displaced stepping.
9523
3fc8eb30
PA
95242015-08-07 Pedro Alves <palves@redhat.com>
9525
9526 * gdb.base/valgrind-disp-step.c: New file.
9527 * gdb.base/valgrind-disp-step.exp: New file.
9528
d4569d7b
PA
95292015-08-07 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9532 Delete function.
9533 (main): Add alarm. Run an infinite loop instead of calling
9534 wait_threads.
9535 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9536 comment.
9537 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9538 Delete function.
9539 (main): Add alarm. Run an infinite loop instead of calling
9540 wait_threads.
9541 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9542 comment.
9543
e1316e60
PA
95442015-08-07 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.base/checkpoint-ns.exp: New file.
9547 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9548 standard_testfile.
9549
da8c46d2
MM
95502015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9551
9552 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9553 * gdb.btrace/instruction_history.exp: Update.
9554 * gdb.btrace/tsx.exp: New.
9555 * gdb.btrace/tsx.c: New.
9556
de1c2c52
PA
95572015-08-06 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9560 increase timeout.
9561 * gdb.reverse/until-precsave.exp: Bump timeouts.
9562
782e0bf4
PA
95632015-08-06 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9566
83e97ed0
PA
95672015-08-06 Pedro Alves <palves@redhat.com>
9568
9569 PR gdb/18749
9570 * gdb.threads/process-dies-while-handling-bp.c: New file.
9571 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9572
863d01bd
PA
95732015-08-06 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9576 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9577
0a39bb32
PA
95782015-08-05 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9581 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9582
ee2d2b10
SL
95832015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9584
9585 * gdb.base/bp-permanent.exp: Report test as unsupported if
9586 the target cannot stop at the permanent breakpoint.
9587
4e1bdb00
DE
95882015-08-03 Doug Evans <dje@google.com>
9589
9590 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9591 10000.
9592
3d338901
DE
95932015-08-03 Doug Evans <dje@google.com>
9594
9595 * Makefile.in (workers/%.worker, build-perf): New rule.
9596 (GDB_PERFTEST_MODE): New variable.
9597 (check-perf): Use it.
9598 (clean): Clean up gdb.perf parallel build subdirs.
9599 * lib/build-piece.exp: New file.
9600 * lib/gdb.exp (make_gdb_parallel_path): New function
9601 (standard_output_file, standard_temp_file): Call it.
9602 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9603 of $GDB_PARALLEL.
9604 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9605
af061d3e
DE
96062015-08-03 Doug Evans <dje@google.com>
9607
8e1afc81 9608 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9609 (LOG_FILE_NAME): New global.
9610 (TextReporter.__init__): Initialize self.txt_sum.
9611 (TextReporter.report): Add support for multiple data-points.
9612 Move report to perftest.sum, put raw data in perftest.log.
9613 (TextReporter.start): Open sum and log files.
9614 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9615 * gdb.perf/lib/perftest/testresult.py
9616 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9617
2c8c5d37
PA
96182015-07-31 Pedro Alves <palves@redhat.com>
9619
9620 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9621 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9622 kill_wait_spawned_process instead of explicit "kill -9".
9623 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9624 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9625 kill_wait_spawned_process.
9626 * gdb.base/attach-twice.exp: Likewise.
9627 * gdb.base/attach.exp: Likewise.
9628 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9629 gdb_test_multiple.
9630 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9631 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9632 kill_wait_spawned_process.
9633 * gdb.base/valgrind-infcall.exp: Likewise.
9634 * gdb.multi/multi-attach.exp: Likewise.
9635 * gdb.python/py-prompt.exp: Likewise.
9636 * gdb.python/py-sync-interp.exp: Likewise.
9637 * gdb.server/ext-attach.exp: Likewise.
9638 * gdb.threads/attach-into-signal.exp (corefunc): Use
9639 spawn_wait_for_attach, spawn_id_get_pid and
9640 kill_wait_spawned_process.
9641 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9642 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9643 spawn_id_get_pid and kill_wait_spawned_process.
9644 * gdb.threads/attach-stopped.exp (corefunc): Use
9645 spawn_wait_for_attach, spawn_id_get_pid and
9646 kill_wait_spawned_process.
9647 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9648 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9649 kill_wait_spawned_process instead of explicit "kill -9".
9650 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9651 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9652 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9653 processes. Don't map cygwin/windows pids here. Now returns a
9654 spawn id list.
9655
032a0fca
SL
96562015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9657
9658 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9659 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9660 correct patch.
9661
61a934ca
SL
96622015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9663
9664 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9665
4bc4d428
SL
96662015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9667
9668 Reapply:
9669 2014-05-21 Mark Wielaard <mjw@redhat.com>
9670
9671 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9672
998d452a
PA
96732015-07-30 Pedro Alves <palves@redhat.com>
9674
9675 * linux-low.c (handle_extended_wait): Set the child's last
9676 reported status to TARGET_WAITKIND_STOPPED.
9677
69dde7dc
PA
96782015-07-30 Pedro Alves <palves@redhat.com>
9679
9680 PR threads/18600
9681 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9682 only shows inferior 1.
9683
4dd63d48
PA
96842015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9685 Pedro Alves <palves@redhat.com>
9686
9687 PR threads/18600
9688 * gdb.threads/fork-plus-threads.c: New file.
9689 * gdb.threads/fork-plus-threads.exp: New file.
9690
d618e4c5
PP
96912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9692
9693 * gdb.base/batch-preserve-term-settings.exp
9694 (test_terminal_settings_preserved_after_cli_exit): Use
9695 send_quit_command.
9696
1eef6428
PA
96972015-07-29 Pedro Alves <palves@redhat.com>
9698 Don Breazeal <donb@codesourcery.com>
9699
9700 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9701 output from both inferior_spawn_id and gdb_spawn_id.
9702
7da5b897
SDJ
97032015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9704
9705 * gdb.threads/attach-into-signal.exp (corefunc): Use
9706 with_test_prefix on nested loops, uniquefying the test messages.
9707
dac804df
SDJ
97082015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9709
9710 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9711 commit.
9712
06265e53
PP
97132015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9714
9715 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9716 New proc.
9717 (test_terminal_settings_preserved_after_sigterm): New test.
9718
18206ca3
PP
97192015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9720
9721 * gdb.base/batch-preserve-term-settings.exp
9722 (test_terminal_settings_preserved_after_cli_exit): New test.
9723
90074d11
PP
97242015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9725
9726 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9727 manipulation of saved_gdbflags.
9728 (test_terminal_settings_preserved): Remove global declaration of
9729 the unused variable pagination_prompt. Remove manipulation of
9730 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9731 GDBFLAGS.
9732
eb1a7902
PA
97332015-07-29 Pedro Alves <palves@redhat.com>
9734
9735 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9736
8b75dd3b
PA
97372015-07-29 Pedro Alves <palves@redhat.com>
9738
9739 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9740 at the top.
9741
dedad4e3
PA
97422015-07-29 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9745 (main): Call gdb_unbuffer_output.
9746 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9747 (main): Call gdb_unbuffer_output.
9748 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9749 (main): Call gdb_unbuffer_output.
9750 * gdb.base/call-strs.exp: Adjust to step over the
9751 gdb_unbuffer_output call.
9752 * gdb.base/catch-gdb-caused-signals.c: Include
9753 "../lib/unbuffer_output.c".
9754 (main): Call gdb_unbuffer_output.
9755 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9756 (main): Call gdb_unbuffer_output.
9757 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9758 (main): Call gdb_unbuffer_output.
9759 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9760 (main): Call gdb_unbuffer_output.
9761 * gdb.base/shlib-call.exp: Adjust to step over the
9762 gdb_unbuffer_output call.
9763 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9764 (main): Call gdb_unbuffer_output.
9765 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9766 (main): Call gdb_unbuffer_output.
9767 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9768 (main): Rename to ...
9769 (test): ... this.
9770 (main): Reimplement.
9771 * gdb.base/varargs.exp: Run to test instead of to main.
9772 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9773 (main): Call gdb_unbuffer_output.
9774
58789a91
PA
97752015-07-29 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9778 factore out from mi_continue_dprintf. For call-style dprintfs,
9779 expect dprintf output out of $inferior_spawn_id.
9780 (mi_continue_dprintf): Use mi_expect_dprintf.
9781 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9782 (main): Call gdb_unbuffer_output.
9783
e8376742
PA
97842015-07-29 Pedro Alves <palves@redhat.com>
9785
9786 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9787 (default_mi_gdb_start): Set inferior_spawn_id instead of
9788 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9789 gdb_spawn_id.
9790 (mi_gdb_test): Always expect inferior output from both
9791 $inferior_spawn_id and $gdb_spawn_id.
9792
08280010
PA
97932015-07-29 Pedro Alves <palves@redhat.com>
9794
9795 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9796 send_inferior and $inferior_spawn_id.
9797
4d30e432
PA
97982015-07-29 Pedro Alves <palves@redhat.com>
9799
9800 * gdb.gdb/complaints.exp (test_initial_complaints)
9801 (test_serial_complaints, test_short_complaints): Use
9802 gdb_test_stdio.
9803 (test_empty_complaint): Handle $inferior_spawn_id !=
9804 $gdb_spawn_id.
9805
0d30a335
PA
98062015-07-29 Pedro Alves <palves@redhat.com>
9807
9808 * gdb.base/varargs.exp: Use gdb_test_stdio.
9809
39413b29
PA
98102015-07-29 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9813
7cb000a9
PA
98142015-07-29 Pedro Alves <palves@redhat.com>
9815
9816 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9817
d7b8ac82
PA
98182015-07-29 Pedro Alves <palves@redhat.com>
9819
9820 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9821 parameter into two new parameters, "inf_result" and "gdb_result".
9822 Expect inferior output and gdb output from $inferior_spawn_id and
9823 $gdb_spawn_id, respectively. Adjust all callers.
9824
789c3a0c
PA
98252015-07-29 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9828 of gdb_test_sequence.
9829
77e760c3
PA
98302015-07-29 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9833 (saw_spurious_output): Expect inferior output from
9834 $inferior_spawn_id. Use gdb_test_stdio.
9835
8396d2cd
PA
98362015-07-29 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.base/dprintf.exp: Use standard_testfile. Change
9839 prepare_for_testing call.
9840 (srcfile): Don't set.
9841 (restart): New procedure.
9842 (test_dprintf): New procecure, use to continue over dprintfs.
9843 (test_call, test_agent): New procedures, tests moved here.
9844 Restart gdb and recreate dprintfs. Adjust expected output.
9845
2051d61f
PA
98462015-07-29 Pedro Alves <palves@redhat.com>
9847
9848 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9849
452397af
PA
98502015-07-29 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9853
8aed9555
PA
98542015-07-29 Pedro Alves <palves@redhat.com>
9855
9856 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9857 gdb_test_stdio.
9858
188a61b4
PA
98592015-07-29 Pedro Alves <palves@redhat.com>
9860
9861 * lib/gdb.exp (gdb_test_stdio): New procedure.
9862
12264a45
PA
98632015-07-29 Pedro Alves <palves@redhat.com>
9864
9865 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9866
23ffc893
PA
98672015-07-29 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.base/call-signal-resume.exp: Remove check for
9870 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9871 * gdb.base/unwindonsignal.exp: Likewise.
9872 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9873 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9874
65566918
PA
98752015-07-29 Pedro Alves <palves@redhat.com>
9876
9877 * gdb.base/siginfo-addr.c (pass): New function.
9878 (handler): Call it iff si_addr is correct.
9879 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9880 Set a breakpoint at "pass" and continue to it.
9881
d60a9221
SDJ
98822015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9883
9884 * gdb.python/py-objfile.exp: Make some tests have unique names.
9885 * gdb.python/py-pp-registration.exp: Likewise.
9886
bde40b8f
PA
98872015-07-28 Pedro Alves <palves@redhat.com>
9888
9889 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9890
13e1dec8
SM
98912015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9892
9893 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9894
da33c9a7
SM
98952015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9896
9897 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9898
077836f7
PP
98992015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9900
9901 * gdb.base/gdb-sigterm-2.exp: New test.
9902
b8cc7b2e
DE
99032015-07-25 Doug Evans <xdje42@gmail.com>
9904
9905 Revert:
9906 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9907 (workers/%.worker, build-perf): New rule.
9908 (GDB_PERFTEST_MODE): New variable.
9909 (check-perf): Use it.
9910 (clean): Clean up gdb.perf parallel build subdirs.
9911 * lib/build-piece.exp: New file.
9912 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9913 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9914 name.
9915 (standard_temp_file): Ditto.
9916 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9917 of $GDB_PARALLEL.
9918
c8bd4544
DE
99192015-07-24 Doug Evans <dje@google.com>
9920
9921 * gdb.perf/lib/perftest/utils.py: New file.
9922 * gdb.perf/gm-hello.cc: New file.
9923 * gdb.perf/gm-pervasive-typedef.cc: New file.
9924 * gdb.perf/gm-pervasive-typedef.h: New file.
9925 * gdb.perf/gm-std.cc: New file.
9926 * gdb.perf/gm-std.h: New file.
9927 * gdb.perf/gm-use-cerr.cc: New file.
9928 * gdb.perf/gm-utils.h: New file.
9929 * gdb.perf/gmonster-null-lookup.py: New file.
9930 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9931 * gdb.perf/gmonster-print-cerr.py: New file.
9932 * gdb.perf/gmonster-ptype-string.py: New file.
9933 * gdb.perf/gmonster-runto-main.py: New file.
9934 * gdb.perf/gmonster-select-file.py: New file.
9935 * gdb.perf/gmonster1-null-lookup.exp: New file.
9936 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9937 * gdb.perf/gmonster1-print-cerr.exp: New file.
9938 * gdb.perf/gmonster1-ptype-string.exp: New file.
9939 * gdb.perf/gmonster1-runto-main.exp: New file.
9940 * gdb.perf/gmonster1-select-file.exp: New file.
9941 * gdb.perf/gmonster1.cc: New file.
9942 * gdb.perf/gmonster1.exp: New file.
9943 * gdb.perf/gmonster2-null-lookup.exp: New file.
9944 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9945 * gdb.perf/gmonster2-print-cerr.exp: New file.
9946 * gdb.perf/gmonster2-ptype-string.exp: New file.
9947 * gdb.perf/gmonster2-runto-main.exp: New file.
9948 * gdb.perf/gmonster2-select-file.exp: New file.
9949 * gdb.perf/gmonster2.cc: New file.
9950 * gdb.perf/gmonster2.exp: New file.
9951
6eab34f3
DE
99522015-07-24 Doug Evans <dje@google.com>
9953
9954 * gdb.perf/README: New file.
9955 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9956 * lib/gen-perf-test.exp: New file.
9957
63738bfd
DE
99582015-07-24 Doug Evans <dje@google.com>
9959
9960 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9961 (PerfTest::startup): New function.
9962 (PerfTest::run): Return result of calling body.
9963 (PerfTest::assemble): Rewrite.
9964 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9965 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9966 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9967 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9968 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9969
7b606f95
DE
99702015-07-24 Doug Evans <dje@google.com>
9971
9972 * lib/gdb.exp (clean_restart): Make executable optional.
9973
a97b16b8
DE
99742015-07-24 Doug Evans <dje@google.com>
9975
9976 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9977 compiler_info references.
9978 * gdb.cp/temargs.exp: Ditto.
9979 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9980 (get_compiler_info): Early exit if already computed. Set compiler_info
9981 to "unknown" if there was a problem.
9982 (test_compiler_info): Add function comment. Call get_compiler_info.
9983
35baa57f
DE
99842015-07-24 Doug Evans <dje@google.com>
9985
9986 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9987 (workers/%.worker, build-perf): New rule.
9988 (GDB_PERFTEST_MODE): New variable.
9989 (check-perf): Use it.
9990 (clean): Clean up gdb.perf parallel build subdirs.
9991 * lib/build-piece.exp: New file.
9992 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9993 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9994 name.
9995 (standard_temp_file): Ditto.
9996 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9997 of $GDB_PARALLEL.
9998
6ebea266
DE
99992015-07-24 Doug Evans <dje@google.com>
10000
10001 * lib/future.exp (gdb_default_target_compile): New option
10002 "early_flags".
10003 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10004 --as-needed.
10005
1e76a7e9
SDJ
100062015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10007
10008 * gdb.base/catch-syscall.exp: Call gdb_exit before
10009 gdb_skip_xml_test.
10010
5068630a
PA
100112015-07-24 Pedro Alves <palves@redhat.com>
10012
10013 * gdb.python/py-events.exp: Accept output between the stop event
10014 and the prompt.
10015 * gdb.python/py-evsignal.exp: Likewise.
10016 * gdb.python/py-evthreads.exp: Likewise.
10017
77598427
PA
100182015-07-24 Pedro Alves <palves@redhat.com>
10019
10020 PR gdb/18717
10021 * gdb.threads/non-ldr-exit.c: New file.
10022 * gdb.threads/non-ldr-exit.exp: New file.
10023
11e6c98f
YQ
100242015-07-24 Yao Qi <yao.qi@linaro.org>
10025
10026 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10027 restarting process.
10028
51aee833
YQ
100292015-07-24 Yao Qi <yao.qi@linaro.org>
10030
10031 * gdb.server/ext-restart.exp: New file.
10032
8cfe207c
YQ
100332015-07-24 Yao Qi <yao.qi@linaro.org>
10034
10035 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10036 argument options.
10037 * gdb.server/ext-wrapper.exp: New file.
10038
cc12ce38
DE
100392015-07-23 Doug Evans <dje@google.com>
10040
10041 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10042 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10043
d0d84780
PMR
100442015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10045
10046 * gdb.ada/var_arr_typedef.exp: New testcase.
10047 * gdb.ada/var_arr_typedef/pack.adb: New file.
10048 * gdb.ada/var_arr_typedef/pack.ads: New file.
10049 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10050
8b558f79
JB
100512015-07-20 Joel Brobecker <brobecker@adacore.com>
10052
10053 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10054
775a3298
JK
100552015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10056
10057 * gdb.arch/i386-biarch-core.exp: Replace istarget
10058 by "complete set gnutarget". Remove expectation for the "core-file"
10059 command.
10060
db1ff28b
JK
100612015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10062
10063 Revert the previous commit:
10064 Tests for validate symbol file using build-id.
10065
0a94970d
JK
100662015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10067
10068 Tests for validate symbol file using build-id.
10069 * gdb.base/solib-mismatch-lib.c: New file.
10070 * gdb.base/solib-mismatch-libmod.c: New file.
10071 * gdb.base/solib-mismatch.c: New file.
10072 * gdb.base/solib-mismatch.exp: New file.
10073
03346981
SL
100742015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10075
10076 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10077 nios2-*-linux*.
10078 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10079 * gdb.base/siginfo.exp: Likewise.
10080 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10081
42422cc7
PL
100822015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10083
10084 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10085 Move it to ...
10086 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10087 ... here.
10088 * gdb.trace/range-stepping.exp: Check that the target supports
10089 range stepping.
10090
cfa68bae
JK
100912015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10092
10093 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10094
8ffdba26
PA
100952015-07-14 Pedro Alves <palves@redhat.com>
10096
10097 * gdb.base/killed-outside.exp: New file.
10098 * gdb.base/killed-outside.c: New file.
10099
218a5a11
JK
101002015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10101
10102 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10103 (n at main): New.
10104 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10105
e03ed3c6
AA
101062015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10107
10108 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10109 infcall tests instead of setting up for KFAIL.
10110
485668e5
MM
101112015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10112
10113 * gdb.btrace/record_goto-step.exp: New.
10114
08464196
JK
101152015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10116
10117 PR compile/18484
10118 * gdb.compile/compile.c (struct struct_type): Add volatile to
10119 selffield's type.
10120 * gdb.compile/compile.exp
10121 (compile code struct_object.selffield = &struct_object): Skip further
10122 struct_object tests if this one xfails.
10123
bcf5c1d9
RC
101242015-07-08 Robert O'Callahan <robert@ocallahan.org>
10125
10126 PR exp/18617
10127 * gdb.trace/ax.exp: Add test.
10128
4931af25
YQ
101292015-07-07 Yao Qi <yao.qi@linaro.org>
10130
10131 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10132 instead of istarget "aarch64*-*-*".
10133 * gdb.arch/aarch64-fp.exp: Likewise.
10134 * gdb.base/float.exp: Likewise.
10135 * gdb.reverse/aarch64.exp: Likewise.
10136 * lib/gdb.exp (is_aarch64_target): New proc.
10137
9fcf688e
YQ
101382015-07-07 Yao Qi <yao.qi@linaro.org>
10139
10140 * lib/gdb.exp (is_aarch32_target): New proc.
10141 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10142 instead of "istarget "arm*-*-*"".
10143 * gdb.arch/arm-disp-step.exp: Likewise.
10144 * gdb.arch/thumb-bx-pc.exp: Likewise.
10145 * gdb.arch/thumb-prologue.exp: Likewise.
10146 * gdb.arch/thumb-singlestep.exp: Likewise.
10147 * gdb.base/disp-step-syscall.exp: Likewise.
10148 * gdb.base/float.exp: Likewise.
10149
fbd8d50d
YQ
101502015-07-07 Yao Qi <yao.qi@linaro.org>
10151
10152 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10153 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10154
71be1fdc
YQ
101552015-07-07 Yao Qi <yao.qi@linaro.org>
10156
10157 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10158 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10159 if it exists.
10160 * gdb.multi/multi-arch.exp: Likewise.
10161
3e221d36
SM
101622015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10163
10164 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10165 print.
10166
d441430b
YQ
101672015-07-07 Yao Qi <yao.qi@linaro.org>
10168
10169 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10170
06f810bd
MG
101712015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10172
10173 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10174 '[' and ']' characters.
10175
5e61e7c0
IB
101762015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10177
10178 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10179
28bf096c
PA
101802015-06-29 Pedro Alves <palves@redhat.com>
10181
10182 PR threads/18127
10183 * gdb.threads/hand-call-new-thread.c: New file.
10184 * gdb.threads/hand-call-new-thread.c: New file.
10185
ee93cd5e
KS
101862015-06-26 Keith Seitz <keiths@redhat.com>
10187 Doug Evans <dje@google.com>
10188
10189 PR 16253
10190 * gdb.cp/var-tag-2.cc: New file.
10191 * gdb.cp/var-tag-3.cc: New file.
10192 * gdb.cp/var-tag-4.cc: New file.
10193 * gdb.cp/var-tag.cc: New file.
10194 * gdb.cp/var-tag.exp: New file.
10195
fc637f04
PP
101962015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10197
10198 * gdb.base/history-duplicates.exp: New test.
10199
2e52ae68
PP
102002015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10201
10202 * gdb.base/completion.exp: Test the completion of the "focus"
10203 command.
10204
6e22494e
JK
102052015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * gdb.arch/amd64-prologue-skip.S: New file.
10208 * gdb.arch/amd64-prologue-skip.exp: New file.
10209
bf7b9cd9
SM
102102015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10211
10212 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10213 is_address_zero_readable check.
10214
201e8dfd
PB
102152015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10216
10217 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10218 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10219
5cd867b4
YQ
102202015-06-24 Yao Qi <yao.qi@linaro.org>
10221
10222 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10223 linux targets.
10224
4d7be007
YQ
102252015-06-24 Yao Qi <yao.qi@linaro.org>
10226
10227 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10228 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10229 * gdb.base/siginfo-thread.exp: Likewise.
10230
07fcd301
YQ
102312015-06-22 Yao Qi <yao.qi@linaro.org>
10232
10233 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10234
52042a00
YQ
102352015-06-22 Yao Qi <yao.qi@linaro.org>
10236
10237 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10238 aarch64*-*-*.
10239 (skip_hw_watchpoint_tests): Likewise.
10240
74bd41ce
PP
102412015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10242
10243 * gdb.base/gdbinit-history.exp: Test the interaction between
10244 setting GDBHISTSIZE and setting the history size via .gdbinit.
10245
bc460514
PP
102462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10247
10248 PR gdb/16999
10249 * gdb.base/gdbhistsize-history.exp: New test.
10250
b58c513b
PP
102512015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10252
10253 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10254 with GDBHISTSIZE.
10255 * gdb.base/readline.exp: Likewise.
10256
92046791
YQ
102572015-06-17 Yao Qi <yao.qi@linaro.org>
10258
10259 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10260 line.
10261
2093d2d3
PP
102622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10263
10264 * gdb.base/gdbinit-history.exp: Add test case to check that
10265 an unlimited history file does not get truncated on exit.
10266
e6c693af
AA
102672015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10268
10269 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10270 (VECTOR): New macro. Use it...
10271 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10272 ...for these typedefs.
10273 (int8, char1, int1, double1): New typedefs.
10274 (struct just_int2, struct two_int2): New structures.
10275 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10276 (add_structvecs, add_singlevecs): New functions.
10277 (main): Call add_some_intvecs twice.
10278 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10279 the compile and exit upon failure. Try compiling for the "native"
10280 architecture. Test inferior function calls with vector arguments
10281 and vector return value handling with "finish" and "return".
10282
c74f7d1c
JT
102832015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10284
10285 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10286 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10287 PE file.
10288 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10289
98aa42ee
AT
102902015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10291
10292 PR breakpoints/16465
10293 * gdb.mi/mi-dprintf-pending.c: New file.
10294 * gdb.mi/mi-dprintf-pending.exp: New test.
10295 * gdb.mi/mi-dprintf-pendshr.c: New file.
10296
7d73c23c 102972015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10298 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10299
10300 * gdb.arch/i386-mpx-map.c: New file.
10301 * gdb.arch/i386-mpx-map.exp: New File.
10302
103032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10304
10305 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10306 * gdb.arch/i386-mpx.exp: Indentation fixed.
10307
103082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10309
10310 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10311 function and improved indentation.
10312 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10313 gdb_test_multiple. Added additional tests to skip the test.
10314
103152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10316
10317 * gdb.arch/i386-avx512.c: Change path in include file.
10318 * gdb.arch/i386-avx512.exp: Change include dir path
10319 compilation flag.
10320 * gdb.arch/i386-mpx.c: Change path in include file.
10321 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10322 flag.
10323
d5eba19a
JK
103242015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10325
10326 * gdb.compile/compile-print.exp (compile print *vararray@3)
10327 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10328
7f361056
JK
103292015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10330
10331 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10332 (do not keep jit in memory): ... this.
10333 (expect 5): Change it to ...
10334 (expect no 5): ... this.
10335
3b462ec2
SM
103362015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10337
10338 PR gdb/15564
10339 * gdb.mi/mi-detach.exp: New file.
10340
e0619de6
JK
103412015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10342
10343 PR symtab/18392
10344 * gdb.arch/amd64-tailcall-self.S: New file.
10345 * gdb.arch/amd64-tailcall-self.c: New file.
10346 * gdb.arch/amd64-tailcall-self.exp: New file.
10347
e970cb34
DB
103482015-05-28 Don Breazeal <donb@codesourcery.com>
10349
10350 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10351 tests for remote targets by checking is_target_gdbserver.
10352
b2e2f908
DE
103532015-05-27 Doug Evans <dje@google.com>
10354
10355 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10356 * gdb.dwarf2/opaque-type-lookup.c: New file.
10357 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10358
82c7be31
DE
103592015-05-26 Doug Evans <dje@google.com>
10360
10361 * gdb.cp/iostream.cc: New file.
10362 * gdb.cp/iostream.exp: New file.
10363
b4f54984
DE
103642015-05-26 Doug Evans <dje@google.com>
10365
10366 * gdb.dwarf2/dw2-op-call.exp: Update.
10367 * gdb.dwarf2/dw4-sig-types.exp: Update.
10368 * gdb.dwarf2/implptr.exp: Update.
10369 * gdb.mi/mi-cmd-param-changed.exp: Update.
10370
4ea6efe9
DE
103712015-05-26 Doug Evans <dje@google.com>
10372
10373 * gdb.python/py-lazy-string.c: New file.
10374 * gdb.python/py-lazy-string.exp: New file.
10375 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10376 (main): Update. Add estring3.
10377 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10378 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10379
f6bb7db3
YQ
103802015-05-26 Omair Javaid <omair.javaid@linaro.org>
10381 Yao Qi <yao.qi@linaro.org>
10382
10383 * gdb.reverse/aarch64.c: New.
10384 * gdb.reverse/aarch64.exp: New.
10385
a81bfbd0
OJ
103862015-05-26 Omair Javaid <omair.javaid@linaro.org>
10387
25d49b86
PA
10388 * lib/gdb.exp (supports_process_record): Return true for
10389 aarch64*-linux*.
a81bfbd0
OJ
10390 (supports_reverse): Likewise.
10391
158bf1b4
PP
103922015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10393
10394 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10395 Use with_test_prefix.
10396
a0145030
AB
103972015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10398
10399 * gdb.base/completion.exp: Add test for completion of layout
10400 names.
10401
ebe3b578
AB
104022015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10403
10404 * lib/gdb.exp (skip_tui_tests): New proc.
10405 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10406
84204ed7
PA
104072015-05-19 Pedro Alves <palves@redhat.com>
10408
10409 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10410 Save the whole env array instead of just HOME. Unset HISTSIZE in
10411 the environment while testing. Restore whole environment
10412 afterwards.
10413
37442ce1
DE
104142015-05-16 Doug Evans <xdje42@gmail.com>
10415
10416 * gdb.guile/scm-ports.c: New file.
10417 * gdb.guile/scm-ports.exp: Add memory port tests.
10418
36de76f9
JK
104192015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10420
10421 * gdb.compile/compile-print.c: New file.
10422 * gdb.compile/compile-print.exp: New file.
10423
3a9558c4
JK
104242015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10425
10426 * gdb.compile/compile-ops.exp: Cast param to void.
10427 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10428 (compile code struct_object.selffield = &struct_object): Add xfail.
10429
aa715135
JG
104302015-05-15 Joel Brobecker <brobecker@adacore.com>
10431
10432 * gdb.ada/arr_enum_with_gap: New testcase.
10433
931e5bc3
JG
104342015-05-15 Joel Brobecker <brobecker@adacore.com>
10435
10436 * gdb.ada/byte_packed_arr: New testcase.
10437
9cd4d857
JB
104382015-05-15 Joel Brobecker <brobecker@adacore.com>
10439
10440 * gdb.ada/pckd_neg: New testcase.
10441
ebfd00d2
PP
104422015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10443
10444 PR gdb/17820
10445 * gdb.base/gdbinit-history.exp: New test.
10446 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10447 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10448
4c082a81
SC
104492015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10450
10451 * gdb.python/py-xmethods.cc: Enhance test case.
10452 * gdb.python/py-xmethods.exp: New tests.
10453 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10454 function.
10455 (B_indexoper): Likewise.
10456 (global_dm_list) : Add new xmethod worker functions.
10457
f7797074
SDJ
104582015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10459
10460 * gdb.base/coredump-filter.exp: Correctly unset
10461 "coredump_var_addr" array.
10462
a4674e4e
PA
104632015-05-08 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.server/non-existing-program.exp: Unset spawn_id.
10466
df2eb078
SC
104672015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10468
10469 PR python/18291
10470 * gdb.python/py-xmethods.exp: Add tests.
10471
422349a3
YQ
104722015-05-08 Yao Qi <yao.qi@linaro.org>
10473
10474 PR gdb/18208
10475 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10476 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10477 function set_coredump_filter, and remove remote_exec call.
10478 Remove argument ipid. Callers update.
10479 (top level): Don't get inferior's PID.
10480
63fc80ce
AA
104812015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10482
10483 * gdb.base/watch_thread_num.exp: Skip test on targets without
10484 access watchpoints.
10485
80ad801e
PA
104862015-05-06 Pedro Alves <palves@redhat.com>
10487
10488 PR server/18081
10489 * gdb.server/non-existing-program.exp: New file.
10490
0fa7fe50
JB
104912015-05-05 Joel Brobecker <brobecker@adacore.com>
10492
10493 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10494
3ea89b92
PMR
104952015-05-05 Joel Brobecker <brobecker@adacore.com>
10496
10497 * gdb.ada/out_of_line_in_inlined: New testcase.
10498
87b8eff0
JB
104992015-05-05 Joel Brobecker <brobecker@adacore.com>
10500
10501 * gdb.ada/var_rec_arr: New testcase.
10502
5fccc635
YQ
105032015-04-30 Yao Qi <yao.qi@linaro.org>
10504
10505 * gdb.base/break-idempotent.exp: If
10506 skip_hw_watchpoint_multi_tests returns true, skip the tests
10507 on "rwatch" and "awatch".
10508
42d38f42
YQ
105092015-04-30 Yao Qi <yao.qi@linaro.org>
10510
10511 * gdb.base/relativedebug.exp: Invoke gdb command
10512 "info sharedlibrary", and if libc.so doesn't have debug info,
10513 skip the test.
10514
2ce1cdbf
DE
105152015-04-29 Doug Evans <dje@google.com>
10516
10517 * gdb.python/py-xmethods.exp: Add ptype tests.
10518 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10519 get_result_type method.
10520
f24a38c5
LM
105212015-04-29 Luis Machado <lgustavo@codesourcery.com>
10522
10523 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10524 the target does not support hardware watchpoints.
10525
ecbf2b3c
LM
105262015-04-29 Luis Machado <lgustavo@codesourcery.com>
10527
10528 * gdb.base/break-always.exp: Abort testing if writing to memory
10529 causes an error.
10530
34f5f757
DE
105312015-04-28 Doug Evans <dje@google.com>
10532
10533 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10534 * gdb.python/py-pp-registration.exp: ... here. New file.
10535 * gdb.python/py-pp-registration.c: New file.
10536 * gdb.python/py-pp-registration.py: New file.
10537
69b4374a
DE
105382015-04-28 Doug Evans <dje@google.com>
10539
10540 * gdb.python/py-bad-printers.c: New file.
10541 * gdb.python/py-bad-printers.py: New file.
10542 * gdb.python/py-bad-printers.exp: New file.
10543
59fb7612
SS
105442015-04-28 Sasha Smundak <asmundak@google.com>
10545
10546 * gdb.python/py-type.exp: New test.
10547
2631b16a
AW
105482015-04-28 Andy Wingo <wingo@igalia.com>
10549
10550 * gdb.python/py-parameter.exp:
10551 * gdb.guile/scm-parameter.exp: Escape the path that we are
10552 matching against, as it might contain characters that are special
10553 to regular expressions.
10554
460efde1
JB
105552015-04-27 Joel Brobecker <brobecker@adacore.com>
10556
10557 * gdb.ada/rec_comp: New testcase.
10558
2d369d8e
SDJ
105592015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10560
10561 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10562 before using it.
10563
cf75d6c3
AB
105642015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10565
10566 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10567 new tests for verilog output.
10568
8dbe7ca5
YQ
105692015-04-24 Yao Qi <yao.qi@linaro.org>
10570
10571 * boards/remote-gdbserver-on-localhost.exp: New file.
10572
4ef9fb2f
PA
105732015-04-23 Pedro Alves <palves@redhat.com>
10574
10575 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10576 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10577 "end of file", remove $inferior_spawn_id from the indirect list.
10578
0a803169
PA
105792015-04-23 Pedro Alves <palves@redhat.com>
10580
10581 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10582
749ef8f8
PA
105832015-04-23 Pedro Alves <palves@redhat.com>
10584
10585 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10586 on $any_spawn_id instead of only on $gdb_spawn_id.
10587
8aae4344
PM
105882015-04-21 Pierre Muller <muller@sourceware.org>
10589
10590 PR pascal/17815
10591 * lib/pascal.exp (gpc_compile): Add new option "class".
10592 (fpc_compile): Likewise.
10593 * gdb.pascal/case-insensitive-symbols.pas: New file.
10594 * gdb.pascal/case-insensitive-symbols.exp: New file.
10595
1586c8fb
GB
105962015-04-20 Gary Benson <gbenson@redhat.com>
10597
10598 * gdb.base/attach.exp: Fix three extended remote failures.
10599
1b6e6f5c
GB
106002015-04-17 Gary Benson <gbenson@redhat.com>
10601
10602 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10603 the main executable over the remote protocol.
10604
e797481d
PA
106052015-04-16 Pedro Alves <palves@redhat.com>
10606
10607 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10608 a new gdbserver if gdbserver_reconnect_p is set.
10609
1ca99c42
PA
106102015-04-16 Pedro Alves <palves@redhat.com>
10611
10612 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10613 is set, don't exit gdbserver.
10614
af9fd6f8
AA
106152015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10616
10617 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10618 appropriate .insn, such that an older assembler can be used.
10619 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10620 the z/Architecture instruction set on 31-bit targets as well.
10621
04ff1e61
AA
106222015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10623
10624 * gdb.go/handcall.exp: Remove all logic related to the first
10625 breakpoint and rely on go_runto_main instead.
10626 * gdb.go/strings.exp: Likewise.
10627 * gdb.go/unsafe.exp: Likewise.
10628 * gdb.go/hello.exp: Likewise. Also rename the remaining
10629 breakpoint marker to "breakpoint 1".
10630 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10631 * gdb.go/strings.go: Likewise.
10632 * gdb.go/unsafe.go: Likewise.
10633 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10634 "set breakpoint 2 here" and rename the remaining breakpoint marker
10635 to "breakpoint 1".
10636
40d2f8d6
SM
106372015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10638
10639 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10640 if itertools.imap is not present.
10641 * gdb.python/py-objfile.exp: Add parentheses.
10642 * gdb.python/py-type.exp: Same.
10643 * gdb.python/py-unwind-maint.py: Same.
10644
8cbc97c6
YQ
106452015-04-15 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10648 of ":$ptr_size" and set its form explicitly.
10649
45fd756c
YQ
106502015-04-15 Pedro Alves <palves@redhat.com>
10651 Yao Qi <yao.qi@linaro.org>
10652
10653 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10654 timeout by factor of 4.
10655 (test_regular_watch): Likewise.
10656 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10657 * gdb.reverse/sigall-reverse.exp: Likewise.
10658 * gdb.reverse/until-precsave.exp: Likewise.
10659 * lib/gdb.exp (with_timeout_factor): New proc.
10660 (gdb_expect): Move some code to ...
10661 (get_largest_timeout): ... here. New procedure.
10662
9e811bc3
LM
106632015-04-14 Luis Machado <lgustavo@codesourcery.com>
10664
10665 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10666
0ff6fcb2
LM
106672015-04-13 Luis Machado <lgustavo@codesourcery.com>
10668
10669 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10670 to write to the .text section.
10671
7578d5f7
LM
106722015-04-13 Luis Machado <lgustavo@codesourcery.com>
10673
10674 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10675 Handle the case of targets that do not provide PID information.
10676
2efe15c4
YQ
106772015-04-13 Yao Qi <yao.qi@linaro.org>
10678
10679 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10680 and use expect instead of gdb_expect.
10681
8cd8f2f8
SDJ
106822015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10683
10684 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10685 "coredump_var_addr" to avoid naming conflict with other testcases.
10686
9ee41772
PA
106872015-04-10 Pedro Alves <palves@redhat.com>
10688
10689 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10690 gdb_test_sequence and gdb_assert.
10691
07473109
PA
106922015-04-10 Pedro Alves <palves@redhat.com>
10693
10694 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10695 test messages that don't include the breakpoint address.
10696
de3db44c
YQ
106972015-04-10 Yao Qi <yao.qi@linaro.org>
10698
10699 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10700 false for some offset and width combinations which aren't
10701 supported by linux kernel.
10702
c79d856c
PA
107032015-04-10 Pedro Alves <palves@redhat.com>
10704
10705 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10706 procedure, factored out from ...
10707 (top level): ... here. Add "set displaced-stepping" testing axis.
10708 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10709 parameter "displaced". Use it.
10710 (top level): Use foreach and add "set displaced-stepping" testing
10711 axis.
10712
ebc90b50
PA
107132015-04-10 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10716 Remove comment.
10717 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10718 both the address of the instruction that triggers the watchpoint
10719 and the address of the instruction immediately after, and use
10720 those addresses for the test. Fix comment.
10721
8f572e5c
PA
107222015-04-10 Pedro Alves <palves@redhat.com>
10723
10724 * gdb.base/sigstep.exp (breakpoint_to_handler)
10725 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10726 Test "backtrace" in handler.
10727 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10728 (top level): Add new "displaced" test axis to
10729 breakpoint_to_handler, breakpoint_to_handler_entry and
10730 breakpoint_over_handler.
10731
8d707a12
PA
107322015-04-10 Pedro Alves <palves@redhat.com>
10733
10734 PR gdb/18216
10735 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10736
ef713951
YQ
107372015-04-10 Yao Qi <yao.qi@linaro.org>
10738
10739 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10740 (test_add_rn_pc): New function.
10741 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10742 (top level): Invoke test_add_rn_pc.
10743
906d60cf
PA
107442015-04-10 Pedro Alves <palves@redhat.com>
10745
10746 PR gdb/13858
10747 * gdb.base/step-over-no-symbols.exp: New file.
10748
f2983cc3
AW
107492015-04-09 Andy Wingo <wingo@igalia.com>
10750
10751 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10752 after the Python tests.
10753
6d62641c
SDJ
107542015-04-08 Keith Seitz <keiths@redhat.com>
10755
10756 PR python/16699
10757 * gdb.python/py-completion.exp: New tests for completion.
10758 * gdb.python/py-completion.py (CompleteLimit1): New class.
10759 (CompleteLimit2): Likewise.
10760 (CompleteLimit3): Likewise.
10761 (CompleteLimit4): Likewise.
10762 (CompleteLimit5): Likewise.
10763 (CompleteLimit6): Likewise.
10764 (CompleteLimit7): Likewise.
10765
f3770638
PA
107662015-04-08 Pedro Alves <palves@redhat.com>
10767
10768 PR gdb/18214
10769 PR gdb/18216
10770 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10771 function.
10772 (main): Install it as SIGUSR1 handler.
10773 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10774 parameter. Always use "setup" as prefix. Toggle "set
10775 displaced-stepping" off/on depending on global. Don't switch to
10776 thread 1 here.
10777 (top level): Add displaced stepping "off/on" test axis. Update
10778 "setup" calls. Wrap each subtest with with_test_prefix. Test
10779 continuing with a queued signal in each thread.
10780
4496bed7
PA
107812015-04-08 Pedro Alves <palves@redhat.com>
10782
10783 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10784 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10785 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10786 Return early if running to main fails.
10787 * gdb.trace/while-stepping.exp: Likewise.
10788
b97fde92
PA
107892015-04-07 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10792 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10793 interact with inferior program.
10794
f71c18e7
PA
107952015-04-07 Pedro Alves <palves@redhat.com>
10796
10797 * lib/gdb.exp (inferior_spawn_id): New global.
10798 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10799 spawn id after processing the user code.
10800 (default_gdb_start): Set inferior_spawn_id.
10801 (send_inferior): New procedure.
10802 * lib/gdbserver-support.exp (gdbserver_start): Set
10803 inferior_spawn_id.
10804 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10805
6423214f
PA
108062015-04-07 Pedro Alves <palves@redhat.com>
10807
10808 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10809 * lib/gdbserver-support.exp (gdbserver_start): Make
10810 $server_spawn_id global.
10811 (gdbserver_start): Don't wait for gdbserver's spawn id with
10812 expect_background.
10813 (close_gdbserver): New procedure.
10814 (gdb_exit): Rename the default version and reimplement.
10815
71c0ee8c
PA
108162015-04-07 Pedro Alves <palves@redhat.com>
10817
72f4393d 10818 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10819 append the substituted item, not the original item.
10820
203bc29b
PA
108212015-04-07 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10824 gdb_expect.
10825
508a3ddf
PA
108262015-04-07 Pedro Alves <palves@redhat.com>
10827
10828 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10829 output appearing once only.
10830
9f6dbe2b
PA
108312015-04-07 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10834 that doesn't expect anything. Return early if running to main
10835 fails.
10836
337532fa
YQ
108372015-04-07 Yao Qi <yao.qi@linaro.org>
10838
10839 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10840 (child_function): Call alarm.
10841 (main): Move call to alarm into the loop.
10842 * gdb.threads/non-stop-fair-events.exp: Build program with
10843 -DTIMEOUT=$timeout.
10844
01b622d4
DE
108452015-04-06 Doug Evans <xdje42@gmail.com>
10846
10847 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10848 Fix dest parameter to board_info.
10849 (fpc_compile): Ditto.
10850 (gdb_compile_pascal): Rename dest arg to destfile.
10851
961f4160
PMR
108522015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10853
10854 * gdb.ada/funcall_ref.exp: New file.
10855 * gdb.ada/funcall_ref/foo.adb: New file.
10856
cafda597
YQ
108572015-04-02 Yao Qi <yao.qi@linaro.org>
10858
10859 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10860 is remote.
10861
fed040c6
GB
108622015-04-02 Gary Benson <gbenson@redhat.com>
10863
10864 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10865
d11916aa
SS
108662015-04-01 Sasha Smundak <asmundak@google.com>
10867
10868 * gdb.python/py-unwind-maint.c: New file.
10869 * gdb.python/py-unwind-maint.exp: New test.
10870 * gdb.python/py-unwind-maint.py: New file.
10871 * gdb.python/py-unwind.c: New file.
10872 * gdb.python/py-unwind.exp: New test.
10873 * gdb.python/py-unwind.py: New test.
10874
a1471180
PA
108752015-04-01 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10878 to fail instead of non-existent $test.
10879
0bbeccb1
PA
108802015-04-01 Pedro Alves <palves@redhat.com>
10881
10882 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10883 GDBFLAGS if not empty.
10884
3c724c8c
PMR
108852015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10886
10887 * gdb.ada/complete.exp: Remove "multi_line".
10888 * gdb.ada/info_exc.exp: Remove "multi_line".
10889 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10890 * gdb.ada/ptype_field.exp: Remove "multi_line".
10891 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10892 * gdb.ada/tagged.exp: Remove "multi_line".
10893 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10894 [multi_line ...]
10895 * gdb.btrace/delta.exp: Likewise.
10896 * gdb.btrace/exception.exp: Likewise.
10897 * gdb.btrace/function_call_history.exp: Likewise.
10898 * gdb.btrace/instruction_history.exp: Likewise.
10899 * gdb.btrace/nohist.exp: Likewise.
10900 * gdb.btrace/record_goto.exp: Likewise.
10901 * gdb.btrace/segv.exp: Likewise.
10902 * gdb.btrace/stepi.exp: Likewise.
10903 * gdb.btrace/tailcall.exp: Likewise.
10904 * gdb.btrace/unknown_functions.exp: Likewise.
10905 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10906 * lib/gdb.exp: Add the "multi_line" helper.
10907
4eec2deb
PA
109082015-04-01 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.threads/tid-reuse.c: New file.
10911 * gdb.threads/tid-reuse.exp: New file.
10912
df8411da
SDJ
109132015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10914
10915 PR corefiles/16092
10916 * gdb.base/coredump-filter.c: New file.
10917 * gdb.base/coredump-filter.exp: Likewise.
10918
6ef37366
PM
109192015-03-27 Petr Machata <pmachata@redhat.com>
10920
10921 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10922 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10923 (Dwarf::assemble): Initialize them.
10924 (Dwarf::lines): New function.
10925
7ec911b0
JT
109262015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10927
10928 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10929 SYMBOL_PREFIX for x86_64-*-cygwin.
10930
ff908ebf
AW
109312015-03-26 Andy Wingo <wingo@igalia.com>
10932
10933 PR symtab/18148
10934 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10935 const_value but not a location.
10936 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10937 location defined in non-main CUs are visible.
10938
6d5f0679
YQ
109392015-03-26 Yao Qi <yao.qi@linaro.org>
10940
10941 PR testsuite/18139
10942 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10943 Add a line number entry for the same line.
10944 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10945 Add a line number entry for the same line.
10946
2898689b
YQ
109472015-03-26 Yao Qi <yao.qi@linaro.org>
10948
10949 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10950 .int 0.
10951 (func): Likewise. Add .Lfunc_1 label.
10952 Use .Lfunc_1 label.
10953 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10954 .int 0.
10955 (func): Likewise.
10956 Use .Lfunc_1 label.
10957
85180498
YQ
109582015-03-26 Yao Qi <yao.qi@linaro.org>
10959
10960 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10961 Call gdb_compile instead to compile each .s files without debug
10962 information.
10963
8aa08a8d
YQ
109642015-03-26 Yao Qi <yao.qi@linaro.org>
10965
10966 * gdb.base/savedregs.exp (process_saved_regs): Make
10967 "Saved registers:" optional in the pattern.
10968
66849923
MM
109692015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10970
10971 * gdb.btrace/next.exp: Merged into step.exp.
10972 * gdb.btrace/finish.exp: Merged into step.exp.
10973 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10974 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10975 "record goto" and checking the exact replay position.
10976 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10977 check for "Recording format" in "info record" output.
10978 * gdb.btrace/record_goto.exp: Choose test file based on target.
10979 * gdb.btrace/x86-record_goto.S: Renamed into ...
10980 * gdb.btrace/x86_64-record_goto.S: ... this.
10981 * gdb.btrace/i686-record_goto.S: New.
10982 * gdb.btrace/x86-tailcall.S: Renamed into ...
10983 * gdb.btrace/x86_64-tailcall.S: ... this.
10984 * gdb.btrace/i686-tailcall.S: New.
10985 * gdb.btrace/x86-tailcall.c: Renamed into ...
10986 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10987 separate statements. Update test.
10988 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10989 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10990 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10991 * gdb.btrace/tailcall.exp: Choose test file based on target.
10992 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10993
11cc1b74
MM
109942015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10995
10996 * gdb.btrace/exception.exp: Increase BTS buffer size.
10997
a25d8bf9
PA
109982015-03-24 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11001
856e7dd6
PA
110022015-03-24 Pedro Alves <palves@redhat.com>
11003
11004 * gdb.threads/schedlock.exp (test_step): No longer expect that
11005 "set scheduler-locking step" with "next" over a function call runs
11006 threads unlocked.
11007
ad235a41
AT
110082015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11009
11010 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11011
15630549
AT
110122015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11013
11014 PR breakpoints/16466
11015 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11016 * gdb.mi/mi-pending.c (thread_func): New function.
11017 (int main): Add threading support required.
11018 * gdb.mi/mi-pending.exp: Add tests for this issue.
11019 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11020 (pendfunc2): Remove stdio dependency.
11021 * gdb.mi/mi-pendshr2.c: New file.
11022
693dca06
KS
110232015-03-23 Keith Seitz <keiths@redhat.com>
11024
11025 * gdb.linespec/keywords.c: New file.
11026 * gdb.linespec/keywords.exp: New file.
11027
7e993ebf
KS
110282015-03-23 Keith Seitz <keiths@redhat.com>
11029
11030 PR gdb/18021
11031 * gdb.dwarf2/staticvirtual.exp: New test.
11032
bc23328c
JK
110332015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11034
11035 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11036 * README: Remove HP-UX and gdb.hp.
11037 (configuration):
11038 * configure: Regenerate.
11039 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11040 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11041 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11042 gdb.hp/gdb.defects/Makefile.
11043 * gdb.hp/Makefile.in: File deleted.
11044 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11045 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11046 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11047 * gdb.hp/gdb.aCC/run.c: File deleted.
11048 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11049 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11050 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11051 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11052 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11053 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11054 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11055 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11056 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11057 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11058 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11059 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11060 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11061 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11062 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11063 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11064 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11065 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11066 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11067 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11068 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11069 * gdb.hp/gdb.compat/average.c: File deleted.
11070 * gdb.hp/gdb.compat/sum.c: File deleted.
11071 * gdb.hp/gdb.compat/xdb.c: File deleted.
11072 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11073 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11074 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11075 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11076 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11077 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11078 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11079 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11080 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11081 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11082 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11083 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11084 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11085 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11086 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11087 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11088 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11089 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11090 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11091 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11092 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11093 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11094 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11095 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11096 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11097 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11098 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11099 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11100 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11101 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11102 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11103 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11104 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11105 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11106 * gdb.hp/tools/odump: File deleted.
11107
8bf3b159
PA
111082015-03-19 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11111 (saw_thread_3): New globals.
11112 (top level): Increment them when an event for the corresponding
11113 thread is seen.
11114 (no thread starvation): New test.
11115
eb54c8bf
PA
111162015-03-19 Pedro Alves <palves@redhat.com>
11117
11118 * gdb.threads/continue-pending-status.c: New file.
11119 * gdb.threads/continue-pending-status.exp: New file.
11120
32d2e5d6
PA
111212015-03-18 Pedro Alves <palves@redhat.com>
11122
11123 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11124 Use gdb_is_target_remote instead of is_remote. Use
11125 gdb_test_multiple instead of gdb_expect. Exit early if
11126 gdb_test_multiple hits its internal matches. Tighten stepi tests
11127 expected output. Fail on exit with any signal, instead of just
11128 SIGILL.
11129
f68f11b7
YQ
111302015-03-18 Yao Qi <yao.qi@linaro.org>
11131
11132 PR tdep/18107
11133 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11134 variable.
11135 * gdb.base/catch-syscall.exp: Don't skip it on
11136 aarch64*-*-linux* target. Remove elements in all_syscalls.
11137 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11138 target.
11139 (setup_all_syscalls): New proc.
11140
ca5fd19b
YQ
111412015-03-16 Yao Qi <yao.qi@linaro.org>
11142
11143 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11144 (top level): Skip tests if valid_addr_p returns false for
11145 $cmd1 or $cmd2.
11146
85642ba0
AW
111472015-03-11 Andy Wingo <wingo@igalia.com>
11148
11149 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11150
e03f9645
YQ
111512015-03-11 Yao Qi <yao.qi@linaro.org>
11152
11153 * gdb.base/catch-syscall.exp: Fix typo in comments.
11154
5d0962b2
YQ
111552015-03-11 Yao Qi <yao.qi@linaro.org>
11156
11157 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11158
b2df3cef
PA
111592015-03-09 Pedro Alves <palves@redhat.com>
11160
11161 * dg-extract-results.py: Delete.
11162
ef878e53
PA
111632015-03-09 Pedro Alves <palves@redhat.com>
11164
11165 Merge dg-extract-results.sh from GCC upstream (r218843).
11166
11167 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11168 * dg-extract-results.sh: Use --text with grep to avoid issues with
11169 binary files. Fall back to cat -v, if that doesn't work.
11170
9494d219
PA
111712015-03-05 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11174
a8d9763a
SM
111752015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11176
11177 * lib/mi-support.exp (mi_expect_interrupt): Accept
11178 alternative event for when in all-stop mode.
11179
be9957b8
PA
111802015-03-04 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11183
d57be0f4 111842015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11185
11186 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11187
c214c7cf
AA
111882015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11189
11190 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11191 regexps for GDB's current line display, accept a hex address
11192 preceding the line number.
11193
6d74a497
AA
111942015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11195
11196 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11197 the 'arch1' variable for "s390*-linux*" targets.
11198
511aee7c
PA
111992015-03-04 Pedro Alves <palves@redhat.com>
11200
11201 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11202 (main): Pass missing retval argument to pthread_join call.
11203
95e50b27
PA
112042015-03-02 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11207 (top level): Call do_test with non-stop as well.
11208
28054d69
PA
112092015-03-02 Pedro Alves <palves@redhat.com>
11210
11211 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11212 -1.
11213
4fa5d7b4
AA
112142015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11215
11216 * gdb.arch/s390-vregs.exp: New test.
11217 * gdb.arch/s390-vregs.S: New file.
11218
97c18565
PA
112192015-02-27 Pedro Alves <palves@redhat.com>
11220
11221 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11222 call to catch_command_errors.
11223 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11224 catch_command_errors.
11225
a37bfa30
PA
112262015-02-27 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11229 "true" for boolean result.
11230 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11231 prototype of main.
11232
6f98576f
PA
112332015-02-27 Pedro Alves <palves@redhat.com>
11234
11235 * lib/unbuffer_output.c: New file.
11236 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11237 (main): Call gdb_unbuffer_output.
11238
eba5ab56
YQ
112392015-02-27 Yao Qi <yao.qi@linaro.org>
11240
11241 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11242 target.
11243
0def5aaa
DE
112442015-02-26 Doug Evans <dje@google.com>
11245
11246 * gdb.cp/class2.cc (Dbase, D): New classes.
11247 (main): New local delta.
11248 * gdb.cp/class2.exp: Test printing delta.
11249 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11250 (dynbar): New global.
11251 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11252
081a1c2c
JK
112532015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11254
11255 * gdb.compile/compile-ifunc.c: New file.
11256 * gdb.compile/compile-ifunc.exp: New file.
11257
2f41223f
AT
112582015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11259
11260 * gdb.base/structs.exp: Check for correct struct on finish.
11261
03eddd80
YQ
112622015-02-26 Yao Qi <yao.qi@linaro.org>
11263
11264 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11265 is zero.
11266
80c57053
JK
112672015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11268
11269 * gdb.arch/cordic.ko.bz2: New file.
11270 * gdb.arch/cordic.ko.debug.bz2: New file.
11271 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11272
21613c12
YQ
112732015-02-25 Yao Qi <yao.qi@linaro.org>
11274
11275 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11276 aarch64*-*-* target.
11277
d8b901ed
PA
112782015-02-23 Pedro Alves <palves@redhat.com>
11279
11280 * lib/gdb.exp (delete_breakpoints): Rewrite using
11281 gdb_test_multiple.
11282
e5b85ead
PA
112832015-02-23 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.base/info-os.c: Include stdlib.h.
11286
85c3a371
DE
112872015-02-22 Doug Evans <xdje42@gmail.com>
11288
11289 PR symtab/17855
11290 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11291 is read after symbols have been re-read.
11292 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11293 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11294
96553a0c
DE
112952015-02-21 Doug Evans <dje@google.com>
11296
11297 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11298
97a0c697
JK
112992015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11300
11301 PR corefiles/17808
11302 * gdb.arch/i386-biarch-core.core.bz2: New file.
11303 * gdb.arch/i386-biarch-core.exp: New file.
11304
a47cd6e9
PA
113052015-02-21 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11308 runto_main fails.
11309
c5facdc4
PA
113102015-02-20 Pedro Alves <palves@redhat.com>
11311
11312 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11313 info probes.
11314
2db9a427
PA
113152015-02-20 Pedro Alves <palves@redhat.com>
11316
11317 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11318
60fb7e9e
PA
113192015-02-20 Pedro Alves <palves@redhat.com>
11320
11321 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11322 clean_restart before gdb_target_supports_trace.
11323
5c5019c2
PA
113242015-02-20 Pedro Alves <palves@redhat.com>
11325
11326 PR threads/18006
11327 * gdb.threads/clone-thread_db.c: New file.
11328 * gdb.threads/clone-thread_db.exp: New file.
11329
c9587f88
AT
113302015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11331
11332 PR breakpoints/16812
11333 * gdb.base/catch-gdb-caused-signals.c: New file.
11334 * gdb.base/catch-gdb-caused-signals.exp: New file.
11335
f6a88844
JM
113362015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11337
11338 * configure: Regenerated.
11339 * configure.ac: Use GDB_AC_TRANSFORM.
11340 * aclocal.m4: sinclude ../transform.m4.
11341
497c491b
JM
113422015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11343
11344 * lib/dtrace.exp: New file.
11345 * gdb.base/dtrace-probe.exp: Likewise.
11346 * gdb.base/dtrace-probe.d: Likewise.
11347 * gdb.base/dtrace-probe.c: Likewise.
11348 * lib/pdtrace.in: Likewise.
11349 * configure.ac: Output variables with the transformed names of
11350 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11351 * configure: Regenerated.
11352
03e98035
JM
113532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11354
11355 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11356 expected message when trying to access $_probe_* convenience
11357 variables while not on a probe.
11358
63cc30e9
JK
113592015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11360
11361 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11362
0703599a
PA
113632015-02-11 Pedro Alves <pedro@codesourcery.com>
11364
11365 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11366 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11367
7e60a48e
DE
113682015-02-10 Doug Evans <xdje42@gmail.com>
11369
11370 * lib/gdb.exp (gdb_load): Always return a result.
11371
01b088bc
PA
113722015-02-10 Pedro Alves <palves@redhat.com>
11373
11374 * gdb.threads/signal-sigtrap.c: New file.
11375 * gdb.threads/signal-sigtrap.exp: New file.
11376
b05ec7a5
AT
113772015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11378
11379 * gdb.trace/no-attach-trace.c: New file.
11380 * gdb.trace/no-attach-trace.exp: New file.
11381
a2c2acaf
MW
113822015-02-09 Mark Wielaard <mjw@redhat.com>
11383
11384 * gdb.dwarf2/atomic.c: New file.
11385 * gdb.dwarf2/atomic-type.exp: Likewise.
11386
31fd9caa
MM
113872015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11388
11389 * gdb.btrace/buffer-size.exp: Update "info record" output.
11390 * gdb.btrace/delta.exp: Update "info record" output.
11391 * gdb.btrace/enable.exp: Update "info record" output.
11392 * gdb.btrace/finish.exp: Update "info record" output.
11393 * gdb.btrace/instruction_history.exp: Update "info record" output.
11394 * gdb.btrace/next.exp: Update "info record" output.
11395 * gdb.btrace/nexti.exp: Update "info record" output.
11396 * gdb.btrace/step.exp: Update "info record" output.
11397 * gdb.btrace/stepi.exp: Update "info record" output.
11398 * gdb.btrace/nohist.exp: Update "info record" output.
11399
d33501a5
MM
114002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11401
11402 * gdb.btrace/buffer-size: New.
11403
f4abbc16
MM
114042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11405
11406 * gdb.btrace/delta.exp: Update "info record" output.
11407 * gdb.btrace/enable.exp: Update "info record" output.
11408 * gdb.btrace/finish.exp: Update "info record" output.
11409 * gdb.btrace/instruction_history.exp: Update "info record" output.
11410 * gdb.btrace/next.exp: Update "info record" output.
11411 * gdb.btrace/nexti.exp: Update "info record" output.
11412 * gdb.btrace/step.exp: Update "info record" output.
11413 * gdb.btrace/stepi.exp: Update "info record" output.
11414 * gdb.btrace/nohist.exp: Update "info record" output.
11415
b9d61307
SM
114162015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11417
11418 PR gdb/15678
11419 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11420
e584fdbc
PA
114212015-02-06 Pedro Alves <palves@redhat.com>
11422
11423 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11424 macro.
11425 (seconds_left, again): New globals.
11426 (main): Wait seconds_left in a 1-second sleep loop instead of
11427 sleeping 180 seconds. If 'again' is set, reset the seconds
11428 counter.
11429 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11430 'again' in the inferior before detaching. Print the seconds left.
11431 (options): New global.
11432 (top level): Build program with -DTIMEOUT=$timeout.
11433
77f41761
PA
114342015-02-06 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11437 determine how many seconds to pass to 'alarm'.
11438 * gdb.base/gdb-sigterm.exp (top level): Build program with
11439 -DTIMEOUT=$timeout.
11440 (do_test): Return success/failure indication. Add more verbose
11441 logging. Don't fail if 200 single steps are seen. Instead, fail
11442 when the test times out.
11443 (passes): New global.
11444 (top level): Break the testing loop if testing fails on any
11445 iteration. Use gdb_assert.
11446
b9394193
DB
114472015-02-04 Don Breazeal <donb@codesourcery.com>
11448
11449 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11450 and initialize them.
11451 (ipc_cleanup): New function.
11452 (main): Don't declare shmid, semid, and msqid. Add a call to
11453 atexit so that we call ipc_cleanup on exit.
11454
42d9e528
PA
114552015-02-04 Pedro Alves <palves@redhat.com>
11456
11457 * boards/native-extended-gdbserver.exp: Remove any target variant
11458 specifications from the board name before clearing the isremote
11459 flag from board_info.
11460
ae6ae975
DE
114612015-01-31 Doug Evans <xdje42@gmail.com>
11462
11463 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11464
cfb069a8
GB
114652015-01-31 Gary Benson <gbenson@redhat.com>
11466
11467 * gdb.base/completion.exp: Disable completion limiting for
11468 existing tests. Add new tests to check completion limiting.
11469 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11470
5dd31d79
DE
114712015-01-31 Doug Evans <xdje42@gmail.com>
11472
11473 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11474
9f050062
DE
114752015-01-31 Doug Evans <xdje42@gmail.com>
11476
11477 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11478 entries. Duplicate file section script entries.
11479 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11480 inlined entries. Add test for safe-path rejection.
11481 * gdb.python/py-section-script.c: Add duplicate inlined section script
11482 entries. Duplicate file section script entries.
11483 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11484 inlined entries. Add test for safe-path rejection.
11485
df25ebbd
JB
114862015-01-29 Joel Brobecker <brobecker@adacore.com>
11487
11488 * gdb.ada/disc_arr_bound: New testcase.
11489
4a0ca9ec
JB
114902015-01-29 Joel Brobecker <brobecker@adacore.com>
11491
11492 * gdb.ada/mi_var_array: New testcase.
11493
3a8b707a
DE
114942015-01-27 Doug Evans <dje@google.com>
11495
11496 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11497 Add test for objfile.filename, objfile.username after objfile
11498 has been unloaded.
11499
f8313f6e
JB
115002015-01-26 Joel Brobecker <brobecker@adacore.com>
11501
11502 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11503 the second test to print the name attribute of value
11504 returned by the call to gdb.lookup_type, and adjust
11505 the expected output accordingly.
11506
37bc665e
MW
115072015-01-25 Mark Wielaard <mjw@redhat.com>
11508
11509 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11510 * gdb.base/disp-step-fork.c: Include unistd.h.
11511 * gdb.base/siginfo-obj.c: Include stdio.h.
11512 * gdb.base/siginfo-thread.c: Likewise.
11513 * gdb.mi/non-stop.c: Include unistd.h.
11514 * gdb.mi/nsthrexec.c: Include stdio.h.
11515 * gdb.mi/pthreads.c: Include unistd.h.
11516 * gdb.modula2/unbounded1.c (main): Declare returns int.
11517 * gdb.reverse/consecutive-reverse.c: Likewise.
11518 * gdb.threads/create-fail.c: Include unistd.h.
11519 * gdb.threads/killed.c: Likewise.
11520 * gdb.threads/linux-dp.c: Likewise.
11521 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11522 * gdb.threads/non-ldr-exc-2.c: Likewise.
11523 * gdb.threads/non-ldr-exc-3.c: Likewise.
11524 * gdb.threads/non-ldr-exc-4.c: Likewise.
11525 * gdb.threads/pthreads.c: Include unistd.h.
11526 (main): Declare returns int.
11527 * gdb.threads/tls-main.c (foo): New declaration.
11528 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11529
f7e5394d
SM
115302015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11531
11532 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11533 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11534
743649fd
MW
115352015-01-15 Mark Wielaard <mjw@redhat.com>
11536
11537 * gdb.base/noreturn-return.c: New file.
11538 * gdb.base/noreturn-return.exp: New file.
11539 * gdb.base/noreturn-finish.c: New file.
11540 * gdb.base/noreturn-finish.exp: New file.
11541
198297aa
PA
115422015-01-23 Pedro Alves <palves@redhat.com>
11543
11544 * gdb.threads/continue-pending-after-query.c: New file.
11545 * gdb.threads/continue-pending-after-query.exp: New file.
11546
717cf30c
AG
115472015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11548 Simon Marchi <simon.marchi@ericsson.com>
11549
11550 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11551 * gdb.base/valgrind-db-attach.exp: Same.
11552 * gdb.base/valgrind-infcall.exp: Same.
11553 * lib/mi-support.exp (default_mi_gdb_start): Same.
11554 * lib/prompt.exp (default_prompt_gdb_start): Same.
11555 * lib/gdb.exp (default_gdb_spawn): Same.
11556 (gdb_interact): New.
11557
11558
4b62a76e
JK
115592015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11560
11561 * gdb.compile/compile.exp (pointer to jit function): New test.
11562
b4cdae6f
WW
115632015-01-17 Wei-cheng Wang <cole945@gmail.com>
11564
11565 * lib/gdb.exp (supports_process_record): Return true for
11566 powerpc*-*-linux*.
11567 (supports_reverse): Likewise.
11568
d221e7ef
DB
115692015-01-15 Don Breazeal <donb@codesourcery.com>
11570
11571 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11572 instead of checking whether the target board is remote and
11573 use spawn_wait_for_attach instead of exec/sleep.
11574 * gdb.base/attach-twice.exp: Likewise.
11575
bafffb51
JB
115762015-01-15 Joel Brobecker <brobecker@adacore.com>
11577
11578 * gdb.ada/var_arr_attrs: New testcase.
11579
5589af0e
PA
115802015-01-14 Pedro Alves <palves@redhat.com>
11581 Joel Brobecker <brobecker@adacore.com>
11582
11583 PR gdb/17525
11584 * gdb.base/bp-cmds-execution-x-script.c: New file.
11585 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11586 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11587
6c400b59
PA
115882015-01-14 Pedro Alves <palves@redhat.com>
11589
11590 PR cli/17828
11591 * gdb.base/batch-preserve-term-settings.c: New file.
11592 * gdb.base/batch-preserve-term-settings.exp: New file.
11593
e02c96a7
DE
115942015-01-13 Doug Evans <dje@google.com>
11595
11596 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11597 binary.
11598
576fd14c
JB
115992015-01-13 Joel Brobecker <brobecker@adacore.com>
11600
11601 * Makefile.in (clean mostlyclean): Do not delete *.py.
11602
04dccad0
JB
116032015-01-13 Joel Brobecker <brobecker@adacore.com>
11604
11605 * gdb.python/py-lookup-type.exp: New file.
11606
3d230f71
PA
116072015-01-12 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11610 restore GDBFLAGS before returning.
11611
7e67715d
JK
116122015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11613
11614 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11615 is_amd64_regs_target and is_x86_like_target.
11616
f2e0d4b4
DE
116172015-01-11 Doug Evans <xdje42@gmail.com>
11618
11619 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11620 is given without an explicit form.
11621 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11622 attributes.
11623 * gdb.dwarf/corrupt.exp: Ditto.
11624 * gdb.dwarf2/enum-type.exp: Ditto.
11625 * gdb.trace/entry-values.exp: Ditto.
11626 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11627
439250fb
DE
116282015-01-11 Doug Evans <xdje42@gmail.com>
11629
11630 PR gdb/15830
11631 * gdb.base/maint.exp: Remove references to "maint demangle".
11632 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11633 Add tests for explicitly specifying language to demangle.
11634 * gdb.dlang/demangle.exp: Ditto.
11635
ede9f622
PA
116362015-01-09 Pedro Alves <palves@redhat.com>
11637
11638 * gdb.threads/non-stop-fair-events.c: New file.
11639 * gdb.threads/non-stop-fair-events.exp: New file.
11640
a7b796db
PA
116412015-01-09 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11644 the global scope. Set a breakpoint after all threads are started
11645 rather than stepping over two source lines. Expect the prompt.
11646 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11647 global.
11648 (NUM): Now 15.
11649 (main): Use threads_started_barrier to wait for all threads to
11650 start. Main thread no longer calls thread_function. Exit after
11651 180 seconds.
11652 (loop): New function.
11653 (thread_function): Wait on threads_started_barrier barrier. Call
11654 'loop' at each iteration.
11655 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11656 threads have started, instead of hardcoding number of "next"
11657 steps. Use an access watchpoint instead of a write watchpoint.
11658
9665ffdd
PA
116592015-01-09 Pedro Alves <palves@redhat.com>
11660
11661 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11662 (thread_func): Wait on barrier.
11663 (main): Wait for all threads to start before stopping GDB.
11664 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11665 global.
11666 (thread1_func, thread2_func): Wait on barrier.
11667 (main): Wait for all threads to start before stopping GDB.
11668 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11669 New global.
11670 (thread1_func, thread2_func): Wait on barrier.
11671 (main): Wait for all threads to start before stopping GDB.
11672
c945a99f
PA
116732015-01-09 Pedro Alves <palves@redhat.com>
11674
11675 * gdb.threads/attach-many-short-lived-threads.c: New file.
11676 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11677
c1a747c1
PA
116782014-01-09 Pedro Alves <palves@redhat.com>
11679
11680 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11681 instead of to thread 2.
11682 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11683 Add barrier around each pthread_create call instead of around all
11684 calls.
11685 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11686 Set a break on thread_function and have the child threads hit it
11687 one at at a time.
11688
60b3033e
PA
116892015-01-09 Pedro Alves <palves@redhat.com>
11690
11691 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11692 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11693 false.
11694 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11695 checking whether the target board is remote.
11696 * gdb.multi/multi-attach.exp: Likewise.
11697 * gdb.python/py-sync-interp.exp: Likewise.
11698 * gdb.server/ext-attach.exp: Likewise.
11699 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11700 tests that need to attach, instead of checking whether the target
11701 board is remote at the top of the file.
11702
acc018ac
YQ
117032015-01-08 Yao Qi <yao@codesourcery.com>
11704
11705 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11706
50a18af8
JK
117072015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11708
11709 Fix testcase compilation.
11710 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11711
8503d6e1
JB
117122015-01-06 Joel Brobecker <brobecker@adacore.com>
11713
11714 * gdb.python/py-type.exp: Add a couple test about empty
11715 array creation, and negative-length array creation.
11716
cc73dbcc
DE
117172015-01-02 Doug Evans <xdje42@gmail.com>
11718
11719 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11720
0300bbc7
DE
117212015-01-02 Doug Evans <dje@google.com>
11722
11723 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11724
9d85a0ec
YQ
117252014-12-29 Yao Qi <yao@codesourcery.com>
11726
11727 * gdb.trace/entry-values.exp: Update comments. Rename variable
11728 bar_call_foo to returned_from_foo.
11729
87186c6a
MMN
117302014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11731
11732 PR gdb/17394
11733 * gdb.linespec/break-asm-file.c: New file.
11734 * gdb.linespec/break-asm-file.exp: New file.
11735 * gdb.linespec/break-asm-file0.s: New file.
11736 * gdb.linespec/break-asm-file1.s: New file.
11737
1bab7383
YQ
117382014-12-18 Nigel Stephens <nigel@mips.com>
11739 Maciej W. Rozycki <macro@codesourcery.com>
11740
11741 * gdb.base/float.exp: Handle the new output from "info float" on
11742 MIPS targets.
11743
1bc1068a
JK
117442014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11745
11746 Fix MinGW compilation.
11747 * gdb.compile/compile-ops.exp: Update untested message if
11748 !skip_compile_feature_tests.
11749 * gdb.compile/compile-setjmp.exp: Likewise.
11750 * gdb.compile/compile-tls.exp: Likewise.
11751 * gdb.compile/compile.exp: Likewise.
11752 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11753 supported on this host".
11754
b6615d10
DE
117552014-12-16 Doug Evans <xdje42@gmail.com>
11756
11757 * boards/stabs.exp: New file.
11758
25dda427
AA
117592014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11760
11761 * gdb.base/completion.exp: Adjust to format changes of "maint
11762 print user-registers".
11763
bf330350
CU
117642014-12-16 Catalin Udma <catalin.udma@freescale.com>
11765
11766 PR server/17457
11767 * gdb.arch/aarch64-fp.c: New file.
11768 * gdb.arch/aarch64-fp.exp: New file.
11769
395cf596
SDJ
117702014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11771
11772 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11773 r210637, r210913, r211666, r215400, r215817).
11774
11775 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11776 * dg-extract-results.py: New file.
11777 * dg-extract-results.sh: Use it if the environment seems
11778 suitable.
11779
11780 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11781
11782 * dg-extract-results.py (parse_run): Handle warnings that
11783 are printed before a test harness is run.
11784
11785 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11786
11787 * dg-extract-results.py (Named): Remove __cmp__ method.
11788 (output_variation): Use a key to sort variation.harnesses.
11789
11790 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11791
11792 * dg-extract-results.py: For Python 3, force sys.stdout to
11793 handle surrogate escape sequences.
11794 (safe_open): New function.
11795 (output_segment, main): Use it.
11796
11797 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11798
11799 * dg-extract-results.py (Prog.result_re): Include options
11800 in test name.
11801
11802 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11803
11804 * dg-extract-results.py (output_variation): Always sort if
11805 do_sum.
11806
e882ef3c
SM
118072014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11808
11809 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11810 as long as we get pagination notifications.
11811
4992aa20
JM
118122014-12-15 Jason Merrill <jason@redhat.com>
11813
11814 * Makefile.in (check-gdb.%): Restore.
11815 * README: Mention it.
11816
c1b5a1a6
JB
118172014-12-13 Joel Brobecker <brobecker@adacore.com>
11818
11819 * gdb.ada/str_uninit: New testcase.
11820
5537b577
JK
118212014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11822
11823 PR symtab/17642
11824 * gdb.base/vla-stub-define.c: New file.
11825 * gdb.base/vla-stub.c: New file.
11826 * gdb.base/vla-stub.exp: New file.
11827
bb2ec1b3
TT
118282014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11829 Jan Kratochvil <jan.kratochvil@redhat.com>
11830 Tom Tromey <tromey@redhat.com>
11831
11832 * configure.ac: Add gdb.compile/.
11833 * configure: Regenerate.
11834 * gdb.compile/Makefile.in: New file.
11835 * gdb.compile/compile-ops.exp: New file.
11836 * gdb.compile/compile-ops.c: New file.
11837 * gdb.compile/compile-tls.c: New file.
11838 * gdb.compile/compile-tls.exp: New file.
11839 * gdb.compile/compile-constvar.S: New file.
11840 * gdb.compile/compile-constvar.c: New file.
11841 * gdb.compile/compile-mod.c: New file.
11842 * gdb.compile/compile-nodebug.c: New file.
11843 * gdb.compile/compile-setjmp-mod.c: New file.
11844 * gdb.compile/compile-setjmp.c: New file.
11845 * gdb.compile/compile-setjmp.exp: New file.
11846 * gdb.compile/compile-shlib.c: New file.
11847 * gdb.compile/compile.c: New file.
11848 * gdb.compile/compile.exp: New file.
11849 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11850
4ff709eb
TT
118512014-12-12 Tom Tromey <tromey@redhat.com>
11852
11853 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11854 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11855
6dddd6a5
DE
118562014-12-12 Doug Evans <dje@google.com>
11857
11858 * lib/gdb-python.exp (get_python_valueof): New function.
11859 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11860
71c24708
AA
118612014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11862
11863 * gdb.base/completion.exp: Add test for completion of "info
11864 registers ".
11865
3e29f34a
MR
118662014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11867
11868 * gdb.base/func-ptrs.c: New file.
11869 * gdb.base/func-ptrs.exp: New file.
11870
fc126975
SM
118712014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11872
11873 PR breakpoints/17012
11874 * gdb.base/dprintf-detach.c: New file.
11875 * gdb.base/dprintf-detach.exp: New file.
11876
0a46d518
SM
118772014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11878
11879 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11880 * lib/gdb.exp (target_is_gdbserver): New procedure.
11881
a0be3e44
DE
118822014-12-08 Doug Evans <dje@google.com>
11883
11884 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11885
df1b803a
YQ
118862014-12-05 Yao Qi <yao@codesourcery.com>
11887
11888 * gdb.guile/scm-error.exp: Remove the third argument to
11889 gdb_remote_download.
11890 * gdb.guile/scm-frame-args.exp: Likewise.
11891 * gdb.guile/scm-section-script.exp: Likewise.
11892
ddb9f679
YQ
118932014-12-05 Yao Qi <yao@codesourcery.com>
11894
11895 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11896
86e4ed39
DE
118972014-12-04 Doug Evans <dje@google.com>
11898
11899 * gdb.python/py-objfile.exp: Add tests for
11900 objfile.add_separate_debug_file.
11901
7c50a931
DE
119022014-12-04 Doug Evans <dje@google.com>
11903
11904 * lib/gdb.exp (get_build_id): New function.
11905 (build_id_debug_filename_get): Rewrite to use it.
11906 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11907
621661e3
MR
119082014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11909
11910 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11911 `method(long)', not just 0x0.
11912 * gdb.cp/nsalias.exp: Align code labels to 4.
11913 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11914 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11915 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11916 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11917 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11918 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11919
29f0c3b7
DE
119202014-12-02 Doug Evans <dje@google.com>
11921
e1e061e7 11922 PR symtab/17602
29f0c3b7 11923 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11924 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11925 * gdb.cp/anon-ns.exp: Update.
11926
162078c8
NB
119272014-12-02 Nick Bull <nicholaspbull@gmail.com>
11928
11929 * gdb.python/py-events.py (inferior_call_handler): New.
11930 (register_changed_handler, memory_changed_handler): New.
11931 (test_events.invoke): Register new handlers.
11932 * gdb.python/py-events.exp: Add tests for inferior call,
11933 memory_changed and register_changed events.
11934
fdb09caf
AA
119352014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11936
11937 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11938 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11939 if the linker doesn't understand this.
11940
55cfb2c4
SM
119412014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11942
11943 * gdb.python/python.exp: Change expected reply to help().
11944
9e8cd6df
YQ
119452014-12-01 Yao Qi <yao@codesourcery.com>
11946
11947 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11948 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11949 * configure: Re-generated.
11950
6c659fc2
SC
119512014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11952
11953 * gdb.cp/chained-calls.cc: New file.
11954 * gdb.cp/chained-calls.exp: New file.
11955 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11956
d7fc3181
SM
119572014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11960 * gdb.dwarf2/symtab-producer.exp: Same.
11961 * gdb.gdb/python-interrupts.exp: Same.
11962 * gdb.gdb/python-selftest.exp: Same.
11963 * gdb.python/py-linetable.exp: Same.
11964 * gdb.python/py-type.exp: Same.
11965 * gdb.python/py-value-cc.exp: Same.
11966 * gdb.python/py-value.exp: Same.
11967
10e79639
YQ
119682014-11-28 Yao Qi <yao@codesourcery.com>
11969
11970 * gdb.base/break-probes.exp: Match library name prefixed with
11971 sysroot.
11972
f28a0564
SM
119732014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11974
11975 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11976 test expected output. Add parentheses for the call to print.
11977 Remove L suffix from integers.
11978
3fe1ce1d
DE
119792014-11-26 Doug Evans <dje@google.com>
11980
11981 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11982
84429e27
YQ
119832014-11-22 Yao Qi <yao@codesourcery.com>
11984
11985 * gdb.trace/entry-values.c: Remove asms.
11986 (foo): Add foo_label.
11987 (bar): Add bar_label.
11988 * gdb.trace/entry-values.exp: Remove code computing foo's
11989 length and bar's length.
11990 (Dwarf::assemble): Invoke function_range for bar and use
11991 MACRO_AT_func for foo.
11992
26741859
YQ
119932014-11-22 Yao Qi <yao@codesourcery.com>
11994
11995 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11996 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11997 Use .Lgcc43_procstart instead of gcc43.
11998
45e44d27
JB
119992014-11-21 Joel Brobecker <brobecker@adacore.com>
12000
12001 * gdb.ada/n_arr_bound: New testcase.
12002
458c8db8
SDJ
120032014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12004
12005 PR breakpoints/10737
12006 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12007 test_catch_syscall_multi_arch.
12008 (test_catch_syscall_multi_arch): New function.
12009
43f3e411
DE
120102014-11-20 Doug Evans <xdje42@gmail.com>
12011
12012 * gdb.base/maint.exp: Update expected output.
12013
0d7b2549
AA
120142014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12015
12016 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12017 4-byte instruction on S390.
12018
8908fca5
JB
120192014-11-19 Joel Brobecker <brobecker@adacore.com>
12020
12021 * gdb.ada/arr_arr: New testcase.
12022
4a46959e
JB
120232014-11-19 Joel Brobecker <brobecker@adacore.com>
12024
12025 * gdb.ada/pkd_arr_elem: New Testcase.
12026
470e2f4e
LM
120272014-11-18 Luis Machado <lgustavo@codesourcery.com>
12028
12029 * gdb.reverse/break-precsave: Expect completion message for
12030 core file reads.
12031 * gdb.reverse/consecutive-precsave.exp: Likewise.
12032 * gdb.reverse/finish-precsave.exp: Likewise.
12033 * gdb.reverse/i386-precsave.exp: Likewise.
12034 * gdb.reverse/machinestate-precsave.exp: Likewise.
12035 * gdb.reverse/sigall-precsave.exp: Likewise.
12036 * gdb.reverse/solib-precsave.exp: Likewise.
12037 * gdb.reverse/step-precsave.exp: Likewise.
12038 * gdb.reverse/until-precsave.exp: Likewise.
12039 * gdb.reverse/watch-precsave.exp: Likewise.
12040
a267f3ad
AA
120412014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12042
12043 * gdb.base/bp-permanent.c: Include unistd.h.
12044 * gdb.python/py-framefilter-mi.c (main): Add return type.
12045 * gdb.python/py-framefilter.c (main): Likewise.
12046 * gdb.trace/actions-changed.c (main): Likewise.
12047
12084a9a
AA
120482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12049
12050 * gdb.mi/until.c: Add eye-catchers.
12051 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12052 line numbers.
12053
dc7e1a77
AA
120542014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12055
12056 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12057 function header variants in break1.c.
12058 * gdb.base/ena-dis-br.exp: Likewise.
12059 * gdb.base/hbreak2.exp: Likewise.
12060 * gdb.reverse/until-precsave.exp: Drop references to removed
12061 non-prototype function header variants in ur1.c.
12062 * gdb.reverse/until-reverse.exp: Likewise.
12063
41c77605
PM
120642014-11-17 Petr Machata <pmachata@redhat.com>
12065
12066 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12067 ${_cu_offset_size} bytes abbrev offset.
12068
34248c3a
DE
120692014-11-15 Doug Evans <xdje42@gmail.com>
12070
12071 PR symtab/17559
12072 * gdb.base/line-symtabs.exp: New file.
12073 * gdb.base/line-symtabs.c: New file.
12074 * gdb.base/line-symtabs.h: New file.
12075
646da059
YQ
120762014-11-14 Yao Qi <yao@codesourcery.com>
12077
12078 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12079 (func): Add label func_label.
12080 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12081 Replace low_pc and high_pc with MACRO_AT_range.
12082 Replace name, low_pc and high_pc with MACRO_AT_func.
12083
9301ebe6
YQ
120842014-11-14 Yao Qi <yao@codesourcery.com>
12085
12086 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12087 Replace name, low_pc and high_pc with MACRO_AT_func.
12088
f166b542
YQ
120892014-11-14 Yao Qi <yao@codesourcery.com>
12090
12091 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12092 produce debug information.
12093 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12094
0f6e71e3
YQ
120952014-11-14 Yao Qi <yao@codesourcery.com>
12096
12097 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12098 object and get function length.
12099 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12100 with MACRO_AT_func.
12101 (top-level): Replace gdb_compile and clean_restart with
12102 prepare_for_testing.
12103 * gdb.dwarf2/main.c (main): Add label main_label.
12104
876c4df9
YQ
121052014-11-14 Yao Qi <yao@codesourcery.com>
12106
12107 * lib/dwarf.exp (function_range): New procedure.
12108 (Dwarf::_handle_macro_at_func): New procedure.
12109 (Dwarf::_handle_macro_at_range): New procedure.
12110 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12111
02ad9cf1
YQ
121122014-11-14 Yao Qi <yao@codesourcery.com>
12113
12114 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12115 (_handle_attribute): New procedure.
12116
a59add0c
AA
121172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12118
12119 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12120 * gdb.base/call-sc.c (zed): Likewise.
12121 * gdb.base/checkpoint.c (main): Likewise.
12122 * gdb.base/dump.c (main): Likewise.
12123 * gdb.base/gcore.c (main): Likewise.
12124 * gdb.base/huge.c (main): Likewise.
12125 * gdb.base/multi-forks.c (main): Likewise.
12126 * gdb.base/pr10179-a.c (main): Likewise.
12127 * gdb.base/savedregs.c (main): Likewise.
12128 * gdb.base/sigaltstack.c (main): Likewise.
12129 * gdb.base/siginfo.c (main): Likewise.
12130 * gdb.base/structs.c (zed): Likewise.
12131 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12132 * gdb.mi/mi-syn-frame.c (main): Likewise.
12133 * gdb.mi/until.c (foo, main): Likewise.
12134 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12135 * gdb.base/solib-weak.c (foo): Declare.
12136 * gdb.base/attach-twice.c: Include stdio.h.
12137 * gdb.base/weaklib1.c: Likewise.
12138 * gdb.base/weaklib2.c: Likewise.
12139 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12140 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12141 unistd.h.
12142 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12143 * gdb.mi/mi-exit-code.c: Likewise.
12144 * gdb.base/break-interp-lib.c: Include string.h.
12145 * gdb.base/coremaker.c: Likewise.
12146 * gdb.base/testenv.c: Likewise.
12147 * gdb.python/py-finish-breakpoint.c: Likewise.
12148 * gdb.base/inferior-died.c: Include sys/wait.h.
12149 * gdb.base/fileio.c: Include time.h.
12150 * gdb.base/async-shell.c: Include unistd.h.
12151 * gdb.base/dprintf-non-stop.c: Likewise.
12152 * gdb.base/info-os.c: Likewise.
12153 * gdb.mi/mi-console.c: Likewise.
12154 * gdb.mi/watch-nonstop.c: Likewise.
12155 * gdb.python/py-events.c: Likewise.
12156 * gdb.base/async.c (baz): Move up before its invocation.
12157 * gdb.base/code_elim2.c (my_global_func): Likewise.
12158 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12159 * gdb.base/advance.c (func2): Likewise.
12160
3b5d5997
AA
121612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12162
12163 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12164 variant.
12165 * gdb.base/annota3.c: Likewise.
12166 * gdb.base/async.c: Likewise.
12167 * gdb.base/average.c: Likewise.
12168 * gdb.base/call-ar-st.c: Likewise.
12169 * gdb.base/call-rt-st.c: Likewise.
12170 * gdb.base/call-sc.c: Likewise.
12171 * gdb.base/call-strs.c: Likewise.
12172 * gdb.base/ending-run.c: Likewise.
12173 * gdb.base/execd-prog.c: Likewise.
12174 * gdb.base/exprs.c: Likewise.
12175 * gdb.base/foll-exec.c: Likewise.
12176 * gdb.base/foll-fork.c: Likewise.
12177 * gdb.base/foll-vfork.c: Likewise.
12178 * gdb.base/funcargs.c: Likewise.
12179 * gdb.base/gcore.c: Likewise.
12180 * gdb.base/jump.c: Likewise.
12181 * gdb.base/langs0.c: Likewise.
12182 * gdb.base/langs1.c: Likewise.
12183 * gdb.base/langs2.c: Likewise.
12184 * gdb.base/mips_pro.c: Likewise.
12185 * gdb.base/nodebug.c: Likewise.
12186 * gdb.base/opaque0.c: Likewise.
12187 * gdb.base/opaque1.c: Likewise.
12188 * gdb.base/recurse.c: Likewise.
12189 * gdb.base/run.c: Likewise.
12190 * gdb.base/scope0.c: Likewise.
12191 * gdb.base/scope1.c: Likewise.
12192 * gdb.base/setshow.c: Likewise.
12193 * gdb.base/setvar.c: Likewise.
12194 * gdb.base/shmain.c: Likewise.
12195 * gdb.base/shr1.c: Likewise.
12196 * gdb.base/shr2.c: Likewise.
12197 * gdb.base/sigall.c: Likewise.
12198 * gdb.base/signals.c: Likewise.
12199 * gdb.base/so-indr-cl.c: Likewise.
12200 * gdb.base/solib2.c: Likewise.
12201 * gdb.base/structs.c: Likewise.
12202 * gdb.base/sum.c: Likewise.
12203 * gdb.base/vforked-prog.c: Likewise.
12204 * gdb.base/watchpoint.c: Likewise.
12205 * gdb.reverse/shr2.c: Likewise.
12206 * gdb.reverse/until-reverse.c: Likewise.
12207 * gdb.reverse/ur1.c: Likewise.
12208 * gdb.reverse/watch-reverse.c: Likewise.
12209
066a77c5
AA
122102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12211
12212 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12213 variant.
12214 * gdb.base/sepdebug.exp: Drop references to removed code.
12215
4f204ea5
AA
122162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12217
12218 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12219 variant. Preserve original line numbering.
12220 * gdb.base/list1.c: Likewise.
12221
3b377a3a
AA
122222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12223
12224 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12225 variant.
12226 * gdb.base/break1.c: Likewise.
12227 * gdb.base/break.exp: Drop references to removed code.
12228
e444df73
AA
122292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12230
12231 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12232 variant.
12233
8008f2a7
AA
122342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12235
12236 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12237
a5a06887
AA
122382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12239
12240 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12241 logic into perform_all_tests() and invoke it with and without
12242 function header prototypes.
12243 (do_function_calls): Remove conditional XFAIL for PR 5318.
12244 (rerun_and_prepare): Remove duplicate code.
12245 (perform_all_tests): New. Main logic moved here.
12246
44dba9b9
AA
122472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12248
12249 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12250 code guarded by #ifdef NO_PROTOTYPES.
12251 (t_double_many_args): Likewise.
12252 (DEF_FUNC_MANY_ARGS_1): Likewise.
12253 (DEF_FUNC_VALUES_1): Likewise.
12254 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12255 guarded by #ifdef PROTOTYPES.
12256
d1fbcd56
AA
122572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12258
12259 * gdb.mi/mi-console.c: Add eye-catcher.
12260 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12261 instead of literal line number.
12262
b0e59b8f
AA
122632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12264
12265 * gdb.base/shr2.c: Add eye-catcher.
12266 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12267 line number.
12268
78f98cca
AA
122692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12270
12271 * gdb.base/jump.c: Add eye-catchers.
12272 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12273 numbers.
12274
58fa2af0
AA
122752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12276
12277 * gdb.base/execd-prog.c: Add eye-catchers.
12278 * gdb.base/foll-exec.c: Likewise.
12279 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12280 line numbers.
12281
04e5059b
AA
122822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12283
12284 * gdb.base/ending-run.c: Add eye-catchers.
12285 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12286 literal line numbers.
12287
dbfdb174
AA
122882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12289
12290 * gdb.base/call-rt-st.c: Add eye-catchers.
12291 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12292 literal line numbers.
12293
888a2ade
AA
122942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12295
12296 * gdb.base/call-ar-st.c: Add eye-catchers.
12297 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12298 literal line numbers.
12299
6acc2dde
AA
123002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12301
12302 * gdb.base/average.c: Add eye-catchers.
12303 * gdb.base/sum.c: Likewise.
12304 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12305 regexps dynamically.
12306
9ecfcd1d
AA
123072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12308
12309 * gdb.base/solib1.c: Add eye-catchers.
12310 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12311 literal line numbers.
12312
78708b7c
PA
123132014-11-12 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12316 leader has exited.
12317
af48d08f
PA
123182014-11-12 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.arch/i386-bp_permanent.c: New file.
12321 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12322 (srcfile): Set to i386-bp_permanent.c.
12323 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12324 that stepi does not execute the 'leave' instruction, instead of
12325 testing it does execute.
12326 * gdb.base/bp-permanent.c: New file.
12327 * gdb.base/bp-permanent.exp: New file.
12328
af3768e9
DE
123292014-11-10 Doug Evans <xdje42@gmail.com>
12330
12331 PR symtab/17564
12332 * gdb.base/symtab-search-order.exp: New file.
12333 * gdb.base/symtab-search-order.c: New file.
12334 * gdb.base/symtab-search-order-1.c: New file.
12335 * gdb.base/symtab-search-order-shlib-1.c: New file.
12336
9de00a4a
PA
123372014-11-07 Pedro Alves <palves@redhat.com>
12338
12339 PR gdb/17511
12340 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12341 i?86-*-linux*.
12342
e0f52461
SC
123432014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12344
12345 PR c++/17494
12346 * gdb.cp/pr17494.cc: New file.
12347 * gdb.cp/pr17494.exp: New file.
12348
6ce8c980
YQ
123492014-11-02 Yao Qi <yao@codesourcery.com>
12350
12351 * gdb.python/python.exp: Get working directory and match the
12352 output of "set extended-prompt \\w " with it.
12353
02be9a71
DE
123542014-10-30 Doug Evans <dje@google.com>
12355
12356 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12357 in objfiles.
12358 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12359 in progspaces.
12360
3bdff46b
LM
123612014-10-30 Janis Johnson <janisjo@codesourcery.com>
12362
12363 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12364 * gdb.base/realname-expand.exp: Likewise.
12365 * gdb.linespec/macro-relative.exp: Likewise.
12366
ab917dfb
PA
123672014-10-29 Pedro Alves <palves@redhat.com>
12368
12369 PR gdb/17408
12370 * gdb.threads/schedlock.c (some_function): New function.
12371 (call_function): New global.
12372 (MAYBE_CALL_SOME_FUNCTION): New macro.
12373 (thread_function): Call it.
12374 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12375 and use it instead of a global counter. Adjust all callers.
12376 (get_current_thread): Use "find current thread" for test message
12377 here rather than having all callers pass down the same string.
12378 (goto_loop): New procedure, factored out from ...
12379 (my_continue): ... this.
12380 (step_ten_loops): Change parameter from test message to command to
12381 use. Adjust.
12382 (list_count): Delete global.
12383 (check_result): New procedure, factored out from duplicate top
12384 level code.
12385 (continue tests): Wrap in with_test_prefix.
12386 (test_step): New procedure, factored out from duplicate top level
12387 code.
12388 (top level): Test "step" in combination with all scheduler-locking
12389 modes. Test "next" in combination with all scheduler-locking
12390 modes, and in combination with stepping over a function call or
12391 not.
12392 * gdb.threads/next-bp-other-thread.c: New file.
12393 * gdb.threads/next-bp-other-thread.exp: New file.
12394
d3d4baed
PA
123952014-10-29 Pedro Alves <palves@redhat.com>
12396
12397 PR python/17372
12398 * gdb.python/python.exp: Test a multi-line command that spawns
12399 interactive Python.
12400 * gdb.base/multi-line-starts-subshell.exp: New file.
12401
563e8d85
YQ
124022014-10-29 Yao Qi <yao@codesourcery.com>
12403
12404 * gdb.base/fileio.exp: Make directories on host.
12405
0ea4d52e
YQ
124062014-10-29 Yao Qi <yao@codesourcery.com>
12407
12408 * gdb.base/fileio.c (test_write): Close the file.
12409
7f5ef605
PA
124102014-10-28 Pedro Alves <palves@redhat.com>
12411
12412 PR gdb/12623
12413 * gdb.base/sigstep.c (no_handler): New global.
12414 (main): If 'no_handler is true, set the signal handlers to
12415 SIG_IGN.
12416 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12417 with_sw_watch and no_handler parameters. Handle them.
12418 (top level) <stepping over handler when stopped at a breakpoint
12419 test>: Add a test axis for testing with a software watchpoint, and
12420 another for testing with the signal handler set to SIG_IGN.
12421 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12422 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12423
abbdbd03
PA
124242014-10-28 Pedro Alves <palves@redhat.com>
12425
12426 PR gdb/17511
12427 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12428 * gdb.base/sigstep.exp (other_handler_location): New global.
12429 (advance): Support stepping into the signal handler, and running
12430 commands while in the handler.
12431 (in_handler_map): New global.
12432 (top level): In the advance test, add combinations for getting
12433 into the handler with stepping commands, and for running commands
12434 in the handler. Add comment descripting the advancei tests.
12435
1df4399f
PA
124362014-10-28 Pedro Alves <palves@redhat.com>
12437
12438 * gdb.base/sigstep.exp: Use build_executable instead of
12439 prepare_for_testing.
12440 (top level): Move code that starts GDB, runs to main and creates a
12441 display to ...
12442 (restart): ... this new procedure.
12443 (top level): Move backtrace from signal handler test to ...
12444 (validate_backtrace): ... this new procedure.
12445 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12446 with_test_prefix. Always restart GDB.
12447 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12448 with_test_prefix. Always restart GDB. No need to delete
12449 breakpoints after the test.
12450 (test_skip_handler): Remove prefix parameter.
12451 (skip_over_handler, breakpoint_to_handler)
12452 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12453 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12454 restart GDB. No need to delete breakpoints after the test.
12455 (top level): Use foreach to call the test procedures with
12456 different commands.
12457
a5b6e449
PA
124582014-10-28 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12461 instead of GNATS numbers.
12462 * gdb.base/sigbpt.exp: Likewise.
12463 * gdb.base/siginfo.exp: Likewise.
12464 * gdb.base/sigstep.exp: Likewise.
12465
e5f8a7cc
PA
124662014-10-27 Pedro Alves <palves@redhat.com>
12467
12468 * gdb.base/sigstep.c (dummy): New global.
12469 (main): Issue a couple writes to the new global.
12470 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12471 procedures.
12472 (skip_over_handler): Use test_skip_handler.
12473 (top level): Call skip_over_handler for stepi and nexti too.
12474 (breakpoint_over_handler): Use test_skip_handler.
12475 (top level): Call breakpoint_over_handler for stepi and nexti too.
12476
763905a3
YQ
124772014-10-27 Yao Qi <yao@codesourcery.com>
12478
12479 * gdb.trace/tfile.c (adjust_function_address)
12480 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12481 function descriptor.
12482
6f259a23
DB
124832014-10-24 Don Breazeal <donb@codesourcery.com>
12484
12485 * gdb.base/foll-fork.exp (test_follow_fork,
12486 catch_fork_child_follow): Check for updated fork messages emitted
12487 from infrun.c.
12488 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12489 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12490 vfork_and_exec_child_follow_through_step): Check for updated vfork
12491 messages emitted from infrun.c.
12492
09dd9a69
PA
124932014-10-24 Pedro Alves <palves@redhat.com>
12494
12495 * gdb.base/corefile.exp: Remove references to ultrix.
12496 * gdb.base/interrupt.exp: Likewise.
12497 * gdb.base/whatis.exp: Likewise.
12498 * gdb.gdb/selftest.exp: Likewise.
12499 * gdb.threads/manythreads.exp: Likewise.
12500 * gdb.threads/print-threads.exp: Likewise.
12501 * gdb.threads/pthreads.exp:: Likewise.
12502 * gdb.threads/schedlock.exp: Likewise.
12503
3433cfa5
SC
125042014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12505
12506 * gdb.cp/non-trivial-retval.cc: Add a test case.
12507 * gdb.cp/non-trivial-retval.exp: Add a test.
12508
092f880b
YQ
125092014-10-20 Yao Qi <yao@codesourcery.com>
12510
12511 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12512 * gdb.python/py-objfile-script-gdb.py: New file.
12513 * gdb.python/py-objfile-script.exp: Update reference to
12514 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12515 of remote_download. Remove the dest file.
12516
acbdb7f3
YQ
125172014-10-20 Yao Qi <yao@codesourcery.com>
12518
12519 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12520 * gdb.base/step-line.exp: Likewise.
12521 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12522 * gdb.dwarf2/dw2-basic.exp: Likewise.
12523 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12524 * gdb.dwarf2/dw2-filename.exp: Likewise.
12525 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12526 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12527 * gdb.dwarf2/dw2-producer.exp: Likewise.
12528 * gdb.dwarf2/mac-fileno.exp: Likewise.
12529 * gdb.python/py-frame-args.exp: Likewise.
12530 * gdb.python/py-framefilter.exp: Likewise.
12531 * gdb.python/py-mi.exp: Likewise.
12532 * gdb.python/py-objfile-script.exp: Likewise
12533 * gdb.python/py-pp-integral.exp: Likewise.
12534 * gdb.python/py-pp-re-notag.exp: Likewise.
12535 * gdb.python/py-prettyprint.exp: Likewise.
12536 * gdb.python/py-section-script.exp: Likewise.
12537 * gdb.python/py-typeprint.exp: Likewise.
12538 * gdb.python/py-xmethods.exp: Likewise.
12539 * gdb.stabs/weird.exp: Likewise.
12540 * gdb.xml/tdesc-regs.exp: Likewise.
12541
bd286a29
KCY
125422014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12543
12544 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12545 (out_cu): Use addr_len for the size of addresses.
12546 (out_line): Likewise. Size DW_LNE_set_address instruction
12547 according to addr_len.
12548 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12549 (FUNC): Add START_INSNS to definition.
12550
673dc4a0
YQ
125512014-10-18 Yao Qi <yao@codesourcery.com>
12552
12553 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12554 gdb_has_argv0 return true.
12555 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12556 check [target_info exists noargs], check [gdb_has_argv0]
12557 instead.
12558 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12559 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12560 procedures.
12561
4ffbba72
DE
125622014-10-17 Doug Evans <dje@google.com>
12563
12564 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12565 event.
12566 * gdb.python/py-events.py: Add clear_objfiles event.
12567
d096d8c1
DE
125682014-10-17 Doug Evans <dje@google.com>
12569
12570 * gdb.python/py-objfile.exp: Test progspace attribute.
12571
a80db015
LM
125722014-10-17 Luis Machado <lgustavo@codesourcery.com>
12573
12574 * gdb.guile/scm-breakpoint.exp: Do not assume any
12575 directory separators when matching source file paths.
12576 * gdb.python/py-breakpoint.exp: Likewise.
12577 * gdb.reverse/break-precsave.exp: Likewise.
12578 * gdb.reverse/break-reverse.exp: Likewise.
12579 * gdb.reverse/consecutive-precsave.exp: Likewise.
12580 * gdb.reverse/finish-precsave.exp: Likewise.
12581 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12582 * gdb.reverse/finish-reverse.exp: Likewise.
12583 * gdb.reverse/i386-precsave.exp: Likewise.
12584 * gdb.reverse/i387-env-reverse.exp: Likewise.
12585 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12586 * gdb.reverse/machinestate-precsave.exp: Likewise.
12587 * gdb.reverse/machinestate.exp: Likewise.
12588 * gdb.reverse/sigall-precsave.exp: Likewise.
12589 * gdb.reverse/solib-precsave.exp: Likewise.
12590 * gdb.reverse/step-precsave.exp: Likewise.
12591 * gdb.reverse/until-precsave.exp: Likewise.
12592 * gdb.reverse/watch-precsave.exp: Likewise.
12593 * gdb.reverse/watch-reverse.exp: Likewise.
12594
b22089ab
YQ
125952014-10-17 Yao Qi <yao@codesourcery.com>
12596
12597 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12598 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12599
6c4486e6
PA
126002014-10-17 Pedro Alves <palves@redhat.com>
12601
12602 PR gdb/17471
12603 * gdb.base/bg-execution-repeat.c: New file.
12604 * gdb.base/bg-execution-repeat.exp: New file.
12605
0ff33695
PA
126062014-10-17 Pedro Alves <palves@redhat.com>
12607
12608 PR gdb/17300
12609 * gdb.base/continue-all-already-running.c: New file.
12610 * gdb.base/continue-all-already-running.exp: New file.
12611
6fdebc3d
PA
126122014-10-17 Pedro Alves <palves@redhat.com>
12613
12614 PR gdb/17472
12615 * gdb.base/annota-input-while-running.c: New file.
12616 * gdb.base/annota-input-while-running.exp: New file.
12617
32a8097b
PA
126182014-10-17 Pedro Alves <palves@redhat.com>
12619
12620 * gdb.base/callfuncs.exp: emove references to osf.
12621 * gdb.base/sigall.exp: Likewise.
12622 * gdb.gdb/selftest.exp: Likewise.
12623 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12624 * gdb.mi/non-stop.c: Likewise.
12625 * gdb.mi/pthreads.c: Likewise.
12626 * gdb.reverse/sigall-precsave.exp: Likewise.
12627 * gdb.reverse/sigall-reverse.exp: Likewise.
12628 * gdb.threads/pthreads.c: Likewise.
12629 * gdb.threads/pthreads.exp: Likewise.
12630
7a3517ff
YQ
126312014-10-17 Yao Qi <yao@codesourcery.com>
12632
12633 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12634 check 'target_info exists noargs'.
12635 (test_command_prompt_position): Likewise.
12636 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12637 Remove "set args".
12638 (progvar_simple_while_test): Likewise.
12639 (progvar_complex_if_while_test): Likewise.
12640 (if_while_breakpoint_command_test): Likewise.
12641 (infrun_breakpoint_command_test): Likewise.
12642 (breakpoint_command_test): Likewise.
12643 (watchpoint_command_test): Likewise.
12644 (bp_deleted_in_command_test): Likewise.
12645 (temporary_breakpoint_commands): Likewise.
12646
bb99c472
YQ
126472014-10-16 Yao Qi <yao@codesourcery.com>
12648
12649 * gdb.base/remotetimeout.exp: Remove noargs checking.
12650
7c16b83e
PA
126512014-10-15 Pedro Alves <palves@redhat.com>
12652
12653 PR breakpoints/9649
12654 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12655 * gdb.base/breakpoint-in-ro-region.exp
12656 (probe_target_hardware_step): New procedure.
12657 (top level): Probe hardware stepping and hardware breakpoint
12658 support. Test stepping through a read-only region, with both
12659 "breakpoint auto-hw" on and off and both "always-inserted" on and
12660 off.
12661
35a49624
IB
126622014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12663
12664 * gdb.dlang/demangle.exp: Update for demangling changes.
12665
2d1c107c
SC
126662014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12667
12668 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12669 * gdb.cp/non-trivial-retval.exp: Add new tests.
12670
778811d5
SC
126712014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12672
12673 PR c++/13403
12674 PR c++/15154
12675 * gdb.cp/non-trivial-retval.cc: New file.
12676 * gdb.cp/non-trivial-retval.exp: New file.
12677
10c5f0a8
YQ
126782014-10-15 Yao Qi <yao@codesourcery.com>
12679
12680 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12681 remote host.
12682
65d7b369
YQ
126832014-10-15 Yao Qi <yao@codesourcery.com>
12684
12685 * gdb.python/py-symbol.exp: Match file base name if host is
12686 remote, otherwise match file name with dir name.
12687 * gdb.python/py-symtab.exp: Likewise.
12688 * gdb.python/python.exp: Likewise.
12689
46dc1394
YQ
126902014-10-15 Yao Qi <yao@codesourcery.com>
12691
12692 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12693 pattern.
12694 * gdb.python/py-symtab.exp: Likewise.
12695 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12696 locationn.
12697
c40cc657
JB
126982014-10-14 Joel Brobecker <brobecker@adacore.com>
12699
12700 * gdb.ada/addr_arith: New testcase.
12701
2abf49e1
MR
127022014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12703
12704 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12705 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12706 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12707 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12708
f7088df3
SDJ
127092014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12710
12711 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12712 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12713 * gdb.arch/stap-eval-lang-ada.exp: New file.
12714
4dc06805
YQ
127152014-10-14 Yao Qi <yao@codesourcery.com>
12716
12717 * gdb.mi/mi-var-child.c (nothing1): New function.
12718 (nothing2): New function.
12719 (do_children_tests): Set function pointers by nothing1 and
12720 nothing2.
12721 * gdb.mi/mi-var-child.exp: Step over new added statements.
12722 Update test to match the new output.
12723 * gdb.mi/var-cmd.c (nothing1): New function.
12724 (nothing2): New function.
12725 (do_children_tests): Set function pointers by nothing1 and
12726 nothing2.
12727 * gdb.mi/mi-var-display.exp: Update test to match output.
12728 Step to the line specified by $line_dct_nothing.
12729 Increase the number of lines to step.
12730
46a93de2
YQ
127312014-10-14 Yao Qi <yao@codesourcery.com>
12732
12733 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12734 tests.
12735 * gdb.mi/mi2-var-child.exp: Likewise.
12736
14ea52ee
DE
127372014-10-13 Doug Evans <dje@google.com>
12738
12739 * gdb.python/py-objfile.exp: Change name of file name test.
12740
e5c6e92b
DE
127412014-10-13 Doug Evans <dje@google.com>
12742
12743 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12744 from the start of the CU.
12745
c780cc2f
JK
127462014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12747 Yao Qi <yao@codesourcery.com>
12748
12749 Fix "save breakpoints" for "catch" command.
12750 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12751 Remove -nonewline. Match also the added "main" line.
12752
99894e11
JK
127532014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12754
12755 Fix "save breakpoints" for "disable $bpnum" command.
12756 * gdb.base/save-bp.c (main): Add label.
12757 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12758
6e1ac5a3
JK
127592014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12760
12761 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12762
754dd2b0
YQ
127632014-10-11 Yao Qi <yao@codesourcery.com>
12764
12765 * gdb.server/server-kill.exp: Execute command
12766 "set remote trace-status-packet on" before "tstatus".
12767
f90183d7
YQ
127682014-10-11 Yao Qi <yao@codesourcery.com>
12769
12770 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12771 (main): Call getppid.
12772 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12773 and continue to it. Read variable "server_pid".
12774
bf40a607
YQ
127752014-10-11 Yao Qi <yao@codesourcery.com>
12776
12777 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12778
052ca370
YQ
127792014-10-11 Yao Qi <yao@codesourcery.com>
12780
12781 * gdb.threads/thread-find.exp: Don't execute command
12782 "info threads".
12783 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12784 * gdb.threads/linux-dp.exp: Don't check the condition
12785 $threads_created equals to zero.
12786
3831839c
PA
127872014-10-10 Pedro Alves <palves@redhat.com>
12788
12789 * gdb.base/bigcore.exp: Remove references to IRIX.
12790 * gdb.base/funcargs.exp: Likewise.
12791 * gdb.base/interrupt.exp: Likewise.
12792 * gdb.base/mips_pro.exp: Likewise.
12793 * gdb.base/nodebug.exp: Likewise.
12794 * gdb.base/setvar.exp: Likewise.
12795 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12796
8b9a549d
PA
127972014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12798 Pedro Alves <palves@redhat.com>
12799
12800 PR symtab/14466
12801 * gdb.base/vdso-warning.c: New file.
12802 * gdb.base/vdso-warning.exp: New file.
12803
d48ba5e8
DE
128042014-10-02 Doug Evans <dje@google.com>
12805
12806 * gdb.base/structs.c (main): Don't run forever.
12807
2278c276
PA
128082014-10-02 Pedro Alves <palves@redhat.com>
12809
12810 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12811 (top level) <stop threads 1, stop threads 2>: Use it.
12812
b57bacec
PA
128132014-10-02 Pedro Alves <palves@redhat.com>
12814
12815 * gdb.threads/break-while-running.exp (test): Add new
12816 'update_thread_list' argument. Skip "info threads" if false.
12817 (top level): Add new 'update_thread_list' axis.
12818
13fd3ff3
PA
128192014-10-02 Pedro Alves <palves@redhat.com>
12820
12821 PR breakpoints/17431
12822 * gdb.base/execl-update-breakpoints.c: New file.
12823 * gdb.base/execl-update-breakpoints.exp: New file.
12824
0fec99e8
PA
128252014-10-01 Pedro Alves <palves@redhat.com>
12826
12827 * gdb.base/breakpoint-in-ro-region.c: New file.
12828 * gdb.base/breakpoint-in-ro-region.exp: New file.
12829
2ddf4301
SM
128302014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12831
12832 * gdb.mi/mi-exit-code.exp: New file.
12833 * gdb.mi/mi-exit-code.c: New file.
12834
6a5f3f43
YQ
128352014-09-30 Yao Qi <yao@codesourcery.com>
12836
12837 * lib/prelink-support.exp (build_executable_own_libs): Error if
12838 the target isn't native.
12839
345bcc73
YQ
128402014-09-30 Yao Qi <yao@codesourcery.com>
12841
12842 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12843 false.
12844
a25a5a45
PA
128452014-09-22 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.threads/break-while-running.exp: New file.
12848 * gdb.threads/break-while-running.c: New file.
12849
00ba3162
YQ
128502014-09-19 Yao Qi <yao@codesourcery.com>
12851
12852 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12853 Invoke test. Restart GDB with --readnow and invoke test again.
12854
c3b7b696
YQ
128552014-09-19 Yao Qi <yao@codesourcery.com>
12856
12857 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12858 proc set_breakpoint_on_gcd_function. Invoke
12859 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12860 invoke set_breakpoint_on_gcd_function again.
12861
2b4fd423
DE
128622014-09-18 Doug Evans <dje@google.com>
12863
12864 * gdb.dwarf2/symtab-producer.exp: New file.
12865
a5947601
SDJ
128662014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12867
12868 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12869 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12870 * gdb.base/global-var-nested-by-dso.c: Likewise.
12871 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12872
91c19059
SDJ
128732014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12874 Pedro Alves <palves@redhat.com>
12875
12876 * gdb.base/watch-bitfields.exp: Pass string other than test file
12877 name to prepare_for_testing.
12878 (watch): New procedure.
12879 (expect_watchpoint): Use with_test_prefix.
12880 (top level): Factor out tests to ...
12881 (test_watch_location, test_regular_watch): ... these new
12882 procedures, and use with_test_prefix and gdb_continue_to_end.
12883
bb9d5f81
PP
128842014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12885
12886 PR breakpoints/12526
12887 * gdb.base/watch-bitfields.exp: New file.
12888 * gdb.base/watch-bitfields.c: New file.
12889
635856f5
PA
128902014-09-16 Pedro Alves <palves@redhat.com>
12891
12892 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12893 software and hardware addresses, not software address against
12894 itself.
12895
7280ceea
PA
128962014-09-16 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12899 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12900
428b16bd
PA
129012014-09-16 Pedro Alves <palves@redhat.com>
12902
12903 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12904 files.
12905 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12906 "*-*-vxworks*" throughout.
12907 * gdb.base/break.exp: Likewise.
12908 * gdb.base/default.exp: Likewise.
12909 * gdb.base/scope.exp: Likewise.
12910 * gdb.base/sepdebug.exp: Likewise.
12911 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12912 throughout.
12913 * gdb.base/run.c: Likewise.
12914 * gdb.base/sepdebug.c: Likewise.
12915 * gdb.hp/gdb.aCC/run.c: Likewise.
12916 * gdb.reverse/until-reverse.c: Likewise.
12917 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12918
666d413c
YQ
129192014-09-16 Yao Qi <yao@codesourcery.com>
12920
12921 * boards/local-remote-host-native.exp: New file.
12922
57cbd724
DE
129232014-09-14 Doug Evans <xdje42@gmail.com>
12924
12925 * gdb.threads/queue-signal.c (thread_count): New variable.
12926 (thread_count_mutex, thread_count_condvar): New variables.
12927 (incr_thread_count, wait_all_threads_running): New functions.
12928 (main): Wait for all threads to be in their thread functions.
12929
81219e53
DE
129302014-09-13 Doug Evans <xdje42@gmail.com>
12931
12932 * gdb.threads/queue-signal.c: New file.
12933 * gdb.threads/queue-signal.exp: New file.
12934
3714cea7
DE
129352014-09-13 Doug Evans <xdje42@gmail.com>
12936
12937 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12938 be consistent with what default_gdb_init uses.
12939 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12940 the plain text of the prompt. Add some logging printfs.
12941 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12942
fa43b1d7
PA
129432014-09-12 Pedro Alves <palves@redhat.com>
12944
12945 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12946 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12947 * gdb.arch/i386-size-overlap.exp: Likewise.
12948 * gdb.arch/i386-size.exp: Likewise.
12949 * gdb.arch/i386-unwind.exp: Likewise.
12950 * gdb.base/a2-run.exp: Likewise.
12951 * gdb.base/break.exp: Likewise.
12952 * gdb.base/charset.exp: Likewise.
12953 * gdb.base/chng-syms.exp: Likewise.
12954 * gdb.base/commands.exp: Likewise.
12955 * gdb.base/dbx.exp: Likewise.
12956 * gdb.base/find.exp: Likewise.
12957 * gdb.base/funcargs.exp: Likewise.
12958 * gdb.base/jit-simple.exp: Likewise.
12959 * gdb.base/reread.exp: Likewise.
12960 * gdb.base/sepdebug.exp: Likewise.
12961 * gdb.base/step-bt.exp: Likewise.
12962 * gdb.cp/mb-inline.exp: Likewise.
12963 * gdb.cp/mb-templates.exp: Likewise.
12964 * gdb.objc/basicclass.exp: Likewise.
12965 * gdb.threads/killed.exp: Likewise.
12966
9d9bf2df
EBM
129672014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12968
12969 PR tdep/17379
12970 * gdb.arch/powerpc-stackless.S: New file.
12971 * gdb.arch/powerpc-stackless.exp: New file.
12972
1cf2f1b0
JK
129732014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12974
12975 * gdb.base/attach.c: Include unistd.h.
12976 (main): Call alarm. Add label postloop.
12977 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12978 gdb_breakpoint, gdb_continue_to_breakpoint.
12979 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12980
98880d46
PA
129812014-09-11 Pedro Alves <palves@redhat.com>
12982
12983 PR gdb/17347
12984 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12985 * gdb.base/attach.exp (test_command_line_attach_run): New
12986 procedure.
12987 (top level): Call it.
12988
4c92ff2c
PA
129892014-09-11 Pedro Alves <palves@redhat.com>
12990
12991 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12992 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12993 (do_command_attach_tests): Use spawn_wait_for_attach.
12994 * gdb.base/solib-overlap.exp: Likewise.
12995 * gdb.multi/multi-attach.exp: Likewise.
12996 * gdb.python/py-prompt.exp: Likewise.
12997 * gdb.python/py-sync-interp.exp: Likewise.
12998 * gdb.server/ext-attach.exp: Likewise.
12999
3adc1a7d
GKB
130002014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13001
13002 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13003 command in testcase. Simplify testcase.
13004
96334934
JB
130052014-09-10 Joel Brobecker <brobecker@adacore.com>
13006
13007 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13008
eb479039
JB
130092014-09-10 Joel Brobecker <brobecker@adacore.com>
13010
13011 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13012
deede10c
JB
130132014-09-10 Joel Brobecker <brobecker@adacore.com>
13014
13015 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13016
7828a5f5
JB
130172014-09-10 Joel Brobecker <brobecker@adacore.com>
13018
13019 * gdb.dwarf2/dynarr-ptr.c: New file.
13020 * gdb.dwarf2/dynarr-ptr.exp: New file.
13021
33aeebcf
MR
130222014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13023
13024 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13025 of 30 rather than hardcoding 120 for a slow test case. Take the
13026 `gdb,timeout' target setting into account for this calculation.
13027 Don't extend the timeout for the test cases that don't need it.
13028
7b415901
MR
130292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13030
13031 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13032 a factor of 2 for a slow test case. Take the `gdb,timeout'
13033 target setting into account for this calculation.
13034 * gdb.reverse/until-precsave.exp: Increase the timeout by
13035 a factor of 15 and 3 respectively rather than adding 120
13036 for a pair of slow test cases. Take the `gdb,timeout'
13037 target setting into account for this calculation.
13038
4a40f85a
MR
130392014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13040
13041 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13042 timeout, don't pass one down to gdb_expect.
13043 (gdb_expect): Rework timeout selection.
13044
09635af7
MR
130452014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13046
13047 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13048 exception on timeout.
13049 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13050 (gdbserver_start_extended): Catch any `gdbserver_start' error
13051 exceptions.
13052 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13053 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13054 `gdbserver_gdb_load' error exceptions.
13055
2bdd10b7
MR
130562014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13057
13058 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13059 120 on waiting for the TCP socket to open.
13060
316935f0
DE
130612014-09-09 Doug Evans <xdje42@gmail.com>
13062
13063 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13064 _caller_matches, _any_caller_is, _any_caller_matches.
13065
83740597
DE
130662014-09-09 Doug Evans <xdje42@gmail.com>
13067
13068 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13069
4c122fc3
YQ
130702014-09-09 Yao Qi <yao@codesourcery.com>
13071
13072 * gdb.mi/mi-var-display.exp: Set print symbol off.
13073
a9f116cb
GKB
130742014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13075
13076 PR gdb/17035
13077 * gdb.base/commands.exp: Add tests to verify user-defined
13078 commands with empty bodies.
13079 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13080 python commands in `show user command`.
13081 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13082 scheme commands in `show user command`.
13083
c75bd3a2
JK
130842014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13085
13086 PR python/17355
13087 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13088 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13089 * gdb.python/py-framefilter-invalidarg.exp: New file.
13090 * gdb.python/py-framefilter-invalidarg.py: New file.
13091
faa42425
DE
130922014-09-06 Doug Evans <xdje42@gmail.com>
13093
13094 PR 15276
13095 * gdb.python/py-caller-is.c: New file.
13096 * gdb.python/py-caller-is.exp: New file.
13097
474ca4f6
SDJ
130982014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13099
13100 PR gdb/17235
13101 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13102 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13103
eb0b0463
SDJ
131042014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13105
13106 PR fortran/17237
13107 * gdb.fortran/print-formatted.exp: New file.
13108 * gdb.fortran/print-formatted.f90: Likewise.
13109
5f3b99cf
SS
131102014-09-03 Sasha Smundak <asmundak@google.com>
13111
13112 * gdb.python/py-frame.exp: Test Frame.read_register.
13113
7d793aa9
SDJ
131142014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13115
13116 PR python/16699
13117 * gdb.python/py-completion.exp: New file.
13118 * gdb.python/py-completion.py: Likewise.
13119
fb0576e9
DE
131202014-08-28 Doug Evans <dje@google.com>
13121
13122 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13123 eax,etc. are live with values set by gdb and thus the compiler can't
13124 use them.
13125 * gdb.arch/i386-pseudo.c (main): Ditto.
13126
ee92b0dd
DE
131272014-08-27 Doug Evans <dje@google.com>
13128
13129 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13130
6649db35
DE
131312014-08-25 Doug Evans <dje@google.com>
13132
13133 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13134 (main): Ditto.
13135
564b7600
DE
131362014-08-25 Doug Evans <dje@google.com>
13137
13138 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13139
3881fb67
YQ
131402014-08-24 Yao Qi <yao@codesourcery.com>
13141
13142 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13143 symbol off.
13144 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13145
a05a36a5
DE
131462014-08-22 Doug Evans <dje@google.com>
13147
13148 PR 17276
13149 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13150 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13151 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13152
7c343b48
YQ
131532014-08-22 Yao Qi <yao@codesourcery.com>
13154
13155 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13156 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13157 * gdb.python/python.exp: Likewise. Use .py file on the host
13158 instead of the build.
13159
22fd09ae
JK
131602014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13161
13162 * gdb.threads/gcore-stale-thread.c: New file.
13163 * gdb.threads/gcore-stale-thread.exp: New file.
13164
a8454a7c
PA
131652014-08-21 Pedro Alves <palves@redhat.com>
13166
13167 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13168 * gdb.base/gcore-relro-pie.exp: Likewise.
13169 * gdb.base/gcore-relro.exp: Likewise.
13170 * gdb.base/gcore.exp: Likewise.
13171 * gdb.base/print-symbol-loading.exp: Likewise.
13172 * gdb.threads/gcore-thread.exp: Likewise.
13173 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13174
2a31c623
PA
131752014-08-20 Pedro Alves <palves@redhat.com>
13176 Jan Kratochvil <jan.kratochvil@redhat.com>
13177
13178 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13179 configure.
13180 (EXPECT): Handle READ1 being set.
13181 (all): Depend on EXTRA_RULES.
13182 (check-read1, expect-read1, read1.so, read1): New rules.
13183 * README (Testsuite Parameters): Document the READ1 make variable.
13184 (Race detection): New section.
13185 * configure: Regenerate.
13186 * configure.ac: If build==host==target, and running under a
13187 GNU/glibc system, add read1 to the extra Makefile rules.
13188 (EXTRA_RULES): AC_SUBST it.
13189 * lib/read1.c: New file.
13190
d36430db
JB
131912014-08-20 Joel Brobecker <brobecker@adacore.com>
13192
13193 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13194 the handling of variables declared as a typedef to an array
13195 which a DW_AT_data_location attribute.
13196
9a0dc9e3
PA
131972014-08-19 Andrew Burgess <aburgess@broadcom.com>
13198 Pedro Alves <palves@redhat.com>
13199
13200 PR symtab/14604
13201 PR symtab/14605
13202 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13203 gdb_test.
13204
0718a8da
PA
132052014-08-19 Pedro Alves <palves@redhat.com>
13206
13207 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13208
13b448cd
YQ
132092014-08-19 Yao Qi <yao@codesourcery.com>
13210
13211 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13212 right line.
13213
1cbf5077
DB
132142014-08-18 David Blaikie <dblaikie@gmail.com>
13215
13216 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13217
bf0fae19
JB
132182014-08-18 Joel Brobecker <brobecker@adacore.com>
13219
13220 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13221 attribute in array range.
13222
3c8c5dcc
JB
132232014-08-18 Joel Brobecker <brobecker@adacore.com>
13224
13225 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13226
e66d4446
SC
132272014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13228
13229 PR c++/17132
13230 * gdb.cp/pr17132.cc: New file.
13231 * gdb.cp/pr17132.exp: New file.
13232
940df408
SC
132332014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13234
13235 * gdb.python/py-xmethods.py (A_getarrayind)
13236 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13237 Use 'print' with function call syntax.
13238 (E_method_matcher.match): Fix tab vs space indentation mixup.
13239
ebcc6c3a
YQ
132402014-08-15 Yao Qi <yao@codesourcery.com>
13241
13242 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13243 false.
13244
775e0f04
YQ
132452014-08-15 Yao Qi <yao@codesourcery.com>
13246
13247 * gdb.cp/casts.exp: Set print symbol off.
13248 * gdb.cp/class2.exp: Likewise.
13249 * gdb.cp/overload.exp: Likewise.
13250 * gdb.cp/templates.exp: Likewise.
13251
d769e349
DE
132522014-08-11 Doug Evans <dje@google.com>
13253
13254 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13255 (test_load_shlib): Update.
13256
20c6f1e1
YQ
132572014-08-09 Yao Qi <yao@codesourcery.com>
13258
13259 * gdb.base/display.exp: Invoke is_address_zero_readable.
13260 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13261 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13262 * gdb.base/hbreak-unmapped.exp: Return if
13263 is_address_zero_readable returns true.
13264 * gdb.base/signest.exp: Likewise.
13265 * gdb.base/signull.exp: Likewise.
13266 * gdb.base/sigbpt.exp: Likewise.
13267 * gdb.guile/scm-disasm.exp: Do the test if
13268 is_address_zero_readable returns false.
13269 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13270 * gdb.python/py-arch.exp: Likewise.
13271 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13272 * lib/gdb.exp (is_address_zero_readable): New proc.
13273
5792e8e3
YQ
132742014-08-09 Yao Qi <yao@codesourcery.com>
13275
13276 PR testsuite/13443
13277 * gdb.mi/mi-var-display.exp: Make test messages unique.
13278
3cecbbbe
TT
132792014-08-04 Tom Tromey <tromey@redhat.com>
13280
13281 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13282 target 0".
13283
00b51ff5
TT
132842014-08-04 Tom Tromey <tromey@redhat.com>
13285
13286 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13287 "target_resume".
13288
6908c509
JB
132892014-08-01 Joel Brobecker <brobecker@adacore.com>
13290
13291 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13292 inner_vla_struct_object_size.
13293 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13294 as xfail.
13295
cc6563d2
PA
132962014-07-30 Pedro Alves <palves@redhat.com>
13297
13298 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13299 comment.
13300
7e09a223
YQ
133012014-07-29 Yao Qi <yao@codesourcery.com>
13302
13303 PR gdb/17206
13304 * gdb.base/until-nodebug.exp: New.
13305
7ebdbe92
DE
133062014-07-28 Doug Evans <xdje42@gmail.com>
13307
13308 PR guile/17203
13309 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13310 previously existing parameter, and previously ambiguously spelled
13311 parameter.
13312
fdb1adc6
WN
133132014-07-28 Will Newton <will.newton@linaro.org>
13314
13315 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13316
186fcde0
DE
133172014-07-26 Ludovic Courtès <ludo@gnu.org>
13318 Doug Evans <xdje42@gmail.com>
13319
13320 PR guile/17146
13321 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13322
70509625
PA
133232014-07-25 Pedro Alves <palves@redhat.com>
13324
13325 * gdb.threads/signal-command-handle-nopass.c: New file.
13326 * gdb.threads/signal-command-handle-nopass.exp: New file.
13327 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13328 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13329 * gdb.threads/signal-delivered-right-thread.c: New file.
13330 * gdb.threads/signal-delivered-right-thread.exp: New file.
13331
c3f814a1
PA
133322014-07-25 Pedro Alves <palves@redhat.com>
13333
13334 * gdb.base/double-prompt-target-event-error.exp
13335 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13336 match.
13337 (cancel_pagination_in_target_event): Rework double prompt
13338 detection.
13339 * gdb.base/paginate-after-ctrl-c-running.exp
13340 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13341 <return>' match.
13342 * gdb.base/paginate-bg-execution.exp
13343 (test_bg_execution_pagination_return)
13344 (test_bg_execution_pagination_cancel): Remove '-notransfer
13345 <return>' matches.
13346 * gdb.base/paginate-execution-startup.exp
13347 (test_fg_execution_pagination_return)
13348 (test_fg_execution_pagination_cancel): Remove '-notransfer
13349 <return>' matches.
13350 * gdb.base/paginate-inferior-exit.exp
13351 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13352 match.
13353 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13354 * lib/gdb.exp (pagination_prompt): Run text through
13355 string_to_regexp.
13356 (gdb_test_multiple): Match $pagination_prompt instead of
13357 "<return>".
13358 (string_to_regexp): Move to lib/gdb-utils.exp.
13359
e214cf6c
JK
133602014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13361
13362 * gdb.arch/amd64-entry-value-paramref.S: New file.
13363 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13364 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13365 * gdb.arch/amd64-optimout-repeat.S: New file.
13366 * gdb.arch/amd64-optimout-repeat.c: New file.
13367 * gdb.arch/amd64-optimout-repeat.exp: New file.
13368
17d0c5c8
JK
133692014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13370
13371 PR gdb/17170
13372 * gdb.base/statistics.exp: New file.
13373
b8b8facf
DE
133742014-07-17 Doug Evans <dje@google.com>
13375
74b49205 13376 PR gdb/17170
b8b8facf
DE
13377 * gdb.base/maint.exp: Update testing of per-command stats.
13378
1b5d0ab3
PA
133792014-07-16 Pedro Alves <palves@redhat.com>
13380
13381 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13382 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13383 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13384 (tfile_write_buf): New functions.
13385 (add_memory_block): Rewrite using the above.
13386 (adjust_function_address): New function.
13387 (FUNCTION_ADDRESS): New macro.
13388 (write_basic_trace_file): Remove short_x local, and use
13389 tfile_write_16. Change type of func_addr local to unsigned long
13390 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13391 here. Cast argument of add_memory_block to char pointer.
13392 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13393 (main): Remove parameters.
13394 * gdb.trace/tfile.exp: Remove nowarnings.
13395
4d974e88
SM
133962014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13397
13398 * gdb.base/debug-expr.exp: Test string evaluation with
13399 "debug expression" on.
13400
41e99568
PA
134012014-07-15 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/reread.exp: Use clean_restart.
13404
487d9753
PL
134052014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13406
13407 * gdb.arch/avr-flash-qualifer.c: New.
13408 * gdb.arch/avr-flash-qualifer.exp: New.
13409
cc1c52ad
PA
134102014-07-14 Pedro Alves <palves@redhat.com>
13411
13412 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13413 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13414
1e973570
PA
134152014-07-14 Pedro Alves <palves@redhat.com>
13416
13417 * gdb.base/double-prompt-target-event-error.c: New file.
13418 * gdb.base/double-prompt-target-event-error.exp: New file.
13419
93d6eb10
PA
134202014-07-14 Pedro Alves <palves@redhat.com>
13421
13422 PR gdb/17072
13423 * gdb.base/paginate-inferior-exit.c: New file.
13424 * gdb.base/paginate-inferior-exit.exp: New file.
13425
0017922d
PA
134262014-07-14 Pedro Alves <palves@redhat.com>
13427
13428 PR gdb/17072
13429 * gdb.base/paginate-bg-execution.c: New file.
13430 * gdb.base/paginate-bg-execution.exp: New file.
13431
94696ad3
PA
134322014-07-14 Pedro Alves <palves@redhat.com>
13433
13434 PR gdb/17072
13435 * gdb.base/paginate-execution-startup.c: New file.
13436 * gdb.base/paginate-execution-startup.exp: New file.
13437 * lib/gdb.exp (pagination_prompt): New global.
13438 (default_gdb_spawn): New procedure, factored out from
13439 default_gdb_spawn.
13440 (default_gdb_start): Adjust to call default_gdb_spawn.
13441 (gdb_spawn): New procedure.
13442
bd293940
PA
134432014-07-14 Pedro Alves <palves@redhat.com>
13444
13445 * lib/gdb.exp (gdb_assert): New procedure.
13446 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13447
c933f875
PA
134482014-07-14 Pedro Alves <palves@redhat.com>
13449
13450 * gdb.base/execution-termios.c: New file.
13451 * gdb.base/execution-termios.exp: New file.
13452
d98b7a16
TT
134532014-07-14 Tom Tromey <tromey@redhat.com>
13454
13455 * gdb.cp/vla-cxx.cc: New file.
13456 * gdb.cp/vla-cxx.exp: New file.
13457
548740d6
TT
134582014-07-14 Tom Tromey <tromey@redhat.com>
13459
13460 * gdb.reverse/rerun-prec.c: New file.
13461 * gdb.reverse/rerun-prec.exp: New file.
13462
a25eb028
MR
134632014-07-12 Maciej W. Rozycki <macro@mips.com>
13464 Maciej W. Rozycki <macro@codesourcery.com>
13465
13466 * lib/gdb-utils.exp: New file.
13467 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13468 inline `gdb_init_command' processing.
13469 (gdb_start_cmd): Likewise.
13470 * lib/mi-support.exp (mi_run_cmd): Likewise.
13471 * README: Document `gdb_init_command' and `gdb_init_commands'.
13472
218c2655
JK
134732014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13474
13475 Fix false FAIL running under a very long directory name.
13476 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13477 and "set print elements 10000". Twice.
13478
5401fde3
YQ
134792014-07-11 Yao Qi <yao@codesourcery.com>
13480
13481 * gdb.base/exprs.exp: "set print symbol off".
13482
e76126e8
PA
134832014-07-11 Pedro Alves <palves@redhat.com>
13484
13485 * gdb.threads/kill.c: New file.
13486 * gdb.threads/kill.exp: New file.
13487
2d6f0de6
YQ
134882014-07-10 Yao Qi <yao@codesourcery.com>
13489
13490 * gdb.trace/tfile.c (write_basic_trace_file)
13491 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13492 address written to trace file.
13493
7180e04a
PA
134942014-07-09 Pedro Alves <palves@redhat.com>
13495
13496 * gdb.base/attach-wait-input.exp: New file.
13497 * gdb.base/attach-wait-input.c: New file.
13498
9a9a7608
AB
134992014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13500
13501 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13502 setting up test structures.
13503 (main): Call new test function.
13504 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13505 test function, continue into test function and walk test
13506 structures.
13507
161ac41e
YQ
135082014-07-02 Yao Qi <yao@codesourcery.com>
13509
13510 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13511 'bar_start' at the beginning of functions 'foo' and 'bar'
13512 respectively.
13513 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13514 instead of 'foo' and 'bar'.
13515
1f267ae3
MM
135162014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13517
13518 * gdb.btrace/segv.exp: New.
13519 * gdb.btrace/segv.c: New.
13520
2b239efb
LM
135212014-07-02 Luis Machado <lgustavo@codesourcery.com>
13522
13523 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13524 instruction.
13525
cf363f18
MW
135262014-06-30 Mark Wielaard <mjw@redhat.com>
13527
13528 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13529 vulture, vilify, villar): New volatile array constants.
13530 (vindictive, vegetation): New const volatile array constants.
13531 * gdb.base/volatile.exp: Test volatile and const volatile array
13532 types.
13533
aebf9d24
AA
135342014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13535
13536 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13537 target lacks support for awatch, rwatch, or hbreak.
13538
b67a2c6f
YQ
135392014-06-27 Yao Qi <yao@codesourcery.com>
13540
13541 * gdb.multi/dummy-frame-restore.exp: New.
13542 * gdb.multi/dummy-frame-restore.c: New.
13543
aef92902
MM
135442014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13545
13546 * gdb.btrace/gcore.exp: New.
13547
8e9db26e
PA
135482014-06-23 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.base/watchpoint-reuse-slot.c: New file.
13551 * gdb.base/watchpoint-reuse-slot.exp: New file.
13552
70afc5b7
SC
135532014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13554
13555 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13556 progspace's filename in 'info', 'enable' and 'disable' command
13557 tests.
13558
b972bd9c
JK
135592014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13560
13561 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13562 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13563 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13564
125f8a3d
GB
135652014-06-20 Gary Benson <gbenson@redhat.com>
13566
13567 * gdb.arch/i386-avx.exp: Fix include file location.
13568 * gdb.arch/i386-sse.exp: Likewise.
13569
3ed9baed
IB
135702014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13571
13572 * gdb.dlang/expression.exp: New file.
13573
034f788c
PA
135742014-06-19 Pedro Alves <palves@redhat.com>
13575
13576 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13577 out from ...
13578 (top level): ... here. Iterate running tests under different
13579 scheduler-locking settings.
13580
45371d0c
LM
135812014-06-18 Luis Machado <lgustavo@codesourcery.com>
13582
13583 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13584 to DW_FORM_addr and use non-zero addresses.
13585
5d376983
SC
135862014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13587
13588 PR gdb/17017
13589 * gdb.python/py-xmethods.cc: Add global function call counters and
13590 increment them in their respective functions. Remove "cout"
13591 statements.
13592 * gdb.python/py-xmethods.exp: Make tests check the global function
13593 call counters instead of depending on inferior IO.
13594
a1aa2221
LM
135952014-06-18 Don Breazeal <donb@codesourcery.com>
13596
13597 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13598 Deleted procedure.
13599 (explicit_fork_parent_follow): Deleted procedure.
13600 (explicit_fork_child_follow): Deleted procedure.
13601 (test_follow_fork): New procedure.
13602 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13603 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13604 procedure calls.
13605
0fc05997
YQ
136062014-06-17 Yao Qi <yao@codesourcery.com>
13607
13608 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13609 CP1252.
13610
70795c52
LM
136112014-06-17 Luis Machado <lgustavo@codesourcery.com>
13612
13613 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13614 Initialize ptr and S explicitly.
13615 (skip_type_update_when_not_use_rtti_test): Likewise.
13616
6be47f0c
KS
136172014-06-16 Keith Seitz <keiths@redhat.com>
13618
13619 PR mi/15863
13620 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13621 the inferior is started.
13622
d03de421
PA
136232014-06-16 Pedro Alves <palves@redhat.com>
13624
13625 * gdb.base/break-main-file-remove-fail.c: New file.
13626 * gdb.base/break-main-file-remove-fail.exp: New file.
13627 * gdb.base/break-unload-file.exp: Use build_executable instead of
13628 prepare_for_testing.
13629 (test_break): New parameter "initial_load". Handle it.
13630 (top level): Add initial_load cmdline/file axis.
13631
f9579b99
TT
136322014-06-12 Tom Tromey <tromey@redhat.com>
13633
13634 * gdb.base/completion.exp: Don't use directory name in test.
13635
3657956b
GB
136362014-06-09 Gary Benson <gbenson@redhat.com>
13637
13638 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13639 separate the always-available ANSI-standard signals from the
13640 signals that require checking.
13641 (main): Likewise.
13642 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13643 Likewise.
13644 (main): Likewise.
13645
4186eb54
KS
136462014-06-07 Keith Seitz <keiths@redhat.com>
13647
13648 Revert:
13649 PR c++/16253
13650 * gdb.cp/var-tag.cc: New file.
13651 * gdb.cp/var-tag.exp: New file.
13652 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13653 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13654 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13655 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13656
25326a28 136572014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13658
13659 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13660
829155c9
PA
136612014-06-06 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13664 in target debug output instead of looking at RSP packets,
13665 disabling the test on any target that uses hardware stepping.
13666 Update comments.
13667
61c8d22e
PA
136682014-06-06 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.base/break-unload-file.exp: Fix typo.
13671
d9a47287
YQ
136722014-06-06 Yao Qi <yao@codesourcery.com>
13673
13674 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13675 from "jit_function" to "^jit_function".
13676
e5e01dbf
YQ
136772014-06-06 Yao Qi <yao@codesourcery.com>
13678
13679 * gdb.base/async.c (foo): Add one statement.
13680 * gdb.base/async.exp: Get the next instruction address and
13681 match the output of "nexti" by instruction address. Match
13682 the hex address in the output of "finish".
13683
73ba372c
GB
136842014-06-06 Gary Benson <gbenson@redhat.com>
13685
13686 * gdb.base/call-signals.c: Remove preprocessor conditionals
13687 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13688 SIGSEGV and SIGTERM.
13689 * gdb.base/sigall.c: Likewise.
13690 * gdb.base/unwindonsignal.c: Likewise.
13691 * gdb.reverse/sigall-reverse.c: Likewise.
13692
831517df
YQ
136932014-06-06 Yao Qi <yao@codesourcery.com>
13694
13695 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13696 readable, skip the test.
13697
b8b91e98
YQ
136982014-06-06 Yao Qi <yao@codesourcery.com>
13699
13700 * gdb.threads/staticthreads.c (thread_function): Move the line
13701 setting breakpoint on forward.
13702 * gdb.threads/staticthreads.exp: Update comments.
13703
fb934770
LC
137042014-06-05 Ludovic Courtès <ludo@gnu.org>
13705
13706 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13707 "history-append! type error".
13708
6ef284bd
SM
137092014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13710
13711 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13712 erroneous dprintf expected input.
13713
a872e241
DE
137142014-06-04 Doug Evans <xdje42@gmail.com>
13715
13716 * gdb.guile/scm-generics.exp: Delete.
13717
16f691fb
DE
137182014-06-04 Doug Evans <xdje42@gmail.com>
13719
13720 * gdb.guile/scm-breakpoint.exp: Update.
13721 Add tests for breakpoint registration.
13722
012370f6
TT
137232014-06-04 Tom Tromey <tromey@redhat.com>
13724
13725 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13726 VLA-in-union.
13727 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13728 inner_vla_struct, vla_union types. Initialize objects of those
13729 types and compute their sizes.
13730
9f5a4cef
HZ
137312014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13732 Hui Zhu <hui@codesourcery.com>
13733
13734 * gdb.base/fileio.exp: Add test for shell not available as well as
13735 available.
13736 * gdb.base/fileio.c (test_system): Check for shell twice.
13737
90a45c4d
YQ
137382014-06-04 Yao Qi <yao@codesourcery.com>
13739
13740 * gdb.base/auto-connect-native-target.exp: Remove redundant
13741 space from the regexp pattern.
13742
70017e41
YQ
137432014-06-04 Yao Qi <yao@codesourcery.com>
13744
13745 * gdb.base/default.exp: Replace "child" with "native" in
13746 regexp pattern.
13747
883964a7
SC
137482014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13749
13750 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13751 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13752 * gdb.python/py-xmethods.py: Python script supporting the
13753 new testcase and tests.
13754
ef370185
JB
137552014-06-03 Joel Brobecker <brobecker@adacore.com>
13756 Pedro Alves <palves@redhat.com>
13757
13758 PR breakpoints/17000
13759 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13760 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13761
1e2ccb61
BM
137622014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13763
13764 * gdb.base/subst.exp: Add tests to verify partial path matching
13765 output.
13766
c6ec5ab2
PA
137672014-06-03 Pedro Alves <palves@redhat.com>
13768
13769 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13770 target that doesn't use software single-stepping.
13771
835c559f
PA
137722014-06-03 Pedro Alves <palves@redhat.com>
13773
13774 PR breakpoints/17000
13775 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13776 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13777
06eb1586
DE
137782014-06-02 Doug Evans <xdje42@gmail.com>
13779
13780 * gdb.guile/scm-parameter.exp: New file.
13781
e698b8c4
DE
137822014-06-02 Doug Evans <xdje42@gmail.com>
13783
13784 * gdb.guile/scm-cmd.c: New file.
13785 * gdb.guile/scm-cmd.exp: New file.
13786
ded03782
DE
137872014-06-02 Doug Evans <xdje42@gmail.com>
13788
13789 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13790 pretty-printer lookup.
13791 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13792 (make-pp_s-printer): Call it.
13793 (make-pretty-printer-from-dict): New function.
13794 (lookup-pretty-printer-maker-from-dict): New function.
13795 (*pretty-printer*): Simplify.
13796 (make-objfile-pp_s-printer): New function.
13797 (install-objfile-pretty-printers!): New function.
13798 (make-progspace-pp_s-printer): New function.
13799 (install-progspace-pretty-printers!): New function.
13800 * gdb.guile/scm-progspace.c: New file.
13801 * gdb.guile/scm-progspace.exp: New file.
13802
41fac0cf
PA
138032014-06-02 Pedro Alves <palves@redhat.com>
13804
13805 * gdb.base/dprintf-bp-same-addr.c: New file.
13806 * gdb.base/dprintf-bp-same-addr.exp: New file.
13807
96ae5695
EBM
138082014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13809
13810 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13811 * gdb.arch/powerpc-power.s: Likewise.
13812
da02b3a8
JB
138132014-06-02 Joel Brobecker <brobecker@adacore.com>
13814
13815 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13816
c72b2e7b
YQ
138172014-06-01 Yao Qi <yao@codesourcery.com>
13818
13819 * gdb.base/watchpoint.exp (test_watch_location): Check null
13820 pointer can be dereferenced. If not, do the test, otherwise
13821 skip it.
13822
53e8a631
AB
138232014-05-30 Andrew Burgess <aburgess@broadcom.com>
13824
13825 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13826 results.
13827 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13828
938f0e2f
AB
138292014-05-30 Andrew Burgess <aburgess@broadcom.com>
13830
13831 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13832 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13833 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13834 * gdb.arch/amd64-invalid-stack-top.c: New file.
13835 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13836
9ba6657a
PA
138372014-05-30 Pedro Alves <palves@redhat.com>
13838
13839 PR breakpoints/17000
13840 * gdb.base/sss-bp-on-user-bp.c: New file.
13841 * gdb.base/sss-bp-on-user-bp.exp: New file.
13842
522c09bf
DB
138432014-05-30 David Blaikie <dblaikie@gmail.com>
13844
13845 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13846 gnu_inline semantics via attribute.
13847 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13848 source explicitly specifies the required semantics.
13849
bf4ef81e
MR
138502014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13851
13852 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13853
329ea579
PA
138542014-05-29 Pedro Alves <palves@redhat.com>
13855 Tom Tromey <tromey@redhat.com>
13856
13857 * gdb.base/async-shell.exp: Don't enable target-async.
13858 * gdb.base/async.exp
13859 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13860 parameter. Adjust.
13861 (top level): Don't test with "target-async".
13862 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13863 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13864 * gdb.base/inferior-died.exp: Don't enable target-async.
13865 * gdb.base/interrupt-noterm.exp: Likewise.
13866 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13867 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13868 * gdb.mi/mi-nonstop.exp: Likewise.
13869 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13870 * gdb.mi/mi-nsintrall.exp: Likewise.
13871 * gdb.mi/mi-nsmoribund.exp: Likewise.
13872 * gdb.mi/mi-nsthrexec.exp: Likewise.
13873 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13874 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13875 * gdb.python/py-evsignal.exp: Don't enable target-async.
13876 * gdb.python/py-evthreads.exp: Likewise.
13877 * gdb.python/py-prompt.exp: Likewise.
13878 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13879 * gdb.server/solib-list.exp: Don't enable target-async.
13880 * gdb.threads/thread-specific-bp.exp: Likewise.
13881 * lib/mi-support.exp: Adjust to use mi-async.
13882
fd664c91
PA
138832014-05-29 Pedro Alves <palves@redhat.com>
13884
13885 PR gdb/13860
13886 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13887 reason, even in sync mode.
13888
251bde03
PA
138892014-05-29 Pedro Alves <palves@redhat.com>
13890 Hui Zhu <hui@codesourcery.com>
13891
13892 PR PR15693
13893 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13894 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13895 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13896 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13897
7f3c0343
JB
138982014-05-28 Joel Brobecker <brobecker@adacore.com>
13899
13900 * config/monitor.exp (gdb_target_monitor): Replace use of
13901 "set remotebaud" by "set serial baud".
13902
b2715b27
AW
139032014-05-26 Andy Wingo <wingo@igalia.com>
13904
13905 * gdb.guile/scm-breakpoint.exp:
13906 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13907 properties instead of gdb-object-properties.
13908
498a4489
YQ
139092014-05-26 Yao Qi <yao@codesourcery.com>
13910
13911 * gdb.server/no-thread-db.exp: Specify source file name
13912 explicitly when setting a breakpoint.
13913
589fdceb
MM
139142014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13915
13916 * gdb.btrace/vdso.c: New.
13917 * gdb.btrace/vdso.exp: New.
13918
e9089e05
MM
139192014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13920
13921 * gdb.base/gcore.exp (capture_command_output): Move ...
13922 * lib/gdb.exp (capture_command_output): ... here.
13923
67b5c0c1
MM
139242014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13925
13926 * gdb.btrace/data.exp: Test memory access during btrace replay.
13927
a2199296
SM
139282014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13929
13930 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13931
17b2616c
PA
139322014-05-21 Pedro Alves <palves@redhat.com>
13933
13934 PR gdb/13860
13935 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13936 (top level): Test that output related to execution commands is
13937 sent to the console with CLI commands, but not with MI commands.
13938 Test that breakpoint events are always mirrored to the console.
13939 Also expect the new source line to be output after a "next" in
13940 async mode too. Make it a pass/fail test.
13941 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13942 output.
13943 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13944
5166082f
PA
139452014-05-21 Pedro Alves <palves@redhat.com>
13946
13947 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13948 Use them to test variations of "list" after reaching a breakpoint.
13949 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13950 Test "list" with listsize 10 after reaching a breakpoint.
13951 * gdb.python/python.exp (decode_line current location line
13952 number): Adjust expected line number.
13953
2f25d70f
SM
139542014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13955
13956 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13957 behavior for $args, pass it directly to "run".
13958
ff604a67
MR
139592014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13960
13961 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13962 30000 to 65536.
13963
6a3cb8e8
PA
139642014-05-21 Pedro Alves <palves@redhat.com>
13965
13966 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13967 auto-connect-native-target off".
13968 * gdb.base/auto-connect-native-target.c: New file.
13969 * gdb.base/auto-connect-native-target.exp: New file.
13970
4ebfc96e
PA
139712014-05-21 Pedro Alves <palves@redhat.com>
13972
13973 * gdb.base/default.exp: Test "target native" instead of "target
13974 child".
13975
36d46afb
MW
139762014-05-21 Mark Wielaard <mjw@redhat.com>
13977
13978 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13979
5876f503
JK
139802014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13981
13982 Fix TLS access for -static -pthread.
13983 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13984 <HAVE_TLS> (thread_function, main): Initialize it.
13985 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13986 Add clean_restart.
13987 <$have_tls != "">: Check TLSVAR.
13988
0256a6ac
PA
139892014-05-21 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.base/dcache-line-read-error.c: New.
13992 * gdb.base/dcache-line-read-error.exp: New.
13993
936d2992
PA
139942014-05-20 Pedro Alves <palves@redhat.com>
13995
13996 * gdb.base/compare-sections.c: New file.
13997 * gdb.base/compare-sections.exp: New file.
13998
802e8e6d
PA
139992014-05-20 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.base/break-idempotent.c: New file.
14002 * gdb.base/break-idempotent.exp: New file.
14003
e59fa00f
MM
140042014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14005
14006 * gdb.btrace/nohist.exp: New.
14007
8b696e31
YQ
140082014-05-20 Yao Qi <yao@codesourcery.com>
14009
14010 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14011 gdb.reverse directory and gdb_reverse_timeout exists in board
14012 setting.
14013 * README: Document gdb_reverse_timeout.
14014
73c9764f
YQ
140152014-05-20 Yao Qi <yao@codesourcery.com>
14016
14017 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14018 'test_file_name'. Treat args as a string instead of a list.
14019 (gdb_init): Rename argument 'args' by 'test_file_name'.
14020
f1f4348a
JK
140212014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14022
14023 * gdb.arch/powerpc-power.exp: New file.
14024 * gdb.arch/powerpc-power.s: New file.
14025
0dbe70ce
DE
140262014-05-16 Doug Evans <dje@google.com>
14027
14028 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14029 * gdb.base/completion.exp: Check that all expected files exist
14030 before doing file completion.
0dbe70ce 14031
8d551b02
DE
140322014-05-16 Doug Evans <dje@google.com>
14033
14034 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14035 Update.
14036 (do_syscall_tests_without_xml): Update.
14037
73eb7709
PA
140382014-05-16 Pedro Alves <palves@redhat.com>
14039
14040 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14041 instead of "unknown output after running".
14042
3fae92fc
YQ
140432014-05-16 Yao Qi <yao@codesourcery.com>
14044
14045 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14046 file1.txt from host at the end.
14047 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14048
c2b2ccc5
DE
140492014-05-15 Doug Evans <dje@google.com>
14050
14051 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14052 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14053 loading file. Add test for TU lookup.
14054
8c217a4b
SM
140552014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14056
14057 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14058 calling "-exec-arguments" or "set args" before running the
14059 inferior.
14060
3deb39c6
SM
140612014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14062
14063 * lib/mi-support.exp (mi_expect_stop): Expect message for
14064 inferiors that exit with non-zero exit code.
14065
71a79f8c
YQ
140662014-05-14 Yao Qi <yao@codesourcery.com>
14067
14068 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14069 match absolute path on remote host.
14070 (test_file_list_exec_source_files): Remove "/" from the
14071 pattern.
14072
f23fcd46
YQ
140732014-05-14 Yao Qi <yao@codesourcery.com>
14074
14075 * boards/local-remote-host-notty.exp (${board}_file): New
14076 proc.
14077
9404b58f
KM
140782014-05-07 Kyle McMartin <kyle@redhat.com>
14079
14080 Pushed by Joel Brobecker <brobecker@adacore.com>.
14081 * gdb.arch/aarch64-atomic-inst.c: New file.
14082 * gdb.arch/aarch64-atomic-inst.exp: New file.
14083
5e45f04c
YQ
140842014-05-07 Yao Qi <yao@codesourcery.com>
14085
14086 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14087 in current context" too.
14088
c888a17d
KS
140892014-05-05 Keith Seitz <keiths@redhat.com>
14090
14091 * gdb.linespec/ls-dollar.exp: Add test for linespec
14092 file:convenience_variable.
14093
290a839c
YQ
140942014-05-05 Yao Qi <yao@codesourcery.com>
14095
14096 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14097 traceframes into tfile and ctf trace files. Read data from
14098 trace file and test collected data.
14099 (gdb_collect_locals_test): Likewise.
14100 (gdb_unavailable_registers_test): Likewise.
14101 (gdb_unavailable_floats): Likewise.
14102 (gdb_collect_globals_test): Likewise.
14103 (top-level): Append "ctf" to trace_file_targets if GDB
14104 supports.
14105
b5262cd0
YQ
141062014-05-05 Yao Qi <yao@codesourcery.com>
14107
14108 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14109 code to ...
14110 (gdb_collect_args_test_1): ... it. New proc.
14111 (gdb_collect_locals_test): Move some code to ...
14112 (gdb_collect_locals_test_1): ... it. New proc.
14113 (gdb_unavailable_registers_test): Move some code to ...
14114 (gdb_unavailable_registers_test_1): ... it. New proc.
14115 (gdb_unavailable_floats): Move some code to ...
14116 (gdb_unavailable_floats_1): ... it. New proc.
14117
30a1e6cc
SDJ
141182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14119
14120 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14121 probes to test for bitness recognition.
14122 * gdb.arch/amd64-stap-optional-prefix.exp
14123 (test_probe_value_without_reg): New procedure.
14124 Add code to test for different kinds of bitness.
14125
f33da99a
SDJ
141262014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14127
14128 PR breakpoints/16889
14129 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14130 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14131
5b80f00d
PA
141322014-05-01 Pedro Alves <palves@redhat.com>
14133
14134 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14135 gdb_file_cmd if no file is specified.
14136 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14137 last_loaded_file to set the remote exec-file.
14138
f8c2a73c
PA
141392014-05-01 Pedro Alves <palves@redhat.com>
14140
14141 * boards/local-remote-host.exp: New file.
14142
be6e8ac7
PA
141432014-05-01 Pedro Alves <palves@redhat.com>
14144
14145 * boards/local-remote-host.exp: Rename to ...
14146 * boards/local-remote-host-notty.exp: ... this.
14147
cac0dc8f
JB
141482014-04-28 Joel Brobecker <brobecker@adacore.com>
14149
14150 * gdb.ada/dyn_arrayidx: New testcase.
14151
9730e6cc
YQ
141522014-04-26 Yao Qi <yao@codesourcery.com>
14153
14154 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14155 and compute the length of function main. Save it in
14156 $main_length.
14157 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14158 (top-level): Use gdb_compile to compile objects into
14159 executable and restart GDB. Remove invocation to
14160 prepare_for_testing.
14161
7ae1a6a6
PA
141622014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14163 Pedro Alves <palves@redhat.com>
14164
14165 PR server/16255
14166 * gdb.multi/multi-attach.c: New file.
14167 * gdb.multi/multi-attach.exp: New file.
14168
4082afcc
PA
141692014-04-25 Pedro Alves <palves@redhat.com>
14170
14171 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14172 user.
14173 (top level): Test that "set remote conditional-breakpoints-packet
14174 off" works as intended.
14175 * gdb.base/dprintf.exp: Test that "set remote
14176 breakpoint-commands-packet off" works as intended.
14177 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14178 New function.
14179 (top level): Call it.
14180 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14181 remote fast-tracepoints-packet off" works as intended.
14182 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14183 * lib/gdb.exp (gdb_is_target_remote): ... here.
14184
2abc3f8d
DB
141852014-04-24 David Blaikie <dblaikie@gmail.com>
14186
14187 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14188 ensure clang would not discard them.
14189 * gdb.base/gdbvars.c: Ditto.
14190 * gdb.base/memattr.c: Ditto.
14191 * gdb.base/whatis.c: Ditto.
14192 * gdb.python/py-prettyprint.c: Ditto.
14193 * gdb.trace/actions.c: Ditto.
14194 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14195 ensure clang would not discard it.
14196
bfd39632
DB
141972014-04-24 David Blaikie <dblaikie@gmail.com>
14198
14199 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14200 clang to emit the full definition of type required by the test
14201 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14202
22842ff6
DB
142032014-04-24 David Blaikie <dblaikie@gmail.com>
14204
14205 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14206 coax Clang into emitting the definition of the type.
14207 * gdb.cp/pr10728-x.h (y): Ditto.
14208 * gdb.cp/pr10728-y.cc (y): Ditto.
14209
c2e827ad
DB
142102014-04-24 David Blaikie <dblaikie@gmail.com>
14211
14212 * gdb.base/label.exp: XFAIL label related tests under Clang.
14213 * gdb.cp/cplabel.exp: Ditto.
14214 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14215 under Clang those using labels.
14216
4c2d33e7
YQ
142172014-04-25 Yao Qi <yao@codesourcery.com>
14218
14219 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14220 double_label.
14221 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14222 partial_label and double_label.
14223
56083b99
DB
142242014-04-24 David Blaikie <dblaikie@gmail.com>
14225
14226 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14227
25d4e99d
DB
142282014-04-24 David Blaikie <dblaikie@gmail.com>
14229
14230 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14231 of the function to work across GCC and Clang.
14232 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14233 pointer types (const void ** const V void **).
14234
01f9f808
MS
142352014-04-24 Michael Sturm <michael.sturm@mintel.com>
14236 Walfred Tedeschi <walfred.tedeschi@intel.com>
14237
14238 * Makefile.in (EXECUTABLES): Added i386-avx512.
14239 * gdb.arch/i386-avx512.c: New file.
14240 * gdb.arch/i386-avx512.exp: Likewise.
14241
4b48d439
KS
142422014-04-23 Keith Seitz <keiths@redhat.com>
14243
14244 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14245 (mi_make_breakpoint_table): New procedure.
14246 (mi_create_breakpoint): Use mi_make_breakpoint
14247 and return the result.
14248 (mi_make_breakpoint): New procedure.
14249 (mi_build_kv_pairs): New procedure.
14250
14251 * gdb.mi/mi-break.exp: Remove unused globals,
14252 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14253 All callers updated.
14254 * gdb.mi/mi-dprintf.exp: Use variable to track command
14255 number.
14256 Update all callers of mi_create_breakpoint and use
14257 mi_make_breakpoint_table.
14258 Remove any unused global variables.
14259 * gdb.mi/mi-nonstop.exp: Likewise.
14260 * gdb.mi/mi-nsintrall.exp: Likewise.
14261 * gdb.mi/mi-nsmoribund.exp: Likewise.
14262 * gdb.mi/mi-nsthrexec.exp: Likewise.
14263 * gdb.mi/mi-reverse.exp: Likewise.
14264 * gdb.mi/mi-simplerun.exp: Likewise.
14265 * gdb.mi/mi-stepn.exp: Likewise.
14266 * gdb.mi/mi-syn-frame.exp: Likewise.
14267 * gdb.mi/mi-until.exp: Likewise.
14268 * gdb.mi/mi-var-cp.exp: Likewise.
14269 * gdb.mi/mi-var-display.exp: Likewise.
14270 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14271 * gdb.mi/mi2-var-child.exp: Likewise.
14272 * gdb.mi/mi-vla-c99.exp: Likewise.
14273 * lib/mi-support.exp: Likewise.
14274
14275 From Ian Lance Taylor <iant@cygnus.com>:
14276 * lib/gdb.exp (parse_args): New procedure.
14277
08351840
PA
142782014-04-23 Pedro Alves <palves@redhat.com>
14279
14280 * gdb.base/break-unload-file.c: New file.
14281 * gdb.base/break-unload-file.exp: New file.
14282 * gdb.base/sym-file-lib.c (baz): New function.
14283 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14284 field.
14285 (load): Store the segment's mapped size.
14286 (unload): New function.
14287 (unload_shlib): New function.
14288 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14289 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14290 set a breakpoint at baz, and call it.
14291 * gdb.base/sym-file.exp: New tests for stale breakpoint
14292 instructions.
14293
076855f9
PA
142942014-04-23 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14297 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14298 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14299 * gdb.base/hbreak-unmapped.c: New file.
14300 * gdb.base/hbreak-unmapped.exp: New file.
14301 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14302 * lib/gdb.exp (gdb_is_target_remote): ... here.
14303
483805cf
PA
143042014-04-22 Pedro Alves <palves@redhat.com>
14305
14306 * gdb.base/consecutive-step-over.c: New file.
14307 * gdb.base/consecutive-step-over.exp: New file.
14308
06d97543
PA
143092014-04-22 Pedro Alves <palves@redhat.com>
14310
14311 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14312 instead of send_gdb/gdb_expect.
14313
b4429ea2
YQ
143142014-04-22 Yao Qi <yao@codesourcery.com>
14315
14316 * lib/trace-support.exp (generate_tracefile): New procedure.
14317 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14318 return 0.
14319 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14320 if generate_tracefile returns 1.
14321
51d48146
PA
143222014-04-18 Tom Tromey <palves@redhat.com>
14323 Pedro alves <tromey@redhat.com>
14324
14325 PR backtrace/15558
14326 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14327 with a backtrace limit.
14328 * gdb.python/py-frame-inline.exp: Test running to an inline
14329 function with a backtrace limit, and printing the newest frame.
14330 * gdb.python/py-frame-inline.c (main): Call f.
14331
bd1dce5f
MS
143322014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14333
14334 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14335
40d1a503
MS
143362014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14337
14338 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14339 Drop prefix from unsupported source file path.
14340
389b98f7
YQ
143412014-04-17 Yao Qi <yao@codesourcery.com>
14342
14343 * lib/gdb.exp (with_target_charset): New proc.
14344 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14345 with_target_charset.
14346 (test_print_strings): Likewise.
14347 (test_repeat_bytes): Likewise.
14348 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14349 for some tests.
14350
22869d73
KS
143512014-04-16 Keith Seitz <keiths@redhat.com>
14352
14353 PR gdb/15827
14354 * gdb.dwarf2/corrupt.c: New file.
14355 * gdb.dwarf2/corrupt.exp: New file.
14356
c4f87ca6
KS
143572014-04-16 Keith Seitz <keiths@redhat.com>
14358
14359 PR c++/16597
14360 * gdb.cp/namelessclass.cc: New file.
14361 * gdb.cp/namelessclass.exp: New file.
14362 * gdb.cp/namelessclass.S: New file.
14363
ab19de87
DE
143642014-04-16 Doug Evans <dje@google.com>
14365
14366 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14367 Add comment.
14368 (gdbserver_default_get_comm_port): New function.
14369 (gdbserver_start): Check if board file provided
14370 "gdbserver,get_comm_port" and use it if so.
14371 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14372 (gdb,socketport): Set to "stdio".
14373 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14374 (stdio_gdbserver_template): Delete.
14375 (${board}_get_remote_address): Update.
14376 (${board}_build_remote_cmd): Delete.
14377 (${board}_get_comm_port): New function.
14378 (${board}_spawn): Update.
14379 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14380 Delete.
14381 (${board}_get_remote_address): Update.
14382 (${board}_get_comm_port): New function.
14383
fc98a809
AB
143842014-04-16 Andrew Burgess <aburgess@broadcom.com>
14385
14386 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14387 appearing in any order.
14388
87fd9e6e
DE
143892014-04-15 Doug Evans <dje@google.com>
14390
14391 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14392 uninitialized value of "description".
14393
099fc3ea
KS
143942014-04-15 Keith Seitz <keiths@redhat.com>
14395
14396 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14397 Remove unused globals.
14398 (test_running_the_program): Likewise.
14399 (test_controlled_execution): Likewise.
14400 (test_controlling_breakpoints): Likewise.
14401 (test_program_termination): Likewise.
14402
5da151d4
KS
144032014-04-15 Keith Seitz <keiths@redhat.com>
14404
14405 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14406 unused globals.
14407 (test_rbreak_creation_and_listing): Likewise.
14408 (test_ignore_count): Likewise.
14409 (test_error): Likewise.
14410
35e5d2f0
PA
144112014-04-15 Pedro Alves <palves@redhat.com>
14412
14413 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14414 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14415 sym-file-loader.c.
14416 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14417 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14418 to sym-file-loader.c.
14419 (struct library): Forward declare.
14420 (load_shlib, lookup_function): Change prototypes.
14421 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14422 (translate_offset): Remove declarations.
14423 (get_text_addr): New declaration.
14424 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14425 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14426 sym-file-loader.h.
14427 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14428 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14429 here from sym-file-loader.h.
14430 (struct library): New structure.
14431 (load_shlib, lookup_function): Change prototypes and adjust to
14432 work with a struct library.
14433 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14434 (translate_offset): Make static.
14435 (get_text_addr): New function.
14436 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14437
eb4c1710
PA
144382014-04-15 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14441
2d1baf52
PA
144422014-04-15 Pedro Alves <palves@redhat.com>
14443
14444 * gdb.base/sym-file-loader.c: Include <limits.h>.
14445 (SELF_LINK): New define.
14446 (get_origin): New function.
14447 (load_shlib): Use it.
14448 * gdb.base/sym-file.exp: Don't early return if the target is
14449 remote. Use runto_main, and issue fail is that fails. Use
14450 gdb_load_shlibs.
14451 (shlib_name): Delete.
14452 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14453
7dd6df01
PA
144542014-04-15 Pedro Alves <palves@redhat.com>
14455
14456 * gdb.base/sym-file.exp: Remove regex characters from test
14457 message. Don't refer to breakpoint numbers in test messages.
14458
b50c8614
KS
144592014-04-14 Keith Seitz <keiths@redhat.com>
14460
14461 PR c++/16253
14462 * gdb.cp/var-tag.cc: New file.
14463 * gdb.cp/var-tag.exp: New file.
14464 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14465 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14466 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14467 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14468
3d567982
TT
144692014-04-14 Tom Tromey <tromey@redhat.com>
14470
14471 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14472 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14473 type.
14474 * gdb.cp/enum-class.exp: New file.
14475 * gdb.cp/enum-class.cc: New file.
14476
0626fc76
TT
144772014-04-14 Tom Tromey <tromey@redhat.com>
14478
14479 * gdb.dwarf2/enum-type.exp: New file.
14480
dca325b3
SA
144812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14482
14483 * gdb.mi/mi-vla-c99.exp: New file.
14484 * gdb.mi/vla.c: New file.
14485
5854b38a
SA
144862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14487
14488 * gdb.base/vla-datatypes.c: New file.
14489 * gdb.base/vla-datatypes.exp: New file.
14490
463bb957
SA
144912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14492
14493 * gdb.base/vla-ptr.c: New file.
14494 * gdb.base/vla-ptr.exp: New file.
14495
3dd170be
SA
144962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14497
14498 * gdb.dwarf2/count.exp: New file.
14499
5ecaaa66
SA
145002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14501
14502 * gdb.base/vla-sideeffect.c: New file.
14503 * gdb.base/vla-sideeffect.exp: New file.
14504
41f1ada5
DB
145052014-04-14 David Blaikie <dblaikie@gmail.com>
14506
14507 * gdb.mi/non-stop.c: Add return value for non-void function return
14508 statement.
14509 * gdb.threads/staticthreads.c: Ditto.
14510
0be03e84
DE
145112014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14512 Doug Evans <xdje42@gmail.com>
14513
14514 * gdb.guile/scm-value.c: Improve test case.
14515 * gdb.guile/scm-value.exp: Add new test.
14516
f180a1fb
DB
145172014-04-11 David Blaikie <dblaikie@gmail.com>
14518
14519 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14520 override Clang's default.
14521
6b662e19
JB
145222014-04-11 Joel Brobecker <brobecker@adacore.com>
14523
14524 Revert the following changes (regressions):
14525
14526 * gdb.base/vla-sideeffect.c: New file.
14527 * gdb.base/vla-sideeffect.exp: New file.
14528
14529 * gdb.dwarf2/count.exp: New file.
14530
14531 * gdb.base/vla-multi.c: New file.
14532 * gdb.base/vla-multi.exp: New file.
14533
14534 * gdb.base/vla-ptr.c: New file.
14535 * gdb.base/vla-ptr.exp: New file.
14536
14537 * gdb.base/vla-datatypes.c: New file.
14538 * gdb.base/vla-datatypes.exp: New file.
14539
14540 * gdb.mi/mi-vla-c99.exp: New file.
14541 * gdb.mi/vla.c: New file.
14542
245a5f0b
KS
145432014-04-11 Keith Seitz <keiths@redhat.com>
14544
14545 PR c++/16675
14546 * gdb.cp/cpsizeof.exp: New file.
14547 * gdb.cp/cpsizeof.cc: New file.
14548
58a84dcf
SA
145492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14550
191a8a90
JB
14551 * gdb.mi/mi-vla-c99.exp: New file.
14552 * gdb.mi/vla.c: New file.
58a84dcf 14553
c8655f75
SA
145542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14555
14556 * gdb.base/vla-datatypes.c: New file.
14557 * gdb.base/vla-datatypes.exp: New file.
14558
024e13b4
SA
145592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14560
14561 * gdb.base/vla-ptr.c: New file.
14562 * gdb.base/vla-ptr.exp: New file.
14563
1a237e0e
SA
145642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14565
14566 * gdb.base/vla-multi.c: New file.
14567 * gdb.base/vla-multi.exp: New file.
14568
504f3432
SA
145692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14570
14571 * gdb.dwarf2/count.exp: New file.
14572
3bce8237
SA
145732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14574
191a8a90
JB
14575 * gdb.base/vla-sideeffect.c: New file.
14576 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14577
322f9c21
YQ
145782014-04-11 Yao Qi <yao@codesourcery.com>
14579
14580 * gdb.base/completion.exp: Check file exists before running tests
14581 on file completion.
14582
d708bcd1
PA
145832014-04-10 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.base/cond-eval-mode.c: New file.
14586 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14587 prepare_for_testing to build the new file. Check result of
14588 runto_main.
14589 (test_break, test_watch): New procedures.
14590 (top level): Use them.
14591
ae1d2761
PM
145922014-04-08 Pierre Muller <muller@sourceware.org>
14593
14594 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14595 Ctrl-V use for mingw hosts.
14596
7af389b8
SC
145972014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14598
14599 * gdb.python/py-value.c: Improve test case.
14600 * gdb.python/py-value.exp: Add new test.
14601
5e703181
DE
146022014-04-07 David Blaikie <dblaikie@gmail.com>
14603
14604 * lib/compiler.c: Identify the clang compiler.
14605 * lib/compiler.cc: Ditto.
14606
9810b410
YQ
146072014-04-03 Yao Qi <yao@codesourcery.com>
14608
14609 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14610
98d1b8dc
AB
146112014-04-01 Anton Blanchard <anton@samba.org>
14612
14613 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14614 messages unique.
14615
3114cea1
AB
146162014-04-01 Anton Blanchard <anton@samba.org>
14617
14618 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14619 prepare_for_testing.
14620
62f7182c
AB
146212014-04-01 Anton Blanchard <anton@samba.org>
14622
14623 * gdb.arch/ppc64-atomic-inst.c: Remove.
14624 * gdb.arch/ppc64-atomic-inst.S: New file.
14625 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14626
770e7fc7
DE
146272014-03-31 Doug Evans <dje@google.com>
14628
14629 * gdb.base/print-symbol-loading-lib.c: New file.
14630 * gdb.base/print-symbol-loading-main.c: New file.
14631 * gdb.base/print-symbol-loading.exp: New file.
14632
46e2bafa
YQ
146332014-03-31 Yao Qi <yao@codesourcery.com>
14634
14635 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14636
8776cfe9
JB
146372014-03-28 Joel Brobecker <brobecker@adacore.com>
14638
14639 * gdb.ada/mi_dyn_arr: New testcase.
14640
5d1ef361
DE
146412014-03-27 Doug Evans <dje@google.com>
14642
14643 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14644
b5bee914
YQ
146452014-03-27 Yao Qi <yao@codesourcery.com>
14646
14647 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14648 if target is nios2-*-*.
14649
0d4d0e77
YQ
146502014-03-26 Yao Qi <yao@codesourcery.com>
14651
14652 * lib/gdb.exp (readline_is_used): New proc.
14653 * gdb.base/completion.exp: Move tests on command complete up.
14654 Skip the rest of tests if readline is not used.
14655 * gdb.ada/complete.exp: Skp the test if readline is not
14656 used.
14657 * gdb.base/filesym.exp: Likewise.
14658 * gdb.base/macscp.exp: Likewise.
14659 * gdb.base/readline-ask.exp: Likewise.
14660 * gdb.base/readline.exp: Likewise.
14661 * gdb.python/py-cmd.exp: Likewise.
14662 * gdb.trace/tfile.exp: Likewise.
14663
29361eee
YQ
146642014-03-26 Yao Qi <yao@codesourcery.com>
14665
14666 * gdb.base/macscp.exp: Fix code format issues.
14667
bc9a5525
UW
146682014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14669
14670 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14671 * gdb.asm/powerpc64le.inc: New file.
14672
d3839ede
PA
146732014-03-25 Pedro Alves <palves@redhat.com>
14674 Doug Evans <dje@google.com>
14675
14676 * gdb.base/source-execution.c: New file.
14677 * gdb.base/source-execution.exp: New file.
14678 * gdb.base/source-execution.gdb: New file.
14679
01672a57
DE
146802014-03-24 Doug Evans <dje@google.com>
14681
14682 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14683 using fission.
14684
88bbeca9
HZ
146852014-03-24 Hui Zhu <hui@codesourcery.com>
14686 Pedro Alves <palves@redhat.com>
14687
14688 PR breakpoints/16101
14689 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14690 test pass/fail messages. Detect missing support for dprintf when
14691 breakpoints are actually inserted.
14692 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14693 breakpoints are actually inserted.
14694 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14695 fails.
14696
d2348791
JK
146972014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14698
14699 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14700
feef67ab
DE
147012014-03-22 Doug Evans <xdje42@gmail.com>
14702
14703 * gdb.python/python.exp (python not supported): Verify multi-line
14704 python command issues an error.
25d743f9 14705 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14706 guile command issues an error.
feef67ab 14707
ecebef6a
MR
147082014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14709
14710 * gdb.threads/thread-specific.exp: Handle the lack of usable
14711 $this_breakpoint and $this_thread.
14712
ccdd1909
HZ
147132014-03-21 Hui Zhu <hui@codesourcery.com>
14714
14715 * gdb.base/attach.exp (do_command_attach_tests): New.
14716
beb460e8
PA
147172014-03-20 Tom Tromey <tromey@redhat.com>
14718 Pedro Alves <palves@redhat.com>
14719
14720 PR cli/15718
14721 * gdb.base/condbreak-call-false.c: New file.
14722 * gdb.base/condbreak-call-false.exp: New file.
14723
40acf43a
PA
147242014-03-20 Pedro Alves <palves@redhat.com>
14725
14726 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14727 Delete.
14728 (block_signals, unblock_signals): Delete.
14729 (child_function_2, main): Remove references to deleted variable
14730 and functions.
14731
9f5e1e02
PA
147322014-03-20 Pedro Alves <palves@redhat.com>
14733
14734 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14735 Use pthread_kill to signal thread 2.
14736 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14737 Adjust to make the test send itself a signal rather than using the
14738 host's "kill" command.
14739
99619bea
PA
147402014-03-20 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.threads/multiple-step-overs.c: New file.
14743 * gdb.threads/multiple-step-overs.exp: New file.
14744 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14745 Adjust expected infrun debug output.
14746
2adfaa28
PA
147472014-03-20 Pedro Alves <palves@redhat.com>
14748
14749 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14750 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14751
31e77af2
PA
147522014-03-20 Pedro Alves <palves@redhat.com>
14753
14754 PR breakpoints/7143
14755 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14756 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14757 of gdb_test_multiple.
14758 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14759 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14760
b9f437de
PA
147612014-03-20 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14764 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14765
05adc73e
PA
147662014-03-19 Pedro Alves <palves@redhat.com>
14767
14768 * gdb.base/async.exp: Remove early return.
14769
6048b950
PA
147702014-03-19 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14773
8bcfb00a
PA
147742014-03-19 Pedro Alves <palves@redhat.com>
14775
14776 * gdb.base/async.exp (test_background): Expect \r\n after
14777 "completed." in the fail pattern.
14778
884e37dc
PA
147792014-03-19 Pedro Alves <palves@redhat.com>
14780
14781 * gdb.base/async.exp (test_background): New procedure.
14782 Use it for all background execution command tests.
14783
148e57e2
PA
147842014-03-19 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.base/async.exp: Use prepare_for_testing.
14787
f48088c7
PA
147882014-03-19 Pedro Alves <palves@redhat.com>
14789
14790 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14791 the same line.
14792
e2f6c966
PA
147932014-03-19 Pedro Alves <palves@redhat.com>
14794
14795 * gdb.base/async.c (main): Add "jump here" and "until here" line
14796 marker comments.
14797 * gdb.base/async.exp (jump_here): New global.
14798 (jump& test): Use it.
14799 (until_here): New global.
14800 (until& test): Use it.
14801
c30568d4
PA
148022014-03-19 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.base/async.exp: Don't frob gdb_protocol.
14805
0172b6a7
DE
148062014-03-18 Doug Evans <xdje42@gmail.com>
14807
14808 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14809 Fix spelling of exec-done-display.
14810
06c868a8
JK
148112014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14812
14813 PR gdb/15358
14814 * gdb.base/gdb-sigterm.c: New file.
14815 * gdb.base/gdb-sigterm.exp: New file.
14816
0c7e1a46
PA
148172014-03-18 Pedro Alves <palves@redhat.com>
14818
14819 PR gdb/13860
14820 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14821 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14822 solib-event.
14823
f7c77d93
JB
148242014-03-17 Joel Brobecker <brobecker@adacore.com>
14825
14826 * gdb.ada/pckd_arr_ren: New testcase.
14827
5a1e8c7a
DE
148282014-03-13 Doug Evans <xdje42@gmail.com>
14829
14830 PR guile/16612
14831 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14832 collect after discarding symbols.
14833
350e1a76
DE
148342014-03-13 Ludovic Courtès <ludo@gnu.org>
14835 Doug Evans <xdje42@gmail.com>
14836
14837 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14838 to history survives a gc.
14839
a69900ae
PA
148402014-03-13 Pedro Alves <palves@redhat.com>
14841
14842 * gdb.base/default.exp: Don't test "target procfs".
14843
5db9f0bd
PA
148442014-03-13 Pedro Alves <palves@redhat.com>
14845
14846 * gdb.base/default.exp: Update "target child" and "target procfs"
14847 tests to not expect "Unix".
14848
b3ccfe11
TT
148492014-03-12 Tom Tromey <tromey@redhat.com>
14850
14851 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14852 New procs. Add target-async tests.
14853 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14854 Add target-async tests.
14855
646f4417
AA
148562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14857
14858 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14859 'func_start' and 'func_end' for the beginning and end of the
14860 function code, respectively.
14861 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14862 'func_end' instead of 'func' and 'main'.
14863
288c211f
AA
148642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14865
14866 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14867 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14868 generate the debug info assembler source.
14869
e0c0f156
AA
148702014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14871
14872 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14873 * gdb.dwarf2/arr-subrange.exp: Likewise.
14874 * gdb.dwarf2/dwz.exp: Likewise.
14875 * gdb.dwarf2/method-ptr.exp: Likewise.
14876 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14877 * gdb.dwarf2/subrange.exp: Likewise.
14878 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14879 * gdb.dwarf2/implptrpiece.exp: Likewise.
14880 * gdb.dwarf2/nostaticblock.exp: Likewise.
14881
0e5c4555
AA
148822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14883
14884 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14885 directory to absolute path name arguments.
14886
5ec18f2b
JG
148872014-03-10 Joel Brobecker <brobecker@adacore.com>
14888
14889 * gdb.ada/tagged_access: New testcase.
14890
847fc4f2
MM
148912014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14892
14893 * gdb.btrace/data.exp: Update expected output.
14894
cc3da688
YQ
148952014-03-06 Yao Qi <yao@codesourcery.com>
14896
14897 * gdb.trace/pr16508.exp: New file.
14898
0f26cec1
PA
148992014-03-05 Pedro Alves <palves@redhat.com>
14900
14901 PR gdb/16575
14902 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14903 procedure.
14904 (top level): Adjust to use it. Add tests that exercise breakpoint
14905 interaction with the code-cache.
14906
7a5a839f
LC
149072014-02-26 Ludovic Courtès <ludo@gnu.org>
14908
14909 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14910 test for 'history-append!'.
14911
31aa7e4e
JB
149122014-02-26 Joel Brobecker <brobecker@adacore.com>
14913
14914 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14915 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14916 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14917 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14918 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14919 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14920
1b588015
JB
149212014-02-26 Joel Brobecker <brobecker@adacore.com>
14922
14923 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14924 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14925 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14926
55426c9d
JB
149272014-02-26 Joel Brobecker <brobecker@adacore.com>
14928
14929 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14930
dc53a7ad
JB
149312014-02-26 Joel Brobecker <brobecker@adacore.com>
14932
14933 * gdb.dwarf2/arr-stride.c: New file.
14934 * gdb.dwarf2/arr-stride.exp: New file.
14935
12ab52e9
PA
149362014-02-26 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14939 that won't ever trigger. Make sure that GDB reports the correct
14940 breakpoint that caused the stop.
14941
849c862e
JK
149422014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14943
14944 PR gdb/16626
14945 * gdb.base/auto-load-script: New file.
14946 * gdb.base/auto-load.c: New file.
14947 * gdb.base/auto-load.exp: New file.
14948
71b7d793
JK
14949 PR gdb/16626
14950 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14951
e2f0d509
JK
149522014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14953
14954 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14955 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14956
50cc37c8
DE
149572014-02-24 Doug Evans <dje@google.com>
14958
14959 * lib/gdb.exp (run_on_host): Log error output if program fails.
14960
ea4758f2
PA
149612014-02-21 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.threads/step-after-sr-lock.c: Rename to ...
14964 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14965 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14966 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14967 ... this.
14968
d7b30f67
SDJ
149692014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14970
14971 PR tdep/16397
14972 * gdb.arch/amd64-stap-special-operands.exp: New file.
14973 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14974 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14975 * gdb.arch/amd64-stap-triplet.S: Likewise.
14976 * gdb.arch/amd64-stap-triplet.c: Likewise.
14977
83deb43f
JB
149782014-02-20 Joel Brobecker <brobecker@adacore.com>
14979
14980 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14981 in .section pseudo-op.
14982
adde2bff
DE
149832014-02-20 lin zuojian <manjian2006@gmail.com>
14984 Joel Brobecker <brobecker@adacore.com>
14985 Doug Evans <xdje42@gmail.com>
14986
14987 PR symtab/16581
14988 * gdb.dwarf2/dw2-icycle.S: New file.
14989 * gdb.dwarf2/dw2-icycle.c: New file.
14990 * gdb.dwarf2/dw2-icycle.exp: New file.
14991
f7bd0f78
SC
149922014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14993
14994 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14995 operations on gdb.Value objects.
14996 * gdb.python/py-value-cc.exp: Add new test to test operations on
14997 gdb.Value objects.
14998
c17ef0d5
DE
149992014-02-18 Doug Evans <dje@google.com>
15000
15001 * Makefile.in (TESTS): New variable.
15002 (expanded_tests, expanded_tests_or_none): New variables
15003 (check-single): Pass $(expanded_tests_or_none) to runtest.
15004 (check-parallel): Only run tests in $(TESTS) if non-empty.
15005 (check/no-matching-tests-found): New rule.
15006 * README: Document TESTS makefile variable.
15007
5dd3176f
DE
150082014-02-18 Doug Evans <dje@google.com>
15009
15010 * Makefile.in (check-parallel): rm -rf outputs temp.
15011
0b10be4f
JK
150122014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15013
15014 Fix "ERROR: no fileid for" in the testsuite.
15015 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15016
85f224e7
DE
150172014-02-12 Doug Evans <dje@google.com>
15018
15019 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15020 (MISCELLANEOUS): New variable.
15021 (clean): rm -rf $(MISCELLANEOUS).
15022 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15023 dwp live in the same directory as symlinks, with each symlink pointed
15024 to a differently named file in a different directory.
15025
149b30ff
DE
150262014-02-11 Doug Evans <dje@google.com>
15027
15028 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15029 of Tcl file commands.
15030
1dfdac32
MK
150312014-02-10 Mark Kettenis <kettenis@gnu.org>
15032
15033 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15034 "kill -SIGUSR1 -1".
15035
aa4fb036
JB
150362014-02-10 Joel Brobecker <brobecker@adacore.com>
15037
15038 * gdb.ada/tick_length_array_enum_idx: New testcase.
15039
ed3ef339
DE
150402014-02-10 Doug Evans <xdje42@gmail.com>
15041
15042 * configure.ac (AC_OUTPUT): Add gdb.guile.
15043 * configure: Regenerate.
15044 * lib/gdb-guile.exp: New file.
15045 * lib/gdb.exp (get_target_charset): New function.
15046 * gdb.base/help.exp: Update expected output from "apropos apropos".
15047 * gdb.guile/Makefile.in: New file.
15048 * gdb.guile/guile.exp: New file.
15049 * gdb.guile/scm-arch.c: New file.
15050 * gdb.guile/scm-arch.exp: New file.
15051 * gdb.guile/scm-block.c: New file.
15052 * gdb.guile/scm-block.exp: New file.
15053 * gdb.guile/scm-breakpoint.c: New file.
15054 * gdb.guile/scm-breakpoint.exp: New file.
15055 * gdb.guile/scm-disasm.c: New file.
15056 * gdb.guile/scm-disasm.exp: New file.
15057 * gdb.guile/scm-equal.c: New file.
15058 * gdb.guile/scm-equal.exp: New file.
15059 * gdb.guile/scm-error.exp: New file.
15060 * gdb.guile/scm-error.scm: New file.
15061 * gdb.guile/scm-frame-args.c: New file.
15062 * gdb.guile/scm-frame-args.exp: New file.
15063 * gdb.guile/scm-frame-args.scm: New file.
15064 * gdb.guile/scm-frame-inline.c: New file.
15065 * gdb.guile/scm-frame-inline.exp: New file.
15066 * gdb.guile/scm-frame.c: New file.
15067 * gdb.guile/scm-frame.exp: New file.
15068 * gdb.guile/scm-generics.exp: New file.
15069 * gdb.guile/scm-gsmob.exp: New file.
15070 * gdb.guile/scm-iterator.c: New file.
15071 * gdb.guile/scm-iterator.exp: New file.
15072 * gdb.guile/scm-math.c: New file.
15073 * gdb.guile/scm-math.exp: New file.
15074 * gdb.guile/scm-objfile-script-gdb.in: New file.
15075 * gdb.guile/scm-objfile-script.c: New file.
15076 * gdb.guile/scm-objfile-script.exp: New file.
15077 * gdb.guile/scm-objfile.c: New file.
15078 * gdb.guile/scm-objfile.exp: New file.
15079 * gdb.guile/scm-ports.exp: New file.
15080 * gdb.guile/scm-pretty-print.c: New file.
15081 * gdb.guile/scm-pretty-print.exp: New file.
15082 * gdb.guile/scm-pretty-print.scm: New file.
15083 * gdb.guile/scm-section-script.c: New file.
15084 * gdb.guile/scm-section-script.exp: New file.
15085 * gdb.guile/scm-section-script.scm: New file.
15086 * gdb.guile/scm-symbol.c: New file.
15087 * gdb.guile/scm-symbol.exp: New file.
15088 * gdb.guile/scm-symtab-2.c: New file.
15089 * gdb.guile/scm-symtab.c: New file.
15090 * gdb.guile/scm-symtab.exp: New file.
15091 * gdb.guile/scm-type.c: New file.
15092 * gdb.guile/scm-type.exp: New file.
15093 * gdb.guile/scm-value-cc.cc: New file.
15094 * gdb.guile/scm-value-cc.exp: New file.
15095 * gdb.guile/scm-value.c: New file.
15096 * gdb.guile/scm-value.exp: New file.
15097 * gdb.guile/source2.scm: New file.
15098 * gdb.guile/types-module.cc: New file.
15099 * gdb.guile/types-module.exp: New file.
15100
7026a7c1
YQ
151012014-02-10 Yao Qi <yao@codesourcery.com>
15102
15103 PR testsuite/16543
15104 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15105 * configure: Regenerated.
15106 * Makefile.in: New file.
15107
6c466447
AS
151082014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15109
15110 * gdb.python/py-framefilter.exp: Fix typo.
15111
6e854735
YQ
151122014-02-08 Yao Qi <yao@codesourcery.com>
15113
15114 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15115 that no =breakpoint-modified is emitted when breakpoints are
15116 modified through MI commands.
15117
d137e6dc
PA
151182014-02-07 Pedro Alves <pedro@codesourcery.com>
15119 Pedro Alves <palves@redhat.com>
15120
15121 * gdb.threads/step-after-sr-lock.c: New file.
15122 * gdb.threads/step-after-sr-lock.exp: New file.
15123
b5ee5a50
PA
151242014-02-07 Pedro Alves <palves@redhat.com>
15125
15126 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15127
3c77faf3
JK
151282014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15129
15130 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15131 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15132
6dddc817
DE
151332014-02-06 Doug Evans <xdje42@gmail.com>
15134
15135 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15136 output.
15137
15138 * gdb.gdb/python-interrupts.exp: New file.
15139
de7b2893
YQ
151402014-02-05 Yao Qi <yao@codesourcery.com>
15141
15142 * gdb.trace/report.exp (use_collected_data): Test the output
15143 of "info threads" and "info inferiors".
15144
66d032ac
YQ
151452014-02-05 Yao Qi <yao@codesourcery.com>
15146
15147 Revert this patch:
15148
15149 2013-05-24 Yao Qi <yao@codesourcery.com>
15150
15151 * gdb.trace/tfile.exp: Test inferior and thread.
15152
591a12a1
UW
151532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15154
15155 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15156 on a function.
15157 * gdb.base/step-bt.c: Call hello via function pointer to make
15158 sure its first instruction is executed on powerpc64le-linux.
15159
0ff3e01f
UW
151602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15161
15162 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15163
084ee545
UW
151642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15165
15166 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15167 of the test patterns for use on little-endian systems.
15168
6ed14ff3
UW
151692014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15170
15171 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15172 (decimal_vector): Fix for little-endian.
15173
401e27fd
JM
151742014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15175
15176 * gdb.arch/sparc-sysstep.exp: New file.
15177 * gdb.arch/sparc-sysstep.c: Likewise.
15178
15179 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15180
8b924729
EBM
151812014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15182
15183 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15184
fb151210
JB
151852014-01-23 Tom Tromey <tromey@redhat.com>
15186
15187 * gdb.ada/array_char_idx: New testcase.
15188
0740f8d8
TT
151892014-01-23 Tom Tromey <tromey@redhat.com>
15190
15191 PR python/16487:
15192 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15193 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15194 classes.
15195
21909fa1
TT
151962014-01-23 Tom Tromey <tromey@redhat.com>
15197
15198 PR python/16491:
15199 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15200 string from an inferior frame.
15201 * gdb.python/py-framefilter-mi.exp: Update.
15202
87ce2a04
DE
152032014-01-22 Doug Evans <dje@google.com>
15204
15205 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15206
237b092b
AA
152072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15208
15209 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15210
d674a709
AA
152112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15212
15213 * gdb.trace/entry-values.exp: Remove excess space character from
15214 regex patterns. Handle s390 call instruction.
15215
20fa3390
AA
152162014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15217
15218 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15219 define "*_start" label. Make "name" static.
15220 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15221 ${name} by references to ${name}_start.
15222
78466714
AA
152232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15224
15225 * gdb.base/info-macros.exp: Remove "debug" from the compile
15226 options.
15227
ec9f644a
IB
152282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15229
15230 * gdb.dlang/demangle.exp: New file.
15231
94b1b47e
IB
152322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15233
15234 * gdb.dlang/primitive-types.exp: New file.
15235
7f420862
IB
152362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15237
15238 * configure.ac: Create gdb.dlang/Makefile.
15239 * configure: Regenerate.
15240 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15241 * gdb.dlang/Makefile.in: New file.
15242 * lib/d-support.exp: New file.
15243 * lib/gdb.exp (skip_d_tests): New proc.
15244
52834460
MM
152452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15246
15247 * gdb.btrace/delta.exp: Check reverse stepi.
15248 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15249 * gdb.btrace/finish.exp: New.
15250 * gdb.btrace/next.exp: New.
15251 * gdb.btrace/nexti.exp: New.
15252 * gdb.btrace/record_goto.c: Add comments.
15253 * gdb.btrace/step.exp: New.
15254 * gdb.btrace/stepi.exp: New.
15255 * gdb.btrace/multi-thread-step.c: New.
15256 * gdb.btrace/multi-thread-step.exp: New.
15257 * gdb.btrace/rn-dl-bind.c: New.
15258 * gdb.btrace/rn-dl-bind.exp: New.
15259 * gdb.btrace/data.c: New.
15260 * gdb.btrace/data.exp: New.
15261 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15262
6e07b1d2
MM
152632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15264
15265 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15266 * gdb.btrace/exception.exp: Update.
15267 * gdb.btrace/instruction_history.exp: Update.
15268 * gdb.btrace/record_goto.exp: Update.
15269 * gdb.btrace/tailcall.exp: Update.
15270 * gdb.btrace/unknown_functions.exp: Update.
15271 * gdb.btrace/delta.exp: New.
15272
0b722aec
MM
152732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15274
15275 * gdb.btrace/record_goto.exp: Add backtrace test.
15276 * gdb.btrace/tailcall.exp: Add backtrace test.
15277
066ce621
MM
152782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15279
15280 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15281 * gdb.btrace/record_goto.c: New.
15282 * gdb.btrace/record_goto.exp: New.
15283 * gdb.btrace/x86-record_goto.S: New.
15284
0688d04e
MM
152852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15286
15287 * gdb.btrace/function_call_history.exp: Update tests.
15288 * gdb.btrace/instruction_history.exp: Update tests.
15289
8710b709
MM
152902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15291
15292 * gdb.btrace/function_call_history.exp: Fix expected field
15293 order for "record function-call-history".
15294 Add new tests for "record function-call-history /c".
15295 * gdb.btrace/exception.cc: New.
15296 * gdb.btrace/exception.exp: New.
15297 * gdb.btrace/tailcall.exp: New.
15298 * gdb.btrace/x86-tailcall.S: New.
15299 * gdb.btrace/x86-tailcall.c: New.
15300 * gdb.btrace/unknown_functions.c: New.
15301 * gdb.btrace/unknown_functions.exp: New.
15302 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15303
5de9129b
MM
153042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15305
15306 * gdb.btrace/instruction_history.exp: Update.
15307 * gdb.btrace/function_call_history.exp: Update.
15308
23a7fe75
MM
153092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15310
15311 * gdb.btrace/function_call_history.exp: Fix expected function
15312 trace.
15313 * gdb.btrace/instruction_history.exp: Initialize traced.
15314 Remove traced_functions.
15315
724c7dd8
MM
153162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15317
15318 * gdb.btrace/function_call_history.exp: Update
15319 * gdb.btrace/instruction_history.exp: Update.
15320
6d78d93b
MM
153212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15322
15323 * gdb.btrace/enable.exp: Update expected text.
15324
93a360cc
OJ
153252014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15326
15327 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15328 bytes.
15329
3772b53f
MR
153302014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15331
15332 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15333
596662fa
OJ
153342014-01-15 Omair Javaid <omair.javaid@linaro.org>
15335
15336 * lib/gdb.exp (supports_process_record): Return true for
15337 arm*-linux*. (supports_reverse): Likewise.
15338
b5b08fb4
SC
153392014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15340
15341 PR python/15464
15342 PR python/16113
15343 * gdb.python/py-type.c: Enhance test case.
15344 * gdb.python/py-value-cc.cc: Likewise
15345 * gdb.python/py-type.exp: Add new tests.
15346 * gdb.python/py-value-cc.exp: Likewise
15347
52d7fb13
AA
153482014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15349 Pedro Alves <palves@redhat.com>
15350
15351 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15352 Make "name" extern.
15353 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15354 references to ${name}_start by references to ${name}.
15355
a2cd8cfe
JB
153562014-01-10 Joel Brobecker <brobecker@adacore.com>
15357
15358 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15359
4e23fced
JB
153602014-01-10 Joel Brobecker <brobecker@adacore.com>
15361
15362 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15363
c6a9e42c
PA
153642014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15365 Pedro Alves <palves@redhat.com>
15366
15367 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15368 mi_gdb_target_load.
c6a9e42c 15369
b7ea362b
PA
153702014-01-08 Pedro Alves <palves@redhat.com>
15371
15372 * gdb.threads/reconnect-signal.c: New file.
15373 * gdb.threads/reconnect-signal.exp: New file.
15374
5e3f4fab
EBM
153752014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15376
15377 * gdb.base/source-dir.exp: New file.
15378
79301218
JB
153792014-01-07 Joel Brobecker <brobecker@adacore.com>
15380
15381 * gdb.ada/mi_interface: New testcase.
15382
8e355c5d
JB
153832014-01-07 Joel Brobecker <brobecker@adacore.com>
15384
15385 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15386 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15387 gdb.ada/pp-rec-component/pck.ads: New files.
15388
c0d48811
JB
153892014-01-07 Joel Brobecker <brobecker@adacore.com>
15390
15391 * gdb.python/py-pp-integral.c: New file.
15392 * gdb.python/py-pp-integral.py: New file.
15393 * gdb.python/py-pp-integral.exp: New file.
15394
17b609c3 15395For older changes see ChangeLog-1993-2013.
c906108c 15396\f
8d8cb839
EZ
15397;; Local Variables:
15398;; mode: change-log
15399;; left-margin: 8
15400;; fill-column: 74
15401;; version-control: never
15402;; End:
902f2ccb 15403
42a4f53d 15404 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15405 Copying and distribution of this file, with or without modification,
15406 are permitted provided the copyright notice and this notice are preserved.
This page took 4.79181 seconds and 4 git commands to generate.