Prevent overflow in rl_set_screen_size
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6c28e44a
TT
12019-02-27 Tom Tromey <tromey@adacore.com>
2
3 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
4 2.4.
5 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6 workaround.
7
bf9a735e
AB
82019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
9
10 * gdb.base/align.exp: Extend to compile in both C and C++, and add
11 tests for structs with static members.
12
8791793c
TT
132019-02-26 Tom Tromey <tromey@adacore.com>
14
15 * gdb.python/py-value.exp (test_value_from_buffer): Check for
16 ValueError, not TypeError.
17
bc2a507e
KB
182019-02-26 Kevin Buettner <kevinb@redhat.com>
19
20 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
21 call from main program.
22
e0e7d3bd
JB
232019-02-23 Joel Brobecker <brobecker@adacore.com>
24
25 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
26 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
27 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
28 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
29 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
30
9600246d
KS
312019-02-22 Keith Seitz <keiths@redhat.com>
32
33 PR symtab/23853
34 * gdb.base/symlink-sourcefile.c: New file.
35 * gdb.base/symlink-sourcefile.exp: New file.
36
0c95f9ed
TT
372019-02-20 Tom Tromey <tom@tromey.com>
38
39 * gdb.base/info_qt.exp: Update.
40
6caa91b6
SM
412019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
42
43 * gdb.base/source.exp: Move "error in sourced script" code to
44 the end.
45 * gdb.base/source-error.gdb: Move contents to
46 source-error-1.gdb. Add new code to source source-error-1.gdb.
47 * gdb.base/source-error-1.gdb: New file, from previous
48 source-error.gdb.
49
6506371f
TT
502019-02-17 Tom Tromey <tom@tromey.com>
51
52 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
53 for macro styling.
54 * gdb.base/style.c (SOME_MACRO): New macro.
55
a0087920
TT
562019-02-17 Tom Tromey <tom@tromey.com>
57
58 * gdb.base/style.exp: Add line-wrapping tests.
59 * gdb.base/page.exp: Add test for quitting during pagination.
60
a2cd4f14
JB
612019-02-17 Joel Brobecker <brobecker@adacore.com>
62
63 * gdb.ada/big_packed_array: New testcase.
64 * gdb.ada/homonym.exp: Fix incorrect expected output for
65 "break <homonym__get_value>" test.
66
9d70ffbc
WP
672019-02-13 Weimin Pan <weimin.pan@oracle.com>
68
69 PR breakpoints/21870
70 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
71 and prepare_for_testing. Add comment.
72 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
73 redundant cleanup call. Clean up comment.
74
01c7ae81
WP
752019-02-12 Weimin Pan <weimin.pan@oracle.com>
76
77 PR breakpoints/21870
78 * gdb.arch/aarch64-dbreg-contents.exp: New file.
79 * gdb.arch/aarch64-dbreg-contents.c: New file.
80
aff29d1c
JB
812019-02-10 Joel Brobecker <brobecker@adacore.com>
82
83 * gdb.ada/mi_ref_changeable: New testcase.
84
df0da8a2
AH
852019-02-07 Alan Hayward <alan.hayward@arm.com>
86
87 * gdb.base/attach.exp: Add double attach test.
88
bd447abb
SM
892019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
90
91 * lib/gdb.exp (default_gdb_start): Don't match pagination
92 prompt.
93 (gdb_init): Set stty_init.
94
1dbc40b9
TT
952019-01-27 Tom Tromey <tom@tromey.com>
96
97 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
98 skip_python_tests.
99
353229bf
AH
1002019-01-24 Alan Hayward <alan.hayward@arm.com>
101
102 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
103 New structure.
104 (struct struct_static_02_02): Likewise.
105 (struct struct_static_02_03): Likewise.
106 (struct struct_static_02_04): Likewise.
107 (struct struct_static_04_01): Likewise.
108 (struct struct_static_04_02): Likewise.
109 (struct struct_static_04_03): Likewise.
110 (struct struct_static_04_04): Likewise.
111 (struct struct_static_06_01): Likewise.
112 (struct struct_static_06_02): Likewise.
113 (struct struct_static_06_03): Likewise.
114 (struct struct_static_06_04): Likewise.
115 (cmp_struct_static_02_01): Likewise.
116 (cmp_struct_static_02_02): Likewise.
117 (cmp_struct_static_02_03): Likewise.
118 (cmp_struct_static_02_04): Likewise.
119 (cmp_struct_static_04_01): Likewise.
120 (cmp_struct_static_04_02): Likewise.
121 (cmp_struct_static_04_03): Likewise.
122 (cmp_struct_static_04_04): Likewise.
123 (cmp_struct_static_06_01): Likewise.
124 (cmp_struct_static_06_02): Likewise.
125 (cmp_struct_static_06_03): Likewise.
126 (cmp_struct_static_06_04): Likewise.
127 (call_all): Test new structs.
128 * gdb.base/infcall-nested-structs.exp: Likewise.
129
73021deb
AH
1302019-01-21 Alan Hayward <alan.hayward@arm.com>
131 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
132
fc65c7db
AH
1332019-01-21 Alan Hayward <alan.hayward@arm.com>
134 * gdb.base/stack-protector.c: New test.
135 * gdb.base/stack-protector.exp: New file.
136 * gdb.cp/ovldbreak.exp: Only allow a single break line.
137 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
138 option.
139 (gdb_compile): Remove stack protector for GCC and prevent
140 recursion.
141
c24bdb02
KS
1422019-01-16 Keith Seitz <keiths@redhat.com>
143
144 PR gdb/23773
145 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
146
6f072a10
PFC
1472019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
148
149 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
150 aliases.
151 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
152 tests.
153 * gdb.arch/powerpc-vector-regs.c: New file.
154 * gdb.arch/powerpc-vector-regs.exp: New file.
155
a7b8d682
PFC
1562019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
157
158 * gdb.arch/altivec-regs.exp: Fix the list passed to
159 gdb_expect_list when testing "info vector".
160
6eb6fb67
AB
1612019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
162
163 * gdb.base/style.exp: Don't include path in testname.
164
b56f80d8
KS
1652019-01-10 Keith Seitz <keiths@redhat.com>
166
167 PR gdb/23712
168 PR symtab/23010
169 * gdb.dwarf2/multidictionary.exp: New file.
170
041be526
SM
1712019-01-09 Simon Marchi <simon.marchi@ericsson.com>
172
173 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
174 (test_gnuv3_style_demangling): ... this.
175 (test_lucid_style_demangling): Remove.
176 (test_arm_style_demangling): Remove.
177 (test_hp_style_demangling): Remove.
178 (do_tests): Remove calls to the above.
179
d820d0c3
AB
1802019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
183 case.
184
f097f5ad
TT
1852019-01-06 Tom Tromey <tom@tromey.com>
186
187 PR gdb/28155:
188 * gdb.dwarf2/typedef-void-finish.exp: New file.
189
2cd8cc0b
TT
1902018-12-28 Tom Tromey <tom@tromey.com>
191 Simon Marchi <simark@simark.ca>
192
193 * gdb.base/jit-exec.exp: New file.
194 * gdb.base/jit-exec.c: New file.
195 * gdb.base/jit-execd.c: New file.
196
35fb8261
TT
1972018-12-28 Tom Tromey <tom@tromey.com>
198
199 * gdb.base/style.exp: Update test to check for address styling.
200
47fd17cd
TT
2012018-12-28 Tom Tromey <tom@tromey.com>
202
203 * gdb.base/style.exp: Add test for styling of "Reading symbols"
204 message.
205
d47032b7
TT
2062018-12-28 Tom Tromey <tom@tromey.com>
207
208 * gdb.base/style.exp: Add test for version number styling.
209
af79b68d
TT
2102018-12-28 Tom Tromey <tom@tromey.com>
211
212 * gdb.base/style.exp: Add test for print_address_symbolic.
213
0bb296cb
TT
2142018-12-28 Tom Tromey <tom@tromey.com>
215
216 * gdb.base/style.exp: Add test for breakpoint setting.
217
80ae2043
TT
2182018-12-28 Tom Tromey <tom@tromey.com>
219
220 * gdb.base/style.exp: Add test for variable names.
221
cbe56571
TT
2222018-12-28 Tom Tromey <tom@tromey.com>
223
224 * gdb.base/style.exp: New file.
225 * gdb.base/style.c: New file.
226
9162a27c
TT
2272018-12-28 Tom Tromey <tom@tromey.com>
228
229 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
230 "dumb".
231 * gdb.base/readline.exp (operate_and_get_next): Save and restore
232 the TERM environment variable.
233
bc543c90
TT
2342018-12-27 Tom Tromey <tom@tromey.com>
235
236 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
237 pagination test.
238
6f0ffe50
AB
2392018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
242 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
243
b5a1e557
PW
2442018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
245
246 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
247 Filename a.adb changed to bp_fun_addr.adb.
248 gdb.ada/bp_fun_addr.exp: Update test accordingly.
249
6e8b1ab2
JV
2502018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
251
252 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
253 non-PIE executables.
254 * README: Mention the gdb,nopie_flag board setting.
255 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
256 non-PIE executable.
257 * gdb.arch/amd64-entry-value.exp: Likewise.
258 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
259 * gdb.arch/i386-float.exp: Likewise.
260 * gdb.arch/i386-signal.exp: Likewise.
261 * gdb.mi/mi-reg-undefined.exp: Likewise.
262
d00a27c5
PM
2632018-12-21 Paul Marechal <paul.marechal@ericsson.com>
264
265 PR gdb/23974
266 * gdb.base/info-os.exp: Check return for unknown "info os" type.
267
161d081c
PW
2682018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
269
270 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
271 Update order of results accordingly.
272
b001de23
AB
2732018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * gdb.base/annota1.exp: Update a test regexp.
276
99e1a184
AB
2772018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
280
7a81c1e2
PW
2812018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
282
283 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
284 (reuse_time): Initialize to REUSE_TIME_CAP.
285 (check_rc): New function.
286 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
287 Check pthread_create rc.
288 (spawner_thread_func): Check pthread_create and pthread_join rc.
289
73e8dc90
PA
2902018-12-08 Pedro Alves <palves@redhat.com>
291
292 * gdb.base/list.exp (test_forward_search): Rename to ...
293 (test_forward_reverse_search): ... this. Also test reverse-search
294 and the forward-search alias.
295
13f2ed32
AB
2962018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
299 local timeout variable before return, and remove all local timeout
300 variable entirely.
301 (gdb_load): Likewise.
302
64d27cfc
TV
3032018-12-01 Tom de Vries <tdevries@suse.de>
304
305 * gdb.base/gdb-caching-proc.exp: New file.
306
f63c03b4
SDJ
3072018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
308
309 * Makefile.in (TIMESTAMP): New variable.
310 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
311 command.
312 (check-single-racy): Likewise.
313 (check/%.exp): Likewise.
314 (check-racy/%.exp): Likewise.
315 (workers/%.worker): Likewise.
316 (build-perf): Likewise.
317 (check-perf): Likewise.
318 * README: Describe new "TS" and "TS_FORMAT" variables.
319 * print-ts.py: New file.
320
1c97054b
BF
3212018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
322
323 PR python/23714
324 * gdb.python/python.exp: Test command repetition after
325 gdb.execute.
326
1871a62d
AB
3272018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.opt/inline-break.exp: Add test that info breakpoint output
330 is correctly aligned.
331
fb5e1ed9
PW
3322018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
333
334 * gdb.ada/info_auto_lang.exp: New testcase.
335 * gdb.ada/info_auto_lang/global_pack.ads: New file.
336 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
337 * gdb.ada/info_auto_lang/some_c.c: New file.
338
43d397ca
PW
3392018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
340
341 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
342 FUNC_lang language syntax.
343
beddd671
PW
3442018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
345
346 * gdb.base/info_minsym.c: New file.
347 * gdb.base/info_minsym.exp: New file.
348
73fc52c4
TT
3492018-11-19 Tom Tromey <tom@tromey.com>
350
351 PR rust/23625:
352 * gdb.rust/simple.exp: Add ptype test. Update expected output.
353 * gdb.rust/expr.exp: Update expected output. Change one test.
354
994b876a
TT
3552018-11-19 Tom Tromey <tom@tromey.com>
356
357 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
358
6769f276
PA
3592018-11-19 Pedro Alves <palves@redhat.com>
360
361 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
362 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
363 see the expected warning.
364
38a72da0
AH
3652018-11-16 Alan Hayward <alan.hayward@arm.com>
366
367 PR gdb/22736:
368 * gdb.cp/infcall-nodebug-lib.c: New test.
369 * gdb.cp/infcall-nodebug-main.c: New test.
370 * gdb.cp/infcall-nodebug.exp: New file.
371
53a89d6e
SM
3722018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
373
374 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
375 completer tests.
376
9325300d
TV
3772018-11-09 Tom de Vries <tdevries@suse.de>
378
379 * gdb.base/msym-lang.c: New test.
380 * gdb.base/msym-lang.exp: New file.
381 * gdb.base/msym-lang-main.c: New test.
382
20f0d60d
TT
3832018-11-08 Tom Tromey <tom@tromey.com>
384
385 PR gdb/23555:
386 PR gdb/23838:
387 * gdb.base/warning.exp: New file.
388
b5420128
JB
3892018-11-08 Jan Beulich <jbeulich@suse.com>
390
391 * testsuite/gdb.arch/i386-avx512.c,
392 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
393
cd115d61
AB
3942018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
397 point hardware.
398
35ee2dc2
AB
3992018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
402 * gdb.dwarf2/missing-type-name.exp: New file.
403
31aceee8
TV
4042018-11-06 Tom de Vries <tdevries@suse.de>
405
406 * gdb.base/many-headers.c: New test.
407 * gdb.base/many-headers.exp: New file.
408
109be305
JW
4092018-11-06 Jim Wilson <jimw@sifive.com>
410
411 * gdb.base/code_elim.exp: For riscv, set additional_flags
412 to include -msmall-data-limit=0.
413
e2b7af72
JB
4142018-11-01 Joel Brobecker <brobecker@adacore.com>
415
416 * gdb.ada/watch_minus_l: New testcase.
417
cdcda965
SM
4182018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
419
420 * gdb.arch/aix-sighandle.c: New file.
421 * gdb.arch/aix-sighandle.exp: New file.
422
92dcebf3
AB
4232018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
426 registers being unions.
427
68b9ac18
TV
4282018-10-31 Tom de Vries <tdevries@suse.de>
429
430 * lib/valgrind.exp: New file.
431 (vgdb_start, vgdb_stop): New procs, factored out of ...
432 * gdb.base/valgrind-bt.exp: ... here, ...
433 * gdb.base/valgrind-disp-step.exp: ... here and ...
434 * gdb.base/valgrind-infcall.exp: ... here.
435
1443936e
TV
4362018-10-31 Tom de Vries <tdevries@suse.de>
437
438 * lib/gdb.exp (get_valueof): Don't output read value in test name.
439
eb77c9df
AB
4402018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.dwarf2/void-type.c: New file.
443 * gdb.dwarf2/void-type.exp: New file.
444
82b5e646
PW
4452018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
446
447 * gdb.base/info_qt.c: New file.
448 * gdb.base/info_qt.exp: New file.
449
8d619c01
EBM
4502018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
451
452 * gdb.arch/powerpc-htm-regs.c: New file.
453 * gdb.arch/powerpc-htm-regs.exp: New file.
454
f2cf6173
EBM
4552018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
456
457 * gdb.arch/powerpc-tar.c: New file.
458 * gdb.arch/powerpc-tar.exp: New file.
459
7ca18ed6
EBM
4602018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
461
462 * gdb.arch/powerpc-ppr-dscr.c: New file.
463 * gdb.arch/powerpc-ppr-dscr.exp: New file.
464
bfcc0eba
TV
4652018-10-25 Tom de Vries <tdevries@suse.de>
466
467 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
468
fe1a5cad
TV
4692018-10-24 Tom de Vries <tdevries@suse.de>
470
471 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
472 longer exists error.
473
a76dc3b7
TV
4742018-10-24 Tom de Vries <tdevries@suse.de>
475
476 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
477
4df46df7
TV
4782018-10-24 Tom de Vries <tdevries@suse.de>
479
480 * gdb.base/valgrind-db-attach.exp: Handle removed support for
481 --db-attach in valgrind.
482
0dbfcfff
AB
4832018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * gdb.arch/riscv-reg-aliases.c: New file.
486 * gdb.arch/riscv-reg-aliases.exp: New file.
487
b04480b1
AH
4882018-10-19 Alan Hayward <alan.hayward@arm.com>
489
490 * gdb.python/py-cmd.exp: Check for gdb_prompt.
491
2c6ac8d7
AH
4922018-10-19 Alan Hayward <alan.hayward@arm.com>
493
494 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
495
2bc69f25
AH
4962018-10-19 Alan Hayward <alan.hayward@arm.com>
497
498 * gdb.cp/ovldbreak.exp: Fix regexps.
499
1f1ae3a3
AH
5002018-10-19 Alan Hayward <alan.hayward@arm.com>
501
502 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
503
94c18618
SDJ
5042018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
505
506 PR cli/23785
507 * gdb.base/restore.exp: New test to check if "restore" with an
508 invalid file doesn't segfault.
509
812cd6eb
TV
5102018-10-18 Tom de Vries <tdevries@suse.de>
511
512 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
513 * gdb.ada/excep_handle.exp: Same.
514 * gdb.ada/mi_string_access.exp: Same.
515 * gdb.ada/mi_var_union.exp: Same.
516 * gdb.arch/arc-analyze-prologue.exp: Same.
517 * gdb.arch/arc-decode-insn.exp: Same.
518 * gdb.base/readnever.exp: Same.
519 * gdb.fortran/printing-types.exp: Same.
520 * gdb.guile/scm-lazy-string.exp: Same.
521
c4b90788
TV
5222018-10-16 Tom de Vries <tdevries@suse.de>
523
524 PR gdb/23730
525 * gdb.base/catch-follow-exec.c: Add copyright notice.
526 * gdb.base/catch-follow-exec.exp: Rewrite to use
527 gdb_spawn_with_cmdline_opts. Require gdb-native.
528
8bca2978
SL
5292018-10-12 Sandra Loosemore <sandra@codesourcery.com>
530
531 * gdb.trace/actions-changed.exp: Check for arch support.
532 * gdb.trace/actions.exp: Likewise.
533 * gdb.trace/ax.exp: Likewise.
534 * gdb.trace/backtrace.exp: Likewise.
535 * gdb.trace/change-loc.exp: Likewise.
536 * gdb.trace/deltrace.exp: Likewise.
537 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
538 * gdb.trace/ftrace.exp: Likewise.
539 * gdb.trace/infotrace.exp: Check for arch support.
540 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
541 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
542 * gdb.trace/mi-tsv-changed.exp: Likewise.
543 * gdb.trace/packetlen.exp: Likewise.
544 * gdb.trace/passc-dyn.exp: Likewise.
545 * gdb.trace/passcount.exp: Likewise.
546 * gdb.trace/pending.exp: Likewise.
547 * gdb.trace/range-stepping.exp: Check for shlib support.
548 * gdb.trace/report.exp: Check for arch support.
549 * gdb.trace/save-trace.exp: Likewise.
550 * gdb.trace/signal.exp: Check for signal support.
551 * gdb.trace/tfind.exp: Check for arch support.
552 * gdb.trace/trace-break.exp: Check for arch and shlib support.
553 * gdb.trace/trace-common.h: Add comment.
554 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
555 * gdb.trace/trace-enable-disable.exp: Likewise.
556 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
557 * gdb.trace/tracecmd.exp: Check for arch support.
558 * gdb.trace/tspeed.exp: Check for shlib and target support.
559 * gdb.trace/tstatus.exp: Check for arch support.
560 * gdb.trace/tsv.exp: Likewise.
561 * gdb.trace/while-dyn.exp: Likewise.
562 * gdb.trace/while-stepping.exp: Likewise.
563 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
564
f9c49bff
SM
5652018-10-12 Simon Marchi <simon.marchi@ericsson.com>
566
567 * gdb.trace/tspeed.exp: Remove nowarnings.
568 (prepare_for_trace_test): Declare "global ipalib".
569 * gdb.trace/tspeed.c: Include unistd.h.
570 (main): Remove superfluous printf argument.
571
d4330bde
SL
5722018-10-11 Sandra Loosemore <sandra@codesourcery.com>
573
574 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
575 directory prefix on the filename.
576
8ecfd7bd
SDJ
5772018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
578
579 * gdb.gdb/unittest.exp: Update expected message informing that
580 selftests have been disabled.
581 * gdb.server/unittest.exp: Likewise.
582
58bbcd02
TV
5832018-10-09 Tom de Vries <tdevries@suse.de>
584
585 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
586 with runto_main.
587
9f6b697b
WP
5882018-10-08 Weimin Pan <weimin.pan@oracle.com>
589
590 PR c++/16841
591 * gdb.cp/virtbase2.cc: New file.
592 * gdb.cp/virtbase2.exp: New file.
593
add5ded5
TT
5942018-10-06 Tom Tromey <tom@tromey.com>
595
596 PR python/19399:
597 * gdb.python/py-inferior.exp: Add architecture test.
598
f9e48344
TT
5992018-10-06 Tom Tromey <tom@tromey.com>
600
601 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
602 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
603
2a8be203
TT
6042018-10-06 Tom Tromey <tom@tromey.com>
605
606 * gdb.python/py-breakpoint.exp (check_last_event): Check location
607 of a "throw" catchpoint.
608
e04caa70
SDJ
6092018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
610
611 * gdb.base/info-proc.exp: Update string expected from "help info
612 proc".
613
5ca8c39f
TT
6142018-10-04 Tom Tromey <tom@tromey.com>
615
616 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
617 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
618 (test_initial_complaints, test_empty_complaints): Update.
619 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
620
3453e7e4
TT
6212018-10-04 Tom Tromey <tom@tromey.com>
622
623 PR cli/19551:
624 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
625 * lib/gdb.exp (gdb_file_cmd): Update.
626 * gdb.stabs/weird.exp (print_weird_var): Update.
627 * gdb.server/solib-list.exp: Update.
628 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
629 * gdb.mi/mi-cli.exp: Update.
630 * gdb.linespec/linespec.exp: Update.
631 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
632 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
633 * gdb.cp/cp-relocate.exp: Update.
634 * gdb.base/sym-file.exp: Update.
635 * gdb.base/relocate.exp: Update.
636 * gdb.base/readnever.exp: Update.
637 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
638 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
639 * gdb.base/dbx.exp (gdb_file_cmd): Update.
640 * gdb.base/code_elim.exp: Update.
641 * gdb.base/break-unload-file.exp (test_break): Update.
642 * gdb.base/break-interp.exp (test_attach_gdb): Update.
643 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
644 Update.
645 * gdb.base/attach.exp (do_attach_tests): Update.
646 * gdb.base/sepdebug.exp: Update.
647 * gdb.python/py-section-script.exp: Update.
648
6afcf761
TT
6492018-10-04 Tom Tromey <tom@tromey.com>
650
651 PR cli/22234:
652 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
653 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
654 output.
655
fef1b293
TT
6562018-10-04 Tom Tromey <tom@tromey.com>
657
658 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
659 set width and height to 0.
660 (test_command_line_attach_run): Use -quiet.
661
ca98345e
SL
6622018-10-03 Sandra Loosemore <sandra@codesourcery.com>
663
664 * lib/gdb.exp (skip_ifunc_tests): New.
665 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
666 other compile failures.
667 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
668
ff34e6ae
SM
6692018-10-01 Simon Marchi <simon.marchi@ericsson.com>
670
671 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
672 is_amd64_regs_target.
673
6bb8890e
AH
6742018-10-01 Alan Hayward <alan.hayward@arm.com>
675
676 * gdb.arch/aarch64-sighandler-regs.c: New test.
677 * gdb.arch/aarch64-sighandler-regs.exp: New file.
678 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
679
224d30d3
MM
6802018-10-01 Markus Metzger <markus.t.metzger@intel.com>
681
682 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
683 assembly.
684
f67ffa6a
AB
6852018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.base/frame-selection.exp: New file.
688 * gdb.base/frame-selection.c: New file.
689
9fc3183f
AH
6902018-09-27 Alan Hayward <alan.hayward@arm.com>
691
692 * gdb.threads/check-libthread-db.c (thread_routine): Use a
693 pthread barrier.
694 (main): Likewise.
695
d354055e
AB
6962018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * gdb.base/large-frame-1.c: New file.
699 * gdb.base/large-frame-2.c: New file.
700 * gdb.base/large-frame.exp: New file.
701 * gdb.base/large-frame.h: New file.
702
db727370
JL
7032018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
704
705 PR gdb/20948
706 * gdb.base/write_mem.exp: New test.
707 * gdb.base/write_mem.c: Likewise.
708
ae778caf
TT
7092018-09-23 Tom Tromey <tom@tromey.com>
710
711 PR python/18852:
712 * gdb.python/py-parameter.exp: Add test for parameter that throws
713 on "set".
714
fd3ba736
TT
7152018-09-23 Tom Tromey <tom@tromey.com>
716
717 PR python/17284:
718 * gdb.python/py-template.exp (test_template_arg): Add test for
719 negative template argument number.
720
39a24317
TT
7212018-09-23 Tom Tromey <tom@tromey.com>
722
723 PR python/14062:
724 * gdb.python/python.exp: Add test for post_event error.
725
f5769a2c
TT
7262018-09-23 Tom Tromey <tom@tromey.com>
727
728 PR python/18170:
729 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
730 convert pointers to int and long.
731
1c1e54f6
TT
7322018-09-23 Tom Tromey <tom@tromey.com>
733
734 PR python/20126:
735 * gdb.python/py-value.exp (test_value_numeric_ops): Add
736 signed-ness conversion tests.
737
fb4fa946
TT
7382018-09-23 Tom Tromey <tom@tromey.com>
739
740 PR python/18352;
741 * gdb.python/py-value.exp (test_float_conversion): New proc.
742 Use it.
743
a466edac
HAQ
7442018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
745
746 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
747
4ee9b0c5
SL
7482018-09-18 Sandra Loosemore <sandra@codesourcery.com>
749
750 * gdb.base/complete-empty.exp: Skip tab-completion tests if
751 no readline.
752 * gdb.base/utf8-identifiers.exp: Likewise.
753 * gdb.cp/cpcompletion.exp: Likewise.
754 * gdb.linespec/cpcompletion.exp: Likewise.
755 * gdb.linespec/cpls-abi-tag.exp: Likewise.
756 * gdb.linespec/cpls-ops.exp: Likewise.
757
23be8da7
RB
7582018-09-19 Richard Bunt <richard.bunt@arm.com>
759 Chris January <chris.january@arm.com>
760
761 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
762 * gdb.fortran/short-circuit-argument-list.exp: New file.
763 * gdb.fortran/short-circuit-argument-list.f90: New test.
764
5031d0ae
SDJ
7652018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
766
767 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
768 "arch=" keyword when executing "-stack-list-frames".
769
b4c0d1a4
SDJ
7702018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
771
772 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
773 "arch=" keyword when executing "-stack-list-frames".
774
7a6d2b45
SDJ
7752018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
776
777 * gdb.ada/complete.exp: Expect for "@" when doing "complete
778 break ada".
779
8588b356
SM
7802018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
781
782 PR python/23669
783 * gdb.python/python.exp: Test gdb.execute("show commands").
784
65e65158
TT
7852018-09-16 Tom Tromey <tom@tromey.com>
786
787 * gdb.base/new-ui.exp (do_execution_tests): Update.
788 * gdb.base/dbx.exp (test_breakpoints): Update.
789
bf326452
AH
7902018-09-14 Alan Hayward <alan.hayward@arm.com>
791
792 * lib/gdb.exp (gdb_simple_compile): Add proc.
793 (is_elf_target): Use gdb_simple_compile.
794 (skip_altivec_tests): Likewise.
795 (skip_vsx_tests): Likewise.
796 (skip_tsx_tests): Likewise.
797 (skip_btrace_tests): Likewise.
798 (skip_btrace_pt_tests): Likewise.
799 (gdb_can_simple_compile): Likewise.
800 (gdb_has_argv0): Likewise.
801 (gdb_target_symbol_prefix): Likewise.
802 (target_supports_scheduler_locking): Likewise.
803
2361b0fb
TT
8042018-09-13 Tom Tromey <tom@tromey.com>
805
806 * Makefile.in (TAGS): Recognize proc_with_prefix and
807 gdb_caching_proc.
808
0ae1a321
SM
8092018-09-13 Simon Marchi <simon.marchi@ericsson.com>
810
811 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
812 method.
813
a40bf0c2
SM
8142018-09-13 Simon Marchi <simon.marchi@ericsson.com>
815
816 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
817 and a few other Inferior properties when the Inferior is no
818 longer valid.
819
4a3fe98f
TT
8202018-09-13 Tom Tromey <tom@tromey.com>
821
822 PR rust/23650:
823 * gdb.rust/simple.exp: Add test for enum field access error.
824
098b2108
TT
8252018-09-13 Tom Tromey <tom@tromey.com>
826
827 PR rust/23626:
828 * gdb.rust/simple.rs (EmptyEnum): New type.
829 (main): Use it.
830 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
831
1256af7d
SM
8322018-09-13 Simon Marchi <simon.marchi@ericsson.com>
833
834 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
835 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
836 * gdb.python/py-symtab.exp: Update test printing an objfile.
837
4aa8e6c2
SM
8382018-09-12 Simon Marchi <simon.marchi@ericsson.com>
839
840 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
841 object.
842
c221b2f7
AH
8432018-09-12 Alan Hayward <alan.hayward@arm.com>
844
845 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
846 (support_complex_tests): Use gdb_can_simple_compile.
847 (is_ilp32_target): Likewise.
848 (is_lp64_target): Likewise.
849 (is_64_target): Likewise.
850 (is_amd64_regs_target): Likewise.
851 (is_aarch32_target): Likewise.
852 (gdb_int128_helper): Likewise.
853
6f1107b5
JK
8542018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
855
856 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
857
1f5d1570
JG
8582018-09-10 Jerome Guitton <guitton@adacore.com>
859
860 * gdb.ada/same_component_name: Add test for case of tagged record
861 with variable-length fields.
862
cc330e39
XR
8632018-09-10 Xavier Roirand <roirand@adacore.com>
864
865 * gdb.ada/access_to_unbounded_array.exp: New testcase.
866 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
867 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
868 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
869
b9c50e9a
XR
8702018-09-10 Xavier Roirand <roirand@adacore.com>
871
872 * gdb.ada/mi_string_access.exp: New testcase.
873 * gdb.ada/mi_string_access/bar.adb: New file.
874 * gdb.ada/mi_string_access/pck.adb: New file.
875 * gdb.ada/mi_string_access/pck.asd: New file.
876
2963898f
XR
8772018-09-10 Xavier Roirand <roirand@adacore.com>
878
879 * gdb.ada/mi_var_union.exp: New testcase.
880 * gdb.ada/mi_var_union/bar.adb: New file.
881 * gdb.ada/mi_var_union/pck.adb: New file.
882 * gdb.ada/mi_var_union/pck.asd: New file.
883
1aac008f
TT
8842018-09-08 Tom Tromey <tom@tromey.com>
885
886 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
887
332cf4c9
TT
8882018-09-08 Tom Tromey <tom@tromey.com>
889
890 PR python/16047:
891 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
892 (register_pretty_printers): Register new printer.
893 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
894 test.
895 * gdb.python/py-prettyprint.c (int_type3): New typedef.
896 (an_int_type3): New global.
897
424da6cf
JB
8982018-09-08 Joel Brobecker <brobecker@adacore.com>
899
900 * gdb.ada/expr_with_funcall: New testcase.
901
2a62dfa9
JB
9022018-09-08 Joel Brobecker <brobecker@adacore.com>
903
904 * gdb.ada/packed_array_assign: New testcase.
905
96b6697f
AB
9062018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
909 names, and add test prefixes to make test names unique.
910
e4a62c65
TV
9112018-09-05 Tom de Vries <tdevries@suse.de>
912
913 * gdb.dwarf2/varval.exp: Add test.
914
dd083ee2
GB
9152018-09-04 Gary Benson <gbenson@redhat.com>
916
917 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
918 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
919
aef9346c
TT
9202018-08-31 Tom Tromey <tom@tromey.com>
921
922 * gdb.rust/simple.rs: Rename second variable "v".
923
c67f2e15
AB
9242018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
925
926 * gdb.base/funcargs.c (use_a): New function.
927 (recurse): Call use_a.
928
078a0207
KS
9292018-08-29 Keith Seitz <keiths@redhat.com>
930
931 * gdb.compile/compile-cplus-anonymous.cc: New file.
932 * gdb.compile/compile-cplus-anonymous.exp: New file.
933 * gdb.compile/compile-cplus-array-decay.cc: New file.
934 * gdb.compile/compile-cplus-array-decay.exp: New file.
935 * gdb.compile/compile-cplus-inherit.cc: New file.
936 * gdb.compile/compile-cplus-inherit.exp: New file.
937 * gdb.compile/compile-cplus-member.cc: New file.
938 * gdb.compile/compile-cplus-member.exp: New file.
939 * gdb.compile/compile-cplus-method.cc: New file.
940 * gdb.compile/compile-cplus-method.exp: New file.
941 * gdb.compile/compile-cplus-mod.c: "New" file.
942 * gdb.compile/compile-cplus-namespace.cc: New file.
943 * gdb.compile/compile-cplus-namespace.exp: New file.
944 * gdb.compile/compile-cplus-nested.cc: New file.
945 * gdb.compile/compile-cplus-nested.exp: New file.
946 * gdb.compile/compile-cplus-print.c: "New" file.
947 * gdb.compile/compile-cplus-print.exp: "New" file.
948 * gdb.compile/compile-cplus-virtual.cc: New file.
949 * gdb.compile/compile-cplus-virtual.exp: New file.
950 * gdb.compile/compile-cplus.c: "New" file.
951 * gdb.compile/compile-cplus.exp: "New" file.
952 * lib/compile-support.exp: New file.
953
b0f492b9
GB
9542018-08-16 Gary Benson <gbenson@redhat.com>
955
956 PR gdb/13000:
957 * gdb.base/batch-exit-status.exp: New file.
958 * gdb.base/batch-exit-status.good-commands: Likewise.
959 * gdb.base/batch-exit-status.bad-commands: Likewise.
960
36eb4c5f
AH
9612018-08-29 Alan Hayward <alan.hayward@arm.com>
962
963 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
964 (struct struct02): Likewise.
965 (struct struct03): Likewise.
966 (struct struct04): Likewise.
967 (struct struct_01_01): New struct.
968 (struct struct_01_02): Likewise.
969 (struct struct_01_03): Likewise.
970 (struct struct_01_04): Likewise.
971 (struct struct_02_01): Likewise.
972 (struct struct_02_02): Likewise.
973 (struct struct_02_03): Likewise.
974 (struct struct_02_04): Likewise.
975 (struct struct_04_01): Likewise.
976 (struct struct_04_02): Likewise.
977 (struct struct_04_03): Likewise.
978 (struct struct_04_04): Likewise.
979 (struct struct_05_01): Likewise.
980 (struct struct_05_02): Likewise.
981 (struct struct_05_03): Likewise.
982 (struct struct_05_04): Likewise.
983 (cmp_struct01): Remove function.
984 (cmp_struct02): Likewise.
985 (cmp_struct03): Likewise.
986 (cmp_struct04): Likewise.
987 (cmp_struct_01_01): Add Function.
988 (cmp_struct_01_02): Likewise.
989 (cmp_struct_01_03): Likewise.
990 (cmp_struct_01_04): Likewise.
991 (cmp_struct_02_01): Likewise.
992 (cmp_struct_02_02): Likewise.
993 (cmp_struct_02_03): Likewise.
994 (cmp_struct_02_04): Likewise.
995 (cmp_struct_04_01): Likewise.
996 (cmp_struct_04_02): Likewise.
997 (cmp_struct_04_03): Likewise.
998 (cmp_struct_04_04): Likewise.
999 (cmp_struct_05_01): Likewise.
1000 (cmp_struct_05_02): Likewise.
1001 (cmp_struct_05_03): Likewise.
1002 (cmp_struct_05_04): Likewise.
1003 (call_all): Add new structs.
1004 * gdb.base/infcall-nested-structs.exp: Likewise.
1005
3bf9c013
JV
10062018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1007
1008 * gdb.python/py-framefilter-mi.exp: Update regexp to
1009 check for "arch" field in frame output.
1010
450d1e88
KB
10112018-08-23 Kevin Buettner <kevinb@redhat.com>
1012
1013 * gdb.dwarf2/dw2-ranges-func.c: New file.
1014 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1015
ae739fe7
SM
10162018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1017
1018 * gdb.base/term.exp: Compare terminal settings with values from
1019 the inferior.
1020 * gdb.base/term.c: Get and set terminal settings.
1021
6d52907e
JV
10222018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1023
1024 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1025 accommodate new "arch" field in frame output.
1026 * gdb.mi/mi-return.exp: Likewise.
1027 * gdb.mi/mi-stack.exp: Likewise.
1028 * gdb.mi/mi-syn-frame.exp: Likewise.
1029 * gdb.mi/user-selected-context-sync.exp: Likewise.
1030
be2d111a
MS
10312018-08-19 Michael Spang <spang@google.com>
1032
1033 PR gdb/11786
1034 * gdb.base/gcore-tls-pie.c: New file.
1035 * gdb.base/gcore-tls-pie.exp: New file.
1036
ae3a7c47
KB
10372018-08-18 Kevin Buettner <kevinb@redhat.com>
1038
1039 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1040 * gdb.dwarf2/varval.c: New file.
1041 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1042
2ecae92e
AH
10432018-08-17 Alan Hayward <alan.hayward@arm.com>
1044
1045 PR gdb/18931
1046 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1047
c1854f1d
KS
10482018-08-16 Keith Seitz <keiths@redhat.com>
1049
1050 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1051 tests expected to pass.
1052
26fb3983
JV
10532018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1054
1055 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1056 -data-disassemble -a.
1057 (test_disassembly_bogus_args): Likewise.
1058
67943c00
AB
10592018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1060
1061 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1062
5ff2bbae
AB
10632018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1064
1065 * gdb.base/vla-optimized-out.exp: Add new test.
1066
e5bbcd0f
AB
10672018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * gdb.base/vla-optimized-out-o3.exp: Delete.
1070 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1071 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1072 deleted tests.
1073
9d4a934c
AB
10742018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 PR gdb/18050:
1077 * gdb.server/extended-remote-restart.c: New file.
1078 * gdb.server/extended-remote-restart.exp: New file.
1079
045cf012
SM
10802018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1081
1082 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1083 "set variable index = 42".
1084
87d6a7aa
SM
10852018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1086
1087 * boards/index-cache-gdb.exp: New file.
1088 * gdb.dwarf2/index-cache.exp: New file.
1089 * gdb.dwarf2/index-cache.c: New file.
1090 * gdb.base/maint.exp: Check if we are using the index cache.
1091
96d68bd4
RO
10922018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1093
1094 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1095 MAKEFLAGS.
1096
5a699617
RO
10972018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1098
1099 * dg-extract-results.sh: Move to toplevel contrib.
1100 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1101 * Makefile.in (check-parallel-racy): Likewise.
1102
5bd18990
AB
11032018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1106 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1107 tests if the target supports scheduler locking.
1108
3fbbcf47
TV
11092018-08-04 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1112
3e1d3d8c
TT
11132018-08-02 Tom Tromey <tom@tromey.com>
1114
1115 PR symtab/16842.
1116 * gdb.cp/temargs.exp: Test "info address" of a template
1117 parameter.
1118
5abe0f0c
JV
11192018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1120
1121 * gdb.python/py-mi-var-info-path-expression.c: New file.
1122 * gdb.python/py-mi-var-info-path-expression.py: New file.
1123 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1124
fb66cde8
SDJ
11252018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1126
1127 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1128 error after "cannot resolve name" string.
1129
c708f4d2
AB
11302018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1131
1132 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1133 started.
1134 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1135
37cc0cae
TV
11362018-07-28 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1139
63b4ecf7
TV
11402018-07-26 Tom de Vries <tdevries@suse.de>
1141
1142 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1143
3c3bb058
AB
11442018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1147 is visible.
1148
9e7f3bbb
TV
11492018-07-26 Tom de Vries <tdevries@suse.de>
1150
1151 PR breakpoints/23366
1152 * gdb.base/catch-follow-exec.c: New test.
1153 * gdb.base/catch-follow-exec.exp: New file.
1154
16f808ec
TV
11552018-07-25 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1158 vla-optimized-out.c.
1159
d7154a8d
JV
11602018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1161
1162 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1163 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1164
232a0032
TV
11652018-07-20 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1168 NOCLONE macro.
1169 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1170
fbb1d502
TV
11712018-07-19 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1174 regular expression.
1175
42dc7699
TV
11762018-07-18 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.base/vla-optimized-out.c: New test.
1179 * gdb.base/vla-optimized-out.exp: New file.
1180
7f1f7e23
SDJ
11812018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1182
1183 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1184 message "No address associated with hostname" when gdbserver
1185 cannot resolve the hostname.
1186
5759ebb3
PW
11872018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1188
1189 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1190 Add some test prefixes to make tests unique.
1191
3606ccab
PW
11922018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1193
1194 * gdb.base/frameapply.c: New file.
1195 * gdb.base/frameapply.exp: New file.
1196
529c08b2
PW
11972018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1198
1199 * gdb.base/skip.exp: Update expected error message.
1200
c7ab0aef
SDJ
12012018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1202 Jan Kratochvil <jan.kratochvil@redhat.com>
1203 Paul Fertser <fercerpav@gmail.com>
1204 Tsutomu Seki <sekiriki@gmail.com>
1205
1206 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1207 parameter.
1208 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1209 by default.
1210 * boards/native-gdbserver.exp: Likewise.
1211 * gdb.server/run-without-local-binary.exp: Improve regexp used
1212 for detecting when a remote debugging connection succeeds.
1213 * gdb.server/server-connect.exp: New file.
1214 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1215 Do not prefix the port number with ":".
1216 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1217 support for detecting and using it. Add '$debughost_gdbserver'
1218 to the list of arguments used to start gdbserver. Handle case
1219 when gdbserver cannot resolve a network name.
1220
16ff70dd
SDJ
12212018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1222
1223 PR c++/23373
1224 * gdb.base/ptype-offsets.cc (struct static_member): New
1225 struct.
1226 (main) <stmember>: New variable.
1227 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1228 with a static member in it.
1229
3541979f
AB
12302018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1231
1232 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1233 watchpoints enabled and disabled.
1234
c8ad9b9a
AB
12352018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1236
1237 * gdb.base/examine-backward.exp: Still run tests around address
1238 0x0, even if address 0x0 is not readable. Update the pattern for
1239 matching address 0x0 in expected output.
1240
e0e5e971
AB
12412018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1244 malloc/free.
1245
1ea5da02
TV
12462018-07-04 Tom de Vries <tdevries@suse.de>
1247
1248 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1249
471b9d15
MR
12502018-07-02 Maciej W. Rozycki <macro@mips.com>
1251
1252 PR tdep/8282
1253 * gdb.arch/mips-disassembler-options.exp: New test.
1254 * gdb.arch/mips-disassembler-options.s: New test source.
1255
75acb486
PA
12562018-06-29 Pedro Alves <palves@redhat.com>
1257
1258 * gdb.threads/names.exp: Adjust expected "info threads" output.
1259
cd2bb709
PA
12602018-06-29 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.opt/inline-break.exp (line number, address): Add "info
1263 break" tests.
1264
991ff292
PA
12652018-06-29 Pedro Alves <palves@redhat.com>
1266
1267 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1268 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1269 number and address and running to them.
1270
356819b6 12712018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1272
1273 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1274
2512d7ef
JK
12752018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1276
1277 * lib/compiler.c: Remove executable permission flag.
1278
be1b6474
RB
12792018-06-28 Richard Bunt <richard.bunt@arm.com>
1280
1281 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1282 code.
1283 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1284
291f9a96
PT
12852018-06-28 Petr Tesarik <ptesarik@suse.cz>
1286
1287 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1288
ed6dfe51
PT
12892018-06-28 Petr Tesarik <ptesarik@suse.cz>
1290
1291 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1292 address argument is omitted.
1293
d4d429d5
PT
12942018-06-28 Petr Tesarik <ptesarik@suse.cz>
1295
1296 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1297
7ab6656f
OJ
12982018-06-27 Omair Javaid <omair.javaid@linaro.org>
1299
1300 PR gdb/21695
1301 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1302 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1303
a33ccfc7
TT
13042018-06-26 Tom Tromey <tom@tromey.com>
1305
1306 PR rust/22574:
1307 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1308 * gdb.rust/simple.rs (struct SimpleLayout): New.
1309
6d72d289
SM
13102018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1311
1312 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1313 "info registers" output.
1314
8363f9d5
RB
13152018-06-21 Richard Bunt <richard.bunt@arm.com>
1316
1317 * gdb.base/watchpoint-hw-attach.c: New test.
1318 * gdb.base/watchpoint-hw-attach.exp: New file.
1319
f00674fe
SM
13202018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1321
1322 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1323 through /bin/sh.
1324 * boards/dwarf4-gdb-index.exp: Likewise.
1325 * boards/fission-dwp.exp: Likewise.
1326
1d554008
UW
13272018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1328
1329 * gdb.base/float128.exp: Add comment and improved fail message
1330 to the failure case of "print large128" test.
1331
d0ac1c44
SM
13322018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1333
1334 * configure.ac: Remove AC_PREREQ.
1335 * configure: Re-generate.
1336
61b04dd0
PA
13372018-06-19 Pedro Alves <palves@redhat.com>
1338
1339 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1340 (func_extern_caller): New.
1341 (main): Call func_extern_caller.
1342 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1343 logic change.
1344
f63b508a
SM
13452018-06-18 Weimin Pan <weimin.pan@oracle.com>
1346
1347 PR gdb/16841
1348 * gdb.cp/typedef-base.cc: New file.
1349 * gdb.cp/typedef-base.exp: New file.
1350
0fe3a558
TV
13512018-06-18 Tom de Vries <tdevries@suse.de>
1352
1353 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1354
7010835a
AB
13552018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1356 Richard Bunt <Richard.Bunt@arm.com>
1357
1358 * gdb.threads/attach-slow-waitpid.c: New file.
1359 * gdb.threads/attach-slow-waitpid.exp: New file.
1360 * gdb.threads/slow-waitpid.c: New file.
1361
14897d65
PA
13622018-06-14 Pedro Alves <palves@redhat.com>
1363
1364 * gdb.base/fork-running-state.c: Include <errno.h>.
1365 (exit_if_relative_exits): New.
1366 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1367 exits.
1368 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1369 child exits.
1370
5d9a0608
TV
13712018-06-14 Tom de Vries <tdevries@suse.de>
1372
1373 PR cli/22573
1374 * gdb.base/finish-pretty.c: New test.
1375 * gdb.base/finish-pretty.exp: New file.
1376
11ae5818
PA
13772018-06-14 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1380 gdb's expected startup output.
1381
1d39de44
PA
13822018-06-14 Pedro Alves <palves@redhat.com>
1383
1384 * lib/selftest-support.exp (selftest_setup): Remove inlined
1385 function handling.
1386
70ee0000
TV
13872018-06-14 Tom de Vries <tdevries@suse.de>
1388
1389 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1390 matching of breakpoint printing.
1391
11f4b608
TV
13922018-06-13 Tom de Vries <tdevries@suse.de>
1393
1394 PR testsuite/23269
1395 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1396 (fork_child): ... here, and ...
1397 (fork_parent): ... here.
1398
13992018-06-12 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1402
9516f85a
AB
14032018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1404 Stephen Roberts <stephen.roberts@arm.com>
1405
1406 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1407 rewrite test to describe action performed, rather than possible
1408 failure.
1409
5045b3d7
GB
14102018-06-08 Gary Benson <gbenson@redhat.com>
1411
1412 * gdb.threads/check-libthread-db.exp: New file.
1413 * gdb.threads/check-libthread-db.c: Likewise.
1414
c61b06a1
TT
14152018-06-05 Tom Tromey <tom@tromey.com>
1416
1417 * gdb.base/default.exp: Update expected "show version" output.
1418
eb6af809
TT
14192018-06-05 Tom Tromey <tom@tromey.com>
1420
1421 PR cli/12326:
1422 * gdb.cp/static-print-quit.exp: Update.
1423 * lib/gdb.exp (pagination_prompt): Update.
1424 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1425 * gdb.python/python.exp: Update.
1426
178d6a63
JB
14272018-06-04 Joel Brobecker <brobecker@adacore.com>
1428
1429 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1430
8e817061
JB
14312018-06-01 Joel Brobecker <brobecker@adacore.com>
1432
1433 * gdb.ada/bp_fun_addr: New testcase.
1434
e86ca25f
TT
14352018-06-01 Tom Tromey <tom@tromey.com>
1436
1437 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1438 results.
1439 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1440 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1441 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1442 * gdb.base/maint.exp (maint_pass_if): Update.
1443
4b2dfa9d
MR
14442018-05-31 Maciej W. Rozycki <macro@mips.com>
1445
1446 * gdb.base/endian.exp: New test.
1447 * gdb.base/endian.c: New test source.
1448
45f25d6c
AB
14492018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1450
1451 PR gdb/23203
1452 * gdb.base/bt-selected-frame.c: New file.
1453 * gdb.base/bt-selected-frame.exp: New file.
1454 * lib/gdb.exp (get_current_frame_number): New function.
1455
d9f6d7f8
MR
14562018-05-24 Maciej W. Rozycki <macro@mips.com>
1457 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.threads/tls-core.c: Include <stdlib.h>
1460 (thread_proc): Call `abort'.
1461 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1462 (tls_core_test): New procedure, bits factored out from ...
1463 (top level): ... here. Test both native cores and gcore cores.
1464
ff1cf532
TT
14652018-05-23 Tom Tromey <tom@tromey.com>
1466
1467 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1468
b98664d3
TT
14692018-05-23 Tom Tromey <tom@tromey.com>
1470
1471 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1472 symfile_complaints.
1473 (test_short_complaints): Likewise.
1474 (test_empty_complaints): Likewise.
1475 (test_initial_complaints): Update.
1476
4e9668d0
TT
14772018-05-23 Tom Tromey <tom@tromey.com>
1478
1479 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1480
43ba33c7
TT
14812018-05-23 Tom Tromey <tom@tromey.com>
1482
1483 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1484 (test_short_complaints): Update.
1485
035522c0
PA
14862018-05-22 Pedro Alves <palves@redhat.com>
1487
1488 * gdb.base/remote.exp: Only gdb_start after compiling the
1489 testcase. Issue "disconnect" before testing "set remote" command
1490 defaults. Issue clean_restart before running to main.
1491
cc0be08f
PA
14922018-05-22 Pedro Alves <palves@redhat.com>
1493
1494 * gdb.base/remote.exp: Adjust expected output of "show remote
1495 memory-write-packet-size". Add tests for "set remote
1496 memory-write-packet-size 0" and "set remote
1497 memory-write-packet-size fixed/limit".
1498
b1b60145
PA
14992018-05-22 Pedro Alves <palves@redhat.com>
1500
1501 PR gdb/22973
1502 * gdb.base/utf8-identifiers.c: New file.
1503 * gdb.base/utf8-identifiers.exp: New file.
1504
0ec848ad
PFC
15052018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1506
1507 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1508
2c3305f6
PFC
15092018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1510
1511 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1512
ce1e8424
TT
15132018-05-18 Tom Tromey <tom@tromey.com>
1514
1515 * gdb.base/ptype-offsets.exp: Update.
1516
ddfe970e
KS
15172018-05-17 Keith Seitz <keiths@redhat.com>
1518
1519 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1520 in expected breakpoint stop locations.
1521 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1522 move to proper scope to test variable values.
1523 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1524 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1525 New functions.
1526 (main): Call not_inline_func3.
1527 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1528 inline_func1, inline_func2, and inline_func3. Test that when each
1529 breakpoint is hit, GDB properly reports both the stop location
1530 and the backtrace. Repeat tests for temporary breakpoints.
1531
0726fcc6
MR
15322018-05-15 Maciej W. Rozycki <macro@mips.com>
1533
1534 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1535 rather then trying to access it in determining whether the PID
1536 of `gdbserver' could have been retrieved.
1537
8ee22052
AB
15382018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1539
1540 * gdb.arch/amd64-init-x87-values.S: New file.
1541 * gdb.arch/amd64-init-x87-values.exp: New file.
1542
7785df48
JK
15432018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1544
1545 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1546
56bcdbea
TT
15472018-05-04 Tom Tromey <tom@tromey.com>
1548
1549 PR python/22730:
1550 * gdb.python/python.exp: Test multi-line execute.
1551
a913fffb
TT
15522018-05-04 Tom Tromey <tom@tromey.com>
1553
1554 PR python/22731:
1555 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1556
7a2c85f2
TT
15572018-05-04 Tom Tromey <tom@tromey.com>
1558
1559 PR gdb/11750:
1560 * gdb.base/define.exp: Test defining a user command inside a user
1561 command.
1562 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1563
a3b60e45
JK
15642018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1565 Pedro Alves <palves@redhat.com>
1566
1567 PR breakpoints/19806 and support for PR external/20207.
1568 * gdb.base/watchpoint-unaligned.c: New file.
1569 * gdb.base/watchpoint-unaligned.exp: New file.
1570
45fe4a03
AB
15712018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * gdb.base/maint.exp: Make test names unique, use
1574 test_prefix_command_help to test 'help maint info', and remove
1575 repeated test of 'help maint'.
1576
9be2ae8f
TT
15772018-05-04 Tom Tromey <tom@tromey.com>
1578
1579 PR gdb/22619:
1580 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1581 behavior.
1582
11859c31
AB
15832018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 * gdb.base/maint.exp: Process output from 'maint print registers'
1586 line at a time.
1587
089a9490
AB
15882018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1591 timeout.
1592
9b0797e2
AB
15932018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1594
1595 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1596 filter pattern.
1597
f6ac5f3d
PA
15982018-05-02 Pedro Alves <palves@redhat.com>
1599
1600 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1601 to_log_command renames.
1602 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1603
77d3c63b
TT
16042018-05-02 Tom Tromey <tom@tromey.com>
1605
1606 * gdb.python/py-parameter.exp: Set test message.
1607
0489430a
TT
16082018-05-02 Tom Tromey <tom@tromey.com>
1609
1610 PR python/20084:
1611 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1612 PARAM_ZUINTEGER_UNLIMITED tests.
1613
1632f8ba
DR
16142018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1615
1616 PR rust/23124
1617 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1618 when casting.
1619
6d7bb824
TT
16202018-04-30 Tom Tromey <tom@tromey.com>
1621
1622 * gdb.python/py-type.exp: Check align attribute.
1623 * gdb.python/py-type.c: New "aligncheck" global.
1624
007e1530
TT
16252018-04-30 Tom Tromey <tom@tromey.com>
1626
1627 PR exp/17095:
1628 * gdb.dwarf2/dw2-align.exp: New file.
1629 * gdb.cp/align.exp: New file.
1630 * gdb.base/align.exp: New file.
1631 * lib/gdb.exp (gdb_int128_helper): New proc.
1632 (has_int128_c, has_int128_cxx): New caching procs.
1633
6873858b
TT
16342018-04-27 Tom Tromey <tom@tromey.com>
1635
1636 PR rust/22545:
1637 * gdb.rust/simple.exp: Add inclusive range tests.
1638
79188d8d
PA
16392018-04-26 Pedro Alves <palves@redhat.com>
1640
1641 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1642 ifunc breakpoint locations correctly of ifunc breakpoints set
1643 while the program resolves the ifunc.
1644
c7075ad5
PA
16452018-04-26 Pedro Alves <palves@redhat.com>
1646
1647 * gdb.base/gnu-ifunc-final.c: New file.
1648 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1649 * gdb.base/gnu-ifunc.exp (executable): Delete.
1650 (staticexecutable): Adjust.
1651 (lib_opts, exec_opts): Delete.
1652 (make_binsuffix, build, set-break): New procedures.
1653 (misc_tests): New, with tests factored out from the top level.
1654 (top level): Test different combinations of ifunc resolver name,
1655 resolver with and with debug info, and ifunc target with and
1656 without debug info. Wrap static tests with with_target_prefix.
1657
8388016d
PA
16582018-04-26 Pedro Alves <palves@redhat.com>
1659
1660 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1661 return type" warnings.
1662
249b5733
PA
16632018-04-25 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1666 killed".
1667 * gdb.base/kill-after-signal.exp: Likewise.
1668 * gdb.threads/kill.exp: Likewise.
1669
f67c0c91
SDJ
16702018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1671 Sergio Durigan Junior <sergiodj@redhat.com>
1672 Pedro Alves <palves@redhat.com>
1673
1674 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1675 regexps to expect for '[Inferior ... detached]' as well.
1676 * gdb.base/attach.exp: Likewise.
1677 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1678 "gdb_continue_to_end".
1679 (test_catch_syscall_with_wrong_args): Likewise.
1680 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1681 ']'. Don't set 'verbose' on.
1682 * gdb.base/foll-vfork.exp: Likewise.
1683 * gdb.base/fork-print-inferior-events.c: New file.
1684 * gdb.base/fork-print-inferior-events.exp: New file.
1685 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1686 '[Inferior ... has been killed]' message.
1687 * gdb.base/kill-after-signal.exp: Likewise.
1688 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1689 detach message.
1690 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1691 message.
1692 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1693 regexps to expect for '[Inferior ... detached]' as well.
1694 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1695
0a8ddac4
SM
16962018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1697
1698 PR gdb/23104
1699 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1700
d27d16bf
RB
17012018-04-19 Richard Bunt <richard.bunt@arm.com>
1702
1703 * gdb.threads/multiple-successive-infcall.c: New test.
1704 * gdb.threads/multiple-successive-infcall.exp: New file.
1705
a037790e
TT
17062018-04-17 Tom Tromey <tom@tromey.com>
1707
1708 * gdb.rust/simple.rs (Union): New type.
1709 (main): New local "u".
1710 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1711
e3a91079
AA
17122018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1713
1714 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1715 number information in output of "whereis" command.
1716 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1717
b744723f
AA
17182018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1719
1720 * gdb.ada/info_types.exp: Adjust expected output to the line
1721 numbers now printed by "info var/func/type".
1722 * gdb.base/completion.exp: Likewise.
1723 * gdb.base/included.exp: Likewise.
1724 * gdb.cp/cp-relocate.exp: Likewise.
1725 * gdb.cp/cplusfuncs.exp: Likewise.
1726 * gdb.cp/namespace.exp: Likewise.
1727 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1728
4a4495d6
MM
17292018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1730
1731 * gdb.btrace/cpu.exp: New.
1732
1d509aa6
MM
17332018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1734
1735 * gdb.base/step-indirect-call-thunk.exp: New.
1736 * gdb.base/step-indirect-call-thunk.c: New.
1737 * gdb.reverse/step-indirect-call-thunk.exp: New.
1738 * gdb.reverse/step-indirect-call-thunk.c: New.
1739
6295b6da
SM
17402018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1741
1742 * gdb.base/pie-fork.c: New file.
1743 * gdb.base/pie-fork.exp: New file.
1744
50146e70
TT
17452018-04-11 Tom Tromey <tom@tromey.com>
1746
1747 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1748
f50d8a2e
PA
17492018-04-10 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1752 exits. Instead loop running forever.
1753 (fork_parent): Run forever too.
1754
a0be7a36
SM
17552018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1756
1757 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1758 mi_continue_to_line.
1759 * gdb.mi/mi-stack.c (callee4): Add comment.
1760
9b73db36
SM
17612018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1762
1763 * gdb.mi/mi-stack.exp: Fix indentation.
1764
c912f608
SM
17652018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1766
1767 PR gdb/22979
1768 * gdb.arch/amd64-osabi.exp: New file.
1769
26540402
SM
17702018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1771
1772 PR gdb/22980
1773 * gdb.base/osabi.exp: New file.
1774
121ad66c 17752018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1776
1777 * gdb.cp/static-typedef-print.exp: New file.
1778 * gdb.cp/static-typedef-print.cc: New file.
1779
3fcded8f
JB
17802018-03-27 Joel Brobecker <brobecker@adacore.com>
1781
1782 * gdb.ada/varsize_limit: New testcase.
1783
59cc4834
JB
17842018-03-27 Joel Brobecker <brobecker@adacore.com>
1785
1786 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1787
1788 * gdb.ada/notcplusplus: New testcase.
1789
1790 * gdb.base/c-linkage-name.c: New file.
1791 * gdb.base/c-linkage-name.exp: New testcase.
1792
4ca59a9f
TT
17932018-03-26 Tom Tromey <tom@tromey.com>
1794
1795 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1796 * gdb.python/py-framefilter.py (name_error): New global.
1797 (ErrorInName.function): Use name_error.
1798
978d6c75
TT
17992018-03-26 Tom Tromey <tom@tromey.com>
1800
1801 PR backtrace/15582:
1802 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1803
b7fee5a3
KS
18042018-03-23 Keith Seitz <keiths@redhat.com>
1805
1806 PR c++/22968
1807 * gdb.cp/subtypes.exp: New file.
1808 * gdb.cp/subtypes.h: New file.
1809 * gdb.cp/subtypes.cc: New file.
1810 * gdb.cp/subtypes-2.cc: New file.
1811
376be529
AB
18122018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1815 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1816 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1817 -nostartfiles when compiling the test. Confirm that all registers
1818 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1819
066cfa98
AB
18202018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1821
1822 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1823 option, syntax was wrong anyway.
1824 * gdb.arch/arm-disp-step.exp: Likewise.
1825 * gdb.arch/sparc64-regs.exp: Likewise.
1826 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1827 option, syntax was wrong anyway, switch to use
1828 prepare_for_testing.
1829 * gdb.arch/i386-disp-step.exp: Likewise.
1830
079670b9
AA
18312018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1832
1833 * gdb.ada/exec_changed.exp: Replace "target_info exists
1834 use_gdb_stub" by "use_gdb_stub".
1835 * gdb.ada/start.exp: Likewise.
1836 * gdb.base/async-shell.exp: Likewise.
1837 * gdb.base/attach-pie-misread.exp: Likewise.
1838 * gdb.base/attach-wait-input.exp: Likewise.
1839 * gdb.base/break-entry.exp: Likewise.
1840 * gdb.base/break-interp.exp: Likewise.
1841 * gdb.base/dprintf-detach.exp: Likewise.
1842 * gdb.base/nostdlib.exp: Likewise.
1843 * gdb.base/solib-nodir.exp: Likewise.
1844 * gdb.base/statistics.exp: Likewise.
1845 * gdb.base/testenv.exp: Likewise.
1846 * gdb.mi/mi-exec-run.exp: Likewise.
1847 * gdb.mi/mi-start.exp: Likewise.
1848 * gdb.multi/dummy-frame-restore.exp: Likewise.
1849 * gdb.multi/multi-arch-exec.exp: Likewise.
1850 * gdb.multi/multi-arch.exp: Likewise.
1851 * gdb.multi/tids.exp: Likewise.
1852 * gdb.multi/watchpoint-multi.exp: Likewise.
1853 * gdb.python/py-events.exp: Likewise.
1854 * gdb.threads/attach-into-signal.exp: Likewise.
1855 * gdb.threads/attach-stopped.exp: Likewise.
1856 * gdb.threads/threadapply.exp: Likewise.
1857 * lib/selftest-support.exp: Likewise.
1858
26d6cec4
AA
18592018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1860
1861 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1862
4ee89e90
SR
18632018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1864
1865 * gdb.perf/template-breakpoints.cc: New file.
1866 * gdb.perf/template-breakpoints.exp: New file.
1867 * gdb.perf/template-breakpoints.py: New file.
1868
92630041
TT
18692018-03-19 Tom Tromey <tom@tromey.com>
1870
1871 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1872 y0.
1873 * gdb.rust/simple.exp: Test bare identifier form of struct
1874 initializer.
1875
76727919
TT
18762018-03-19 Tom Tromey <tom@tromey.com>
1877
1878 * gdb.gdb/observer.exp: Remove.
1879
194ed413
AA
18802018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1881
1882 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1883 "qualified" option when setting breakpoints.
1884 * gdb.trace/backtrace.exp: Likewise.
1885 * gdb.trace/circ.exp: Likewise.
1886 * gdb.trace/collection.exp: Likewise.
1887 * gdb.trace/disconnected-tracing.exp: Likewise.
1888 * gdb.trace/ftrace-lock.exp: Likewise.
1889 * gdb.trace/ftrace.exp: Likewise.
1890 * gdb.trace/infotrace.exp: Likewise.
1891 * gdb.trace/packetlen.exp: Likewise.
1892 * gdb.trace/passc-dyn.exp: Likewise.
1893 * gdb.trace/qtro.exp: Likewise.
1894 * gdb.trace/read-memory.exp: Likewise.
1895 * gdb.trace/report.exp: Likewise.
1896 * gdb.trace/signal.exp: Likewise.
1897 * gdb.trace/status-stop.exp: Likewise.
1898 * gdb.trace/strace.exp: Likewise.
1899 * gdb.trace/tfind.exp: Likewise.
1900 * gdb.trace/trace-break.exp: Likewise.
1901 * gdb.trace/trace-condition.exp: Likewise.
1902 * gdb.trace/trace-mt.exp: Likewise.
1903 * gdb.trace/tstatus.exp: Likewise.
1904 * gdb.trace/tsv.exp: Likewise.
1905 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1906 * gdb.trace/unavailable.exp: Likewise.
1907 * gdb.trace/while-dyn.exp: Likewise.
1908
8b067d2c
AA
19092018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1910
1911 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1912 that libinproctrace is copied to the target.
1913
3ae9ce5d
TT
19142018-03-14 Tom Tromey <tom@tromey.com>
1915
1916 PR cli/14977:
1917 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1918 a null pointer.
1919 * gdb.base/wchar.exp: Likewise.
1920
b8c2339b
TT
19212018-03-14 Tom Tromey <tom@tromey.com>
1922
1923 PR cli/19918:
1924 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1925 flag.
1926
4872dc46
SM
19272018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1928
1929 PR gdb/22841
1930 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1931 "target" to remote_exec.
1932
e4fe3756
SM
19332018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1934
1935 PR gdb/22841
1936 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1937 ${board}_upload): Remove.
1938
e95a97d4
AA
19392018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1940
1941 * gdb.cp/watch-cp.cc: New test.
1942 * gdb.cp/watch-cp.exp: New file.
1943
dbbb1059
AB
19442018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1945
1946 * gdb.base/infcall-nested-structs.exp: New file.
1947 * gdb.base/infcall-nested-structs.c: New file.
1948 * gdb.base/float.exp: Add riscv support.
1949
ecc054c0
TP
19502018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1951
1952 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1953 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1954
25e3c82c
SDJ
19552018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1956
1957 * gdb.server/abspath.exp: New file.
1958 * lib/gdb.exp (with_cwd): New procedure.
1959
3083294d
SM
19602018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1961
1962 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1963 use it.
1964 (gdb_is_target_remote_prompt): New proc.
1965 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1966 (gdb_is_target_native): Pass prompt parameter to
1967 gdb_is_target_1.
1968
3275ef47
SM
19692018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1970
1971 * gdb.base/load-command.c: New file.
1972 * gdb.base/load-command.exp: New file.
1973 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1974 (gdb_is_target_1): ...this, and generalize for other targets
1975 than just remote.
1976 (gdb_is_target_remote): Use gdb_is_target_1.
1977 (gdb_is_target_native): use gdb_is_target_1.
1978
6893c19a
TT
19792018-02-26 Tom Tromey <tom@tromey.com>
1980
1981 PR python/16497:
1982 * gdb.python/py-framefilter.exp: Update test.
1983
2ddeaf8a
TT
19842018-02-26 Tom Tromey <tom@tromey.com>
1985
1986 * gdb.dwarf2/variant.c: New file.
1987 * gdb.dwarf2/variant.exp: New file.
1988
c9317f21
TT
19892018-02-26 Tom Tromey <tom@tromey.com>
1990
1991 * gdb.rust/simple.exp: Accept more possible results in enum test.
1992
6f6d0c26
SM
19932018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1994
1995 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1996 parentheses.
1997
11b03145
MR
19982018-02-23 Maciej W. Rozycki <macro@mips.com>
1999
2000 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2001 name of a variable: $actual_linejj -> $actual_line.
2002
54a27fe5
JB
20032018-02-21 John Baldwin <jhb@FreeBSD.org>
2004
2005 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2006
de65820c
MM
20072018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2008
2009 * gdb.btrace/buffer-size.exp: Do not force BTS.
2010
980548fd
PA
20112018-02-14 Pedro Alves <palves@redhat.com>
2012
2013 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2014 getting a "Quit".
2015
c4e12631
MM
20162018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2017
2018 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2019 Fix test name.
2020
c2e0e465
SM
20212018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2022
2023 * gdb.cp/m-static.exp: Check type of optimized out static
2024 member.
2025
f7216783
AB
20262018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2029 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2030
0625771b
LS
20312018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2032 Leszek Swirski <leszeks@google.com>
2033
2034 * gdb.python/py-prettyprint.c
2035 (struct to_string_returns_value_inner,
2036 struct to_string_returns_value_wrapper): New.
2037 (main): Add tsrvw variable.
2038 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2039 ToStringReturnsValueWrapper): New classes.
2040 (register_pretty_printers): Register new pretty-printers.
2041 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2042 recursive pretty printer.
2043 * gdb.python/py-mi.exp: Likewise.
2044
59498c30
LS
20452018-02-01 Leszek Swirski <leszeks@google.com>
2046
2047 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2048 functions with the same name as an include file are parsed
2049 correctly.
2050
d4d38844
YQ
20512018-02-01 Yao Qi <yao.qi@linaro.org>
2052
2053 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2054 "\[^\r\n\]*".
2055
07e5f5cf
NP
20562018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2057
2058 * gdb.arch/powerpc-prologue-frame.s: New file.
2059 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2060 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2061
929b5ad4
JB
20622018-01-31 Joel Brobecker <brobecker@adacore.com>
2063
2064 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2065
e671cd59
PA
20662018-01-30 Pedro Alves <palves@redhat.com>
2067
2068 PR gdb/13211
2069 * gdb.base/interrupt-daemon.c: New.
2070 * gdb.base/interrupt-daemon.exp: New.
2071 * gdb.multi/multi-term-settings.c: New.
2072 * gdb.multi/multi-term-settings.exp: New.
2073
fc413dc4
JB
20742018-01-30 Joel Brobecker <brobecker@adacore.com>
2075
2076 * gdb.base/break.exp: Save the location where the breakpoint
2077 on break.c:47 was actually inserted when debugging the version
2078 compiled at -O2 and use it in the expected output of the "info
2079 break" test performed soon after.
2080
5c319bb2
PA
20812018-01-22 Pedro Alves <palves@redhat.com>
2082 Sergio Durigan Junior <sergiodj@redhat.com>
2083
2084 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2085 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2086
a9e40818
JB
20872018-01-22 Joel Brobecker <brobecker@adacore.com>
2088
2089 * gdb.base/break-include.c, gdb.base/break-include.inc,
2090 gdb.base/break-include.exp: New files.
2091 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2092 line number now being the actual line number where the breakpoint
2093 was inserted.
2094 * gdb.mi/mi-break.exp: Likewise.
2095 * gdb.mi/mi-reverse.exp: Likewise.
2096 * gdb.mi/mi-simplerun.exp: Ditto.
2097
e707fc44
AB
20982018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2099
2100 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2101 varobj.
2102 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2103
ae451627
AB
21042018-01-21 Don Breazeal <donb@codesourcery.com>
2105 Andrew Burgess <andrew.burgess@embecosm.com>
2106
2107 * gdb.mi/basics.c: Add new global.
2108 * gdb.mi/mi-frame-regs.exp: New file.
2109 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2110 case.
2111
b1b189e0
AB
21122018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2113
2114 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2115 non-parameter, and on an unknown symbol.
2116
fcfcc376
TT
21172018-01-19 Tom Tromey <tom@tromey.com>
2118
2119 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2120 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2121
634c1c31
AA
21222018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2123
2124 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2125 setrlimit and chdir to int.
2126
d6ad07fd
AA
21272018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2128
2129 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2130 function.
2131 (my_tend): Likewise.
2132 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2133 rationale of avoiding FP- and vector instructions.
2134
adf8243b
RK
21352018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2136
2137 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2138 "info reg" with "\[ \t\]*".
2139 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2140 "\[ \t\]+".
2141 * gdb.arch/s390-multiarch.exp: Ditto.
2142 * gdb.base/pc-fp.exp: Ditto.
2143 * gdb.reverse/i386-precsave.exp: Ditto.
2144 * gdb.reverse/i386-reverse.exp: Ditto.
2145 * gdb.reverse/i387-env-reverse.exp: Ditto.
2146 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2147
dcc06925
AA
21482018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2149
2150 * lib/gdb.exp (gdb_compile): Re-enable use of
2151 universal_compile_options for languages other than Rust.
2152
25d4fd80
AA
21532018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2154
2155 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2156
ee7f689e 21572018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2158
2159 PR gdb/16577
2160 * gdb.base/solib-vanish.exp: New.
2161 * gdb.base/solib-vanish-main.c: New.
2162 * gdb.base/solib-vanish-lib1.c: New.
2163 * gdb.base/solib-vanish-lib2.c: New.
2164
d8447b6b
YQ
21652018-01-17 Yao Qi <yao.qi@linaro.org>
2166
2167 * gdb.compile/compile.exp: Match the address printed for
2168 frame in the output of command "bt".
2169
86d6a90c
TT
21702018-01-15 Tom Tromey <tom@tromey.com>
2171
2172 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2173 compute sp_reg.
2174
cbcdb1aa
AB
21752018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2178 to prepare.
2179 (prepare): Return 0 on error, 1 on success.
2180
eea61984
PA
21812018-01-12 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.base/continue-after-aborted-step-over.c: New.
2184 * gdb.base/continue-after-aborted-step-over.exp: New.
2185
6181e9c2
SM
21862018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2187
2188 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2189 options when not creating an executable.
2190
3cada740
PA
21912018-01-11 Pedro Alves <palves@redhat.com>
2192
2193 PR remote/22597
2194 * gdb.server/stop-reply-no-thread.c: New file.
2195 * gdb.server/stop-reply-no-thread.exp: New file.
2196
c63d3e8d
PA
21972018-01-10 Pedro Alves <palves@redhat.com>
2198
2199 PR gdb/22670
2200 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2201 functions too. Test setting breakpoints and printing C functions
2202 with no debug info too.
2203 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2204
d4c2a405
PA
22052018-01-10 Pedro Alves <palves@redhat.com>
2206
2207 PR gdb/22670
2208 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2209 a fail.
2210
8825213e
PA
22112018-01-10 Pedro Alves <palves@redhat.com>
2212
2213 PR gdb/22670
2214 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2215
605fd3c6
YQ
22162018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2217
2218 * gdb.server/unittest.exp: Match the output in non-development
2219 mode.
2220
1e5ded6c
YQ
22212018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2222
2223 * gdb.gdb/unittest.exp: Match output in non-development mode.
2224
30066b0b
JB
22252018-01-08 Joel Brobecker <brobecker@adacore.com>
2226
2227 * gdb.ada/access_tagged_param.exp: Relax expected output
2228 for value of "ObjL" in "continue" to pck.inspect breakpoint
2229 test.
2230
04bafb1e
XR
22312018-01-08 Joel Brobecker <brobecker@adacore.com>
2232
9f86398b
JB
2233 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2234 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2235
e379cee6
PA
22362018-01-05 Pedro Alves <palves@redhat.com>
2237
2238 PR gdb/18653
2239 * gdb.base/libsegfault.exp: New.
2240
de63c46b
PA
22412018-01-05 Joel Brobecker <brobecker@adacore.com>
2242
2243 PR gdb/22670
2244 * gdb.ada/access_tagged_param.exp: New file.
2245 * gdb.ada/access_tagged_param/foo.adb: New file.
2246
f98fc17b
PA
22472018-01-05 Pedro Alves <palves@redhat.com>
2248
2249 PR gdb/22670
2250 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2251 exercise lower case too, and to exercise both full matching and
2252 wild matching.
2253
342f8240
JB
22542018-01-05 Joel Brobecker <brobecker@adacore.com>
2255
2256 * gdb.ada/rename_subscript_param: New testcase.
2257
7150d33c
JG
22582018-01-05 Jerome Guitton <guitton@adacore.com>
2259
2260 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2261
cc0e770c
JB
22622018-01-05 Joel Brobecker <brobecker@adacore.com>
2263
2264 * gdb.ada/convvar_comp: New testcase.
2265
672a41aa 22662018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2267
2268 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2269 (My_Table): New global variable.
2270 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2271
7365ec2f
JB
22722018-01-04 Joel Brobecker <brobecker@adacore.com>
2273
2274 PR gdb/22670
2275 * gdb.ada/maint_with_ada: New testcase.
2276
289483b6
JB
22772018-01-04 Joel Brobecker <brobecker@adacore.com>
2278
2279 PR gdb/22670
2280 * gdb.ada/bp_c_mixed_case: New testcase.
2281
344420da
JB
22822018-01-04 Joel Brobecker <brobecker@adacore.com>
2283
2284 PR gdb/22670
2285 * gdb.ada/complete.exp: Add "complete break ada" test.
2286
66fc87a0
JB
22872018-01-04 Joel Brobecker <brobecker@adacore.com>
2288
2289 PR gdb/22670
2290 * gdb.ada/info_addr_mixed_case: New testcase.
2291
9f757bf7
XR
22922018-01-03 Xavier Roirand <roirand@adacore.com>
2293
2294 * gdb.ada/excep_handle.exp: New testcase.
2295 * gdb.ada/excep_handle/foo.adb: New file.
2296 * gdb.ada/excep_handle/pck.ads: New file.
2297
bd570f80
JB
22982018-01-03 Joel Brobecker <brobecker@adacore.com>
2299
2300 * gdb.base/step-line.c: Add extra empty line in copyright header.
2301 * gdb.base/step-line.inp: Likewise.
2302
9fe561ab
JB
23032018-01-02 Joel Brobecker <brobecker@adacore.com>
2304
2305 * gdb.ada/dyn_stride.exp: Add slice test.
2306
a405673c
JB
23072018-01-02 Joel Brobecker <brobecker@adacore.com>
2308
2309 * gdb.ada/dyn_stride: New testcase.
2310
cef0f868
SH
23112017-12-27 Stafford Horne <shorne@gmail.com>
2312
2313 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2314 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2315
b67d92b0
SH
23162017-12-27 Stafford Horne <shorne@gmail.com>
2317
2318 * gdb.base/reggroups.c: New file.
2319 * gdb.base/reggroups.exp: New file.
2320
eccab96d
JB
23212017-12-18 Joel Brobecker <brobecker@adacore.com>
2322
2323 * gdb.dwarf2/ada-valprint-error.c: New file.
2324 * gdb.dwarf2/ada-valprint-error.exp: New file.
2325
0e2da9f0
JB
23262017-12-18 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.ada/assign_arr: New testcase.
2329
cb923fcc
XR
23302017-12-18 Xavier Roirand <roirand@adacore.com>
2331
2332 * gdb.ada/funcall_ptr: New testcase.
2333
7c161838
SDJ
23342017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2335
2336 PR cli/16224
2337 * gdb.base/ptype-offsets.cc: New file.
2338 * gdb.base/ptype-offsets.exp: New file.
2339
1af17fd9
YQ
23402017-12-15 Yao Qi <yao.qi@linaro.org>
2341
2342 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2343 if XML is disabled.
2344
828d5846
XR
23452017-12-15 Xavier Roirand <roirand@adacore.com>
2346
2347 * gdb.ada/same_component_name: New testcase.
2348
79e8fcaa
JB
23492017-12-14 Joel Brobecker <brobecker@adacore.com>
2350
2351 * gdb.ada/str_binop_equal: New testcase.
2352
e05fa6f9
JB
23532017-12-14 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.ada/task_switch_in_core: New testcase.
2356
b89641ba
SM
23572017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2358
2359 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2360 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2361 call test_bkpt_qualified.
2362 (test_bkpt_qualified): New proc.
2363
6892d2e4
PA
23642017-12-13 Pedro Alves <palves@redhat.com>
2365
2366 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2367 Tighten regexp by matching with an anchor.
2368
a22ecf70
PA
23692017-12-13 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2372 ("expression with namespace"): New set of tests.
2373 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2374 (Nested::Test_NS::qux): New.
2375 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2376 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2377
9937536c
JB
23782017-12-13 Joel Brobecker <brobecker@adacore.com>
2379
2380 * gdb.base/server-del-break.c: New file.
2381 * gdb.base/server-del-break.exp: New file.
2382
fe49c6f5
SH
23832017-12-12 Stafford Horne <shorne@gmail.com>
2384
2385 * gdb.xml/tdesc-regs.exp: Add or1k support.
2386
c3d18620
SH
23872017-12-12 Stafford Horne <shorne@gmail.com>
2388
2389 * gdb.base/bp-permanent.c: Define nop of or1k.
2390
c5f9cfc8
JB
23912017-12-11 Joel Brobecker <brobecker@adacore.com>
2392
2393 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2394 output with components being reordered.
2395
a9c135fc
JB
23962017-12-11 Joel Brobecker <brobecker@adacore.com>
2397
2398 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2399 output with components being reordered.
2400
927aa2e7
JK
24012017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2402 Pedro Alves <palves@redhat.com>
2403
2404 * gdb.base/maint.exp (check for .gdb_index): Check also for
2405 .debug_names.
2406 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2407 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2408 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2409 (.gdb_index used after symbol reloading): Support also .debug_names.
2410 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2411
f17d9474
YQ
24122017-12-08 Yao Qi <yao.qi@linaro.org>
2413
2414 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2415 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2416
a0de8c21
YQ
24172017-12-08 Yao Qi <yao.qi@linaro.org>
2418
2419 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2420 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2421
a738ea1d
YQ
24222017-12-08 Yao Qi <yao.qi@linaro.org>
2423
2424 * gdb.arch/aarch64-tagged-pointer.c: New file.
2425 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2426
1cd9a73b
SDJ
24272017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2428
2429 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2430 "int".
2431
fa6eb693
KS
24322017-12-07 Keith Seitz <keiths@redhat.com>
2433
2434 PR breakpoints/22569
2435 * gdb.linespec/ls-errs.exp: Change expected result of "break
2436 -source this file has spaces.c -line 3".
2437 Check that an explicit source file followed by whitespace is
2438 identified as an invalid explicit location.
2439
883fd55a
KS
24402017-12-07 Keith Seitz <keiths@redhat.com>
2441
2442 * gdb.cp/nested-types.cc: New file.
2443 * gdb.cp/nested-types.exp: New file.
2444 * lib/cp-support.exp: Load data-structures.exp library.
2445 (debug_cp_test_ptype_class): New global.
2446 (cp_ptype_class_verbose, next_line): New procedures.
2447 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2448 Add and document new return value.
2449 Switch the list of lines to a queue.
2450 Add support for new `type' key for nested type definitions.
2451 Add debugging/troubleshooting messages.
2452 * lib/data-structures.exp: New file.
2453
ec72db3e
SM
24542017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2455
2456 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2457 with proc_with_prefix, don't use with_test_prefix.
2458
99598d71
TT
24592017-12-07 Tom Tromey <tom@tromey.com>
2460
2461 * gdb.base/break.exp: Add test for empty "commands".
2462
a8806230
YQ
24632017-12-07 Yao Qi <yao.qi@linaro.org>
2464
2465 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2466 malloc and catch syscall.
2467
824cc835
PM
24682017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2469
2470 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2471 tests for explicit locations.
2472
7cc244de
PA
24732017-12-06 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2476 force-disabling XML descriptions.
2477
50a1fdd5
PA
24782017-12-04 Pedro Alves <palves@redhat.com>
2479
2480 PR gdb/22499
2481 * gdb.arch/amd64-disp-step-avx.S: New file.
2482 * gdb.arch/amd64-disp-step-avx.exp: New file.
2483
f0fb2488
PA
24842017-12-03 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2487 and <string.h>.
2488 (parent_function): Print distinct messages when waitpid fails, or
2489 the child exits with a signal, or the child exits for an unhandled
2490 reason.
2491 * gdb.threads/process-dies-while-detaching.exp
2492 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2493 it. Wait for both inferior output and GDB's prompt. Use an
2494 indirect spawn id list.
2495 (do_detach): New parameter 'child_exit'. Use it to compute
2496 expected inferior output.
2497 (test_detach, test_detach_watch, test_detach_killed_outside):
2498 Adjust to pass down the expected child exit kind.
2499
97cbe998
SDJ
25002017-12-01 Joel Brobecker <brobecker@adacore.com>
2501 Sergio Durigan Junior <sergiodj@redhat.com>
2502 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2505
40fc416f
SDJ
25062017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2507
2508 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2509 to 'symbol-file' and 'add-symbol-file' can be
2510 position-independent.
2511
1cc75e92
YQ
25122017-12-01 Yao Qi <yao.qi@linaro.org>
2513
2514 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2515 the URL in copyright header.
2516 * gdb.arch/aarch64-fp.exp: Likewise.
2517 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2518 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2519 * gdb.base/expand-psymtabs.exp: Likewise.
2520 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2521 * gdb.fortran/common-block.exp: Likewise.
2522 * gdb.fortran/common-block.f90: Likewise.
2523 * gdb.fortran/logical.exp: Likewise.
2524 * gdb.fortran/vla-datatypes.f90: Likewise.
2525 * gdb.fortran/vla-sub.f90: Likewise.
2526
875fb7a7
JB
25272017-11-30 Joel Brobecker <brobecker@adacore.com>
2528
2529 * gdb.ada/repeat_dyn: New testcase.
2530
6f14765f
UW
25312017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2532
2533 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2534 Update for changed thread numbering.
2535 * gdb.cell/bt.exp: Update for changed GDB output.
2536
f1af7b94
SM
25372017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2538
2539 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2540 setting isremote by hand.
2541 * boards/dwarf4-gdb-index.exp: Likewise.
2542 * boards/fission.exp: Likewise.
2543 * boards/stabs.exp: Likewise.
2544
e3919f3e
PA
25452017-11-30 Pedro Alves <palves@redhat.com>
2546
2547 * gdb.linespec/cpls-ops.exp
2548 (check_explicit_skips_function_argument): Extract the underlying
2549 type of size_t instead of hardcoding it.
2550
bd69330d
PA
25512017-11-29 Pedro Alves <palves@redhat.com>
2552
2553 PR c++/19436
2554 * gdb.linespec/cpls-abi-tag.cc: New file.
2555 * gdb.linespec/cpls-abi-tag.exp: New file.
2556
a20714ff
PA
25572017-11-29 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.base/langs.exp: Use -qualified.
2560 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2561 it.
2562 * gdb.cp/namespace.exp: Use -qualified.
2563 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2564 (overload-3, template-overload, template-ret-type, const-overload)
2565 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2566 procedures.
2567 (test_driver): Call them.
2568 * gdb.cp/save-bp-qualified.cc: New.
2569 * gdb.cp/save-bp-qualified.exp: New.
2570 * gdb.linespec/explicit.exp: Test -qualified.
2571 * lib/completion-support.exp (completion::explicit_opts_list): Add
2572 "-qualified".
2573 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2574
f6f1d339
PM
25752017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2576
2577 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2578
02ca603a
TT
25792017-11-29 Tom Tromey <tom@tromey.com>
2580
2581 * gdb.base/relocate.exp: Update invalid argument test.
2582 Add new tests for invalid arguments.
2583
ed6c0bfb
TP
25842017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2585
2586 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2587 Return 0 as a long.
2588 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2589
f106e10e
TP
25902017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2591
2592 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2593 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2594 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2595 func ().
2596 * gdb.cp/shadow.cc (B.func): Return 0.
2597
10329bb2
JB
25982017-11-27 Joel Brobecker <brobecker@adacore.com>
2599
2600 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2601 expected output in gdb_expect call to allow the exception
2602 message to be present as well. Fix syntax confusion to avoid
2603 TCL thinking that exception_name is an array.
2604
617cd4bc
UW
26052017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2606
2607 * gdb.arch/spu-info.c: Include <unistd.h>.
2608 (do_signal_test): Fix broken calls to write.
2609 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2610 Fix checks for empty mailboxes. Update signal tests for corrected
2611 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2612 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2613 * gdb.cell/arch.exp: Use standard_output_file.
2614 * gdb.cell/break.exp: Likewise.
2615 * gdb.cell/bt.exp: Likewise.
2616 * gdb.cell/core.exp: Likewise.
2617 * gdb.cell/dwarfaddr.exp: Likewise.
2618 * gdb.cell/ea-cache.exp: Likewise.
2619 * gdb.cell/ea-standalone.exp: Likewise.
2620 * gdb.cell/f-regs.exp: Likewise.
2621 * gdb.cell/fork.exp: Likewise.
2622 * gdb.cell/gcore.exp: Likewise.
2623 * gdb.cell/mem-access.exp: Likewise.
2624 * gdb.cell/ptype.exp: Likewise.
2625 * gdb.cell/registers.exp: Likewise.
2626 * gdb.cell/sizeof.exp: Likewise.
2627 * gdb.cell/solib-symbol.exp: Likewise.
2628 * gdb.cell/solib.exp: Likewise.
617cd4bc 2629
a81aaca0
PA
26302017-11-25 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.base/complete-empty.exp: New file.
2633 * gdb.base/completion.exp: Adjust.
2634
6a3c6ee4
PA
26352017-11-25 Pedro Alves <palves@redhat.com>
2636
2637 * gdb.linespec/cpls-ops.cc: New file.
2638 * gdb.linespec/cpls-ops.exp: New file.
2639 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2640 factored out from ...
2641 (test_complete_prefix_range): ... this.
2642
8955eb2d
PA
26432017-11-24 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.linespec/cpcompletion.exp: New file.
2646 * gdb.linespec/cpls-hyphen.cc: New file.
2647 * gdb.linespec/cpls.cc: New file.
2648 * gdb.linespec/cpls2.cc: New file.
2649 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2650 test to use test_gdb_complete_unique. Add label completion,
2651 keyword completion and explicit location completion tests.
2652 * lib/completion-support.exp: New file.
2653
e547c119
JB
26542017-11-24 Joel Brobecker <brobecker@adacore.com>
2655
2656 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2657 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2658 when hitting an exception catchpoint.
2659
7c3c1aa8
YQ
26602017-11-22 Yao Qi <yao.qi@linaro.org>
2661
2662 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2663
41bd68f5
SM
26642017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2665
2666 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2667 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2668 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2669
1daad298
YQ
26702017-11-22 Yao Qi <yao.qi@linaro.org>
2671
2672 * gdb.base/info-os.exp: Pass pthreads.
2673 * gdb.multi/multi-attach.exp: Likewise.
2674
88465e87
YQ
26752017-11-22 Yao Qi <yao.qi@linaro.org>
2676
2677 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2678 compiler.
2679
dc196b23
YQ
26802017-11-22 Yao Qi <yao.qi@linaro.org>
2681
2682 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2683 * gdb.base/break-interp.exp: Likewise.
2684 * gdb.base/jit-attach-pie.exp: Likewise.
2685
2400729e
UW
26862017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2687
2688 * gdb.base/float128.c (large128): New variable.
2689 * gdb.base/float128.exp: Add test to print largest __float128 value.
2690
7a26362d
UW
26912017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2692
2693 * gdb.arch/vsx-regs.exp: Update register content checks.
2694
ed0f4273
UW
26952017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2696
2697 * gdb.arch/ppc-longdouble.exp: New file.
2698 * gdb.arch/ppc-longdouble.c: Likewise.
2699
a25d69c6
PA
27002017-11-21 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2703
73fcf641
PA
27042017-11-20 Pedro Alves <palves@redhat.com>
2705
2706 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2707 (long_double_typedef): New typedefs.
2708 Use DEF on double and long double.
2709 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2710 cases.
2711 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2712 and 'long_double_ptr_same_size' locals. Use them to decide
2713 whether cast from array/function to float is valid/invalid.
2714
71a3c369
TT
27152017-11-17 Tom Tromey <tom@tromey.com>
2716
2717 * gdb.rust/traits.rs: New file.
2718 * gdb.rust/traits.exp: New file.
2719
ced9779b
JB
27202017-11-17 Joel Brobecker <brobecker@adacore.com>
2721
2722 * gdb.ada/minsyms: New testcase.
2723
a0922d80
PA
27242017-11-16 Pedro Alves <palves@redhat.com>
2725
2726 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2727 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2728
ea04e54c
PA
27292017-11-16 Pedro Alves <palves@redhat.com>
2730
2731 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2732 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2733
e849ea89
PA
27342017-11-16 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.server/reconnect-ctrl-c.c: New file.
2737 * gdb.server/reconnect-ctrl-c.exp: New file.
2738
d8ae99a7
PM
27392017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2740
2741 * gdb.python/py-rbreak.exp: New file.
2742 * gdb.python/py-rbreak.c: New file.
2743 * gdb.python/py-rbreak-func2.c: New file.
2744
968a13f8
PA
27452017-11-16 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2748 pattern.
2749 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2750 GDB.
2751
71774bc9
SM
27522017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2753
2754 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2755 regex.
2756
ddbb44cf
SM
27572017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2758
2759 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2760 test names.
2761
584a564f
PA
27622017-11-09 Pedro Alves <palves@redhat.com>
2763
2764 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2765 factored out from ...
2766 (top level): ... here, and adjusted to avoid expecting beyond the
2767 prompt in a single gdb_test_multiple.
2768
5ed7a928
PA
27692017-11-09 Pedro Alves <palves@redhat.com>
2770
2771 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2772 output.
2773 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2774 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2775 * gdb.server/ext-run.exp ("kill" test): Likewise.
2776 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2777
a60e0738
PA
27782017-11-09 Pedro Alves <palves@redhat.com>
2779
2780 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2781 match till end of line.
2782
2c88253f
PA
27832017-11-09 Pedro Alves <palves@redhat.com>
2784
2785 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2786
c7a38517
PA
27872017-11-09 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2790 New procedures, factored out from ...
2791 (top level): ... here, and adjusted to avoid expecting beyond the
2792 prompt in one go.
2793
f29f4b6b
PA
27942017-11-09 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2797 output. Fix '?' match.
2798
286acbb5
JB
27992017-11-08 Joel Brobecker <brobecker@adacore.com>
2800
2801 * gdb.ada/scoped_watch: New testcase.
2802 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2803 which is actually correct.
2804 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2805 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2806
62d7ae92
PA
28072017-11-08 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.gdb/complaints.exp (test_initial_complaints)
2810 (test_serial_complaints, test_short_complaints): Call
2811 complaint_internal instead of complaint.
2812
280ca31f
DT
28132017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2814
2815 * gdb.threads/tls-core.c: New file.
2816 * gdb.threads/tls-core.exp: Likewise.
2817
b5ec771e
PA
28182017-11-08 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2821 (p Exported_Capitalized): New test.
2822 (p exported_capitalized): New test.
2823
a02b41a7
PA
28242017-11-07 Pedro Alves <palves@redhat.com>
2825
2826 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2827
95e95a6d
PA
28282017-11-07 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2831 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2832 (disable_invalid, disable_inverted, disable_negative): New
2833 procedures.
2834 ("bad numbers"): New set of tests.
2835
cee62dbd
PA
28362017-11-07 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.cp/ena-dis-br-range.exp: Add tests.
2839
cc638e86
PA
28402017-11-07 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2843
d0fe4701
XR
28442017-11-07 Xavier Roirand <roirand@adacore.com>
2845 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.base/ena-dis-br.exp: Add reference to
2848 gdb.cp/ena-dis-br-range.exp.
2849 * gdb.cp/ena-dis-br-range.exp: New file.
2850 * gdb.cp/ena-dis-br-range.cc: New file.
2851
46f67f80
PA
28522017-11-06 Pedro Alves <palves@redhat.com>
2853
2854 * gdb.base/attach-non-pgrp-leader.c: New.
2855 * gdb.base/attach-non-pgrp-leader.exp: New.
2856
726e1356
PA
28572017-11-06 Pedro Alves <palves@redhat.com>
2858
2859 * configure.ac: No longer check for termio.h and sgtty.h.
2860 * configure: Regenerate.
2861 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2862 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2863 Remove termio and sgtty code.
2864
50ab6ace
YQ
28652017-11-03 Yao Qi <yao.qi@linaro.org>
2866
2867 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2868 in GDB is disabled.
2869
8e68731c
YQ
28702017-11-03 Yao Qi <yao.qi@linaro.org>
2871
2872 * gdb.python/py-thrhandle.exp: Skip it if python is not
2873 enabled.
2874
3a87ae65
SM
28752017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2876
2877 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2878 as a breakpoint command.
2879
484d8d36
MD
28802017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2881
2882 PR python/21213
2883 * gdb.python/py-infthread.exp: Test calling
2884 InferiorThread.inferior () multiple times in a row.
2885
4a27f119
KS
28862017-10-27 Keith Seitz <keiths@redhat.com>
2887
2888 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2889 Test "info break" for every inlined function breakpoint.
2890
bb11dd58
YQ
28912017-10-27 Yao Qi <yao.qi@linaro.org>
2892
2893 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2894
a43f3893
PF
28952017-10-26 Patrick Frants <osscontribute@gmail.com>
2896
2897 * gdb.cp/classes.exp (test_static_members): Test printing
2898 Outer::instance.
2899 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2900 (Inner::instance, Outer::instance): New.
2901
792ccf00
PA
29022017-10-24 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2905 extra console" test in two stages.
2906
eb2bfbad
PA
29072017-10-24 Pedro Alves <palves@redhat.com>
2908
2909 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2910
1f75a651
PA
29112017-10-24 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2914 loop.
2915
779990d9
PA
29162017-10-24 Pedro Alves <palves@redhat.com>
2917
2918 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2919 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2920
ad9b8f5d
PA
29212017-10-24 Pedro Alves <palves@redhat.com>
2922
2923 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2924 parameter and handle it. Don't output read value in test name.
2925
fee6da6e
PA
29262017-10-24 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2929 custom test name.
2930
10389c2c
PA
29312017-10-24 Pedro Alves <palves@redhat.com>
2932
2933 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2934 include the unstable output directory name in the test's name.
2935 (initial_setup_simple) <'set args'>: Use custom test name.
2936
a80e65a9
PA
29372017-10-24 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2940 with explicit test name.
2941
15763a09
PA
29422017-10-20 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2945 'wait -i'. Use gdb_assert and remote_close.
2946
49a4ce2e
AB
29472017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2950 number from variable rather than hard-coded.
2951
a75868f5
PA
29522017-10-19 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.base/long-inferior-output.c: New file.
2955 * gdb.base/long-inferior-output.exp: New file.
2956
c8ba13ad
KS
29572017-11-18 Keith Seitz <keiths@redhat.com>
2958
2959 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2960 method.
2961 (main): Call it.
2962 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2963 Add additional user-defined conversion operator tests.
2964
b27de576
PA
29652017-10-17 Pedro Alves <palves@redhat.com>
2966
2967 * boards/native-stdio-gdbserver.exp: Load "local-board".
2968
8484c955
PA
29692017-10-17 Pedro Alves <palves@redhat.com>
2970
2971 * gdb.base/quit-live.c: New file.
2972 * gdb.base/quit-live.exp: New file.
2973
83d5a34d
KS
29742017-10-16 Keith Seitz <keiths@redhat.com>
2975
2976 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2977 (class_with_protected_typedef, class_with_private_typedef)
2978 (struct_with_public_typedef, struct_with_protected_typedef)
2979 (struct_with_private_typedef): New classes/structs.
2980 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2981 typedefs and access specifiers.
2982
739b3f1d
PA
29832017-10-16 Pedro Alves <palves@redhat.com>
2984 Simon Marchi <simon.marchi@polymtl.ca>
2985
2986 * README (Local vs Remote vs Native): New section.
2987 * boards/local-board.exp: New file, with bits factored out from
2988 ...
2989 * boards/native-extended-gdbserver.exp: ... here. Load
2990 "local-board".
2991 * boards/native-gdbserver.exp: Load "local-board".
2992 (${board}_spawn, ${board}_exec): Delete.
2993 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2994 ...
2995 * boards/stdio-gdbserver-base.exp: ... this new file.
2996 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2997 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2998 procedure.
2999 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3000 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3001 stdio_gdbserver_command.
3002 (${board}_get_remote_address, ${board}_get_comm_port)
3003 (${board}_download, ${board}_upload): Delete.
3004 (get_target_remote_pipe_cmd): New.
3005
fe68b953
SM
30062017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3007
3008 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3009 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3010 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3011 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3012 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3013 remove with_test_prefix.
3014
300b6685
PA
30152017-10-13 Pedro Alves <palves@redhat.com>
3016
3017 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3018 * gdb.base/annota1.exp: Use it instead of is_remote.
3019 * gdb.base/annota3.exp: Use it instead of is_remote.
3020 * gdb.cp/annota2.exp: Use it instead of is_remote.
3021 * gdb.cp/annota3.exp: Use it instead of is_remote.
3022 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3023
50500caf
PA
30242017-10-13 Pedro Alves <palves@redhat.com>
3025
3026 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3027 (test_num_test_vars, run_and_count_vars, find_env)
3028 (test_set_unset_env, test_inherit_env_var): New procedures.
3029 (top level): Use them.
3030
dad0c6d2
PA
30312017-10-13 Pedro Alves <palves@redhat.com>
3032
3033 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3034 also skip on stub-like targets.
3035
8b0553c1
PA
30362017-10-13 Pedro Alves <palves@redhat.com>
3037
3038 PR gdb/22293
3039 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3040 (top level): Move some tests to ...
3041 (test_not_found): ... this new procedure.
3042 (top level): Call it.
3043
7594f623
PA
30442017-10-13 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3047 expect different "info terminal" output if testing with a
3048 non-native target.
3049
ebe3b402
PA
30502017-10-13 Pedro Alves <palves@redhat.com>
3051 Simon Marchi <simon.marchi@polymtl.ca>
3052
3053 PR python/12966
3054 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3055
42f1b161
PA
30562017-10-13 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3059 already.
3060
8d6ef72b
PA
30612017-10-13 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3064 is_remote.
3065
d7bcd5b8
PA
30662017-10-13 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3069 is_remote.
3070
df479dc6
PA
30712017-10-13 Pedro Alves <palves@redhat.com>
3072
3073 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3074 is set.
3075 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3076 instead of is_remote.
3077
23fb630a
PA
30782017-10-13 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3081 (top level): Add comment.
3082
cc77b1dc
PA
30832017-10-13 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/remote.exp (top level): Fix comment typo and add
3086 missing return.
3087
27c9e813
PA
30882017-10-13 Pedro Alves <palves@redhat.com>
3089 Simon Marchi <simon.marchi@polymtl.ca>
3090
3091 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3092 calls and add comments. Skip test if use_gdb_stub is set.
3093 (top level): Use "set cwd" command instead of "cd" command.
3094
5e830d98
PA
30952017-10-13 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3098 is_remote target check.
3099
f5ca0032
PA
31002017-10-13 Pedro Alves <palves@redhat.com>
3101
3102 * gdb.base/scope.exp: Use build_executable + clean_restart +
3103 gdb_file_cmd instead of prepare_for_testing and no longer skip
3104 "before run" tests on is_remote target boards. Update comments.
3105 * boards/native-extended-gdbserver.exp
3106 (extended_gdbserver_load_last_file): New, factored out from ...
3107 (gdb_load): ... this. Move further below and add comment.
3108 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3109
8aed1c0d
PA
31102017-10-12 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.base/attach.exp: Remove references to gdb64.
3113 * gdb.base/dbx.exp: Remove references to gdb64.
3114
cfa34c87
SM
31152017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3116 Pedro Alves <palves@redhat.com>
3117
3118 * gdb.base/label.exp: Remove is_remote target check.
3119
9192b7de
PA
31202017-10-12 Pedro Alves <palves@redhat.com>
3121
3122 * gdb.base/auvx.exp (coredir): Update comment.
3123 (top level) <core_works>: Use "set cwd" command instead of "cd"
3124 command.
3125
6bf0052d
PA
31262017-10-12 Pedro Alves <palves@redhat.com>
3127 Simon Marchi <simon.marchi@polymtl.ca>
3128
3129 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3130 target boards.
3131
e48ef82d
PA
31322017-10-12 Pedro Alves <palves@redhat.com>
3133 Simon Marchi <simon.marchi@polymtl.ca>
3134
3135 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3136 Instead skip if there's any gdb_protocol set.
3137
8d7aea57
SM
31382017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3139 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3142
30440677
PA
31432017-10-12 Pedro Alves <palves@redhat.com>
3144 Simon Marchi <simon.marchi@polymtl.ca>
3145
3146 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3147 instead of on dejagnu remote boards.
3148
4e04f045 31492017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3150 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3151
3152 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3153 checks. Use build_executable + clean_restart instead of
3154 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3155 of enabling non-stop after starting gdb.
3156
871a186e
PA
31572017-10-12 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3160 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3161 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3162 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3163
56d704da
AK
31642017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3165
3166 * gdb.arch/arc-tdesc-cpu.exp: New file.
3167 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3168
2f20e312
SM
31692017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3170
3171 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3172
65630365
PA
31732017-10-10 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3176 expect CLI output.
3177
bf469271
PA
31782017-10-10 Pedro Alves <palves@redhat.com>
3179
3180 * lib/selftest-support.exp (selftest_setup): Update for
3181 captured_command_loop's prototype change.
3182
777a42f1
PA
31832017-10-09 Pedro Alves <palves@redhat.com>
3184
3185 Test both arch1=>arch2 and arch2=>arch1.
3186
3187 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3188 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3189 factored out to...
3190 (append_arch1_options, append_arch2_options, append_arch_options)
3191 (build_executables): New procedures.
3192 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3193 local.
3194 (top level): Add new 'first_arch' testing axis.
3195
cbd2b4e3
PA
31962017-10-09 Pedro Alves <palves@redhat.com>
3197
3198 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3199 (barrier): New.
3200 (thread_start, all_started): New functions.
3201 (main): Spawn new thread and wait until it is scheduled.
3202 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3203 option.
3204 (do_test): Add 'selected_thread' parameter. Run to all_started
3205 instead of main. Explicitly set the breakpoint at main. Switch
3206 to the SELECTED_THREAD thread.
3207 (top level): Test handling the exec event with either the main
3208 thread or the second thread selected.
3209
5c9e4427
PA
32102017-10-09 Pedro Alves <palves@redhat.com>
3211
3212 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3213 logic. Move STOP marker after the value checks.
3214 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3215 regexp.
3216
b3b7c423
SL
32172017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3218
3219 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3220
3b4b2f16
UW
32212017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3222
3223 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3224 integer-to-dfp conversion.
3225 * gdb.base/dfp-test.exp: Likewise.
3226
5cd63fda
PA
32272017-10-04 Pedro Alves <palves@redhat.com>
3228
3229 * gdb.multi/hangout.c: Include <unistd.h>.
3230 (hangout_loop): New function.
3231 (main): Call alarm. Call hangout_loop in a loop.
3232 * gdb.multi/hello.c: Include <unistd.h>.
3233 (hello_loop): New function.
3234 (main): Call alarm. Call hangout_loop in a loop.
3235 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3236 inferior with the other selected.
3237
4c71c105
SM
32382017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3239
3240 * gdb.mi/list-thread-groups-available.exp: New file.
3241 * gdb.mi/list-thread-groups-available.c: New file.
3242
bc3b087d
SDJ
32432017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3244
3245 * gdb.base/set-cwd.exp: Make it available on
3246 native-extended-gdbserver.
3247
d092c5a2
SDJ
32482017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3249
3250 * gdb.base/set-cwd.c: New file.
3251 * gdb.base/set-cwd.exp: Likewise.
3252
45320ffa
TT
32532017-10-02 Tom Tromey <tom@tromey.com>
3254
3255 PR rust/22236:
3256 * gdb.rust/simple.rs (main): New variable "fslice".
3257 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3258
b3e3859b
TT
32592017-10-02 Tom Tromey <tom@tromey.com>
3260
3261 * gdb.rust/simple.exp: Test ptype of a slice.
3262
01af5e0d
TT
32632017-10-02 Tom Tromey <tom@tromey.com>
3264
3265 * gdb.rust/simple.exp: Test index of slice.
3266
a9bbfbd8
TT
32672017-09-27 Tom Tromey <tom@tromey.com>
3268
3269 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3270
df8899e5
TP
32712017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3272 Pedro Alves <palves@redhat.com>
3273
3274 * gdb.base/compare-sections.exp (get value of read-only section): Read
3275 as unsigned value.
3276 (corrupt read-only section): Likewise and don't set written if patching
3277 failed.
3278
757bf54b
KB
32792017-09-21 Kevin Buettner <kevinb@redhat.com>
3280
3281 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3282 files.
3283
06871ae8
PA
32842017-09-20 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3287 symbol names in gdb's output.
3288 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3289
e5f25bc5
PA
32902017-09-20 Pedro Alves <palves@redhat.com>
3291
3292 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3293 Rename to ...
3294 (test_list_ambiguous_symbol): ... this and add a symbol name
3295 parameter. Adjust.
3296 (test_list_ambiguous_function): Reimplement on top of
3297 test_list_ambiguous_symbol and also test listing ambiguous
3298 variables.
3299 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3300 (ambiguous_fun): ... this.
3301 (ambiguous_var): New.
3302 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3303 (ambiguous_fun): ... this.
3304 (ambiguous_var): New.
3305
4e5a4f58
JB
33062017-09-19 John Baldwin <jhb@FreeBSD.org>
3307
3308 * gdb.base/starti.c: New file.
3309 * gdb.base/starti.exp: New file.
3310 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3311
26e53f3e
PA
33122017-09-14 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3315 (top level): Use it instead of runto.
3316
cb791d59
TT
33172017-09-11 Tom Tromey <tom@tromey.com>
3318
3319 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3320
7c96f8c1
TT
33212017-09-11 Tom Tromey <tom@tromey.com>
3322
3323 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3324 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3325
469412dd
CW
33262017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3327
3328 * gdb.fortran/printing-types.exp: New file.
3329 * gdb.fortran/printing-types.exp: New file.
3330
e0f86435
BH
33312017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3332
3333 * gdb.fortran/vla-ptype.exp: Fix typos.
3334 * gdb.fortran/vla-value.exp: Same.
3335
9e9af4be
BH
33362017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3337
3338 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3339 * gdb.mi/mi-var-child-f.exp: Likewise.
3340 * gdb.mi/mi-vla-fortran.exp: Likewise.
3341
a5ad232b
FP
33422017-09-08 Frank Penczek <frank.penczek@intel.com>
3343 Christoph Weinmann <christoph.t.weinmann@intel.com>
3344 Bernhard Heckel <bernhard.heckel@intel.com>
3345
3346 * gdb.fortran/ptr-indentation.f90: New file.
3347 * gdb.fortran/ptr-indentation.exp: New file.
3348
5aec60eb
TT
33492017-09-05 Tom Tromey <tom@tromey.com>
3350
3351 PR gdb/22010:
3352 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3353
8f8f8152
TP
33542017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3355
3356 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3357
fbd1b771
JK
33582017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 * gdb.threads/tls-nodebug-pie.c: New file.
3361 * gdb.threads/tls-nodebug-pie.exp: New file.
3362
5eb5f850
TT
33632017-09-05 Tom Tromey <tom@tromey.com>
3364
3365 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3366 for rust.
3367
ae780a21
SM
33682017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3369
3370 * gdb.multi/multi-arch-exec.exp: Test with different
3371 "follow-exec-mode" settings.
3372 (do_test): New procedure.
3373
3693fdb3
PA
33742017-09-04 Pedro Alves <palves@redhat.com>
3375
3376 * gdb.base/func-static.c (S::method const, S::method volatile)
3377 (S::method volatile const): New methods.
3378 (c_s, v_s, cv_s): New instances.
3379 (main): Call method() on them.
3380 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3381 (cannot_resolve): New procedure.
3382 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3383 print-quote-unquoted columns.
3384 (do_test): Test printing each scope too.
3385
e68cb8e0
PA
33862017-09-04 Pedro Alves <palves@redhat.com>
3387
3388 * gdb.base/local-static.exp: Also test with
3389 class::method::variable wholly quoted.
3390 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3391
858be34c
PA
33922017-09-04 Pedro Alves <palves@redhat.com>
3393
3394 * gdb.base/local-static.c: New.
3395 * gdb.base/local-static.cc: New.
3396 * gdb.base/local-static.exp: New.
3397
46a4882b
PA
33982017-09-04 Pedro Alves <palves@redhat.com>
3399
3400 * gdb.asm/asm-source.exp: Add casts to int.
3401 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3402 (dataglobal64_1, dataglobal64_2): New globals.
3403 * gdb.base/nodebug.exp: Test different expressions involving the
3404 new globals, with print, whatis and ptype. Add casts to int.
3405 * gdb.base/solib-display.exp: Add casts to int.
3406 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3407 * gdb.cp/m-static.exp: Add cast to int.
3408 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3409 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3410 tls variable with no debug info without a cast. Test with a cast
3411 to int too.
3412 * gdb.trace/entry-values.exp: Add casts.
3413
2c5a2be1
PA
34142017-09-04 Pedro Alves <palves@redhat.com>
3415
3416 * gdb.base/nodebug.exp: Test that ptype's error about functions
3417 with unknown return type includes the function name too.
3418
7022349d
PA
34192017-09-04 Pedro Alves <palves@redhat.com>
3420
3421 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3422 return type of munmap in infcall.
3423 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3424 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3425 type of ftell in infcall.
3426 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3427 type of getpid in infcall.
3428 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3429 infcall.
3430 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3431 Bail on failure to extract the pid.
3432 * gdb.base/nodebug.c: #include <stdint.h>.
3433 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3434 New functions.
3435 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3436 Change expected output of print/whatis/ptype with functions with
3437 no debug info. Test all supported languages. Call
3438 test_call_promotion.
3439 * gdb.compile/compile.exp: Adjust expected output to expect
3440 warning.
3441 * gdb.threads/siginfo-threads.exp: Likewise.
3442
54990598
PA
34432017-09-04 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3446 "prototypes". Test calling float functions via prototyped and
3447 unprototyped function pointers.
3448 (perform_all_tests): New parameter "prototypes". Pass it down.
3449 (top level): Pass down "prototypes" parameter to
3450 perform_all_tests.
3451
34d16ea2
SM
34522017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3453
3454 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3455 Test with nested loops.
3456
9521ecda
SM
34572017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3458
3459 * gdb.base/commands.exp: Call the new procedures.
3460 (loop_break_test, loop_continue_test): New procedures.
3461
80a65e9b
SM
34622017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3463
3464 * gdb.base/commands.exp: Call new procedure.
3465 (define_if_without_arg_test): New procedure.
3466
e439fa14
PA
34672017-09-04 Pedro Alves <palves@redhat.com>
3468
3469 * gdb.base/list-ambiguous.exp: New file.
3470 * gdb.base/list-ambiguous0.c: New file.
3471 * gdb.base/list-ambiguous1.c: New file.
3472 * gdb.base/list.exp (test_list_range): Adjust expected output.
3473
0a2dde4a
SDJ
34742017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3475
3476 * gdb.base/share-env-with-gdbserver.c: New file.
3477 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3478
5e89eb3a
SM
34792017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 * gdb.base/commands.exp (gdbvar_simple_if_test,
3482 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3483 progvar_simple_if_test, progvar_simple_while_test,
3484 progvar_complex_if_while_test, user_defined_command_test,
3485 user_defined_command_args_eval,
3486 user_defined_command_args_stack_test,
3487 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3488 temporary_breakpoint_commands,
3489 gdb_test_no_prompt, redefine_hook_test,
3490 redefine_backtrace_test): Remove "global gdb_prompt".
3491
fd437cbc
SM
34922017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3493
3494 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3495 New proc, call it from toplevel.
3496
87215ad1
SDJ
34972017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3498
3499 PR remote/21852
3500 * gdb.server/normal.c: New file, copied from gdb.base.
3501 * gdb.server/run-without-local-binary.exp: New file.
3502
58afddc6
WP
35032017-08-07 Weimin Pan <weimin.pan@oracle.com>
3504
3505 * gdb.arch/sparc64-adi.exp: New file.
3506 * gdb.arch/sparc64-adi.c: New file.
3507
5277199a
PA
35082017-08-22 Pedro Alves <palves@redhat.com>
3509
3510 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3511 (top level): Add "list all overloads" tests.
3512
14278e1f
TT
35132017-08-22 Tom Tromey <tom@tromey.com>
3514
3515 * gdb.gdb/xfullpath.exp: Remove.
3516
bf223d3e
PA
35172017-08-21 Pedro Alves <palves@redhat.com>
3518
3519 PR gdb/19487
3520 * gdb.base/symbol-alias.c: New.
3521 * gdb.base/symbol-alias2.c: New.
3522 * gdb.base/symbol-alias.exp: New.
3523
c973d0aa
PA
35242017-08-21 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.base/dfp-test.c
3527 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3528 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3529 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3530 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3531 * gdb.base/whatis-ptype-typedefs.c: New.
3532 * gdb.base/whatis-ptype-typedefs.exp: New.
3533 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3534 (an_int, an_int_type, an_int_type2): New globals.
3535 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3536 involving typedefs and cast expressions.
3537 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3538 (lookup_typedefs_function): New.
3539 (typedefs_pretty_printers_dict): New.
3540 (top level): Register lookup_typedefs_function in
3541 gdb.pretty_printers.
3542
6d580b63
YQ
35432017-08-18 Yao Qi <yao.qi@linaro.org>
3544
3545 * gdb.server/unittest.exp: New.
3546
206726fb
SDJ
35472017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3548
3549 PR gdb/21954
3550 * gdb.base/environ.exp: Add test to check if 'unset environment'
3551 works.
3552
bf0ec4c2
AA
35532017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3554
3555 * lib/gdb.exp (universal_compile_options): New caching proc.
3556 (gdb_compile): Suppress GCC's coloring of messages.
3557
d6382fff
TT
35582017-08-14 Tom Tromey <tom@tromey.com>
3559
3560 PR gdb/21675:
3561 * gdb.base/printcmds.exp (test_radices): New function.
3562 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3563 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3564 * lib/gdb.exp (get_integer_valueof): Use p/d.
3565
c2c2dd9f
SM
35662017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3567
3568 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3569 characters.
3570
fdffd6f4
TT
35712017-08-05 Tom Tromey <tom@tromey.com>
3572
3573 * gdb.rust/simple.exp: Allow String to appear in a different
3574 namespace.
3575
27d41eac
YQ
35762017-07-26 Yao Qi <yao.qi@linaro.org>
3577
3578 * gdb.gdb/unittest.exp: Invoke command
3579 "maintenance check xml-descriptions".
3580
031ed05d
AA
35812017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3582
3583 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3584 calling context.
3585 (hex128): Drop erroneous calculation of parameters.
3586
dcd27ddf
SM
35872017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3588
3589 * gdb.python/py-unwind.exp: Disable stack protection when
3590 building test file.
3591
47e77640
PA
35922017-07-20 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.base/default.exp (set language): Adjust expected output.
3595
62d2a18a
PA
35962017-07-20 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3599 (test_minsym): ... this, and make static.
3600 (get_pck__foo__bar__minsym): Rename to ...
3601 (get_test_minsym): ... this.
3602 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3603 symbol names and comments.
3604 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3605 (get_test_minsym): ... this.
3606 (pck__foo__bar__minsym__2): Rename to ...
3607 (test_minsym): ... this.
3608 (main): Adjust.
3609
c45ec17c
PA
36102017-07-17 Pedro Alves <palves@redhat.com>
3611
3612 * gdb.base/completion.exp: Adjust expected output.
3613 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3614 the completer works.
3615
c6756f62
PA
36162017-07-17 Pedro Alves <palves@redhat.com>
3617
3618 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3619
5bd68487
AB
36202017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3621
3622 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3623
8880f2a9
TT
36242017-07-14 Tom Tromey <tom@tromey.com>
3625
3626 PR rust/21764:
3627 * gdb.rust/simple.exp: Add tests.
3628
65547233
TT
36292017-07-14 Tom Tromey <tom@tromey.com>
3630
3631 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3632
8f14146e
PA
36332017-07-14 Pedro Alves <palves@redhat.com>
3634
3635 * gdb.linespec/base/one/thefile.cc (z1): New function.
3636 * gdb.linespec/base/two/thefile.cc (z2): New function.
3637 * gdb.linespec/linespec.exp: Add tests.
3638
b4365d02
AB
36392017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3640
3641 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3642 to mi_create_breakpoint.
3643
5d2cbaa5
AB
36442017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3645
3646 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3647 mi_create_breakpoint.
3648
11cb5716
IB
36492017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3650
3651 * gdb.dlang/demangle.exp: Update for demangling changes.
3652
03278692
TT
36532017-07-09 Tom Tromey <tom@tromey.com>
3654
3655 * gdb.dwarf2/shortpiece.exp: New file.
3656
33c5cd75
DB
36572017-07-06 David Blaikie <dblaikie@gmail.com>
3658
3659 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3660 built from fissiont-multi-cu{1,2}.c.
3661 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3662 except putting 'main' and 'func' in separate CUs in the same DWO file.
3663 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3664 test.
3665 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3666 test.
3667
8455d262
PA
36682017-07-06 Pedro Alves <palves@redhat.com>
3669
3670 * gdb.python/py-unwind.exp: Test flushregs.
3671
dc4bde35
SDJ
36722017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3673
3674 PR cli/21688
3675 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3676 tests for alias commands and trailing whitespace.
3677
51ed89aa
SDJ
36782017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3679
3680 PR cli/21688
3681 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3682 procedure. Call it.
3683
eb17d413
PA
36842017-06-29 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.base/printcmds.exp: Add tests.
3687
41664b45
DG
36882017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3689
3690 PR gdb/21337
3691 * gdb.base/reread-readsym.exp: New file.
3692 * gdb.base/reread-readsym.c: New file.
3693
75312ae3
KB
36942017-06-21 Kevin Buettner <kevinb@redhat.com>
3695
3696 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3697 subpattern.
3698
66953522
PB
36992017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3700
3701 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3702 extended mnemonic.
3703 * gdb.arch/powerpc-power9.s: Likewise.
3704
5524b525
AA
37052017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3706
3707 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3708 on 32-bit x86 targets. Exploit is_*_target macros where
3709 appropriate.
3710
03c8af18
AA
37112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3712
3713 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3714 register pieces.
3715
3bf31011
AA
37162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3717
3718 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3719 located in one or more DWARF pieces.
3720
805acca0
AA
37212017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3722
3723 * lib/gdb.exp (get_endianness): New proc.
3724 * gdb.arch/aarch64-fp.exp: Use it.
3725 * gdb.arch/altivec-regs.exp: Likewise.
3726 * gdb.arch/e500-regs.exp: Likewise.
3727 * gdb.arch/vsx-regs.exp: Likewise.
3728 * gdb.base/dump.exp: Likewise.
3729 * gdb.base/funcargs.exp: Likewise.
3730 * gdb.base/gnu_vector.exp: Likewise.
3731 * gdb.dwarf2/formdata16.exp: Likewise.
3732 * gdb.dwarf2/implptrpiece.exp: Likewise.
3733 * gdb.dwarf2/nonvar-access.exp: Likewise.
3734 * gdb.python/py-inferior.exp: Likewise.
3735 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3736
e9352324
AA
37372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3738
3739 PR gdb/21226
3740 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3741 stack value pieces are taken from the LSB end.
3742
d5d1163e
AA
37432017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3744
3745 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3746 variable at nonzero offset.
3747
0567c986
AA
37482017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3749
3750 * gdb.dwarf2/var-access.c: New file.
3751 * gdb.dwarf2/var-access.exp: New test.
3752 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3753
973e9aab
TT
37542017-06-12 Tom Tromey <tom@tromey.com>
3755
3756 * gdb.dwarf2/formdata16.exp: Add tests.
3757
d9109c80
TT
37582017-06-12 Tom Tromey <tom@tromey.com>
3759
3760 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3761
30a25466
TT
37622017-06-12 Tom Tromey <tom@tromey.com>
3763
3764 PR exp/16225:
3765 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3766 * gdb.arch/vsx-regs.exp: Update tests.
3767 * gdb.arch/s390-vregs.exp (hex128): New proc.
3768 Update test.
3769 * gdb.arch/altivec-regs.exp: Update tests.
3770
aefd8b33
SDJ
37712017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3772
3773 * gdb.base/startup-with-shell.c: New file.
3774 * gdb.base/startup-with-shell.exp: Likewise.
3775
2090129c
SDJ
37762017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3777
3778 * gdb.server/non-existing-program.exp: Update regex in order to
3779 reflect the fact that gdbserver is now using fork_inferior (with a
3780 shell) to startup the inferior.
3781
8e86a419
SM
37822017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3785 support function calls from GDB.
3786
e6cf65f2
TT
37872017-05-21 Tom Tromey <tom@tromey.com>
3788
3789 PR rust/21466:
3790 * gdb.rust/unsized.exp: New file.
3791 * gdb.rust/unsized.rs: New file.
3792
43cc5389
TT
37932017-05-19 Tom Tromey <tom@tromey.com>
3794
3795 PR rust/21484:
3796 * gdb.rust/watch.exp: New file.
3797 * gdb.rust/watch.rs: New file.
3798
ec8df234
TT
37992017-05-18 Tom Tromey <tom@tromey.com>
3800
3801 * gdb.rust/simple.exp: Allow Box to be qualified.
3802
3e3e7fae
TP
38032017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3804
3805 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3806
59cc050d
PA
38072017-05-18 Pedro Alves <palves@redhat.com>
3808
3809 * gdb.base/fileio.c (test_write, test_read, test_close)
3810 (test_fstat): Don't print 'ret' in the fail path.
3811
c8f6abd1
PA
38122017-05-18 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3815 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3816 (test_system, test_rename, test_unlink, test_time): Change
3817 prototypes.
3818 * gdb.base/fileio.exp (stop_msg): Adjust.
3819
d2a03b77
PA
38202017-05-18 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.base/fileio.c (null_str): New global.
3823 (test_stat): Use it.
3824 * gdb.base/fileio.exp: Remove nowarnings.
3825
0d5c6999
YQ
38262017-05-17 Yao Qi <yao.qi@linaro.org>
3827
3828 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3829
21873064
YQ
38302017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3831
3832 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3833 argument command.
3834 (top-level): Invoke test_set_inferior_tty.
3835
d512d31c
PA
38362017-05-04 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3839 Add parens to print call for Python 3.
3840
90cef2ed
KS
38412017-05-03 Keith Seitz <keiths@redhat.com>
3842
3843 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3844 (main): Call it.
3845
14f819c8
TW
38462017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3847
3848 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3849 to prev and next.
3850
913aeadd
TW
38512017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3852
3853 * gdb.python/py-record-btrace.exp: Remove test for
3854 gdb.BtraceInstruction.error.
3855
a3be24ad
TW
38562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3857
3858 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3859
ae20e79a
TW
38602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3861
3862 * gdb.python/py-record-btrace-threads.c: New file.
3863 * gdb.python/py-record-btrace-threads.exp: New file.
3864
45ce1b47
SDJ
38652017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3866
3867 PR testsuite/8595
3868 * gdb.base/environ.exp: Make test available in all architectures.
3869 Move bits related to "info program" testing to
3870 gdb.base/info-program.exp. Rewrite tests to use the two new
3871 procedures mentione below.
3872 (test_set_show_env_var) New procedure.
3873 (test_set_show_env_var_equal): Likewise.
3874 * gdb.base/info-program.exp: New file.
3875
e15c3eb4
KS
38762017-04-27 Keith Seitz <keiths@redhat.com>
3877
3878 * gdb.cp/oranking.cc (test15): New function.
3879 (main): Call test15 and declare additional variables for testing.
3880 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3881 "p foo101('abc')" tests.
3882 Add tests for cv qualifier overloads.
3883 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3884 "lvalue reference overload" test.
3885 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3886 "print value of f1 on Child&& in f2" test.
3887
3a3fd0fd
PA
38882017-04-19 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3891 procedure.
3892 (top level): Call it.
3893 * lib/gdb.exp (gdb_define_cmd): New procedure.
3894
53375380
PA
38952017-04-12 Pedro Alves <palves@redhat.com>
3896
3897 PR gdb/21323
3898 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3899 (wchar): New global.
3900 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3901 (do_test_wide_char, wide_char_types_no_program, top level): Add
3902 wchar_t testing.
3903
53e710ac
PA
39042017-04-12 Pedro Alves <palves@redhat.com>
3905
3906 PR c++/21323
3907 * gdb.cp/wide_char_types.c: New file.
3908 * gdb.cp/wide_char_types.exp: New file.
3909
0ad9d8c7
SDJ
39102017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3911
3912 PR gdb/21352
3913 * gdb.trace/tsv.exp: Add test for "tsave -r".
3914
b1b45502
IB
39152017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3916
3917 * gdb.dlang/watch-loc.c: New file.
3918 * gdb.dlang/watch-loc.exp: New file.
3919
ec13808e
JK
39202017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3921
3922 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3923
fe5f7374
AK
39242017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3925
3926 * gdb.arch/arc-analyze-prologue.S: New file.
3927 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3928
eea78757
AK
39292017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3930
3931 * gdb.arch/arc-decode-insn.S: New file.
3932 * gdb.arch/arc-decode-insn.exp: Likewise.
3933
5badf10a
IR
39342017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3935
3936 PR tdep/20928
3937 * gdb.arch/sparc64-regs.exp: New file.
3938 * gdb.arch/sparc64-regs.S: Likewise.
3939
cee59b3f
TW
39402017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3941
3942 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3943 and memory view on Python 3.
3944
c0f55cc6
AV
39452017-03-20 Artemiy Volkov <artemiyv@acm.org>
3946 Keith Seitz <keiths@redhat.com>
3947
3948 PR gdb/14441
3949 * gdb.cp/demangle.exp: Add rvalue reference tests.
3950 * gdb.cp/rvalue-ref-casts.cc: New file.
3951 * gdb.cp/rvalue-ref-casts.exp: New file.
3952 * gdb.cp/rvalue-ref-overload.cc: New file.
3953 * gdb.cp/rvalue-ref-overload.exp: New file.
3954 * gdb.cp/rvalue-ref-params.cc: New file.
3955 * gdb.cp/rvalue-ref-params.exp: New file.
3956 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3957 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3958 * gdb.cp/rvalue-ref-types.cc: New file.
3959 * gdb.cp/rvalue-ref-types.exp: New file.
3960 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3961 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3962
51457a05
MAL
39632017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3964
3965 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3966 New procedure.
3967
5b291c04
MAL
39682017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3969
3970 * lib/mi-support.exp (mi_gdb_test): Add additional message
3971 for unexpected output.
3972
59a56148
AA
39732017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3974
3975 * gdb.base/examine-backward.c (Barrier): New character array
3976 constant, to ensure that TestStrings is preceded by a string
3977 terminator.
3978
7942e96e
AA
39792017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3980
3981 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3982 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3983 and implicit pointer into such a location.
3984
6ebac3fb
DE
39852017-03-16 Doug Evans <dje@google.com>
3986
3987 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3988
ec3b243d
TP
39892017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3990
3991 * gdb.cp/m-static.exp: Fix expectation for prototype of
3992 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3993
39942017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3995
3996 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3997 * gdb.guile/scm-lazy-string.c: New file.
3998 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3999 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4000 for pointer, array, typedef lazy strings.
4001
2cc36e25 40022017-03-16 Doug Evans <dje@google.com>
34b43320
DE
4003
4004 PR python/17728, python/18439, python/18779
4005 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4006 * gdb.python/py-lazy-string.c (pointer): New typedef.
4007 (main): New locals ptr, array, typedef_ptr.
4008 * gdb.python/py-value.exp: Move lazy string tests to ...
4009 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4010 array, typedef lazy strings.
ec3b243d 4011
0efcde63
AK
40122017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4013
4014 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4015 Add optional 'test' parameter.
4016
7978d7c3
SM
40172017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4018
4019 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4020 Skip for versions of DejaGnu < 1.5.
4021
896c0c1e
SM
40222017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4023
4024 * lib/gdb.exp (dejagnu_version): New proc.
4025 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4026 Use dejagnu_version.
4027
5f4d1085
KS
40282017-03-10 Keith Seitz <keiths@redhat.com>
4029
4030 PR c++/8128
4031 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4032 type from destructor regexps.
4033 Add a branch which actually passes the test.
4034 Adjust "ptype t5i" test names.
4035
1de05205
PA
40362017-03-08 Pedro Alves <palves@redhat.com>
4037
4038 * gdb.base/step-over-exit.exp: Add explicit test message.
4039
c65d6b55
PA
40402017-03-08 Pedro Alves <palves@redhat.com>
4041
4042 PR gdb/18360
4043 * gdb.threads/interrupt-while-step-over.c: New file.
4044 * gdb.threads/interrupt-while-step-over.exp: New file.
4045
2e86a283
PA
40462017-03-08 Pedro Alves <palves@redhat.com>
4047
4048 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4049 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4050
25dcbff6
PA
40512017-03-08 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4054 PKRU as not supported as a PASS.
4055
dc9366eb
PA
40562017-03-08 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4059 prefix instead of $binfile1/$binfile2.
4060 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4061 in test message.
4062 * gdb.python/py-completion.exp: Use "load python file" as test
4063 messages instead of unstable path names.
4064
6e5d74e7
PA
40652017-03-08 Pedro Alves <palves@redhat.com>
4066 Jan Kratochvil <jan.kratochvil@redhat.com>
4067
4068 PR cli/21218
4069 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4070 New proc.
4071 (top level): Call it.
4072
9753a2f6
PA
40732017-03-08 Pedro Alves <palves@redhat.com>
4074
4075 PR tui/21216
4076 * gdb.tui/tui-nl-filtered-output.exp: New file.
4077
1a4dd9dd
PA
40782017-03-08 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.base/completion.exp: Move TUI completion tests to ...
4081 * gdb.tui/completion.exp: ... this new file.
4082
7cbbff33
PA
40832017-03-08 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/tui-disasm-long-lines.c,
4086 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4087 gdb.base/tui-layout.exp: Move to ...
4088 * gdb.tui/: ... this new directory.
4089
5f6fd321
PA
40902017-03-07 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.base/tui-layout.c: New file.
4093 * gdb.base/tui-layout.exp: New file.
4094
44959fa8
PA
40952017-03-07 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.base/tui-layout.c: Rename to ...
4098 * gdb.base/tui-disasm-long-lines.c: ... this.
4099 * gdb.base/tui-layout.exp: Rename to ...
4100 * gdb.base/tui-disasm-long-lines.exp: ... this.
4101
f8c4e718
PA
41022017-03-07 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4105
6dbb839a 41062017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4107
4108 * i386-mpx-call.c: New file.
4109 * i386-mpx-call.exp: New file.
4110
65b48a81
PB
41112017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4112
4113 * gdb.arch/powerpc-power.exp: Delete test.
4114 * gdb.arch/powerpc-power.s: Likewise.
4115 * gdb.disasm/disassembler-options.exp: New test.
4116 * gdb.arch/powerpc-altivec.exp: Likewise.
4117 * gdb.arch/powerpc-altivec.s: Likewise.
4118 * gdb.arch/powerpc-altivec2.exp: Likewise.
4119 * gdb.arch/powerpc-altivec2.s: Likewise.
4120 * gdb.arch/powerpc-altivec3.exp: Likewise.
4121 * gdb.arch/powerpc-altivec3.s: Likewise.
4122 * gdb.arch/powerpc-power7.exp: Likewise.
4123 * gdb.arch/powerpc-power7.s: Likewise.
4124 * gdb.arch/powerpc-power8.exp: Likewise.
4125 * gdb.arch/powerpc-power8.s: Likewise.
4126 * gdb.arch/powerpc-power9.exp: Likewise.
4127 * gdb.arch/powerpc-power9.s: Likewise.
4128 * gdb.arch/powerpc-vsx.exp: Likewise.
4129 * gdb.arch/powerpc-vsx.s: Likewise.
4130 * gdb.arch/powerpc-vsx2.exp: Likewise.
4131 * gdb.arch/powerpc-vsx2.s: Likewise.
4132 * gdb.arch/powerpc-vsx3.exp: Likewise.
4133 * gdb.arch/powerpc-vsx3.s: Likewise.
4134 * gdb.arch/arm-disassembler-options.exp: Likewise.
4135 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4136 * gdb.arch/s390-disassembler-options.exp: Likewise.
4137
17cd4947
LM
41382017-02-23 Luis Machado <lgustavo@codesourcery.com>
4139
4140 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4141 (check_supported_features): ... this. Changed return type to void.
4142 (supports_rdseed): New static global.
4143 (rdseed): Check supports_rdseed.
4144 (initialize): Call check_supported_features.
4145
2039d74e
EBM
41462017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4147
4148 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4149 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4150 and lqarx/stqcx.
4151 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4152 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4153
a51d7ecf
EBM
41542017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4155
4156 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4157 uppercase.
4158
0224619f
JK
41592017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4160
4161 * gdb.dwarf2/formdata16.c: New file.
4162 * gdb.dwarf2/formdata16.exp: New file.
4163 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4164
216f72a1
JK
41652017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4166
4167 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4168 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4169 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4170 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4171 DW_AT_GNU_*.
4172
43988095
JK
41732017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4174
4175 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4176
99e8a4f9
SDJ
41772017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4178
4179 PR gdb/21164
4180 * gdb.base/maint.exp: Add testcases for when the commands do
4181 not have arguments.
4182
b58a8c0c
TP
41832017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4184
4185 * gdb.cp/chained-calls.exp: Use p instead of P.
4186
4e746bb6
TW
41872017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4188
4189 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4190 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4191
3f77c769
TT
41922017-02-14 Tom Tromey <tom@tromey.com>
4193
4194 PR python/13598:
4195 * gdb.python/py-events.exp: Add before_prompt event tests.
4196
075beec0
AA
41972017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4198
4199 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4200
bf5f525c
LM
42012017-02-13 Luis Machado <lgustavo@codesourcery.com>
4202
4203 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4204 (main): Call my_unique_function_name.
4205 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4206 completion of patterns with a single match.
4207 Add missing -re switches to gdb_test_multiple calls.
4208
13a66184
LM
42092017-02-13 Luis Machado <lgustavo@codesourcery.com>
4210
4211 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4212 return if core file is not recognized.
4213
26a06916
SM
42142017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4215
4216 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4217 and extra UIs.
4218
b761ca9e
SM
42192017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4220
4221 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4222 proc_with_prefix.
4223
b964bee0
TT
42242017-02-10 Tom Tromey <tom@tromey.com>
4225
4226 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4227
18da0c51
MG
42282017-02-10 Martin Galvan <martingalvan@sourceware.org>
4229
4230 PR gdb/21122
4231 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4232
604c4576
JG
42332017-02-08 Jerome Guitton <guitton@adacore.com>
4234
4235 * gdb.base/define.exp: Add test for command abbreviations
4236 in define.
4237
20b477a7
LM
42382017-02-06 Luis Machado <lgustavo@codesourcery.com>
4239
4240 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4241 * gdb.reverse/insn-reverse-x86.c: New file.
4242
3f7b46f2
IR
42432017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4244
4245 PR tdep/20936
4246 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4247
f0fd41c1
TT
42482017-02-03 Tom Tromey <tom@tromey.com>
4249
4250 PR rust/21097:
4251 * gdb.rust/simple.exp: Add new tests.
4252
5be5dbf0
PA
42532017-02-02 Pedro Alves <palves@redhat.com>
4254
4255 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4256 tests.
4257
7346ef59
AA
42582017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4259
4260 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4261 taking a 2-byte value out of a 4-byte DWARF implicit value on
4262 big-endian targets.
4263 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4264 logic. Add test cases for DW_OP_implicit.
4265
787f0025
MM
42662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4267
4268 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4269
68777c29
MM
42702017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4271
4272 * gdb.btrace/enable.exp: Call gdb_exit before
4273 skip_gdbserver_tests.
4274
0a1c7e28
MM
42752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4276
4277 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4278 GDBFLAGS.
4279
b5ac99b0
MM
42802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4281
4282 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4283 the test is skipped.
4284 * gdb.btrace/data.exp: Likewise.
4285 * gdb.btrace/delta.exp: Likewise.
4286 * gdb.btrace/dlopen.exp: Likewise.
4287 * gdb.btrace/enable-running.exp: Likewise.
4288 * gdb.btrace/enable.exp: Likewise.
4289 * gdb.btrace/exception.exp: Likewise.
4290 * gdb.btrace/function_call_history.exp: Likewise.
4291 * gdb.btrace/gcore.exp: Likewise.
4292 * gdb.btrace/instruction_history.exp: Likewise.
4293 * gdb.btrace/multi-thread-step.exp: Likewise.
4294 * gdb.btrace/nohist.exp: Likewise.
4295 * gdb.btrace/non-stop.exp: Likewise.
4296 * gdb.btrace/reconnect.exp: Likewise.
4297 * gdb.btrace/record_goto-step.exp: Likewise.
4298 * gdb.btrace/record_goto.exp: Likewise.
4299 * gdb.btrace/rn-dl-bind.exp: Likewise.
4300 * gdb.btrace/segv.exp: Likewise.
4301 * gdb.btrace/step.exp: Likewise.
4302 * gdb.btrace/stepi.exp: Likewise.
4303 * gdb.btrace/tailcall-only.exp: Likewise.
4304 * gdb.btrace/tailcall.exp: Likewise.
4305 * gdb.btrace/tsx.exp: Likewise.
4306 * gdb.btrace/unknown_functions.exp: Likewise.
4307 * gdb.btrace/vdso.exp: Likewise.
4308
cd4007e4
MM
43092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4310
4311 * gdb.btrace/enable-running.c: New.
4312 * gdb.btrace/enable-running.exp: New.
4313
2735833d
WT
43142017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4315
4316 * gdb.arch/amd64-gs_base.c: New file.
4317 * gdb.arch/amd64-gs_base.exp: New file.
4318
b51e1e94
LM
43192017-01-26 Luis Machado <lgustavo@codesourcery.com>
4320
4321 * lib/memory.exp: Remove spurious empty newlines.
4322
72ca0410
SM
43232017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4324
4325 * gdb.python/py-bad-printers.exp: Load python file using "source".
4326 * gdb.python/py-events.exp: Likewise.
4327 * gdb.python/py-evsignal.exp: Likewise.
4328 * gdb.python/py-evthreads.exp: Likewise.
4329 * gdb.python/py-frame-args.exp: Likewise.
4330 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4331 * gdb.python/py-framefilter-mi.exp: Likewise.
4332 * gdb.python/py-framefilter.exp: Likewise.
4333 * gdb.python/py-mi.exp: Likewise.
4334 * gdb.python/py-pp-maint.exp: Likewise.
4335 * gdb.python/py-pp-registration.exp: Likewise.
4336 * gdb.python/py-prettyprint.exp: Likewise.
4337 (run_lang_tests): Likewise.
4338 * gdb.python/py-typeprint.exp: Likewise.
4339
e309aa65
LM
43402017-01-26 Luis Machado <lgustavo@codesourcery.com>
4341
4342 * lib/memory.exp: New file.
4343 * lib/gdb.exp: Load memory.exp.
4344 * gdb.base/memattr.exp (delete_memory): Move proc to
4345 lib/memory.exp and rename to delete_memory_regions.
4346 Replace delete_memory with delete_memory_regions.
4347 Cleanup memory regions before tests.
4348 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4349 before tests.
4350
515aff23
LM
43512017-01-26 Luis Machado <lgustavo@codesourcery.com>
4352
4353 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4354 files.
4355 (initialize): New function conditionally defined.
4356 (testcases): Move within conditional block.
4357 (main): Call initialize.
4358 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4359 of gdb.reverse/insn-reverse.c.
4360 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4361 gdb.reverse/insn-reverse.c.
4362
d8b49cf0
YQ
43632017-01-26 Yao Qi <yao.qi@linaro.org>
4364
4365 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4366 disassemble on address 0.
4367
f13a9a0c
YQ
43682017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4369 Yao Qi <yao.qi@linaro.org>
4370
4371 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4372 * gdb.dwarf2/implptr-64bit.S: Remove.
4373 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4374 variables in caller's context. Add DW_OP_implicit_value.
4375
5ac95241
YQ
43762017-01-25 Yao Qi <yao.qi@linaro.org>
4377
4378 * lib/dwarf.exp (Dwarf::_location): Handle
4379 DW_OP_GNU_implicit_pointer with proper size.
4380
23e82930
LM
43812017-01-20 Luis Machado <lgustavo@codesourcery.com>
4382
4383 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4384 and add untested calls.
4385
d334ae25
LM
43862017-01-20 Luis Machado <lgustavo@codesourcery.com>
4387
4388 * gdb.python/python.exp: Check line number against what GDB thinks
4389 the line number is for func1.
4390
f5e6296e
IB
43912017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4392
4393 * gdb.dlang/debug-expr.exp: New file.
4394
5b362f04
LM
43952016-12-23 Luis Machado <lgustavo@codesourcery.com>
4396
4397 Fix test names for the following files:
4398
4399 * gdb.ada/exec_changed.exp
4400 * gdb.ada/info_types.exp
4401 * gdb.arch/aarch64-atomic-inst.exp
4402 * gdb.arch/aarch64-fp.exp
4403 * gdb.arch/altivec-abi.exp
4404 * gdb.arch/altivec-regs.exp
4405 * gdb.arch/amd64-byte.exp
4406 * gdb.arch/amd64-disp-step.exp
4407 * gdb.arch/amd64-dword.exp
4408 * gdb.arch/amd64-entry-value-inline.exp
4409 * gdb.arch/amd64-entry-value-param.exp
4410 * gdb.arch/amd64-entry-value-paramref.exp
4411 * gdb.arch/amd64-entry-value.exp
4412 * gdb.arch/amd64-i386-address.exp
4413 * gdb.arch/amd64-invalid-stack-middle.exp
4414 * gdb.arch/amd64-invalid-stack-top.exp
4415 * gdb.arch/amd64-optimout-repeat.exp
4416 * gdb.arch/amd64-prologue-skip.exp
4417 * gdb.arch/amd64-prologue-xmm.exp
4418 * gdb.arch/amd64-stap-special-operands.exp
4419 * gdb.arch/amd64-stap-wrong-subexp.exp
4420 * gdb.arch/amd64-tailcall-cxx.exp
4421 * gdb.arch/amd64-tailcall-noret.exp
4422 * gdb.arch/amd64-tailcall-ret.exp
4423 * gdb.arch/amd64-tailcall-self.exp
4424 * gdb.arch/amd64-word.exp
4425 * gdb.arch/arm-bl-branch-dest.exp
4426 * gdb.arch/arm-disp-step.exp
4427 * gdb.arch/arm-neon.exp
4428 * gdb.arch/arm-single-step-kernel-helper.exp
4429 * gdb.arch/avr-flash-qualifier.exp
4430 * gdb.arch/disp-step-insn-reloc.exp
4431 * gdb.arch/e500-abi.exp
4432 * gdb.arch/e500-regs.exp
4433 * gdb.arch/ftrace-insn-reloc.exp
4434 * gdb.arch/i386-avx512.exp
4435 * gdb.arch/i386-bp_permanent.exp
4436 * gdb.arch/i386-byte.exp
4437 * gdb.arch/i386-cfi-notcurrent.exp
4438 * gdb.arch/i386-disp-step.exp
4439 * gdb.arch/i386-dr3-watch.exp
4440 * gdb.arch/i386-float.exp
4441 * gdb.arch/i386-gnu-cfi.exp
4442 * gdb.arch/i386-mpx-map.exp
4443 * gdb.arch/i386-mpx-sigsegv.exp
4444 * gdb.arch/i386-mpx-simple_segv.exp
4445 * gdb.arch/i386-mpx.exp
4446 * gdb.arch/i386-permbkpt.exp
4447 * gdb.arch/i386-prologue.exp
4448 * gdb.arch/i386-signal.exp
4449 * gdb.arch/i386-size-overlap.exp
4450 * gdb.arch/i386-unwind.exp
4451 * gdb.arch/i386-word.exp
4452 * gdb.arch/mips-fcr.exp
4453 * gdb.arch/powerpc-d128-regs.exp
4454 * gdb.arch/powerpc-stackless.exp
4455 * gdb.arch/ppc64-atomic-inst.exp
4456 * gdb.arch/s390-stackless.exp
4457 * gdb.arch/s390-tdbregs.exp
4458 * gdb.arch/s390-vregs.exp
4459 * gdb.arch/sparc-sysstep.exp
4460 * gdb.arch/thumb-bx-pc.exp
4461 * gdb.arch/thumb-singlestep.exp
4462 * gdb.arch/thumb2-it.exp
4463 * gdb.arch/vsx-regs.exp
4464 * gdb.asm/asm-source.exp
4465 * gdb.base/a2-run.exp
4466 * gdb.base/advance.exp
4467 * gdb.base/all-bin.exp
4468 * gdb.base/anon.exp
4469 * gdb.base/args.exp
4470 * gdb.base/arithmet.exp
4471 * gdb.base/async-shell.exp
4472 * gdb.base/async.exp
4473 * gdb.base/attach-pie-noexec.exp
4474 * gdb.base/attach-twice.exp
4475 * gdb.base/auto-load.exp
4476 * gdb.base/bang.exp
4477 * gdb.base/bitfields.exp
4478 * gdb.base/break-always.exp
4479 * gdb.base/break-caller-line.exp
4480 * gdb.base/break-entry.exp
4481 * gdb.base/break-inline.exp
4482 * gdb.base/break-on-linker-gcd-function.exp
4483 * gdb.base/break-probes.exp
4484 * gdb.base/break.exp
4485 * gdb.base/breakpoint-shadow.exp
4486 * gdb.base/call-ar-st.exp
4487 * gdb.base/call-sc.exp
4488 * gdb.base/call-signal-resume.exp
4489 * gdb.base/call-strs.exp
4490 * gdb.base/callfuncs.exp
4491 * gdb.base/catch-fork-static.exp
4492 * gdb.base/catch-gdb-caused-signals.exp
4493 * gdb.base/catch-load.exp
4494 * gdb.base/catch-signal-fork.exp
4495 * gdb.base/catch-signal.exp
4496 * gdb.base/catch-syscall.exp
4497 * gdb.base/charset.exp
4498 * gdb.base/checkpoint.exp
4499 * gdb.base/chng-syms.exp
4500 * gdb.base/code-expr.exp
4501 * gdb.base/code_elim.exp
4502 * gdb.base/commands.exp
4503 * gdb.base/completion.exp
4504 * gdb.base/complex.exp
4505 * gdb.base/cond-expr.exp
4506 * gdb.base/condbreak.exp
4507 * gdb.base/consecutive.exp
4508 * gdb.base/continue-all-already-running.exp
4509 * gdb.base/coredump-filter.exp
4510 * gdb.base/corefile.exp
4511 * gdb.base/dbx.exp
4512 * gdb.base/debug-expr.exp
4513 * gdb.base/define.exp
4514 * gdb.base/del.exp
4515 * gdb.base/disabled-location.exp
4516 * gdb.base/disasm-end-cu.exp
4517 * gdb.base/disasm-optim.exp
4518 * gdb.base/display.exp
4519 * gdb.base/duplicate-bp.exp
4520 * gdb.base/ena-dis-br.exp
4521 * gdb.base/ending-run.exp
4522 * gdb.base/enumval.exp
4523 * gdb.base/environ.exp
4524 * gdb.base/eu-strip-infcall.exp
4525 * gdb.base/eval-avoid-side-effects.exp
4526 * gdb.base/eval-skip.exp
4527 * gdb.base/exitsignal.exp
4528 * gdb.base/expand-psymtabs.exp
4529 * gdb.base/filesym.exp
4530 * gdb.base/find-unmapped.exp
4531 * gdb.base/finish.exp
4532 * gdb.base/float.exp
4533 * gdb.base/foll-exec-mode.exp
4534 * gdb.base/foll-exec.exp
4535 * gdb.base/foll-fork.exp
4536 * gdb.base/fortran-sym-case.exp
4537 * gdb.base/freebpcmd.exp
4538 * gdb.base/func-ptr.exp
4539 * gdb.base/func-ptrs.exp
4540 * gdb.base/funcargs.exp
4541 * gdb.base/gcore-buffer-overflow.exp
4542 * gdb.base/gcore-relro-pie.exp
4543 * gdb.base/gcore-relro.exp
4544 * gdb.base/gcore.exp
4545 * gdb.base/gdb1090.exp
4546 * gdb.base/gdb11530.exp
4547 * gdb.base/gdb11531.exp
4548 * gdb.base/gdb1821.exp
4549 * gdb.base/gdbindex-stabs.exp
4550 * gdb.base/gdbvars.exp
4551 * gdb.base/hbreak.exp
4552 * gdb.base/hbreak2.exp
4553 * gdb.base/included.exp
4554 * gdb.base/infcall-input.exp
4555 * gdb.base/inferior-died.exp
4556 * gdb.base/infnan.exp
4557 * gdb.base/info-macros.exp
4558 * gdb.base/info-os.exp
4559 * gdb.base/info-proc.exp
4560 * gdb.base/info-shared.exp
4561 * gdb.base/info-target.exp
4562 * gdb.base/infoline.exp
4563 * gdb.base/interp.exp
4564 * gdb.base/interrupt.exp
4565 * gdb.base/jit-reader.exp
4566 * gdb.base/jit-simple.exp
4567 * gdb.base/kill-after-signal.exp
4568 * gdb.base/kill-detach-inferiors-cmd.exp
4569 * gdb.base/label.exp
4570 * gdb.base/langs.exp
4571 * gdb.base/ldbl_e308.exp
4572 * gdb.base/line-symtabs.exp
4573 * gdb.base/linespecs.exp
4574 * gdb.base/list.exp
4575 * gdb.base/long_long.exp
4576 * gdb.base/longest-types.exp
4577 * gdb.base/maint.exp
4578 * gdb.base/max-value-size.exp
4579 * gdb.base/memattr.exp
4580 * gdb.base/mips_pro.exp
4581 * gdb.base/morestack.exp
4582 * gdb.base/moribund-step.exp
4583 * gdb.base/multi-forks.exp
4584 * gdb.base/nested-addr.exp
4585 * gdb.base/nextoverexit.exp
4586 * gdb.base/noreturn-finish.exp
4587 * gdb.base/noreturn-return.exp
4588 * gdb.base/nostdlib.exp
4589 * gdb.base/offsets.exp
4590 * gdb.base/opaque.exp
4591 * gdb.base/pc-fp.exp
4592 * gdb.base/permissions.exp
4593 * gdb.base/print-symbol-loading.exp
4594 * gdb.base/prologue-include.exp
4595 * gdb.base/psymtab.exp
4596 * gdb.base/ptype.exp
4597 * gdb.base/random-signal.exp
4598 * gdb.base/randomize.exp
4599 * gdb.base/range-stepping.exp
4600 * gdb.base/readline-ask.exp
4601 * gdb.base/recpar.exp
4602 * gdb.base/recurse.exp
4603 * gdb.base/relational.exp
4604 * gdb.base/restore.exp
4605 * gdb.base/return-nodebug.exp
4606 * gdb.base/return.exp
4607 * gdb.base/run-after-attach.exp
4608 * gdb.base/save-bp.exp
4609 * gdb.base/scope.exp
4610 * gdb.base/sect-cmd.exp
4611 * gdb.base/set-lang-auto.exp
4612 * gdb.base/set-noassign.exp
4613 * gdb.base/setvar.exp
4614 * gdb.base/sigall.exp
4615 * gdb.base/sigbpt.exp
4616 * gdb.base/siginfo-addr.exp
4617 * gdb.base/siginfo-infcall.exp
4618 * gdb.base/siginfo-obj.exp
4619 * gdb.base/siginfo.exp
4620 * gdb.base/signals-state-child.exp
4621 * gdb.base/signest.exp
4622 * gdb.base/sigstep.exp
4623 * gdb.base/sizeof.exp
4624 * gdb.base/skip.exp
4625 * gdb.base/solib-corrupted.exp
4626 * gdb.base/solib-nodir.exp
4627 * gdb.base/solib-search.exp
4628 * gdb.base/stack-checking.exp
4629 * gdb.base/stale-infcall.exp
4630 * gdb.base/stap-probe.exp
4631 * gdb.base/start.exp
4632 * gdb.base/step-break.exp
4633 * gdb.base/step-bt.exp
4634 * gdb.base/step-line.exp
4635 * gdb.base/step-over-exit.exp
4636 * gdb.base/step-over-syscall.exp
4637 * gdb.base/step-resume-infcall.exp
4638 * gdb.base/step-test.exp
4639 * gdb.base/store.exp
4640 * gdb.base/structs3.exp
4641 * gdb.base/sym-file.exp
4642 * gdb.base/symbol-without-target_section.exp
4643 * gdb.base/term.exp
4644 * gdb.base/testenv.exp
4645 * gdb.base/ui-redirect.exp
4646 * gdb.base/until.exp
4647 * gdb.base/unwindonsignal.exp
4648 * gdb.base/value-double-free.exp
4649 * gdb.base/vla-datatypes.exp
4650 * gdb.base/vla-ptr.exp
4651 * gdb.base/vla-sideeffect.exp
4652 * gdb.base/volatile.exp
4653 * gdb.base/watch-cond-infcall.exp
4654 * gdb.base/watch-cond.exp
4655 * gdb.base/watch-non-mem.exp
4656 * gdb.base/watch-read.exp
4657 * gdb.base/watch-vfork.exp
4658 * gdb.base/watchpoint-cond-gone.exp
4659 * gdb.base/watchpoint-delete.exp
4660 * gdb.base/watchpoint-hw-hit-once.exp
4661 * gdb.base/watchpoint-hw.exp
4662 * gdb.base/watchpoint-stops-at-right-insn.exp
4663 * gdb.base/watchpoints.exp
4664 * gdb.base/wchar.exp
4665 * gdb.base/whatis-exp.exp
4666 * gdb.btrace/buffer-size.exp
4667 * gdb.btrace/data.exp
4668 * gdb.btrace/delta.exp
4669 * gdb.btrace/dlopen.exp
4670 * gdb.btrace/enable.exp
4671 * gdb.btrace/exception.exp
4672 * gdb.btrace/function_call_history.exp
4673 * gdb.btrace/gcore.exp
4674 * gdb.btrace/instruction_history.exp
4675 * gdb.btrace/nohist.exp
4676 * gdb.btrace/reconnect.exp
4677 * gdb.btrace/record_goto-step.exp
4678 * gdb.btrace/record_goto.exp
4679 * gdb.btrace/rn-dl-bind.exp
4680 * gdb.btrace/segv.exp
4681 * gdb.btrace/step.exp
4682 * gdb.btrace/stepi.exp
4683 * gdb.btrace/tailcall-only.exp
4684 * gdb.btrace/tailcall.exp
4685 * gdb.btrace/tsx.exp
4686 * gdb.btrace/unknown_functions.exp
4687 * gdb.btrace/vdso.exp
4688 * gdb.compile/compile-ifunc.exp
4689 * gdb.compile/compile-ops.exp
4690 * gdb.compile/compile-print.exp
4691 * gdb.compile/compile-setjmp.exp
4692 * gdb.cp/abstract-origin.exp
4693 * gdb.cp/ambiguous.exp
4694 * gdb.cp/annota2.exp
4695 * gdb.cp/annota3.exp
4696 * gdb.cp/anon-ns.exp
4697 * gdb.cp/anon-struct.exp
4698 * gdb.cp/anon-union.exp
4699 * gdb.cp/arg-reference.exp
4700 * gdb.cp/baseenum.exp
4701 * gdb.cp/bool.exp
4702 * gdb.cp/breakpoint.exp
4703 * gdb.cp/bs15503.exp
4704 * gdb.cp/call-c.exp
4705 * gdb.cp/casts.exp
4706 * gdb.cp/chained-calls.exp
4707 * gdb.cp/class2.exp
4708 * gdb.cp/classes.exp
4709 * gdb.cp/cmpd-minsyms.exp
4710 * gdb.cp/converts.exp
4711 * gdb.cp/cp-relocate.exp
4712 * gdb.cp/cpcompletion.exp
4713 * gdb.cp/cpexprs.exp
4714 * gdb.cp/cplabel.exp
4715 * gdb.cp/cplusfuncs.exp
4716 * gdb.cp/cpsizeof.exp
4717 * gdb.cp/ctti.exp
4718 * gdb.cp/derivation.exp
4719 * gdb.cp/destrprint.exp
4720 * gdb.cp/dispcxx.exp
4721 * gdb.cp/enum-class.exp
4722 * gdb.cp/exception.exp
4723 * gdb.cp/exceptprint.exp
4724 * gdb.cp/expand-psymtabs-cxx.exp
4725 * gdb.cp/expand-sals.exp
4726 * gdb.cp/extern-c.exp
4727 * gdb.cp/filename.exp
4728 * gdb.cp/formatted-ref.exp
4729 * gdb.cp/fpointer.exp
4730 * gdb.cp/gdb1355.exp
4731 * gdb.cp/gdb2495.exp
4732 * gdb.cp/hang.exp
4733 * gdb.cp/impl-this.exp
4734 * gdb.cp/infcall-dlopen.exp
4735 * gdb.cp/inherit.exp
4736 * gdb.cp/iostream.exp
4737 * gdb.cp/koenig.exp
4738 * gdb.cp/local.exp
4739 * gdb.cp/m-data.exp
4740 * gdb.cp/m-static.exp
4741 * gdb.cp/mb-ctor.exp
4742 * gdb.cp/mb-inline.exp
4743 * gdb.cp/mb-templates.exp
4744 * gdb.cp/member-name.exp
4745 * gdb.cp/member-ptr.exp
4746 * gdb.cp/meth-typedefs.exp
4747 * gdb.cp/method.exp
4748 * gdb.cp/method2.exp
4749 * gdb.cp/minsym-fallback.exp
4750 * gdb.cp/misc.exp
4751 * gdb.cp/namelessclass.exp
4752 * gdb.cp/namespace-enum.exp
4753 * gdb.cp/namespace-nested-import.exp
4754 * gdb.cp/namespace.exp
4755 * gdb.cp/nextoverthrow.exp
4756 * gdb.cp/no-dmgl-verbose.exp
4757 * gdb.cp/non-trivial-retval.exp
4758 * gdb.cp/noparam.exp
4759 * gdb.cp/nsdecl.exp
4760 * gdb.cp/nsimport.exp
4761 * gdb.cp/nsnested.exp
4762 * gdb.cp/nsnoimports.exp
4763 * gdb.cp/nsrecurs.exp
4764 * gdb.cp/nsstress.exp
4765 * gdb.cp/nsusing.exp
4766 * gdb.cp/operator.exp
4767 * gdb.cp/oranking.exp
4768 * gdb.cp/overload-const.exp
4769 * gdb.cp/overload.exp
4770 * gdb.cp/ovldbreak.exp
4771 * gdb.cp/ovsrch.exp
4772 * gdb.cp/paren-type.exp
4773 * gdb.cp/parse-lang.exp
4774 * gdb.cp/pass-by-ref.exp
4775 * gdb.cp/pr-1023.exp
4776 * gdb.cp/pr-1210.exp
4777 * gdb.cp/pr-574.exp
4778 * gdb.cp/pr10687.exp
4779 * gdb.cp/pr12028.exp
4780 * gdb.cp/pr17132.exp
4781 * gdb.cp/pr17494.exp
4782 * gdb.cp/pr9067.exp
4783 * gdb.cp/pr9167.exp
4784 * gdb.cp/pr9631.exp
4785 * gdb.cp/printmethod.exp
4786 * gdb.cp/psmang.exp
4787 * gdb.cp/psymtab-parameter.exp
4788 * gdb.cp/ptype-cv-cp.exp
4789 * gdb.cp/ptype-flags.exp
4790 * gdb.cp/re-set-overloaded.exp
4791 * gdb.cp/ref-types.exp
4792 * gdb.cp/rtti.exp
4793 * gdb.cp/scope-err.exp
4794 * gdb.cp/shadow.exp
4795 * gdb.cp/smartp.exp
4796 * gdb.cp/static-method.exp
4797 * gdb.cp/static-print-quit.exp
4798 * gdb.cp/temargs.exp
4799 * gdb.cp/templates.exp
4800 * gdb.cp/try_catch.exp
4801 * gdb.cp/typedef-operator.exp
4802 * gdb.cp/typeid.exp
4803 * gdb.cp/userdef.exp
4804 * gdb.cp/using-crash.exp
4805 * gdb.cp/var-tag.exp
4806 * gdb.cp/virtbase.exp
4807 * gdb.cp/virtfunc.exp
4808 * gdb.cp/virtfunc2.exp
4809 * gdb.cp/vla-cxx.exp
4810 * gdb.disasm/t01_mov.exp
4811 * gdb.disasm/t02_mova.exp
4812 * gdb.disasm/t03_add.exp
4813 * gdb.disasm/t04_sub.exp
4814 * gdb.disasm/t05_cmp.exp
4815 * gdb.disasm/t06_ari2.exp
4816 * gdb.disasm/t07_ari3.exp
4817 * gdb.disasm/t08_or.exp
4818 * gdb.disasm/t09_xor.exp
4819 * gdb.disasm/t10_and.exp
4820 * gdb.disasm/t11_logs.exp
4821 * gdb.disasm/t12_bit.exp
4822 * gdb.disasm/t13_otr.exp
4823 * gdb.dlang/circular.exp
4824 * gdb.dwarf2/arr-stride.exp
4825 * gdb.dwarf2/arr-subrange.exp
4826 * gdb.dwarf2/atomic-type.exp
4827 * gdb.dwarf2/bad-regnum.exp
4828 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4829 * gdb.dwarf2/callframecfa.exp
4830 * gdb.dwarf2/clztest.exp
4831 * gdb.dwarf2/corrupt.exp
4832 * gdb.dwarf2/data-loc.exp
4833 * gdb.dwarf2/dup-psym.exp
4834 * gdb.dwarf2/dw2-anon-mptr.exp
4835 * gdb.dwarf2/dw2-anonymous-func.exp
4836 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4837 * gdb.dwarf2/dw2-bad-unresolved.exp
4838 * gdb.dwarf2/dw2-basic.exp
4839 * gdb.dwarf2/dw2-canonicalize-type.exp
4840 * gdb.dwarf2/dw2-case-insensitive.exp
4841 * gdb.dwarf2/dw2-common-block.exp
4842 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4843 * gdb.dwarf2/dw2-compressed.exp
4844 * gdb.dwarf2/dw2-const.exp
4845 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4846 * gdb.dwarf2/dw2-cu-size.exp
4847 * gdb.dwarf2/dw2-dup-frame.exp
4848 * gdb.dwarf2/dw2-entry-value.exp
4849 * gdb.dwarf2/dw2-icycle.exp
4850 * gdb.dwarf2/dw2-ifort-parameter.exp
4851 * gdb.dwarf2/dw2-inline-break.exp
4852 * gdb.dwarf2/dw2-inline-param.exp
4853 * gdb.dwarf2/dw2-intercu.exp
4854 * gdb.dwarf2/dw2-intermix.exp
4855 * gdb.dwarf2/dw2-lexical-block-bare.exp
4856 * gdb.dwarf2/dw2-linkage-name-trust.exp
4857 * gdb.dwarf2/dw2-minsym-in-cu.exp
4858 * gdb.dwarf2/dw2-noloc.exp
4859 * gdb.dwarf2/dw2-op-call.exp
4860 * gdb.dwarf2/dw2-op-out-param.exp
4861 * gdb.dwarf2/dw2-opt-structptr.exp
4862 * gdb.dwarf2/dw2-param-error.exp
4863 * gdb.dwarf2/dw2-producer.exp
4864 * gdb.dwarf2/dw2-ranges-base.exp
4865 * gdb.dwarf2/dw2-ref-missing-frame.exp
4866 * gdb.dwarf2/dw2-reg-undefined.exp
4867 * gdb.dwarf2/dw2-regno-invalid.exp
4868 * gdb.dwarf2/dw2-restore.exp
4869 * gdb.dwarf2/dw2-restrict.exp
4870 * gdb.dwarf2/dw2-single-line-discriminators.exp
4871 * gdb.dwarf2/dw2-strp.exp
4872 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4873 * gdb.dwarf2/dw2-unresolved.exp
4874 * gdb.dwarf2/dw2-var-zero-addr.exp
4875 * gdb.dwarf2/dw4-sig-types.exp
4876 * gdb.dwarf2/dwz.exp
4877 * gdb.dwarf2/dynarr-ptr.exp
4878 * gdb.dwarf2/enum-type.exp
4879 * gdb.dwarf2/gdb-index.exp
4880 * gdb.dwarf2/implptr-64bit.exp
4881 * gdb.dwarf2/implptr-optimized-out.exp
4882 * gdb.dwarf2/implptr.exp
4883 * gdb.dwarf2/implref-array.exp
4884 * gdb.dwarf2/implref-const.exp
4885 * gdb.dwarf2/implref-global.exp
4886 * gdb.dwarf2/implref-struct.exp
4887 * gdb.dwarf2/mac-fileno.exp
4888 * gdb.dwarf2/main-subprogram.exp
4889 * gdb.dwarf2/member-ptr-forwardref.exp
4890 * gdb.dwarf2/method-ptr.exp
4891 * gdb.dwarf2/missing-sig-type.exp
4892 * gdb.dwarf2/nonvar-access.exp
4893 * gdb.dwarf2/opaque-type-lookup.exp
4894 * gdb.dwarf2/pieces-optimized-out.exp
4895 * gdb.dwarf2/pieces.exp
4896 * gdb.dwarf2/pr10770.exp
4897 * gdb.dwarf2/pr13961.exp
4898 * gdb.dwarf2/staticvirtual.exp
4899 * gdb.dwarf2/subrange.exp
4900 * gdb.dwarf2/symtab-producer.exp
4901 * gdb.dwarf2/trace-crash.exp
4902 * gdb.dwarf2/typeddwarf.exp
4903 * gdb.dwarf2/valop.exp
4904 * gdb.dwarf2/watch-notconst.exp
4905 * gdb.fortran/array-element.exp
4906 * gdb.fortran/charset.exp
4907 * gdb.fortran/common-block.exp
4908 * gdb.fortran/complex.exp
4909 * gdb.fortran/derived-type-function.exp
4910 * gdb.fortran/derived-type.exp
4911 * gdb.fortran/logical.exp
4912 * gdb.fortran/module.exp
4913 * gdb.fortran/multi-dim.exp
4914 * gdb.fortran/nested-funcs.exp
4915 * gdb.fortran/print-formatted.exp
4916 * gdb.fortran/subarray.exp
4917 * gdb.fortran/vla-alloc-assoc.exp
4918 * gdb.fortran/vla-datatypes.exp
4919 * gdb.fortran/vla-history.exp
4920 * gdb.fortran/vla-ptr-info.exp
4921 * gdb.fortran/vla-ptype-sub.exp
4922 * gdb.fortran/vla-ptype.exp
4923 * gdb.fortran/vla-sizeof.exp
4924 * gdb.fortran/vla-type.exp
4925 * gdb.fortran/vla-value-sub-arbitrary.exp
4926 * gdb.fortran/vla-value-sub-finish.exp
4927 * gdb.fortran/vla-value-sub.exp
4928 * gdb.fortran/vla-value.exp
4929 * gdb.fortran/whatis_type.exp
4930 * gdb.go/chan.exp
4931 * gdb.go/handcall.exp
4932 * gdb.go/hello.exp
4933 * gdb.go/integers.exp
4934 * gdb.go/methods.exp
4935 * gdb.go/package.exp
4936 * gdb.go/strings.exp
4937 * gdb.go/types.exp
4938 * gdb.go/unsafe.exp
4939 * gdb.guile/scm-arch.exp
4940 * gdb.guile/scm-block.exp
4941 * gdb.guile/scm-breakpoint.exp
4942 * gdb.guile/scm-cmd.exp
4943 * gdb.guile/scm-disasm.exp
4944 * gdb.guile/scm-equal.exp
4945 * gdb.guile/scm-frame-args.exp
4946 * gdb.guile/scm-frame-inline.exp
4947 * gdb.guile/scm-frame.exp
4948 * gdb.guile/scm-iterator.exp
4949 * gdb.guile/scm-math.exp
4950 * gdb.guile/scm-objfile.exp
4951 * gdb.guile/scm-ports.exp
4952 * gdb.guile/scm-symbol.exp
4953 * gdb.guile/scm-symtab.exp
4954 * gdb.guile/scm-value-cc.exp
4955 * gdb.guile/types-module.exp
4956 * gdb.linespec/break-ask.exp
4957 * gdb.linespec/cpexplicit.exp
4958 * gdb.linespec/explicit.exp
4959 * gdb.linespec/keywords.exp
4960 * gdb.linespec/linespec.exp
4961 * gdb.linespec/ls-dollar.exp
4962 * gdb.linespec/ls-errs.exp
4963 * gdb.linespec/skip-two.exp
4964 * gdb.linespec/thread.exp
4965 * gdb.mi/mi-async.exp
4966 * gdb.mi/mi-basics.exp
4967 * gdb.mi/mi-break.exp
4968 * gdb.mi/mi-catch-load.exp
4969 * gdb.mi/mi-cli.exp
4970 * gdb.mi/mi-cmd-param-changed.exp
4971 * gdb.mi/mi-console.exp
4972 * gdb.mi/mi-detach.exp
4973 * gdb.mi/mi-disassemble.exp
4974 * gdb.mi/mi-eval.exp
4975 * gdb.mi/mi-file-transfer.exp
4976 * gdb.mi/mi-file.exp
4977 * gdb.mi/mi-fill-memory.exp
4978 * gdb.mi/mi-inheritance-syntax-error.exp
4979 * gdb.mi/mi-linespec-err-cp.exp
4980 * gdb.mi/mi-logging.exp
4981 * gdb.mi/mi-memory-changed.exp
4982 * gdb.mi/mi-read-memory.exp
4983 * gdb.mi/mi-record-changed.exp
4984 * gdb.mi/mi-reg-undefined.exp
4985 * gdb.mi/mi-regs.exp
4986 * gdb.mi/mi-return.exp
4987 * gdb.mi/mi-reverse.exp
4988 * gdb.mi/mi-simplerun.exp
4989 * gdb.mi/mi-solib.exp
4990 * gdb.mi/mi-stack.exp
4991 * gdb.mi/mi-stepi.exp
4992 * gdb.mi/mi-syn-frame.exp
4993 * gdb.mi/mi-until.exp
4994 * gdb.mi/mi-var-block.exp
4995 * gdb.mi/mi-var-child.exp
4996 * gdb.mi/mi-var-cmd.exp
4997 * gdb.mi/mi-var-cp.exp
4998 * gdb.mi/mi-var-display.exp
4999 * gdb.mi/mi-var-invalidate.exp
5000 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5001 * gdb.mi/mi-vla-fortran.exp
5002 * gdb.mi/mi-watch.exp
5003 * gdb.mi/mi2-var-child.exp
5004 * gdb.mi/user-selected-context-sync.exp
5005 * gdb.modula2/unbounded-array.exp
5006 * gdb.multi/dummy-frame-restore.exp
5007 * gdb.multi/multi-arch-exec.exp
5008 * gdb.multi/multi-arch.exp
5009 * gdb.multi/tids.exp
5010 * gdb.multi/watchpoint-multi.exp
5011 * gdb.opencl/callfuncs.exp
5012 * gdb.opencl/convs_casts.exp
5013 * gdb.opencl/datatypes.exp
5014 * gdb.opencl/operators.exp
5015 * gdb.opencl/vec_comps.exp
5016 * gdb.opt/clobbered-registers-O2.exp
5017 * gdb.opt/inline-break.exp
5018 * gdb.opt/inline-bt.exp
5019 * gdb.opt/inline-cmds.exp
5020 * gdb.opt/inline-locals.exp
5021 * gdb.pascal/case-insensitive-symbols.exp
5022 * gdb.pascal/floats.exp
5023 * gdb.pascal/gdb11492.exp
5024 * gdb.python/lib-types.exp
5025 * gdb.python/py-arch.exp
5026 * gdb.python/py-as-string.exp
5027 * gdb.python/py-bad-printers.exp
5028 * gdb.python/py-block.exp
5029 * gdb.python/py-breakpoint-create-fail.exp
5030 * gdb.python/py-breakpoint.exp
5031 * gdb.python/py-caller-is.exp
5032 * gdb.python/py-cmd.exp
5033 * gdb.python/py-explore-cc.exp
5034 * gdb.python/py-explore.exp
5035 * gdb.python/py-finish-breakpoint.exp
5036 * gdb.python/py-finish-breakpoint2.exp
5037 * gdb.python/py-frame-args.exp
5038 * gdb.python/py-frame-inline.exp
5039 * gdb.python/py-frame.exp
5040 * gdb.python/py-framefilter-mi.exp
5041 * gdb.python/py-infthread.exp
5042 * gdb.python/py-lazy-string.exp
5043 * gdb.python/py-linetable.exp
5044 * gdb.python/py-mi-events.exp
5045 * gdb.python/py-mi-objfile.exp
5046 * gdb.python/py-mi.exp
5047 * gdb.python/py-objfile.exp
5048 * gdb.python/py-pp-integral.exp
5049 * gdb.python/py-pp-maint.exp
5050 * gdb.python/py-pp-re-notag.exp
5051 * gdb.python/py-pp-registration.exp
5052 * gdb.python/py-recurse-unwind.exp
5053 * gdb.python/py-strfns.exp
5054 * gdb.python/py-symbol.exp
5055 * gdb.python/py-symtab.exp
5056 * gdb.python/py-sync-interp.exp
5057 * gdb.python/py-typeprint.exp
5058 * gdb.python/py-unwind-maint.exp
5059 * gdb.python/py-unwind.exp
5060 * gdb.python/py-value-cc.exp
5061 * gdb.python/py-xmethods.exp
5062 * gdb.reverse/amd64-tailcall-reverse.exp
5063 * gdb.reverse/break-precsave.exp
5064 * gdb.reverse/break-reverse.exp
5065 * gdb.reverse/consecutive-precsave.exp
5066 * gdb.reverse/consecutive-reverse.exp
5067 * gdb.reverse/finish-precsave.exp
5068 * gdb.reverse/finish-reverse-bkpt.exp
5069 * gdb.reverse/finish-reverse.exp
5070 * gdb.reverse/fstatat-reverse.exp
5071 * gdb.reverse/getresuid-reverse.exp
5072 * gdb.reverse/i386-precsave.exp
5073 * gdb.reverse/i386-reverse.exp
5074 * gdb.reverse/i386-sse-reverse.exp
5075 * gdb.reverse/i387-env-reverse.exp
5076 * gdb.reverse/i387-stack-reverse.exp
5077 * gdb.reverse/insn-reverse.exp
5078 * gdb.reverse/machinestate-precsave.exp
5079 * gdb.reverse/machinestate.exp
5080 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5081 * gdb.reverse/pipe-reverse.exp
5082 * gdb.reverse/readv-reverse.exp
5083 * gdb.reverse/recvmsg-reverse.exp
5084 * gdb.reverse/rerun-prec.exp
5085 * gdb.reverse/s390-mvcle.exp
5086 * gdb.reverse/step-precsave.exp
5087 * gdb.reverse/step-reverse.exp
5088 * gdb.reverse/time-reverse.exp
5089 * gdb.reverse/until-precsave.exp
5090 * gdb.reverse/until-reverse.exp
5091 * gdb.reverse/waitpid-reverse.exp
5092 * gdb.reverse/watch-precsave.exp
5093 * gdb.reverse/watch-reverse.exp
5094 * gdb.rust/generics.exp
5095 * gdb.rust/methods.exp
5096 * gdb.rust/modules.exp
5097 * gdb.rust/simple.exp
5098 * gdb.server/connect-with-no-symbol-file.exp
5099 * gdb.server/ext-attach.exp
5100 * gdb.server/ext-restart.exp
5101 * gdb.server/ext-wrapper.exp
5102 * gdb.server/file-transfer.exp
5103 * gdb.server/server-exec-info.exp
5104 * gdb.server/server-kill.exp
5105 * gdb.server/server-mon.exp
5106 * gdb.server/wrapper.exp
5107 * gdb.stabs/exclfwd.exp
5108 * gdb.stabs/gdb11479.exp
5109 * gdb.threads/clone-new-thread-event.exp
5110 * gdb.threads/corethreads.exp
5111 * gdb.threads/current-lwp-dead.exp
5112 * gdb.threads/dlopen-libpthread.exp
5113 * gdb.threads/gcore-thread.exp
5114 * gdb.threads/sigstep-threads.exp
5115 * gdb.threads/watchpoint-fork.exp
5116 * gdb.trace/actions-changed.exp
5117 * gdb.trace/backtrace.exp
5118 * gdb.trace/change-loc.exp
5119 * gdb.trace/circ.exp
5120 * gdb.trace/collection.exp
5121 * gdb.trace/disconnected-tracing.exp
5122 * gdb.trace/ftrace.exp
5123 * gdb.trace/mi-trace-frame-collected.exp
5124 * gdb.trace/mi-trace-unavailable.exp
5125 * gdb.trace/mi-traceframe-changed.exp
5126 * gdb.trace/mi-tsv-changed.exp
5127 * gdb.trace/no-attach-trace.exp
5128 * gdb.trace/passc-dyn.exp
5129 * gdb.trace/qtro.exp
5130 * gdb.trace/range-stepping.exp
5131 * gdb.trace/read-memory.exp
5132 * gdb.trace/save-trace.exp
5133 * gdb.trace/signal.exp
5134 * gdb.trace/status-stop.exp
5135 * gdb.trace/tfile.exp
5136 * gdb.trace/trace-break.exp
5137 * gdb.trace/trace-buffer-size.exp
5138 * gdb.trace/trace-condition.exp
5139 * gdb.trace/tracefile-pseudo-reg.exp
5140 * gdb.trace/tstatus.exp
5141 * gdb.trace/unavailable.exp
5142 * gdb.trace/while-dyn.exp
5143 * gdb.trace/while-stepping.exp
5144
34c41c68
DE
51452016-12-22 Doug Evans <xdje42@gmail.com>
5146
5147 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5148 and msymbols.
5149
16e69324
YQ
51502016-12-19 Yao Qi <yao.qi@linaro.org>
5151
5152 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5153 (test_with_self): Don't call do_steps_and_nexts, and remove
5154 code about stepping into xmalloc.
5155
f94f411b
YQ
51562016-12-09 Yao Qi <yao.qi@linaro.org>
5157
5158 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5159
51602016-12-09 Yao Qi <yao.qi@linaro.org>
5161
5162 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5163
f1b5deee
PA
51642016-12-09 Pedro Alves <palves@redhat.com>
5165
5166 * gdb.base/all-architectures-0.exp: New file.
5167 * gdb.base/all-architectures-1.exp: New file.
5168 * gdb.base/all-architectures-2.exp: New file.
5169 * gdb.base/all-architectures-3.exp: New file.
5170 * gdb.base/all-architectures-4.exp: New file.
5171 * gdb.base/all-architectures-5.exp: New file.
5172 * gdb.base/all-architectures-6.exp: New file.
5173 * gdb.base/all-architectures-7.exp: New file.
5174 * gdb.base/all-architectures.exp.in: New file.
5175
364ca42e
YQ
51762016-12-09 Yao Qi <yao.qi@linaro.org>
5177
5178 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5179
107c2d62
LM
51802016-12-02 Luis Machado <lgustavo@codesourcery.com>
5181
5182 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5183 possible.
5184 Remove useless pattern-matching code.
5185
df3ee9ca
PA
51862016-12-02 Pedro Alves <palves@redhat.com>
5187
5188 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5189 procedure.
5190 (top level): Call it.
5191
ec835369
PA
51922016-12-02 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5195 New procedure.
5196 (top level): Call it.
5197
01770bbd
PA
51982016-12-02 Pedro Alves <palves@redhat.com>
5199
5200 PR cli/20559
5201 * gdb.base/commands.exp (user_defined_command_args_eval): New
5202 procedure.
5203 (top level): Call it.
5204
008459ea
LM
52052016-12-02 Luis Machado <lgustavo@codesourcery.com>
5206
5207 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5208 timeout handling.
5209
0c1b455e
TT
52102016-12-02 Tom Tromey <tom@tromey.com>
5211
5212 * gdb.dwarf2/main-subprogram.c: New file.
5213 * gdb.dwarf2/main-subprogram.exp: New file.
5214
018572b8
LM
52152016-12-01 Luis Machado <lgustavo@codesourcery.com>
5216
5217 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5218 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5219 gdb_test_no_output for a couple of cases.
5220 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5221
84c93cd5
LM
52222016-12-01 Luis Machado <lgustavo@codesourcery.com>
5223
5224 Fix test names and standardize compilation error messages throughout
5225 the following files:
5226
5227 * gdb.ada/start.exp
5228 * gdb.arch/alpha-step.exp
5229 * gdb.arch/e500-prologue.exp
5230 * gdb.arch/ftrace-insn-reloc.exp
5231 * gdb.arch/gdb1291.exp
5232 * gdb.arch/gdb1431.exp
5233 * gdb.arch/gdb1558.exp
5234 * gdb.arch/i386-dr3-watch.exp
5235 * gdb.arch/i386-sse-stack-align.exp
5236 * gdb.arch/ia64-breakpoint-shadow.exp
5237 * gdb.arch/pa-nullify.exp
5238 * gdb.arch/powerpc-aix-prologue.exp
5239 * gdb.arch/thumb-bx-pc.exp
5240 * gdb.base/annota1.exp
5241 * gdb.base/annota3.exp
5242 * gdb.base/arrayidx.exp
5243 * gdb.base/assign.exp
5244 * gdb.base/attach.exp
5245 * gdb.base/auxv.exp
5246 * gdb.base/bang.exp
5247 * gdb.base/bfp-test.exp
5248 * gdb.base/bigcore.exp
5249 * gdb.base/bitfields2.exp
5250 * gdb.base/break-fun-addr.exp
5251 * gdb.base/break-probes.exp
5252 * gdb.base/call-rt-st.exp
5253 * gdb.base/callexit.exp
5254 * gdb.base/catch-fork-kill.exp
5255 * gdb.base/charset.exp
5256 * gdb.base/checkpoint.exp
5257 * gdb.base/comprdebug.exp
5258 * gdb.base/constvars.exp
5259 * gdb.base/coredump-filter.exp
5260 * gdb.base/cursal.exp
5261 * gdb.base/cvexpr.exp
5262 * gdb.base/detach.exp
5263 * gdb.base/display.exp
5264 * gdb.base/dmsym.exp
5265 * gdb.base/dprintf-pending.exp
5266 * gdb.base/dso2dso.exp
5267 * gdb.base/dtrace-probe.exp
5268 * gdb.base/dump.exp
5269 * gdb.base/enum_cond.exp
5270 * gdb.base/exe-lock.exp
5271 * gdb.base/exec-invalid-sysroot.exp
5272 * gdb.base/execl-update-breakpoints.exp
5273 * gdb.base/exprs.exp
5274 * gdb.base/fileio.exp
5275 * gdb.base/find.exp
5276 * gdb.base/finish.exp
5277 * gdb.base/fixsection.exp
5278 * gdb.base/foll-vfork.exp
5279 * gdb.base/frame-args.exp
5280 * gdb.base/gcore.exp
5281 * gdb.base/gdb1250.exp
5282 * gdb.base/global-var-nested-by-dso.exp
5283 * gdb.base/gnu-ifunc.exp
5284 * gdb.base/hashline1.exp
5285 * gdb.base/hashline2.exp
5286 * gdb.base/hashline3.exp
5287 * gdb.base/hbreak-in-shr-unsupported.exp
5288 * gdb.base/huge.exp
5289 * gdb.base/infcall-input.exp
5290 * gdb.base/info-fun.exp
5291 * gdb.base/info-shared.exp
5292 * gdb.base/jit-simple.exp
5293 * gdb.base/jit-so.exp
5294 * gdb.base/jit.exp
5295 * gdb.base/jump.exp
5296 * gdb.base/label.exp
5297 * gdb.base/lineinc.exp
5298 * gdb.base/logical.exp
5299 * gdb.base/longjmp.exp
5300 * gdb.base/macscp.exp
5301 * gdb.base/miscexprs.exp
5302 * gdb.base/new-ui-echo.exp
5303 * gdb.base/new-ui-pending-input.exp
5304 * gdb.base/new-ui.exp
5305 * gdb.base/nodebug.exp
5306 * gdb.base/nofield.exp
5307 * gdb.base/offsets.exp
5308 * gdb.base/overlays.exp
5309 * gdb.base/pending.exp
5310 * gdb.base/pointers.exp
5311 * gdb.base/pr11022.exp
5312 * gdb.base/printcmds.exp
5313 * gdb.base/prologue.exp
5314 * gdb.base/ptr-typedef.exp
5315 * gdb.base/realname-expand.exp
5316 * gdb.base/relativedebug.exp
5317 * gdb.base/relocate.exp
5318 * gdb.base/remote.exp
5319 * gdb.base/reread.exp
5320 * gdb.base/return2.exp
5321 * gdb.base/savedregs.exp
5322 * gdb.base/sep.exp
5323 * gdb.base/sepdebug.exp
5324 * gdb.base/sepsymtab.exp
5325 * gdb.base/set-inferior-tty.exp
5326 * gdb.base/setshow.exp
5327 * gdb.base/shlib-call.exp
5328 * gdb.base/sigaltstack.exp
5329 * gdb.base/siginfo-addr.exp
5330 * gdb.base/signals.exp
5331 * gdb.base/signull.exp
5332 * gdb.base/sigrepeat.exp
5333 * gdb.base/so-impl-ld.exp
5334 * gdb.base/solib-display.exp
5335 * gdb.base/solib-overlap.exp
5336 * gdb.base/solib-search.exp
5337 * gdb.base/solib-symbol.exp
5338 * gdb.base/structs.exp
5339 * gdb.base/structs2.exp
5340 * gdb.base/symtab-search-order.exp
5341 * gdb.base/twice.exp
5342 * gdb.base/unload.exp
5343 * gdb.base/varargs.exp
5344 * gdb.base/watchpoint-solib.exp
5345 * gdb.base/watchpoint.exp
5346 * gdb.base/whatis.exp
5347 * gdb.base/wrong_frame_bt_full.exp
5348 * gdb.btrace/dlopen.exp
5349 * gdb.cell/ea-standalone.exp
5350 * gdb.cell/ea-test.exp
5351 * gdb.cp/dispcxx.exp
5352 * gdb.cp/gdb2384.exp
5353 * gdb.cp/method2.exp
5354 * gdb.cp/nextoverthrow.exp
5355 * gdb.cp/pr10728.exp
5356 * gdb.disasm/am33.exp
5357 * gdb.disasm/h8300s.exp
5358 * gdb.disasm/mn10300.exp
5359 * gdb.disasm/sh3.exp
5360 * gdb.dwarf2/dw2-dir-file-name.exp
5361 * gdb.fortran/complex.exp
5362 * gdb.fortran/library-module.exp
5363 * gdb.guile/scm-pretty-print.exp
5364 * gdb.guile/scm-symbol.exp
5365 * gdb.guile/scm-type.exp
5366 * gdb.guile/scm-value.exp
5367 * gdb.linespec/linespec.exp
5368 * gdb.mi/gdb701.exp
5369 * gdb.mi/gdb792.exp
5370 * gdb.mi/mi-breakpoint-changed.exp
5371 * gdb.mi/mi-dprintf-pending.exp
5372 * gdb.mi/mi-dprintf.exp
5373 * gdb.mi/mi-exit-code.exp
5374 * gdb.mi/mi-pending.exp
5375 * gdb.mi/mi-solib.exp
5376 * gdb.mi/new-ui-mi-sync.exp
5377 * gdb.mi/pr11022.exp
5378 * gdb.mi/user-selected-context-sync.exp
5379 * gdb.opt/solib-intra-step.exp
5380 * gdb.python/py-events.exp
5381 * gdb.python/py-finish-breakpoint.exp
5382 * gdb.python/py-mi.exp
5383 * gdb.python/py-prettyprint.exp
5384 * gdb.python/py-shared.exp
5385 * gdb.python/py-symbol.exp
5386 * gdb.python/py-template.exp
5387 * gdb.python/py-type.exp
5388 * gdb.python/py-value.exp
5389 * gdb.reverse/solib-precsave.exp
5390 * gdb.reverse/solib-reverse.exp
5391 * gdb.server/solib-list.exp
5392 * gdb.stabs/weird.exp
5393 * gdb.threads/reconnect-signal.exp
5394 * gdb.threads/stepi-random-signal.exp
5395 * gdb.trace/actions.exp
5396 * gdb.trace/ax.exp
5397 * gdb.trace/backtrace.exp
5398 * gdb.trace/change-loc.exp
5399 * gdb.trace/deltrace.exp
5400 * gdb.trace/ftrace-lock.exp
5401 * gdb.trace/ftrace.exp
5402 * gdb.trace/infotrace.exp
5403 * gdb.trace/mi-tracepoint-changed.exp
5404 * gdb.trace/packetlen.exp
5405 * gdb.trace/passcount.exp
5406 * gdb.trace/pending.exp
5407 * gdb.trace/range-stepping.exp
5408 * gdb.trace/report.exp
5409 * gdb.trace/stap-trace.exp
5410 * gdb.trace/tfind.exp
5411 * gdb.trace/trace-break.exp
5412 * gdb.trace/trace-condition.exp
5413 * gdb.trace/trace-enable-disable.exp
5414 * gdb.trace/trace-mt.exp
5415 * gdb.trace/tracecmd.exp
5416 * gdb.trace/tspeed.exp
5417 * gdb.trace/tsv.exp
5418 * lib/perftest.exp
5419
fb9feb35
LM
54202016-12-01 Luis Machado <lgustavo@codesourcery.com>
5421
5422 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5423 with gdb_test_no_output.
5424 Use command as test name.
5425
cd2ddb6c
LM
54262016-12-01 Luis Machado <lgustavo@codesourcery.com>
5427
5428 Fix test names starting with uppercase throughout the files.
5429
5430 * gdb.ada/assign_1.exp
5431 * gdb.ada/boolean_expr.exp
5432 * gdb.base/arrayidx.exp
5433 * gdb.base/del.exp
5434 * gdb.base/gcore-buffer-overflow.exp
5435 * gdb.base/testenv.exp
5436 * gdb.compile/compile.exp
5437 * gdb.python/py-framefilter-invalidarg.exp
5438 * gdb.python/py-framefilter.exp
5439
bb95117e
LM
54402016-12-01 Luis Machado <lgustavo@codesourcery.com>
5441
5442 Fix test names starting with uppercase throughout the files.
5443
5444 * gdb.ada/array_return.exp
5445 * gdb.ada/expr_delims.exp
5446 * gdb.ada/mi_dyn_arr.exp
5447 * gdb.ada/mi_interface.exp
5448 * gdb.ada/mi_var_array.exp
5449 * gdb.ada/watch_arg.exp
5450 * gdb.arch/alpha-step.exp
5451 * gdb.arch/altivec-regs.exp
5452 * gdb.arch/e500-regs.exp
5453 * gdb.arch/powerpc-d128-regs.exp
5454 * gdb.base/arrayidx.exp
5455 * gdb.base/break.exp
5456 * gdb.base/checkpoint.exp
5457 * gdb.base/debug-expr.exp
5458 * gdb.base/dmsym.exp
5459 * gdb.base/radix.exp
5460 * gdb.base/sepdebug.exp
5461 * gdb.base/testenv.exp
5462 * gdb.base/watch_thread_num.exp
5463 * gdb.base/watchpoint-cond-gone.exp
5464 * gdb.cell/break.exp
5465 * gdb.cell/ea-cache.exp
5466 * gdb.compile/compile.exp
5467 * gdb.cp/gdb2495.exp
5468 * gdb.gdb/selftest.exp
5469 * gdb.gdb/xfullpath.exp
5470 * gdb.go/hello.exp
5471 * gdb.go/integers.exp
5472 * gdb.objc/basicclass.exp
5473 * gdb.pascal/hello.exp
5474 * gdb.pascal/integers.exp
5475 * gdb.python/py-breakpoint.exp
5476 * gdb.python/py-cmd.exp
5477 * gdb.python/py-linetable.exp
5478 * gdb.python/py-xmethods.exp
5479 * gdb.python/python.exp
5480 * gdb.reverse/consecutive-precsave.exp
5481 * gdb.reverse/finish-precsave.exp
5482 * gdb.reverse/i386-precsave.exp
5483 * gdb.reverse/machinestate-precsave.exp
5484 * gdb.reverse/sigall-precsave.exp
5485 * gdb.reverse/solib-precsave.exp
5486 * gdb.reverse/step-precsave.exp
5487 * gdb.reverse/until-precsave.exp
5488 * gdb.reverse/watch-precsave.exp
5489 * gdb.threads/leader-exit.exp
5490 * gdb.threads/pthreads.exp
5491 * gdb.threads/wp-replication.exp
5492 * gdb.trace/actions.exp
5493 * gdb.trace/mi-tsv-changed.exp
5494 * gdb.trace/tsv.exp
5495
de97fdd4
LM
54962016-12-01 Luis Machado <lgustavo@codesourcery.com>
5497
5498 Fix test names starting with uppercase throughout the files.
5499
5500 * gdb.arch/i386-bp_permanent.exp
5501 * gdb.arch/i386-gnu-cfi.exp
5502 * gdb.base/disasm-end-cu.exp
5503 * gdb.base/macscp.exp
5504 * gdb.base/pending.exp
5505 * gdb.base/watch_thread_num.exp
5506 * gdb.cp/exception.exp
5507 * gdb.cp/gdb2495.exp
5508 * gdb.cp/local.exp
5509 * gdb.python/py-evsignal.exp
5510 * gdb.python/python.exp
5511 * gdb.trace/tracecmd.exp
5512
9f058c10
LM
55132016-12-01 Luis Machado <lgustavo@codesourcery.com>
5514
5515 Fix test names starting with uppercase throughout the files.
5516
5517 * gdb.base/charset.exp
5518 * gdb.base/eval.exp
5519 * gdb.base/multi-forks.exp
5520 * gdb.guile/scm-progspace.exp
5521 * gdb.opencl/datatypes.exp
5522 * gdb.python/py-block.exp
5523 * gdb.python/py-function.exp
5524 * gdb.python/py-symbol.exp
5525 * gdb.python/py-symtab.exp
5526 * gdb.python/py-xmethods.exp
5527 * gdb.reverse/break-precsave.exp
5528 * gdb.reverse/break-reverse.exp
5529 * gdb.reverse/consecutive-precsave.exp
5530 * gdb.reverse/consecutive-reverse.exp
5531 * gdb.reverse/finish-precsave.exp
5532 * gdb.reverse/finish-reverse-bkpt.exp
5533 * gdb.reverse/finish-reverse.exp
5534 * gdb.reverse/fstatat-reverse.exp
5535 * gdb.reverse/getresuid-reverse.exp
5536 * gdb.reverse/i386-precsave.exp
5537 * gdb.reverse/i386-reverse.exp
5538 * gdb.reverse/i386-sse-reverse.exp
5539 * gdb.reverse/i387-stack-reverse.exp
5540 * gdb.reverse/insn-reverse.exp
5541 * gdb.reverse/machinestate-precsave.exp
5542 * gdb.reverse/machinestate.exp
5543 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5544 * gdb.reverse/pipe-reverse.exp
5545 * gdb.reverse/readv-reverse.exp
5546 * gdb.reverse/recvmsg-reverse.exp
5547 * gdb.reverse/rerun-prec.exp
5548 * gdb.reverse/s390-mvcle.exp
5549 * gdb.reverse/sigall-precsave.exp
5550 * gdb.reverse/sigall-reverse.exp
5551 * gdb.reverse/solib-precsave.exp
5552 * gdb.reverse/solib-reverse.exp
5553 * gdb.reverse/step-precsave.exp
5554 * gdb.reverse/step-reverse.exp
5555 * gdb.reverse/time-reverse.exp
5556 * gdb.reverse/until-precsave.exp
5557 * gdb.reverse/until-reverse.exp
5558 * gdb.reverse/waitpid-reverse.exp
5559 * gdb.reverse/watch-precsave.exp
5560 * gdb.reverse/watch-reverse.exp
5561
cdc7edd7
LM
55622016-12-01 Luis Machado <lgustavo@codesourcery.com>
5563
5564 Fix test names starting with uppercase throughout the files.
5565
5566 * gdb.arch/i386-mpx-simple_segv.exp
5567 * gdb.arch/i386-mpx.exp
5568 * gdb.arch/i386-permbkpt.exp
5569 * gdb.arch/pa-nullify.exp
5570 * gdb.arch/powerpc-d128-regs.exp
5571 * gdb.arch/vsx-regs.exp
5572 * gdb.base/bfp-test.exp
5573 * gdb.base/break.exp
5574 * gdb.base/breakpoint-shadow.exp
5575 * gdb.base/callfuncs.exp
5576 * gdb.base/charset.exp
5577 * gdb.base/commands.exp
5578 * gdb.base/completion.exp
5579 * gdb.base/dfp-test.exp
5580 * gdb.base/echo.exp
5581 * gdb.base/ending-run.exp
5582 * gdb.base/eval.exp
5583 * gdb.base/expand-psymtabs.exp
5584 * gdb.base/float128.exp
5585 * gdb.base/floatn.exp
5586 * gdb.base/foll-exec-mode.exp
5587 * gdb.base/gdb1056.exp
5588 * gdb.base/gdb11531.exp
5589 * gdb.base/kill-after-signal.exp
5590 * gdb.base/multi-forks.exp
5591 * gdb.base/overlays.exp
5592 * gdb.base/pending.exp
5593 * gdb.base/sepdebug.exp
5594 * gdb.base/testenv.exp
5595 * gdb.base/valgrind-db-attach.exp
5596 * gdb.base/watch_thread_num.exp
5597 * gdb.base/watchpoint-cond-gone.exp
5598 * gdb.base/watchpoint.exp
5599 * gdb.base/watchpoints.exp
5600 * gdb.cp/arg-reference.exp
5601 * gdb.cp/baseenum.exp
5602 * gdb.cp/operator.exp
5603 * gdb.cp/shadow.exp
5604 * gdb.dwarf2/dw2-op-out-param.exp
5605 * gdb.dwarf2/dw2-reg-undefined.exp
5606 * gdb.go/chan.exp
5607 * gdb.go/hello.exp
5608 * gdb.go/integers.exp
5609 * gdb.go/methods.exp
5610 * gdb.go/package.exp
5611 * gdb.guile/scm-parameter.exp
5612 * gdb.guile/scm-progspace.exp
5613 * gdb.guile/scm-value.exp
5614 * gdb.mi/mi-pending.exp
5615 * gdb.mi/user-selected-context-sync.exp
5616 * gdb.multi/multi-attach.exp
5617 * gdb.multi/tids.exp
5618 * gdb.opt/clobbered-registers-O2.exp
5619 * gdb.pascal/floats.exp
5620 * gdb.pascal/integers.exp
5621 * gdb.python/py-block.exp
5622 * gdb.python/py-events.exp
5623 * gdb.python/py-parameter.exp
5624 * gdb.python/py-symbol.exp
5625 * gdb.python/py-symtab.exp
5626 * gdb.python/py-type.exp
5627 * gdb.python/py-value.exp
5628 * gdb.python/py-xmethods.exp
5629 * gdb.python/python.exp
5630 * gdb.reverse/break-precsave.exp
5631 * gdb.reverse/consecutive-precsave.exp
5632 * gdb.reverse/finish-precsave.exp
5633 * gdb.reverse/i386-precsave.exp
5634 * gdb.reverse/machinestate-precsave.exp
5635 * gdb.reverse/sigall-precsave.exp
5636 * gdb.reverse/solib-precsave.exp
5637 * gdb.reverse/step-precsave.exp
5638 * gdb.reverse/until-precsave.exp
5639 * gdb.reverse/watch-precsave.exp
5640 * gdb.server/ext-attach.exp
5641 * gdb.server/ext-restart.exp
5642 * gdb.server/ext-run.exp
5643 * gdb.server/ext-wrapper.exp
5644 * gdb.stabs/gdb11479.exp
5645 * gdb.stabs/weird.exp
5646 * gdb.threads/attach-many-short-lived-threads.exp
5647 * gdb.threads/kill.exp
5648 * gdb.threads/watchpoint-fork.exp
5649
bc6c7af4
LM
56502016-12-01 Luis Machado <lgustavo@codesourcery.com>
5651
5652 Fix test names starting with uppercase throughout all the files below.
5653
5654 * gdb.ada/array_return.exp
5655 * gdb.ada/catch_ex.exp
5656 * gdb.ada/info_exc.exp
5657 * gdb.ada/mi_catch_ex.exp
5658 * gdb.ada/mi_dyn_arr.exp
5659 * gdb.ada/mi_ex_cond.exp
5660 * gdb.ada/mi_exc_info.exp
5661 * gdb.ada/mi_interface.exp
5662 * gdb.ada/mi_task_arg.exp
5663 * gdb.ada/mi_task_info.exp
5664 * gdb.ada/mi_var_array.exp
5665 * gdb.arch/alpha-step.exp
5666 * gdb.arch/amd64-disp-step.exp
5667 * gdb.arch/arm-disp-step.exp
5668 * gdb.arch/disp-step-insn-reloc.exp
5669 * gdb.arch/e500-prologue.exp
5670 * gdb.arch/ftrace-insn-reloc.exp
5671 * gdb.arch/gdb1558.exp
5672 * gdb.arch/i386-bp_permanent.exp
5673 * gdb.arch/i386-disp-step.exp
5674 * gdb.arch/i386-float.exp
5675 * gdb.arch/i386-gnu-cfi.exp
5676 * gdb.arch/ia64-breakpoint-shadow.exp
5677 * gdb.arch/mips16-thunks.exp
5678 * gdb.arch/pa-nullify.exp
5679 * gdb.arch/powerpc-aix-prologue.exp
5680 * gdb.arch/powerpc-power.exp
5681 * gdb.arch/ppc-dfp.exp
5682 * gdb.arch/s390-tdbregs.exp
5683 * gdb.arch/spu-info.exp
5684 * gdb.arch/spu-ls.exp
5685 * gdb.arch/thumb-bx-pc.exp
5686 * gdb.base/advance.exp
5687 * gdb.base/annota-input-while-running.exp
5688 * gdb.base/arrayidx.exp
5689 * gdb.base/asmlabel.exp
5690 * gdb.base/async.exp
5691 * gdb.base/attach-wait-input.exp
5692 * gdb.base/auto-connect-native-target.exp
5693 * gdb.base/batch-preserve-term-settings.exp
5694 * gdb.base/bfp-test.exp
5695 * gdb.base/bigcore.exp
5696 * gdb.base/bp-permanent.exp
5697 * gdb.base/break-always.exp
5698 * gdb.base/break-fun-addr.exp
5699 * gdb.base/break-idempotent.exp
5700 * gdb.base/break-main-file-remove-fail.exp
5701 * gdb.base/break-probes.exp
5702 * gdb.base/break-unload-file.exp
5703 * gdb.base/break.exp
5704 * gdb.base/call-ar-st.exp
5705 * gdb.base/call-rt-st.exp
5706 * gdb.base/call-sc.exp
5707 * gdb.base/call-signal-resume.exp
5708 * gdb.base/call-strs.exp
5709 * gdb.base/callexit.exp
5710 * gdb.base/callfuncs.exp
5711 * gdb.base/catch-gdb-caused-signals.exp
5712 * gdb.base/catch-signal-siginfo-cond.exp
5713 * gdb.base/catch-syscall.exp
5714 * gdb.base/compare-sections.exp
5715 * gdb.base/cond-eval-mode.exp
5716 * gdb.base/condbreak-call-false.exp
5717 * gdb.base/consecutive-step-over.exp
5718 * gdb.base/cursal.exp
5719 * gdb.base/disabled-location.exp
5720 * gdb.base/disasm-end-cu.exp
5721 * gdb.base/display.exp
5722 * gdb.base/double-prompt-target-event-error.exp
5723 * gdb.base/dprintf-bp-same-addr.exp
5724 * gdb.base/dprintf-detach.exp
5725 * gdb.base/dprintf-next.exp
5726 * gdb.base/dprintf-non-stop.exp
5727 * gdb.base/dprintf-pending.exp
5728 * gdb.base/dso2dso.exp
5729 * gdb.base/ending-run.exp
5730 * gdb.base/enum_cond.exp
5731 * gdb.base/examine-backward.exp
5732 * gdb.base/exe-lock.exp
5733 * gdb.base/exec-invalid-sysroot.exp
5734 * gdb.base/execl-update-breakpoints.exp
5735 * gdb.base/execution-termios.exp
5736 * gdb.base/fileio.exp
5737 * gdb.base/fixsection.exp
5738 * gdb.base/foll-exec-mode.exp
5739 * gdb.base/foll-exec.exp
5740 * gdb.base/fork-running-state.exp
5741 * gdb.base/frame-args.exp
5742 * gdb.base/fullpath-expand.exp
5743 * gdb.base/func-ptr.exp
5744 * gdb.base/gcore-relro-pie.exp
5745 * gdb.base/gdb1090.exp
5746 * gdb.base/gdb1555.exp
5747 * gdb.base/global-var-nested-by-dso.exp
5748 * gdb.base/gnu-ifunc.exp
5749 * gdb.base/hbreak-in-shr-unsupported.exp
5750 * gdb.base/hbreak-unmapped.exp
5751 * gdb.base/hook-stop.exp
5752 * gdb.base/infcall-input.exp
5753 * gdb.base/info-fun.exp
5754 * gdb.base/info-shared.exp
5755 * gdb.base/interrupt-noterm.exp
5756 * gdb.base/jit-so.exp
5757 * gdb.base/jit.exp
5758 * gdb.base/line-symtabs.exp
5759 * gdb.base/list.exp
5760 * gdb.base/longjmp.exp
5761 * gdb.base/macscp.exp
5762 * gdb.base/max-value-size.exp
5763 * gdb.base/nodebug.exp
5764 * gdb.base/nofield.exp
5765 * gdb.base/overlays.exp
5766 * gdb.base/paginate-after-ctrl-c-running.exp
5767 * gdb.base/paginate-bg-execution.exp
5768 * gdb.base/paginate-inferior-exit.exp
5769 * gdb.base/pending.exp
5770 * gdb.base/pr11022.exp
5771 * gdb.base/printcmds.exp
5772 * gdb.base/ptr-typedef.exp
5773 * gdb.base/ptype.exp
5774 * gdb.base/randomize.exp
5775 * gdb.base/range-stepping.exp
5776 * gdb.base/realname-expand.exp
5777 * gdb.base/relativedebug.exp
5778 * gdb.base/remote.exp
5779 * gdb.base/savedregs.exp
5780 * gdb.base/sepdebug.exp
5781 * gdb.base/set-noassign.exp
5782 * gdb.base/shlib-call.exp
5783 * gdb.base/shreloc.exp
5784 * gdb.base/sigaltstack.exp
5785 * gdb.base/sigbpt.exp
5786 * gdb.base/siginfo-addr.exp
5787 * gdb.base/siginfo-obj.exp
5788 * gdb.base/siginfo-thread.exp
5789 * gdb.base/signest.exp
5790 * gdb.base/signull.exp
5791 * gdb.base/sigrepeat.exp
5792 * gdb.base/skip.exp
5793 * gdb.base/so-impl-ld.exp
5794 * gdb.base/solib-corrupted.exp
5795 * gdb.base/solib-disc.exp
5796 * gdb.base/solib-display.exp
5797 * gdb.base/solib-overlap.exp
5798 * gdb.base/solib-search.exp
5799 * gdb.base/solib-symbol.exp
5800 * gdb.base/source-execution.exp
5801 * gdb.base/sss-bp-on-user-bp-2.exp
5802 * gdb.base/sss-bp-on-user-bp.exp
5803 * gdb.base/stack-checking.exp
5804 * gdb.base/stale-infcall.exp
5805 * gdb.base/step-break.exp
5806 * gdb.base/step-line.exp
5807 * gdb.base/step-over-exit.exp
5808 * gdb.base/step-test.exp
5809 * gdb.base/structs.exp
5810 * gdb.base/sym-file.exp
5811 * gdb.base/symtab-search-order.exp
5812 * gdb.base/term.exp
5813 * gdb.base/type-opaque.exp
5814 * gdb.base/unload.exp
5815 * gdb.base/until-nodebug.exp
5816 * gdb.base/until.exp
5817 * gdb.base/unwindonsignal.exp
5818 * gdb.base/watch-cond.exp
5819 * gdb.base/watch-non-mem.exp
5820 * gdb.base/watch_thread_num.exp
5821 * gdb.base/watchpoint-reuse-slot.exp
5822 * gdb.base/watchpoint-solib.exp
5823 * gdb.base/watchpoint.exp
5824 * gdb.btrace/dlopen.exp
5825 * gdb.cell/arch.exp
5826 * gdb.cell/break.exp
5827 * gdb.cell/bt.exp
5828 * gdb.cell/core.exp
5829 * gdb.cell/data.exp
5830 * gdb.cell/dwarfaddr.exp
5831 * gdb.cell/ea-cache.exp
5832 * gdb.cell/ea-standalone.exp
5833 * gdb.cell/ea-test.exp
5834 * gdb.cell/f-regs.exp
5835 * gdb.cell/fork.exp
5836 * gdb.cell/gcore.exp
5837 * gdb.cell/mem-access.exp
5838 * gdb.cell/ptype.exp
5839 * gdb.cell/registers.exp
5840 * gdb.cell/sizeof.exp
5841 * gdb.cell/solib-symbol.exp
5842 * gdb.cell/solib.exp
5843 * gdb.compile/compile-tls.exp
5844 * gdb.cp/exception.exp
5845 * gdb.cp/gdb2495.exp
5846 * gdb.cp/local.exp
5847 * gdb.cp/mb-inline.exp
5848 * gdb.cp/mb-templates.exp
5849 * gdb.cp/pr10687.exp
5850 * gdb.cp/pr9167.exp
5851 * gdb.cp/scope-err.exp
5852 * gdb.cp/templates.exp
5853 * gdb.cp/virtfunc.exp
5854 * gdb.dwarf2/dw2-dir-file-name.exp
5855 * gdb.dwarf2/dw2-single-line-discriminators.exp
5856 * gdb.fortran/complex.exp
5857 * gdb.fortran/library-module.exp
5858 * gdb.guile/guile.exp
5859 * gdb.guile/scm-cmd.exp
5860 * gdb.guile/scm-frame-inline.exp
5861 * gdb.guile/scm-objfile.exp
5862 * gdb.guile/scm-pretty-print.exp
5863 * gdb.guile/scm-symbol.exp
5864 * gdb.guile/scm-type.exp
5865 * gdb.guile/scm-value.exp
5866 * gdb.linespec/keywords.exp
5867 * gdb.linespec/ls-errs.exp
5868 * gdb.linespec/macro-relative.exp
5869 * gdb.linespec/thread.exp
5870 * gdb.mi/mi-breakpoint-changed.exp
5871 * gdb.mi/mi-dprintf-pending.exp
5872 * gdb.mi/mi-fullname-deleted.exp
5873 * gdb.mi/mi-logging.exp
5874 * gdb.mi/mi-pending.exp
5875 * gdb.mi/mi-solib.exp
5876 * gdb.mi/new-ui-mi-sync.exp
5877 * gdb.mi/user-selected-context-sync.exp
5878 * gdb.multi/dummy-frame-restore.exp
5879 * gdb.multi/multi-arch-exec.exp
5880 * gdb.multi/remove-inferiors.exp
5881 * gdb.multi/watchpoint-multi-exit.exp
5882 * gdb.opt/solib-intra-step.exp
5883 * gdb.perf/backtrace.exp
5884 * gdb.perf/single-step.exp
5885 * gdb.perf/skip-command.exp
5886 * gdb.perf/skip-prologue.exp
5887 * gdb.perf/solib.exp
5888 * gdb.python/lib-types.exp
5889 * gdb.python/py-as-string.exp
5890 * gdb.python/py-bad-printers.exp
5891 * gdb.python/py-block.exp
5892 * gdb.python/py-breakpoint.exp
5893 * gdb.python/py-cmd.exp
5894 * gdb.python/py-events.exp
5895 * gdb.python/py-evthreads.exp
5896 * gdb.python/py-finish-breakpoint.exp
5897 * gdb.python/py-finish-breakpoint2.exp
5898 * gdb.python/py-frame-inline.exp
5899 * gdb.python/py-frame.exp
5900 * gdb.python/py-inferior.exp
5901 * gdb.python/py-infthread.exp
5902 * gdb.python/py-mi.exp
5903 * gdb.python/py-objfile.exp
5904 * gdb.python/py-pp-maint.exp
5905 * gdb.python/py-pp-registration.exp
5906 * gdb.python/py-prettyprint.exp
5907 * gdb.python/py-recurse-unwind.exp
5908 * gdb.python/py-shared.exp
5909 * gdb.python/py-symbol.exp
5910 * gdb.python/py-symtab.exp
5911 * gdb.python/py-template.exp
5912 * gdb.python/py-type.exp
5913 * gdb.python/py-unwind-maint.exp
5914 * gdb.python/py-unwind.exp
5915 * gdb.python/py-value.exp
5916 * gdb.python/python.exp
5917 * gdb.reverse/finish-reverse-bkpt.exp
5918 * gdb.reverse/insn-reverse.exp
5919 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5920 * gdb.reverse/solib-precsave.exp
5921 * gdb.reverse/solib-reverse.exp
5922 * gdb.stabs/gdb11479.exp
5923 * gdb.stabs/weird.exp
5924 * gdb.threads/fork-child-threads.exp
5925 * gdb.threads/fork-plus-threads.exp
5926 * gdb.threads/fork-thread-pending.exp
5927 * gdb.threads/forking-threads-plus-breakpoint.exp
5928 * gdb.threads/hand-call-in-threads.exp
5929 * gdb.threads/interrupted-hand-call.exp
5930 * gdb.threads/linux-dp.exp
5931 * gdb.threads/local-watch-wrong-thread.exp
5932 * gdb.threads/next-while-other-thread-longjmps.exp
5933 * gdb.threads/non-ldr-exit.exp
5934 * gdb.threads/pending-step.exp
5935 * gdb.threads/print-threads.exp
5936 * gdb.threads/process-dies-while-detaching.exp
5937 * gdb.threads/process-dies-while-handling-bp.exp
5938 * gdb.threads/pthreads.exp
5939 * gdb.threads/queue-signal.exp
5940 * gdb.threads/reconnect-signal.exp
5941 * gdb.threads/signal-command-handle-nopass.exp
5942 * gdb.threads/signal-command-multiple-signals-pending.exp
5943 * gdb.threads/signal-delivered-right-thread.exp
5944 * gdb.threads/signal-sigtrap.exp
5945 * gdb.threads/sigthread.exp
5946 * gdb.threads/staticthreads.exp
5947 * gdb.threads/stepi-random-signal.exp
5948 * gdb.threads/thread-unwindonsignal.exp
5949 * gdb.threads/thread_check.exp
5950 * gdb.threads/thread_events.exp
5951 * gdb.threads/tid-reuse.exp
5952 * gdb.threads/tls-nodebug.exp
5953 * gdb.threads/tls-shared.exp
5954 * gdb.threads/tls-so_extern.exp
5955 * gdb.threads/tls.exp
5956 * gdb.threads/wp-replication.exp
5957 * gdb.trace/actions-changed.exp
5958 * gdb.trace/actions.exp
5959 * gdb.trace/backtrace.exp
5960 * gdb.trace/change-loc.exp
5961 * gdb.trace/collection.exp
5962 * gdb.trace/deltrace.exp
5963 * gdb.trace/disconnected-tracing.exp
5964 * gdb.trace/entry-values.exp
5965 * gdb.trace/ftrace-lock.exp
5966 * gdb.trace/ftrace.exp
5967 * gdb.trace/infotrace.exp
5968 * gdb.trace/mi-trace-frame-collected.exp
5969 * gdb.trace/mi-trace-unavailable.exp
5970 * gdb.trace/mi-traceframe-changed.exp
5971 * gdb.trace/mi-tracepoint-changed.exp
5972 * gdb.trace/mi-tsv-changed.exp
5973 * gdb.trace/no-attach-trace.exp
5974 * gdb.trace/packetlen.exp
5975 * gdb.trace/passc-dyn.exp
5976 * gdb.trace/passcount.exp
5977 * gdb.trace/pending.exp
5978 * gdb.trace/pr16508.exp
5979 * gdb.trace/qtro.exp
5980 * gdb.trace/range-stepping.exp
5981 * gdb.trace/read-memory.exp
5982 * gdb.trace/report.exp
5983 * gdb.trace/save-trace.exp
5984 * gdb.trace/signal.exp
5985 * gdb.trace/stap-trace.exp
5986 * gdb.trace/status-stop.exp
5987 * gdb.trace/strace.exp
5988 * gdb.trace/tfile.exp
5989 * gdb.trace/tfind.exp
5990 * gdb.trace/trace-break.exp
5991 * gdb.trace/trace-condition.exp
5992 * gdb.trace/trace-enable-disable.exp
5993 * gdb.trace/trace-mt.exp
5994 * gdb.trace/tracecmd.exp
5995 * gdb.trace/tracefile-pseudo-reg.exp
5996 * gdb.trace/tspeed.exp
5997 * gdb.trace/tstatus.exp
5998 * gdb.trace/tsv.exp
5999 * gdb.trace/unavailable.exp
6000 * gdb.trace/while-dyn.exp
6001 * gdb.trace/while-stepping.exp
6002 * lib/gdb-guile.exp
6003 * lib/gdb.exp
6004 * lib/mi-support.exp
6005 * lib/pascal.exp
6006 * lib/perftest.exp
6007 * lib/prelink-support.exp
6008 * lib/selftest-support.exp
6009
ad02e4fe
SM
60102016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6011
6012 * Makefile.in: Include disable-implicit-rules.mk.
6013
22347e55
AA
60142016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6015
6016 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6017 non-byte-aligned bit fields.
6018
da5b30da
AA
60192016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6020
6021 PR gdb/12616
6022 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6023 respects the DW_AT_data_bit_offset attribute.
6024
b593ecca
SM
60252016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6026
6027 * gdb.base/default.exp: Fix output of "set language".
6028
3b165252
SM
60292016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6030
6031 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6032 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6033 make.
6034 * configure.ac: Remove checks for the make program.
6035 * configure: Re-generate.
6036
1a2f3d7f
KB
60372016-11-16 Kevin Buettner <kevinb@redhat.com>
6038
6039 * gdb.python/py-recurse-unwind.c (main): Add loop.
6040 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6041 to read_register() and gdb.parse_and_eval(). Make each code
6042 call a separate case that can be individually tested.
6043 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6044 proc. Call cont_and_backtrace for each of the code paths that
6045 we want to test in the unwinder.
6046
b7f38fda
AA
60472016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6048
6049 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6050 the definition of struct S.
6051
1f8db343
CM
60522016-11-11 Catherine Moore <clm@codesourcery.com>
6053
6054 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6055
fad0c9fb
PA
60562016-11-09 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.base/commands.exp (runto_or_return): New procedure.
6059 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6060 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6061 (progvar_simple_while_test, progvar_complex_if_while_test)
6062 (if_while_breakpoint_command_test)
6063 (infrun_breakpoint_command_test, breakpoint_command_test)
6064 (user_defined_command_test, watchpoint_command_test)
6065 (test_command_prompt_position, redefine_hook_test)
6066 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6067 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6068 multi_line_input and multi_line. Remove gdb_expect and
6069 gdb_stop_suppressing_tests uses.
6070 * lib/gdb.exp (valnum_re): New global.
6071 (multi_line_input): New procedure.
6072
8354c62c
SM
60732016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6074
6075 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6076 Remove.
6077 (test_setup): Define with proc_with_prefix.
6078 (test_cli_inferior): Likewise.
6079 (test_cli_thread): Likewise.
6080 (test_cli_frame): Likewise.
6081 (test_cli_select_frame): Likewise.
6082 (test_cli_up_down): Likewise.
6083 (test_mi_thread_select): Likewise.
6084 (test_mi_stack_select_frame): Likewise.
6085 (test_cli_in_mi_inferior): Likewise.
6086 (test_cli_in_mi_thread): Likewise.
6087 (test_cli_in_mi_frame): Likewise.
6088 (top level): Do not use with_test_prefix_procname.
6089
64f367a2
PA
60902016-11-09 Pedro Alves <palves@redhat.com>
6091
6092 * gdb.base/commands.exp (gdbvar_simple_if_test)
6093 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6094 (progvar_simple_if_test, progvar_simple_while_test)
6095 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6096 (infrun_breakpoint_command_test, breakpoint_command_test)
6097 (user_defined_command_test, watchpoint_command_test)
6098 (test_command_prompt_position, deprecated_command_test)
6099 (bp_deleted_in_command, temporary_breakpoint_commands)
6100 (stray_arg0_test, source_file_with_indented_comment)
6101 (recursive_source_test, if_commands_test)
6102 (error_clears_commands_left, redefine_hook_test)
6103 (redefine_backtrace_test): Use proc_with_prefix.
6104 * lib/gdb.exp (proc_with_prefix): New proc.
6105
0bb65f1e
AA
61062016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6107
6108 * gdb.base/tui-layout.c: New file.
6109 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6110 disassembly window contains very long lines.
6111
7353f247
TT
61122016-11-08 Tom Tromey <tom@tromey.com>
6113
6114 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6115 depend on Python 2.
6116
30a7bb83
TT
61172016-11-08 Tom Tromey <tom@tromey.com>
6118
6119 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6120 New method.
6121
cdf5a07c
MG
61222016-10-29 Manish Goregaokar <manish@mozilla.com>
6123
2806dc7e 6124 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6125
51a789c3
MG
61262016-10-27 Manish Goregaokar <manish@mozilla.com>
6127
2806dc7e
PA
6128 * gdb.rust/simple.rs: Add test for univariant enums without
6129 discriminants and for encoded struct-like enums.
51a789c3 6130
f610ab6d
PA
61312016-10-28 Pedro Alves <palves@redhat.com>
6132
6133 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6134 gdb_test_multiple, tighten regexps and match symtabs and line
6135 tables incrementally.
6136
b129b0ca
LM
61372016-10-28 Luis Machado <lgustavo@codesourcery.com>
6138
6139 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6140 general.
6141
ecf45d2c
SL
61422016-10-25 Luis Machado <lgustavo@codesourcery.com>
6143
6144 * gdb.base/exec-invalid-sysroot.exp: New file.
6145
b8d38ee4
JK
61462016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6147
6148 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6149
f90fd8c2
JK
61502016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6151
6152 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6153
2d2476aa
MR
61542016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6155
2806dc7e
PA
6156 * gdb.base/killed-outside.exp: Remove $options from a call to
6157 `prepare_for_testing'.
2d2476aa 6158
e42b25a0
SM
61592016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6160
6161 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6162 Change test message.
6163
3ccdb432
SM
61642016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6165
6166 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6167 Update comment.
6168
5bad3170
SM
61692016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6170
6171 * gdb.trace/mi-trace-save.exp: New file.
6172
5ad9dba7
YQ
61732016-10-13 Yao Qi <yao.qi@linaro.org>
6174
6175 * gdb.base/code_elim.exp (get_var_address): Remove.
6176 * gdb.base/relocate.exp: Likewise.
6177 * gdb.base/shreloc.exp: Likewise.
6178 * lib/gdb.exp (get_var_address): New.
6179
62df7e21
YQ
61802016-10-13 Yao Qi <yao.qi@linaro.org>
6181
6182 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6183 floating point tests if $skip_float_test is false.
6184
4dac951e
LM
61852016-10-12 Luis Machado <lgustavo@codesourcery.com>
6186
6187 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6188 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6189 argc values.
6190 Add 1 to argc so we guarantee distinct initial/modified argc values.
6191
8f1a8fc4
JK
61922016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6193
6194 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6195
16c85b5d
JK
61962016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6199 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6200 * gdb.arch/vsx-regs.exp: Likewise.
6201
1d0e042a
YQ
62022016-10-07 Yao Qi <yao.qi@linaro.org>
6203
6204 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6205
68dadef5
MM
62062016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6207
6208 * gdb.python/python.exp: Test decode_line("*0").
6209
33fa2c6e
DE
62102016-10-06 Doug Evans <dje@google.com>
6211
6212 * gdb.python/py-value.exp (test_value_creation): Add test for large
6213 unsigned 64-bit value.
6214
9c37b5ae
TT
62152016-10-06 Tom Tromey <tom@tromey.com>
6216
6217 * gdb.compile/compile.exp: Change java tests to rust.
6218 * gdb.base/setshow.exp: Change java tests to rust.
6219 * gdb.base/default.exp: Remove java from language list.
6220 * README (Examples): Update language example.
6221 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6222 test.
6223 * lib/gdb.exp (skip_java_tests): Remove.
6224 * lib/java.exp: Remove.
6225 * gdb.java: Remove.
6226
78b86327
MR
62272016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6228
6229 * gdb.arch/mips-fcr.exp: New test.
6230 * gdb.arch/mips-fcr.c: Source for the new test.
6231
7470adbb
MR
62322016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6233
6234 * gdb.base/solib-disc.exp: Use `standard_output_file'
6235 throughout.
6236
4a556533
PA
62372016-10-06 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/jit-simple-dl.c: New file.
6240 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6241 * gdb.base/jit-simple.c: ... this.
6242 * gdb.base/jit-simple.exp (jit_run): Delete.
6243 (build_jit): New proc.
6244 (jit_test_reread): Recompile either the main program or the shared
6245 library, depending on what is being tested. Skip changing address
6246 if caller wants to. Compare before/after addresses. If testing
6247 standalone, explicitly load the binary. Test "maint info
6248 breakpoints".
6249 (top level): Add "standalone vs shared lib" and "change address"
6250 vs "same address" axes.
6251
5a122fbc
PA
62522016-10-06 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6255 call.
6256 (jit_run): Delete.
6257 (jit_test_reread): Use with_test_prefix. Reload the main binary
6258 explicitly. Compare the before/after addresses of the JIT
6259 descriptor.
6260
ee8da4b8
DE
62612016-08-15 Doug Evans <dje@google.com>
6262
6263 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6264 for single bitfields is bool.
6265 * gdb.xml/tdesc-regs.exp: Ditto.
6266
f389f6fe
JK
62672016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6268
6269 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6270
fdebf1a4
YQ
62712016-10-05 Yao Qi <yao.qi@linaro.org>
6272
6273 * lib/gdb.exp (support_complex_tests): Return zero if
6274 gdb_skip_float_test return true.
6275
9c36d954 62762016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6277 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6278
6279 PR gdb/20487
6280 * gdb.mi/user-selected-context-sync.exp: New file.
6281 * gdb.mi/user-selected-context-sync.c: New file.
6282
4034d0ff 62832016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6284 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6285
6286 PR gdb/20487
6287 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6288 =thread-select-event check.
6289
a4297203
PB
62902016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6291
6292 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6293 the compulsory L operand changes.
6294 * gdb.arch/powerpc-power.s: Likewise.
6295
bb805577
JK
62962016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6297
6298 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6299 * gdb.base/jit-attach-pie.c: New file.
6300 * gdb.base/jit-attach-pie.exp: New file.
6301
6d61dee5
PA
63022016-09-28 Pedro Alves <palves@redhat.com>
6303
6304 * gdb.base/infcall-input.c: New file.
6305 * gdb.base/infcall-input.exp: New file.
6306
f73842fc
YQ
63072016-09-22 Yao Qi <yao.qi@linaro.org>
6308
6309 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6310 (gdb_exit): Rename it to ...
6311 (gdbserver_gdb_exit): ... Close GDBserver.
6312 (gdb_exit): New proc, call gdbserver_gdb_exit.
6313 (mi_gdb_exit): Likewise.
6314
90681dab
YQ
63152016-09-22 Yao Qi <yao.qi@linaro.org>
6316
6317 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6318 path.
6319 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6320 Remove duplication.
6321
9c211fd8
YQ
63222016-09-22 Yao Qi <yao.qi@linaro.org>
6323
6324 * lib/gdbserver-support.exp: Check the existence of
6325 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6326
ad0a504f
AK
63272016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6328
6329 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6330
36cf1806
TT
63312016-09-21 Tom Tromey <tom@tromey.com>
6332
6333 PR gdb/20604:
6334 * gdb.base/quit.exp: New file.
6335
74172ecf
SM
63362016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6337
6338 * .gitignore: New file.
6339
3d0ec882
MR
63402016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6341
6342 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6343 throughout.
6344
8193adea
AA
63452016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6346
6347 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6348
d41a5c09
JK
63492016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6350
6351 * gdb.cp/casts.cc (decltype): Move it ...
6352 (main): ... with its call to ...
6353 * gdb.cp/casts03.cc: ... a new file.
6354 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6355
d2dfe700
JK
63562016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6357
6358 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6359
e2a92b16
PB
63602016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6361
6362 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6363 and sync up the test with tests in gas/testsuite/gas/ppc.
6364 * gdb.arch/powerpc-power.exp: Likewise.
6365
49b4de64
JK
63662016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6367
6368 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6369
2c29df25
SDJ
63702016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6371 Jan Kratochvil <jan.kratochvil@redhat.com>
6372
6373 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6374 make m1's definition to be different from m2's. Use 'dummy' as an
6375 argument for probe 'two'.
6376
cc3c2846
JB
63772016-09-10 Jon Beniston <jon@beniston.com>
6378
6379 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6380 for sim target.
6381
e1b2624a
AA
63822016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6383
6384 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6385 variable declaration.
6386 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6387 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6388 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6389 received HWCAP as its argument.
6390
4295e285
PA
63912016-09-06 Pedro Alves <palves@redhat.com>
6392
6393 * gdb.base/new-ui-pending-input.c: New file.
6394 * gdb.base/new-ui-pending-input.exp: New file.
6395 * gdb.exp (clear_gdb_spawn_id): New procedure.
6396 (with_spawn_id): Check whether gdb_spawn_id exists before
6397 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6398 on exit.
6399
00d5215e
UW
64002016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6401
6402 * gdb.base/float128.c: New file.
6403 * gdb.base/float128.exp: Likewise.
6404 * gdb.base/floatn.c: Likewise.
6405 * gdb.base/floatn.exp: Likewise.
6406
a9ff5f12
UW
64072016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6408
6409 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6410
f245535c
PA
64112016-09-05 Pedro Alves <palves@redhat.com>
6412
6413 PR backtrace/19927
6414 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6415 unwinders are immediately called as side effect of "source" or
6416 "disable unwinder" commands.
6417 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6418
ae9cf263
YQ
64192016-09-02 Yao Qi <yao.qi@linaro.org>
6420
6421 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6422 is true and $type is "float" or "double".
6423
27aba047
YQ
64242016-09-02 Yao Qi <yao.qi@linaro.org>
6425
6426 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6427 true.
6428 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6429 * gdb.base/call-rt-st.exp: Likewise.
6430 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6431 return value instead of gdb,skip_float_test.
6432 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6433 (do_function_calls): Use its return value instead of
6434 gdb,skip_float_test.
6435 * gdb.base/finish.exp: Likewise.
6436 * gdb.base/funcargs.exp: Likewise.
6437 * gdb.base/return.exp: Likewise.
6438 * gdb.base/return2.exp: Likewise.
6439 * gdb.base/varargs.exp: Likewise.
6440 * lib/gdb.exp (gdb_skip_float_test): Change it to
6441 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6442
5af962df
AA
64432016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6444
6445 * gdb.multi/tids.exp: Test "thread apply all".
6446
7fac6910
JK
64472016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6448
6449 * gdb.base/default.exp (tty): Remove.
6450
bb1fe4ac
KB
64512016-08-24 Kevin Buettner <kevinb@redhat.com>
6452
2806dc7e
PA
6453 * gdb.python/py-recurse-unwind.c: New file.
6454 * gdb.python/py-recurse-unwind.py: New file.
6455 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6456
0a1ddfa6
SM
64572016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6458
6459 * gdb.base/set-inferior-tty.exp: New file.
6460 * gdb.base/set-inferior-tty.c: New file.
6461
d9de1fe3
PA
64622016-08-23 Pedro Alves <palves@redhat.com>
6463
6464 PR gdb/20494
6465 * gdb.base/new-ui-echo.c: New file.
6466 * gdb.base/new-ui-echo.exp: New file.
6467
e9d9abd7
YQ
64682016-08-23 Yao Qi <yao.qi@linaro.org>
6469
6470 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6471 gdbserver_spawn.
6472 * gdb.server/connect-without-multi-process.exp (do_test):
6473 Likewise.
6474
3589529e
YQ
64752016-08-23 Yao Qi <yao.qi@linaro.org>
6476
6477 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6478 standalone_txt. Delete gdb_txt and standalone_txt on host
6479 and target. Spawn the binary on target. Copy files from
6480 target to host.
6481
6bb90213
PA
64822016-08-22 Pedro Alves <palves@redhat.com>
6483
6484 PR gdb/20505
6485 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6486 with_test_prefix. Factor out bits to ...
6487 (test_no_vdso): ... this new procedure.
6488
20c2c024
CL
64892016-08-19 Carl Love <cel@us.ibm.com>
6490
6491 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6492 maintaining separate logic for constructing the output path.
6493 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6494 * gdb.arch/ppc-dfp.exp: Likewise.
6495 * gdb.arch/ppc-fp.exp: Likewise.
6496 * gdb.arch/vsx-regs.exp: Likewise.
6497 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6498 binprefix for generating the additional binary files.
6499
0646e07d
PA
65002016-08-19 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.trace/mi-trace-frame-collected.exp
6503 (test_trace_frame_collected): On x32, expect two registers.
6504
46da9242
CL
65052016-08-18 Carl Love <cel@us.ibm.com>
6506
6507 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6508 and sync up the test with tests in gas/testsuite/gas/ppc.
6509 * gdb.arch/powerpc-power.exp: Likewise.
6510
eb2332d7
SM
65112016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6512
6513 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6514 expected error message.
6515
63c61e04
SM
65162016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6517
6518 * gdb.multi/remove-inferiors.exp: New file.
6519 * gdb.multi/remove-inferiors.c: New file.
6520
7b17065f
YQ
65212016-08-12 Yao Qi <yao.qi@linaro.org>
6522
6523 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6524 argument list.
6525
01d3dedf
PA
65262016-08-10 Pedro Alves <palves@redhat.com>
6527
6528 PR gdb/19187
6529 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6530 setup_kfails.
6531
3eb7562a
PA
65322016-08-09 Pedro Alves <palves@redhat.com>
6533 Simon Marchi <simon.marchi@ericsson.com>
6534
6535 PR gdb/20418
6536 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6537 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6538
80614914
PA
65392016-08-09 Pedro Alves <palves@redhat.com>
6540
6541 PR mi/20431
6542 * gdb.mi/mi-cmd-error.exp: New file.
6543
f348d89a
PA
65442016-08-09 Pedro Alves <palves@redhat.com>
6545
6546 PR gdb/18653
6547 * gdb.base/signals-state-child.c: New file.
6548 * gdb.base/signals-state-child.exp: New file.
6549 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6550
e5ca03b4
PA
65512016-08-09 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6554
282a0691
TT
65552016-08-03 Tom Tromey <tom@tromey.com>
6556
6557 PR python/18565:
6558 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6559
41bfcd63
YQ
65602016-08-01 Yao Qi <yao.qi@linaro.org>
6561
6562 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6563 variable mode to "multi-process" if $multi_process is 1, otherwise
6564 set it to "single-process".
6565
e3465b24
YQ
65662016-08-01 Yao Qi <yao.qi@linaro.org>
6567
6568 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6569 * gdb.cp/cpexprs.exp: Likewise.
6570 * gdb.cp/m-static.exp: Likewise.
6571
0b31a4bc
TT
65722016-07-26 Tom Tromey <tom@tromey.com>
6573
6574 PR python/20190:
6575 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6576 test.
6577
e0461dbb
MM
65782016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6579
6580 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6581 selecting assembly source files.
6582 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6583 assembly source files.
6584 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6585 assembly source files.
6586 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6587 selecting assembly source files.
6588
8194e927
SM
65892016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6590
6591 * gdb.base/new-ui.exp (do_test_invalid_args): New
6592 procedure.
6593
c0272db5
TW
65942016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6595
6596 * gdb.btrace/reconnect.c: New file.
6597 * gdb.btrace/reconnect.exp: New file.
6598
e3487908
GKB
65992016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6600
6601 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6602 to test_catch_syscall_group.
6603 (test_catch_syscall_group): New.
6604
12df5c00
TT
66052016-07-21 Tom Tromey <tom@tromey.com>
6606
6607 * gdb.rust/simple.rs (main): Use empty struct expression.
6608 * gdb.rust/simple.exp: Add tests for empty struct expression.
6609
bae62ee2
YQ
66102016-07-21 Yao Qi <yao.qi@linaro.org>
6611
6612 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6613 if gdb_skip_xml_test is true on some targets.
6614
b1b53fb3
YQ
66152016-07-21 Yao Qi <yao.qi@linaro.org>
6616
6617 * gdb.server/solib-list.exp: Unset last_loaded_file.
6618
027d97f8
JK
66192016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6620
6621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6622 "step into captured_main (args)".
6623
7674d381
JK
66242016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6625
6626 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6627
72b5d099
JK
66282016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6629
6630 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6631
1f960ced
PA
66322016-07-19 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6635 * gdb.opt/inline-bt.exp: Likewise.
6636 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6637 additional_flags=-Winline.
6638 * gdb.opt/inline-locals.exp: Likewise.
6639 * gdb.opt/inline-markers.c (ATTR): Define.
6640 (inlined_fn): Use it.
6641
f25827c1
YQ
66422016-07-19 Yao Qi <yao.qi@linaro.org>
6643
6644 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6645 (test_with_self): Remove some code. Remove argument executable.
6646 (top-level): Use do_self_tests.
6647
37539ebe
DB
66482016-07-15 Zachary Welch <zwelch@codesourcery.com>
6649 Don Breazeal <donb@codesourcery.com>
6650
6651 * gdb.base/maint.exp: Escape paths used in regular expressions.
6652 * gdb.stabs/weird.exp: Likewise.
6653
dac790e1
TT
66542016-07-13 Tom Tromey <tom@tromey.com>
6655
6656 PR python/15620, PR python/18620:
6657 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6658 (test_bkpt_events): New procs.
6659
93daf339
TT
66602016-07-13 Tom Tromey <tom@tromey.com>
6661
6662 PR python/17698:
6663 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6664 test.
6665 (test_watchpoints): Likewise.
6666 (test_bkpt_pending): New proc.
6667
6571a381
TT
66682016-07-13 Tom Tromey <tom@tromey.com>
6669
6670 PR cli/18053:
6671 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6672 completion test.
6673
e8732474
JK
66742016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6675
6676 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6677 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6678 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6679 f_label.
6680 (g): Rename g_end_lbl to g_label.
6681 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6682 low_pc and high_pc.
6683 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6684
e0f3fd7c
TT
66852016-07-12 Tom Tromey <tom@tromey.com>
6686
6687 PR python/19293:
6688 * gdb.python/py-unwind-maint.exp: Update tests.
6689
3cfe46b6
YQ
66902016-07-12 Yao Qi <yao.qi@linaro.org>
6691
6692 * lib/selftest-support.exp (selftest_setup): Match the output
6693 when captured_main is inlined.
6694
4f19a0e6
WT
66952016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6696
6697 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6698 New variables.
6699 (print this%a, print this%b, print this): New tests.
6700 * gdb.fortran/derived-types.f90 (this): New object and
6701 initialization.
6702
986cf455
SM
67032016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6704
6705 * gdb.ada/arraydim.exp: Remove extra directory level in build
6706 directory.
6707
f0464b23
SM
67082016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6709
6710 * lib/ada.exp: Remove extra directory level in build directory.
6711 * gdb.ada/cond_lang.exp: Likewise.
6712 * gdb.ada/exec_changed.exp: Likewise.
6713 * gdb.ada/lang_switch.exp: Likewise.
6714
42d94011
MG
67152016-07-06 Manish Goregaokar <manish@mozilla.com>
6716
2806dc7e
PA
6717 * simple.rs: Add test for raw pointer subscripting.
6718 * simple.exp: Add test expectations.
42d94011 6719
647c264c
YQ
67202016-07-05 Yao Qi <yao.qi@linaro.org>
6721
6722 * gdb.mi/mi-reverse.exp: Match =record-started output.
6723
20aa2c60
PA
67242016-07-01 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6727 procedure.
6728 (jit_reader_test): Test the jit reader's unwinder.
6729 * gdb.base/jithost.c (jit_function_00_code): New global.
6730 (main): Use memcpy to fill in the mmapped code, instead of poking
6731 bytes manually here.
6732 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6733 value.
6734 (read_debug_info): Save the function's range.
6735 (read_sp): New function.
6736 (unwind_frame): Use it. Also unwind RBP.
6737 (get_frame_id): Use read_sp.
6738 (gdb_init_reader): Use calloc instead of malloc.
6739 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6740 parameter. Use gdb_test_multiple.
6741
ced2dffb
PA
67422016-07-01 Pedro Alves <palves@redhat.com>
6743 Antoine Tremblay <antoine.tremblay@ericsson.com>
6744
6745 * gdb.threads/process-dies-while-detaching.c: New file.
6746 * gdb.threads/process-dies-while-detaching.exp: New file.
6747
63000888
PA
67482016-07-01 Pedro Alves <palves@redhat.com>
6749
6750 * gdb.multi/watchpoint-multi-exit.c: New file.
6751 * gdb.multi/watchpoint-multi-exit.exp: New file.
6752
038d4868
PA
67532016-06-30 Pedro Alves <palves@redhat.com>
6754
6755 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6756 unset inferior_spawn_id.
6757
994e9c83
PA
67582016-06-30 Pedro Alves <palves@redhat.com>
6759
6760 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6761 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6762
e5653468
YQ
67632016-06-29 Yao Qi <yao.qi@linaro.org>
6764
6765 * gdb.base/return.c: Add copyright header.
6766
803b47e5
TT
67672016-06-29 Tom Tromey <tom@tromey.com>
6768
6769 PR python/20129:
6770 * gdb.python/py-framefilter.exp: Add tests for setting priority
6771 and disabling of non-existent frame filter.
6772
28244707
YQ
67732016-06-29 Yao Qi <yao.qi@linaro.org>
6774
6775 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6776 0x0f07ff.
6777
a31d2f06
YQ
67782016-06-28 Yao Qi <yao.qi@linaro.org>
6779
6780 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6781 triplets. Start gdb, execute catch syscall, and continue. Check
6782 gdb's output to determine catch syscall is supported.
6783
921d8f54
MG
67842016-06-27 Manish Goregaokar <manish@mozilla.com>
6785
25d49b86
PA
6786 * gdb.rust/simple.rs: Add test for returning unit in a function.
6787 * gdb.rust/simple.exp: Add expectation for functions returning
6788 unit.
921d8f54 6789
f4952523
PMR
67902016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6791
6792 * gdb.python/py-breakpoint-create-fail.c,
6793 gdb.python/py-breakpoint-create-fail.exp,
6794 gdb.python/py-breakpoint-create-fail.py: New testcase.
6795
fccb08f8
MG
67962016-06-25 Manish Goregaokar <manish@mozilla.com>
6797
6798 PR gdb/20239
6799 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6800 * gdb.rust/simple.exp: Add test expectations for new NonZero
6801 tests.
fccb08f8 6802
6b850546
DT
68032016-06-24 David Taylor <dtaylor@emc.com>
6804
6805 * gdb.base/offsets.exp: New file.
6806 * gdb.base/offsets.c: New file.
6807
17621150
TT
68082016-06-23 Tom Tromey <tom@tromey.com>
6809
6810 PR gdb/16483:
6811 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6812 before any filters are loaded.
6813
04d59df6
WT
68142016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6815
6816 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6817 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6818 structs.
6819 * gdb.fortran/derived-type-function.exp: New file.
6820 * gdb.fortran/derived-type-function.f90: New file.
6821
6822
ac69f786
PA
68232016-06-21 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.base/new-ui.exp: New file.
6826 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6827 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6828 (with_spawn_id): New procedure.
6829
49940788
PA
68302016-06-21 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.mi/mi-exec-run.exp: New file.
6833
ef274d26
PA
68342016-06-21 Pedro Alves <palves@redhat.com>
6835
6836 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6837 breakpoint command's output on the main UI.
6838 (test_break): New procedure, factored out from calls in the top
6839 level.
6840 (top level): Use foreach_with_prefix to test MI as main UI and as
6841 separate UI.
6842
468afe6c
PA
68432016-06-21 Pedro Alves <palves@redhat.com>
6844
6845 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6846 (test_awatch_creation_and_listing)
6847 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6848 Remove 'type' parameter.
6849 (test_watchpoint_all): New parameter mi_mode. Remove
6850 with_test_prefix.
6851 (top level): Use foreach_with_prefix, and add main/separate UI MI
6852 testing axis.
6853
51f77c37
PA
68542016-06-21 Pedro Alves <palves@redhat.com>
6855
6856 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6857 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6858 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6859 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6860 (gdb_main_spawn_id, mi_spawn_id): Declare and
6861 comment.
6862 (mi_create_inferior_pty): New procedure,
6863 factored out from default_mi_gdb_start.
6864 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6865 procedures.
6866 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6867 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6868 Use mi_create_inferior_pty.
6869 (mi_gdb_start): Use eval to pass down args list.
6870
8980e177
PA
68712016-06-21 Pedro Alves <palves@redhat.com>
6872
6873 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6874 * gdb.opt/inline-cmds.exp: Add MI tests.
6875
f38d3ad1
PA
68762016-06-21 Pedro Alves <palves@redhat.com>
6877
6878 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6879
45db7c09
PA
68802016-06-21 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6883 (top level): Use it instead of mi_execute_to.
6884
5a069ab3
PA
68852016-06-21 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6888 (cont_handler_str): New.
6889 (signal_stop_handler): Set stop_handler_str instead of printing to
6890 stdout.
6891 (continue_handler): Set cont_handler_str instead of printing to
6892 stdout.
6893 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6894 mi_send_resuming_command. Print stop_handler_str and
6895 cont_handler_str instead of expecting the python events print
6896 directly.
6897
2838cc1d
SD
68982016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6899
6900 * gdb.base/jit-reader.exp: New file.
6901 * gdb.base/jithost.c: New file.
6902 * gdb.base/jithost.h: New file.
6903 * gdb.base/jitreader.c : New file.
6904 * gdb.base/jit-protocol.h: New file.
6905
21a77091
YQ
69062016-06-17 Yao Qi <yao.qi@linaro.org>
6907
6908 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6909 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6910 and detach-on-fork. Adjust tests.
6911 (top level): Invoke break_cond_on_syscall with combinations of
6912 syscall, follow-fork-mode and detach-on-fork.
6913
f50bf8e5
YQ
69142016-06-17 Yao Qi <yao.qi@linaro.org>
6915
6916 * gdb.base/step-over-exit.c: New.
6917 * gdb.base/step-over-exit.exp: New.
6918
a28d8e50
YTL
69192016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6920
6921 * gdb.base/float.exp: Add target check for nds32*-*-*.
6922 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6923
cad8e26d
AB
69242016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6925
6926 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6927 for unsupported target features.
6928 * gdb.base/call-rt-st.exp: Likewise.
6929 * gdb.base/call-sc.exp: Likewise.
6930 * gdb.base/call-signal-resume.exp: Likewise.
6931 * gdb.base/call-strs.exp: Likewise.
6932 * gdb.base/callexit.exp: Likewise.
6933 * gdb.base/callfuncs.exp: Likewise.
6934 * gdb.base/nodebug.exp: Likewise.
6935 * gdb.base/printcmds.exp: Likewise.
6936 * gdb.base/ptype.exp: Likewise.
6937 * gdb.base/structs.exp: Likewise.
6938 * gdb.base/unwindonsignal.exp: Likewise.
6939 * gdb.cp/gdb2495.exp: Likewise.
6940 * gdb.cp/templates.exp: Likewise.
6941 * gdb.cp/virtfunc.exp: Likewise.
6942 * gdb.threads/hand-call-in-threads.exp: Likewise.
6943 * gdb.threads/interrupted-hand-call.exp: Likewise.
6944 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6945
347dc102
TT
69462016-06-10 Tom Tromey <tom@tromey.com>
6947
6948 PR rust/20110:
6949 * gdb.rust/expr.exp: Add test for integer constant larger than
6950 i32.
6951
5e13cf25
BH
69522016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6953
6954 * gdb.fortran/nested-funcs.exp: New.
6955 * gdb.fortran/nested-funcs.f90: New.
6956
bb556f1f
TK
69572016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6958
6959 * gdb.base/examine-backward.c: New file.
6960 * gdb.base/examine-backward.exp: New file.
6961
38b022b4
SM
69622016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6963
6964 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6965 matching.
6966
1b40ec05
TT
69672016-06-02 Tom Tromey <tom@tromey.com>
6968
6969 PR python/18984:
6970 * gdb.python/py-shared.exp: Add solib_name test.
6971
193bd378
SM
69722016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6973
6974 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6975
3326303b
MG
69762016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6977
6978 PR c++/19893
6979 * gdb.dwarf2/implref.exp: Rename to...
6980 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6981 * gdb.dwarf2/implref-array.c: New file.
6982 * gdb.dwarf2/implref-array.exp: Likewise.
6983 * gdb.dwarf2/implref-global.c: Likewise.
6984 * gdb.dwarf2/implref-global.exp: Likewise.
6985 * gdb.dwarf2/implref-struct.c: Likewise.
6986 * gdb.dwarf2/implref-struct.exp: Likewise.
6987
825c8ef2
AT
69882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6989
6990 * gdb.trace/trace-condition.exp: Add 64bit tests.
6991
2320162a
AT
69922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6993
6994 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6995 bits types.
6996 (main): Adapt to 8 to 64 bits types.
6997 * gdb.trace/trace-condition.exp: Add new tests.
6998
a7818233
AT
69992016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7000
7001 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7002
0d336466
AT
70032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7004
7005 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7006 Move condition tests...
7007 * gdb.trace/trace-condition.exp: Here.
7008
7faeb45a
AT
70092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7010
7011 * gdb.trace/trace-condition.exp: Add counter-case tests.
7012
e385593e
JK
70132016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7014
7015 PR c++/15231
7016 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7017 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7018
744608cc
PA
70192016-05-27 Pedro Alves <palves@redhat.com>
7020
7021 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7022 New procedure.
7023 (top level): Call it, and bail out of DejaGnu is known to be bad.
7024
ac775bf4
AB
70252016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7026
7027 * gdb.base/whatis.c: Extend the test case.
7028 * gdb.base/whatis.exp: Add additional tests.
7029
2bbad2ea
BH
70302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7031
7032* gdb.fortran/type.f90: Add pointer variable.
7033* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7034
8b70175d
BH
70352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7036
7037 * gdb.fortran/vla-type.exp: Fix testcase name.
7038
86d8a848
BH
70392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7040
7041 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7042
e188eb36
BH
70432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7044
7045 * gdb.fortran/type.f90: Add nested structures.
7046 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7047 * gdb.fortran/derived-type.exp: Adapt expected output.
7048 * gdb.fortran/vla-type.exp: Adapt expected output.
7049
9b2db1fd
BH
70502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7051
7052 * gdb.fortran/whatis_type.exp: Adapt expected output.
7053
72b17055
BH
70542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7055
7056 * gdb.fortran/print_type.exp: Fix expected output.
7057 * gdb.fortran/whatis_type.exp: Fix expected output.
7058
3cd81d8d
BH
70592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7060
7061 * gdb.fortran/whatis_type.exp: Use multi_line.
7062
ddae9462
TT
70632016-05-24 Tom Tromey <tom@tromey.com>
7064
7065 PR python/17386:
7066 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7067 use value as an index.
7068
1957f6b8
TT
70692016-05-23 Tom Tromey <tom@tromey.com>
7070
7071 PR python/17981:
7072 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7073 no-breakpoint case.
7074
026a9174
PA
70752016-05-24 Pedro Alves <palves@redhat.com>
7076
7077 PR gdb/19828
7078 * gdb.threads/clone-attach-detach.c: New file.
7079 * gdb.threads/clone-attach-detach.exp: New file.
7080
e70a7231
FR
70812016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7082
7083 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7084
0f6ed0e0
TT
70852016-05-23 Tom Tromey <tom@tromey.com>
7086
7087 PR python/19438, PR python/18393:
7088 * gdb.python/py-progspace.exp: Add "dir" test.
7089 * gdb.python/py-objfile.exp: Add "dir" test.
7090
ffd19d61
YQ
70912016-05-23 Yao Qi <yao.qi@linaro.org>
7092
7093 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7094 * gdb.arch/thumb2-it.exp: Likewise.
7095
9e8f9b05
SM
70962016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7097
7098 * gdb.mi/mi-threads-interrupt.c: New file.
7099 * gdb.mi/mi-threads-interrupt.exp: New file.
7100
61c6156d
SM
71012016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7102
7103 PR gdb/18077
7104 * gdb.mi/mi-async-run.exp: New file.
7105 * gdb.mi/mi-async-run.c: New file.
7106
67218854
TT
71072016-05-17 Tom Tromey <tom@tromey.com>
7108 Manish Goregaokar <manishsmail@gmail.com>
7109
7110 * lib/rust-support.exp: New file.
7111 * lib/gdb.exp (skip_rust_tests): New proc.
7112 (build_executable_from_specs): Handle rust.
7113 * lib/future.exp (gdb_find_rustc): New proc.
7114 (gdb_default_target_compile): Handle rust.
7115 * gdb.rust/expr.exp: New file.
7116 * gdb.rust/generics.exp: New file.
7117 * gdb.rust/generics.rs: New file.
7118 * gdb.rust/methods.exp: New file.
7119 * gdb.rust/methods.rs: New file.
7120 * gdb.rust/modules.exp: New file.
7121 * gdb.rust/modules.rs: New file.
7122 * gdb.rust/simple.exp: New file.
7123 * gdb.rust/simple.rs: New file.
7124
c44af4eb
TT
71252016-05-17 Tom Tromey <tom@tromey.com>
7126
7127 * gdb.base/default.exp (set language): Add rust.
7128
dcd1f979
TT
71292016-05-17 Tom Tromey <tom@tromey.com>
7130
7131 * gdb.gdb/unittest.exp: New file.
7132
155b7f57
YQ
71332016-05-16 Yao Qi <yao.qi@linaro.org>
7134
7135 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7136 shell_prompt. Update shell_prompt_re.
7137
8ddd5a6c
DE
71382016-05-12 Doug Evans <dje@google.com>
7139
7140 PR symtab/19999
7141 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7142 $options when building executable.
7143 * gdb.dwarf2/fission-loclists-pie.S: New file.
7144 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7145
02e370d9
SM
71462016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7147
7148 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7149 of [is_remote target],
7150
8929ad8b
SM
71512016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7152
7153 * lib/gdb.exp (use_gdb_stub): New procedure.
7154
6c447423
DE
71552016-05-03 Yunlian Jiang <yunlian@google.com>
7156 Doug Evans <dje@google.com>
7157
7158 PR symtab/19914
7159 * gdb.dwarf2/dwp-sepdebug.c: New file.
7160 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7161
444e826c
SM
71622016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7163
7164 * gdb.base/detach.exp: Remove is_remote check.
7165
740feeaa
SM
71662016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7167
7168 * gdb.base/annota-input-while-running.exp: Don't check for
7169 [is_remote target]. Enable annotations after running to main.
7170 Remove unused "set test..." line.
7171
9080ac9d
SM
71722016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7173
7174 * gdb.trace/trace-enable-disable.exp: New file.
7175 * gdb.trace/trace-enable-disable.c: New file.
7176
952ebca5
SM
71772016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7178
7179 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7180 use it in info sharedlibrary test.
7181 * gdb.trace/ftrace-lock.exp: Likewise.
7182 * gdb.trace/ftrace.exp: Likewise.
7183 * gdb.trace/range-stepping.exp: Likewise.
7184 * gdb.trace/trace-break.exp: Likewise.
7185 * gdb.trace/trace-condition.exp: Likewise.
7186 * gdb.trace/trace-mt.exp: Likewise.
7187
d9019901
SM
71882016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7189
7190 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7191 (gdb_load_shlib): ... this.
7192 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7193 gdb_load_shlib.
7194 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7195 * gdb.base/ctxobj.exp: Likewise.
7196 * gdb.base/dprintf-pending.exp: Likewise.
7197 * gdb.base/dso2dso.exp: Likewise.
7198 * gdb.base/fixsection.exp: Likewise.
7199 * gdb.base/gcore-relro.exp: Likewise.
7200 * gdb.base/gdb1555.exp: Likewise.
7201 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7202 * gdb.base/gnu-ifunc.exp: Likewise.
7203 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7204 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7205 * gdb.base/pending.exp: Likewise.
7206 * gdb.base/print-file-var.exp: Likewise.
7207 * gdb.base/print-symbol-loading.exp: Likewise.
7208 * gdb.base/shlib-call.exp: Likewise.
7209 * gdb.base/shreloc.exp: Likewise.
7210 * gdb.base/so-impl-ld.exp: Likewise.
7211 * gdb.base/solib-disc.exp: Likewise.
7212 * gdb.base/solib-nodir.exp: Likewise.
7213 * gdb.base/solib-overlap.exp: Likewise.
7214 * gdb.base/solib-symbol.exp: Likewise.
7215 * gdb.base/solib-weak.exp (do_test): Likewise.
7216 * gdb.base/sym-file.exp: Likewise.
7217 * gdb.base/symtab-search-order.exp: Likewise.
7218 * gdb.base/type-opaque.exp: Likewise.
7219 * gdb.base/unload.exp: Likewise.
7220 * gdb.base/watchpoint-solib.exp: Likewise.
7221 * gdb.compile/compile.exp: Likewise.
7222 * gdb.cp/gdb2384.exp: Likewise.
7223 * gdb.cp/infcall-dlopen.exp: Likewise.
7224 * gdb.cp/re-set-overloaded.exp: Likewise.
7225 * gdb.fortran/library-module.exp: Likewise.
7226 * gdb.opt/solib-intra-step.exp: Likewise.
7227 * gdb.python/py-finish-breakpoint.exp: Likewise.
7228 * gdb.python/py-shared.exp: Likewise.
7229 * gdb.reverse/solib-precsave.exp: Likewise.
7230 * gdb.reverse/solib-reverse.exp: Likewise.
7231 * gdb.server/solib-list.exp: Likewise.
7232 * gdb.threads/dlopen-libpthread.exp: Likewise.
7233 * gdb.threads/tls-shared.exp: Likewise.
7234 * gdb.threads/tls-so_extern.exp: Likewise.
7235 * gdb.trace/change-loc.exp: Likewise.
7236 * gdb.trace/ftrace-lock.exp: Likewise.
7237 * gdb.trace/ftrace.exp: Likewise.
7238 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7239 * gdb.trace/pending.exp: Likewise.
7240 * gdb.trace/range-stepping.exp: Likewise.
7241 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7242 (strace_info_marker): Likewise.
7243 (strace_probe_marker): Likewise.
7244 (strace_trace_on_same_addr): Likewise.
7245 (strace_trace_on_diff_addr): Likewise.
7246 * gdb.trace/trace-break.exp: Likewise.
7247 * gdb.trace/trace-condition.exp: Likewise.
7248 * gdb.trace/trace-mt.exp: Likewise.
7249
fca4cfd9
SM
72502016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7251
7252 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7253 result of gdb_remote_download.
7254 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7255 * gdb.base/dso2dso.exp: Likewise.
7256 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7257 * gdb.base/print-file-var.exp: Likewise.
7258 * gdb.base/shlib-call.exp: Likewise.
7259 * gdb.base/shreloc.exp: Likewise.
7260 * gdb.base/solib-overlap.exp: Likewise.
7261 * gdb.base/solib-weak.exp (do_test): Likewise.
7262 * gdb.base/unload.exp: Likewise.
7263
11cf4ffb
YQ
72642016-04-27 Yao Qi <yao.qi@linaro.org>
7265
7266 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7267 exists.
7268
3e2e34f8
KB
72692016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7270
7271 * vla-type.exp: Print structure from toplevel.
7272
8f07e298
BH
72732016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7274
7275 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7276 of dynamic types.
7277 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7278 of dynamic types.
7279
9920b434
BH
72802016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7281
7282 * gdb.fortran/vla-type.f90: New file.
7283 * gdb.fortran/vla-type.exp: New file.
7284
f3abeff5
YQ
72852016-04-25 Yao Qi <yao.qi@linaro.org>
7286
7287 * gdb.base/branch-to-self.c: New file.
7288 * gdb.base/branch-to-self.exp: New file.
7289
0a5d52f0
YQ
72902016-04-22 Yao Qi <yao.qi@linaro.org>
7291
7292 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7293 more after $hex.
7294
495346f6
YQ
72952016-04-22 Yao Qi <yao.qi@linaro.org>
7296
7297 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7298 * gdb.base/annota3.exp: Likewise.
7299
4a7e075c
YQ
73002016-04-22 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.reverse/step-precsave.exp: Do one step and test program
7303 stops in "callee" and do multiple steps until program goes out
7304 of "callee".
7305 * gdb.reverse/step-reverse.exp: Likewise.
7306
5b061e98
YQ
73072016-04-22 Yao Qi <yao.qi@linaro.org>
7308
7309 * gdb.trace/signal.exp: Also pass if
7310 $tracepoint_hits($i) > $iterations.
7311
5c5dc57f
YQ
73122016-04-22 Yao Qi <yao.qi@linaro.org>
7313
7314 * gdb.trace/signal.c: New file.
7315 * gdb.trace/signal.exp: New file.
7316
a55411b9
DE
73172016-04-19 Doug Evans <xdje42@gmail.com>
7318
7319 * gdb.base/bad-file.exp: New file.
7320
a22df60a
MG
73212016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7322
7323 * gdb.dwarf2/implref.exp: New file.
7324
0c13f7e5
BH
73252016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7326
7327 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7328 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7329 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7330 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7331 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7332 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7333 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7334 * lib/fortran.exp (fortran_int4): New procedure.
7335 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7336 (fortran_logical4): Likewise.
7337
9b9b09e9
BH
73382016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7339
7340 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7341
a14d1f4d
BH
73422016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7343
7344 * lib/compiler.c: Add Intel specific preprocessor macros.
7345 * lib/compiler.cc: Likewise.
25d49b86 7346
7d49b1d0
LM
73472016-04-13 Luis Machado <lgustavo@codesourcery.com>
7348
7349 * gdb.server/connect-with-no-symbol-file.c: New file.
7350 * gdb.server/connect-with-no-symbol-file.exp: New file.
7351
8392fa22
SM
73522016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7353
7354 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7355
8c4c4aeb
SM
73562016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7357
7358 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7359 standard output directory.
7360
45e3745e
AT
73612016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7362
7363 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7364
e26b7e41
MM
73652016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7366
7367 * gdb.btrace/instruction_history.c (loop): Add declaration.
7368
8ce09462
AT
73692016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7370
7371 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7372
2e88a1ea
SM
73732016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7374
7375 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7376 parentheses to print.
7377 (continue_handler): Likewise.
7378
f48e22e3
SM
73792016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7380
7381 * gdb.server/solib-list.exp: Remove is_remote check.
7382 Pass shlib= to gdb_compile. Don't link shared library with
7383 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7384 Run binary filename through "readlink -f" on the target.
7385
096be756
PA
73862016-04-08 Pedro Alves <palves@redhat.com>
7387
7388 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7389 interpreter filename as argument to gdbserver_spawn.
7390 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7391 Return empty if $last_loaded_file does not exist.
7392
06500533
JK
73932016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7394
7395 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7396 * gdb.base/jit-main.c: Use exit after usage.
7397
2d35e871
JK
73982016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7399
7400 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7401 GDBHISTSIZE prior to the tests.
7402 * gdb.base/gdbinit-history.exp: Likewise.
7403
74042016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7405
7406 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7407 instead of build_executable. Use gdb_load_shlibs.
7408
c8064e7e
YQ
74092016-04-07 Yao Qi <yao.qi@linaro.org>
7410
7411 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7412 Execute "si" command.
7413
bde47561
YQ
74142016-04-07 Yao Qi <yao.qi@linaro.org>
7415
7416 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7417 number instead of the comments on some line.
7418
b16f8a3b
DB
74192016-04-06 Don Breazeal <donb@codesourcery.com>
7420
7421 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7422 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7423
c2f901df
SM
74242016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7425
7426 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7427 standard_output_file. Remove unused binfile variable.
7428
ac17fda0
CU
74292016-04-05 Catalin Udma <catalin.udma@freescale.com>
7430
7431 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7432 * gdb.python/py-mi-objfile.exp: Match "list main" output
7433 in console format.
7434
03a8c4df
SM
74352016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7436
7437 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7438 absolute.
7439
6e774b13
SM
74402016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7441
7442 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7443 absolute.
7444 * gdb.trace/ftrace.exp: Likewise.
7445 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7446 targets as well.
7447 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7448 (gdb_load_shlibs): Copy libraries to test directory when testing
7449 natively. Only set solib-search-path if testing remotely.
7450 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7451
7817ea46
SM
74522016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7453
7454 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7455 gdb_download. Use it even if the target is not remote.
7456 * gdb.base/jit.exp (compile_jit_test): Likewise.
7457 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7458 output directory if the destination board is local, otherwise use
7459 the standard remote_download from DejaGnu.
7460 (gdb_download): Remove.
7461 (gdb_load_shlibs): Use gdb_remote_download instead of
7462 gdb_download.
7463 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7464 Use gdb_remote_download instead of gdb_download. Use it even if
7465 the target is not remote.
7466 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7467 instead of gdb_download.
7468
7beb7f68
SM
74692016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7470
7471 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7472 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7473 run.
7474
cc63428a
AV
74752016-04-01 Artemiy Volkov <artemiyv@acm.org>
7476
7477 PR gdb/19820
7478 * gdb.base/printcmds.exp: Add artificial arrays tests.
7479
64cdf930
PA
74802016-03-31 Pedro Alves <palves@redhat.com>
7481
7482 PR gdb/19858
7483 * gdb.base/jit-main.c: Include unistd.h.
7484 (ATTACH): Define to 0 if not already defined.
7485 (wait_for_gdb, mypid): New globals.
7486 (WAIT_FOR_GDB): New macro.
7487 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7488 some breakpoint locations.
7489 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7490 New procedures.
7491 (one_jit_test): Add REATTACH parameter, and handle it. Use
7492 continue_to_test_location.
7493 (top level): Test attach, and adjusts calls to one_jit_test.
7494
40dea8cb
PA
74952016-03-31 Pedro Alves <palves@redhat.com>
7496
7497 PR gdb/19858
7498 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7499 BINSUFFIX parameter, and handle it.
7500 (top level): Adjust calls compile_jit_test.
7501
e7ea3ec7
CU
75022016-03-31 Catalin Udma <catalin.udma@freescale.com>
7503
7504 PR python/19743
7505 * gdb.python/py-mi-events-gdb.py: New file.
7506 * gdb.python/py-mi-events.c: New file.
7507 * gdb.python/py-mi-events.exp: New file.
7508
e6359af3
YQ
75092016-03-30 Yao Qi <yao.qi@linaro.org>
7510
7511 * gdb.reverse/until-precsave.exp: Match function name only.
7512 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7513 Move malloc to a condition block.
7514 * gdb.reverse/until-reverse.exp: Match function name only.
7515
a4105d04
MK
75162016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7517
7518 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7519 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7520 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7521 variable for GPR 0 instead of assuming it is register 0.
7522 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7523 * lib/trace-support.exp: Add s390 registers.
7524
bfa6adb9
YQ
75252016-03-29 Yao Qi <yao.qi@linaro.org>
7526
7527 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7528
1e6697ea
YQ
75292016-03-24 Yao Qi <yao.qi@linaro.org>
7530
7531 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7532 test message.
7533
64bcd522
AA
75342016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7535
7536 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7537 maintaining separate logic for constructing the output path.
7538
7868401b
DB
75392016-03-16 Don Breazeal <donb@codesourcery.com>
7540
7541 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7542 Retry fork and waitpid on interrupted system call errors.
7543 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7544 Use with_timeout_factor to increase timeout by factor of 10.
7545
1cafadb4
DB
75462016-03-15 Don Breazeal <donb@codesourcery.com>
7547
7548 * gdb.cp/scope-err.cc: New test program.
7549 * gdb.cp/scope-err.exp: New test script.
7550 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7551 lines and "set breakpoint here" comment.
7552 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7553 Fixed some whitespace and format issues.
7554 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7555 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7556
81516450
DE
75572016-03-15 Doug Evans <dje@google.com>
7558
7559 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7560 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7561 All callers updated. Add tests for enums, mixed flags register.
7562
aa52b601
DE
75632016-03-15 Doug Evans <dje@google.com>
7564
7565 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7566 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7567
fa4ff313
SM
75682016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7569
7570 * gdb.base/default.exp: Add $_as_string to the list of expected
7571 convenience functions.
7572
f2403c39
AB
75732016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7574
7575 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7576
f2f3ccb9
SM
75772016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7578
7579 * gdb.python/py-as-string.exp: New file.
7580 * gdb.python/py-as-string.c: New file.
7581
00dbd492
PA
75822016-03-09 Pedro Alves <palves@redhat.com>
7583
7584 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7585 signal" -> "Thread NN received signal" output change.
7586 * gdb.threads/ia64-sigill.exp: Likewise.
7587 * gdb.threads/linux-dp.exp: Likewise.
7588 * gdb.threads/manythreads.exp: Likewise.
7589 * gdb.threads/pending-step.exp: Likewise.
7590 * gdb.threads/print-threads.exp: Likewise.
7591 * gdb.threads/sigstep-threads.exp: Likewise.
7592 * gdb.threads/staticthreads.exp: Likewise.
7593 * gdb.threads/tls.exp: Likewise.
7594
1e6697ea
YQ
75952016-03-09 Pedro Alves <palves@redhat.com>
7596
7597 * gdb.base/command-line-input.exp: New file.
7598
b04fd3be
MK
75992016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7600
7601 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7602 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7603 * gdb.trace/pending.exp: Accept leading dot before function name.
7604 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7605 * lib/trace-support.exp: Set registers for ppc.
7606
98fa59e9
MK
76072016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7608
7609 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7610 use it for disassembly; accept .main in addition to main in backtrace.
7611
f77198c8
MK
76122016-03-09 Wei-cheng Wang <cole945@gmail.com>
7613 Marcin Kościelnicki <koriakin@0x04.net>
7614
7615 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7616 (gdb_recursion_test_ptr): New global variable.
7617 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7618 gdb_recursion_test.
7619 (gdb_c_test): Ditto.
7620
ba84e0da
MK
76212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7622
7623 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7624 ordering.
7625
4366d36e
MK
76262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7627
7628 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7629 (bar): Add bar_start_lbl label.
7630 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7631 of foo/bar for emitting DWARF and tracing.
7632
5eb264df
SDJ
76332016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7634
7635 * analyze-racy-logs.py: Set executable bit.
7636
fb6a751f
SDJ
76372016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7638
7639 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7640 (CHECK_TARGET_TMP): Likewise.
7641 (check-single-racy): New rule.
7642 (check-parallel-racy): Likewise.
7643 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7644 (do-check-parallel-racy): New rule.
7645 (check-racy/%.exp): Likewise.
7646 * README (Racy testcases): New section.
7647 * analyze-racy-logs.py: New file.
7648
bdf7e230
DE
76492016-03-03 Doug Evans <dje@google.com>
7650
7651 * gdb.base/skip.exp: Use with_test_prefix.
7652
4719d415
YQ
76532016-03-03 Yao Qi <yao.qi@linaro.org>
7654
7655 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7656 Invoke step_over_syscall "clone" and break_cond_on_syscall
7657 "clone".
7658 * gdb.base/step-over-clone.c: New file.
7659
ea507862
YQ
76602016-03-03 Yao Qi <yao.qi@linaro.org>
7661
7662 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7663 code format.
7664
8fc8cbda
YQ
76652016-03-03 Yao Qi <yao.qi@linaro.org>
7666
7667 * gdb.base/disp-step-fork.c: Rename to ...
7668 * gdb.base/step-over-fork.c: ... it. New file.
7669 * gdb.base/disp-step-vfork.c: Rename to ...
7670 * gdb.base/step-over-vfork.c: ... it. New file.
7671 * gdb.base/disp-step-syscall.exp: Rename to ...
7672 * gdb.base/step-over-syscall.exp: ... it. New file.
7673 (disp_step_cross_syscall): Rename to ...
7674 (step_over_syscall): ... it.
7675
92fa70b0
YQ
76762016-03-03 Yao Qi <yao.qi@linaro.org>
7677
7678 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7679 If target supports condition evaluation on target, invoke
7680 break_cond_on_syscall for fork and vfork.
7681
e197ad3c
YQ
76822016-03-03 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.base/disp-step-syscall.exp: Don't invoke
7685 support_displaced_stepping.
7686 (disp_step_cross_syscall): Test with displaced stepping off and
7687 on if supported.
7688
0b47da9f
YQ
76892016-03-03 Yao Qi <yao.qi@linaro.org>
7690
7691 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7692 proc.
7693 (setup): New proc.
7694 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7695 and setup.
7696
065ab6dc
BH
76972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7698
7699 * gdb.fortran/vla-history.exp: Remove breakpoint.
7700
07e448ad 77012016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7702
25d49b86
PA
7703 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7704 exceeds timeout.
07e448ad 7705
9ac2d526 77062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7707
25d49b86
PA
7708 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7709 breakpoint.
9ac2d526 7710
17807369
BH
77112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7712
7713 * gdb.mi/vla.f90: Nullify pointer after declaration.
7714
86e501af
PA
77152016-03-01 Pedro Alves <palves@redhat.com>
7716
7717 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7718
1e903e32
PA
77192016-03-01 Pedro Alves <palves@redhat.com>
7720
7721 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7722 before anything else.
7723 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7724 _GNU_SOURCE here.
7725 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7726 before anything else.
7727 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7728
6ccb54e2
PA
77292016-03-01 Pedro Alves <palves@redhat.com>
7730
7731 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7732
30ca9da1
YQ
77332016-03-01 Yao Qi <yao.qi@linaro.org>
7734
7735 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7736 prepare_for_testing.
7737
dc856b38
YQ
77382016-03-01 Yao Qi <yao.qi@linaro.org>
7739
7740 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7741
4a932159
AA
77422016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7743
7744 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7745 manually constructing the output path.
7746
f2489477
AA
77472016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7748
7749 * gdb.arch/s390-stackless.S: New.
7750 * gdb.arch/s390-stackless.exp: New.
7751
38899f16
IB
77522016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7753
7754 * gdb.dlang/circular.c: New file.
7755 * gdb.dlang/circular.exp: New file.
7756
9fde51ed
YQ
77572016-02-26 Yao Qi <yao.qi@linaro.org>
7758
7759 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7760 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7761 (testcases): Update.
7762
ce90fefe
YQ
77632016-02-26 Yao Qi <yao.qi@linaro.org>
7764
7765 * gdb.reverse/aarch64.c: Rename to ...
7766 * gdb.reverse/insn-reverse.c: ... it.
7767 * gdb.reverse/aarch64.exp: Rename to ...
7768 * gdb.reverse/insn-reverse.exp: ... it.
7769
3263bceb
YQ
77702016-02-26 Yao Qi <yao.qi@linaro.org>
7771
7772 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7773 (testcase_ftype): New.
7774 (testcases): New array.
7775 (n_testcases): New.
7776 (main): Call each element in testcases.
7777 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7778 (read_testcase): New.
7779 Do the tests in a loop.
7780
6cb59ff1
YQ
77812016-02-25 Yao Qi <yao.qi@linaro.org>
7782
7783 * gdb.base/branches.c: Remove.
7784
ae91f625
MK
77852016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7786
7787 PR gdb/13808
7788 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7789
678b48b7
MK
77902016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7791
7792 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7793
7337a6f2
MK
77942016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7795
7796 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7797 change x86_64 call_insn to 'callq'.
7798
861ca91f
AT
77992016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7800
7801 * gdb.trace/tfile-avx.c: Move to...
7802 * gdb.trace/tracefile-pseudo-reg.c: Here.
7803 * gdb.trace/tfile-avx.exp: Move to...
7804 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7805
bf74e428
GB
78062016-02-24 Gary Benson <gbenson@redhat.com>
7807
7808 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7809 message on attach.
7810
cce0e923
DE
78112016-02-23 Doug Evans <dje@google.com>
7812
7813 * gdb.base/skip.c (test_skip): New function.
7814 (end_test_skip_file_and_function): New function.
7815 (test_skip_file_and_function): New function.
7816 * gdb.base/skip1.c (test_skip): New function.
7817 (skip1_test_skip_file_and_function): New function.
7818 * gdb.base/skip.exp: Add tests for new skip options.
7819 * gdb.base/skip-solib.exp: Update expected output.
7820 * gdb.perf/skip-command.cc: New file.
7821 * gdb.perf/skip-command.exp: New file.
7822 * gdb.perf/skip-command.py: New file.
7823
4000e47e
MK
78242016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7825
7826 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7827 info registers pattern.
7828
24f75ead
IB
78292016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7830
7831 * lib/future.exp: Add D support.
7832 (gdb_find_gdc): New proc.
7833 (gdb_default_target_compile): Add D support.
7834
fbb7bcbe
WW
78352016-02-18 Wei-cheng Wang <cole945@gmail.com>
7836
7837 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7838 user+system time.
7839 (trace_speed_test): Determine the iteration count for a time
7840 between 15..30 seconds.
7841
012b3a21
WT
78422016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7843
7844 * gdb.arch/i386-mpx-sigsegv.c: New file.
7845 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7846 * gdb.arch/i386-mpx-simple_segv.c: New file.
7847 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7848
2d5189bd
YQ
78492016-02-18 Yao Qi <yao.qi@linaro.org>
7850
7851 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7852 Don't call setup_kfail.
7853
40fb20d0
YQ
78542016-02-18 Yao Qi <yao.qi@linaro.org>
7855
7856 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7857 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7858
21b1f8d2
DE
78592016-02-16 Doug Evans <dje@google.com>
7860
7861 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7862 * gdb.base/skip1.c: Ditto.
7863 * gdb.base/skip.exp: Whitespace cleanup.
7864
4041ed77
DB
78652016-02-16 Don Breazeal <donb@codesourcery.com>
7866
7867 PR remote/19496
7868 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7869 Remove kfail for PR remote/19496.
7870
c4ef31bf
SM
78712016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 * lib/gdb.exp (standard_temp_file): Return a path specific to
7874 the runtest invocation.
7875
266b65b3
SM
78762016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7877
7878 * gdb.trace/save-trace.exp: Change relative path to be in the
7879 standard output directory.
7880
a7a0a6a9
JK
78812016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7882
7883 * gdb.arch/i386-prologue.c: Add missing prototypes.
7884
c99dbb42
JK
78852016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7886
7887 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7888 * gdb.arch/i386-prologue.exp: Likewise.
7889 * gdb.arch/i386-size.exp: Likewise.
7890
aa480355
SM
78912016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7892
7893 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7894 define object file path.
7895 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7896 file path.
7897 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7898 standard_output_file to define binfile.
7899
ba881f50
JK
79002016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 Fix compatibility with recent gfortran-5.3.1.
7903 * gdb.fortran/vla-history.exp (print vla1 allocated)
7904 (print vla2 allocated, print $2, print $3): Remove
7905 (print $4): Rename to ...
7906 (print $2): ... here.
7907 (print $9): Rename to ...
7908 (print $5): ... here.
7909 (print $10): Rename to ...
7910 (print $6): ... here.
7911 * gdb.fortran/vla.f90: Add pvla initialization.
7912
e9fb005c
JK
79132016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7914
7915 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7916 New test.
7917 * gdb.fortran/vla-value-sub.exp: Likewise.
7918
e44e00ff
MK
79192016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7920
7921 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7922
97e94151
SM
79232016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7924
7925 * i386-biarch-core.exp: Define corefile using
7926 standard_output_file.
7927
01113bc1
YQ
79282016-02-12 Yao Qi <yao.qi@linaro.org>
7929
7930 * gdb.arch/arm-single-step-kernel-helper.c: New.
7931 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7932
33b4777c
MM
79332016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7934
7935 * gdb.btrace/tailcall-only.exp: New.
7936 * gdb.btrace/tailcall-only.c: New.
7937 * gdb.btrace/x86_64-tailcall-only.S: New.
7938 * gdb.btrace/i686-tailcall-only.S: New.
7939
acc23c11
PA
79402016-02-11 Pedro Alves <palves@redhat.com>
7941
7942 * README (Parallel testing): Add missing double quotes.
7943
e352bf0a
PA
79442016-02-11 Pedro Alves <palves@redhat.com>
7945
7946 * README (Parallel testing): New section.
7947 (GDB_PARALLEL): Rewrite.
7948 (FORCE_PARALLEL): Document.
7949
9f5fed78
MK
79502016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7951
7952 * gdb.trace/tfile-avx.c: New test.
7953 * gdb.trace/tfile-avx.exp: New test.
7954
9ef9e6a6
KS
79552016-02-09 Keith Seitz <keiths@redhat.com>
7956
7957 PR breakpoints/19546
7958 * gdb.base/infcall-exec.c: New file.
7959 * gdb.base/infcall-exec2.c: New file.
7960 * gdb.base/infcall-exec.exp: New file.
7961
a96e36da
KS
79622016-02-09 Keith Seitz <keiths@redhat.com>
7963
7964 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7965 (toplevel): Call test_bkpt_address.
7966
9f61929f
KS
79672016-02-09 Keith Seitz <keiths@redhat.com>
7968
7969 PR python/19506
7970 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7971 (toplevel): Call test_bkpt_address.
7972
1e94266c
SM
79732016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7974
7975 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7976 to AC_OUTPUT.
7977 * configure: Regenerate.
7978
2a7f3dff
PA
79792016-02-09 Pedro Alves <palves@redhat.com>
7980
7981 PR breakpoints/19548
7982 * gdb.base/execl-update-breakpoints.c (some_function): New
7983 function.
7984 (main): Call it.
7985 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7986 Tighten expected GDB output.
7987
2151ccc5
SM
79882016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7989
7990 * Makefile.in (ALL_SUBDIRS): Remove.
7991 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7992 (distclean maintainer-clean realclean): Likewise.
7993 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7994 * configure: Regenerate.
7995 * gdb.ada/Makefile.in: Delete.
7996 * gdb.arch/Makefile.in: Likewise.
7997 * gdb.asm/Makefile.in: Likewise.
7998 * gdb.base/Makefile.in: Likewise.
7999 * gdb.btrace/Makefile.in: Likewise.
8000 * gdb.cell/Makefile.in: Likewise.
8001 * gdb.compile/Makefile.in: Likewise.
8002 * gdb.cp/Makefile.in: Likewise.
8003 * gdb.disasm/Makefile.in: Likewise.
8004 * gdb.dlang/Makefile.in: Likewise.
8005 * gdb.dwarf2/Makefile.in: Likewise.
8006 * gdb.fortran/Makefile.in: Likewise.
8007 * gdb.gdb/Makefile.in: Likewise.
8008 * gdb.go/Makefile.in: Likewise.
8009 * gdb.guile/Makefile.in: Likewise.
8010 * gdb.java/Makefile.in: Likewise.
8011 * gdb.linespec/Makefile.in: Likewise.
8012 * gdb.mi/Makefile.in: Likewise.
8013 * gdb.modula2/Makefile.in: Likewise.
8014 * gdb.multi/Makefile.in: Likewise.
8015 * gdb.objc/Makefile.in: Likewise.
8016 * gdb.opencl/Makefile.in: Likewise.
8017 * gdb.opt/Makefile.in: Likewise.
8018 * gdb.pascal/Makefile.in: Likewise.
8019 * gdb.perf/Makefile.in: Likewise.
8020 * gdb.python/Makefile.in: Likewise.
8021 * gdb.reverse/Makefile.in: Likewise.
8022 * gdb.server/Makefile.in: Likewise.
8023 * gdb.stabs/Makefile.in: Likewise.
8024 * gdb.threads/Makefile.in: Likewise.
8025 * gdb.trace/Makefile.in: Likewise.
8026 * gdb.xml/Makefile.in: Likewise.
8027 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8028 GDB_PARALLEL.
8029 (standard_output_file): Remove check for GDB_PARALLEL, always
8030 return path in outputs/$subdir/$testname.
8031
437277d4
SM
80322016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8033
8034 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8035 (site.exp): Assign abs_srcdir to tcl's srcdir.
8036
31d913c7
YQ
80372016-02-04 Yao Qi <yao.qi@linaro.org>
8038
8039 * gdb.base/foll-exec-mode.c: Include limits.h.
8040 (main): Add parameters argc and argv. Get directory from
8041 argv[0].
8042 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8043 compilation.
8044 * gdb.base/foll-exec.c: Include limits.h.
8045 (main): Add parameters argc and argv.
8046 Get directory from argv[0].
8047 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8048 Adjust tests on the number of lines as source code changed.
8049 * gdb.base/foll-vfork-exit.c: Include limits.h.
8050 (main): Add one line of statement before vfork.
8051 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8052 (main): Add parameters argc and argv. Get directory from
8053 argv[0].
8054 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8055 (setup_gdb): Set tbreak to skip some source lines.
8056 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8057 (main): Add parameters argc and argv. Get directory from
8058 argv[0].
8059 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8060 compilation.
8061 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8062 (main): Add parameters argc and argv. Get directory from
8063 argv[0].
8064 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8065 compilation.
8066
9482b9fb
DE
80672016-02-01 Doug Evans <dje@google.com>
8068
8069 * gdb.base/skip.exp: Clean up multiple references to same test name.
8070
6b2e4f10
PA
80712016-02-01 Pedro Alves <palves@redhat.com>
8072
ccb6afd6 8073 PR remote/19496
6b2e4f10
PA
8074 * gdb.threads/forking-threads-plus-breakpoint.exp
8075 (displaced_stepping_supported): New global.
8076 (probe_displaced_stepping_support): New procedure.
8077 (do_test): Add 'displaced' parameter, and use it.
8078 (top level): Check for displaced stepping support. Add displaced
8079 stepping on/off testing axis.
8080
37a8db1a
AB
80812016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8082
8083 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8084 pointer. Don't perform further tests on the unassociated pointer
8085 if the first test fails.
8086
5fdf6324
AB
80872016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8088
8089 * gdb.base/max-value-size.c: New file.
8090 * gdb.base/max-value-size.exp: New file.
8091 * gdb.base/huge.exp: Disable max-value-size for this test.
8092
935c6144
IB
80932016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8094
8095 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8096
7fe8399d
YQ
80972016-01-28 Yao Qi <yao.qi@linaro.org>
8098
8099 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8100
a2077e25
PA
81012016-01-25 Pedro Alves <palves@redhat.com>
8102
8103 PR threads/19461
8104 * gdb.base/fork-running-state.c: New file.
8105 * gdb.base/fork-running-state.exp: New file.
8106
1d2736d4
PA
81072016-01-25 Pedro Alves <palves@redhat.com>
8108
8109 PR gdb/19494
8110 * gdb.base/catch-fork-kill.c: New file.
8111 * gdb.base/catch-fork-kill.exp: New file.
8112
f1da4b11
PA
81132016-01-25 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8116 Delete, moved to lib/gdb.exp.
8117 * gdb.threads/forking-threads-plus-breakpoint.exp
8118 (foreach_with_prefix): Likewise.
8119 * gdb.threads/process-dies-while-handling-bp.exp
8120 (foreach_with_prefix): Likewise.
8121 * lib/gdb.exp (foreach_with_prefix): New procedure.
8122
45f38546
MK
81232016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8124
8125 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8126 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8127
dc29a1ce
MK
81282016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8129
8130 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8131 endian targets.
8132
092127d7
JK
81332016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8134 Pedro Alves <palves@redhat.com>
8135
8136 Fix testsuite compatibility with Guile.
8137 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8138 number.
8139
31d765d3
JK
81402016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8141
8142 Fix testsuite compatibility with Guile.
8143 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8144 (thread 1): New test for backtrace through signal handler.
8145
1ac78c04
YQ
81462016-01-22 Yao Qi <yao.qi@linaro.org>
8147
8148 PR testsuite/19491
8149 * gdb.base/multi-forks.c: Include
8150 ../lib/unbuffer_output.c
8151 (main): Call gdb_unbuffer_output.
8152
4f5946a8
DE
81532016-01-21 Doug Evans <dje@google.com>
8154
8155 * lib/ada.exp (gdb_compile_ada): Fix typo.
8156
305e13e6
JB
81572016-01-21 Joel Brobecker <brobecker@adacore.com>
8158
8159 * gdb.base/break-fun-addr.exp: New file.
8160 * gdb.base/break-fun-addr1.c: New file.
8161 * gdb.base/break-fun-addr2.c: New file.
8162
5f5dfff6
SM
81632016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8164
8165 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8166 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8167 enum flag values.
8168
fd356fa2
AA
81692016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8170
8171 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8172 when GDB can not set the vector return value. Add more comments
8173 for clarification.
8174
9df22175
AT
81752016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8176
8177 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8178 command.
8179
41d1845e
SM
81802016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8181
8182 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8183
01ac6840
SM
81842016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8185
8186 * Makefile.in (check-single): Pass --status to runtest.
8187 (check/%.exp): Likewise.
8188
81892016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8190
8191 * Makefile.in (check-parallel): Propagate return code from make
8192 do-check-parallel.
8193
bd0a71fa
MK
81942016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8195
8196 * gdb.trace/ftrace.exp: Fix expected message on continue.
8197 * gdb.trace/pending.exp: Fix expected message on continue.
8198 * gdb.trace/trace-break.exp: Fix expected message on continue.
8199
8bcbad33
SM
82002016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8201
8202 * lib/gdb.exp (gdb_test): Remove unused global references.
8203
f303dbd6
PA
82042016-01-18 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.base/async-shell.exp: Adjust expected output.
8207 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8208 * gdb.base/siginfo-thread.exp: Adjust expected output.
8209 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8210 * gdb.java/jnpe.exp: Adjust expected output.
8211 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8212 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8213 * gdb.threads/leader-exit.exp: Adjust expected output.
8214 * gdb.threads/manythreads.exp: Adjust expected output.
8215 * gdb.threads/pthreads.exp: Adjust expected output.
8216 * gdb.threads/schedlock.exp: Adjust expected output.
8217 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8218 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8219 expected output.
8220 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8221 output.
8222 * gdb.threads/sigthread.exp: Adjust expected output.
8223 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8224
b2789696
YQ
82252016-01-18 Yao Qi <yao.qi@linaro.org>
8226
8227 * gdb.guile/scm-section-script.c: Replace @progbits with
8228 %progbits.
8229 * gdb.python/py-section-script.c: Likewise.
8230
71ef29a8
PA
82312016-01-15 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.multi/tids.exp: Test star wildcard ranges.
8234
3f5b7598
PA
82352016-01-15 Pedro Alves <palves@redhat.com>
8236
8237 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8238 command from "thread apply" invocation.
8239 (thr_apply_info_thr_invalid): Default the expected output to the
8240 input tid list.
8241 (top level): Add tests that use convenience variables. Add tests
8242 for "thread apply" with a valid TID list, but missing the command.
8243
663f6d42
PA
82442016-01-13 Pedro Alves <palves@redhat.com>
8245
8246 * gdb.base/default.exp: Expect $_gthread as well.
8247 * gdb.multi/tids.exp: Test $_gthread.
8248 * gdb.threads/thread-specific.exp: Test $_gthread.
8249
c84f6bbf
PA
82502016-01-13 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.multi/tids.exp: Test "info threads -gid".
8253
22a02324
PA
82542016-01-13 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8257 Breakpoint.thread.
8258 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8259
5d5658a1
PA
82602016-01-07 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.base/break.exp: Adjust to output changes.
8263 * gdb.base/hbreak2.exp: Likewise.
8264 * gdb.base/sepdebug.exp: Likewise.
8265 * gdb.base/watch_thread_num.exp: Likewise.
8266 * gdb.linespec/keywords.exp: Likewise.
8267 * gdb.multi/info-threads.exp: Likewise.
8268 * gdb.threads/thread-find.exp: Likewise.
8269 * gdb.multi/tids.c: New file.
8270 * gdb.multi/tids.exp: New file.
8271
84654457
PA
82722016-01-13 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8275
e3940304
PA
82762016-01-13 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.base/default.exp: Expect $_inferior as well.
8279 * gdb.multi/base.exp: Test $_inferior.
8280
a911d87a
PA
82812016-01-13 Pedro Alves <palves@redhat.com>
8282
8283 PR breakpoints/19388
8284 * gdb.base/catch-signal-siginfo-cond.c: New file.
8285 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8286
82075af2
JS
82872016-01-12 Josh Stone <jistone@redhat.com>
8288 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8289
8290 * gdb.base/catch-syscall.c (do_execve): New variable.
8291 (main): Conditionally trigger an execve.
8292 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8293 (test_catch_syscall_execve): New, check entry/return across execve.
8294 (do_syscall_tests): Call test_catch_syscall_execve.
8295
e46eeedd
PA
82962016-01-12 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.base/random-signal.exp (do_test): New procedure, with body
8299 of testcase moved in.
8300
01d8c27e
JK
83012016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8302 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.base/funcargs.exp (finish from indirectly called function):
8305 Reintroduce the case for 'First'.
8306
9a706302
JK
83072016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8308 Pedro Alves <palves@redhat.com>
8309
8310 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8311 (tcatch_vfork_then_child_follow_exec)
8312 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8313 identification.
8314
c0ecb95f
JK
83152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8316
8317 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8318 and repeats to unlimited.
8319 * gdb.python/py-value.exp: Likewise.
8320 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8321 and repeats to unlimited.
8322
6cfc1fcb
JK
83232016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8326 and reordering the functions.
8327 * gdb.multi/hangout.c: Likewise.
8328 * gdb.multi/hello.c: Likewise.
8329
582a1b00
SM
83302016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8331
8332 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8333 absolute.
8334 (SingleStatisticTestResult.report): Use dict.keys instead of
8335 dict.iterkeys.
8336
79bc59cb
PA
83372016-01-06 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8340
43368e1d
MM
83412016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8342
8343 * gdb.btrace/dlopen.exp: New.
8344 * gdb.btrace/dlopen.c: New.
8345 * gdb.btrace/dlopen-dso.c: New.
8346
79fad5b8
SL
83472015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8348
8349 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8350 PATTERN argument is optional.
8351
ab8314b3
JB
83522015-12-24 Joel Brobecker <brobecker@adacore.com>
8353
8354 * lib/ada.exp (target_compile_ada_from_dir): New function.
8355 (gdb_compile_ada): Reimplement avoiding the use of project files.
8356 * gdb.ada/gnat_ada.gpr: Delete.
8357 * gdb.ada/cond_lang.exp: Adjust test to make path before
8358 filename optional.
8359 * gdb.ada/small_reg_param.exp: Likewise.
8360
fe33faff
SM
83612015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8362
8363 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8364
6d265cb4
TP
83652015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8366
8367 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8368 case.
8369
10125099
SM
83702015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8371
8372 * gdb.base/break.exp: Remove dead code.
8373 * gdb.base/sepdebug.exp: Likewise.
8374
3ca22649
SM
83752015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8376
8377 * gdb.asm/asm-source.exp: Remove HP-UX references.
8378 * gdb.base/annota1.exp: Likewise.
8379 * gdb.base/annota3.exp: Likewise.
8380 * gdb.base/attach.exp: Likewise.
8381 * gdb.base/bigcore.exp: Likewise.
8382 * gdb.base/break.exp: Likewise.
8383 * gdb.base/call-ar-st.exp: Likewise.
8384 * gdb.base/callfuncs.exp: Likewise.
8385 * gdb.base/catch-fork-static.exp: Likewise.
8386 * gdb.base/display.exp: Likewise.
8387 * gdb.base/foll-exec-mode.exp: Likewise.
8388 * gdb.base/foll-exec.exp: Likewise.
8389 * gdb.base/foll-fork.exp: Likewise.
8390 * gdb.base/foll-vfork.exp: Likewise.
8391 * gdb.base/funcargs.exp: Likewise.
8392 * gdb.base/hbreak2.exp: Likewise.
8393 * gdb.base/inferior-died.exp: Likewise.
8394 * gdb.base/interrupt.exp: Likewise.
8395 * gdb.base/multi-forks.exp: Likewise.
8396 * gdb.base/nodebug.exp: Likewise.
8397 * gdb.base/sepdebug.exp: Likewise.
8398 * gdb.base/solib1.c: Likewise.
8399 * gdb.base/step-test.exp: Likewise.
8400 * gdb.mi/non-stop.c: Likewise.
8401 * gdb.mi/pthreads.c: Likewise.
8402 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8403 * gdb.threads/pthreads.c: Likewise.
8404 * gdb.threads/staticthreads.exp: Likewise.
8405 * lib/future.exp: Likewise.
8406 * lib/gdb.exp: Likewise.
8407 * gdb.base/so-indr-cl.c: Remove.
8408 * gdb.base/so-indr-cl.exp: Likewise.
8409 * gdb.base/solib.c: Likewise.
8410 * gdb.base/solib.exp: Likewise.
8411 * gdb.base/solib2.c: Likewise.
8412
b6304613
SM
84132015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8414
8415 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8416 * gdb.base/call-ar-st.exp: Likewise.
8417 * gdb.base/callfuncs.exp: Likewise.
8418 * gdb.base/condbreak.exp: Likewise.
8419 * gdb.base/constvars.exp: Likewise.
8420 * gdb.base/hbreak2.exp: Likewise.
8421 * gdb.base/langs.exp: Likewise.
8422 * gdb.base/list.exp: Likewise.
8423 * gdb.base/long_long.exp: Likewise.
8424 * gdb.base/ptype.exp: Likewise.
8425 * gdb.base/scope.exp: Likewise.
8426 * gdb.base/signals.exp: Likewise.
8427 * gdb.base/so-impl-ld.exp: Likewise.
8428 * gdb.base/varargs.exp: Likewise.
8429 * gdb.base/volatile.exp: Likewise.
8430 * gdb.base/whatis.exp: Likewise.
8431 * gdb.cp/cplusfuncs.exp: Likewise.
8432 * gdb.cp/inherit.exp: Likewise.
8433 * gdb.cp/local.exp: Likewise.
8434 * gdb.cp/member-ptr.exp: Likewise.
8435 * gdb.cp/method.exp: Likewise.
8436 * gdb.cp/overload.exp: Likewise.
8437 * gdb.cp/templates.exp: Likewise.
8438 * gdb.stabs/weird.exp: Likewise.
8439 * lib/compiler.c: Likewise.
8440 * lib/compiler.cc: Likewise.
8441 * lib/cp-support.exp: Likewise.
8442 * lib/gdb.exp: Likewise.
8443
bf401b07
SM
84442015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8445
8446 * configure.ac: Remove HP-UX case.
8447 * configure: Regenerate.
8448
aff9c0f8
SM
84492015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8450
8451 * lib/gdb.exp (gdb_compile): Add function doc.
8452
a6904d5a
PA
84532015-12-17 Pedro Alves <palves@redhat.com>
8454
8455 PR threads/19354
8456 * gdb.multi/info-threads.exp: New file.
8457
a22279dd
YQ
84582015-12-15 Yao Qi <yao.qi@linaro.org>
8459
8460 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8461 is aarch64*-*-*.
8462
0588c796
SL
84632015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8464
8465 * gdb.base/history-duplicates.exp: Skip if no readline support.
8466
5d978e17
SL
84672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8468
8469 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8470
7e763b86
SL
84712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8472
8473 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8474
87a3a92c
SL
84752015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8476
8477 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8478 ctrl-C if nointerrupts target property is set.
8479 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8480 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8481 * gdb.base/paginate-bg-execution.exp: Likewise.
8482 * gdb.base/paginate-execution-startup.exp: Likewise.
8483 * gdb.base/random-signal.exp: Likewise.
8484 * gdb.base/range-stepping.exp: Likewise.
8485 * gdb.cp/annota2.exp: Likewise.
8486 * gdb.cp/annota3.exp: Likewise.
8487 * gdb.gdb/selftest.exp: Likewise.
8488 * gdb.threads/continue-pending-status.exp: Likewise.
8489 * gdb.threads/leader-exit.exp: Likewise.
8490 * gdb.threads/manythreads.exp: Likewise.
8491 * gdb.threads/pthreads.exp: Likewise.
8492 * gdb.threads/schedlock.exp: Likewise.
8493 * gdb.threads/sigthread.exp: Likewise.
8494
a8f077dc
DB
84952015-12-11 Don Breazeal <donb@codesourcery.com>
8496
8497 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8498 remote.
8499 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8500 * gdb.base/foll-exec.exp (main): Enable for target remote.
8501 * gdb.base/foll-fork.exp (main): Likewise.
8502 * gdb.base/foll-vfork.exp (main): Likewise.
8503 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8504 (proc continue_to_exit_bp_loc): Use clean_restart.
8505 * gdb.base/pie-execl.exp (main): Disable for target remote.
8506 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8507 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8508 * gdb.threads/execl.exp (main): Likewise.
8509 * gdb.threads/fork-child-threads.exp (main): Likewise.
8510 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8511 remote.
8512 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8513 remote.
8514 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8515 pid.tid style ptids, instead of just tid.
8516 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8517 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8518 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8519 ptids, instead of just tid.
8520
3b2464a8
AB
85212015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8522
8523 * gdb.base/list.exp (test_list_forward): Add end of file error
8524 test.
8525 (test_repeat_list_command): Add end of file error test.
8526 (test_list_backwards): Add beginning of file error test.
8527
a0def019
AB
85282015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8529
8530 * gdb.base/list.exp (test_list_invalid_args): New function,
8531 defined, and called.
8532
5c000dff
AB
85332015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8534
8535 * gdb.base/list.exp (test_list): Make test names unique.
8536
f1637ebe
YQ
85372015-12-11 Yao Qi <yao.qi@linaro.org>
8538
8539 * gdb.base/coremaker2.c: Remove.
8540
36d6fc0a
PA
85412015-12-10 Pedro Alves <palves@redhat.com>
8542
8543 * gdb.multi/base.exp: Remove stale "spaces" references.
8544
762f7747
PA
85452015-12-10 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.multi/base.exp: Don't use nowarnings.
8548 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8549 * gdb.multi/hangout.c: Include stdio.h.
8550 * gdb.multi/hello.c: Include stdlib.h.
8551 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8552 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8553 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8554
28d2bfb9
AB
85552015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8556
8557 * gdb.dwarf2/dw2-ranges-base.c: New file.
8558 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8559 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8560 support additional line table, and debug ranges generation.
8561 (Dwarf::ranges): New function, generate .debug_ranges.
8562 (Dwarf::lines): Support generating simple line table programs.
8563 (Dwarf::assemble): Initialise new namespace variables.
8564
5fc2beac
KB
85652015-12-09 Kevin Buettner <kevinb@redhat.com>
8566
8567 * gdb.base/async.exp (proc test_background): Add case for
8568 asynchronous execution not supported.
8569
1c35a88f
LM
85702015-12-09 Luis Machado <lgustavo@codesourcery.com>
8571
8572 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8573 format and change test names to make them unique.
8574
b593e3d9
RK
85752015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8576 Pedro Alves <pedro@redhat.com>
8577
8578 PR gdb/18702
8579 Add checking of floatformats setup on x86_64 hosts.
8580 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8581 (smallval, bigval): New labels/constants.
8582 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8583 float" after loading bigval and smallval.
8584
d72413e6
PMR
85852015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8586
8587 * gdb.ada/fun_overload_menu.exp: New testcase.
8588 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8589
ece66d65
JS
85902015-12-04 Josh Stone <jistone@redhat.com>
8591
8592 * gdb.base/catch-fork-static.exp: New.
8593
41d0efca
YQ
85942015-12-03 Yao Qi <yao.qi@linaro.org>
8595
8596 * gdb.base/sizeof.c: Don't include stdio.h and
8597 ../lib/unbuffer_output.c.
8598 (main): New variable 'size' and 'value'. Remove printf and
8599 gdb_unbuffer_output. Assign return value to size and value.
8600 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8601 at the beginning.
8602 (check_sizeof): Check the result by printing variable 'size'.
8603 (check_valueof): Check the result by printing variable 'value'.
8604
99fd02d9
YQ
86052015-12-01 Yao Qi <yao.qi@linaro.org>
8606
8607 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8608 for aarch64*-*-linux* target.
8609
f2faf941
PA
86102015-11-30 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8613
04bf20c5
PA
86142015-11-30 Pedro Alves <palves@redhat.com>
8615
8616 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8617 Handle non-stop mode vCont replies.
8618
09df4675
PA
86192015-11-30 Pedro Alves <palves@redhat.com>
8620
8621 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8622 prepare_for_testing. Start gdb with "set non-stop on" appended to
8623 GDBFLAGS. Lax expected stop output.
8624
58b584af
YQ
86252015-11-27 Yao Qi <yao.qi@linaro.org>
8626
8627 * gdb.arch/arm-neon.exp: New.
8628 * gdb.arch/arm-neon.c: New.
8629
dfcb77a8
YQ
86302015-11-27 Yao Qi <yao.qi@linaro.org>
8631
8632 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8633
88e8ec1b
YQ
86342015-11-27 Yao Qi <yao.qi@linaro.org>
8635
8636 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8637 frames-invalid annotation.
8638
bfde72c2
YQ
86392015-11-27 Yao Qi <yao.qi@linaro.org>
8640
8641 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8642
f6512a69
SM
86432015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8644
8645 * gdb.threads/names.exp: New file.
8646 * gdb.threads/names.c: New file.
8647 * README: Mention gdb,no_thread_names.
8648
46a3515b
MM
86492015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8650
8651 PR 19297
8652 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8653 support" error.
8654
62147a22
PA
86552015-11-24 Pedro Alves <palves@redhat.com>
8656
8657 PR 17539
8658 * gdb.base/display.exp: Expect displays to be sorted in ascending
8659 order. Use multi_line.
8660 * gdb.base/solib-display.exp: Likewise.
8661
2f341b6e
PA
86622015-11-24 Pedro Alves <palves@redhat.com>
8663
8664 PR 17539
25d49b86
PA
8665 * gdb.base/display.exp: Expect displays to be sorted in ascending
8666 order. Use multi_line.
8667 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8668
7e0aa6aa
PA
86692015-11-24 Pedro Alves <palves@redhat.com>
8670
8671 PR 17539
8672 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8673 threads in ascending order.
8674 * gdb.base/foll-fork.exp: Likewise.
8675 * gdb.base/foll-vfork.exp: Likewise.
8676 * gdb.base/multi-forks.exp: Likewise.
8677 * gdb.mi/mi-nonstop.exp: Likewise.
8678 * gdb.mi/mi-nsintrall.exp: Likewise.
8679 * gdb.multi/base.exp: Likewise.
8680 * gdb.multi/multi-arch.exp: Likewise.
8681 * gdb.python/py-inferior.exp: Likewise.
8682 * gdb.threads/break-while-running.exp: Likewise.
8683 * gdb.threads/execl.exp: Likewise.
8684 * gdb.threads/gcore-thread.exp: Likewise.
8685 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8686 * gdb.threads/kill.exp: Likewise.
8687 * gdb.threads/linux-dp.exp: Likewise.
8688 * gdb.threads/multiple-step-overs.exp: Likewise.
8689 * gdb.threads/next-bp-other-thread.exp: Likewise.
8690 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8691 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8692 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8693 * gdb.threads/thread-find.exp: Likewise.
8694 * gdb.threads/tls.exp: Likewise.
8695 * lib/mi-support.exp (mi_reverse_list): Delete.
8696 (mi_check_thread_states): No longer reverse list.
8697
2cc57ad8
PA
86982015-11-24 Pedro Alves <palves@redhat.com>
8699
8700 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8701 use lowercase.
8702
c93e8391
SM
87032015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8704
8705 * gdb.trace/actions.c: Include trace-common.h.
8706 (main): Add a location for a fast tracepoint.
8707 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8708 the normal tracepoints.
8709 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8710
045ccf91
SM
87112015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8712
8713 * save-trace.exp: Factor out code to these...
8714 (gdb_save_tracepoints): New.
8715 (gdb_load_tracepoints): New.
8716 (do_save_load_test): New.
8717
5506f9f6
KB
87182015-11-23 Kevin Buettner <kevinb@redhat.com>
8719
8720 * gdb.base/asmlabel.exp: New test.
8721 * gdb.base/asmlabel.c: New test case.
8722
16c3b12f
JB
87232015-11-23 Joel Brobecker <brobecker@adacore.com>
8724
8725 * gdb.base/wrong_frame_bt_full-main.c: New file.
8726 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8727 * gdb.base/wrong_frame_bt_full.exp: New file.
8728
155bfbd3
JB
87292015-11-23 Joel Brobecker <brobecker@adacore.com>
8730
8731 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8732
bb097445
JM
87332015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8734
206853a0 8735 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8736 pstate register when comparing registers values in
8737 sparc64-*-linux-gnu targets to avoid spurious differences.
8738
9c88ed8f
JM
87392015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8740
206853a0 8741 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8742
96161e25
SL
87432015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8744
8745 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8746 as type argument to gdb_compile.
8747 * gdb.base/nested-subp2.exp: Likewise.
8748 * gdb.base/nested-subp3.exp: Likewise.
8749
340c2830
DV
87502015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8751
8752 * lib/dwarf.exp (_note): Fix left shift of negative value.
8753 * gdb.trace/trace-condition.exp: Likewise.
8754
c1862d0f
YQ
87552015-11-13 Yao Qi <yao.qi@linaro.org>
8756
8757 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8758 comments about d10v.
8759 (test_scalar_returns): Likewise.
8760 * gdb.base/d10v.ld: Remove.
8761 * gdb.base/overlays.exp: Remove the target triplet checking for
8762 d10v-*-*.
8763 * gdb.base/structs.exp (test_struct_returns): Remove the
8764 comments about d10v.
8765 (test_struct_calls): Likewise.
8766
77ae9c19
YQ
87672015-11-13 Yao Qi <yao.qi@linaro.org>
8768
8769 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8770 * gdb.base/gnu_vector.c: Don't include stdio.h.
8771 (main): Don't print res and call add_some_intvecs.
8772
430e004e
MK
87732015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8774
8775 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8776 macro.
8777 (func5): Removed.
8778 (func4): Use FAST_TRACEPOINT_LABEL.
8779 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8780 macro.
8781 (func): Removed.
8782 (thread_function): Use FAST_TRACEPOINT_LABEL.
8783 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8784 (func): Remove.
8785 (marker): Use FAST_TRACEPOINT_LABEL.
8786 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8787 (pendfunc1): Remove.
8788 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8789 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8790 (foo): Remove.
8791 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8792 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8793 macro.
8794 (func): Remove.
8795 (marker): Use FAST_TRACEPOINT_LABEL.
8796 * gdb.trace/trace-common.h: New header.
8797 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8798 macro.
8799 (func): Remove.
8800 (marker): Use FAST_TRACEPOINT_LABEL.
8801 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8802 (func): Remove.
8803 (thread_function): Use FAST_TRACEPOINT_LABEL.
8804
6e7675a7
MK
88052015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8806
8807 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8808 in front.
8809 * gdb.trace/change-loc.exp: Use global pcreg definition.
8810 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8811 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8812 in front.
8813 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8814 * gdb.trace/pending.exp: Likewise.
8815 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8816 * gdb.trace/trace-break.exp: Likewise.
8817 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8818 in front.
8819 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8820 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8821 in front.
8822 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8823
dddc0e16
JB
88242015-11-09 Joel Brobecker <brobecker@adacore.com>
8825
8826 * gdb.ada/fin_fun_out: New testcase.
8827
c6f0b406
KB
88282015-11-07 Kevin Buettner <kevinb@redhat.com>
8829
8830 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8831 value associated with DW_AT_byte_size.
8832 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8833 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8834 DW_AT_upper_bound.
8835
f01dcfd9
KB
88362015-11-07 Kevin Buettner <kevinb@redhat.com>
8837
8838 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8839 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8840 version.
8841 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8842 gdb.dwarf2/dw2-canonicalize-type.exp,
8843 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8844 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8845 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8846 provided by gdb_target_symbol_prefix_flags_asm.
8847 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8848 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8849 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8850 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8851 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8852 macros where needed). Use this macro for symbols which require
8853 the prefix provided by SYMBOL_PREFIX.
8854
2223449a
KB
88552015-11-05 Kevin Buettner <kevinb@redhat.com>
8856
8857 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8858 New procs.
8859 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8860 representing expressions, of more than one list element.
8861 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8862 to prepend linker symbol prefix to f.
8863 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8864 table_1 and table_2.
8865 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8866 Likewise, for f and g.
8867 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8868 for ptr.
8869 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8870 for main.
8871 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8872 table_1_ptr and table_2_ptr.
8873
6f2f1a3a
JK
88742015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8875 Joel Brobecker <brobecker@adacore.com>
8876
8877 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8878
566c56c9
MK
88792015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8880
8881 * gdb.reverse/s390-mvcle.c: New test.
8882 * gdb.reverse/s390-mvcle.exp: New file.
8883 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8884
d5f0636b
MK
88852015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8886
8887 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8888
7ad8b86c
MK
88892015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8890
8891 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8892 reaching marker2.
8893 * gdb.reverse/getresuid-reverse.exp: Likewise.
8894 * gdb.reverse/pipe-reverse.exp: Likewise.
8895 * gdb.reverse/readv-reverse.exp: Likewise.
8896 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8897 * gdb.reverse/time-reverse.exp: Likewise.
8898 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8899
4081c0f1
YQ
89002015-10-30 Yao Qi <yao.qi@linaro.org>
8901
8902 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8903 (empty_cycle): Remove.
8904 (main): Don't call empty_cycle. Don't use watch_count_done.
8905 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8906 empty_cycle. Rewrite the code counting HW watchpoints.
8907
452b4ba5
MK
89082015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8909
8910 * gdb.reverse/fstatat-reverse.c: New test.
8911 * gdb.reverse/fstatat-reverse.exp: New file.
8912 * gdb.reverse/getresuid-reverse.c: New test.
8913 * gdb.reverse/getresuid-reverse.exp: New file.
8914 * gdb.reverse/pipe-reverse.c: New test.
8915 * gdb.reverse/pipe-reverse.exp: New file.
8916 * gdb.reverse/readv-reverse.c: New test.
8917 * gdb.reverse/readv-reverse.exp: New file.
8918 * gdb.reverse/recvmsg-reverse.c: New test.
8919 * gdb.reverse/recvmsg-reverse.exp: New file.
8920 * gdb.reverse/time-reverse.c: New test.
8921 * gdb.reverse/time-reverse.exp: New file.
8922 * gdb.reverse/waitpid-reverse.c: New test.
8923 * gdb.reverse/waitpid-reverse.exp: New file.
8924
5e2e7507
JK
89252015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8926
8927 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8928
0fde2c53
DE
89292015-10-26 Doug Evans <dje@google.com>
8930
8931 PR symtab/17391
8932 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8933 * gdb.dwarf2/bad-regnum.c: New file.
8934 * gdb.dwarf2/bad-regnum.exp: New file.
8935
1a70ae97
DE
89362015-10-26 Doug Evans <dje@google.com>
8937
8938 PR python/18938
8939 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8940 file.
8941
27dc26ab
JK
89422015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8943
8944 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8945 for a change by "Mention language in compile error message".
8946
bed91f4d
SM
89472015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8948
8949 PR python/18073
8950 * gdb.python/py-type.c (C::a_method): New.
8951 (C::a_const_method): New.
8952 (C::a_static_method): New.
8953 (a_function): New.
8954 * gdb.python/py-type.exp (test_fields): Test getting fields
8955 from function and method.
8956
3f2f83dd
KB
89572015-10-21 Keven Boell <keven.boell@intel.com>
8958
8959 * gdb.fortran/vla-alloc-assoc.exp: New file.
8960 * gdb.fortran/vla-datatypes.exp: New file.
8961 * gdb.fortran/vla-datatypes.f90: New file.
8962 * gdb.fortran/vla-history.exp: New file.
8963 * gdb.fortran/vla-ptype-sub.exp: New file.
8964 * gdb.fortran/vla-ptype.exp: New file.
8965 * gdb.fortran/vla-sizeof.exp: New file.
8966 * gdb.fortran/vla-sub.f90: New file.
8967 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8968 * gdb.fortran/vla-value-sub-finish.exp: New file.
8969 * gdb.fortran/vla-value-sub.exp: New file.
8970 * gdb.fortran/vla-value.exp: New file.
8971 * gdb.fortran/vla-ptr-info.exp: New file.
8972 * gdb.mi/mi-vla-fortran.exp: New file.
8973 * gdb.mi/vla.f90: New file.
8974
27145d50
SL
89752015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8976
8977 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8978 of hardwired timeout value.
8979
5f3ff4f8
JK
89802015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8981 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8984 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8985
bfd09d20
JS
89862015-10-19 Josh Stone <jistone@redhat.com>
8987
8988 * gdb.base/catch-syscall.c: Include <sched.h>.
8989 (unknown_syscall): New variable.
8990 (main): Trigger a vfork and an unknown syscall.
8991 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8992 (unknown_syscall_number): Likewise.
8993 (check_call_to_syscall): Accept an optional syscall pattern.
8994 (check_return_from_syscall): Likewise.
8995 (check_continue): Likewise.
8996 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8997 (test_catch_syscall_skipping_return): New test toggling off 'catch
8998 syscall' to step over the syscall return, then toggling back on.
8999 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9000 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9001 (do_syscall_tests): Call test_catch_syscall_without_args and
9002 test_catch_syscall_mid_vfork.
9003 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9004 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9005
b32b93c6
AS
90062015-10-19 Andrew Stubbs <ams@codesourcery.com>
9007
9008 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9009 print g_vE): Add new pass patterns.
9010 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9011 print various symbol names for vptr fields.
9012
9d622bda
AB
90132015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9014
9015 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9016 results.
9017
0fd8ac1c
YQ
90182015-10-12 Yao Qi <yao.qi@linaro.org>
9019
9020 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9021
34240514
YQ
90222015-10-12 Yao Qi <yao.qi@linaro.org>
9023
9024 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9025 is aarch64*-*-linux*.
9026
8240f442
YQ
90272015-10-12 Yao Qi <yao.qi@linaro.org>
9028
9029 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9030 (can_relocate_bcond_true): ... it.
9031 (can_relocate_bcond_false): New function.
9032 (foo): Likewise.
9033 (can_relocate_bl): Likewise.
9034 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9035 can_relocate_bl.
9036
2520f728
PMR
90372015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9038
9039 * gdb.base/nested-addr.c: New file.
9040 * gdb.base/nested-addr.exp: New testcase.
9041
abcef95a
MM
90422015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9043
9044 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9045 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9046 its output. Ignore the output of "record goto begin" and instead
9047 check that GDB is replaying.
9048
145e3ddb
PA
90492015-10-09 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9052 (top level): Use it in the run with no args test.
9053
d5d8c4e1
IB
90542015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9055
9056 * gdb.dlang/properties.exp: New file.
9057
06e635ef
SL
90582015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9059
9060 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9061 whether or not address 0x1000 is mapped on the target.
9062
e019fd1d
SM
90632015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9064
9065 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9066 build.
9067
77ba2a67
MM
90682015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9069
9070 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9071 instruction-history test.
9072
c60eb31f
DE
90732015-09-28 Doug Evans <dje@google.com>
9074
9075 * gdb.base/gcore.c (array_func): Add reference to static_array.
9076
9a3c8263
SM
90772015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9078
9079 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9080 source line.
9081
9720e656
SL
90822015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9083
9084 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9085 short or char as base type.
9086
938d3bf2
SL
90872015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9088
9089 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9090 to allow any size enum.
9091
e6c2c623
PMR
90922015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9093
9094 * gdb.ada/array_ptr_renaming.exp: New testcase.
9095 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9096 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9097
06da0f77
PL
90982015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9099
9100 * gdb.trace/ftrace-lock.c: New file.
9101 * gdb.trace/ftrace-lock.exp: New file.
9102
4f51c22a
PL
91032015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9104
9105 * gdb.arch/insn-reloc.c: New file.
9106 * gdb.arch/ftrace-insn-reloc.exp: New file.
9107
7041adf4
PL
91082015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9109
9110 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9111 instruction.
9112 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9113 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9114 * gdb.trace/range-stepping.c: Likewise.
9115 * gdb.trace/trace-break.c: Likewise.
9116 * gdb.trace/trace-mt.c (thread_function): Likewise.
9117 * gdb.trace/ftrace.c (marker): Likewise.
9118 * gdb.trace/trace-condition.c (marker): Likewise.
9119 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9120 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9121 is_aarch64_target.
9122
015d2e7e
DE
91232015-09-18 Doug Evans <xdje42@gmail.com>
9124
9125 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9126 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9127
26b188a2
SL
91282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9129
9130 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9131 the breakpoint.
9132
79dc332b
SL
91332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9134
9135 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9136 the pending breakpoint. Remove timeout override for "Run till
9137 MI pending breakpoint on pendfunc3 on thread 2" test.
9138
f57929f2
SL
91392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9140
9141 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9142 filename pattern.
9143
3f469b17
SL
91442015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9145
9146 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9147 in breakpoint filename pattern.
9148
515b89b3
SL
91492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9150
7800dbe4
SL
9151 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9152
91532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9154
515b89b3
SL
9155 * gdb.linespec/explicit.exp: Check for readline support for
9156 tab-completion tests. Fix obvious typo.
9157
d2939ba2
MM
91582015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9159
9160 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9161 and replay.
9162
cbb55fa7
MM
91632015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9164
9165 * gdb.btrace/non-stop.c: New.
9166 * gdb.btrace/non-stop.exp: New.
9167
43691ca1
PL
91682015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9169 Yao Qi <yao.qi@linaro.org>
9170
9171 * gdb.trace/trace-condition.c: New file.
9172 * gdb.trace/trace-condition.exp: New file.
9173
d78908cf
WW
91742015-09-16 Wei-cheng Wang <cole945@gmail.com>
9175
9176 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9177 for testing bytecode compilation.
9178
1ed415e2
PA
91792015-09-16 Pedro Alves <palves@redhat.com>
9180 Sandra Loosemore <sandra@codesourcery.com>
9181
9182 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9183 (SECONDS): Redefine.
9184 (main): Call pthread_kill and alarm early.
9185 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9186 support.
9187 (test): If the target can't hardware step and doesn't support
9188 displaced stepping, increase the timeout.
9189
d136eff5
PA
91902015-09-16 Pedro Alves <palves@redhat.com>
9191
9192 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9193 (enable_debug): New procedures.
9194 (test): Use them. Bail out if waiting for threads fails.
9195 (top level): Bail out if a test fails.
9196
991f019c
YQ
91972015-09-16 Yao Qi <yao.qi@linaro.org>
9198
9199 * gdb.asm/asm-source.exp: Set asm-arch for
9200 aarch64*-*-* target.
9201 * gdb.asm/aarch64.inc: New file.
9202
bfca584f
PMR
92032015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9204
9205 * gdb.ada/array_of_variable_length.exp: New testcase.
9206 * gdb.ada/array_of_variable_length/foo.adb: New file.
9207 * gdb.ada/array_of_variable_length/pck.adb: New file.
9208 * gdb.ada/array_of_variable_length/pck.ads: New file.
9209
b326e587
DE
92102015-09-15 Doug Evans <dje@google.com>
9211
9212 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9213 of function static local variable.
9214
5382cfab
PW
92152015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9216
9217 * gdb.threads/tls-so_extern.exp: New test file.
9218 * gdb.threads/tls-so_extern.c: New test file.
9219 * gdb.threads/tls-so_extern_main.c: New test file.
9220
141c5cc4
JK
92212015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9222
9223 * gdb.opt/solib-intra-step-lib.c: New file.
9224 * gdb.opt/solib-intra-step-main.c: New file.
9225 * gdb.opt/solib-intra-step.exp: New file.
9226
d15dcecd
PA
92272015-09-15 Pedro Alves <palves@redhat.com>
9228
9229 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9230 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9231
4c2f2a79
PA
92322015-09-14 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.base/hook-stop-continue.c: Delete.
9235 * gdb.base/hook-stop-continue.exp: Delete.
9236 * gdb.base/hook-stop-frame.c: Delete.
9237 * gdb.base/hook-stop-frame.exp: Delete.
9238 * gdb.base/hook-stop.c: New file.
9239 * gdb.base/hook-stop.exp: New file.
9240
919e6dbe
PMR
92412015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9242
9243 * gdb.ada/access_to_packed_array.exp: New testcase.
9244 * gdb.ada/access_to_packed_array/foo.adb: New file.
9245 * gdb.ada/access_to_packed_array/pack.adb: New file.
9246 * gdb.ada/access_to_packed_array/pack.ads: New file.
9247
157280a4
MM
92482015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9249
9250 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9251 buffer size test.
9252
2fd33e94
DB
92532015-09-11 Don Breazeal <donb@codesourcery.com>
9254
9255 * gdb.base/foll-exec.c: Add copyright header. Fix
9256 formatting issues.
9257 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9258 (do_exec_tests): Use clean_restart in place of zap_session,
9259 and for test initialization. Fix formatting issues. Use
9260 fail in place of perror.
9261 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9262 an expect statement to match an expression with output from
9263 the program under debug.
9264 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9265 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9266 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9267 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9268 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9269
e70b6e8e
DE
92702015-09-09 Doug Evans <dje@google.com>
9271
9272 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9273
7a551a51
DE
92742015-09-09 Doug Evans <dje@google.com>
9275
9276 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9277
4c666f84
DE
92782015-09-09 Doug Evans <dje@google.com>
9279
9280 * gdb.base/savedregs.exp: Fix typo.
9281
243a9253
PA
92822015-09-09 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9285
c0fa8fbd
SL
92862015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9287
9288 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9289 command actually switches threads. Give up on remaining
9290 tests if target fails to stop at breakpoint.
9291
cd7c1778
PMR
92922015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9293
9294 * gdb.ada/funcall_char.exp: New testcase.
9295 * gdb.ada/funcall_char/foo.adb: New file.
9296
dc5c8746
PMR
92972015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9298
9299 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9300 expected outputs. Add two testcases for completing ambiguous
9301 functions.
9302 * gdb.ada/complete/aux_pck.adb: New file.
9303 * gdb.ada/complete/aux_pck.ads: New file.
9304 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9305 Ambiguous_Func functions.
9306 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9307 * gdb.ada/complete/pck.adb: Likewise.
9308
4e83a1e7
UW
93092015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9310
9311 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9312 failures to run the test program under GDB.
9313
8ce74153
LM
93142015-08-26 Luis Machado <lgustavo@codesourcery.com>
9315
9316 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9317 to C.
9318
e9756d52
PP
93192015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9320
9321 * gdb.base/run-after-attach.exp: New test file.
9322 * gdb.base/run-after-attach.c: New test file.
9323
8d37573b
DB
93242015-08-26 Don Breazeal <donb@codesourcery.com>
9325
9326 * gdb.base/foll-exec-2.c: New test program.
9327 * gdb.base/foll-exec-2.exp: New test.
9328
63e43d3a
PMR
93292015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9330
9331 * gdb.base/nested-subp1.exp: New file.
9332 * gdb.base/nested-subp1.c: New file.
9333 * gdb.base/nested-subp2.exp: New file.
9334 * gdb.base/nested-subp2.c: New file.
9335 * gdb.base/nested-subp3.exp: New file.
9336 * gdb.base/nested-subp3.c: New file.
9337
3d40fbb5
PA
93382015-08-24 Pedro Alves <palves@redhat.com>
9339
9340 * gdb.server/connect-without-multi-process.c: New file.
9341 * gdb.server/connect-without-multi-process.exp: New file.
9342
4422ac93
LM
93432015-08-24 Luis Machado <lgustavo@codesourcery.com>
9344
9345 * gdb.opt/inline-markers.c: Make z int.
9346
91dddb86
LM
93472015-08-24 Luis Machado <lgustavo@codesourcery.com>
9348
9349 * gdb.opt/inline-markers.c: Make z volatile.
9350
a48847ee
LM
93512015-08-24 Luis Machado <lgustavo@codesourcery.com>
9352
9353 * gdb.opt/inline-bt.c: New volatile global z.
9354 * gdb.opt/inline-cmds.c: Likewise.
9355 * gdb.opt/inline-locals.c: Likewise.
9356 * gdb.opt/inline-markers.c: New extern global z.
9357 (marker): Use z.
9358 (inline_fn): Likewise.
9359
0ebbc52b
PA
93602015-08-24 Pedro Alves <palves@redhat.com>
9361
9362 * config/m32r-stub.exp: Remove file.
9363 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9364 * gdb.base/call-rt-st.exp: Likewise.
9365 * gdb.base/call-strs.exp: Likewise.
9366 * gdb.base/default.exp: Remove references to h8300-*-hms and
9367 *-*-udi*.
9368 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9369
77c365df
AA
93702015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9371
9372 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9373 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9374 and "return" use KFAIL when GDB can not read/write the vector
9375 return value.
9376
4313b8c0
GB
93772015-08-21 Gary Benson <gbenson@redhat.com>
9378
9379 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9380
0e433b32
PA
93812015-08-20 Pedro Alves <palves@redhat.com>
9382
9383 * gdb.server/solib-list.exp: No longer expect an interior stop in
9384 non-stop mode.
9385
221e1a37
PA
93862015-08-20 Pedro Alves <palves@redhat.com>
9387
9388 * gdb.server/connect-stopped-target.c: New file.
9389 * gdb.server/connect-stopped-target.exp: New file.
9390
40e3ad0e
PA
93912015-08-20 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.dwarf2/comp-unit-lang.exp: New file.
9394 * gdb.dwarf2/comp-unit-lang.c: New file.
9395
af39b327
PMR
93962015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9397
9398 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9399 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9400
7d45c7c3 94012015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9402
7d45c7c3
KB
9403 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9404 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9405
4d6cceb4
DE
94062015-08-18 Doug Evans <dje@google.com>
9407 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9408
9409 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9410 skip_python_tests. New arg prompt_regexp.
9411 (skip_python_tests): New function.
9412 * lib/mi-support.exp (mi_skip_python_tests): New function.
9413 * gdb.python/py-mi-objfile-gdb.py: New file.
9414 * gdb.python/py-mi-objfile.c: New file.
9415 * gdb.python/py-mi-objfile.exp: New file.
9416
ad89c2aa
KS
94172015-08-17 Keith Seitz <keiths@redhat.com>
9418
9419 * gdb.linespec/explicit.exp: Move strace test from here ...
9420 * gdb.trace/strace.exp: ... to here.
9421
e3ae3c43
PP
94222015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9423
9424 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9425 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9426
604b2636
DE
94272015-08-14 Doug Evans <xdje42@gmail.com>
9428
9429 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9430 inferior before selecting a new file.
9431
6ff0ba5f
DE
94322015-08-14 Doug Evans <xdje42@gmail.com>
9433
9434 * gdb.mi/mi-disassemble.exp: Update.
9435 * gdb.base/disasm-optim.S: New file.
9436 * gdb.base/disasm-optim.c: New file.
9437 * gdb.base/disasm-optim.h: New file.
9438 * gdb.base/disasm-optim.exp: New file.
9439
9ca98f92
KS
94402015-08-14 Keith Seitz <keiths@redhat.com>
9441
9442 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9443 "evaluated-by".
9444
52bbc560
JB
94452015-08-13 Joel Brobecker <brobecker@adacore.com>
9446
9447 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9448
5d8c3ed3
PMR
94492015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9450
9451 * gdb.ada/fun_renaming.exp: New testcase.
9452 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9453 * gdb.ada/fun_renaming/pack.adb: New file.
9454 * gdb.ada/fun_renaming/pack.ads: New file.
9455
ea8812bc
KS
94562015-08-12 Keith Seitz <keiths@redhat.com>
9457
9458 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9459 gdb_get_line_number.
9460
4dafcdeb
JB
94612015-08-12 Joel Brobecker <brobecker@adacore.com>
9462
9463 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9464 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9465 gdb.base/dso2dso.exp: New files.
9466
5ba32597
SDJ
94672015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9468 Pedro Alves <palves@redhat.com>
9469 Keith Seitz <keiths@redhat.com>
9470
9471 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9472 GDBFLAGS.
9473
b6dafabf
PP
94742015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9475
9476 * gdb.base/gdbhistsize-history.exp
9477 (test_histsize_history_setting): Use save_vars.
9478 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9479 Use save_vars.
9480 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9481 * gdb.base/readline.exp: Use save_vars.
9482
abe8e607
PP
94832015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9484
9485 * lib/gdb.exp (save_vars): New proc.
9486
629500fa
KS
94872015-08-11 Keith Seitz <keiths@redhat.com>
9488
9489 * gdb.base/help.exp: Update help_breakpoint_text.
9490
eb8c4e2e
KS
94912015-08-11 Keith Seitz <keiths@redhat.com>
9492
9493 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9494 (at toplevel): Call test_explicit_breakpoints.
9495 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9496 breakpoints.
9497 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9498 breakpoint conditions, "-cond".
9499
87f0e720
KS
95002015-08-11 Keith Seitz <keiths@redhat.com>
9501
9502 * gdb.linespec/3explicit.c: New file.
9503 * gdb.linespec/cpexplicit.cc: New file.
9504 * gdb.linespec/cpexplicit.exp: New file.
9505 * gdb.linespec/explicit.c: New file.
9506 * gdb.linespec/explicit.exp: New file.
9507 * gdb.linespec/explicit2.c: New file.
9508 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9509 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9510 before using in the matching pattern.
9511 Clarify that `prefix' is a regular expression.
9512
f00aae0f
KS
95132015-08-11 Keith Seitz <keiths@redhat.com>
9514
9515 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9516 test.
9517 Add tests for missing ",FMT" and ",".
9518
e27852be
DE
95192015-08-10 Doug Evans <dje@google.com>
9520 Keith Seitz <keiths@redhat.com>
9521
9522 PR gdb/17960
9523 * gdb.base/completion.exp: Add location completer tests.
9524
7f03bd92
PA
95252015-08-07 Pedro Alves <palves@redhat.com>
9526
9527 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9528 tests here.
9529 (top level): Run do_test with and without displaced stepping.
9530
3fc8eb30
PA
95312015-08-07 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.base/valgrind-disp-step.c: New file.
9534 * gdb.base/valgrind-disp-step.exp: New file.
9535
d4569d7b
PA
95362015-08-07 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9539 Delete function.
9540 (main): Add alarm. Run an infinite loop instead of calling
9541 wait_threads.
9542 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9543 comment.
9544 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9545 Delete function.
9546 (main): Add alarm. Run an infinite loop instead of calling
9547 wait_threads.
9548 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9549 comment.
9550
e1316e60
PA
95512015-08-07 Pedro Alves <palves@redhat.com>
9552
9553 * gdb.base/checkpoint-ns.exp: New file.
9554 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9555 standard_testfile.
9556
da8c46d2
MM
95572015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9558
9559 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9560 * gdb.btrace/instruction_history.exp: Update.
9561 * gdb.btrace/tsx.exp: New.
9562 * gdb.btrace/tsx.c: New.
9563
de1c2c52
PA
95642015-08-06 Pedro Alves <palves@redhat.com>
9565
9566 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9567 increase timeout.
9568 * gdb.reverse/until-precsave.exp: Bump timeouts.
9569
782e0bf4
PA
95702015-08-06 Pedro Alves <palves@redhat.com>
9571
9572 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9573
83e97ed0
PA
95742015-08-06 Pedro Alves <palves@redhat.com>
9575
9576 PR gdb/18749
9577 * gdb.threads/process-dies-while-handling-bp.c: New file.
9578 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9579
863d01bd
PA
95802015-08-06 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9583 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9584
0a39bb32
PA
95852015-08-05 Pedro Alves <palves@redhat.com>
9586
9587 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9588 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9589
ee2d2b10
SL
95902015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9591
9592 * gdb.base/bp-permanent.exp: Report test as unsupported if
9593 the target cannot stop at the permanent breakpoint.
9594
4e1bdb00
DE
95952015-08-03 Doug Evans <dje@google.com>
9596
9597 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9598 10000.
9599
3d338901
DE
96002015-08-03 Doug Evans <dje@google.com>
9601
9602 * Makefile.in (workers/%.worker, build-perf): New rule.
9603 (GDB_PERFTEST_MODE): New variable.
9604 (check-perf): Use it.
9605 (clean): Clean up gdb.perf parallel build subdirs.
9606 * lib/build-piece.exp: New file.
9607 * lib/gdb.exp (make_gdb_parallel_path): New function
9608 (standard_output_file, standard_temp_file): Call it.
9609 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9610 of $GDB_PARALLEL.
9611 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9612
af061d3e
DE
96132015-08-03 Doug Evans <dje@google.com>
9614
8e1afc81 9615 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9616 (LOG_FILE_NAME): New global.
9617 (TextReporter.__init__): Initialize self.txt_sum.
9618 (TextReporter.report): Add support for multiple data-points.
9619 Move report to perftest.sum, put raw data in perftest.log.
9620 (TextReporter.start): Open sum and log files.
9621 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9622 * gdb.perf/lib/perftest/testresult.py
9623 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9624
2c8c5d37
PA
96252015-07-31 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9628 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9629 kill_wait_spawned_process instead of explicit "kill -9".
9630 * gdb.base/attach-pie-noexec.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/attach-twice.exp: Likewise.
9634 * gdb.base/attach.exp: Likewise.
9635 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9636 gdb_test_multiple.
9637 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9638 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9639 kill_wait_spawned_process.
9640 * gdb.base/valgrind-infcall.exp: Likewise.
9641 * gdb.multi/multi-attach.exp: Likewise.
9642 * gdb.python/py-prompt.exp: Likewise.
9643 * gdb.python/py-sync-interp.exp: Likewise.
9644 * gdb.server/ext-attach.exp: Likewise.
9645 * gdb.threads/attach-into-signal.exp (corefunc): Use
9646 spawn_wait_for_attach, spawn_id_get_pid and
9647 kill_wait_spawned_process.
9648 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9649 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9650 spawn_id_get_pid and kill_wait_spawned_process.
9651 * gdb.threads/attach-stopped.exp (corefunc): Use
9652 spawn_wait_for_attach, spawn_id_get_pid and
9653 kill_wait_spawned_process.
9654 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9655 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9656 kill_wait_spawned_process instead of explicit "kill -9".
9657 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9658 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9659 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9660 processes. Don't map cygwin/windows pids here. Now returns a
9661 spawn id list.
9662
032a0fca
SL
96632015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9664
9665 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9666 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9667 correct patch.
9668
61a934ca
SL
96692015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9670
9671 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9672
4bc4d428
SL
96732015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9674
9675 Reapply:
9676 2014-05-21 Mark Wielaard <mjw@redhat.com>
9677
9678 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9679
998d452a
PA
96802015-07-30 Pedro Alves <palves@redhat.com>
9681
9682 * linux-low.c (handle_extended_wait): Set the child's last
9683 reported status to TARGET_WAITKIND_STOPPED.
9684
69dde7dc
PA
96852015-07-30 Pedro Alves <palves@redhat.com>
9686
9687 PR threads/18600
9688 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9689 only shows inferior 1.
9690
4dd63d48
PA
96912015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9692 Pedro Alves <palves@redhat.com>
9693
9694 PR threads/18600
9695 * gdb.threads/fork-plus-threads.c: New file.
9696 * gdb.threads/fork-plus-threads.exp: New file.
9697
d618e4c5
PP
96982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9699
9700 * gdb.base/batch-preserve-term-settings.exp
9701 (test_terminal_settings_preserved_after_cli_exit): Use
9702 send_quit_command.
9703
1eef6428
PA
97042015-07-29 Pedro Alves <palves@redhat.com>
9705 Don Breazeal <donb@codesourcery.com>
9706
9707 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9708 output from both inferior_spawn_id and gdb_spawn_id.
9709
7da5b897
SDJ
97102015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9711
9712 * gdb.threads/attach-into-signal.exp (corefunc): Use
9713 with_test_prefix on nested loops, uniquefying the test messages.
9714
dac804df
SDJ
97152015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9716
9717 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9718 commit.
9719
06265e53
PP
97202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9721
9722 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9723 New proc.
9724 (test_terminal_settings_preserved_after_sigterm): New test.
9725
18206ca3
PP
97262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9727
9728 * gdb.base/batch-preserve-term-settings.exp
9729 (test_terminal_settings_preserved_after_cli_exit): New test.
9730
90074d11
PP
97312015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9732
9733 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9734 manipulation of saved_gdbflags.
9735 (test_terminal_settings_preserved): Remove global declaration of
9736 the unused variable pagination_prompt. Remove manipulation of
9737 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9738 GDBFLAGS.
9739
eb1a7902
PA
97402015-07-29 Pedro Alves <palves@redhat.com>
9741
9742 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9743
8b75dd3b
PA
97442015-07-29 Pedro Alves <palves@redhat.com>
9745
9746 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9747 at the top.
9748
dedad4e3
PA
97492015-07-29 Pedro Alves <palves@redhat.com>
9750
9751 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9752 (main): Call gdb_unbuffer_output.
9753 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9754 (main): Call gdb_unbuffer_output.
9755 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9756 (main): Call gdb_unbuffer_output.
9757 * gdb.base/call-strs.exp: Adjust to step over the
9758 gdb_unbuffer_output call.
9759 * gdb.base/catch-gdb-caused-signals.c: Include
9760 "../lib/unbuffer_output.c".
9761 (main): Call gdb_unbuffer_output.
9762 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9763 (main): Call gdb_unbuffer_output.
9764 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9765 (main): Call gdb_unbuffer_output.
9766 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9767 (main): Call gdb_unbuffer_output.
9768 * gdb.base/shlib-call.exp: Adjust to step over the
9769 gdb_unbuffer_output call.
9770 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9771 (main): Call gdb_unbuffer_output.
9772 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9773 (main): Call gdb_unbuffer_output.
9774 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9775 (main): Rename to ...
9776 (test): ... this.
9777 (main): Reimplement.
9778 * gdb.base/varargs.exp: Run to test instead of to main.
9779 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9780 (main): Call gdb_unbuffer_output.
9781
58789a91
PA
97822015-07-29 Pedro Alves <palves@redhat.com>
9783
9784 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9785 factore out from mi_continue_dprintf. For call-style dprintfs,
9786 expect dprintf output out of $inferior_spawn_id.
9787 (mi_continue_dprintf): Use mi_expect_dprintf.
9788 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9789 (main): Call gdb_unbuffer_output.
9790
e8376742
PA
97912015-07-29 Pedro Alves <palves@redhat.com>
9792
9793 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9794 (default_mi_gdb_start): Set inferior_spawn_id instead of
9795 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9796 gdb_spawn_id.
9797 (mi_gdb_test): Always expect inferior output from both
9798 $inferior_spawn_id and $gdb_spawn_id.
9799
08280010
PA
98002015-07-29 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9803 send_inferior and $inferior_spawn_id.
9804
4d30e432
PA
98052015-07-29 Pedro Alves <palves@redhat.com>
9806
9807 * gdb.gdb/complaints.exp (test_initial_complaints)
9808 (test_serial_complaints, test_short_complaints): Use
9809 gdb_test_stdio.
9810 (test_empty_complaint): Handle $inferior_spawn_id !=
9811 $gdb_spawn_id.
9812
0d30a335
PA
98132015-07-29 Pedro Alves <palves@redhat.com>
9814
9815 * gdb.base/varargs.exp: Use gdb_test_stdio.
9816
39413b29
PA
98172015-07-29 Pedro Alves <palves@redhat.com>
9818
9819 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9820
7cb000a9
PA
98212015-07-29 Pedro Alves <palves@redhat.com>
9822
9823 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9824
d7b8ac82
PA
98252015-07-29 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9828 parameter into two new parameters, "inf_result" and "gdb_result".
9829 Expect inferior output and gdb output from $inferior_spawn_id and
9830 $gdb_spawn_id, respectively. Adjust all callers.
9831
789c3a0c
PA
98322015-07-29 Pedro Alves <palves@redhat.com>
9833
9834 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9835 of gdb_test_sequence.
9836
77e760c3
PA
98372015-07-29 Pedro Alves <palves@redhat.com>
9838
9839 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9840 (saw_spurious_output): Expect inferior output from
9841 $inferior_spawn_id. Use gdb_test_stdio.
9842
8396d2cd
PA
98432015-07-29 Pedro Alves <palves@redhat.com>
9844
9845 * gdb.base/dprintf.exp: Use standard_testfile. Change
9846 prepare_for_testing call.
9847 (srcfile): Don't set.
9848 (restart): New procedure.
9849 (test_dprintf): New procecure, use to continue over dprintfs.
9850 (test_call, test_agent): New procedures, tests moved here.
9851 Restart gdb and recreate dprintfs. Adjust expected output.
9852
2051d61f
PA
98532015-07-29 Pedro Alves <palves@redhat.com>
9854
9855 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9856
452397af
PA
98572015-07-29 Pedro Alves <palves@redhat.com>
9858
9859 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9860
8aed9555
PA
98612015-07-29 Pedro Alves <palves@redhat.com>
9862
9863 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9864 gdb_test_stdio.
9865
188a61b4
PA
98662015-07-29 Pedro Alves <palves@redhat.com>
9867
9868 * lib/gdb.exp (gdb_test_stdio): New procedure.
9869
12264a45
PA
98702015-07-29 Pedro Alves <palves@redhat.com>
9871
9872 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9873
23ffc893
PA
98742015-07-29 Pedro Alves <palves@redhat.com>
9875
9876 * gdb.base/call-signal-resume.exp: Remove check for
9877 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9878 * gdb.base/unwindonsignal.exp: Likewise.
9879 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9880 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9881
65566918
PA
98822015-07-29 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.base/siginfo-addr.c (pass): New function.
9885 (handler): Call it iff si_addr is correct.
9886 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9887 Set a breakpoint at "pass" and continue to it.
9888
d60a9221
SDJ
98892015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9890
9891 * gdb.python/py-objfile.exp: Make some tests have unique names.
9892 * gdb.python/py-pp-registration.exp: Likewise.
9893
bde40b8f
PA
98942015-07-28 Pedro Alves <palves@redhat.com>
9895
9896 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9897
13e1dec8
SM
98982015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9899
9900 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9901
da33c9a7
SM
99022015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9903
9904 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9905
077836f7
PP
99062015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9907
9908 * gdb.base/gdb-sigterm-2.exp: New test.
9909
b8cc7b2e
DE
99102015-07-25 Doug Evans <xdje42@gmail.com>
9911
9912 Revert:
9913 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9914 (workers/%.worker, build-perf): New rule.
9915 (GDB_PERFTEST_MODE): New variable.
9916 (check-perf): Use it.
9917 (clean): Clean up gdb.perf parallel build subdirs.
9918 * lib/build-piece.exp: New file.
9919 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9920 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9921 name.
9922 (standard_temp_file): Ditto.
9923 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9924 of $GDB_PARALLEL.
9925
c8bd4544
DE
99262015-07-24 Doug Evans <dje@google.com>
9927
9928 * gdb.perf/lib/perftest/utils.py: New file.
9929 * gdb.perf/gm-hello.cc: New file.
9930 * gdb.perf/gm-pervasive-typedef.cc: New file.
9931 * gdb.perf/gm-pervasive-typedef.h: New file.
9932 * gdb.perf/gm-std.cc: New file.
9933 * gdb.perf/gm-std.h: New file.
9934 * gdb.perf/gm-use-cerr.cc: New file.
9935 * gdb.perf/gm-utils.h: New file.
9936 * gdb.perf/gmonster-null-lookup.py: New file.
9937 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9938 * gdb.perf/gmonster-print-cerr.py: New file.
9939 * gdb.perf/gmonster-ptype-string.py: New file.
9940 * gdb.perf/gmonster-runto-main.py: New file.
9941 * gdb.perf/gmonster-select-file.py: New file.
9942 * gdb.perf/gmonster1-null-lookup.exp: New file.
9943 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9944 * gdb.perf/gmonster1-print-cerr.exp: New file.
9945 * gdb.perf/gmonster1-ptype-string.exp: New file.
9946 * gdb.perf/gmonster1-runto-main.exp: New file.
9947 * gdb.perf/gmonster1-select-file.exp: New file.
9948 * gdb.perf/gmonster1.cc: New file.
9949 * gdb.perf/gmonster1.exp: New file.
9950 * gdb.perf/gmonster2-null-lookup.exp: New file.
9951 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9952 * gdb.perf/gmonster2-print-cerr.exp: New file.
9953 * gdb.perf/gmonster2-ptype-string.exp: New file.
9954 * gdb.perf/gmonster2-runto-main.exp: New file.
9955 * gdb.perf/gmonster2-select-file.exp: New file.
9956 * gdb.perf/gmonster2.cc: New file.
9957 * gdb.perf/gmonster2.exp: New file.
9958
6eab34f3
DE
99592015-07-24 Doug Evans <dje@google.com>
9960
9961 * gdb.perf/README: New file.
9962 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9963 * lib/gen-perf-test.exp: New file.
9964
63738bfd
DE
99652015-07-24 Doug Evans <dje@google.com>
9966
9967 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9968 (PerfTest::startup): New function.
9969 (PerfTest::run): Return result of calling body.
9970 (PerfTest::assemble): Rewrite.
9971 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9972 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9973 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9974 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9975 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9976
7b606f95
DE
99772015-07-24 Doug Evans <dje@google.com>
9978
9979 * lib/gdb.exp (clean_restart): Make executable optional.
9980
a97b16b8
DE
99812015-07-24 Doug Evans <dje@google.com>
9982
9983 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9984 compiler_info references.
9985 * gdb.cp/temargs.exp: Ditto.
9986 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9987 (get_compiler_info): Early exit if already computed. Set compiler_info
9988 to "unknown" if there was a problem.
9989 (test_compiler_info): Add function comment. Call get_compiler_info.
9990
35baa57f
DE
99912015-07-24 Doug Evans <dje@google.com>
9992
9993 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9994 (workers/%.worker, build-perf): New rule.
9995 (GDB_PERFTEST_MODE): New variable.
9996 (check-perf): Use it.
9997 (clean): Clean up gdb.perf parallel build subdirs.
9998 * lib/build-piece.exp: New file.
9999 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10000 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10001 name.
10002 (standard_temp_file): Ditto.
10003 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10004 of $GDB_PARALLEL.
10005
6ebea266
DE
100062015-07-24 Doug Evans <dje@google.com>
10007
10008 * lib/future.exp (gdb_default_target_compile): New option
10009 "early_flags".
10010 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10011 --as-needed.
10012
1e76a7e9
SDJ
100132015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10014
10015 * gdb.base/catch-syscall.exp: Call gdb_exit before
10016 gdb_skip_xml_test.
10017
5068630a
PA
100182015-07-24 Pedro Alves <palves@redhat.com>
10019
10020 * gdb.python/py-events.exp: Accept output between the stop event
10021 and the prompt.
10022 * gdb.python/py-evsignal.exp: Likewise.
10023 * gdb.python/py-evthreads.exp: Likewise.
10024
77598427
PA
100252015-07-24 Pedro Alves <palves@redhat.com>
10026
10027 PR gdb/18717
10028 * gdb.threads/non-ldr-exit.c: New file.
10029 * gdb.threads/non-ldr-exit.exp: New file.
10030
11e6c98f
YQ
100312015-07-24 Yao Qi <yao.qi@linaro.org>
10032
10033 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10034 restarting process.
10035
51aee833
YQ
100362015-07-24 Yao Qi <yao.qi@linaro.org>
10037
10038 * gdb.server/ext-restart.exp: New file.
10039
8cfe207c
YQ
100402015-07-24 Yao Qi <yao.qi@linaro.org>
10041
10042 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10043 argument options.
10044 * gdb.server/ext-wrapper.exp: New file.
10045
cc12ce38
DE
100462015-07-23 Doug Evans <dje@google.com>
10047
10048 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10049 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10050
d0d84780
PMR
100512015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10052
10053 * gdb.ada/var_arr_typedef.exp: New testcase.
10054 * gdb.ada/var_arr_typedef/pack.adb: New file.
10055 * gdb.ada/var_arr_typedef/pack.ads: New file.
10056 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10057
8b558f79
JB
100582015-07-20 Joel Brobecker <brobecker@adacore.com>
10059
10060 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10061
775a3298
JK
100622015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10063
10064 * gdb.arch/i386-biarch-core.exp: Replace istarget
10065 by "complete set gnutarget". Remove expectation for the "core-file"
10066 command.
10067
db1ff28b
JK
100682015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10069
10070 Revert the previous commit:
10071 Tests for validate symbol file using build-id.
10072
0a94970d
JK
100732015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10074
10075 Tests for validate symbol file using build-id.
10076 * gdb.base/solib-mismatch-lib.c: New file.
10077 * gdb.base/solib-mismatch-libmod.c: New file.
10078 * gdb.base/solib-mismatch.c: New file.
10079 * gdb.base/solib-mismatch.exp: New file.
10080
03346981
SL
100812015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10082
10083 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10084 nios2-*-linux*.
10085 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10086 * gdb.base/siginfo.exp: Likewise.
10087 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10088
42422cc7
PL
100892015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10090
10091 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10092 Move it to ...
10093 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10094 ... here.
10095 * gdb.trace/range-stepping.exp: Check that the target supports
10096 range stepping.
10097
cfa68bae
JK
100982015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10099
10100 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10101
8ffdba26
PA
101022015-07-14 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.base/killed-outside.exp: New file.
10105 * gdb.base/killed-outside.c: New file.
10106
218a5a11
JK
101072015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10108
10109 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10110 (n at main): New.
10111 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10112
e03ed3c6
AA
101132015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10114
10115 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10116 infcall tests instead of setting up for KFAIL.
10117
485668e5
MM
101182015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10119
10120 * gdb.btrace/record_goto-step.exp: New.
10121
08464196
JK
101222015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10123
10124 PR compile/18484
10125 * gdb.compile/compile.c (struct struct_type): Add volatile to
10126 selffield's type.
10127 * gdb.compile/compile.exp
10128 (compile code struct_object.selffield = &struct_object): Skip further
10129 struct_object tests if this one xfails.
10130
bcf5c1d9
RC
101312015-07-08 Robert O'Callahan <robert@ocallahan.org>
10132
10133 PR exp/18617
10134 * gdb.trace/ax.exp: Add test.
10135
4931af25
YQ
101362015-07-07 Yao Qi <yao.qi@linaro.org>
10137
10138 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10139 instead of istarget "aarch64*-*-*".
10140 * gdb.arch/aarch64-fp.exp: Likewise.
10141 * gdb.base/float.exp: Likewise.
10142 * gdb.reverse/aarch64.exp: Likewise.
10143 * lib/gdb.exp (is_aarch64_target): New proc.
10144
9fcf688e
YQ
101452015-07-07 Yao Qi <yao.qi@linaro.org>
10146
10147 * lib/gdb.exp (is_aarch32_target): New proc.
10148 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10149 instead of "istarget "arm*-*-*"".
10150 * gdb.arch/arm-disp-step.exp: Likewise.
10151 * gdb.arch/thumb-bx-pc.exp: Likewise.
10152 * gdb.arch/thumb-prologue.exp: Likewise.
10153 * gdb.arch/thumb-singlestep.exp: Likewise.
10154 * gdb.base/disp-step-syscall.exp: Likewise.
10155 * gdb.base/float.exp: Likewise.
10156
fbd8d50d
YQ
101572015-07-07 Yao Qi <yao.qi@linaro.org>
10158
10159 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10160 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10161
71be1fdc
YQ
101622015-07-07 Yao Qi <yao.qi@linaro.org>
10163
10164 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10165 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10166 if it exists.
10167 * gdb.multi/multi-arch.exp: Likewise.
10168
3e221d36
SM
101692015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10170
10171 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10172 print.
10173
d441430b
YQ
101742015-07-07 Yao Qi <yao.qi@linaro.org>
10175
10176 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10177
06f810bd
MG
101782015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10179
10180 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10181 '[' and ']' characters.
10182
5e61e7c0
IB
101832015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10184
10185 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10186
28bf096c
PA
101872015-06-29 Pedro Alves <palves@redhat.com>
10188
10189 PR threads/18127
10190 * gdb.threads/hand-call-new-thread.c: New file.
10191 * gdb.threads/hand-call-new-thread.c: New file.
10192
ee93cd5e
KS
101932015-06-26 Keith Seitz <keiths@redhat.com>
10194 Doug Evans <dje@google.com>
10195
10196 PR 16253
10197 * gdb.cp/var-tag-2.cc: New file.
10198 * gdb.cp/var-tag-3.cc: New file.
10199 * gdb.cp/var-tag-4.cc: New file.
10200 * gdb.cp/var-tag.cc: New file.
10201 * gdb.cp/var-tag.exp: New file.
10202
fc637f04
PP
102032015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10204
10205 * gdb.base/history-duplicates.exp: New test.
10206
2e52ae68
PP
102072015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10208
10209 * gdb.base/completion.exp: Test the completion of the "focus"
10210 command.
10211
6e22494e
JK
102122015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10213
10214 * gdb.arch/amd64-prologue-skip.S: New file.
10215 * gdb.arch/amd64-prologue-skip.exp: New file.
10216
bf7b9cd9
SM
102172015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10218
10219 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10220 is_address_zero_readable check.
10221
201e8dfd
PB
102222015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10223
10224 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10225 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10226
5cd867b4
YQ
102272015-06-24 Yao Qi <yao.qi@linaro.org>
10228
10229 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10230 linux targets.
10231
4d7be007
YQ
102322015-06-24 Yao Qi <yao.qi@linaro.org>
10233
10234 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10235 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10236 * gdb.base/siginfo-thread.exp: Likewise.
10237
07fcd301
YQ
102382015-06-22 Yao Qi <yao.qi@linaro.org>
10239
10240 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10241
52042a00
YQ
102422015-06-22 Yao Qi <yao.qi@linaro.org>
10243
10244 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10245 aarch64*-*-*.
10246 (skip_hw_watchpoint_tests): Likewise.
10247
74bd41ce
PP
102482015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10249
10250 * gdb.base/gdbinit-history.exp: Test the interaction between
10251 setting GDBHISTSIZE and setting the history size via .gdbinit.
10252
bc460514
PP
102532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10254
10255 PR gdb/16999
10256 * gdb.base/gdbhistsize-history.exp: New test.
10257
b58c513b
PP
102582015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10259
10260 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10261 with GDBHISTSIZE.
10262 * gdb.base/readline.exp: Likewise.
10263
92046791
YQ
102642015-06-17 Yao Qi <yao.qi@linaro.org>
10265
10266 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10267 line.
10268
2093d2d3
PP
102692015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10270
10271 * gdb.base/gdbinit-history.exp: Add test case to check that
10272 an unlimited history file does not get truncated on exit.
10273
e6c693af
AA
102742015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10275
10276 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10277 (VECTOR): New macro. Use it...
10278 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10279 ...for these typedefs.
10280 (int8, char1, int1, double1): New typedefs.
10281 (struct just_int2, struct two_int2): New structures.
10282 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10283 (add_structvecs, add_singlevecs): New functions.
10284 (main): Call add_some_intvecs twice.
10285 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10286 the compile and exit upon failure. Try compiling for the "native"
10287 architecture. Test inferior function calls with vector arguments
10288 and vector return value handling with "finish" and "return".
10289
c74f7d1c
JT
102902015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10291
10292 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10293 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10294 PE file.
10295 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10296
98aa42ee
AT
102972015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10298
10299 PR breakpoints/16465
10300 * gdb.mi/mi-dprintf-pending.c: New file.
10301 * gdb.mi/mi-dprintf-pending.exp: New test.
10302 * gdb.mi/mi-dprintf-pendshr.c: New file.
10303
7d73c23c 103042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10305 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10306
10307 * gdb.arch/i386-mpx-map.c: New file.
10308 * gdb.arch/i386-mpx-map.exp: New File.
10309
103102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10311
10312 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10313 * gdb.arch/i386-mpx.exp: Indentation fixed.
10314
103152015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10316
10317 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10318 function and improved indentation.
10319 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10320 gdb_test_multiple. Added additional tests to skip the test.
10321
103222015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10323
10324 * gdb.arch/i386-avx512.c: Change path in include file.
10325 * gdb.arch/i386-avx512.exp: Change include dir path
10326 compilation flag.
10327 * gdb.arch/i386-mpx.c: Change path in include file.
10328 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10329 flag.
10330
d5eba19a
JK
103312015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10332
10333 * gdb.compile/compile-print.exp (compile print *vararray@3)
10334 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10335
7f361056
JK
103362015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10337
10338 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10339 (do not keep jit in memory): ... this.
10340 (expect 5): Change it to ...
10341 (expect no 5): ... this.
10342
3b462ec2
SM
103432015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10344
10345 PR gdb/15564
10346 * gdb.mi/mi-detach.exp: New file.
10347
e0619de6
JK
103482015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10349
10350 PR symtab/18392
10351 * gdb.arch/amd64-tailcall-self.S: New file.
10352 * gdb.arch/amd64-tailcall-self.c: New file.
10353 * gdb.arch/amd64-tailcall-self.exp: New file.
10354
e970cb34
DB
103552015-05-28 Don Breazeal <donb@codesourcery.com>
10356
10357 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10358 tests for remote targets by checking is_target_gdbserver.
10359
b2e2f908
DE
103602015-05-27 Doug Evans <dje@google.com>
10361
10362 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10363 * gdb.dwarf2/opaque-type-lookup.c: New file.
10364 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10365
82c7be31
DE
103662015-05-26 Doug Evans <dje@google.com>
10367
10368 * gdb.cp/iostream.cc: New file.
10369 * gdb.cp/iostream.exp: New file.
10370
b4f54984
DE
103712015-05-26 Doug Evans <dje@google.com>
10372
10373 * gdb.dwarf2/dw2-op-call.exp: Update.
10374 * gdb.dwarf2/dw4-sig-types.exp: Update.
10375 * gdb.dwarf2/implptr.exp: Update.
10376 * gdb.mi/mi-cmd-param-changed.exp: Update.
10377
4ea6efe9
DE
103782015-05-26 Doug Evans <dje@google.com>
10379
10380 * gdb.python/py-lazy-string.c: New file.
10381 * gdb.python/py-lazy-string.exp: New file.
10382 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10383 (main): Update. Add estring3.
10384 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10385 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10386
f6bb7db3
YQ
103872015-05-26 Omair Javaid <omair.javaid@linaro.org>
10388 Yao Qi <yao.qi@linaro.org>
10389
10390 * gdb.reverse/aarch64.c: New.
10391 * gdb.reverse/aarch64.exp: New.
10392
a81bfbd0
OJ
103932015-05-26 Omair Javaid <omair.javaid@linaro.org>
10394
25d49b86
PA
10395 * lib/gdb.exp (supports_process_record): Return true for
10396 aarch64*-linux*.
a81bfbd0
OJ
10397 (supports_reverse): Likewise.
10398
158bf1b4
PP
103992015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10400
10401 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10402 Use with_test_prefix.
10403
a0145030
AB
104042015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10405
10406 * gdb.base/completion.exp: Add test for completion of layout
10407 names.
10408
ebe3b578
AB
104092015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10410
10411 * lib/gdb.exp (skip_tui_tests): New proc.
10412 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10413
84204ed7
PA
104142015-05-19 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10417 Save the whole env array instead of just HOME. Unset HISTSIZE in
10418 the environment while testing. Restore whole environment
10419 afterwards.
10420
37442ce1
DE
104212015-05-16 Doug Evans <xdje42@gmail.com>
10422
10423 * gdb.guile/scm-ports.c: New file.
10424 * gdb.guile/scm-ports.exp: Add memory port tests.
10425
36de76f9
JK
104262015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10427
10428 * gdb.compile/compile-print.c: New file.
10429 * gdb.compile/compile-print.exp: New file.
10430
3a9558c4
JK
104312015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10432
10433 * gdb.compile/compile-ops.exp: Cast param to void.
10434 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10435 (compile code struct_object.selffield = &struct_object): Add xfail.
10436
aa715135
JG
104372015-05-15 Joel Brobecker <brobecker@adacore.com>
10438
10439 * gdb.ada/arr_enum_with_gap: New testcase.
10440
931e5bc3
JG
104412015-05-15 Joel Brobecker <brobecker@adacore.com>
10442
10443 * gdb.ada/byte_packed_arr: New testcase.
10444
9cd4d857
JB
104452015-05-15 Joel Brobecker <brobecker@adacore.com>
10446
10447 * gdb.ada/pckd_neg: New testcase.
10448
ebfd00d2
PP
104492015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10450
10451 PR gdb/17820
10452 * gdb.base/gdbinit-history.exp: New test.
10453 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10454 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10455
4c082a81
SC
104562015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10457
10458 * gdb.python/py-xmethods.cc: Enhance test case.
10459 * gdb.python/py-xmethods.exp: New tests.
10460 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10461 function.
10462 (B_indexoper): Likewise.
10463 (global_dm_list) : Add new xmethod worker functions.
10464
f7797074
SDJ
104652015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10466
10467 * gdb.base/coredump-filter.exp: Correctly unset
10468 "coredump_var_addr" array.
10469
a4674e4e
PA
104702015-05-08 Pedro Alves <palves@redhat.com>
10471
10472 * gdb.server/non-existing-program.exp: Unset spawn_id.
10473
df2eb078
SC
104742015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10475
10476 PR python/18291
10477 * gdb.python/py-xmethods.exp: Add tests.
10478
422349a3
YQ
104792015-05-08 Yao Qi <yao.qi@linaro.org>
10480
10481 PR gdb/18208
10482 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10483 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10484 function set_coredump_filter, and remove remote_exec call.
10485 Remove argument ipid. Callers update.
10486 (top level): Don't get inferior's PID.
10487
63fc80ce
AA
104882015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10489
10490 * gdb.base/watch_thread_num.exp: Skip test on targets without
10491 access watchpoints.
10492
80ad801e
PA
104932015-05-06 Pedro Alves <palves@redhat.com>
10494
10495 PR server/18081
10496 * gdb.server/non-existing-program.exp: New file.
10497
0fa7fe50
JB
104982015-05-05 Joel Brobecker <brobecker@adacore.com>
10499
10500 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10501
3ea89b92
PMR
105022015-05-05 Joel Brobecker <brobecker@adacore.com>
10503
10504 * gdb.ada/out_of_line_in_inlined: New testcase.
10505
87b8eff0
JB
105062015-05-05 Joel Brobecker <brobecker@adacore.com>
10507
10508 * gdb.ada/var_rec_arr: New testcase.
10509
5fccc635
YQ
105102015-04-30 Yao Qi <yao.qi@linaro.org>
10511
10512 * gdb.base/break-idempotent.exp: If
10513 skip_hw_watchpoint_multi_tests returns true, skip the tests
10514 on "rwatch" and "awatch".
10515
42d38f42
YQ
105162015-04-30 Yao Qi <yao.qi@linaro.org>
10517
10518 * gdb.base/relativedebug.exp: Invoke gdb command
10519 "info sharedlibrary", and if libc.so doesn't have debug info,
10520 skip the test.
10521
2ce1cdbf
DE
105222015-04-29 Doug Evans <dje@google.com>
10523
10524 * gdb.python/py-xmethods.exp: Add ptype tests.
10525 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10526 get_result_type method.
10527
f24a38c5
LM
105282015-04-29 Luis Machado <lgustavo@codesourcery.com>
10529
10530 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10531 the target does not support hardware watchpoints.
10532
ecbf2b3c
LM
105332015-04-29 Luis Machado <lgustavo@codesourcery.com>
10534
10535 * gdb.base/break-always.exp: Abort testing if writing to memory
10536 causes an error.
10537
34f5f757
DE
105382015-04-28 Doug Evans <dje@google.com>
10539
10540 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10541 * gdb.python/py-pp-registration.exp: ... here. New file.
10542 * gdb.python/py-pp-registration.c: New file.
10543 * gdb.python/py-pp-registration.py: New file.
10544
69b4374a
DE
105452015-04-28 Doug Evans <dje@google.com>
10546
10547 * gdb.python/py-bad-printers.c: New file.
10548 * gdb.python/py-bad-printers.py: New file.
10549 * gdb.python/py-bad-printers.exp: New file.
10550
59fb7612
SS
105512015-04-28 Sasha Smundak <asmundak@google.com>
10552
10553 * gdb.python/py-type.exp: New test.
10554
2631b16a
AW
105552015-04-28 Andy Wingo <wingo@igalia.com>
10556
10557 * gdb.python/py-parameter.exp:
10558 * gdb.guile/scm-parameter.exp: Escape the path that we are
10559 matching against, as it might contain characters that are special
10560 to regular expressions.
10561
460efde1
JB
105622015-04-27 Joel Brobecker <brobecker@adacore.com>
10563
10564 * gdb.ada/rec_comp: New testcase.
10565
2d369d8e
SDJ
105662015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10567
10568 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10569 before using it.
10570
cf75d6c3
AB
105712015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10572
10573 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10574 new tests for verilog output.
10575
8dbe7ca5
YQ
105762015-04-24 Yao Qi <yao.qi@linaro.org>
10577
10578 * boards/remote-gdbserver-on-localhost.exp: New file.
10579
4ef9fb2f
PA
105802015-04-23 Pedro Alves <palves@redhat.com>
10581
10582 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10583 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10584 "end of file", remove $inferior_spawn_id from the indirect list.
10585
0a803169
PA
105862015-04-23 Pedro Alves <palves@redhat.com>
10587
10588 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10589
749ef8f8
PA
105902015-04-23 Pedro Alves <palves@redhat.com>
10591
10592 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10593 on $any_spawn_id instead of only on $gdb_spawn_id.
10594
8aae4344
PM
105952015-04-21 Pierre Muller <muller@sourceware.org>
10596
10597 PR pascal/17815
10598 * lib/pascal.exp (gpc_compile): Add new option "class".
10599 (fpc_compile): Likewise.
10600 * gdb.pascal/case-insensitive-symbols.pas: New file.
10601 * gdb.pascal/case-insensitive-symbols.exp: New file.
10602
1586c8fb
GB
106032015-04-20 Gary Benson <gbenson@redhat.com>
10604
10605 * gdb.base/attach.exp: Fix three extended remote failures.
10606
1b6e6f5c
GB
106072015-04-17 Gary Benson <gbenson@redhat.com>
10608
10609 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10610 the main executable over the remote protocol.
10611
e797481d
PA
106122015-04-16 Pedro Alves <palves@redhat.com>
10613
10614 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10615 a new gdbserver if gdbserver_reconnect_p is set.
10616
1ca99c42
PA
106172015-04-16 Pedro Alves <palves@redhat.com>
10618
10619 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10620 is set, don't exit gdbserver.
10621
af9fd6f8
AA
106222015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10623
10624 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10625 appropriate .insn, such that an older assembler can be used.
10626 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10627 the z/Architecture instruction set on 31-bit targets as well.
10628
04ff1e61
AA
106292015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10630
10631 * gdb.go/handcall.exp: Remove all logic related to the first
10632 breakpoint and rely on go_runto_main instead.
10633 * gdb.go/strings.exp: Likewise.
10634 * gdb.go/unsafe.exp: Likewise.
10635 * gdb.go/hello.exp: Likewise. Also rename the remaining
10636 breakpoint marker to "breakpoint 1".
10637 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10638 * gdb.go/strings.go: Likewise.
10639 * gdb.go/unsafe.go: Likewise.
10640 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10641 "set breakpoint 2 here" and rename the remaining breakpoint marker
10642 to "breakpoint 1".
10643
40d2f8d6
SM
106442015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10645
10646 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10647 if itertools.imap is not present.
10648 * gdb.python/py-objfile.exp: Add parentheses.
10649 * gdb.python/py-type.exp: Same.
10650 * gdb.python/py-unwind-maint.py: Same.
10651
8cbc97c6
YQ
106522015-04-15 Yao Qi <yao.qi@linaro.org>
10653
10654 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10655 of ":$ptr_size" and set its form explicitly.
10656
45fd756c
YQ
106572015-04-15 Pedro Alves <palves@redhat.com>
10658 Yao Qi <yao.qi@linaro.org>
10659
10660 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10661 timeout by factor of 4.
10662 (test_regular_watch): Likewise.
10663 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10664 * gdb.reverse/sigall-reverse.exp: Likewise.
10665 * gdb.reverse/until-precsave.exp: Likewise.
10666 * lib/gdb.exp (with_timeout_factor): New proc.
10667 (gdb_expect): Move some code to ...
10668 (get_largest_timeout): ... here. New procedure.
10669
9e811bc3
LM
106702015-04-14 Luis Machado <lgustavo@codesourcery.com>
10671
10672 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10673
0ff6fcb2
LM
106742015-04-13 Luis Machado <lgustavo@codesourcery.com>
10675
10676 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10677 to write to the .text section.
10678
7578d5f7
LM
106792015-04-13 Luis Machado <lgustavo@codesourcery.com>
10680
10681 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10682 Handle the case of targets that do not provide PID information.
10683
2efe15c4
YQ
106842015-04-13 Yao Qi <yao.qi@linaro.org>
10685
10686 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10687 and use expect instead of gdb_expect.
10688
8cd8f2f8
SDJ
106892015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10690
10691 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10692 "coredump_var_addr" to avoid naming conflict with other testcases.
10693
9ee41772
PA
106942015-04-10 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10697 gdb_test_sequence and gdb_assert.
10698
07473109
PA
106992015-04-10 Pedro Alves <palves@redhat.com>
10700
10701 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10702 test messages that don't include the breakpoint address.
10703
de3db44c
YQ
107042015-04-10 Yao Qi <yao.qi@linaro.org>
10705
10706 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10707 false for some offset and width combinations which aren't
10708 supported by linux kernel.
10709
c79d856c
PA
107102015-04-10 Pedro Alves <palves@redhat.com>
10711
10712 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10713 procedure, factored out from ...
10714 (top level): ... here. Add "set displaced-stepping" testing axis.
10715 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10716 parameter "displaced". Use it.
10717 (top level): Use foreach and add "set displaced-stepping" testing
10718 axis.
10719
ebc90b50
PA
107202015-04-10 Pedro Alves <palves@redhat.com>
10721
10722 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10723 Remove comment.
10724 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10725 both the address of the instruction that triggers the watchpoint
10726 and the address of the instruction immediately after, and use
10727 those addresses for the test. Fix comment.
10728
8f572e5c
PA
107292015-04-10 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.base/sigstep.exp (breakpoint_to_handler)
10732 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10733 Test "backtrace" in handler.
10734 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10735 (top level): Add new "displaced" test axis to
10736 breakpoint_to_handler, breakpoint_to_handler_entry and
10737 breakpoint_over_handler.
10738
8d707a12
PA
107392015-04-10 Pedro Alves <palves@redhat.com>
10740
10741 PR gdb/18216
10742 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10743
ef713951
YQ
107442015-04-10 Yao Qi <yao.qi@linaro.org>
10745
10746 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10747 (test_add_rn_pc): New function.
10748 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10749 (top level): Invoke test_add_rn_pc.
10750
906d60cf
PA
107512015-04-10 Pedro Alves <palves@redhat.com>
10752
10753 PR gdb/13858
10754 * gdb.base/step-over-no-symbols.exp: New file.
10755
f2983cc3
AW
107562015-04-09 Andy Wingo <wingo@igalia.com>
10757
10758 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10759 after the Python tests.
10760
6d62641c
SDJ
107612015-04-08 Keith Seitz <keiths@redhat.com>
10762
10763 PR python/16699
10764 * gdb.python/py-completion.exp: New tests for completion.
10765 * gdb.python/py-completion.py (CompleteLimit1): New class.
10766 (CompleteLimit2): Likewise.
10767 (CompleteLimit3): Likewise.
10768 (CompleteLimit4): Likewise.
10769 (CompleteLimit5): Likewise.
10770 (CompleteLimit6): Likewise.
10771 (CompleteLimit7): Likewise.
10772
f3770638
PA
107732015-04-08 Pedro Alves <palves@redhat.com>
10774
10775 PR gdb/18214
10776 PR gdb/18216
10777 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10778 function.
10779 (main): Install it as SIGUSR1 handler.
10780 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10781 parameter. Always use "setup" as prefix. Toggle "set
10782 displaced-stepping" off/on depending on global. Don't switch to
10783 thread 1 here.
10784 (top level): Add displaced stepping "off/on" test axis. Update
10785 "setup" calls. Wrap each subtest with with_test_prefix. Test
10786 continuing with a queued signal in each thread.
10787
4496bed7
PA
107882015-04-08 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10791 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10792 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10793 Return early if running to main fails.
10794 * gdb.trace/while-stepping.exp: Likewise.
10795
b97fde92
PA
107962015-04-07 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10799 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10800 interact with inferior program.
10801
f71c18e7
PA
108022015-04-07 Pedro Alves <palves@redhat.com>
10803
10804 * lib/gdb.exp (inferior_spawn_id): New global.
10805 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10806 spawn id after processing the user code.
10807 (default_gdb_start): Set inferior_spawn_id.
10808 (send_inferior): New procedure.
10809 * lib/gdbserver-support.exp (gdbserver_start): Set
10810 inferior_spawn_id.
10811 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10812
6423214f
PA
108132015-04-07 Pedro Alves <palves@redhat.com>
10814
10815 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10816 * lib/gdbserver-support.exp (gdbserver_start): Make
10817 $server_spawn_id global.
10818 (gdbserver_start): Don't wait for gdbserver's spawn id with
10819 expect_background.
10820 (close_gdbserver): New procedure.
10821 (gdb_exit): Rename the default version and reimplement.
10822
71c0ee8c
PA
108232015-04-07 Pedro Alves <palves@redhat.com>
10824
72f4393d 10825 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10826 append the substituted item, not the original item.
10827
203bc29b
PA
108282015-04-07 Pedro Alves <palves@redhat.com>
10829
10830 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10831 gdb_expect.
10832
508a3ddf
PA
108332015-04-07 Pedro Alves <palves@redhat.com>
10834
10835 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10836 output appearing once only.
10837
9f6dbe2b
PA
108382015-04-07 Pedro Alves <palves@redhat.com>
10839
10840 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10841 that doesn't expect anything. Return early if running to main
10842 fails.
10843
337532fa
YQ
108442015-04-07 Yao Qi <yao.qi@linaro.org>
10845
10846 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10847 (child_function): Call alarm.
10848 (main): Move call to alarm into the loop.
10849 * gdb.threads/non-stop-fair-events.exp: Build program with
10850 -DTIMEOUT=$timeout.
10851
01b622d4
DE
108522015-04-06 Doug Evans <xdje42@gmail.com>
10853
10854 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10855 Fix dest parameter to board_info.
10856 (fpc_compile): Ditto.
10857 (gdb_compile_pascal): Rename dest arg to destfile.
10858
961f4160
PMR
108592015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10860
10861 * gdb.ada/funcall_ref.exp: New file.
10862 * gdb.ada/funcall_ref/foo.adb: New file.
10863
cafda597
YQ
108642015-04-02 Yao Qi <yao.qi@linaro.org>
10865
10866 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10867 is remote.
10868
fed040c6
GB
108692015-04-02 Gary Benson <gbenson@redhat.com>
10870
10871 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10872
d11916aa
SS
108732015-04-01 Sasha Smundak <asmundak@google.com>
10874
10875 * gdb.python/py-unwind-maint.c: New file.
10876 * gdb.python/py-unwind-maint.exp: New test.
10877 * gdb.python/py-unwind-maint.py: New file.
10878 * gdb.python/py-unwind.c: New file.
10879 * gdb.python/py-unwind.exp: New test.
10880 * gdb.python/py-unwind.py: New test.
10881
a1471180
PA
108822015-04-01 Pedro Alves <palves@redhat.com>
10883
10884 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10885 to fail instead of non-existent $test.
10886
0bbeccb1
PA
108872015-04-01 Pedro Alves <palves@redhat.com>
10888
10889 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10890 GDBFLAGS if not empty.
10891
3c724c8c
PMR
108922015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10893
10894 * gdb.ada/complete.exp: Remove "multi_line".
10895 * gdb.ada/info_exc.exp: Remove "multi_line".
10896 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10897 * gdb.ada/ptype_field.exp: Remove "multi_line".
10898 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10899 * gdb.ada/tagged.exp: Remove "multi_line".
10900 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10901 [multi_line ...]
10902 * gdb.btrace/delta.exp: Likewise.
10903 * gdb.btrace/exception.exp: Likewise.
10904 * gdb.btrace/function_call_history.exp: Likewise.
10905 * gdb.btrace/instruction_history.exp: Likewise.
10906 * gdb.btrace/nohist.exp: Likewise.
10907 * gdb.btrace/record_goto.exp: Likewise.
10908 * gdb.btrace/segv.exp: Likewise.
10909 * gdb.btrace/stepi.exp: Likewise.
10910 * gdb.btrace/tailcall.exp: Likewise.
10911 * gdb.btrace/unknown_functions.exp: Likewise.
10912 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10913 * lib/gdb.exp: Add the "multi_line" helper.
10914
4eec2deb
PA
109152015-04-01 Pedro Alves <palves@redhat.com>
10916
10917 * gdb.threads/tid-reuse.c: New file.
10918 * gdb.threads/tid-reuse.exp: New file.
10919
df8411da
SDJ
109202015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10921
10922 PR corefiles/16092
10923 * gdb.base/coredump-filter.c: New file.
10924 * gdb.base/coredump-filter.exp: Likewise.
10925
6ef37366
PM
109262015-03-27 Petr Machata <pmachata@redhat.com>
10927
10928 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10929 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10930 (Dwarf::assemble): Initialize them.
10931 (Dwarf::lines): New function.
10932
7ec911b0
JT
109332015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10934
10935 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10936 SYMBOL_PREFIX for x86_64-*-cygwin.
10937
ff908ebf
AW
109382015-03-26 Andy Wingo <wingo@igalia.com>
10939
10940 PR symtab/18148
10941 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10942 const_value but not a location.
10943 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10944 location defined in non-main CUs are visible.
10945
6d5f0679
YQ
109462015-03-26 Yao Qi <yao.qi@linaro.org>
10947
10948 PR testsuite/18139
10949 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10950 Add a line number entry for the same line.
10951 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10952 Add a line number entry for the same line.
10953
2898689b
YQ
109542015-03-26 Yao Qi <yao.qi@linaro.org>
10955
10956 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10957 .int 0.
10958 (func): Likewise. Add .Lfunc_1 label.
10959 Use .Lfunc_1 label.
10960 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10961 .int 0.
10962 (func): Likewise.
10963 Use .Lfunc_1 label.
10964
85180498
YQ
109652015-03-26 Yao Qi <yao.qi@linaro.org>
10966
10967 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10968 Call gdb_compile instead to compile each .s files without debug
10969 information.
10970
8aa08a8d
YQ
109712015-03-26 Yao Qi <yao.qi@linaro.org>
10972
10973 * gdb.base/savedregs.exp (process_saved_regs): Make
10974 "Saved registers:" optional in the pattern.
10975
66849923
MM
109762015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10977
10978 * gdb.btrace/next.exp: Merged into step.exp.
10979 * gdb.btrace/finish.exp: Merged into step.exp.
10980 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10981 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10982 "record goto" and checking the exact replay position.
10983 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10984 check for "Recording format" in "info record" output.
10985 * gdb.btrace/record_goto.exp: Choose test file based on target.
10986 * gdb.btrace/x86-record_goto.S: Renamed into ...
10987 * gdb.btrace/x86_64-record_goto.S: ... this.
10988 * gdb.btrace/i686-record_goto.S: New.
10989 * gdb.btrace/x86-tailcall.S: Renamed into ...
10990 * gdb.btrace/x86_64-tailcall.S: ... this.
10991 * gdb.btrace/i686-tailcall.S: New.
10992 * gdb.btrace/x86-tailcall.c: Renamed into ...
10993 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10994 separate statements. Update test.
10995 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10996 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10997 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10998 * gdb.btrace/tailcall.exp: Choose test file based on target.
10999 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11000
11cc1b74
MM
110012015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11002
11003 * gdb.btrace/exception.exp: Increase BTS buffer size.
11004
a25d8bf9
PA
110052015-03-24 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11008
856e7dd6
PA
110092015-03-24 Pedro Alves <palves@redhat.com>
11010
11011 * gdb.threads/schedlock.exp (test_step): No longer expect that
11012 "set scheduler-locking step" with "next" over a function call runs
11013 threads unlocked.
11014
ad235a41
AT
110152015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11016
11017 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11018
15630549
AT
110192015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11020
11021 PR breakpoints/16466
11022 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11023 * gdb.mi/mi-pending.c (thread_func): New function.
11024 (int main): Add threading support required.
11025 * gdb.mi/mi-pending.exp: Add tests for this issue.
11026 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11027 (pendfunc2): Remove stdio dependency.
11028 * gdb.mi/mi-pendshr2.c: New file.
11029
693dca06
KS
110302015-03-23 Keith Seitz <keiths@redhat.com>
11031
11032 * gdb.linespec/keywords.c: New file.
11033 * gdb.linespec/keywords.exp: New file.
11034
7e993ebf
KS
110352015-03-23 Keith Seitz <keiths@redhat.com>
11036
11037 PR gdb/18021
11038 * gdb.dwarf2/staticvirtual.exp: New test.
11039
bc23328c
JK
110402015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11041
11042 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11043 * README: Remove HP-UX and gdb.hp.
11044 (configuration):
11045 * configure: Regenerate.
11046 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11047 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11048 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11049 gdb.hp/gdb.defects/Makefile.
11050 * gdb.hp/Makefile.in: File deleted.
11051 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11052 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11053 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11054 * gdb.hp/gdb.aCC/run.c: File deleted.
11055 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11056 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11057 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11058 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11059 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11060 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11061 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11062 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11063 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11064 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11065 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11066 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11067 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11068 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11069 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11070 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11071 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11072 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11073 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11074 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11075 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11076 * gdb.hp/gdb.compat/average.c: File deleted.
11077 * gdb.hp/gdb.compat/sum.c: File deleted.
11078 * gdb.hp/gdb.compat/xdb.c: File deleted.
11079 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11080 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11081 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11082 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11083 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11084 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11085 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11086 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11087 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11088 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11089 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11090 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11091 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11092 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11093 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11094 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11095 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11096 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11097 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11098 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11099 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11100 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11101 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11102 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11103 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11104 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11105 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11106 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11107 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11108 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11109 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11110 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11111 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11112 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11113 * gdb.hp/tools/odump: File deleted.
11114
8bf3b159
PA
111152015-03-19 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11118 (saw_thread_3): New globals.
11119 (top level): Increment them when an event for the corresponding
11120 thread is seen.
11121 (no thread starvation): New test.
11122
eb54c8bf
PA
111232015-03-19 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.threads/continue-pending-status.c: New file.
11126 * gdb.threads/continue-pending-status.exp: New file.
11127
32d2e5d6
PA
111282015-03-18 Pedro Alves <palves@redhat.com>
11129
11130 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11131 Use gdb_is_target_remote instead of is_remote. Use
11132 gdb_test_multiple instead of gdb_expect. Exit early if
11133 gdb_test_multiple hits its internal matches. Tighten stepi tests
11134 expected output. Fail on exit with any signal, instead of just
11135 SIGILL.
11136
f68f11b7
YQ
111372015-03-18 Yao Qi <yao.qi@linaro.org>
11138
11139 PR tdep/18107
11140 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11141 variable.
11142 * gdb.base/catch-syscall.exp: Don't skip it on
11143 aarch64*-*-linux* target. Remove elements in all_syscalls.
11144 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11145 target.
11146 (setup_all_syscalls): New proc.
11147
ca5fd19b
YQ
111482015-03-16 Yao Qi <yao.qi@linaro.org>
11149
11150 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11151 (top level): Skip tests if valid_addr_p returns false for
11152 $cmd1 or $cmd2.
11153
85642ba0
AW
111542015-03-11 Andy Wingo <wingo@igalia.com>
11155
11156 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11157
e03f9645
YQ
111582015-03-11 Yao Qi <yao.qi@linaro.org>
11159
11160 * gdb.base/catch-syscall.exp: Fix typo in comments.
11161
5d0962b2
YQ
111622015-03-11 Yao Qi <yao.qi@linaro.org>
11163
11164 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11165
b2df3cef
PA
111662015-03-09 Pedro Alves <palves@redhat.com>
11167
11168 * dg-extract-results.py: Delete.
11169
ef878e53
PA
111702015-03-09 Pedro Alves <palves@redhat.com>
11171
11172 Merge dg-extract-results.sh from GCC upstream (r218843).
11173
11174 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11175 * dg-extract-results.sh: Use --text with grep to avoid issues with
11176 binary files. Fall back to cat -v, if that doesn't work.
11177
9494d219
PA
111782015-03-05 Pedro Alves <palves@redhat.com>
11179
11180 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11181
a8d9763a
SM
111822015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11183
11184 * lib/mi-support.exp (mi_expect_interrupt): Accept
11185 alternative event for when in all-stop mode.
11186
be9957b8
PA
111872015-03-04 Pedro Alves <palves@redhat.com>
11188
11189 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11190
d57be0f4 111912015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11192
11193 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11194
c214c7cf
AA
111952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11196
11197 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11198 regexps for GDB's current line display, accept a hex address
11199 preceding the line number.
11200
6d74a497
AA
112012015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11202
11203 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11204 the 'arch1' variable for "s390*-linux*" targets.
11205
511aee7c
PA
112062015-03-04 Pedro Alves <palves@redhat.com>
11207
11208 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11209 (main): Pass missing retval argument to pthread_join call.
11210
95e50b27
PA
112112015-03-02 Pedro Alves <palves@redhat.com>
11212
11213 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11214 (top level): Call do_test with non-stop as well.
11215
28054d69
PA
112162015-03-02 Pedro Alves <palves@redhat.com>
11217
11218 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11219 -1.
11220
4fa5d7b4
AA
112212015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11222
11223 * gdb.arch/s390-vregs.exp: New test.
11224 * gdb.arch/s390-vregs.S: New file.
11225
97c18565
PA
112262015-02-27 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11229 call to catch_command_errors.
11230 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11231 catch_command_errors.
11232
a37bfa30
PA
112332015-02-27 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11236 "true" for boolean result.
11237 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11238 prototype of main.
11239
6f98576f
PA
112402015-02-27 Pedro Alves <palves@redhat.com>
11241
11242 * lib/unbuffer_output.c: New file.
11243 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11244 (main): Call gdb_unbuffer_output.
11245
eba5ab56
YQ
112462015-02-27 Yao Qi <yao.qi@linaro.org>
11247
11248 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11249 target.
11250
0def5aaa
DE
112512015-02-26 Doug Evans <dje@google.com>
11252
11253 * gdb.cp/class2.cc (Dbase, D): New classes.
11254 (main): New local delta.
11255 * gdb.cp/class2.exp: Test printing delta.
11256 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11257 (dynbar): New global.
11258 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11259
081a1c2c
JK
112602015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11261
11262 * gdb.compile/compile-ifunc.c: New file.
11263 * gdb.compile/compile-ifunc.exp: New file.
11264
2f41223f
AT
112652015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11266
11267 * gdb.base/structs.exp: Check for correct struct on finish.
11268
03eddd80
YQ
112692015-02-26 Yao Qi <yao.qi@linaro.org>
11270
11271 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11272 is zero.
11273
80c57053
JK
112742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11275
11276 * gdb.arch/cordic.ko.bz2: New file.
11277 * gdb.arch/cordic.ko.debug.bz2: New file.
11278 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11279
21613c12
YQ
112802015-02-25 Yao Qi <yao.qi@linaro.org>
11281
11282 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11283 aarch64*-*-* target.
11284
d8b901ed
PA
112852015-02-23 Pedro Alves <palves@redhat.com>
11286
11287 * lib/gdb.exp (delete_breakpoints): Rewrite using
11288 gdb_test_multiple.
11289
e5b85ead
PA
112902015-02-23 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.base/info-os.c: Include stdlib.h.
11293
85c3a371
DE
112942015-02-22 Doug Evans <xdje42@gmail.com>
11295
11296 PR symtab/17855
11297 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11298 is read after symbols have been re-read.
11299 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11300 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11301
96553a0c
DE
113022015-02-21 Doug Evans <dje@google.com>
11303
11304 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11305
97a0c697
JK
113062015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11307
11308 PR corefiles/17808
11309 * gdb.arch/i386-biarch-core.core.bz2: New file.
11310 * gdb.arch/i386-biarch-core.exp: New file.
11311
a47cd6e9
PA
113122015-02-21 Pedro Alves <palves@redhat.com>
11313
11314 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11315 runto_main fails.
11316
c5facdc4
PA
113172015-02-20 Pedro Alves <palves@redhat.com>
11318
11319 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11320 info probes.
11321
2db9a427
PA
113222015-02-20 Pedro Alves <palves@redhat.com>
11323
11324 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11325
60fb7e9e
PA
113262015-02-20 Pedro Alves <palves@redhat.com>
11327
11328 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11329 clean_restart before gdb_target_supports_trace.
11330
5c5019c2
PA
113312015-02-20 Pedro Alves <palves@redhat.com>
11332
11333 PR threads/18006
11334 * gdb.threads/clone-thread_db.c: New file.
11335 * gdb.threads/clone-thread_db.exp: New file.
11336
c9587f88
AT
113372015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11338
11339 PR breakpoints/16812
11340 * gdb.base/catch-gdb-caused-signals.c: New file.
11341 * gdb.base/catch-gdb-caused-signals.exp: New file.
11342
f6a88844
JM
113432015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11344
11345 * configure: Regenerated.
11346 * configure.ac: Use GDB_AC_TRANSFORM.
11347 * aclocal.m4: sinclude ../transform.m4.
11348
497c491b
JM
113492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11350
11351 * lib/dtrace.exp: New file.
11352 * gdb.base/dtrace-probe.exp: Likewise.
11353 * gdb.base/dtrace-probe.d: Likewise.
11354 * gdb.base/dtrace-probe.c: Likewise.
11355 * lib/pdtrace.in: Likewise.
11356 * configure.ac: Output variables with the transformed names of
11357 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11358 * configure: Regenerated.
11359
03e98035
JM
113602015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11361
11362 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11363 expected message when trying to access $_probe_* convenience
11364 variables while not on a probe.
11365
63cc30e9
JK
113662015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11367
11368 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11369
0703599a
PA
113702015-02-11 Pedro Alves <pedro@codesourcery.com>
11371
11372 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11373 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11374
7e60a48e
DE
113752015-02-10 Doug Evans <xdje42@gmail.com>
11376
11377 * lib/gdb.exp (gdb_load): Always return a result.
11378
01b088bc
PA
113792015-02-10 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.threads/signal-sigtrap.c: New file.
11382 * gdb.threads/signal-sigtrap.exp: New file.
11383
b05ec7a5
AT
113842015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11385
11386 * gdb.trace/no-attach-trace.c: New file.
11387 * gdb.trace/no-attach-trace.exp: New file.
11388
a2c2acaf
MW
113892015-02-09 Mark Wielaard <mjw@redhat.com>
11390
11391 * gdb.dwarf2/atomic.c: New file.
11392 * gdb.dwarf2/atomic-type.exp: Likewise.
11393
31fd9caa
MM
113942015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11395
11396 * gdb.btrace/buffer-size.exp: Update "info record" output.
11397 * gdb.btrace/delta.exp: Update "info record" output.
11398 * gdb.btrace/enable.exp: Update "info record" output.
11399 * gdb.btrace/finish.exp: Update "info record" output.
11400 * gdb.btrace/instruction_history.exp: Update "info record" output.
11401 * gdb.btrace/next.exp: Update "info record" output.
11402 * gdb.btrace/nexti.exp: Update "info record" output.
11403 * gdb.btrace/step.exp: Update "info record" output.
11404 * gdb.btrace/stepi.exp: Update "info record" output.
11405 * gdb.btrace/nohist.exp: Update "info record" output.
11406
d33501a5
MM
114072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11408
11409 * gdb.btrace/buffer-size: New.
11410
f4abbc16
MM
114112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11412
11413 * gdb.btrace/delta.exp: Update "info record" output.
11414 * gdb.btrace/enable.exp: Update "info record" output.
11415 * gdb.btrace/finish.exp: Update "info record" output.
11416 * gdb.btrace/instruction_history.exp: Update "info record" output.
11417 * gdb.btrace/next.exp: Update "info record" output.
11418 * gdb.btrace/nexti.exp: Update "info record" output.
11419 * gdb.btrace/step.exp: Update "info record" output.
11420 * gdb.btrace/stepi.exp: Update "info record" output.
11421 * gdb.btrace/nohist.exp: Update "info record" output.
11422
b9d61307
SM
114232015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11424
11425 PR gdb/15678
11426 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11427
e584fdbc
PA
114282015-02-06 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11431 macro.
11432 (seconds_left, again): New globals.
11433 (main): Wait seconds_left in a 1-second sleep loop instead of
11434 sleeping 180 seconds. If 'again' is set, reset the seconds
11435 counter.
11436 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11437 'again' in the inferior before detaching. Print the seconds left.
11438 (options): New global.
11439 (top level): Build program with -DTIMEOUT=$timeout.
11440
77f41761
PA
114412015-02-06 Pedro Alves <palves@redhat.com>
11442
11443 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11444 determine how many seconds to pass to 'alarm'.
11445 * gdb.base/gdb-sigterm.exp (top level): Build program with
11446 -DTIMEOUT=$timeout.
11447 (do_test): Return success/failure indication. Add more verbose
11448 logging. Don't fail if 200 single steps are seen. Instead, fail
11449 when the test times out.
11450 (passes): New global.
11451 (top level): Break the testing loop if testing fails on any
11452 iteration. Use gdb_assert.
11453
b9394193
DB
114542015-02-04 Don Breazeal <donb@codesourcery.com>
11455
11456 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11457 and initialize them.
11458 (ipc_cleanup): New function.
11459 (main): Don't declare shmid, semid, and msqid. Add a call to
11460 atexit so that we call ipc_cleanup on exit.
11461
42d9e528
PA
114622015-02-04 Pedro Alves <palves@redhat.com>
11463
11464 * boards/native-extended-gdbserver.exp: Remove any target variant
11465 specifications from the board name before clearing the isremote
11466 flag from board_info.
11467
ae6ae975
DE
114682015-01-31 Doug Evans <xdje42@gmail.com>
11469
11470 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11471
cfb069a8
GB
114722015-01-31 Gary Benson <gbenson@redhat.com>
11473
11474 * gdb.base/completion.exp: Disable completion limiting for
11475 existing tests. Add new tests to check completion limiting.
11476 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11477
5dd31d79
DE
114782015-01-31 Doug Evans <xdje42@gmail.com>
11479
11480 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11481
9f050062
DE
114822015-01-31 Doug Evans <xdje42@gmail.com>
11483
11484 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11485 entries. Duplicate file section script entries.
11486 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11487 inlined entries. Add test for safe-path rejection.
11488 * gdb.python/py-section-script.c: Add duplicate inlined section script
11489 entries. Duplicate file section script entries.
11490 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11491 inlined entries. Add test for safe-path rejection.
11492
df25ebbd
JB
114932015-01-29 Joel Brobecker <brobecker@adacore.com>
11494
11495 * gdb.ada/disc_arr_bound: New testcase.
11496
4a0ca9ec
JB
114972015-01-29 Joel Brobecker <brobecker@adacore.com>
11498
11499 * gdb.ada/mi_var_array: New testcase.
11500
3a8b707a
DE
115012015-01-27 Doug Evans <dje@google.com>
11502
11503 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11504 Add test for objfile.filename, objfile.username after objfile
11505 has been unloaded.
11506
f8313f6e
JB
115072015-01-26 Joel Brobecker <brobecker@adacore.com>
11508
11509 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11510 the second test to print the name attribute of value
11511 returned by the call to gdb.lookup_type, and adjust
11512 the expected output accordingly.
11513
37bc665e
MW
115142015-01-25 Mark Wielaard <mjw@redhat.com>
11515
11516 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11517 * gdb.base/disp-step-fork.c: Include unistd.h.
11518 * gdb.base/siginfo-obj.c: Include stdio.h.
11519 * gdb.base/siginfo-thread.c: Likewise.
11520 * gdb.mi/non-stop.c: Include unistd.h.
11521 * gdb.mi/nsthrexec.c: Include stdio.h.
11522 * gdb.mi/pthreads.c: Include unistd.h.
11523 * gdb.modula2/unbounded1.c (main): Declare returns int.
11524 * gdb.reverse/consecutive-reverse.c: Likewise.
11525 * gdb.threads/create-fail.c: Include unistd.h.
11526 * gdb.threads/killed.c: Likewise.
11527 * gdb.threads/linux-dp.c: Likewise.
11528 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11529 * gdb.threads/non-ldr-exc-2.c: Likewise.
11530 * gdb.threads/non-ldr-exc-3.c: Likewise.
11531 * gdb.threads/non-ldr-exc-4.c: Likewise.
11532 * gdb.threads/pthreads.c: Include unistd.h.
11533 (main): Declare returns int.
11534 * gdb.threads/tls-main.c (foo): New declaration.
11535 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11536
f7e5394d
SM
115372015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11538
11539 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11540 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11541
743649fd
MW
115422015-01-15 Mark Wielaard <mjw@redhat.com>
11543
11544 * gdb.base/noreturn-return.c: New file.
11545 * gdb.base/noreturn-return.exp: New file.
11546 * gdb.base/noreturn-finish.c: New file.
11547 * gdb.base/noreturn-finish.exp: New file.
11548
198297aa
PA
115492015-01-23 Pedro Alves <palves@redhat.com>
11550
11551 * gdb.threads/continue-pending-after-query.c: New file.
11552 * gdb.threads/continue-pending-after-query.exp: New file.
11553
717cf30c
AG
115542015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11555 Simon Marchi <simon.marchi@ericsson.com>
11556
11557 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11558 * gdb.base/valgrind-db-attach.exp: Same.
11559 * gdb.base/valgrind-infcall.exp: Same.
11560 * lib/mi-support.exp (default_mi_gdb_start): Same.
11561 * lib/prompt.exp (default_prompt_gdb_start): Same.
11562 * lib/gdb.exp (default_gdb_spawn): Same.
11563 (gdb_interact): New.
11564
11565
4b62a76e
JK
115662015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11567
11568 * gdb.compile/compile.exp (pointer to jit function): New test.
11569
b4cdae6f
WW
115702015-01-17 Wei-cheng Wang <cole945@gmail.com>
11571
11572 * lib/gdb.exp (supports_process_record): Return true for
11573 powerpc*-*-linux*.
11574 (supports_reverse): Likewise.
11575
d221e7ef
DB
115762015-01-15 Don Breazeal <donb@codesourcery.com>
11577
11578 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11579 instead of checking whether the target board is remote and
11580 use spawn_wait_for_attach instead of exec/sleep.
11581 * gdb.base/attach-twice.exp: Likewise.
11582
bafffb51
JB
115832015-01-15 Joel Brobecker <brobecker@adacore.com>
11584
11585 * gdb.ada/var_arr_attrs: New testcase.
11586
5589af0e
PA
115872015-01-14 Pedro Alves <palves@redhat.com>
11588 Joel Brobecker <brobecker@adacore.com>
11589
11590 PR gdb/17525
11591 * gdb.base/bp-cmds-execution-x-script.c: New file.
11592 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11593 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11594
6c400b59
PA
115952015-01-14 Pedro Alves <palves@redhat.com>
11596
11597 PR cli/17828
11598 * gdb.base/batch-preserve-term-settings.c: New file.
11599 * gdb.base/batch-preserve-term-settings.exp: New file.
11600
e02c96a7
DE
116012015-01-13 Doug Evans <dje@google.com>
11602
11603 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11604 binary.
11605
576fd14c
JB
116062015-01-13 Joel Brobecker <brobecker@adacore.com>
11607
11608 * Makefile.in (clean mostlyclean): Do not delete *.py.
11609
04dccad0
JB
116102015-01-13 Joel Brobecker <brobecker@adacore.com>
11611
11612 * gdb.python/py-lookup-type.exp: New file.
11613
3d230f71
PA
116142015-01-12 Pedro Alves <palves@redhat.com>
11615
11616 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11617 restore GDBFLAGS before returning.
11618
7e67715d
JK
116192015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11620
11621 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11622 is_amd64_regs_target and is_x86_like_target.
11623
f2e0d4b4
DE
116242015-01-11 Doug Evans <xdje42@gmail.com>
11625
11626 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11627 is given without an explicit form.
11628 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11629 attributes.
11630 * gdb.dwarf/corrupt.exp: Ditto.
11631 * gdb.dwarf2/enum-type.exp: Ditto.
11632 * gdb.trace/entry-values.exp: Ditto.
11633 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11634
439250fb
DE
116352015-01-11 Doug Evans <xdje42@gmail.com>
11636
11637 PR gdb/15830
11638 * gdb.base/maint.exp: Remove references to "maint demangle".
11639 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11640 Add tests for explicitly specifying language to demangle.
11641 * gdb.dlang/demangle.exp: Ditto.
11642
ede9f622
PA
116432015-01-09 Pedro Alves <palves@redhat.com>
11644
11645 * gdb.threads/non-stop-fair-events.c: New file.
11646 * gdb.threads/non-stop-fair-events.exp: New file.
11647
a7b796db
PA
116482015-01-09 Pedro Alves <palves@redhat.com>
11649
11650 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11651 the global scope. Set a breakpoint after all threads are started
11652 rather than stepping over two source lines. Expect the prompt.
11653 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11654 global.
11655 (NUM): Now 15.
11656 (main): Use threads_started_barrier to wait for all threads to
11657 start. Main thread no longer calls thread_function. Exit after
11658 180 seconds.
11659 (loop): New function.
11660 (thread_function): Wait on threads_started_barrier barrier. Call
11661 'loop' at each iteration.
11662 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11663 threads have started, instead of hardcoding number of "next"
11664 steps. Use an access watchpoint instead of a write watchpoint.
11665
9665ffdd
PA
116662015-01-09 Pedro Alves <palves@redhat.com>
11667
11668 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11669 (thread_func): Wait on barrier.
11670 (main): Wait for all threads to start before stopping GDB.
11671 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11672 global.
11673 (thread1_func, thread2_func): Wait on barrier.
11674 (main): Wait for all threads to start before stopping GDB.
11675 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11676 New global.
11677 (thread1_func, thread2_func): Wait on barrier.
11678 (main): Wait for all threads to start before stopping GDB.
11679
c945a99f
PA
116802015-01-09 Pedro Alves <palves@redhat.com>
11681
11682 * gdb.threads/attach-many-short-lived-threads.c: New file.
11683 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11684
c1a747c1
PA
116852014-01-09 Pedro Alves <palves@redhat.com>
11686
11687 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11688 instead of to thread 2.
11689 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11690 Add barrier around each pthread_create call instead of around all
11691 calls.
11692 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11693 Set a break on thread_function and have the child threads hit it
11694 one at at a time.
11695
60b3033e
PA
116962015-01-09 Pedro Alves <palves@redhat.com>
11697
11698 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11699 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11700 false.
11701 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11702 checking whether the target board is remote.
11703 * gdb.multi/multi-attach.exp: Likewise.
11704 * gdb.python/py-sync-interp.exp: Likewise.
11705 * gdb.server/ext-attach.exp: Likewise.
11706 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11707 tests that need to attach, instead of checking whether the target
11708 board is remote at the top of the file.
11709
acc018ac
YQ
117102015-01-08 Yao Qi <yao@codesourcery.com>
11711
11712 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11713
50a18af8
JK
117142015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11715
11716 Fix testcase compilation.
11717 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11718
8503d6e1
JB
117192015-01-06 Joel Brobecker <brobecker@adacore.com>
11720
11721 * gdb.python/py-type.exp: Add a couple test about empty
11722 array creation, and negative-length array creation.
11723
cc73dbcc
DE
117242015-01-02 Doug Evans <xdje42@gmail.com>
11725
11726 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11727
0300bbc7
DE
117282015-01-02 Doug Evans <dje@google.com>
11729
11730 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11731
9d85a0ec
YQ
117322014-12-29 Yao Qi <yao@codesourcery.com>
11733
11734 * gdb.trace/entry-values.exp: Update comments. Rename variable
11735 bar_call_foo to returned_from_foo.
11736
87186c6a
MMN
117372014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11738
11739 PR gdb/17394
11740 * gdb.linespec/break-asm-file.c: New file.
11741 * gdb.linespec/break-asm-file.exp: New file.
11742 * gdb.linespec/break-asm-file0.s: New file.
11743 * gdb.linespec/break-asm-file1.s: New file.
11744
1bab7383
YQ
117452014-12-18 Nigel Stephens <nigel@mips.com>
11746 Maciej W. Rozycki <macro@codesourcery.com>
11747
11748 * gdb.base/float.exp: Handle the new output from "info float" on
11749 MIPS targets.
11750
1bc1068a
JK
117512014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11752
11753 Fix MinGW compilation.
11754 * gdb.compile/compile-ops.exp: Update untested message if
11755 !skip_compile_feature_tests.
11756 * gdb.compile/compile-setjmp.exp: Likewise.
11757 * gdb.compile/compile-tls.exp: Likewise.
11758 * gdb.compile/compile.exp: Likewise.
11759 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11760 supported on this host".
11761
b6615d10
DE
117622014-12-16 Doug Evans <xdje42@gmail.com>
11763
11764 * boards/stabs.exp: New file.
11765
25dda427
AA
117662014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11767
11768 * gdb.base/completion.exp: Adjust to format changes of "maint
11769 print user-registers".
11770
bf330350
CU
117712014-12-16 Catalin Udma <catalin.udma@freescale.com>
11772
11773 PR server/17457
11774 * gdb.arch/aarch64-fp.c: New file.
11775 * gdb.arch/aarch64-fp.exp: New file.
11776
395cf596
SDJ
117772014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11778
11779 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11780 r210637, r210913, r211666, r215400, r215817).
11781
11782 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11783 * dg-extract-results.py: New file.
11784 * dg-extract-results.sh: Use it if the environment seems
11785 suitable.
11786
11787 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11788
11789 * dg-extract-results.py (parse_run): Handle warnings that
11790 are printed before a test harness is run.
11791
11792 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11793
11794 * dg-extract-results.py (Named): Remove __cmp__ method.
11795 (output_variation): Use a key to sort variation.harnesses.
11796
11797 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11798
11799 * dg-extract-results.py: For Python 3, force sys.stdout to
11800 handle surrogate escape sequences.
11801 (safe_open): New function.
11802 (output_segment, main): Use it.
11803
11804 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11805
11806 * dg-extract-results.py (Prog.result_re): Include options
11807 in test name.
11808
11809 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11810
11811 * dg-extract-results.py (output_variation): Always sort if
11812 do_sum.
11813
e882ef3c
SM
118142014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11815
11816 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11817 as long as we get pagination notifications.
11818
4992aa20
JM
118192014-12-15 Jason Merrill <jason@redhat.com>
11820
11821 * Makefile.in (check-gdb.%): Restore.
11822 * README: Mention it.
11823
c1b5a1a6
JB
118242014-12-13 Joel Brobecker <brobecker@adacore.com>
11825
11826 * gdb.ada/str_uninit: New testcase.
11827
5537b577
JK
118282014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11829
11830 PR symtab/17642
11831 * gdb.base/vla-stub-define.c: New file.
11832 * gdb.base/vla-stub.c: New file.
11833 * gdb.base/vla-stub.exp: New file.
11834
bb2ec1b3
TT
118352014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11836 Jan Kratochvil <jan.kratochvil@redhat.com>
11837 Tom Tromey <tromey@redhat.com>
11838
11839 * configure.ac: Add gdb.compile/.
11840 * configure: Regenerate.
11841 * gdb.compile/Makefile.in: New file.
11842 * gdb.compile/compile-ops.exp: New file.
11843 * gdb.compile/compile-ops.c: New file.
11844 * gdb.compile/compile-tls.c: New file.
11845 * gdb.compile/compile-tls.exp: New file.
11846 * gdb.compile/compile-constvar.S: New file.
11847 * gdb.compile/compile-constvar.c: New file.
11848 * gdb.compile/compile-mod.c: New file.
11849 * gdb.compile/compile-nodebug.c: New file.
11850 * gdb.compile/compile-setjmp-mod.c: New file.
11851 * gdb.compile/compile-setjmp.c: New file.
11852 * gdb.compile/compile-setjmp.exp: New file.
11853 * gdb.compile/compile-shlib.c: New file.
11854 * gdb.compile/compile.c: New file.
11855 * gdb.compile/compile.exp: New file.
11856 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11857
4ff709eb
TT
118582014-12-12 Tom Tromey <tromey@redhat.com>
11859
11860 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11861 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11862
6dddd6a5
DE
118632014-12-12 Doug Evans <dje@google.com>
11864
11865 * lib/gdb-python.exp (get_python_valueof): New function.
11866 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11867
71c24708
AA
118682014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11869
11870 * gdb.base/completion.exp: Add test for completion of "info
11871 registers ".
11872
3e29f34a
MR
118732014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11874
11875 * gdb.base/func-ptrs.c: New file.
11876 * gdb.base/func-ptrs.exp: New file.
11877
fc126975
SM
118782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11879
11880 PR breakpoints/17012
11881 * gdb.base/dprintf-detach.c: New file.
11882 * gdb.base/dprintf-detach.exp: New file.
11883
0a46d518
SM
118842014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11885
11886 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11887 * lib/gdb.exp (target_is_gdbserver): New procedure.
11888
a0be3e44
DE
118892014-12-08 Doug Evans <dje@google.com>
11890
11891 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11892
df1b803a
YQ
118932014-12-05 Yao Qi <yao@codesourcery.com>
11894
11895 * gdb.guile/scm-error.exp: Remove the third argument to
11896 gdb_remote_download.
11897 * gdb.guile/scm-frame-args.exp: Likewise.
11898 * gdb.guile/scm-section-script.exp: Likewise.
11899
ddb9f679
YQ
119002014-12-05 Yao Qi <yao@codesourcery.com>
11901
11902 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11903
86e4ed39
DE
119042014-12-04 Doug Evans <dje@google.com>
11905
11906 * gdb.python/py-objfile.exp: Add tests for
11907 objfile.add_separate_debug_file.
11908
7c50a931
DE
119092014-12-04 Doug Evans <dje@google.com>
11910
11911 * lib/gdb.exp (get_build_id): New function.
11912 (build_id_debug_filename_get): Rewrite to use it.
11913 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11914
621661e3
MR
119152014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11916
11917 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11918 `method(long)', not just 0x0.
11919 * gdb.cp/nsalias.exp: Align code labels to 4.
11920 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11921 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11922 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11923 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11924 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11925 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11926
29f0c3b7
DE
119272014-12-02 Doug Evans <dje@google.com>
11928
e1e061e7 11929 PR symtab/17602
29f0c3b7 11930 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11931 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11932 * gdb.cp/anon-ns.exp: Update.
11933
162078c8
NB
119342014-12-02 Nick Bull <nicholaspbull@gmail.com>
11935
11936 * gdb.python/py-events.py (inferior_call_handler): New.
11937 (register_changed_handler, memory_changed_handler): New.
11938 (test_events.invoke): Register new handlers.
11939 * gdb.python/py-events.exp: Add tests for inferior call,
11940 memory_changed and register_changed events.
11941
fdb09caf
AA
119422014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11943
11944 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11945 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11946 if the linker doesn't understand this.
11947
55cfb2c4
SM
119482014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11949
11950 * gdb.python/python.exp: Change expected reply to help().
11951
9e8cd6df
YQ
119522014-12-01 Yao Qi <yao@codesourcery.com>
11953
11954 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11955 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11956 * configure: Re-generated.
11957
6c659fc2
SC
119582014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11959
11960 * gdb.cp/chained-calls.cc: New file.
11961 * gdb.cp/chained-calls.exp: New file.
11962 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11963
d7fc3181
SM
119642014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11965
11966 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11967 * gdb.dwarf2/symtab-producer.exp: Same.
11968 * gdb.gdb/python-interrupts.exp: Same.
11969 * gdb.gdb/python-selftest.exp: Same.
11970 * gdb.python/py-linetable.exp: Same.
11971 * gdb.python/py-type.exp: Same.
11972 * gdb.python/py-value-cc.exp: Same.
11973 * gdb.python/py-value.exp: Same.
11974
10e79639
YQ
119752014-11-28 Yao Qi <yao@codesourcery.com>
11976
11977 * gdb.base/break-probes.exp: Match library name prefixed with
11978 sysroot.
11979
f28a0564
SM
119802014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11981
11982 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11983 test expected output. Add parentheses for the call to print.
11984 Remove L suffix from integers.
11985
3fe1ce1d
DE
119862014-11-26 Doug Evans <dje@google.com>
11987
11988 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11989
84429e27
YQ
119902014-11-22 Yao Qi <yao@codesourcery.com>
11991
11992 * gdb.trace/entry-values.c: Remove asms.
11993 (foo): Add foo_label.
11994 (bar): Add bar_label.
11995 * gdb.trace/entry-values.exp: Remove code computing foo's
11996 length and bar's length.
11997 (Dwarf::assemble): Invoke function_range for bar and use
11998 MACRO_AT_func for foo.
11999
26741859
YQ
120002014-11-22 Yao Qi <yao@codesourcery.com>
12001
12002 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12003 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12004 Use .Lgcc43_procstart instead of gcc43.
12005
45e44d27
JB
120062014-11-21 Joel Brobecker <brobecker@adacore.com>
12007
12008 * gdb.ada/n_arr_bound: New testcase.
12009
458c8db8
SDJ
120102014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12011
12012 PR breakpoints/10737
12013 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12014 test_catch_syscall_multi_arch.
12015 (test_catch_syscall_multi_arch): New function.
12016
43f3e411
DE
120172014-11-20 Doug Evans <xdje42@gmail.com>
12018
12019 * gdb.base/maint.exp: Update expected output.
12020
0d7b2549
AA
120212014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12022
12023 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12024 4-byte instruction on S390.
12025
8908fca5
JB
120262014-11-19 Joel Brobecker <brobecker@adacore.com>
12027
12028 * gdb.ada/arr_arr: New testcase.
12029
4a46959e
JB
120302014-11-19 Joel Brobecker <brobecker@adacore.com>
12031
12032 * gdb.ada/pkd_arr_elem: New Testcase.
12033
470e2f4e
LM
120342014-11-18 Luis Machado <lgustavo@codesourcery.com>
12035
12036 * gdb.reverse/break-precsave: Expect completion message for
12037 core file reads.
12038 * gdb.reverse/consecutive-precsave.exp: Likewise.
12039 * gdb.reverse/finish-precsave.exp: Likewise.
12040 * gdb.reverse/i386-precsave.exp: Likewise.
12041 * gdb.reverse/machinestate-precsave.exp: Likewise.
12042 * gdb.reverse/sigall-precsave.exp: Likewise.
12043 * gdb.reverse/solib-precsave.exp: Likewise.
12044 * gdb.reverse/step-precsave.exp: Likewise.
12045 * gdb.reverse/until-precsave.exp: Likewise.
12046 * gdb.reverse/watch-precsave.exp: Likewise.
12047
a267f3ad
AA
120482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12049
12050 * gdb.base/bp-permanent.c: Include unistd.h.
12051 * gdb.python/py-framefilter-mi.c (main): Add return type.
12052 * gdb.python/py-framefilter.c (main): Likewise.
12053 * gdb.trace/actions-changed.c (main): Likewise.
12054
12084a9a
AA
120552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12056
12057 * gdb.mi/until.c: Add eye-catchers.
12058 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12059 line numbers.
12060
dc7e1a77
AA
120612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12062
12063 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12064 function header variants in break1.c.
12065 * gdb.base/ena-dis-br.exp: Likewise.
12066 * gdb.base/hbreak2.exp: Likewise.
12067 * gdb.reverse/until-precsave.exp: Drop references to removed
12068 non-prototype function header variants in ur1.c.
12069 * gdb.reverse/until-reverse.exp: Likewise.
12070
41c77605
PM
120712014-11-17 Petr Machata <pmachata@redhat.com>
12072
12073 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12074 ${_cu_offset_size} bytes abbrev offset.
12075
34248c3a
DE
120762014-11-15 Doug Evans <xdje42@gmail.com>
12077
12078 PR symtab/17559
12079 * gdb.base/line-symtabs.exp: New file.
12080 * gdb.base/line-symtabs.c: New file.
12081 * gdb.base/line-symtabs.h: New file.
12082
646da059
YQ
120832014-11-14 Yao Qi <yao@codesourcery.com>
12084
12085 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12086 (func): Add label func_label.
12087 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12088 Replace low_pc and high_pc with MACRO_AT_range.
12089 Replace name, low_pc and high_pc with MACRO_AT_func.
12090
9301ebe6
YQ
120912014-11-14 Yao Qi <yao@codesourcery.com>
12092
12093 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12094 Replace name, low_pc and high_pc with MACRO_AT_func.
12095
f166b542
YQ
120962014-11-14 Yao Qi <yao@codesourcery.com>
12097
12098 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12099 produce debug information.
12100 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12101
0f6e71e3
YQ
121022014-11-14 Yao Qi <yao@codesourcery.com>
12103
12104 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12105 object and get function length.
12106 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12107 with MACRO_AT_func.
12108 (top-level): Replace gdb_compile and clean_restart with
12109 prepare_for_testing.
12110 * gdb.dwarf2/main.c (main): Add label main_label.
12111
876c4df9
YQ
121122014-11-14 Yao Qi <yao@codesourcery.com>
12113
12114 * lib/dwarf.exp (function_range): New procedure.
12115 (Dwarf::_handle_macro_at_func): New procedure.
12116 (Dwarf::_handle_macro_at_range): New procedure.
12117 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12118
02ad9cf1
YQ
121192014-11-14 Yao Qi <yao@codesourcery.com>
12120
12121 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12122 (_handle_attribute): New procedure.
12123
a59add0c
AA
121242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12125
12126 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12127 * gdb.base/call-sc.c (zed): Likewise.
12128 * gdb.base/checkpoint.c (main): Likewise.
12129 * gdb.base/dump.c (main): Likewise.
12130 * gdb.base/gcore.c (main): Likewise.
12131 * gdb.base/huge.c (main): Likewise.
12132 * gdb.base/multi-forks.c (main): Likewise.
12133 * gdb.base/pr10179-a.c (main): Likewise.
12134 * gdb.base/savedregs.c (main): Likewise.
12135 * gdb.base/sigaltstack.c (main): Likewise.
12136 * gdb.base/siginfo.c (main): Likewise.
12137 * gdb.base/structs.c (zed): Likewise.
12138 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12139 * gdb.mi/mi-syn-frame.c (main): Likewise.
12140 * gdb.mi/until.c (foo, main): Likewise.
12141 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12142 * gdb.base/solib-weak.c (foo): Declare.
12143 * gdb.base/attach-twice.c: Include stdio.h.
12144 * gdb.base/weaklib1.c: Likewise.
12145 * gdb.base/weaklib2.c: Likewise.
12146 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12147 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12148 unistd.h.
12149 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12150 * gdb.mi/mi-exit-code.c: Likewise.
12151 * gdb.base/break-interp-lib.c: Include string.h.
12152 * gdb.base/coremaker.c: Likewise.
12153 * gdb.base/testenv.c: Likewise.
12154 * gdb.python/py-finish-breakpoint.c: Likewise.
12155 * gdb.base/inferior-died.c: Include sys/wait.h.
12156 * gdb.base/fileio.c: Include time.h.
12157 * gdb.base/async-shell.c: Include unistd.h.
12158 * gdb.base/dprintf-non-stop.c: Likewise.
12159 * gdb.base/info-os.c: Likewise.
12160 * gdb.mi/mi-console.c: Likewise.
12161 * gdb.mi/watch-nonstop.c: Likewise.
12162 * gdb.python/py-events.c: Likewise.
12163 * gdb.base/async.c (baz): Move up before its invocation.
12164 * gdb.base/code_elim2.c (my_global_func): Likewise.
12165 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12166 * gdb.base/advance.c (func2): Likewise.
12167
3b5d5997
AA
121682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12169
12170 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12171 variant.
12172 * gdb.base/annota3.c: Likewise.
12173 * gdb.base/async.c: Likewise.
12174 * gdb.base/average.c: Likewise.
12175 * gdb.base/call-ar-st.c: Likewise.
12176 * gdb.base/call-rt-st.c: Likewise.
12177 * gdb.base/call-sc.c: Likewise.
12178 * gdb.base/call-strs.c: Likewise.
12179 * gdb.base/ending-run.c: Likewise.
12180 * gdb.base/execd-prog.c: Likewise.
12181 * gdb.base/exprs.c: Likewise.
12182 * gdb.base/foll-exec.c: Likewise.
12183 * gdb.base/foll-fork.c: Likewise.
12184 * gdb.base/foll-vfork.c: Likewise.
12185 * gdb.base/funcargs.c: Likewise.
12186 * gdb.base/gcore.c: Likewise.
12187 * gdb.base/jump.c: Likewise.
12188 * gdb.base/langs0.c: Likewise.
12189 * gdb.base/langs1.c: Likewise.
12190 * gdb.base/langs2.c: Likewise.
12191 * gdb.base/mips_pro.c: Likewise.
12192 * gdb.base/nodebug.c: Likewise.
12193 * gdb.base/opaque0.c: Likewise.
12194 * gdb.base/opaque1.c: Likewise.
12195 * gdb.base/recurse.c: Likewise.
12196 * gdb.base/run.c: Likewise.
12197 * gdb.base/scope0.c: Likewise.
12198 * gdb.base/scope1.c: Likewise.
12199 * gdb.base/setshow.c: Likewise.
12200 * gdb.base/setvar.c: Likewise.
12201 * gdb.base/shmain.c: Likewise.
12202 * gdb.base/shr1.c: Likewise.
12203 * gdb.base/shr2.c: Likewise.
12204 * gdb.base/sigall.c: Likewise.
12205 * gdb.base/signals.c: Likewise.
12206 * gdb.base/so-indr-cl.c: Likewise.
12207 * gdb.base/solib2.c: Likewise.
12208 * gdb.base/structs.c: Likewise.
12209 * gdb.base/sum.c: Likewise.
12210 * gdb.base/vforked-prog.c: Likewise.
12211 * gdb.base/watchpoint.c: Likewise.
12212 * gdb.reverse/shr2.c: Likewise.
12213 * gdb.reverse/until-reverse.c: Likewise.
12214 * gdb.reverse/ur1.c: Likewise.
12215 * gdb.reverse/watch-reverse.c: Likewise.
12216
066a77c5
AA
122172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12218
12219 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12220 variant.
12221 * gdb.base/sepdebug.exp: Drop references to removed code.
12222
4f204ea5
AA
122232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12224
12225 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12226 variant. Preserve original line numbering.
12227 * gdb.base/list1.c: Likewise.
12228
3b377a3a
AA
122292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12230
12231 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12232 variant.
12233 * gdb.base/break1.c: Likewise.
12234 * gdb.base/break.exp: Drop references to removed code.
12235
e444df73
AA
122362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12237
12238 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12239 variant.
12240
8008f2a7
AA
122412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12242
12243 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12244
a5a06887
AA
122452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12246
12247 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12248 logic into perform_all_tests() and invoke it with and without
12249 function header prototypes.
12250 (do_function_calls): Remove conditional XFAIL for PR 5318.
12251 (rerun_and_prepare): Remove duplicate code.
12252 (perform_all_tests): New. Main logic moved here.
12253
44dba9b9
AA
122542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12255
12256 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12257 code guarded by #ifdef NO_PROTOTYPES.
12258 (t_double_many_args): Likewise.
12259 (DEF_FUNC_MANY_ARGS_1): Likewise.
12260 (DEF_FUNC_VALUES_1): Likewise.
12261 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12262 guarded by #ifdef PROTOTYPES.
12263
d1fbcd56
AA
122642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12265
12266 * gdb.mi/mi-console.c: Add eye-catcher.
12267 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12268 instead of literal line number.
12269
b0e59b8f
AA
122702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12271
12272 * gdb.base/shr2.c: Add eye-catcher.
12273 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12274 line number.
12275
78f98cca
AA
122762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12277
12278 * gdb.base/jump.c: Add eye-catchers.
12279 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12280 numbers.
12281
58fa2af0
AA
122822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12283
12284 * gdb.base/execd-prog.c: Add eye-catchers.
12285 * gdb.base/foll-exec.c: Likewise.
12286 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12287 line numbers.
12288
04e5059b
AA
122892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12290
12291 * gdb.base/ending-run.c: Add eye-catchers.
12292 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12293 literal line numbers.
12294
dbfdb174
AA
122952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12296
12297 * gdb.base/call-rt-st.c: Add eye-catchers.
12298 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12299 literal line numbers.
12300
888a2ade
AA
123012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12302
12303 * gdb.base/call-ar-st.c: Add eye-catchers.
12304 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12305 literal line numbers.
12306
6acc2dde
AA
123072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12308
12309 * gdb.base/average.c: Add eye-catchers.
12310 * gdb.base/sum.c: Likewise.
12311 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12312 regexps dynamically.
12313
9ecfcd1d
AA
123142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12315
12316 * gdb.base/solib1.c: Add eye-catchers.
12317 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12318 literal line numbers.
12319
78708b7c
PA
123202014-11-12 Pedro Alves <palves@redhat.com>
12321
12322 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12323 leader has exited.
12324
af48d08f
PA
123252014-11-12 Pedro Alves <palves@redhat.com>
12326
12327 * gdb.arch/i386-bp_permanent.c: New file.
12328 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12329 (srcfile): Set to i386-bp_permanent.c.
12330 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12331 that stepi does not execute the 'leave' instruction, instead of
12332 testing it does execute.
12333 * gdb.base/bp-permanent.c: New file.
12334 * gdb.base/bp-permanent.exp: New file.
12335
af3768e9
DE
123362014-11-10 Doug Evans <xdje42@gmail.com>
12337
12338 PR symtab/17564
12339 * gdb.base/symtab-search-order.exp: New file.
12340 * gdb.base/symtab-search-order.c: New file.
12341 * gdb.base/symtab-search-order-1.c: New file.
12342 * gdb.base/symtab-search-order-shlib-1.c: New file.
12343
9de00a4a
PA
123442014-11-07 Pedro Alves <palves@redhat.com>
12345
12346 PR gdb/17511
12347 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12348 i?86-*-linux*.
12349
e0f52461
SC
123502014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12351
12352 PR c++/17494
12353 * gdb.cp/pr17494.cc: New file.
12354 * gdb.cp/pr17494.exp: New file.
12355
6ce8c980
YQ
123562014-11-02 Yao Qi <yao@codesourcery.com>
12357
12358 * gdb.python/python.exp: Get working directory and match the
12359 output of "set extended-prompt \\w " with it.
12360
02be9a71
DE
123612014-10-30 Doug Evans <dje@google.com>
12362
12363 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12364 in objfiles.
12365 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12366 in progspaces.
12367
3bdff46b
LM
123682014-10-30 Janis Johnson <janisjo@codesourcery.com>
12369
12370 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12371 * gdb.base/realname-expand.exp: Likewise.
12372 * gdb.linespec/macro-relative.exp: Likewise.
12373
ab917dfb
PA
123742014-10-29 Pedro Alves <palves@redhat.com>
12375
12376 PR gdb/17408
12377 * gdb.threads/schedlock.c (some_function): New function.
12378 (call_function): New global.
12379 (MAYBE_CALL_SOME_FUNCTION): New macro.
12380 (thread_function): Call it.
12381 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12382 and use it instead of a global counter. Adjust all callers.
12383 (get_current_thread): Use "find current thread" for test message
12384 here rather than having all callers pass down the same string.
12385 (goto_loop): New procedure, factored out from ...
12386 (my_continue): ... this.
12387 (step_ten_loops): Change parameter from test message to command to
12388 use. Adjust.
12389 (list_count): Delete global.
12390 (check_result): New procedure, factored out from duplicate top
12391 level code.
12392 (continue tests): Wrap in with_test_prefix.
12393 (test_step): New procedure, factored out from duplicate top level
12394 code.
12395 (top level): Test "step" in combination with all scheduler-locking
12396 modes. Test "next" in combination with all scheduler-locking
12397 modes, and in combination with stepping over a function call or
12398 not.
12399 * gdb.threads/next-bp-other-thread.c: New file.
12400 * gdb.threads/next-bp-other-thread.exp: New file.
12401
d3d4baed
PA
124022014-10-29 Pedro Alves <palves@redhat.com>
12403
12404 PR python/17372
12405 * gdb.python/python.exp: Test a multi-line command that spawns
12406 interactive Python.
12407 * gdb.base/multi-line-starts-subshell.exp: New file.
12408
563e8d85
YQ
124092014-10-29 Yao Qi <yao@codesourcery.com>
12410
12411 * gdb.base/fileio.exp: Make directories on host.
12412
0ea4d52e
YQ
124132014-10-29 Yao Qi <yao@codesourcery.com>
12414
12415 * gdb.base/fileio.c (test_write): Close the file.
12416
7f5ef605
PA
124172014-10-28 Pedro Alves <palves@redhat.com>
12418
12419 PR gdb/12623
12420 * gdb.base/sigstep.c (no_handler): New global.
12421 (main): If 'no_handler is true, set the signal handlers to
12422 SIG_IGN.
12423 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12424 with_sw_watch and no_handler parameters. Handle them.
12425 (top level) <stepping over handler when stopped at a breakpoint
12426 test>: Add a test axis for testing with a software watchpoint, and
12427 another for testing with the signal handler set to SIG_IGN.
12428 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12429 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12430
abbdbd03
PA
124312014-10-28 Pedro Alves <palves@redhat.com>
12432
12433 PR gdb/17511
12434 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12435 * gdb.base/sigstep.exp (other_handler_location): New global.
12436 (advance): Support stepping into the signal handler, and running
12437 commands while in the handler.
12438 (in_handler_map): New global.
12439 (top level): In the advance test, add combinations for getting
12440 into the handler with stepping commands, and for running commands
12441 in the handler. Add comment descripting the advancei tests.
12442
1df4399f
PA
124432014-10-28 Pedro Alves <palves@redhat.com>
12444
12445 * gdb.base/sigstep.exp: Use build_executable instead of
12446 prepare_for_testing.
12447 (top level): Move code that starts GDB, runs to main and creates a
12448 display to ...
12449 (restart): ... this new procedure.
12450 (top level): Move backtrace from signal handler test to ...
12451 (validate_backtrace): ... this new procedure.
12452 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12453 with_test_prefix. Always restart GDB.
12454 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12455 with_test_prefix. Always restart GDB. No need to delete
12456 breakpoints after the test.
12457 (test_skip_handler): Remove prefix parameter.
12458 (skip_over_handler, breakpoint_to_handler)
12459 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12460 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12461 restart GDB. No need to delete breakpoints after the test.
12462 (top level): Use foreach to call the test procedures with
12463 different commands.
12464
a5b6e449
PA
124652014-10-28 Pedro Alves <palves@redhat.com>
12466
12467 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12468 instead of GNATS numbers.
12469 * gdb.base/sigbpt.exp: Likewise.
12470 * gdb.base/siginfo.exp: Likewise.
12471 * gdb.base/sigstep.exp: Likewise.
12472
e5f8a7cc
PA
124732014-10-27 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.base/sigstep.c (dummy): New global.
12476 (main): Issue a couple writes to the new global.
12477 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12478 procedures.
12479 (skip_over_handler): Use test_skip_handler.
12480 (top level): Call skip_over_handler for stepi and nexti too.
12481 (breakpoint_over_handler): Use test_skip_handler.
12482 (top level): Call breakpoint_over_handler for stepi and nexti too.
12483
763905a3
YQ
124842014-10-27 Yao Qi <yao@codesourcery.com>
12485
12486 * gdb.trace/tfile.c (adjust_function_address)
12487 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12488 function descriptor.
12489
6f259a23
DB
124902014-10-24 Don Breazeal <donb@codesourcery.com>
12491
12492 * gdb.base/foll-fork.exp (test_follow_fork,
12493 catch_fork_child_follow): Check for updated fork messages emitted
12494 from infrun.c.
12495 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12496 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12497 vfork_and_exec_child_follow_through_step): Check for updated vfork
12498 messages emitted from infrun.c.
12499
09dd9a69
PA
125002014-10-24 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.base/corefile.exp: Remove references to ultrix.
12503 * gdb.base/interrupt.exp: Likewise.
12504 * gdb.base/whatis.exp: Likewise.
12505 * gdb.gdb/selftest.exp: Likewise.
12506 * gdb.threads/manythreads.exp: Likewise.
12507 * gdb.threads/print-threads.exp: Likewise.
12508 * gdb.threads/pthreads.exp:: Likewise.
12509 * gdb.threads/schedlock.exp: Likewise.
12510
3433cfa5
SC
125112014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12512
12513 * gdb.cp/non-trivial-retval.cc: Add a test case.
12514 * gdb.cp/non-trivial-retval.exp: Add a test.
12515
092f880b
YQ
125162014-10-20 Yao Qi <yao@codesourcery.com>
12517
12518 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12519 * gdb.python/py-objfile-script-gdb.py: New file.
12520 * gdb.python/py-objfile-script.exp: Update reference to
12521 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12522 of remote_download. Remove the dest file.
12523
acbdb7f3
YQ
125242014-10-20 Yao Qi <yao@codesourcery.com>
12525
12526 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12527 * gdb.base/step-line.exp: Likewise.
12528 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12529 * gdb.dwarf2/dw2-basic.exp: Likewise.
12530 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12531 * gdb.dwarf2/dw2-filename.exp: Likewise.
12532 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12533 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12534 * gdb.dwarf2/dw2-producer.exp: Likewise.
12535 * gdb.dwarf2/mac-fileno.exp: Likewise.
12536 * gdb.python/py-frame-args.exp: Likewise.
12537 * gdb.python/py-framefilter.exp: Likewise.
12538 * gdb.python/py-mi.exp: Likewise.
12539 * gdb.python/py-objfile-script.exp: Likewise
12540 * gdb.python/py-pp-integral.exp: Likewise.
12541 * gdb.python/py-pp-re-notag.exp: Likewise.
12542 * gdb.python/py-prettyprint.exp: Likewise.
12543 * gdb.python/py-section-script.exp: Likewise.
12544 * gdb.python/py-typeprint.exp: Likewise.
12545 * gdb.python/py-xmethods.exp: Likewise.
12546 * gdb.stabs/weird.exp: Likewise.
12547 * gdb.xml/tdesc-regs.exp: Likewise.
12548
bd286a29
KCY
125492014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12550
12551 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12552 (out_cu): Use addr_len for the size of addresses.
12553 (out_line): Likewise. Size DW_LNE_set_address instruction
12554 according to addr_len.
12555 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12556 (FUNC): Add START_INSNS to definition.
12557
673dc4a0
YQ
125582014-10-18 Yao Qi <yao@codesourcery.com>
12559
12560 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12561 gdb_has_argv0 return true.
12562 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12563 check [target_info exists noargs], check [gdb_has_argv0]
12564 instead.
12565 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12566 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12567 procedures.
12568
4ffbba72
DE
125692014-10-17 Doug Evans <dje@google.com>
12570
12571 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12572 event.
12573 * gdb.python/py-events.py: Add clear_objfiles event.
12574
d096d8c1
DE
125752014-10-17 Doug Evans <dje@google.com>
12576
12577 * gdb.python/py-objfile.exp: Test progspace attribute.
12578
a80db015
LM
125792014-10-17 Luis Machado <lgustavo@codesourcery.com>
12580
12581 * gdb.guile/scm-breakpoint.exp: Do not assume any
12582 directory separators when matching source file paths.
12583 * gdb.python/py-breakpoint.exp: Likewise.
12584 * gdb.reverse/break-precsave.exp: Likewise.
12585 * gdb.reverse/break-reverse.exp: Likewise.
12586 * gdb.reverse/consecutive-precsave.exp: Likewise.
12587 * gdb.reverse/finish-precsave.exp: Likewise.
12588 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12589 * gdb.reverse/finish-reverse.exp: Likewise.
12590 * gdb.reverse/i386-precsave.exp: Likewise.
12591 * gdb.reverse/i387-env-reverse.exp: Likewise.
12592 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12593 * gdb.reverse/machinestate-precsave.exp: Likewise.
12594 * gdb.reverse/machinestate.exp: Likewise.
12595 * gdb.reverse/sigall-precsave.exp: Likewise.
12596 * gdb.reverse/solib-precsave.exp: Likewise.
12597 * gdb.reverse/step-precsave.exp: Likewise.
12598 * gdb.reverse/until-precsave.exp: Likewise.
12599 * gdb.reverse/watch-precsave.exp: Likewise.
12600 * gdb.reverse/watch-reverse.exp: Likewise.
12601
b22089ab
YQ
126022014-10-17 Yao Qi <yao@codesourcery.com>
12603
12604 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12605 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12606
6c4486e6
PA
126072014-10-17 Pedro Alves <palves@redhat.com>
12608
12609 PR gdb/17471
12610 * gdb.base/bg-execution-repeat.c: New file.
12611 * gdb.base/bg-execution-repeat.exp: New file.
12612
0ff33695
PA
126132014-10-17 Pedro Alves <palves@redhat.com>
12614
12615 PR gdb/17300
12616 * gdb.base/continue-all-already-running.c: New file.
12617 * gdb.base/continue-all-already-running.exp: New file.
12618
6fdebc3d
PA
126192014-10-17 Pedro Alves <palves@redhat.com>
12620
12621 PR gdb/17472
12622 * gdb.base/annota-input-while-running.c: New file.
12623 * gdb.base/annota-input-while-running.exp: New file.
12624
32a8097b
PA
126252014-10-17 Pedro Alves <palves@redhat.com>
12626
12627 * gdb.base/callfuncs.exp: emove references to osf.
12628 * gdb.base/sigall.exp: Likewise.
12629 * gdb.gdb/selftest.exp: Likewise.
12630 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12631 * gdb.mi/non-stop.c: Likewise.
12632 * gdb.mi/pthreads.c: Likewise.
12633 * gdb.reverse/sigall-precsave.exp: Likewise.
12634 * gdb.reverse/sigall-reverse.exp: Likewise.
12635 * gdb.threads/pthreads.c: Likewise.
12636 * gdb.threads/pthreads.exp: Likewise.
12637
7a3517ff
YQ
126382014-10-17 Yao Qi <yao@codesourcery.com>
12639
12640 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12641 check 'target_info exists noargs'.
12642 (test_command_prompt_position): Likewise.
12643 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12644 Remove "set args".
12645 (progvar_simple_while_test): Likewise.
12646 (progvar_complex_if_while_test): Likewise.
12647 (if_while_breakpoint_command_test): Likewise.
12648 (infrun_breakpoint_command_test): Likewise.
12649 (breakpoint_command_test): Likewise.
12650 (watchpoint_command_test): Likewise.
12651 (bp_deleted_in_command_test): Likewise.
12652 (temporary_breakpoint_commands): Likewise.
12653
bb99c472
YQ
126542014-10-16 Yao Qi <yao@codesourcery.com>
12655
12656 * gdb.base/remotetimeout.exp: Remove noargs checking.
12657
7c16b83e
PA
126582014-10-15 Pedro Alves <palves@redhat.com>
12659
12660 PR breakpoints/9649
12661 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12662 * gdb.base/breakpoint-in-ro-region.exp
12663 (probe_target_hardware_step): New procedure.
12664 (top level): Probe hardware stepping and hardware breakpoint
12665 support. Test stepping through a read-only region, with both
12666 "breakpoint auto-hw" on and off and both "always-inserted" on and
12667 off.
12668
35a49624
IB
126692014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12670
12671 * gdb.dlang/demangle.exp: Update for demangling changes.
12672
2d1c107c
SC
126732014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12674
12675 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12676 * gdb.cp/non-trivial-retval.exp: Add new tests.
12677
778811d5
SC
126782014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12679
12680 PR c++/13403
12681 PR c++/15154
12682 * gdb.cp/non-trivial-retval.cc: New file.
12683 * gdb.cp/non-trivial-retval.exp: New file.
12684
10c5f0a8
YQ
126852014-10-15 Yao Qi <yao@codesourcery.com>
12686
12687 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12688 remote host.
12689
65d7b369
YQ
126902014-10-15 Yao Qi <yao@codesourcery.com>
12691
12692 * gdb.python/py-symbol.exp: Match file base name if host is
12693 remote, otherwise match file name with dir name.
12694 * gdb.python/py-symtab.exp: Likewise.
12695 * gdb.python/python.exp: Likewise.
12696
46dc1394
YQ
126972014-10-15 Yao Qi <yao@codesourcery.com>
12698
12699 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12700 pattern.
12701 * gdb.python/py-symtab.exp: Likewise.
12702 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12703 locationn.
12704
c40cc657
JB
127052014-10-14 Joel Brobecker <brobecker@adacore.com>
12706
12707 * gdb.ada/addr_arith: New testcase.
12708
2abf49e1
MR
127092014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12710
12711 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12712 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12713 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12714 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12715
f7088df3
SDJ
127162014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12717
12718 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12719 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12720 * gdb.arch/stap-eval-lang-ada.exp: New file.
12721
4dc06805
YQ
127222014-10-14 Yao Qi <yao@codesourcery.com>
12723
12724 * gdb.mi/mi-var-child.c (nothing1): New function.
12725 (nothing2): New function.
12726 (do_children_tests): Set function pointers by nothing1 and
12727 nothing2.
12728 * gdb.mi/mi-var-child.exp: Step over new added statements.
12729 Update test to match the new output.
12730 * gdb.mi/var-cmd.c (nothing1): New function.
12731 (nothing2): New function.
12732 (do_children_tests): Set function pointers by nothing1 and
12733 nothing2.
12734 * gdb.mi/mi-var-display.exp: Update test to match output.
12735 Step to the line specified by $line_dct_nothing.
12736 Increase the number of lines to step.
12737
46a93de2
YQ
127382014-10-14 Yao Qi <yao@codesourcery.com>
12739
12740 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12741 tests.
12742 * gdb.mi/mi2-var-child.exp: Likewise.
12743
14ea52ee
DE
127442014-10-13 Doug Evans <dje@google.com>
12745
12746 * gdb.python/py-objfile.exp: Change name of file name test.
12747
e5c6e92b
DE
127482014-10-13 Doug Evans <dje@google.com>
12749
12750 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12751 from the start of the CU.
12752
c780cc2f
JK
127532014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12754 Yao Qi <yao@codesourcery.com>
12755
12756 Fix "save breakpoints" for "catch" command.
12757 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12758 Remove -nonewline. Match also the added "main" line.
12759
99894e11
JK
127602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12761
12762 Fix "save breakpoints" for "disable $bpnum" command.
12763 * gdb.base/save-bp.c (main): Add label.
12764 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12765
6e1ac5a3
JK
127662014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12767
12768 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12769
754dd2b0
YQ
127702014-10-11 Yao Qi <yao@codesourcery.com>
12771
12772 * gdb.server/server-kill.exp: Execute command
12773 "set remote trace-status-packet on" before "tstatus".
12774
f90183d7
YQ
127752014-10-11 Yao Qi <yao@codesourcery.com>
12776
12777 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12778 (main): Call getppid.
12779 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12780 and continue to it. Read variable "server_pid".
12781
bf40a607
YQ
127822014-10-11 Yao Qi <yao@codesourcery.com>
12783
12784 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12785
052ca370
YQ
127862014-10-11 Yao Qi <yao@codesourcery.com>
12787
12788 * gdb.threads/thread-find.exp: Don't execute command
12789 "info threads".
12790 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12791 * gdb.threads/linux-dp.exp: Don't check the condition
12792 $threads_created equals to zero.
12793
3831839c
PA
127942014-10-10 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.base/bigcore.exp: Remove references to IRIX.
12797 * gdb.base/funcargs.exp: Likewise.
12798 * gdb.base/interrupt.exp: Likewise.
12799 * gdb.base/mips_pro.exp: Likewise.
12800 * gdb.base/nodebug.exp: Likewise.
12801 * gdb.base/setvar.exp: Likewise.
12802 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12803
8b9a549d
PA
128042014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12805 Pedro Alves <palves@redhat.com>
12806
12807 PR symtab/14466
12808 * gdb.base/vdso-warning.c: New file.
12809 * gdb.base/vdso-warning.exp: New file.
12810
d48ba5e8
DE
128112014-10-02 Doug Evans <dje@google.com>
12812
12813 * gdb.base/structs.c (main): Don't run forever.
12814
2278c276
PA
128152014-10-02 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12818 (top level) <stop threads 1, stop threads 2>: Use it.
12819
b57bacec
PA
128202014-10-02 Pedro Alves <palves@redhat.com>
12821
12822 * gdb.threads/break-while-running.exp (test): Add new
12823 'update_thread_list' argument. Skip "info threads" if false.
12824 (top level): Add new 'update_thread_list' axis.
12825
13fd3ff3
PA
128262014-10-02 Pedro Alves <palves@redhat.com>
12827
12828 PR breakpoints/17431
12829 * gdb.base/execl-update-breakpoints.c: New file.
12830 * gdb.base/execl-update-breakpoints.exp: New file.
12831
0fec99e8
PA
128322014-10-01 Pedro Alves <palves@redhat.com>
12833
12834 * gdb.base/breakpoint-in-ro-region.c: New file.
12835 * gdb.base/breakpoint-in-ro-region.exp: New file.
12836
2ddf4301
SM
128372014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12838
12839 * gdb.mi/mi-exit-code.exp: New file.
12840 * gdb.mi/mi-exit-code.c: New file.
12841
6a5f3f43
YQ
128422014-09-30 Yao Qi <yao@codesourcery.com>
12843
12844 * lib/prelink-support.exp (build_executable_own_libs): Error if
12845 the target isn't native.
12846
345bcc73
YQ
128472014-09-30 Yao Qi <yao@codesourcery.com>
12848
12849 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12850 false.
12851
a25a5a45
PA
128522014-09-22 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.threads/break-while-running.exp: New file.
12855 * gdb.threads/break-while-running.c: New file.
12856
00ba3162
YQ
128572014-09-19 Yao Qi <yao@codesourcery.com>
12858
12859 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12860 Invoke test. Restart GDB with --readnow and invoke test again.
12861
c3b7b696
YQ
128622014-09-19 Yao Qi <yao@codesourcery.com>
12863
12864 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12865 proc set_breakpoint_on_gcd_function. Invoke
12866 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12867 invoke set_breakpoint_on_gcd_function again.
12868
2b4fd423
DE
128692014-09-18 Doug Evans <dje@google.com>
12870
12871 * gdb.dwarf2/symtab-producer.exp: New file.
12872
a5947601
SDJ
128732014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12874
12875 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12876 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12877 * gdb.base/global-var-nested-by-dso.c: Likewise.
12878 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12879
91c19059
SDJ
128802014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12881 Pedro Alves <palves@redhat.com>
12882
12883 * gdb.base/watch-bitfields.exp: Pass string other than test file
12884 name to prepare_for_testing.
12885 (watch): New procedure.
12886 (expect_watchpoint): Use with_test_prefix.
12887 (top level): Factor out tests to ...
12888 (test_watch_location, test_regular_watch): ... these new
12889 procedures, and use with_test_prefix and gdb_continue_to_end.
12890
bb9d5f81
PP
128912014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12892
12893 PR breakpoints/12526
12894 * gdb.base/watch-bitfields.exp: New file.
12895 * gdb.base/watch-bitfields.c: New file.
12896
635856f5
PA
128972014-09-16 Pedro Alves <palves@redhat.com>
12898
12899 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12900 software and hardware addresses, not software address against
12901 itself.
12902
7280ceea
PA
129032014-09-16 Pedro Alves <palves@redhat.com>
12904
12905 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12906 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12907
428b16bd
PA
129082014-09-16 Pedro Alves <palves@redhat.com>
12909
12910 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12911 files.
12912 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12913 "*-*-vxworks*" throughout.
12914 * gdb.base/break.exp: Likewise.
12915 * gdb.base/default.exp: Likewise.
12916 * gdb.base/scope.exp: Likewise.
12917 * gdb.base/sepdebug.exp: Likewise.
12918 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12919 throughout.
12920 * gdb.base/run.c: Likewise.
12921 * gdb.base/sepdebug.c: Likewise.
12922 * gdb.hp/gdb.aCC/run.c: Likewise.
12923 * gdb.reverse/until-reverse.c: Likewise.
12924 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12925
666d413c
YQ
129262014-09-16 Yao Qi <yao@codesourcery.com>
12927
12928 * boards/local-remote-host-native.exp: New file.
12929
57cbd724
DE
129302014-09-14 Doug Evans <xdje42@gmail.com>
12931
12932 * gdb.threads/queue-signal.c (thread_count): New variable.
12933 (thread_count_mutex, thread_count_condvar): New variables.
12934 (incr_thread_count, wait_all_threads_running): New functions.
12935 (main): Wait for all threads to be in their thread functions.
12936
81219e53
DE
129372014-09-13 Doug Evans <xdje42@gmail.com>
12938
12939 * gdb.threads/queue-signal.c: New file.
12940 * gdb.threads/queue-signal.exp: New file.
12941
3714cea7
DE
129422014-09-13 Doug Evans <xdje42@gmail.com>
12943
12944 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12945 be consistent with what default_gdb_init uses.
12946 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12947 the plain text of the prompt. Add some logging printfs.
12948 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12949
fa43b1d7
PA
129502014-09-12 Pedro Alves <palves@redhat.com>
12951
12952 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12953 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12954 * gdb.arch/i386-size-overlap.exp: Likewise.
12955 * gdb.arch/i386-size.exp: Likewise.
12956 * gdb.arch/i386-unwind.exp: Likewise.
12957 * gdb.base/a2-run.exp: Likewise.
12958 * gdb.base/break.exp: Likewise.
12959 * gdb.base/charset.exp: Likewise.
12960 * gdb.base/chng-syms.exp: Likewise.
12961 * gdb.base/commands.exp: Likewise.
12962 * gdb.base/dbx.exp: Likewise.
12963 * gdb.base/find.exp: Likewise.
12964 * gdb.base/funcargs.exp: Likewise.
12965 * gdb.base/jit-simple.exp: Likewise.
12966 * gdb.base/reread.exp: Likewise.
12967 * gdb.base/sepdebug.exp: Likewise.
12968 * gdb.base/step-bt.exp: Likewise.
12969 * gdb.cp/mb-inline.exp: Likewise.
12970 * gdb.cp/mb-templates.exp: Likewise.
12971 * gdb.objc/basicclass.exp: Likewise.
12972 * gdb.threads/killed.exp: Likewise.
12973
9d9bf2df
EBM
129742014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12975
12976 PR tdep/17379
12977 * gdb.arch/powerpc-stackless.S: New file.
12978 * gdb.arch/powerpc-stackless.exp: New file.
12979
1cf2f1b0
JK
129802014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12981
12982 * gdb.base/attach.c: Include unistd.h.
12983 (main): Call alarm. Add label postloop.
12984 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12985 gdb_breakpoint, gdb_continue_to_breakpoint.
12986 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12987
98880d46
PA
129882014-09-11 Pedro Alves <palves@redhat.com>
12989
12990 PR gdb/17347
12991 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12992 * gdb.base/attach.exp (test_command_line_attach_run): New
12993 procedure.
12994 (top level): Call it.
12995
4c92ff2c
PA
129962014-09-11 Pedro Alves <palves@redhat.com>
12997
12998 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12999 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13000 (do_command_attach_tests): Use spawn_wait_for_attach.
13001 * gdb.base/solib-overlap.exp: Likewise.
13002 * gdb.multi/multi-attach.exp: Likewise.
13003 * gdb.python/py-prompt.exp: Likewise.
13004 * gdb.python/py-sync-interp.exp: Likewise.
13005 * gdb.server/ext-attach.exp: Likewise.
13006
3adc1a7d
GKB
130072014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13008
13009 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13010 command in testcase. Simplify testcase.
13011
96334934
JB
130122014-09-10 Joel Brobecker <brobecker@adacore.com>
13013
13014 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13015
eb479039
JB
130162014-09-10 Joel Brobecker <brobecker@adacore.com>
13017
13018 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13019
deede10c
JB
130202014-09-10 Joel Brobecker <brobecker@adacore.com>
13021
13022 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13023
7828a5f5
JB
130242014-09-10 Joel Brobecker <brobecker@adacore.com>
13025
13026 * gdb.dwarf2/dynarr-ptr.c: New file.
13027 * gdb.dwarf2/dynarr-ptr.exp: New file.
13028
33aeebcf
MR
130292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13030
13031 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13032 of 30 rather than hardcoding 120 for a slow test case. Take the
13033 `gdb,timeout' target setting into account for this calculation.
13034 Don't extend the timeout for the test cases that don't need it.
13035
7b415901
MR
130362014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13037
13038 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13039 a factor of 2 for a slow test case. Take the `gdb,timeout'
13040 target setting into account for this calculation.
13041 * gdb.reverse/until-precsave.exp: Increase the timeout by
13042 a factor of 15 and 3 respectively rather than adding 120
13043 for a pair of slow test cases. Take the `gdb,timeout'
13044 target setting into account for this calculation.
13045
4a40f85a
MR
130462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13047
13048 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13049 timeout, don't pass one down to gdb_expect.
13050 (gdb_expect): Rework timeout selection.
13051
09635af7
MR
130522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13053
13054 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13055 exception on timeout.
13056 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13057 (gdbserver_start_extended): Catch any `gdbserver_start' error
13058 exceptions.
13059 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13060 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13061 `gdbserver_gdb_load' error exceptions.
13062
2bdd10b7
MR
130632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13064
13065 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13066 120 on waiting for the TCP socket to open.
13067
316935f0
DE
130682014-09-09 Doug Evans <xdje42@gmail.com>
13069
13070 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13071 _caller_matches, _any_caller_is, _any_caller_matches.
13072
83740597
DE
130732014-09-09 Doug Evans <xdje42@gmail.com>
13074
13075 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13076
4c122fc3
YQ
130772014-09-09 Yao Qi <yao@codesourcery.com>
13078
13079 * gdb.mi/mi-var-display.exp: Set print symbol off.
13080
a9f116cb
GKB
130812014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13082
13083 PR gdb/17035
13084 * gdb.base/commands.exp: Add tests to verify user-defined
13085 commands with empty bodies.
13086 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13087 python commands in `show user command`.
13088 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13089 scheme commands in `show user command`.
13090
c75bd3a2
JK
130912014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13092
13093 PR python/17355
13094 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13095 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13096 * gdb.python/py-framefilter-invalidarg.exp: New file.
13097 * gdb.python/py-framefilter-invalidarg.py: New file.
13098
faa42425
DE
130992014-09-06 Doug Evans <xdje42@gmail.com>
13100
13101 PR 15276
13102 * gdb.python/py-caller-is.c: New file.
13103 * gdb.python/py-caller-is.exp: New file.
13104
474ca4f6
SDJ
131052014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13106
13107 PR gdb/17235
13108 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13109 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13110
eb0b0463
SDJ
131112014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13112
13113 PR fortran/17237
13114 * gdb.fortran/print-formatted.exp: New file.
13115 * gdb.fortran/print-formatted.f90: Likewise.
13116
5f3b99cf
SS
131172014-09-03 Sasha Smundak <asmundak@google.com>
13118
13119 * gdb.python/py-frame.exp: Test Frame.read_register.
13120
7d793aa9
SDJ
131212014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13122
13123 PR python/16699
13124 * gdb.python/py-completion.exp: New file.
13125 * gdb.python/py-completion.py: Likewise.
13126
fb0576e9
DE
131272014-08-28 Doug Evans <dje@google.com>
13128
13129 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13130 eax,etc. are live with values set by gdb and thus the compiler can't
13131 use them.
13132 * gdb.arch/i386-pseudo.c (main): Ditto.
13133
ee92b0dd
DE
131342014-08-27 Doug Evans <dje@google.com>
13135
13136 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13137
6649db35
DE
131382014-08-25 Doug Evans <dje@google.com>
13139
13140 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13141 (main): Ditto.
13142
564b7600
DE
131432014-08-25 Doug Evans <dje@google.com>
13144
13145 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13146
3881fb67
YQ
131472014-08-24 Yao Qi <yao@codesourcery.com>
13148
13149 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13150 symbol off.
13151 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13152
a05a36a5
DE
131532014-08-22 Doug Evans <dje@google.com>
13154
13155 PR 17276
13156 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13157 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13158 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13159
7c343b48
YQ
131602014-08-22 Yao Qi <yao@codesourcery.com>
13161
13162 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13163 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13164 * gdb.python/python.exp: Likewise. Use .py file on the host
13165 instead of the build.
13166
22fd09ae
JK
131672014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13168
13169 * gdb.threads/gcore-stale-thread.c: New file.
13170 * gdb.threads/gcore-stale-thread.exp: New file.
13171
a8454a7c
PA
131722014-08-21 Pedro Alves <palves@redhat.com>
13173
13174 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13175 * gdb.base/gcore-relro-pie.exp: Likewise.
13176 * gdb.base/gcore-relro.exp: Likewise.
13177 * gdb.base/gcore.exp: Likewise.
13178 * gdb.base/print-symbol-loading.exp: Likewise.
13179 * gdb.threads/gcore-thread.exp: Likewise.
13180 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13181
2a31c623
PA
131822014-08-20 Pedro Alves <palves@redhat.com>
13183 Jan Kratochvil <jan.kratochvil@redhat.com>
13184
13185 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13186 configure.
13187 (EXPECT): Handle READ1 being set.
13188 (all): Depend on EXTRA_RULES.
13189 (check-read1, expect-read1, read1.so, read1): New rules.
13190 * README (Testsuite Parameters): Document the READ1 make variable.
13191 (Race detection): New section.
13192 * configure: Regenerate.
13193 * configure.ac: If build==host==target, and running under a
13194 GNU/glibc system, add read1 to the extra Makefile rules.
13195 (EXTRA_RULES): AC_SUBST it.
13196 * lib/read1.c: New file.
13197
d36430db
JB
131982014-08-20 Joel Brobecker <brobecker@adacore.com>
13199
13200 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13201 the handling of variables declared as a typedef to an array
13202 which a DW_AT_data_location attribute.
13203
9a0dc9e3
PA
132042014-08-19 Andrew Burgess <aburgess@broadcom.com>
13205 Pedro Alves <palves@redhat.com>
13206
13207 PR symtab/14604
13208 PR symtab/14605
13209 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13210 gdb_test.
13211
0718a8da
PA
132122014-08-19 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13215
13b448cd
YQ
132162014-08-19 Yao Qi <yao@codesourcery.com>
13217
13218 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13219 right line.
13220
1cbf5077
DB
132212014-08-18 David Blaikie <dblaikie@gmail.com>
13222
13223 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13224
bf0fae19
JB
132252014-08-18 Joel Brobecker <brobecker@adacore.com>
13226
13227 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13228 attribute in array range.
13229
3c8c5dcc
JB
132302014-08-18 Joel Brobecker <brobecker@adacore.com>
13231
13232 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13233
e66d4446
SC
132342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13235
13236 PR c++/17132
13237 * gdb.cp/pr17132.cc: New file.
13238 * gdb.cp/pr17132.exp: New file.
13239
940df408
SC
132402014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13241
13242 * gdb.python/py-xmethods.py (A_getarrayind)
13243 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13244 Use 'print' with function call syntax.
13245 (E_method_matcher.match): Fix tab vs space indentation mixup.
13246
ebcc6c3a
YQ
132472014-08-15 Yao Qi <yao@codesourcery.com>
13248
13249 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13250 false.
13251
775e0f04
YQ
132522014-08-15 Yao Qi <yao@codesourcery.com>
13253
13254 * gdb.cp/casts.exp: Set print symbol off.
13255 * gdb.cp/class2.exp: Likewise.
13256 * gdb.cp/overload.exp: Likewise.
13257 * gdb.cp/templates.exp: Likewise.
13258
d769e349
DE
132592014-08-11 Doug Evans <dje@google.com>
13260
13261 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13262 (test_load_shlib): Update.
13263
20c6f1e1
YQ
132642014-08-09 Yao Qi <yao@codesourcery.com>
13265
13266 * gdb.base/display.exp: Invoke is_address_zero_readable.
13267 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13268 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13269 * gdb.base/hbreak-unmapped.exp: Return if
13270 is_address_zero_readable returns true.
13271 * gdb.base/signest.exp: Likewise.
13272 * gdb.base/signull.exp: Likewise.
13273 * gdb.base/sigbpt.exp: Likewise.
13274 * gdb.guile/scm-disasm.exp: Do the test if
13275 is_address_zero_readable returns false.
13276 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13277 * gdb.python/py-arch.exp: Likewise.
13278 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13279 * lib/gdb.exp (is_address_zero_readable): New proc.
13280
5792e8e3
YQ
132812014-08-09 Yao Qi <yao@codesourcery.com>
13282
13283 PR testsuite/13443
13284 * gdb.mi/mi-var-display.exp: Make test messages unique.
13285
3cecbbbe
TT
132862014-08-04 Tom Tromey <tromey@redhat.com>
13287
13288 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13289 target 0".
13290
00b51ff5
TT
132912014-08-04 Tom Tromey <tromey@redhat.com>
13292
13293 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13294 "target_resume".
13295
6908c509
JB
132962014-08-01 Joel Brobecker <brobecker@adacore.com>
13297
13298 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13299 inner_vla_struct_object_size.
13300 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13301 as xfail.
13302
cc6563d2
PA
133032014-07-30 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13306 comment.
13307
7e09a223
YQ
133082014-07-29 Yao Qi <yao@codesourcery.com>
13309
13310 PR gdb/17206
13311 * gdb.base/until-nodebug.exp: New.
13312
7ebdbe92
DE
133132014-07-28 Doug Evans <xdje42@gmail.com>
13314
13315 PR guile/17203
13316 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13317 previously existing parameter, and previously ambiguously spelled
13318 parameter.
13319
fdb1adc6
WN
133202014-07-28 Will Newton <will.newton@linaro.org>
13321
13322 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13323
186fcde0
DE
133242014-07-26 Ludovic Courtès <ludo@gnu.org>
13325 Doug Evans <xdje42@gmail.com>
13326
13327 PR guile/17146
13328 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13329
70509625
PA
133302014-07-25 Pedro Alves <palves@redhat.com>
13331
13332 * gdb.threads/signal-command-handle-nopass.c: New file.
13333 * gdb.threads/signal-command-handle-nopass.exp: New file.
13334 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13335 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13336 * gdb.threads/signal-delivered-right-thread.c: New file.
13337 * gdb.threads/signal-delivered-right-thread.exp: New file.
13338
c3f814a1
PA
133392014-07-25 Pedro Alves <palves@redhat.com>
13340
13341 * gdb.base/double-prompt-target-event-error.exp
13342 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13343 match.
13344 (cancel_pagination_in_target_event): Rework double prompt
13345 detection.
13346 * gdb.base/paginate-after-ctrl-c-running.exp
13347 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13348 <return>' match.
13349 * gdb.base/paginate-bg-execution.exp
13350 (test_bg_execution_pagination_return)
13351 (test_bg_execution_pagination_cancel): Remove '-notransfer
13352 <return>' matches.
13353 * gdb.base/paginate-execution-startup.exp
13354 (test_fg_execution_pagination_return)
13355 (test_fg_execution_pagination_cancel): Remove '-notransfer
13356 <return>' matches.
13357 * gdb.base/paginate-inferior-exit.exp
13358 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13359 match.
13360 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13361 * lib/gdb.exp (pagination_prompt): Run text through
13362 string_to_regexp.
13363 (gdb_test_multiple): Match $pagination_prompt instead of
13364 "<return>".
13365 (string_to_regexp): Move to lib/gdb-utils.exp.
13366
e214cf6c
JK
133672014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13368
13369 * gdb.arch/amd64-entry-value-paramref.S: New file.
13370 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13371 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13372 * gdb.arch/amd64-optimout-repeat.S: New file.
13373 * gdb.arch/amd64-optimout-repeat.c: New file.
13374 * gdb.arch/amd64-optimout-repeat.exp: New file.
13375
17d0c5c8
JK
133762014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13377
13378 PR gdb/17170
13379 * gdb.base/statistics.exp: New file.
13380
b8b8facf
DE
133812014-07-17 Doug Evans <dje@google.com>
13382
74b49205 13383 PR gdb/17170
b8b8facf
DE
13384 * gdb.base/maint.exp: Update testing of per-command stats.
13385
1b5d0ab3
PA
133862014-07-16 Pedro Alves <palves@redhat.com>
13387
13388 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13389 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13390 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13391 (tfile_write_buf): New functions.
13392 (add_memory_block): Rewrite using the above.
13393 (adjust_function_address): New function.
13394 (FUNCTION_ADDRESS): New macro.
13395 (write_basic_trace_file): Remove short_x local, and use
13396 tfile_write_16. Change type of func_addr local to unsigned long
13397 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13398 here. Cast argument of add_memory_block to char pointer.
13399 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13400 (main): Remove parameters.
13401 * gdb.trace/tfile.exp: Remove nowarnings.
13402
4d974e88
SM
134032014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13404
13405 * gdb.base/debug-expr.exp: Test string evaluation with
13406 "debug expression" on.
13407
41e99568
PA
134082014-07-15 Pedro Alves <palves@redhat.com>
13409
13410 * gdb.base/reread.exp: Use clean_restart.
13411
487d9753
PL
134122014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13413
13414 * gdb.arch/avr-flash-qualifer.c: New.
13415 * gdb.arch/avr-flash-qualifer.exp: New.
13416
cc1c52ad
PA
134172014-07-14 Pedro Alves <palves@redhat.com>
13418
13419 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13420 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13421
1e973570
PA
134222014-07-14 Pedro Alves <palves@redhat.com>
13423
13424 * gdb.base/double-prompt-target-event-error.c: New file.
13425 * gdb.base/double-prompt-target-event-error.exp: New file.
13426
93d6eb10
PA
134272014-07-14 Pedro Alves <palves@redhat.com>
13428
13429 PR gdb/17072
13430 * gdb.base/paginate-inferior-exit.c: New file.
13431 * gdb.base/paginate-inferior-exit.exp: New file.
13432
0017922d
PA
134332014-07-14 Pedro Alves <palves@redhat.com>
13434
13435 PR gdb/17072
13436 * gdb.base/paginate-bg-execution.c: New file.
13437 * gdb.base/paginate-bg-execution.exp: New file.
13438
94696ad3
PA
134392014-07-14 Pedro Alves <palves@redhat.com>
13440
13441 PR gdb/17072
13442 * gdb.base/paginate-execution-startup.c: New file.
13443 * gdb.base/paginate-execution-startup.exp: New file.
13444 * lib/gdb.exp (pagination_prompt): New global.
13445 (default_gdb_spawn): New procedure, factored out from
13446 default_gdb_spawn.
13447 (default_gdb_start): Adjust to call default_gdb_spawn.
13448 (gdb_spawn): New procedure.
13449
bd293940
PA
134502014-07-14 Pedro Alves <palves@redhat.com>
13451
13452 * lib/gdb.exp (gdb_assert): New procedure.
13453 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13454
c933f875
PA
134552014-07-14 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/execution-termios.c: New file.
13458 * gdb.base/execution-termios.exp: New file.
13459
d98b7a16
TT
134602014-07-14 Tom Tromey <tromey@redhat.com>
13461
13462 * gdb.cp/vla-cxx.cc: New file.
13463 * gdb.cp/vla-cxx.exp: New file.
13464
548740d6
TT
134652014-07-14 Tom Tromey <tromey@redhat.com>
13466
13467 * gdb.reverse/rerun-prec.c: New file.
13468 * gdb.reverse/rerun-prec.exp: New file.
13469
a25eb028
MR
134702014-07-12 Maciej W. Rozycki <macro@mips.com>
13471 Maciej W. Rozycki <macro@codesourcery.com>
13472
13473 * lib/gdb-utils.exp: New file.
13474 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13475 inline `gdb_init_command' processing.
13476 (gdb_start_cmd): Likewise.
13477 * lib/mi-support.exp (mi_run_cmd): Likewise.
13478 * README: Document `gdb_init_command' and `gdb_init_commands'.
13479
218c2655
JK
134802014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13481
13482 Fix false FAIL running under a very long directory name.
13483 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13484 and "set print elements 10000". Twice.
13485
5401fde3
YQ
134862014-07-11 Yao Qi <yao@codesourcery.com>
13487
13488 * gdb.base/exprs.exp: "set print symbol off".
13489
e76126e8
PA
134902014-07-11 Pedro Alves <palves@redhat.com>
13491
13492 * gdb.threads/kill.c: New file.
13493 * gdb.threads/kill.exp: New file.
13494
2d6f0de6
YQ
134952014-07-10 Yao Qi <yao@codesourcery.com>
13496
13497 * gdb.trace/tfile.c (write_basic_trace_file)
13498 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13499 address written to trace file.
13500
7180e04a
PA
135012014-07-09 Pedro Alves <palves@redhat.com>
13502
13503 * gdb.base/attach-wait-input.exp: New file.
13504 * gdb.base/attach-wait-input.c: New file.
13505
9a9a7608
AB
135062014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13507
13508 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13509 setting up test structures.
13510 (main): Call new test function.
13511 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13512 test function, continue into test function and walk test
13513 structures.
13514
161ac41e
YQ
135152014-07-02 Yao Qi <yao@codesourcery.com>
13516
13517 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13518 'bar_start' at the beginning of functions 'foo' and 'bar'
13519 respectively.
13520 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13521 instead of 'foo' and 'bar'.
13522
1f267ae3
MM
135232014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13524
13525 * gdb.btrace/segv.exp: New.
13526 * gdb.btrace/segv.c: New.
13527
2b239efb
LM
135282014-07-02 Luis Machado <lgustavo@codesourcery.com>
13529
13530 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13531 instruction.
13532
cf363f18
MW
135332014-06-30 Mark Wielaard <mjw@redhat.com>
13534
13535 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13536 vulture, vilify, villar): New volatile array constants.
13537 (vindictive, vegetation): New const volatile array constants.
13538 * gdb.base/volatile.exp: Test volatile and const volatile array
13539 types.
13540
aebf9d24
AA
135412014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13542
13543 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13544 target lacks support for awatch, rwatch, or hbreak.
13545
b67a2c6f
YQ
135462014-06-27 Yao Qi <yao@codesourcery.com>
13547
13548 * gdb.multi/dummy-frame-restore.exp: New.
13549 * gdb.multi/dummy-frame-restore.c: New.
13550
aef92902
MM
135512014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13552
13553 * gdb.btrace/gcore.exp: New.
13554
8e9db26e
PA
135552014-06-23 Pedro Alves <palves@redhat.com>
13556
13557 * gdb.base/watchpoint-reuse-slot.c: New file.
13558 * gdb.base/watchpoint-reuse-slot.exp: New file.
13559
70afc5b7
SC
135602014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13561
13562 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13563 progspace's filename in 'info', 'enable' and 'disable' command
13564 tests.
13565
b972bd9c
JK
135662014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13567
13568 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13569 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13570 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13571
125f8a3d
GB
135722014-06-20 Gary Benson <gbenson@redhat.com>
13573
13574 * gdb.arch/i386-avx.exp: Fix include file location.
13575 * gdb.arch/i386-sse.exp: Likewise.
13576
3ed9baed
IB
135772014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13578
13579 * gdb.dlang/expression.exp: New file.
13580
034f788c
PA
135812014-06-19 Pedro Alves <palves@redhat.com>
13582
13583 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13584 out from ...
13585 (top level): ... here. Iterate running tests under different
13586 scheduler-locking settings.
13587
45371d0c
LM
135882014-06-18 Luis Machado <lgustavo@codesourcery.com>
13589
13590 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13591 to DW_FORM_addr and use non-zero addresses.
13592
5d376983
SC
135932014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13594
13595 PR gdb/17017
13596 * gdb.python/py-xmethods.cc: Add global function call counters and
13597 increment them in their respective functions. Remove "cout"
13598 statements.
13599 * gdb.python/py-xmethods.exp: Make tests check the global function
13600 call counters instead of depending on inferior IO.
13601
a1aa2221
LM
136022014-06-18 Don Breazeal <donb@codesourcery.com>
13603
13604 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13605 Deleted procedure.
13606 (explicit_fork_parent_follow): Deleted procedure.
13607 (explicit_fork_child_follow): Deleted procedure.
13608 (test_follow_fork): New procedure.
13609 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13610 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13611 procedure calls.
13612
0fc05997
YQ
136132014-06-17 Yao Qi <yao@codesourcery.com>
13614
13615 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13616 CP1252.
13617
70795c52
LM
136182014-06-17 Luis Machado <lgustavo@codesourcery.com>
13619
13620 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13621 Initialize ptr and S explicitly.
13622 (skip_type_update_when_not_use_rtti_test): Likewise.
13623
6be47f0c
KS
136242014-06-16 Keith Seitz <keiths@redhat.com>
13625
13626 PR mi/15863
13627 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13628 the inferior is started.
13629
d03de421
PA
136302014-06-16 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.base/break-main-file-remove-fail.c: New file.
13633 * gdb.base/break-main-file-remove-fail.exp: New file.
13634 * gdb.base/break-unload-file.exp: Use build_executable instead of
13635 prepare_for_testing.
13636 (test_break): New parameter "initial_load". Handle it.
13637 (top level): Add initial_load cmdline/file axis.
13638
f9579b99
TT
136392014-06-12 Tom Tromey <tromey@redhat.com>
13640
13641 * gdb.base/completion.exp: Don't use directory name in test.
13642
3657956b
GB
136432014-06-09 Gary Benson <gbenson@redhat.com>
13644
13645 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13646 separate the always-available ANSI-standard signals from the
13647 signals that require checking.
13648 (main): Likewise.
13649 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13650 Likewise.
13651 (main): Likewise.
13652
4186eb54
KS
136532014-06-07 Keith Seitz <keiths@redhat.com>
13654
13655 Revert:
13656 PR c++/16253
13657 * gdb.cp/var-tag.cc: New file.
13658 * gdb.cp/var-tag.exp: New file.
13659 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13660 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13661 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13662 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13663
25326a28 136642014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13665
13666 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13667
829155c9
PA
136682014-06-06 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13671 in target debug output instead of looking at RSP packets,
13672 disabling the test on any target that uses hardware stepping.
13673 Update comments.
13674
61c8d22e
PA
136752014-06-06 Pedro Alves <palves@redhat.com>
13676
13677 * gdb.base/break-unload-file.exp: Fix typo.
13678
d9a47287
YQ
136792014-06-06 Yao Qi <yao@codesourcery.com>
13680
13681 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13682 from "jit_function" to "^jit_function".
13683
e5e01dbf
YQ
136842014-06-06 Yao Qi <yao@codesourcery.com>
13685
13686 * gdb.base/async.c (foo): Add one statement.
13687 * gdb.base/async.exp: Get the next instruction address and
13688 match the output of "nexti" by instruction address. Match
13689 the hex address in the output of "finish".
13690
73ba372c
GB
136912014-06-06 Gary Benson <gbenson@redhat.com>
13692
13693 * gdb.base/call-signals.c: Remove preprocessor conditionals
13694 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13695 SIGSEGV and SIGTERM.
13696 * gdb.base/sigall.c: Likewise.
13697 * gdb.base/unwindonsignal.c: Likewise.
13698 * gdb.reverse/sigall-reverse.c: Likewise.
13699
831517df
YQ
137002014-06-06 Yao Qi <yao@codesourcery.com>
13701
13702 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13703 readable, skip the test.
13704
b8b91e98
YQ
137052014-06-06 Yao Qi <yao@codesourcery.com>
13706
13707 * gdb.threads/staticthreads.c (thread_function): Move the line
13708 setting breakpoint on forward.
13709 * gdb.threads/staticthreads.exp: Update comments.
13710
fb934770
LC
137112014-06-05 Ludovic Courtès <ludo@gnu.org>
13712
13713 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13714 "history-append! type error".
13715
6ef284bd
SM
137162014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13717
13718 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13719 erroneous dprintf expected input.
13720
a872e241
DE
137212014-06-04 Doug Evans <xdje42@gmail.com>
13722
13723 * gdb.guile/scm-generics.exp: Delete.
13724
16f691fb
DE
137252014-06-04 Doug Evans <xdje42@gmail.com>
13726
13727 * gdb.guile/scm-breakpoint.exp: Update.
13728 Add tests for breakpoint registration.
13729
012370f6
TT
137302014-06-04 Tom Tromey <tromey@redhat.com>
13731
13732 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13733 VLA-in-union.
13734 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13735 inner_vla_struct, vla_union types. Initialize objects of those
13736 types and compute their sizes.
13737
9f5a4cef
HZ
137382014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13739 Hui Zhu <hui@codesourcery.com>
13740
13741 * gdb.base/fileio.exp: Add test for shell not available as well as
13742 available.
13743 * gdb.base/fileio.c (test_system): Check for shell twice.
13744
90a45c4d
YQ
137452014-06-04 Yao Qi <yao@codesourcery.com>
13746
13747 * gdb.base/auto-connect-native-target.exp: Remove redundant
13748 space from the regexp pattern.
13749
70017e41
YQ
137502014-06-04 Yao Qi <yao@codesourcery.com>
13751
13752 * gdb.base/default.exp: Replace "child" with "native" in
13753 regexp pattern.
13754
883964a7
SC
137552014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13756
13757 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13758 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13759 * gdb.python/py-xmethods.py: Python script supporting the
13760 new testcase and tests.
13761
ef370185
JB
137622014-06-03 Joel Brobecker <brobecker@adacore.com>
13763 Pedro Alves <palves@redhat.com>
13764
13765 PR breakpoints/17000
13766 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13767 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13768
1e2ccb61
BM
137692014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13770
13771 * gdb.base/subst.exp: Add tests to verify partial path matching
13772 output.
13773
c6ec5ab2
PA
137742014-06-03 Pedro Alves <palves@redhat.com>
13775
13776 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13777 target that doesn't use software single-stepping.
13778
835c559f
PA
137792014-06-03 Pedro Alves <palves@redhat.com>
13780
13781 PR breakpoints/17000
13782 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13783 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13784
06eb1586
DE
137852014-06-02 Doug Evans <xdje42@gmail.com>
13786
13787 * gdb.guile/scm-parameter.exp: New file.
13788
e698b8c4
DE
137892014-06-02 Doug Evans <xdje42@gmail.com>
13790
13791 * gdb.guile/scm-cmd.c: New file.
13792 * gdb.guile/scm-cmd.exp: New file.
13793
ded03782
DE
137942014-06-02 Doug Evans <xdje42@gmail.com>
13795
13796 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13797 pretty-printer lookup.
13798 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13799 (make-pp_s-printer): Call it.
13800 (make-pretty-printer-from-dict): New function.
13801 (lookup-pretty-printer-maker-from-dict): New function.
13802 (*pretty-printer*): Simplify.
13803 (make-objfile-pp_s-printer): New function.
13804 (install-objfile-pretty-printers!): New function.
13805 (make-progspace-pp_s-printer): New function.
13806 (install-progspace-pretty-printers!): New function.
13807 * gdb.guile/scm-progspace.c: New file.
13808 * gdb.guile/scm-progspace.exp: New file.
13809
41fac0cf
PA
138102014-06-02 Pedro Alves <palves@redhat.com>
13811
13812 * gdb.base/dprintf-bp-same-addr.c: New file.
13813 * gdb.base/dprintf-bp-same-addr.exp: New file.
13814
96ae5695
EBM
138152014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13816
13817 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13818 * gdb.arch/powerpc-power.s: Likewise.
13819
da02b3a8
JB
138202014-06-02 Joel Brobecker <brobecker@adacore.com>
13821
13822 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13823
c72b2e7b
YQ
138242014-06-01 Yao Qi <yao@codesourcery.com>
13825
13826 * gdb.base/watchpoint.exp (test_watch_location): Check null
13827 pointer can be dereferenced. If not, do the test, otherwise
13828 skip it.
13829
53e8a631
AB
138302014-05-30 Andrew Burgess <aburgess@broadcom.com>
13831
13832 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13833 results.
13834 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13835
938f0e2f
AB
138362014-05-30 Andrew Burgess <aburgess@broadcom.com>
13837
13838 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13839 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13840 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13841 * gdb.arch/amd64-invalid-stack-top.c: New file.
13842 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13843
9ba6657a
PA
138442014-05-30 Pedro Alves <palves@redhat.com>
13845
13846 PR breakpoints/17000
13847 * gdb.base/sss-bp-on-user-bp.c: New file.
13848 * gdb.base/sss-bp-on-user-bp.exp: New file.
13849
522c09bf
DB
138502014-05-30 David Blaikie <dblaikie@gmail.com>
13851
13852 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13853 gnu_inline semantics via attribute.
13854 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13855 source explicitly specifies the required semantics.
13856
bf4ef81e
MR
138572014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13858
13859 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13860
329ea579
PA
138612014-05-29 Pedro Alves <palves@redhat.com>
13862 Tom Tromey <tromey@redhat.com>
13863
13864 * gdb.base/async-shell.exp: Don't enable target-async.
13865 * gdb.base/async.exp
13866 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13867 parameter. Adjust.
13868 (top level): Don't test with "target-async".
13869 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13870 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13871 * gdb.base/inferior-died.exp: Don't enable target-async.
13872 * gdb.base/interrupt-noterm.exp: Likewise.
13873 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13874 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13875 * gdb.mi/mi-nonstop.exp: Likewise.
13876 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13877 * gdb.mi/mi-nsintrall.exp: Likewise.
13878 * gdb.mi/mi-nsmoribund.exp: Likewise.
13879 * gdb.mi/mi-nsthrexec.exp: Likewise.
13880 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13881 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13882 * gdb.python/py-evsignal.exp: Don't enable target-async.
13883 * gdb.python/py-evthreads.exp: Likewise.
13884 * gdb.python/py-prompt.exp: Likewise.
13885 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13886 * gdb.server/solib-list.exp: Don't enable target-async.
13887 * gdb.threads/thread-specific-bp.exp: Likewise.
13888 * lib/mi-support.exp: Adjust to use mi-async.
13889
fd664c91
PA
138902014-05-29 Pedro Alves <palves@redhat.com>
13891
13892 PR gdb/13860
13893 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13894 reason, even in sync mode.
13895
251bde03
PA
138962014-05-29 Pedro Alves <palves@redhat.com>
13897 Hui Zhu <hui@codesourcery.com>
13898
13899 PR PR15693
13900 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13901 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13902 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13903 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13904
7f3c0343
JB
139052014-05-28 Joel Brobecker <brobecker@adacore.com>
13906
13907 * config/monitor.exp (gdb_target_monitor): Replace use of
13908 "set remotebaud" by "set serial baud".
13909
b2715b27
AW
139102014-05-26 Andy Wingo <wingo@igalia.com>
13911
13912 * gdb.guile/scm-breakpoint.exp:
13913 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13914 properties instead of gdb-object-properties.
13915
498a4489
YQ
139162014-05-26 Yao Qi <yao@codesourcery.com>
13917
13918 * gdb.server/no-thread-db.exp: Specify source file name
13919 explicitly when setting a breakpoint.
13920
589fdceb
MM
139212014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13922
13923 * gdb.btrace/vdso.c: New.
13924 * gdb.btrace/vdso.exp: New.
13925
e9089e05
MM
139262014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13927
13928 * gdb.base/gcore.exp (capture_command_output): Move ...
13929 * lib/gdb.exp (capture_command_output): ... here.
13930
67b5c0c1
MM
139312014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13932
13933 * gdb.btrace/data.exp: Test memory access during btrace replay.
13934
a2199296
SM
139352014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13936
13937 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13938
17b2616c
PA
139392014-05-21 Pedro Alves <palves@redhat.com>
13940
13941 PR gdb/13860
13942 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13943 (top level): Test that output related to execution commands is
13944 sent to the console with CLI commands, but not with MI commands.
13945 Test that breakpoint events are always mirrored to the console.
13946 Also expect the new source line to be output after a "next" in
13947 async mode too. Make it a pass/fail test.
13948 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13949 output.
13950 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13951
5166082f
PA
139522014-05-21 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13955 Use them to test variations of "list" after reaching a breakpoint.
13956 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13957 Test "list" with listsize 10 after reaching a breakpoint.
13958 * gdb.python/python.exp (decode_line current location line
13959 number): Adjust expected line number.
13960
2f25d70f
SM
139612014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13962
13963 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13964 behavior for $args, pass it directly to "run".
13965
ff604a67
MR
139662014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13967
13968 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13969 30000 to 65536.
13970
6a3cb8e8
PA
139712014-05-21 Pedro Alves <palves@redhat.com>
13972
13973 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13974 auto-connect-native-target off".
13975 * gdb.base/auto-connect-native-target.c: New file.
13976 * gdb.base/auto-connect-native-target.exp: New file.
13977
4ebfc96e
PA
139782014-05-21 Pedro Alves <palves@redhat.com>
13979
13980 * gdb.base/default.exp: Test "target native" instead of "target
13981 child".
13982
36d46afb
MW
139832014-05-21 Mark Wielaard <mjw@redhat.com>
13984
13985 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13986
5876f503
JK
139872014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13988
13989 Fix TLS access for -static -pthread.
13990 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13991 <HAVE_TLS> (thread_function, main): Initialize it.
13992 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13993 Add clean_restart.
13994 <$have_tls != "">: Check TLSVAR.
13995
0256a6ac
PA
139962014-05-21 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.base/dcache-line-read-error.c: New.
13999 * gdb.base/dcache-line-read-error.exp: New.
14000
936d2992
PA
140012014-05-20 Pedro Alves <palves@redhat.com>
14002
14003 * gdb.base/compare-sections.c: New file.
14004 * gdb.base/compare-sections.exp: New file.
14005
802e8e6d
PA
140062014-05-20 Pedro Alves <palves@redhat.com>
14007
14008 * gdb.base/break-idempotent.c: New file.
14009 * gdb.base/break-idempotent.exp: New file.
14010
e59fa00f
MM
140112014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14012
14013 * gdb.btrace/nohist.exp: New.
14014
8b696e31
YQ
140152014-05-20 Yao Qi <yao@codesourcery.com>
14016
14017 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14018 gdb.reverse directory and gdb_reverse_timeout exists in board
14019 setting.
14020 * README: Document gdb_reverse_timeout.
14021
73c9764f
YQ
140222014-05-20 Yao Qi <yao@codesourcery.com>
14023
14024 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14025 'test_file_name'. Treat args as a string instead of a list.
14026 (gdb_init): Rename argument 'args' by 'test_file_name'.
14027
f1f4348a
JK
140282014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14029
14030 * gdb.arch/powerpc-power.exp: New file.
14031 * gdb.arch/powerpc-power.s: New file.
14032
0dbe70ce
DE
140332014-05-16 Doug Evans <dje@google.com>
14034
14035 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14036 * gdb.base/completion.exp: Check that all expected files exist
14037 before doing file completion.
0dbe70ce 14038
8d551b02
DE
140392014-05-16 Doug Evans <dje@google.com>
14040
14041 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14042 Update.
14043 (do_syscall_tests_without_xml): Update.
14044
73eb7709
PA
140452014-05-16 Pedro Alves <palves@redhat.com>
14046
14047 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14048 instead of "unknown output after running".
14049
3fae92fc
YQ
140502014-05-16 Yao Qi <yao@codesourcery.com>
14051
14052 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14053 file1.txt from host at the end.
14054 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14055
c2b2ccc5
DE
140562014-05-15 Doug Evans <dje@google.com>
14057
14058 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14059 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14060 loading file. Add test for TU lookup.
14061
8c217a4b
SM
140622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14063
14064 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14065 calling "-exec-arguments" or "set args" before running the
14066 inferior.
14067
3deb39c6
SM
140682014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14069
14070 * lib/mi-support.exp (mi_expect_stop): Expect message for
14071 inferiors that exit with non-zero exit code.
14072
71a79f8c
YQ
140732014-05-14 Yao Qi <yao@codesourcery.com>
14074
14075 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14076 match absolute path on remote host.
14077 (test_file_list_exec_source_files): Remove "/" from the
14078 pattern.
14079
f23fcd46
YQ
140802014-05-14 Yao Qi <yao@codesourcery.com>
14081
14082 * boards/local-remote-host-notty.exp (${board}_file): New
14083 proc.
14084
9404b58f
KM
140852014-05-07 Kyle McMartin <kyle@redhat.com>
14086
14087 Pushed by Joel Brobecker <brobecker@adacore.com>.
14088 * gdb.arch/aarch64-atomic-inst.c: New file.
14089 * gdb.arch/aarch64-atomic-inst.exp: New file.
14090
5e45f04c
YQ
140912014-05-07 Yao Qi <yao@codesourcery.com>
14092
14093 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14094 in current context" too.
14095
c888a17d
KS
140962014-05-05 Keith Seitz <keiths@redhat.com>
14097
14098 * gdb.linespec/ls-dollar.exp: Add test for linespec
14099 file:convenience_variable.
14100
290a839c
YQ
141012014-05-05 Yao Qi <yao@codesourcery.com>
14102
14103 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14104 traceframes into tfile and ctf trace files. Read data from
14105 trace file and test collected data.
14106 (gdb_collect_locals_test): Likewise.
14107 (gdb_unavailable_registers_test): Likewise.
14108 (gdb_unavailable_floats): Likewise.
14109 (gdb_collect_globals_test): Likewise.
14110 (top-level): Append "ctf" to trace_file_targets if GDB
14111 supports.
14112
b5262cd0
YQ
141132014-05-05 Yao Qi <yao@codesourcery.com>
14114
14115 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14116 code to ...
14117 (gdb_collect_args_test_1): ... it. New proc.
14118 (gdb_collect_locals_test): Move some code to ...
14119 (gdb_collect_locals_test_1): ... it. New proc.
14120 (gdb_unavailable_registers_test): Move some code to ...
14121 (gdb_unavailable_registers_test_1): ... it. New proc.
14122 (gdb_unavailable_floats): Move some code to ...
14123 (gdb_unavailable_floats_1): ... it. New proc.
14124
30a1e6cc
SDJ
141252014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14126
14127 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14128 probes to test for bitness recognition.
14129 * gdb.arch/amd64-stap-optional-prefix.exp
14130 (test_probe_value_without_reg): New procedure.
14131 Add code to test for different kinds of bitness.
14132
f33da99a
SDJ
141332014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14134
14135 PR breakpoints/16889
14136 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14137 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14138
5b80f00d
PA
141392014-05-01 Pedro Alves <palves@redhat.com>
14140
14141 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14142 gdb_file_cmd if no file is specified.
14143 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14144 last_loaded_file to set the remote exec-file.
14145
f8c2a73c
PA
141462014-05-01 Pedro Alves <palves@redhat.com>
14147
14148 * boards/local-remote-host.exp: New file.
14149
be6e8ac7
PA
141502014-05-01 Pedro Alves <palves@redhat.com>
14151
14152 * boards/local-remote-host.exp: Rename to ...
14153 * boards/local-remote-host-notty.exp: ... this.
14154
cac0dc8f
JB
141552014-04-28 Joel Brobecker <brobecker@adacore.com>
14156
14157 * gdb.ada/dyn_arrayidx: New testcase.
14158
9730e6cc
YQ
141592014-04-26 Yao Qi <yao@codesourcery.com>
14160
14161 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14162 and compute the length of function main. Save it in
14163 $main_length.
14164 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14165 (top-level): Use gdb_compile to compile objects into
14166 executable and restart GDB. Remove invocation to
14167 prepare_for_testing.
14168
7ae1a6a6
PA
141692014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14170 Pedro Alves <palves@redhat.com>
14171
14172 PR server/16255
14173 * gdb.multi/multi-attach.c: New file.
14174 * gdb.multi/multi-attach.exp: New file.
14175
4082afcc
PA
141762014-04-25 Pedro Alves <palves@redhat.com>
14177
14178 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14179 user.
14180 (top level): Test that "set remote conditional-breakpoints-packet
14181 off" works as intended.
14182 * gdb.base/dprintf.exp: Test that "set remote
14183 breakpoint-commands-packet off" works as intended.
14184 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14185 New function.
14186 (top level): Call it.
14187 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14188 remote fast-tracepoints-packet off" works as intended.
14189 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14190 * lib/gdb.exp (gdb_is_target_remote): ... here.
14191
2abc3f8d
DB
141922014-04-24 David Blaikie <dblaikie@gmail.com>
14193
14194 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14195 ensure clang would not discard them.
14196 * gdb.base/gdbvars.c: Ditto.
14197 * gdb.base/memattr.c: Ditto.
14198 * gdb.base/whatis.c: Ditto.
14199 * gdb.python/py-prettyprint.c: Ditto.
14200 * gdb.trace/actions.c: Ditto.
14201 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14202 ensure clang would not discard it.
14203
bfd39632
DB
142042014-04-24 David Blaikie <dblaikie@gmail.com>
14205
14206 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14207 clang to emit the full definition of type required by the test
14208 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14209
22842ff6
DB
142102014-04-24 David Blaikie <dblaikie@gmail.com>
14211
14212 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14213 coax Clang into emitting the definition of the type.
14214 * gdb.cp/pr10728-x.h (y): Ditto.
14215 * gdb.cp/pr10728-y.cc (y): Ditto.
14216
c2e827ad
DB
142172014-04-24 David Blaikie <dblaikie@gmail.com>
14218
14219 * gdb.base/label.exp: XFAIL label related tests under Clang.
14220 * gdb.cp/cplabel.exp: Ditto.
14221 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14222 under Clang those using labels.
14223
4c2d33e7
YQ
142242014-04-25 Yao Qi <yao@codesourcery.com>
14225
14226 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14227 double_label.
14228 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14229 partial_label and double_label.
14230
56083b99
DB
142312014-04-24 David Blaikie <dblaikie@gmail.com>
14232
14233 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14234
25d4e99d
DB
142352014-04-24 David Blaikie <dblaikie@gmail.com>
14236
14237 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14238 of the function to work across GCC and Clang.
14239 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14240 pointer types (const void ** const V void **).
14241
01f9f808
MS
142422014-04-24 Michael Sturm <michael.sturm@mintel.com>
14243 Walfred Tedeschi <walfred.tedeschi@intel.com>
14244
14245 * Makefile.in (EXECUTABLES): Added i386-avx512.
14246 * gdb.arch/i386-avx512.c: New file.
14247 * gdb.arch/i386-avx512.exp: Likewise.
14248
4b48d439
KS
142492014-04-23 Keith Seitz <keiths@redhat.com>
14250
14251 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14252 (mi_make_breakpoint_table): New procedure.
14253 (mi_create_breakpoint): Use mi_make_breakpoint
14254 and return the result.
14255 (mi_make_breakpoint): New procedure.
14256 (mi_build_kv_pairs): New procedure.
14257
14258 * gdb.mi/mi-break.exp: Remove unused globals,
14259 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14260 All callers updated.
14261 * gdb.mi/mi-dprintf.exp: Use variable to track command
14262 number.
14263 Update all callers of mi_create_breakpoint and use
14264 mi_make_breakpoint_table.
14265 Remove any unused global variables.
14266 * gdb.mi/mi-nonstop.exp: Likewise.
14267 * gdb.mi/mi-nsintrall.exp: Likewise.
14268 * gdb.mi/mi-nsmoribund.exp: Likewise.
14269 * gdb.mi/mi-nsthrexec.exp: Likewise.
14270 * gdb.mi/mi-reverse.exp: Likewise.
14271 * gdb.mi/mi-simplerun.exp: Likewise.
14272 * gdb.mi/mi-stepn.exp: Likewise.
14273 * gdb.mi/mi-syn-frame.exp: Likewise.
14274 * gdb.mi/mi-until.exp: Likewise.
14275 * gdb.mi/mi-var-cp.exp: Likewise.
14276 * gdb.mi/mi-var-display.exp: Likewise.
14277 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14278 * gdb.mi/mi2-var-child.exp: Likewise.
14279 * gdb.mi/mi-vla-c99.exp: Likewise.
14280 * lib/mi-support.exp: Likewise.
14281
14282 From Ian Lance Taylor <iant@cygnus.com>:
14283 * lib/gdb.exp (parse_args): New procedure.
14284
08351840
PA
142852014-04-23 Pedro Alves <palves@redhat.com>
14286
14287 * gdb.base/break-unload-file.c: New file.
14288 * gdb.base/break-unload-file.exp: New file.
14289 * gdb.base/sym-file-lib.c (baz): New function.
14290 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14291 field.
14292 (load): Store the segment's mapped size.
14293 (unload): New function.
14294 (unload_shlib): New function.
14295 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14296 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14297 set a breakpoint at baz, and call it.
14298 * gdb.base/sym-file.exp: New tests for stale breakpoint
14299 instructions.
14300
076855f9
PA
143012014-04-23 Pedro Alves <palves@redhat.com>
14302
14303 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14304 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14305 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14306 * gdb.base/hbreak-unmapped.c: New file.
14307 * gdb.base/hbreak-unmapped.exp: New file.
14308 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14309 * lib/gdb.exp (gdb_is_target_remote): ... here.
14310
483805cf
PA
143112014-04-22 Pedro Alves <palves@redhat.com>
14312
14313 * gdb.base/consecutive-step-over.c: New file.
14314 * gdb.base/consecutive-step-over.exp: New file.
14315
06d97543
PA
143162014-04-22 Pedro Alves <palves@redhat.com>
14317
14318 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14319 instead of send_gdb/gdb_expect.
14320
b4429ea2
YQ
143212014-04-22 Yao Qi <yao@codesourcery.com>
14322
14323 * lib/trace-support.exp (generate_tracefile): New procedure.
14324 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14325 return 0.
14326 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14327 if generate_tracefile returns 1.
14328
51d48146
PA
143292014-04-18 Tom Tromey <palves@redhat.com>
14330 Pedro alves <tromey@redhat.com>
14331
14332 PR backtrace/15558
14333 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14334 with a backtrace limit.
14335 * gdb.python/py-frame-inline.exp: Test running to an inline
14336 function with a backtrace limit, and printing the newest frame.
14337 * gdb.python/py-frame-inline.c (main): Call f.
14338
bd1dce5f
MS
143392014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14340
14341 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14342
40d1a503
MS
143432014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14344
14345 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14346 Drop prefix from unsupported source file path.
14347
389b98f7
YQ
143482014-04-17 Yao Qi <yao@codesourcery.com>
14349
14350 * lib/gdb.exp (with_target_charset): New proc.
14351 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14352 with_target_charset.
14353 (test_print_strings): Likewise.
14354 (test_repeat_bytes): Likewise.
14355 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14356 for some tests.
14357
22869d73
KS
143582014-04-16 Keith Seitz <keiths@redhat.com>
14359
14360 PR gdb/15827
14361 * gdb.dwarf2/corrupt.c: New file.
14362 * gdb.dwarf2/corrupt.exp: New file.
14363
c4f87ca6
KS
143642014-04-16 Keith Seitz <keiths@redhat.com>
14365
14366 PR c++/16597
14367 * gdb.cp/namelessclass.cc: New file.
14368 * gdb.cp/namelessclass.exp: New file.
14369 * gdb.cp/namelessclass.S: New file.
14370
ab19de87
DE
143712014-04-16 Doug Evans <dje@google.com>
14372
14373 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14374 Add comment.
14375 (gdbserver_default_get_comm_port): New function.
14376 (gdbserver_start): Check if board file provided
14377 "gdbserver,get_comm_port" and use it if so.
14378 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14379 (gdb,socketport): Set to "stdio".
14380 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14381 (stdio_gdbserver_template): Delete.
14382 (${board}_get_remote_address): Update.
14383 (${board}_build_remote_cmd): Delete.
14384 (${board}_get_comm_port): New function.
14385 (${board}_spawn): Update.
14386 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14387 Delete.
14388 (${board}_get_remote_address): Update.
14389 (${board}_get_comm_port): New function.
14390
fc98a809
AB
143912014-04-16 Andrew Burgess <aburgess@broadcom.com>
14392
14393 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14394 appearing in any order.
14395
87fd9e6e
DE
143962014-04-15 Doug Evans <dje@google.com>
14397
14398 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14399 uninitialized value of "description".
14400
099fc3ea
KS
144012014-04-15 Keith Seitz <keiths@redhat.com>
14402
14403 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14404 Remove unused globals.
14405 (test_running_the_program): Likewise.
14406 (test_controlled_execution): Likewise.
14407 (test_controlling_breakpoints): Likewise.
14408 (test_program_termination): Likewise.
14409
5da151d4
KS
144102014-04-15 Keith Seitz <keiths@redhat.com>
14411
14412 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14413 unused globals.
14414 (test_rbreak_creation_and_listing): Likewise.
14415 (test_ignore_count): Likewise.
14416 (test_error): Likewise.
14417
35e5d2f0
PA
144182014-04-15 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14421 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14422 sym-file-loader.c.
14423 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14424 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14425 to sym-file-loader.c.
14426 (struct library): Forward declare.
14427 (load_shlib, lookup_function): Change prototypes.
14428 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14429 (translate_offset): Remove declarations.
14430 (get_text_addr): New declaration.
14431 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14432 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14433 sym-file-loader.h.
14434 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14435 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14436 here from sym-file-loader.h.
14437 (struct library): New structure.
14438 (load_shlib, lookup_function): Change prototypes and adjust to
14439 work with a struct library.
14440 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14441 (translate_offset): Make static.
14442 (get_text_addr): New function.
14443 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14444
eb4c1710
PA
144452014-04-15 Pedro Alves <palves@redhat.com>
14446
14447 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14448
2d1baf52
PA
144492014-04-15 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.base/sym-file-loader.c: Include <limits.h>.
14452 (SELF_LINK): New define.
14453 (get_origin): New function.
14454 (load_shlib): Use it.
14455 * gdb.base/sym-file.exp: Don't early return if the target is
14456 remote. Use runto_main, and issue fail is that fails. Use
14457 gdb_load_shlibs.
14458 (shlib_name): Delete.
14459 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14460
7dd6df01
PA
144612014-04-15 Pedro Alves <palves@redhat.com>
14462
14463 * gdb.base/sym-file.exp: Remove regex characters from test
14464 message. Don't refer to breakpoint numbers in test messages.
14465
b50c8614
KS
144662014-04-14 Keith Seitz <keiths@redhat.com>
14467
14468 PR c++/16253
14469 * gdb.cp/var-tag.cc: New file.
14470 * gdb.cp/var-tag.exp: New file.
14471 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14472 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14473 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14474 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14475
3d567982
TT
144762014-04-14 Tom Tromey <tromey@redhat.com>
14477
14478 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14479 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14480 type.
14481 * gdb.cp/enum-class.exp: New file.
14482 * gdb.cp/enum-class.cc: New file.
14483
0626fc76
TT
144842014-04-14 Tom Tromey <tromey@redhat.com>
14485
14486 * gdb.dwarf2/enum-type.exp: New file.
14487
dca325b3
SA
144882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14489
14490 * gdb.mi/mi-vla-c99.exp: New file.
14491 * gdb.mi/vla.c: New file.
14492
5854b38a
SA
144932014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14494
14495 * gdb.base/vla-datatypes.c: New file.
14496 * gdb.base/vla-datatypes.exp: New file.
14497
463bb957
SA
144982014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14499
14500 * gdb.base/vla-ptr.c: New file.
14501 * gdb.base/vla-ptr.exp: New file.
14502
3dd170be
SA
145032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14504
14505 * gdb.dwarf2/count.exp: New file.
14506
5ecaaa66
SA
145072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14508
14509 * gdb.base/vla-sideeffect.c: New file.
14510 * gdb.base/vla-sideeffect.exp: New file.
14511
41f1ada5
DB
145122014-04-14 David Blaikie <dblaikie@gmail.com>
14513
14514 * gdb.mi/non-stop.c: Add return value for non-void function return
14515 statement.
14516 * gdb.threads/staticthreads.c: Ditto.
14517
0be03e84
DE
145182014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14519 Doug Evans <xdje42@gmail.com>
14520
14521 * gdb.guile/scm-value.c: Improve test case.
14522 * gdb.guile/scm-value.exp: Add new test.
14523
f180a1fb
DB
145242014-04-11 David Blaikie <dblaikie@gmail.com>
14525
14526 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14527 override Clang's default.
14528
6b662e19
JB
145292014-04-11 Joel Brobecker <brobecker@adacore.com>
14530
14531 Revert the following changes (regressions):
14532
14533 * gdb.base/vla-sideeffect.c: New file.
14534 * gdb.base/vla-sideeffect.exp: New file.
14535
14536 * gdb.dwarf2/count.exp: New file.
14537
14538 * gdb.base/vla-multi.c: New file.
14539 * gdb.base/vla-multi.exp: New file.
14540
14541 * gdb.base/vla-ptr.c: New file.
14542 * gdb.base/vla-ptr.exp: New file.
14543
14544 * gdb.base/vla-datatypes.c: New file.
14545 * gdb.base/vla-datatypes.exp: New file.
14546
14547 * gdb.mi/mi-vla-c99.exp: New file.
14548 * gdb.mi/vla.c: New file.
14549
245a5f0b
KS
145502014-04-11 Keith Seitz <keiths@redhat.com>
14551
14552 PR c++/16675
14553 * gdb.cp/cpsizeof.exp: New file.
14554 * gdb.cp/cpsizeof.cc: New file.
14555
58a84dcf
SA
145562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14557
191a8a90
JB
14558 * gdb.mi/mi-vla-c99.exp: New file.
14559 * gdb.mi/vla.c: New file.
58a84dcf 14560
c8655f75
SA
145612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14562
14563 * gdb.base/vla-datatypes.c: New file.
14564 * gdb.base/vla-datatypes.exp: New file.
14565
024e13b4
SA
145662014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14567
14568 * gdb.base/vla-ptr.c: New file.
14569 * gdb.base/vla-ptr.exp: New file.
14570
1a237e0e
SA
145712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14572
14573 * gdb.base/vla-multi.c: New file.
14574 * gdb.base/vla-multi.exp: New file.
14575
504f3432
SA
145762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14577
14578 * gdb.dwarf2/count.exp: New file.
14579
3bce8237
SA
145802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14581
191a8a90
JB
14582 * gdb.base/vla-sideeffect.c: New file.
14583 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14584
322f9c21
YQ
145852014-04-11 Yao Qi <yao@codesourcery.com>
14586
14587 * gdb.base/completion.exp: Check file exists before running tests
14588 on file completion.
14589
d708bcd1
PA
145902014-04-10 Pedro Alves <palves@redhat.com>
14591
14592 * gdb.base/cond-eval-mode.c: New file.
14593 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14594 prepare_for_testing to build the new file. Check result of
14595 runto_main.
14596 (test_break, test_watch): New procedures.
14597 (top level): Use them.
14598
ae1d2761
PM
145992014-04-08 Pierre Muller <muller@sourceware.org>
14600
14601 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14602 Ctrl-V use for mingw hosts.
14603
7af389b8
SC
146042014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14605
14606 * gdb.python/py-value.c: Improve test case.
14607 * gdb.python/py-value.exp: Add new test.
14608
5e703181
DE
146092014-04-07 David Blaikie <dblaikie@gmail.com>
14610
14611 * lib/compiler.c: Identify the clang compiler.
14612 * lib/compiler.cc: Ditto.
14613
9810b410
YQ
146142014-04-03 Yao Qi <yao@codesourcery.com>
14615
14616 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14617
98d1b8dc
AB
146182014-04-01 Anton Blanchard <anton@samba.org>
14619
14620 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14621 messages unique.
14622
3114cea1
AB
146232014-04-01 Anton Blanchard <anton@samba.org>
14624
14625 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14626 prepare_for_testing.
14627
62f7182c
AB
146282014-04-01 Anton Blanchard <anton@samba.org>
14629
14630 * gdb.arch/ppc64-atomic-inst.c: Remove.
14631 * gdb.arch/ppc64-atomic-inst.S: New file.
14632 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14633
770e7fc7
DE
146342014-03-31 Doug Evans <dje@google.com>
14635
14636 * gdb.base/print-symbol-loading-lib.c: New file.
14637 * gdb.base/print-symbol-loading-main.c: New file.
14638 * gdb.base/print-symbol-loading.exp: New file.
14639
46e2bafa
YQ
146402014-03-31 Yao Qi <yao@codesourcery.com>
14641
14642 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14643
8776cfe9
JB
146442014-03-28 Joel Brobecker <brobecker@adacore.com>
14645
14646 * gdb.ada/mi_dyn_arr: New testcase.
14647
5d1ef361
DE
146482014-03-27 Doug Evans <dje@google.com>
14649
14650 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14651
b5bee914
YQ
146522014-03-27 Yao Qi <yao@codesourcery.com>
14653
14654 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14655 if target is nios2-*-*.
14656
0d4d0e77
YQ
146572014-03-26 Yao Qi <yao@codesourcery.com>
14658
14659 * lib/gdb.exp (readline_is_used): New proc.
14660 * gdb.base/completion.exp: Move tests on command complete up.
14661 Skip the rest of tests if readline is not used.
14662 * gdb.ada/complete.exp: Skp the test if readline is not
14663 used.
14664 * gdb.base/filesym.exp: Likewise.
14665 * gdb.base/macscp.exp: Likewise.
14666 * gdb.base/readline-ask.exp: Likewise.
14667 * gdb.base/readline.exp: Likewise.
14668 * gdb.python/py-cmd.exp: Likewise.
14669 * gdb.trace/tfile.exp: Likewise.
14670
29361eee
YQ
146712014-03-26 Yao Qi <yao@codesourcery.com>
14672
14673 * gdb.base/macscp.exp: Fix code format issues.
14674
bc9a5525
UW
146752014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14676
14677 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14678 * gdb.asm/powerpc64le.inc: New file.
14679
d3839ede
PA
146802014-03-25 Pedro Alves <palves@redhat.com>
14681 Doug Evans <dje@google.com>
14682
14683 * gdb.base/source-execution.c: New file.
14684 * gdb.base/source-execution.exp: New file.
14685 * gdb.base/source-execution.gdb: New file.
14686
01672a57
DE
146872014-03-24 Doug Evans <dje@google.com>
14688
14689 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14690 using fission.
14691
88bbeca9
HZ
146922014-03-24 Hui Zhu <hui@codesourcery.com>
14693 Pedro Alves <palves@redhat.com>
14694
14695 PR breakpoints/16101
14696 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14697 test pass/fail messages. Detect missing support for dprintf when
14698 breakpoints are actually inserted.
14699 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14700 breakpoints are actually inserted.
14701 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14702 fails.
14703
d2348791
JK
147042014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14705
14706 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14707
feef67ab
DE
147082014-03-22 Doug Evans <xdje42@gmail.com>
14709
14710 * gdb.python/python.exp (python not supported): Verify multi-line
14711 python command issues an error.
25d743f9 14712 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14713 guile command issues an error.
feef67ab 14714
ecebef6a
MR
147152014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14716
14717 * gdb.threads/thread-specific.exp: Handle the lack of usable
14718 $this_breakpoint and $this_thread.
14719
ccdd1909
HZ
147202014-03-21 Hui Zhu <hui@codesourcery.com>
14721
14722 * gdb.base/attach.exp (do_command_attach_tests): New.
14723
beb460e8
PA
147242014-03-20 Tom Tromey <tromey@redhat.com>
14725 Pedro Alves <palves@redhat.com>
14726
14727 PR cli/15718
14728 * gdb.base/condbreak-call-false.c: New file.
14729 * gdb.base/condbreak-call-false.exp: New file.
14730
40acf43a
PA
147312014-03-20 Pedro Alves <palves@redhat.com>
14732
14733 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14734 Delete.
14735 (block_signals, unblock_signals): Delete.
14736 (child_function_2, main): Remove references to deleted variable
14737 and functions.
14738
9f5e1e02
PA
147392014-03-20 Pedro Alves <palves@redhat.com>
14740
14741 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14742 Use pthread_kill to signal thread 2.
14743 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14744 Adjust to make the test send itself a signal rather than using the
14745 host's "kill" command.
14746
99619bea
PA
147472014-03-20 Pedro Alves <palves@redhat.com>
14748
14749 * gdb.threads/multiple-step-overs.c: New file.
14750 * gdb.threads/multiple-step-overs.exp: New file.
14751 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14752 Adjust expected infrun debug output.
14753
2adfaa28
PA
147542014-03-20 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14757 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14758
31e77af2
PA
147592014-03-20 Pedro Alves <palves@redhat.com>
14760
14761 PR breakpoints/7143
14762 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14763 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14764 of gdb_test_multiple.
14765 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14766 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14767
b9f437de
PA
147682014-03-20 Pedro Alves <palves@redhat.com>
14769
14770 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14771 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14772
05adc73e
PA
147732014-03-19 Pedro Alves <palves@redhat.com>
14774
14775 * gdb.base/async.exp: Remove early return.
14776
6048b950
PA
147772014-03-19 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14780
8bcfb00a
PA
147812014-03-19 Pedro Alves <palves@redhat.com>
14782
14783 * gdb.base/async.exp (test_background): Expect \r\n after
14784 "completed." in the fail pattern.
14785
884e37dc
PA
147862014-03-19 Pedro Alves <palves@redhat.com>
14787
14788 * gdb.base/async.exp (test_background): New procedure.
14789 Use it for all background execution command tests.
14790
148e57e2
PA
147912014-03-19 Pedro Alves <palves@redhat.com>
14792
14793 * gdb.base/async.exp: Use prepare_for_testing.
14794
f48088c7
PA
147952014-03-19 Pedro Alves <palves@redhat.com>
14796
14797 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14798 the same line.
14799
e2f6c966
PA
148002014-03-19 Pedro Alves <palves@redhat.com>
14801
14802 * gdb.base/async.c (main): Add "jump here" and "until here" line
14803 marker comments.
14804 * gdb.base/async.exp (jump_here): New global.
14805 (jump& test): Use it.
14806 (until_here): New global.
14807 (until& test): Use it.
14808
c30568d4
PA
148092014-03-19 Pedro Alves <palves@redhat.com>
14810
14811 * gdb.base/async.exp: Don't frob gdb_protocol.
14812
0172b6a7
DE
148132014-03-18 Doug Evans <xdje42@gmail.com>
14814
14815 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14816 Fix spelling of exec-done-display.
14817
06c868a8
JK
148182014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14819
14820 PR gdb/15358
14821 * gdb.base/gdb-sigterm.c: New file.
14822 * gdb.base/gdb-sigterm.exp: New file.
14823
0c7e1a46
PA
148242014-03-18 Pedro Alves <palves@redhat.com>
14825
14826 PR gdb/13860
14827 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14828 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14829 solib-event.
14830
f7c77d93
JB
148312014-03-17 Joel Brobecker <brobecker@adacore.com>
14832
14833 * gdb.ada/pckd_arr_ren: New testcase.
14834
5a1e8c7a
DE
148352014-03-13 Doug Evans <xdje42@gmail.com>
14836
14837 PR guile/16612
14838 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14839 collect after discarding symbols.
14840
350e1a76
DE
148412014-03-13 Ludovic Courtès <ludo@gnu.org>
14842 Doug Evans <xdje42@gmail.com>
14843
14844 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14845 to history survives a gc.
14846
a69900ae
PA
148472014-03-13 Pedro Alves <palves@redhat.com>
14848
14849 * gdb.base/default.exp: Don't test "target procfs".
14850
5db9f0bd
PA
148512014-03-13 Pedro Alves <palves@redhat.com>
14852
14853 * gdb.base/default.exp: Update "target child" and "target procfs"
14854 tests to not expect "Unix".
14855
b3ccfe11
TT
148562014-03-12 Tom Tromey <tromey@redhat.com>
14857
14858 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14859 New procs. Add target-async tests.
14860 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14861 Add target-async tests.
14862
646f4417
AA
148632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14864
14865 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14866 'func_start' and 'func_end' for the beginning and end of the
14867 function code, respectively.
14868 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14869 'func_end' instead of 'func' and 'main'.
14870
288c211f
AA
148712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14872
14873 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14874 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14875 generate the debug info assembler source.
14876
e0c0f156
AA
148772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14878
14879 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14880 * gdb.dwarf2/arr-subrange.exp: Likewise.
14881 * gdb.dwarf2/dwz.exp: Likewise.
14882 * gdb.dwarf2/method-ptr.exp: Likewise.
14883 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14884 * gdb.dwarf2/subrange.exp: Likewise.
14885 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14886 * gdb.dwarf2/implptrpiece.exp: Likewise.
14887 * gdb.dwarf2/nostaticblock.exp: Likewise.
14888
0e5c4555
AA
148892014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14890
14891 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14892 directory to absolute path name arguments.
14893
5ec18f2b
JG
148942014-03-10 Joel Brobecker <brobecker@adacore.com>
14895
14896 * gdb.ada/tagged_access: New testcase.
14897
847fc4f2
MM
148982014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14899
14900 * gdb.btrace/data.exp: Update expected output.
14901
cc3da688
YQ
149022014-03-06 Yao Qi <yao@codesourcery.com>
14903
14904 * gdb.trace/pr16508.exp: New file.
14905
0f26cec1
PA
149062014-03-05 Pedro Alves <palves@redhat.com>
14907
14908 PR gdb/16575
14909 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14910 procedure.
14911 (top level): Adjust to use it. Add tests that exercise breakpoint
14912 interaction with the code-cache.
14913
7a5a839f
LC
149142014-02-26 Ludovic Courtès <ludo@gnu.org>
14915
14916 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14917 test for 'history-append!'.
14918
31aa7e4e
JB
149192014-02-26 Joel Brobecker <brobecker@adacore.com>
14920
14921 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14922 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14923 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14924 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14925 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14926 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14927
1b588015
JB
149282014-02-26 Joel Brobecker <brobecker@adacore.com>
14929
14930 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14931 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14932 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14933
55426c9d
JB
149342014-02-26 Joel Brobecker <brobecker@adacore.com>
14935
14936 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14937
dc53a7ad
JB
149382014-02-26 Joel Brobecker <brobecker@adacore.com>
14939
14940 * gdb.dwarf2/arr-stride.c: New file.
14941 * gdb.dwarf2/arr-stride.exp: New file.
14942
12ab52e9
PA
149432014-02-26 Pedro Alves <palves@redhat.com>
14944
14945 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14946 that won't ever trigger. Make sure that GDB reports the correct
14947 breakpoint that caused the stop.
14948
849c862e
JK
149492014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14950
14951 PR gdb/16626
14952 * gdb.base/auto-load-script: New file.
14953 * gdb.base/auto-load.c: New file.
14954 * gdb.base/auto-load.exp: New file.
14955
71b7d793
JK
14956 PR gdb/16626
14957 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14958
e2f0d509
JK
149592014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14960
14961 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14962 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14963
50cc37c8
DE
149642014-02-24 Doug Evans <dje@google.com>
14965
14966 * lib/gdb.exp (run_on_host): Log error output if program fails.
14967
ea4758f2
PA
149682014-02-21 Pedro Alves <palves@redhat.com>
14969
14970 * gdb.threads/step-after-sr-lock.c: Rename to ...
14971 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14972 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14973 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14974 ... this.
14975
d7b30f67
SDJ
149762014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14977
14978 PR tdep/16397
14979 * gdb.arch/amd64-stap-special-operands.exp: New file.
14980 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14981 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14982 * gdb.arch/amd64-stap-triplet.S: Likewise.
14983 * gdb.arch/amd64-stap-triplet.c: Likewise.
14984
83deb43f
JB
149852014-02-20 Joel Brobecker <brobecker@adacore.com>
14986
14987 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14988 in .section pseudo-op.
14989
adde2bff
DE
149902014-02-20 lin zuojian <manjian2006@gmail.com>
14991 Joel Brobecker <brobecker@adacore.com>
14992 Doug Evans <xdje42@gmail.com>
14993
14994 PR symtab/16581
14995 * gdb.dwarf2/dw2-icycle.S: New file.
14996 * gdb.dwarf2/dw2-icycle.c: New file.
14997 * gdb.dwarf2/dw2-icycle.exp: New file.
14998
f7bd0f78
SC
149992014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15000
15001 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15002 operations on gdb.Value objects.
15003 * gdb.python/py-value-cc.exp: Add new test to test operations on
15004 gdb.Value objects.
15005
c17ef0d5
DE
150062014-02-18 Doug Evans <dje@google.com>
15007
15008 * Makefile.in (TESTS): New variable.
15009 (expanded_tests, expanded_tests_or_none): New variables
15010 (check-single): Pass $(expanded_tests_or_none) to runtest.
15011 (check-parallel): Only run tests in $(TESTS) if non-empty.
15012 (check/no-matching-tests-found): New rule.
15013 * README: Document TESTS makefile variable.
15014
5dd3176f
DE
150152014-02-18 Doug Evans <dje@google.com>
15016
15017 * Makefile.in (check-parallel): rm -rf outputs temp.
15018
0b10be4f
JK
150192014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15020
15021 Fix "ERROR: no fileid for" in the testsuite.
15022 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15023
85f224e7
DE
150242014-02-12 Doug Evans <dje@google.com>
15025
15026 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15027 (MISCELLANEOUS): New variable.
15028 (clean): rm -rf $(MISCELLANEOUS).
15029 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15030 dwp live in the same directory as symlinks, with each symlink pointed
15031 to a differently named file in a different directory.
15032
149b30ff
DE
150332014-02-11 Doug Evans <dje@google.com>
15034
15035 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15036 of Tcl file commands.
15037
1dfdac32
MK
150382014-02-10 Mark Kettenis <kettenis@gnu.org>
15039
15040 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15041 "kill -SIGUSR1 -1".
15042
aa4fb036
JB
150432014-02-10 Joel Brobecker <brobecker@adacore.com>
15044
15045 * gdb.ada/tick_length_array_enum_idx: New testcase.
15046
ed3ef339
DE
150472014-02-10 Doug Evans <xdje42@gmail.com>
15048
15049 * configure.ac (AC_OUTPUT): Add gdb.guile.
15050 * configure: Regenerate.
15051 * lib/gdb-guile.exp: New file.
15052 * lib/gdb.exp (get_target_charset): New function.
15053 * gdb.base/help.exp: Update expected output from "apropos apropos".
15054 * gdb.guile/Makefile.in: New file.
15055 * gdb.guile/guile.exp: New file.
15056 * gdb.guile/scm-arch.c: New file.
15057 * gdb.guile/scm-arch.exp: New file.
15058 * gdb.guile/scm-block.c: New file.
15059 * gdb.guile/scm-block.exp: New file.
15060 * gdb.guile/scm-breakpoint.c: New file.
15061 * gdb.guile/scm-breakpoint.exp: New file.
15062 * gdb.guile/scm-disasm.c: New file.
15063 * gdb.guile/scm-disasm.exp: New file.
15064 * gdb.guile/scm-equal.c: New file.
15065 * gdb.guile/scm-equal.exp: New file.
15066 * gdb.guile/scm-error.exp: New file.
15067 * gdb.guile/scm-error.scm: New file.
15068 * gdb.guile/scm-frame-args.c: New file.
15069 * gdb.guile/scm-frame-args.exp: New file.
15070 * gdb.guile/scm-frame-args.scm: New file.
15071 * gdb.guile/scm-frame-inline.c: New file.
15072 * gdb.guile/scm-frame-inline.exp: New file.
15073 * gdb.guile/scm-frame.c: New file.
15074 * gdb.guile/scm-frame.exp: New file.
15075 * gdb.guile/scm-generics.exp: New file.
15076 * gdb.guile/scm-gsmob.exp: New file.
15077 * gdb.guile/scm-iterator.c: New file.
15078 * gdb.guile/scm-iterator.exp: New file.
15079 * gdb.guile/scm-math.c: New file.
15080 * gdb.guile/scm-math.exp: New file.
15081 * gdb.guile/scm-objfile-script-gdb.in: New file.
15082 * gdb.guile/scm-objfile-script.c: New file.
15083 * gdb.guile/scm-objfile-script.exp: New file.
15084 * gdb.guile/scm-objfile.c: New file.
15085 * gdb.guile/scm-objfile.exp: New file.
15086 * gdb.guile/scm-ports.exp: New file.
15087 * gdb.guile/scm-pretty-print.c: New file.
15088 * gdb.guile/scm-pretty-print.exp: New file.
15089 * gdb.guile/scm-pretty-print.scm: New file.
15090 * gdb.guile/scm-section-script.c: New file.
15091 * gdb.guile/scm-section-script.exp: New file.
15092 * gdb.guile/scm-section-script.scm: New file.
15093 * gdb.guile/scm-symbol.c: New file.
15094 * gdb.guile/scm-symbol.exp: New file.
15095 * gdb.guile/scm-symtab-2.c: New file.
15096 * gdb.guile/scm-symtab.c: New file.
15097 * gdb.guile/scm-symtab.exp: New file.
15098 * gdb.guile/scm-type.c: New file.
15099 * gdb.guile/scm-type.exp: New file.
15100 * gdb.guile/scm-value-cc.cc: New file.
15101 * gdb.guile/scm-value-cc.exp: New file.
15102 * gdb.guile/scm-value.c: New file.
15103 * gdb.guile/scm-value.exp: New file.
15104 * gdb.guile/source2.scm: New file.
15105 * gdb.guile/types-module.cc: New file.
15106 * gdb.guile/types-module.exp: New file.
15107
7026a7c1
YQ
151082014-02-10 Yao Qi <yao@codesourcery.com>
15109
15110 PR testsuite/16543
15111 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15112 * configure: Regenerated.
15113 * Makefile.in: New file.
15114
6c466447
AS
151152014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15116
15117 * gdb.python/py-framefilter.exp: Fix typo.
15118
6e854735
YQ
151192014-02-08 Yao Qi <yao@codesourcery.com>
15120
15121 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15122 that no =breakpoint-modified is emitted when breakpoints are
15123 modified through MI commands.
15124
d137e6dc
PA
151252014-02-07 Pedro Alves <pedro@codesourcery.com>
15126 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.threads/step-after-sr-lock.c: New file.
15129 * gdb.threads/step-after-sr-lock.exp: New file.
15130
b5ee5a50
PA
151312014-02-07 Pedro Alves <palves@redhat.com>
15132
15133 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15134
3c77faf3
JK
151352014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15136
15137 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15138 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15139
6dddc817
DE
151402014-02-06 Doug Evans <xdje42@gmail.com>
15141
15142 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15143 output.
15144
15145 * gdb.gdb/python-interrupts.exp: New file.
15146
de7b2893
YQ
151472014-02-05 Yao Qi <yao@codesourcery.com>
15148
15149 * gdb.trace/report.exp (use_collected_data): Test the output
15150 of "info threads" and "info inferiors".
15151
66d032ac
YQ
151522014-02-05 Yao Qi <yao@codesourcery.com>
15153
15154 Revert this patch:
15155
15156 2013-05-24 Yao Qi <yao@codesourcery.com>
15157
15158 * gdb.trace/tfile.exp: Test inferior and thread.
15159
591a12a1
UW
151602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15161
15162 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15163 on a function.
15164 * gdb.base/step-bt.c: Call hello via function pointer to make
15165 sure its first instruction is executed on powerpc64le-linux.
15166
0ff3e01f
UW
151672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15168
15169 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15170
084ee545
UW
151712014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15172
15173 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15174 of the test patterns for use on little-endian systems.
15175
6ed14ff3
UW
151762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15177
15178 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15179 (decimal_vector): Fix for little-endian.
15180
401e27fd
JM
151812014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15182
15183 * gdb.arch/sparc-sysstep.exp: New file.
15184 * gdb.arch/sparc-sysstep.c: Likewise.
15185
15186 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15187
8b924729
EBM
151882014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15189
15190 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15191
fb151210
JB
151922014-01-23 Tom Tromey <tromey@redhat.com>
15193
15194 * gdb.ada/array_char_idx: New testcase.
15195
0740f8d8
TT
151962014-01-23 Tom Tromey <tromey@redhat.com>
15197
15198 PR python/16487:
15199 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15200 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15201 classes.
15202
21909fa1
TT
152032014-01-23 Tom Tromey <tromey@redhat.com>
15204
15205 PR python/16491:
15206 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15207 string from an inferior frame.
15208 * gdb.python/py-framefilter-mi.exp: Update.
15209
87ce2a04
DE
152102014-01-22 Doug Evans <dje@google.com>
15211
15212 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15213
237b092b
AA
152142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15215
15216 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15217
d674a709
AA
152182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15219
15220 * gdb.trace/entry-values.exp: Remove excess space character from
15221 regex patterns. Handle s390 call instruction.
15222
20fa3390
AA
152232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15224
15225 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15226 define "*_start" label. Make "name" static.
15227 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15228 ${name} by references to ${name}_start.
15229
78466714
AA
152302014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15231
15232 * gdb.base/info-macros.exp: Remove "debug" from the compile
15233 options.
15234
ec9f644a
IB
152352014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15236
15237 * gdb.dlang/demangle.exp: New file.
15238
94b1b47e
IB
152392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15240
15241 * gdb.dlang/primitive-types.exp: New file.
15242
7f420862
IB
152432014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15244
15245 * configure.ac: Create gdb.dlang/Makefile.
15246 * configure: Regenerate.
15247 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15248 * gdb.dlang/Makefile.in: New file.
15249 * lib/d-support.exp: New file.
15250 * lib/gdb.exp (skip_d_tests): New proc.
15251
52834460
MM
152522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15253
15254 * gdb.btrace/delta.exp: Check reverse stepi.
15255 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15256 * gdb.btrace/finish.exp: New.
15257 * gdb.btrace/next.exp: New.
15258 * gdb.btrace/nexti.exp: New.
15259 * gdb.btrace/record_goto.c: Add comments.
15260 * gdb.btrace/step.exp: New.
15261 * gdb.btrace/stepi.exp: New.
15262 * gdb.btrace/multi-thread-step.c: New.
15263 * gdb.btrace/multi-thread-step.exp: New.
15264 * gdb.btrace/rn-dl-bind.c: New.
15265 * gdb.btrace/rn-dl-bind.exp: New.
15266 * gdb.btrace/data.c: New.
15267 * gdb.btrace/data.exp: New.
15268 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15269
6e07b1d2
MM
152702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15271
15272 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15273 * gdb.btrace/exception.exp: Update.
15274 * gdb.btrace/instruction_history.exp: Update.
15275 * gdb.btrace/record_goto.exp: Update.
15276 * gdb.btrace/tailcall.exp: Update.
15277 * gdb.btrace/unknown_functions.exp: Update.
15278 * gdb.btrace/delta.exp: New.
15279
0b722aec
MM
152802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15281
15282 * gdb.btrace/record_goto.exp: Add backtrace test.
15283 * gdb.btrace/tailcall.exp: Add backtrace test.
15284
066ce621
MM
152852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15286
15287 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15288 * gdb.btrace/record_goto.c: New.
15289 * gdb.btrace/record_goto.exp: New.
15290 * gdb.btrace/x86-record_goto.S: New.
15291
0688d04e
MM
152922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15293
15294 * gdb.btrace/function_call_history.exp: Update tests.
15295 * gdb.btrace/instruction_history.exp: Update tests.
15296
8710b709
MM
152972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15298
15299 * gdb.btrace/function_call_history.exp: Fix expected field
15300 order for "record function-call-history".
15301 Add new tests for "record function-call-history /c".
15302 * gdb.btrace/exception.cc: New.
15303 * gdb.btrace/exception.exp: New.
15304 * gdb.btrace/tailcall.exp: New.
15305 * gdb.btrace/x86-tailcall.S: New.
15306 * gdb.btrace/x86-tailcall.c: New.
15307 * gdb.btrace/unknown_functions.c: New.
15308 * gdb.btrace/unknown_functions.exp: New.
15309 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15310
5de9129b
MM
153112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15312
15313 * gdb.btrace/instruction_history.exp: Update.
15314 * gdb.btrace/function_call_history.exp: Update.
15315
23a7fe75
MM
153162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15317
15318 * gdb.btrace/function_call_history.exp: Fix expected function
15319 trace.
15320 * gdb.btrace/instruction_history.exp: Initialize traced.
15321 Remove traced_functions.
15322
724c7dd8
MM
153232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15324
15325 * gdb.btrace/function_call_history.exp: Update
15326 * gdb.btrace/instruction_history.exp: Update.
15327
6d78d93b
MM
153282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15329
15330 * gdb.btrace/enable.exp: Update expected text.
15331
93a360cc
OJ
153322014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15333
15334 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15335 bytes.
15336
3772b53f
MR
153372014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15338
15339 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15340
596662fa
OJ
153412014-01-15 Omair Javaid <omair.javaid@linaro.org>
15342
15343 * lib/gdb.exp (supports_process_record): Return true for
15344 arm*-linux*. (supports_reverse): Likewise.
15345
b5b08fb4
SC
153462014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15347
15348 PR python/15464
15349 PR python/16113
15350 * gdb.python/py-type.c: Enhance test case.
15351 * gdb.python/py-value-cc.cc: Likewise
15352 * gdb.python/py-type.exp: Add new tests.
15353 * gdb.python/py-value-cc.exp: Likewise
15354
52d7fb13
AA
153552014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15356 Pedro Alves <palves@redhat.com>
15357
15358 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15359 Make "name" extern.
15360 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15361 references to ${name}_start by references to ${name}.
15362
a2cd8cfe
JB
153632014-01-10 Joel Brobecker <brobecker@adacore.com>
15364
15365 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15366
4e23fced
JB
153672014-01-10 Joel Brobecker <brobecker@adacore.com>
15368
15369 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15370
c6a9e42c
PA
153712014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15372 Pedro Alves <palves@redhat.com>
15373
15374 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15375 mi_gdb_target_load.
c6a9e42c 15376
b7ea362b
PA
153772014-01-08 Pedro Alves <palves@redhat.com>
15378
15379 * gdb.threads/reconnect-signal.c: New file.
15380 * gdb.threads/reconnect-signal.exp: New file.
15381
5e3f4fab
EBM
153822014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15383
15384 * gdb.base/source-dir.exp: New file.
15385
79301218
JB
153862014-01-07 Joel Brobecker <brobecker@adacore.com>
15387
15388 * gdb.ada/mi_interface: New testcase.
15389
8e355c5d
JB
153902014-01-07 Joel Brobecker <brobecker@adacore.com>
15391
15392 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15393 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15394 gdb.ada/pp-rec-component/pck.ads: New files.
15395
c0d48811
JB
153962014-01-07 Joel Brobecker <brobecker@adacore.com>
15397
15398 * gdb.python/py-pp-integral.c: New file.
15399 * gdb.python/py-pp-integral.py: New file.
15400 * gdb.python/py-pp-integral.exp: New file.
15401
17b609c3 15402For older changes see ChangeLog-1993-2013.
c906108c 15403\f
8d8cb839
EZ
15404;; Local Variables:
15405;; mode: change-log
15406;; left-margin: 8
15407;; fill-column: 74
15408;; version-control: never
15409;; End:
902f2ccb 15410
42a4f53d 15411 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15412 Copying and distribution of this file, with or without modification,
15413 are permitted provided the copyright notice and this notice are preserved.
This page took 3.494424 seconds and 4 git commands to generate.