Add tests for gdb.Value(bufobj, type) constructor
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
bc2a507e
KB
12019-02-26 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
4 call from main program.
5
e0e7d3bd
JB
62019-02-23 Joel Brobecker <brobecker@adacore.com>
7
8 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
9 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
10 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
11 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
12 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
13
9600246d
KS
142019-02-22 Keith Seitz <keiths@redhat.com>
15
16 PR symtab/23853
17 * gdb.base/symlink-sourcefile.c: New file.
18 * gdb.base/symlink-sourcefile.exp: New file.
19
0c95f9ed
TT
202019-02-20 Tom Tromey <tom@tromey.com>
21
22 * gdb.base/info_qt.exp: Update.
23
6caa91b6
SM
242019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
25
26 * gdb.base/source.exp: Move "error in sourced script" code to
27 the end.
28 * gdb.base/source-error.gdb: Move contents to
29 source-error-1.gdb. Add new code to source source-error-1.gdb.
30 * gdb.base/source-error-1.gdb: New file, from previous
31 source-error.gdb.
32
6506371f
TT
332019-02-17 Tom Tromey <tom@tromey.com>
34
35 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
36 for macro styling.
37 * gdb.base/style.c (SOME_MACRO): New macro.
38
a0087920
TT
392019-02-17 Tom Tromey <tom@tromey.com>
40
41 * gdb.base/style.exp: Add line-wrapping tests.
42 * gdb.base/page.exp: Add test for quitting during pagination.
43
a2cd4f14
JB
442019-02-17 Joel Brobecker <brobecker@adacore.com>
45
46 * gdb.ada/big_packed_array: New testcase.
47 * gdb.ada/homonym.exp: Fix incorrect expected output for
48 "break <homonym__get_value>" test.
49
9d70ffbc
WP
502019-02-13 Weimin Pan <weimin.pan@oracle.com>
51
52 PR breakpoints/21870
53 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
54 and prepare_for_testing. Add comment.
55 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
56 redundant cleanup call. Clean up comment.
57
01c7ae81
WP
582019-02-12 Weimin Pan <weimin.pan@oracle.com>
59
60 PR breakpoints/21870
61 * gdb.arch/aarch64-dbreg-contents.exp: New file.
62 * gdb.arch/aarch64-dbreg-contents.c: New file.
63
aff29d1c
JB
642019-02-10 Joel Brobecker <brobecker@adacore.com>
65
66 * gdb.ada/mi_ref_changeable: New testcase.
67
df0da8a2
AH
682019-02-07 Alan Hayward <alan.hayward@arm.com>
69
70 * gdb.base/attach.exp: Add double attach test.
71
bd447abb
SM
722019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
73
74 * lib/gdb.exp (default_gdb_start): Don't match pagination
75 prompt.
76 (gdb_init): Set stty_init.
77
1dbc40b9
TT
782019-01-27 Tom Tromey <tom@tromey.com>
79
80 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
81 skip_python_tests.
82
353229bf
AH
832019-01-24 Alan Hayward <alan.hayward@arm.com>
84
85 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
86 New structure.
87 (struct struct_static_02_02): Likewise.
88 (struct struct_static_02_03): Likewise.
89 (struct struct_static_02_04): Likewise.
90 (struct struct_static_04_01): Likewise.
91 (struct struct_static_04_02): Likewise.
92 (struct struct_static_04_03): Likewise.
93 (struct struct_static_04_04): Likewise.
94 (struct struct_static_06_01): Likewise.
95 (struct struct_static_06_02): Likewise.
96 (struct struct_static_06_03): Likewise.
97 (struct struct_static_06_04): Likewise.
98 (cmp_struct_static_02_01): Likewise.
99 (cmp_struct_static_02_02): Likewise.
100 (cmp_struct_static_02_03): Likewise.
101 (cmp_struct_static_02_04): Likewise.
102 (cmp_struct_static_04_01): Likewise.
103 (cmp_struct_static_04_02): Likewise.
104 (cmp_struct_static_04_03): Likewise.
105 (cmp_struct_static_04_04): Likewise.
106 (cmp_struct_static_06_01): Likewise.
107 (cmp_struct_static_06_02): Likewise.
108 (cmp_struct_static_06_03): Likewise.
109 (cmp_struct_static_06_04): Likewise.
110 (call_all): Test new structs.
111 * gdb.base/infcall-nested-structs.exp: Likewise.
112
73021deb
AH
1132019-01-21 Alan Hayward <alan.hayward@arm.com>
114 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
115
fc65c7db
AH
1162019-01-21 Alan Hayward <alan.hayward@arm.com>
117 * gdb.base/stack-protector.c: New test.
118 * gdb.base/stack-protector.exp: New file.
119 * gdb.cp/ovldbreak.exp: Only allow a single break line.
120 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
121 option.
122 (gdb_compile): Remove stack protector for GCC and prevent
123 recursion.
124
c24bdb02
KS
1252019-01-16 Keith Seitz <keiths@redhat.com>
126
127 PR gdb/23773
128 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
129
6f072a10
PFC
1302019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
131
132 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
133 aliases.
134 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
135 tests.
136 * gdb.arch/powerpc-vector-regs.c: New file.
137 * gdb.arch/powerpc-vector-regs.exp: New file.
138
a7b8d682
PFC
1392019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
140
141 * gdb.arch/altivec-regs.exp: Fix the list passed to
142 gdb_expect_list when testing "info vector".
143
6eb6fb67
AB
1442019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * gdb.base/style.exp: Don't include path in testname.
147
b56f80d8
KS
1482019-01-10 Keith Seitz <keiths@redhat.com>
149
150 PR gdb/23712
151 PR symtab/23010
152 * gdb.dwarf2/multidictionary.exp: New file.
153
041be526
SM
1542019-01-09 Simon Marchi <simon.marchi@ericsson.com>
155
156 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
157 (test_gnuv3_style_demangling): ... this.
158 (test_lucid_style_demangling): Remove.
159 (test_arm_style_demangling): Remove.
160 (test_hp_style_demangling): Remove.
161 (do_tests): Remove calls to the above.
162
d820d0c3
AB
1632019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
164
165 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
166 case.
167
f097f5ad
TT
1682019-01-06 Tom Tromey <tom@tromey.com>
169
170 PR gdb/28155:
171 * gdb.dwarf2/typedef-void-finish.exp: New file.
172
2cd8cc0b
TT
1732018-12-28 Tom Tromey <tom@tromey.com>
174 Simon Marchi <simark@simark.ca>
175
176 * gdb.base/jit-exec.exp: New file.
177 * gdb.base/jit-exec.c: New file.
178 * gdb.base/jit-execd.c: New file.
179
35fb8261
TT
1802018-12-28 Tom Tromey <tom@tromey.com>
181
182 * gdb.base/style.exp: Update test to check for address styling.
183
47fd17cd
TT
1842018-12-28 Tom Tromey <tom@tromey.com>
185
186 * gdb.base/style.exp: Add test for styling of "Reading symbols"
187 message.
188
d47032b7
TT
1892018-12-28 Tom Tromey <tom@tromey.com>
190
191 * gdb.base/style.exp: Add test for version number styling.
192
af79b68d
TT
1932018-12-28 Tom Tromey <tom@tromey.com>
194
195 * gdb.base/style.exp: Add test for print_address_symbolic.
196
0bb296cb
TT
1972018-12-28 Tom Tromey <tom@tromey.com>
198
199 * gdb.base/style.exp: Add test for breakpoint setting.
200
80ae2043
TT
2012018-12-28 Tom Tromey <tom@tromey.com>
202
203 * gdb.base/style.exp: Add test for variable names.
204
cbe56571
TT
2052018-12-28 Tom Tromey <tom@tromey.com>
206
207 * gdb.base/style.exp: New file.
208 * gdb.base/style.c: New file.
209
9162a27c
TT
2102018-12-28 Tom Tromey <tom@tromey.com>
211
212 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
213 "dumb".
214 * gdb.base/readline.exp (operate_and_get_next): Save and restore
215 the TERM environment variable.
216
bc543c90
TT
2172018-12-27 Tom Tromey <tom@tromey.com>
218
219 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
220 pagination test.
221
6f0ffe50
AB
2222018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
223
224 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
225 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
226
b5a1e557
PW
2272018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
228
229 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
230 Filename a.adb changed to bp_fun_addr.adb.
231 gdb.ada/bp_fun_addr.exp: Update test accordingly.
232
6e8b1ab2
JV
2332018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
234
235 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
236 non-PIE executables.
237 * README: Mention the gdb,nopie_flag board setting.
238 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
239 non-PIE executable.
240 * gdb.arch/amd64-entry-value.exp: Likewise.
241 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
242 * gdb.arch/i386-float.exp: Likewise.
243 * gdb.arch/i386-signal.exp: Likewise.
244 * gdb.mi/mi-reg-undefined.exp: Likewise.
245
d00a27c5
PM
2462018-12-21 Paul Marechal <paul.marechal@ericsson.com>
247
248 PR gdb/23974
249 * gdb.base/info-os.exp: Check return for unknown "info os" type.
250
161d081c
PW
2512018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
252
253 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
254 Update order of results accordingly.
255
b001de23
AB
2562018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.base/annota1.exp: Update a test regexp.
259
99e1a184
AB
2602018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
263
7a81c1e2
PW
2642018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
265
266 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
267 (reuse_time): Initialize to REUSE_TIME_CAP.
268 (check_rc): New function.
269 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
270 Check pthread_create rc.
271 (spawner_thread_func): Check pthread_create and pthread_join rc.
272
73e8dc90
PA
2732018-12-08 Pedro Alves <palves@redhat.com>
274
275 * gdb.base/list.exp (test_forward_search): Rename to ...
276 (test_forward_reverse_search): ... this. Also test reverse-search
277 and the forward-search alias.
278
13f2ed32
AB
2792018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
280
281 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
282 local timeout variable before return, and remove all local timeout
283 variable entirely.
284 (gdb_load): Likewise.
285
64d27cfc
TV
2862018-12-01 Tom de Vries <tdevries@suse.de>
287
288 * gdb.base/gdb-caching-proc.exp: New file.
289
f63c03b4
SDJ
2902018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
291
292 * Makefile.in (TIMESTAMP): New variable.
293 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
294 command.
295 (check-single-racy): Likewise.
296 (check/%.exp): Likewise.
297 (check-racy/%.exp): Likewise.
298 (workers/%.worker): Likewise.
299 (build-perf): Likewise.
300 (check-perf): Likewise.
301 * README: Describe new "TS" and "TS_FORMAT" variables.
302 * print-ts.py: New file.
303
1c97054b
BF
3042018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
305
306 PR python/23714
307 * gdb.python/python.exp: Test command repetition after
308 gdb.execute.
309
1871a62d
AB
3102018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 * gdb.opt/inline-break.exp: Add test that info breakpoint output
313 is correctly aligned.
314
fb5e1ed9
PW
3152018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
316
317 * gdb.ada/info_auto_lang.exp: New testcase.
318 * gdb.ada/info_auto_lang/global_pack.ads: New file.
319 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
320 * gdb.ada/info_auto_lang/some_c.c: New file.
321
43d397ca
PW
3222018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
323
324 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
325 FUNC_lang language syntax.
326
beddd671
PW
3272018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
328
329 * gdb.base/info_minsym.c: New file.
330 * gdb.base/info_minsym.exp: New file.
331
73fc52c4
TT
3322018-11-19 Tom Tromey <tom@tromey.com>
333
334 PR rust/23625:
335 * gdb.rust/simple.exp: Add ptype test. Update expected output.
336 * gdb.rust/expr.exp: Update expected output. Change one test.
337
994b876a
TT
3382018-11-19 Tom Tromey <tom@tromey.com>
339
340 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
341
6769f276
PA
3422018-11-19 Pedro Alves <palves@redhat.com>
343
344 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
345 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
346 see the expected warning.
347
38a72da0
AH
3482018-11-16 Alan Hayward <alan.hayward@arm.com>
349
350 PR gdb/22736:
351 * gdb.cp/infcall-nodebug-lib.c: New test.
352 * gdb.cp/infcall-nodebug-main.c: New test.
353 * gdb.cp/infcall-nodebug.exp: New file.
354
53a89d6e
SM
3552018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
356
357 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
358 completer tests.
359
9325300d
TV
3602018-11-09 Tom de Vries <tdevries@suse.de>
361
362 * gdb.base/msym-lang.c: New test.
363 * gdb.base/msym-lang.exp: New file.
364 * gdb.base/msym-lang-main.c: New test.
365
20f0d60d
TT
3662018-11-08 Tom Tromey <tom@tromey.com>
367
368 PR gdb/23555:
369 PR gdb/23838:
370 * gdb.base/warning.exp: New file.
371
b5420128
JB
3722018-11-08 Jan Beulich <jbeulich@suse.com>
373
374 * testsuite/gdb.arch/i386-avx512.c,
375 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
376
cd115d61
AB
3772018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
380 point hardware.
381
35ee2dc2
AB
3822018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
385 * gdb.dwarf2/missing-type-name.exp: New file.
386
31aceee8
TV
3872018-11-06 Tom de Vries <tdevries@suse.de>
388
389 * gdb.base/many-headers.c: New test.
390 * gdb.base/many-headers.exp: New file.
391
109be305
JW
3922018-11-06 Jim Wilson <jimw@sifive.com>
393
394 * gdb.base/code_elim.exp: For riscv, set additional_flags
395 to include -msmall-data-limit=0.
396
e2b7af72
JB
3972018-11-01 Joel Brobecker <brobecker@adacore.com>
398
399 * gdb.ada/watch_minus_l: New testcase.
400
cdcda965
SM
4012018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
402
403 * gdb.arch/aix-sighandle.c: New file.
404 * gdb.arch/aix-sighandle.exp: New file.
405
92dcebf3
AB
4062018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
409 registers being unions.
410
68b9ac18
TV
4112018-10-31 Tom de Vries <tdevries@suse.de>
412
413 * lib/valgrind.exp: New file.
414 (vgdb_start, vgdb_stop): New procs, factored out of ...
415 * gdb.base/valgrind-bt.exp: ... here, ...
416 * gdb.base/valgrind-disp-step.exp: ... here and ...
417 * gdb.base/valgrind-infcall.exp: ... here.
418
1443936e
TV
4192018-10-31 Tom de Vries <tdevries@suse.de>
420
421 * lib/gdb.exp (get_valueof): Don't output read value in test name.
422
eb77c9df
AB
4232018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * gdb.dwarf2/void-type.c: New file.
426 * gdb.dwarf2/void-type.exp: New file.
427
82b5e646
PW
4282018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
429
430 * gdb.base/info_qt.c: New file.
431 * gdb.base/info_qt.exp: New file.
432
8d619c01
EBM
4332018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
434
435 * gdb.arch/powerpc-htm-regs.c: New file.
436 * gdb.arch/powerpc-htm-regs.exp: New file.
437
f2cf6173
EBM
4382018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
439
440 * gdb.arch/powerpc-tar.c: New file.
441 * gdb.arch/powerpc-tar.exp: New file.
442
7ca18ed6
EBM
4432018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
444
445 * gdb.arch/powerpc-ppr-dscr.c: New file.
446 * gdb.arch/powerpc-ppr-dscr.exp: New file.
447
bfcc0eba
TV
4482018-10-25 Tom de Vries <tdevries@suse.de>
449
450 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
451
fe1a5cad
TV
4522018-10-24 Tom de Vries <tdevries@suse.de>
453
454 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
455 longer exists error.
456
a76dc3b7
TV
4572018-10-24 Tom de Vries <tdevries@suse.de>
458
459 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
460
4df46df7
TV
4612018-10-24 Tom de Vries <tdevries@suse.de>
462
463 * gdb.base/valgrind-db-attach.exp: Handle removed support for
464 --db-attach in valgrind.
465
0dbfcfff
AB
4662018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.arch/riscv-reg-aliases.c: New file.
469 * gdb.arch/riscv-reg-aliases.exp: New file.
470
b04480b1
AH
4712018-10-19 Alan Hayward <alan.hayward@arm.com>
472
473 * gdb.python/py-cmd.exp: Check for gdb_prompt.
474
2c6ac8d7
AH
4752018-10-19 Alan Hayward <alan.hayward@arm.com>
476
477 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
478
2bc69f25
AH
4792018-10-19 Alan Hayward <alan.hayward@arm.com>
480
481 * gdb.cp/ovldbreak.exp: Fix regexps.
482
1f1ae3a3
AH
4832018-10-19 Alan Hayward <alan.hayward@arm.com>
484
485 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
486
94c18618
SDJ
4872018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
488
489 PR cli/23785
490 * gdb.base/restore.exp: New test to check if "restore" with an
491 invalid file doesn't segfault.
492
812cd6eb
TV
4932018-10-18 Tom de Vries <tdevries@suse.de>
494
495 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
496 * gdb.ada/excep_handle.exp: Same.
497 * gdb.ada/mi_string_access.exp: Same.
498 * gdb.ada/mi_var_union.exp: Same.
499 * gdb.arch/arc-analyze-prologue.exp: Same.
500 * gdb.arch/arc-decode-insn.exp: Same.
501 * gdb.base/readnever.exp: Same.
502 * gdb.fortran/printing-types.exp: Same.
503 * gdb.guile/scm-lazy-string.exp: Same.
504
c4b90788
TV
5052018-10-16 Tom de Vries <tdevries@suse.de>
506
507 PR gdb/23730
508 * gdb.base/catch-follow-exec.c: Add copyright notice.
509 * gdb.base/catch-follow-exec.exp: Rewrite to use
510 gdb_spawn_with_cmdline_opts. Require gdb-native.
511
8bca2978
SL
5122018-10-12 Sandra Loosemore <sandra@codesourcery.com>
513
514 * gdb.trace/actions-changed.exp: Check for arch support.
515 * gdb.trace/actions.exp: Likewise.
516 * gdb.trace/ax.exp: Likewise.
517 * gdb.trace/backtrace.exp: Likewise.
518 * gdb.trace/change-loc.exp: Likewise.
519 * gdb.trace/deltrace.exp: Likewise.
520 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
521 * gdb.trace/ftrace.exp: Likewise.
522 * gdb.trace/infotrace.exp: Check for arch support.
523 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
524 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
525 * gdb.trace/mi-tsv-changed.exp: Likewise.
526 * gdb.trace/packetlen.exp: Likewise.
527 * gdb.trace/passc-dyn.exp: Likewise.
528 * gdb.trace/passcount.exp: Likewise.
529 * gdb.trace/pending.exp: Likewise.
530 * gdb.trace/range-stepping.exp: Check for shlib support.
531 * gdb.trace/report.exp: Check for arch support.
532 * gdb.trace/save-trace.exp: Likewise.
533 * gdb.trace/signal.exp: Check for signal support.
534 * gdb.trace/tfind.exp: Check for arch support.
535 * gdb.trace/trace-break.exp: Check for arch and shlib support.
536 * gdb.trace/trace-common.h: Add comment.
537 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
538 * gdb.trace/trace-enable-disable.exp: Likewise.
539 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
540 * gdb.trace/tracecmd.exp: Check for arch support.
541 * gdb.trace/tspeed.exp: Check for shlib and target support.
542 * gdb.trace/tstatus.exp: Check for arch support.
543 * gdb.trace/tsv.exp: Likewise.
544 * gdb.trace/while-dyn.exp: Likewise.
545 * gdb.trace/while-stepping.exp: Likewise.
546 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
547
f9c49bff
SM
5482018-10-12 Simon Marchi <simon.marchi@ericsson.com>
549
550 * gdb.trace/tspeed.exp: Remove nowarnings.
551 (prepare_for_trace_test): Declare "global ipalib".
552 * gdb.trace/tspeed.c: Include unistd.h.
553 (main): Remove superfluous printf argument.
554
d4330bde
SL
5552018-10-11 Sandra Loosemore <sandra@codesourcery.com>
556
557 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
558 directory prefix on the filename.
559
8ecfd7bd
SDJ
5602018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
561
562 * gdb.gdb/unittest.exp: Update expected message informing that
563 selftests have been disabled.
564 * gdb.server/unittest.exp: Likewise.
565
58bbcd02
TV
5662018-10-09 Tom de Vries <tdevries@suse.de>
567
568 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
569 with runto_main.
570
9f6b697b
WP
5712018-10-08 Weimin Pan <weimin.pan@oracle.com>
572
573 PR c++/16841
574 * gdb.cp/virtbase2.cc: New file.
575 * gdb.cp/virtbase2.exp: New file.
576
add5ded5
TT
5772018-10-06 Tom Tromey <tom@tromey.com>
578
579 PR python/19399:
580 * gdb.python/py-inferior.exp: Add architecture test.
581
f9e48344
TT
5822018-10-06 Tom Tromey <tom@tromey.com>
583
584 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
585 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
586
2a8be203
TT
5872018-10-06 Tom Tromey <tom@tromey.com>
588
589 * gdb.python/py-breakpoint.exp (check_last_event): Check location
590 of a "throw" catchpoint.
591
e04caa70
SDJ
5922018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
593
594 * gdb.base/info-proc.exp: Update string expected from "help info
595 proc".
596
5ca8c39f
TT
5972018-10-04 Tom Tromey <tom@tromey.com>
598
599 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
600 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
601 (test_initial_complaints, test_empty_complaints): Update.
602 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
603
3453e7e4
TT
6042018-10-04 Tom Tromey <tom@tromey.com>
605
606 PR cli/19551:
607 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
608 * lib/gdb.exp (gdb_file_cmd): Update.
609 * gdb.stabs/weird.exp (print_weird_var): Update.
610 * gdb.server/solib-list.exp: Update.
611 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
612 * gdb.mi/mi-cli.exp: Update.
613 * gdb.linespec/linespec.exp: Update.
614 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
615 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
616 * gdb.cp/cp-relocate.exp: Update.
617 * gdb.base/sym-file.exp: Update.
618 * gdb.base/relocate.exp: Update.
619 * gdb.base/readnever.exp: Update.
620 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
621 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
622 * gdb.base/dbx.exp (gdb_file_cmd): Update.
623 * gdb.base/code_elim.exp: Update.
624 * gdb.base/break-unload-file.exp (test_break): Update.
625 * gdb.base/break-interp.exp (test_attach_gdb): Update.
626 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
627 Update.
628 * gdb.base/attach.exp (do_attach_tests): Update.
629 * gdb.base/sepdebug.exp: Update.
630 * gdb.python/py-section-script.exp: Update.
631
6afcf761
TT
6322018-10-04 Tom Tromey <tom@tromey.com>
633
634 PR cli/22234:
635 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
636 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
637 output.
638
fef1b293
TT
6392018-10-04 Tom Tromey <tom@tromey.com>
640
641 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
642 set width and height to 0.
643 (test_command_line_attach_run): Use -quiet.
644
ca98345e
SL
6452018-10-03 Sandra Loosemore <sandra@codesourcery.com>
646
647 * lib/gdb.exp (skip_ifunc_tests): New.
648 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
649 other compile failures.
650 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
651
ff34e6ae
SM
6522018-10-01 Simon Marchi <simon.marchi@ericsson.com>
653
654 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
655 is_amd64_regs_target.
656
6bb8890e
AH
6572018-10-01 Alan Hayward <alan.hayward@arm.com>
658
659 * gdb.arch/aarch64-sighandler-regs.c: New test.
660 * gdb.arch/aarch64-sighandler-regs.exp: New file.
661 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
662
224d30d3
MM
6632018-10-01 Markus Metzger <markus.t.metzger@intel.com>
664
665 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
666 assembly.
667
f67ffa6a
AB
6682018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.base/frame-selection.exp: New file.
671 * gdb.base/frame-selection.c: New file.
672
9fc3183f
AH
6732018-09-27 Alan Hayward <alan.hayward@arm.com>
674
675 * gdb.threads/check-libthread-db.c (thread_routine): Use a
676 pthread barrier.
677 (main): Likewise.
678
d354055e
AB
6792018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
680
681 * gdb.base/large-frame-1.c: New file.
682 * gdb.base/large-frame-2.c: New file.
683 * gdb.base/large-frame.exp: New file.
684 * gdb.base/large-frame.h: New file.
685
db727370
JL
6862018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
687
688 PR gdb/20948
689 * gdb.base/write_mem.exp: New test.
690 * gdb.base/write_mem.c: Likewise.
691
ae778caf
TT
6922018-09-23 Tom Tromey <tom@tromey.com>
693
694 PR python/18852:
695 * gdb.python/py-parameter.exp: Add test for parameter that throws
696 on "set".
697
fd3ba736
TT
6982018-09-23 Tom Tromey <tom@tromey.com>
699
700 PR python/17284:
701 * gdb.python/py-template.exp (test_template_arg): Add test for
702 negative template argument number.
703
39a24317
TT
7042018-09-23 Tom Tromey <tom@tromey.com>
705
706 PR python/14062:
707 * gdb.python/python.exp: Add test for post_event error.
708
f5769a2c
TT
7092018-09-23 Tom Tromey <tom@tromey.com>
710
711 PR python/18170:
712 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
713 convert pointers to int and long.
714
1c1e54f6
TT
7152018-09-23 Tom Tromey <tom@tromey.com>
716
717 PR python/20126:
718 * gdb.python/py-value.exp (test_value_numeric_ops): Add
719 signed-ness conversion tests.
720
fb4fa946
TT
7212018-09-23 Tom Tromey <tom@tromey.com>
722
723 PR python/18352;
724 * gdb.python/py-value.exp (test_float_conversion): New proc.
725 Use it.
726
a466edac
HAQ
7272018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
728
729 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
730
4ee9b0c5
SL
7312018-09-18 Sandra Loosemore <sandra@codesourcery.com>
732
733 * gdb.base/complete-empty.exp: Skip tab-completion tests if
734 no readline.
735 * gdb.base/utf8-identifiers.exp: Likewise.
736 * gdb.cp/cpcompletion.exp: Likewise.
737 * gdb.linespec/cpcompletion.exp: Likewise.
738 * gdb.linespec/cpls-abi-tag.exp: Likewise.
739 * gdb.linespec/cpls-ops.exp: Likewise.
740
23be8da7
RB
7412018-09-19 Richard Bunt <richard.bunt@arm.com>
742 Chris January <chris.january@arm.com>
743
744 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
745 * gdb.fortran/short-circuit-argument-list.exp: New file.
746 * gdb.fortran/short-circuit-argument-list.f90: New test.
747
5031d0ae
SDJ
7482018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
749
750 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
751 "arch=" keyword when executing "-stack-list-frames".
752
b4c0d1a4
SDJ
7532018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
754
755 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
756 "arch=" keyword when executing "-stack-list-frames".
757
7a6d2b45
SDJ
7582018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 * gdb.ada/complete.exp: Expect for "@" when doing "complete
761 break ada".
762
8588b356
SM
7632018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
764
765 PR python/23669
766 * gdb.python/python.exp: Test gdb.execute("show commands").
767
65e65158
TT
7682018-09-16 Tom Tromey <tom@tromey.com>
769
770 * gdb.base/new-ui.exp (do_execution_tests): Update.
771 * gdb.base/dbx.exp (test_breakpoints): Update.
772
bf326452
AH
7732018-09-14 Alan Hayward <alan.hayward@arm.com>
774
775 * lib/gdb.exp (gdb_simple_compile): Add proc.
776 (is_elf_target): Use gdb_simple_compile.
777 (skip_altivec_tests): Likewise.
778 (skip_vsx_tests): Likewise.
779 (skip_tsx_tests): Likewise.
780 (skip_btrace_tests): Likewise.
781 (skip_btrace_pt_tests): Likewise.
782 (gdb_can_simple_compile): Likewise.
783 (gdb_has_argv0): Likewise.
784 (gdb_target_symbol_prefix): Likewise.
785 (target_supports_scheduler_locking): Likewise.
786
2361b0fb
TT
7872018-09-13 Tom Tromey <tom@tromey.com>
788
789 * Makefile.in (TAGS): Recognize proc_with_prefix and
790 gdb_caching_proc.
791
0ae1a321
SM
7922018-09-13 Simon Marchi <simon.marchi@ericsson.com>
793
794 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
795 method.
796
a40bf0c2
SM
7972018-09-13 Simon Marchi <simon.marchi@ericsson.com>
798
799 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
800 and a few other Inferior properties when the Inferior is no
801 longer valid.
802
4a3fe98f
TT
8032018-09-13 Tom Tromey <tom@tromey.com>
804
805 PR rust/23650:
806 * gdb.rust/simple.exp: Add test for enum field access error.
807
098b2108
TT
8082018-09-13 Tom Tromey <tom@tromey.com>
809
810 PR rust/23626:
811 * gdb.rust/simple.rs (EmptyEnum): New type.
812 (main): Use it.
813 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
814
1256af7d
SM
8152018-09-13 Simon Marchi <simon.marchi@ericsson.com>
816
817 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
818 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
819 * gdb.python/py-symtab.exp: Update test printing an objfile.
820
4aa8e6c2
SM
8212018-09-12 Simon Marchi <simon.marchi@ericsson.com>
822
823 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
824 object.
825
c221b2f7
AH
8262018-09-12 Alan Hayward <alan.hayward@arm.com>
827
828 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
829 (support_complex_tests): Use gdb_can_simple_compile.
830 (is_ilp32_target): Likewise.
831 (is_lp64_target): Likewise.
832 (is_64_target): Likewise.
833 (is_amd64_regs_target): Likewise.
834 (is_aarch32_target): Likewise.
835 (gdb_int128_helper): Likewise.
836
6f1107b5
JK
8372018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
838
839 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
840
1f5d1570
JG
8412018-09-10 Jerome Guitton <guitton@adacore.com>
842
843 * gdb.ada/same_component_name: Add test for case of tagged record
844 with variable-length fields.
845
cc330e39
XR
8462018-09-10 Xavier Roirand <roirand@adacore.com>
847
848 * gdb.ada/access_to_unbounded_array.exp: New testcase.
849 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
850 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
851 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
852
b9c50e9a
XR
8532018-09-10 Xavier Roirand <roirand@adacore.com>
854
855 * gdb.ada/mi_string_access.exp: New testcase.
856 * gdb.ada/mi_string_access/bar.adb: New file.
857 * gdb.ada/mi_string_access/pck.adb: New file.
858 * gdb.ada/mi_string_access/pck.asd: New file.
859
2963898f
XR
8602018-09-10 Xavier Roirand <roirand@adacore.com>
861
862 * gdb.ada/mi_var_union.exp: New testcase.
863 * gdb.ada/mi_var_union/bar.adb: New file.
864 * gdb.ada/mi_var_union/pck.adb: New file.
865 * gdb.ada/mi_var_union/pck.asd: New file.
866
1aac008f
TT
8672018-09-08 Tom Tromey <tom@tromey.com>
868
869 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
870
332cf4c9
TT
8712018-09-08 Tom Tromey <tom@tromey.com>
872
873 PR python/16047:
874 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
875 (register_pretty_printers): Register new printer.
876 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
877 test.
878 * gdb.python/py-prettyprint.c (int_type3): New typedef.
879 (an_int_type3): New global.
880
424da6cf
JB
8812018-09-08 Joel Brobecker <brobecker@adacore.com>
882
883 * gdb.ada/expr_with_funcall: New testcase.
884
2a62dfa9
JB
8852018-09-08 Joel Brobecker <brobecker@adacore.com>
886
887 * gdb.ada/packed_array_assign: New testcase.
888
96b6697f
AB
8892018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
892 names, and add test prefixes to make test names unique.
893
e4a62c65
TV
8942018-09-05 Tom de Vries <tdevries@suse.de>
895
896 * gdb.dwarf2/varval.exp: Add test.
897
dd083ee2
GB
8982018-09-04 Gary Benson <gbenson@redhat.com>
899
900 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
901 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
902
aef9346c
TT
9032018-08-31 Tom Tromey <tom@tromey.com>
904
905 * gdb.rust/simple.rs: Rename second variable "v".
906
c67f2e15
AB
9072018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.base/funcargs.c (use_a): New function.
910 (recurse): Call use_a.
911
078a0207
KS
9122018-08-29 Keith Seitz <keiths@redhat.com>
913
914 * gdb.compile/compile-cplus-anonymous.cc: New file.
915 * gdb.compile/compile-cplus-anonymous.exp: New file.
916 * gdb.compile/compile-cplus-array-decay.cc: New file.
917 * gdb.compile/compile-cplus-array-decay.exp: New file.
918 * gdb.compile/compile-cplus-inherit.cc: New file.
919 * gdb.compile/compile-cplus-inherit.exp: New file.
920 * gdb.compile/compile-cplus-member.cc: New file.
921 * gdb.compile/compile-cplus-member.exp: New file.
922 * gdb.compile/compile-cplus-method.cc: New file.
923 * gdb.compile/compile-cplus-method.exp: New file.
924 * gdb.compile/compile-cplus-mod.c: "New" file.
925 * gdb.compile/compile-cplus-namespace.cc: New file.
926 * gdb.compile/compile-cplus-namespace.exp: New file.
927 * gdb.compile/compile-cplus-nested.cc: New file.
928 * gdb.compile/compile-cplus-nested.exp: New file.
929 * gdb.compile/compile-cplus-print.c: "New" file.
930 * gdb.compile/compile-cplus-print.exp: "New" file.
931 * gdb.compile/compile-cplus-virtual.cc: New file.
932 * gdb.compile/compile-cplus-virtual.exp: New file.
933 * gdb.compile/compile-cplus.c: "New" file.
934 * gdb.compile/compile-cplus.exp: "New" file.
935 * lib/compile-support.exp: New file.
936
b0f492b9
GB
9372018-08-16 Gary Benson <gbenson@redhat.com>
938
939 PR gdb/13000:
940 * gdb.base/batch-exit-status.exp: New file.
941 * gdb.base/batch-exit-status.good-commands: Likewise.
942 * gdb.base/batch-exit-status.bad-commands: Likewise.
943
36eb4c5f
AH
9442018-08-29 Alan Hayward <alan.hayward@arm.com>
945
946 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
947 (struct struct02): Likewise.
948 (struct struct03): Likewise.
949 (struct struct04): Likewise.
950 (struct struct_01_01): New struct.
951 (struct struct_01_02): Likewise.
952 (struct struct_01_03): Likewise.
953 (struct struct_01_04): Likewise.
954 (struct struct_02_01): Likewise.
955 (struct struct_02_02): Likewise.
956 (struct struct_02_03): Likewise.
957 (struct struct_02_04): Likewise.
958 (struct struct_04_01): Likewise.
959 (struct struct_04_02): Likewise.
960 (struct struct_04_03): Likewise.
961 (struct struct_04_04): Likewise.
962 (struct struct_05_01): Likewise.
963 (struct struct_05_02): Likewise.
964 (struct struct_05_03): Likewise.
965 (struct struct_05_04): Likewise.
966 (cmp_struct01): Remove function.
967 (cmp_struct02): Likewise.
968 (cmp_struct03): Likewise.
969 (cmp_struct04): Likewise.
970 (cmp_struct_01_01): Add Function.
971 (cmp_struct_01_02): Likewise.
972 (cmp_struct_01_03): Likewise.
973 (cmp_struct_01_04): Likewise.
974 (cmp_struct_02_01): Likewise.
975 (cmp_struct_02_02): Likewise.
976 (cmp_struct_02_03): Likewise.
977 (cmp_struct_02_04): Likewise.
978 (cmp_struct_04_01): Likewise.
979 (cmp_struct_04_02): Likewise.
980 (cmp_struct_04_03): Likewise.
981 (cmp_struct_04_04): Likewise.
982 (cmp_struct_05_01): Likewise.
983 (cmp_struct_05_02): Likewise.
984 (cmp_struct_05_03): Likewise.
985 (cmp_struct_05_04): Likewise.
986 (call_all): Add new structs.
987 * gdb.base/infcall-nested-structs.exp: Likewise.
988
3bf9c013
JV
9892018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
990
991 * gdb.python/py-framefilter-mi.exp: Update regexp to
992 check for "arch" field in frame output.
993
450d1e88
KB
9942018-08-23 Kevin Buettner <kevinb@redhat.com>
995
996 * gdb.dwarf2/dw2-ranges-func.c: New file.
997 * gdb.dwarf2/dw2-ranges-func.exp: New file.
998
ae739fe7
SM
9992018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1000
1001 * gdb.base/term.exp: Compare terminal settings with values from
1002 the inferior.
1003 * gdb.base/term.c: Get and set terminal settings.
1004
6d52907e
JV
10052018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1006
1007 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1008 accommodate new "arch" field in frame output.
1009 * gdb.mi/mi-return.exp: Likewise.
1010 * gdb.mi/mi-stack.exp: Likewise.
1011 * gdb.mi/mi-syn-frame.exp: Likewise.
1012 * gdb.mi/user-selected-context-sync.exp: Likewise.
1013
be2d111a
MS
10142018-08-19 Michael Spang <spang@google.com>
1015
1016 PR gdb/11786
1017 * gdb.base/gcore-tls-pie.c: New file.
1018 * gdb.base/gcore-tls-pie.exp: New file.
1019
ae3a7c47
KB
10202018-08-18 Kevin Buettner <kevinb@redhat.com>
1021
1022 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1023 * gdb.dwarf2/varval.c: New file.
1024 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1025
2ecae92e
AH
10262018-08-17 Alan Hayward <alan.hayward@arm.com>
1027
1028 PR gdb/18931
1029 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1030
c1854f1d
KS
10312018-08-16 Keith Seitz <keiths@redhat.com>
1032
1033 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1034 tests expected to pass.
1035
26fb3983
JV
10362018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1037
1038 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1039 -data-disassemble -a.
1040 (test_disassembly_bogus_args): Likewise.
1041
67943c00
AB
10422018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1045
5ff2bbae
AB
10462018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * gdb.base/vla-optimized-out.exp: Add new test.
1049
e5bbcd0f
AB
10502018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1051
1052 * gdb.base/vla-optimized-out-o3.exp: Delete.
1053 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1054 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1055 deleted tests.
1056
9d4a934c
AB
10572018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 PR gdb/18050:
1060 * gdb.server/extended-remote-restart.c: New file.
1061 * gdb.server/extended-remote-restart.exp: New file.
1062
045cf012
SM
10632018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1064
1065 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1066 "set variable index = 42".
1067
87d6a7aa
SM
10682018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1069
1070 * boards/index-cache-gdb.exp: New file.
1071 * gdb.dwarf2/index-cache.exp: New file.
1072 * gdb.dwarf2/index-cache.c: New file.
1073 * gdb.base/maint.exp: Check if we are using the index cache.
1074
96d68bd4
RO
10752018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1076
1077 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1078 MAKEFLAGS.
1079
5a699617
RO
10802018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1081
1082 * dg-extract-results.sh: Move to toplevel contrib.
1083 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1084 * Makefile.in (check-parallel-racy): Likewise.
1085
5bd18990
AB
10862018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1087
1088 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1089 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1090 tests if the target supports scheduler locking.
1091
3fbbcf47
TV
10922018-08-04 Tom de Vries <tdevries@suse.de>
1093
1094 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1095
3e1d3d8c
TT
10962018-08-02 Tom Tromey <tom@tromey.com>
1097
1098 PR symtab/16842.
1099 * gdb.cp/temargs.exp: Test "info address" of a template
1100 parameter.
1101
5abe0f0c
JV
11022018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1103
1104 * gdb.python/py-mi-var-info-path-expression.c: New file.
1105 * gdb.python/py-mi-var-info-path-expression.py: New file.
1106 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1107
fb66cde8
SDJ
11082018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1109
1110 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1111 error after "cannot resolve name" string.
1112
c708f4d2
AB
11132018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1116 started.
1117 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1118
37cc0cae
TV
11192018-07-28 Tom de Vries <tdevries@suse.de>
1120
1121 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1122
63b4ecf7
TV
11232018-07-26 Tom de Vries <tdevries@suse.de>
1124
1125 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1126
3c3bb058
AB
11272018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1128
1129 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1130 is visible.
1131
9e7f3bbb
TV
11322018-07-26 Tom de Vries <tdevries@suse.de>
1133
1134 PR breakpoints/23366
1135 * gdb.base/catch-follow-exec.c: New test.
1136 * gdb.base/catch-follow-exec.exp: New file.
1137
16f808ec
TV
11382018-07-25 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1141 vla-optimized-out.c.
1142
d7154a8d
JV
11432018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1144
1145 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1146 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1147
232a0032
TV
11482018-07-20 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1151 NOCLONE macro.
1152 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1153
fbb1d502
TV
11542018-07-19 Tom de Vries <tdevries@suse.de>
1155
1156 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1157 regular expression.
1158
42dc7699
TV
11592018-07-18 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.base/vla-optimized-out.c: New test.
1162 * gdb.base/vla-optimized-out.exp: New file.
1163
7f1f7e23
SDJ
11642018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1165
1166 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1167 message "No address associated with hostname" when gdbserver
1168 cannot resolve the hostname.
1169
5759ebb3
PW
11702018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1171
1172 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1173 Add some test prefixes to make tests unique.
1174
3606ccab
PW
11752018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1176
1177 * gdb.base/frameapply.c: New file.
1178 * gdb.base/frameapply.exp: New file.
1179
529c08b2
PW
11802018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1181
1182 * gdb.base/skip.exp: Update expected error message.
1183
c7ab0aef
SDJ
11842018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1185 Jan Kratochvil <jan.kratochvil@redhat.com>
1186 Paul Fertser <fercerpav@gmail.com>
1187 Tsutomu Seki <sekiriki@gmail.com>
1188
1189 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1190 parameter.
1191 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1192 by default.
1193 * boards/native-gdbserver.exp: Likewise.
1194 * gdb.server/run-without-local-binary.exp: Improve regexp used
1195 for detecting when a remote debugging connection succeeds.
1196 * gdb.server/server-connect.exp: New file.
1197 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1198 Do not prefix the port number with ":".
1199 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1200 support for detecting and using it. Add '$debughost_gdbserver'
1201 to the list of arguments used to start gdbserver. Handle case
1202 when gdbserver cannot resolve a network name.
1203
16ff70dd
SDJ
12042018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1205
1206 PR c++/23373
1207 * gdb.base/ptype-offsets.cc (struct static_member): New
1208 struct.
1209 (main) <stmember>: New variable.
1210 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1211 with a static member in it.
1212
3541979f
AB
12132018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1214
1215 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1216 watchpoints enabled and disabled.
1217
c8ad9b9a
AB
12182018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1219
1220 * gdb.base/examine-backward.exp: Still run tests around address
1221 0x0, even if address 0x0 is not readable. Update the pattern for
1222 matching address 0x0 in expected output.
1223
e0e5e971
AB
12242018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1225
1226 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1227 malloc/free.
1228
1ea5da02
TV
12292018-07-04 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1232
471b9d15
MR
12332018-07-02 Maciej W. Rozycki <macro@mips.com>
1234
1235 PR tdep/8282
1236 * gdb.arch/mips-disassembler-options.exp: New test.
1237 * gdb.arch/mips-disassembler-options.s: New test source.
1238
75acb486
PA
12392018-06-29 Pedro Alves <palves@redhat.com>
1240
1241 * gdb.threads/names.exp: Adjust expected "info threads" output.
1242
cd2bb709
PA
12432018-06-29 Pedro Alves <palves@redhat.com>
1244
1245 * gdb.opt/inline-break.exp (line number, address): Add "info
1246 break" tests.
1247
991ff292
PA
12482018-06-29 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1251 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1252 number and address and running to them.
1253
356819b6 12542018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1255
1256 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1257
2512d7ef
JK
12582018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1259
1260 * lib/compiler.c: Remove executable permission flag.
1261
be1b6474
RB
12622018-06-28 Richard Bunt <richard.bunt@arm.com>
1263
1264 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1265 code.
1266 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1267
291f9a96
PT
12682018-06-28 Petr Tesarik <ptesarik@suse.cz>
1269
1270 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1271
ed6dfe51
PT
12722018-06-28 Petr Tesarik <ptesarik@suse.cz>
1273
1274 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1275 address argument is omitted.
1276
d4d429d5
PT
12772018-06-28 Petr Tesarik <ptesarik@suse.cz>
1278
1279 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1280
7ab6656f
OJ
12812018-06-27 Omair Javaid <omair.javaid@linaro.org>
1282
1283 PR gdb/21695
1284 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1285 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1286
a33ccfc7
TT
12872018-06-26 Tom Tromey <tom@tromey.com>
1288
1289 PR rust/22574:
1290 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1291 * gdb.rust/simple.rs (struct SimpleLayout): New.
1292
6d72d289
SM
12932018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1294
1295 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1296 "info registers" output.
1297
8363f9d5
RB
12982018-06-21 Richard Bunt <richard.bunt@arm.com>
1299
1300 * gdb.base/watchpoint-hw-attach.c: New test.
1301 * gdb.base/watchpoint-hw-attach.exp: New file.
1302
f00674fe
SM
13032018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1304
1305 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1306 through /bin/sh.
1307 * boards/dwarf4-gdb-index.exp: Likewise.
1308 * boards/fission-dwp.exp: Likewise.
1309
1d554008
UW
13102018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1311
1312 * gdb.base/float128.exp: Add comment and improved fail message
1313 to the failure case of "print large128" test.
1314
d0ac1c44
SM
13152018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1316
1317 * configure.ac: Remove AC_PREREQ.
1318 * configure: Re-generate.
1319
61b04dd0
PA
13202018-06-19 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1323 (func_extern_caller): New.
1324 (main): Call func_extern_caller.
1325 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1326 logic change.
1327
f63b508a
SM
13282018-06-18 Weimin Pan <weimin.pan@oracle.com>
1329
1330 PR gdb/16841
1331 * gdb.cp/typedef-base.cc: New file.
1332 * gdb.cp/typedef-base.exp: New file.
1333
0fe3a558
TV
13342018-06-18 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1337
7010835a
AB
13382018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1339 Richard Bunt <Richard.Bunt@arm.com>
1340
1341 * gdb.threads/attach-slow-waitpid.c: New file.
1342 * gdb.threads/attach-slow-waitpid.exp: New file.
1343 * gdb.threads/slow-waitpid.c: New file.
1344
14897d65
PA
13452018-06-14 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.base/fork-running-state.c: Include <errno.h>.
1348 (exit_if_relative_exits): New.
1349 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1350 exits.
1351 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1352 child exits.
1353
5d9a0608
TV
13542018-06-14 Tom de Vries <tdevries@suse.de>
1355
1356 PR cli/22573
1357 * gdb.base/finish-pretty.c: New test.
1358 * gdb.base/finish-pretty.exp: New file.
1359
11ae5818
PA
13602018-06-14 Pedro Alves <palves@redhat.com>
1361
1362 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1363 gdb's expected startup output.
1364
1d39de44
PA
13652018-06-14 Pedro Alves <palves@redhat.com>
1366
1367 * lib/selftest-support.exp (selftest_setup): Remove inlined
1368 function handling.
1369
70ee0000
TV
13702018-06-14 Tom de Vries <tdevries@suse.de>
1371
1372 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1373 matching of breakpoint printing.
1374
11f4b608
TV
13752018-06-13 Tom de Vries <tdevries@suse.de>
1376
1377 PR testsuite/23269
1378 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1379 (fork_child): ... here, and ...
1380 (fork_parent): ... here.
1381
13822018-06-12 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1385
9516f85a
AB
13862018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1387 Stephen Roberts <stephen.roberts@arm.com>
1388
1389 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1390 rewrite test to describe action performed, rather than possible
1391 failure.
1392
5045b3d7
GB
13932018-06-08 Gary Benson <gbenson@redhat.com>
1394
1395 * gdb.threads/check-libthread-db.exp: New file.
1396 * gdb.threads/check-libthread-db.c: Likewise.
1397
c61b06a1
TT
13982018-06-05 Tom Tromey <tom@tromey.com>
1399
1400 * gdb.base/default.exp: Update expected "show version" output.
1401
eb6af809
TT
14022018-06-05 Tom Tromey <tom@tromey.com>
1403
1404 PR cli/12326:
1405 * gdb.cp/static-print-quit.exp: Update.
1406 * lib/gdb.exp (pagination_prompt): Update.
1407 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1408 * gdb.python/python.exp: Update.
1409
178d6a63
JB
14102018-06-04 Joel Brobecker <brobecker@adacore.com>
1411
1412 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1413
8e817061
JB
14142018-06-01 Joel Brobecker <brobecker@adacore.com>
1415
1416 * gdb.ada/bp_fun_addr: New testcase.
1417
e86ca25f
TT
14182018-06-01 Tom Tromey <tom@tromey.com>
1419
1420 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1421 results.
1422 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1423 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1424 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1425 * gdb.base/maint.exp (maint_pass_if): Update.
1426
4b2dfa9d
MR
14272018-05-31 Maciej W. Rozycki <macro@mips.com>
1428
1429 * gdb.base/endian.exp: New test.
1430 * gdb.base/endian.c: New test source.
1431
45f25d6c
AB
14322018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1433
1434 PR gdb/23203
1435 * gdb.base/bt-selected-frame.c: New file.
1436 * gdb.base/bt-selected-frame.exp: New file.
1437 * lib/gdb.exp (get_current_frame_number): New function.
1438
d9f6d7f8
MR
14392018-05-24 Maciej W. Rozycki <macro@mips.com>
1440 Pedro Alves <palves@redhat.com>
1441
1442 * gdb.threads/tls-core.c: Include <stdlib.h>
1443 (thread_proc): Call `abort'.
1444 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1445 (tls_core_test): New procedure, bits factored out from ...
1446 (top level): ... here. Test both native cores and gcore cores.
1447
ff1cf532
TT
14482018-05-23 Tom Tromey <tom@tromey.com>
1449
1450 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1451
b98664d3
TT
14522018-05-23 Tom Tromey <tom@tromey.com>
1453
1454 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1455 symfile_complaints.
1456 (test_short_complaints): Likewise.
1457 (test_empty_complaints): Likewise.
1458 (test_initial_complaints): Update.
1459
4e9668d0
TT
14602018-05-23 Tom Tromey <tom@tromey.com>
1461
1462 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1463
43ba33c7
TT
14642018-05-23 Tom Tromey <tom@tromey.com>
1465
1466 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1467 (test_short_complaints): Update.
1468
035522c0
PA
14692018-05-22 Pedro Alves <palves@redhat.com>
1470
1471 * gdb.base/remote.exp: Only gdb_start after compiling the
1472 testcase. Issue "disconnect" before testing "set remote" command
1473 defaults. Issue clean_restart before running to main.
1474
cc0be08f
PA
14752018-05-22 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.base/remote.exp: Adjust expected output of "show remote
1478 memory-write-packet-size". Add tests for "set remote
1479 memory-write-packet-size 0" and "set remote
1480 memory-write-packet-size fixed/limit".
1481
b1b60145
PA
14822018-05-22 Pedro Alves <palves@redhat.com>
1483
1484 PR gdb/22973
1485 * gdb.base/utf8-identifiers.c: New file.
1486 * gdb.base/utf8-identifiers.exp: New file.
1487
0ec848ad
PFC
14882018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1489
1490 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1491
2c3305f6
PFC
14922018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1493
1494 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1495
ce1e8424
TT
14962018-05-18 Tom Tromey <tom@tromey.com>
1497
1498 * gdb.base/ptype-offsets.exp: Update.
1499
ddfe970e
KS
15002018-05-17 Keith Seitz <keiths@redhat.com>
1501
1502 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1503 in expected breakpoint stop locations.
1504 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1505 move to proper scope to test variable values.
1506 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1507 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1508 New functions.
1509 (main): Call not_inline_func3.
1510 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1511 inline_func1, inline_func2, and inline_func3. Test that when each
1512 breakpoint is hit, GDB properly reports both the stop location
1513 and the backtrace. Repeat tests for temporary breakpoints.
1514
0726fcc6
MR
15152018-05-15 Maciej W. Rozycki <macro@mips.com>
1516
1517 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1518 rather then trying to access it in determining whether the PID
1519 of `gdbserver' could have been retrieved.
1520
8ee22052
AB
15212018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1522
1523 * gdb.arch/amd64-init-x87-values.S: New file.
1524 * gdb.arch/amd64-init-x87-values.exp: New file.
1525
7785df48
JK
15262018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1527
1528 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1529
56bcdbea
TT
15302018-05-04 Tom Tromey <tom@tromey.com>
1531
1532 PR python/22730:
1533 * gdb.python/python.exp: Test multi-line execute.
1534
a913fffb
TT
15352018-05-04 Tom Tromey <tom@tromey.com>
1536
1537 PR python/22731:
1538 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1539
7a2c85f2
TT
15402018-05-04 Tom Tromey <tom@tromey.com>
1541
1542 PR gdb/11750:
1543 * gdb.base/define.exp: Test defining a user command inside a user
1544 command.
1545 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1546
a3b60e45
JK
15472018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1548 Pedro Alves <palves@redhat.com>
1549
1550 PR breakpoints/19806 and support for PR external/20207.
1551 * gdb.base/watchpoint-unaligned.c: New file.
1552 * gdb.base/watchpoint-unaligned.exp: New file.
1553
45fe4a03
AB
15542018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1555
1556 * gdb.base/maint.exp: Make test names unique, use
1557 test_prefix_command_help to test 'help maint info', and remove
1558 repeated test of 'help maint'.
1559
9be2ae8f
TT
15602018-05-04 Tom Tromey <tom@tromey.com>
1561
1562 PR gdb/22619:
1563 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1564 behavior.
1565
11859c31
AB
15662018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1567
1568 * gdb.base/maint.exp: Process output from 'maint print registers'
1569 line at a time.
1570
089a9490
AB
15712018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1574 timeout.
1575
9b0797e2
AB
15762018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1577
1578 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1579 filter pattern.
1580
f6ac5f3d
PA
15812018-05-02 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1584 to_log_command renames.
1585 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1586
77d3c63b
TT
15872018-05-02 Tom Tromey <tom@tromey.com>
1588
1589 * gdb.python/py-parameter.exp: Set test message.
1590
0489430a
TT
15912018-05-02 Tom Tromey <tom@tromey.com>
1592
1593 PR python/20084:
1594 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1595 PARAM_ZUINTEGER_UNLIMITED tests.
1596
1632f8ba
DR
15972018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1598
1599 PR rust/23124
1600 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1601 when casting.
1602
6d7bb824
TT
16032018-04-30 Tom Tromey <tom@tromey.com>
1604
1605 * gdb.python/py-type.exp: Check align attribute.
1606 * gdb.python/py-type.c: New "aligncheck" global.
1607
007e1530
TT
16082018-04-30 Tom Tromey <tom@tromey.com>
1609
1610 PR exp/17095:
1611 * gdb.dwarf2/dw2-align.exp: New file.
1612 * gdb.cp/align.exp: New file.
1613 * gdb.base/align.exp: New file.
1614 * lib/gdb.exp (gdb_int128_helper): New proc.
1615 (has_int128_c, has_int128_cxx): New caching procs.
1616
6873858b
TT
16172018-04-27 Tom Tromey <tom@tromey.com>
1618
1619 PR rust/22545:
1620 * gdb.rust/simple.exp: Add inclusive range tests.
1621
79188d8d
PA
16222018-04-26 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1625 ifunc breakpoint locations correctly of ifunc breakpoints set
1626 while the program resolves the ifunc.
1627
c7075ad5
PA
16282018-04-26 Pedro Alves <palves@redhat.com>
1629
1630 * gdb.base/gnu-ifunc-final.c: New file.
1631 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1632 * gdb.base/gnu-ifunc.exp (executable): Delete.
1633 (staticexecutable): Adjust.
1634 (lib_opts, exec_opts): Delete.
1635 (make_binsuffix, build, set-break): New procedures.
1636 (misc_tests): New, with tests factored out from the top level.
1637 (top level): Test different combinations of ifunc resolver name,
1638 resolver with and with debug info, and ifunc target with and
1639 without debug info. Wrap static tests with with_target_prefix.
1640
8388016d
PA
16412018-04-26 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1644 return type" warnings.
1645
249b5733
PA
16462018-04-25 Pedro Alves <palves@redhat.com>
1647
1648 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1649 killed".
1650 * gdb.base/kill-after-signal.exp: Likewise.
1651 * gdb.threads/kill.exp: Likewise.
1652
f67c0c91
SDJ
16532018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1654 Sergio Durigan Junior <sergiodj@redhat.com>
1655 Pedro Alves <palves@redhat.com>
1656
1657 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1658 regexps to expect for '[Inferior ... detached]' as well.
1659 * gdb.base/attach.exp: Likewise.
1660 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1661 "gdb_continue_to_end".
1662 (test_catch_syscall_with_wrong_args): Likewise.
1663 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1664 ']'. Don't set 'verbose' on.
1665 * gdb.base/foll-vfork.exp: Likewise.
1666 * gdb.base/fork-print-inferior-events.c: New file.
1667 * gdb.base/fork-print-inferior-events.exp: New file.
1668 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1669 '[Inferior ... has been killed]' message.
1670 * gdb.base/kill-after-signal.exp: Likewise.
1671 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1672 detach message.
1673 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1674 message.
1675 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1676 regexps to expect for '[Inferior ... detached]' as well.
1677 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1678
0a8ddac4
SM
16792018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1680
1681 PR gdb/23104
1682 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1683
d27d16bf
RB
16842018-04-19 Richard Bunt <richard.bunt@arm.com>
1685
1686 * gdb.threads/multiple-successive-infcall.c: New test.
1687 * gdb.threads/multiple-successive-infcall.exp: New file.
1688
a037790e
TT
16892018-04-17 Tom Tromey <tom@tromey.com>
1690
1691 * gdb.rust/simple.rs (Union): New type.
1692 (main): New local "u".
1693 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1694
e3a91079
AA
16952018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1696
1697 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1698 number information in output of "whereis" command.
1699 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1700
b744723f
AA
17012018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1702
1703 * gdb.ada/info_types.exp: Adjust expected output to the line
1704 numbers now printed by "info var/func/type".
1705 * gdb.base/completion.exp: Likewise.
1706 * gdb.base/included.exp: Likewise.
1707 * gdb.cp/cp-relocate.exp: Likewise.
1708 * gdb.cp/cplusfuncs.exp: Likewise.
1709 * gdb.cp/namespace.exp: Likewise.
1710 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1711
4a4495d6
MM
17122018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1713
1714 * gdb.btrace/cpu.exp: New.
1715
1d509aa6
MM
17162018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1717
1718 * gdb.base/step-indirect-call-thunk.exp: New.
1719 * gdb.base/step-indirect-call-thunk.c: New.
1720 * gdb.reverse/step-indirect-call-thunk.exp: New.
1721 * gdb.reverse/step-indirect-call-thunk.c: New.
1722
6295b6da
SM
17232018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1724
1725 * gdb.base/pie-fork.c: New file.
1726 * gdb.base/pie-fork.exp: New file.
1727
50146e70
TT
17282018-04-11 Tom Tromey <tom@tromey.com>
1729
1730 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1731
f50d8a2e
PA
17322018-04-10 Pedro Alves <palves@redhat.com>
1733
1734 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1735 exits. Instead loop running forever.
1736 (fork_parent): Run forever too.
1737
a0be7a36
SM
17382018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1739
1740 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1741 mi_continue_to_line.
1742 * gdb.mi/mi-stack.c (callee4): Add comment.
1743
9b73db36
SM
17442018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1745
1746 * gdb.mi/mi-stack.exp: Fix indentation.
1747
c912f608
SM
17482018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1749
1750 PR gdb/22979
1751 * gdb.arch/amd64-osabi.exp: New file.
1752
26540402
SM
17532018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1754
1755 PR gdb/22980
1756 * gdb.base/osabi.exp: New file.
1757
121ad66c 17582018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1759
1760 * gdb.cp/static-typedef-print.exp: New file.
1761 * gdb.cp/static-typedef-print.cc: New file.
1762
3fcded8f
JB
17632018-03-27 Joel Brobecker <brobecker@adacore.com>
1764
1765 * gdb.ada/varsize_limit: New testcase.
1766
59cc4834
JB
17672018-03-27 Joel Brobecker <brobecker@adacore.com>
1768
1769 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1770
1771 * gdb.ada/notcplusplus: New testcase.
1772
1773 * gdb.base/c-linkage-name.c: New file.
1774 * gdb.base/c-linkage-name.exp: New testcase.
1775
4ca59a9f
TT
17762018-03-26 Tom Tromey <tom@tromey.com>
1777
1778 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1779 * gdb.python/py-framefilter.py (name_error): New global.
1780 (ErrorInName.function): Use name_error.
1781
978d6c75
TT
17822018-03-26 Tom Tromey <tom@tromey.com>
1783
1784 PR backtrace/15582:
1785 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1786
b7fee5a3
KS
17872018-03-23 Keith Seitz <keiths@redhat.com>
1788
1789 PR c++/22968
1790 * gdb.cp/subtypes.exp: New file.
1791 * gdb.cp/subtypes.h: New file.
1792 * gdb.cp/subtypes.cc: New file.
1793 * gdb.cp/subtypes-2.cc: New file.
1794
376be529
AB
17952018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1796
1797 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1798 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1799 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1800 -nostartfiles when compiling the test. Confirm that all registers
1801 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1802
066cfa98
AB
18032018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1804
1805 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1806 option, syntax was wrong anyway.
1807 * gdb.arch/arm-disp-step.exp: Likewise.
1808 * gdb.arch/sparc64-regs.exp: Likewise.
1809 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1810 option, syntax was wrong anyway, switch to use
1811 prepare_for_testing.
1812 * gdb.arch/i386-disp-step.exp: Likewise.
1813
079670b9
AA
18142018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1815
1816 * gdb.ada/exec_changed.exp: Replace "target_info exists
1817 use_gdb_stub" by "use_gdb_stub".
1818 * gdb.ada/start.exp: Likewise.
1819 * gdb.base/async-shell.exp: Likewise.
1820 * gdb.base/attach-pie-misread.exp: Likewise.
1821 * gdb.base/attach-wait-input.exp: Likewise.
1822 * gdb.base/break-entry.exp: Likewise.
1823 * gdb.base/break-interp.exp: Likewise.
1824 * gdb.base/dprintf-detach.exp: Likewise.
1825 * gdb.base/nostdlib.exp: Likewise.
1826 * gdb.base/solib-nodir.exp: Likewise.
1827 * gdb.base/statistics.exp: Likewise.
1828 * gdb.base/testenv.exp: Likewise.
1829 * gdb.mi/mi-exec-run.exp: Likewise.
1830 * gdb.mi/mi-start.exp: Likewise.
1831 * gdb.multi/dummy-frame-restore.exp: Likewise.
1832 * gdb.multi/multi-arch-exec.exp: Likewise.
1833 * gdb.multi/multi-arch.exp: Likewise.
1834 * gdb.multi/tids.exp: Likewise.
1835 * gdb.multi/watchpoint-multi.exp: Likewise.
1836 * gdb.python/py-events.exp: Likewise.
1837 * gdb.threads/attach-into-signal.exp: Likewise.
1838 * gdb.threads/attach-stopped.exp: Likewise.
1839 * gdb.threads/threadapply.exp: Likewise.
1840 * lib/selftest-support.exp: Likewise.
1841
26d6cec4
AA
18422018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1843
1844 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1845
4ee89e90
SR
18462018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1847
1848 * gdb.perf/template-breakpoints.cc: New file.
1849 * gdb.perf/template-breakpoints.exp: New file.
1850 * gdb.perf/template-breakpoints.py: New file.
1851
92630041
TT
18522018-03-19 Tom Tromey <tom@tromey.com>
1853
1854 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1855 y0.
1856 * gdb.rust/simple.exp: Test bare identifier form of struct
1857 initializer.
1858
76727919
TT
18592018-03-19 Tom Tromey <tom@tromey.com>
1860
1861 * gdb.gdb/observer.exp: Remove.
1862
194ed413
AA
18632018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1864
1865 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1866 "qualified" option when setting breakpoints.
1867 * gdb.trace/backtrace.exp: Likewise.
1868 * gdb.trace/circ.exp: Likewise.
1869 * gdb.trace/collection.exp: Likewise.
1870 * gdb.trace/disconnected-tracing.exp: Likewise.
1871 * gdb.trace/ftrace-lock.exp: Likewise.
1872 * gdb.trace/ftrace.exp: Likewise.
1873 * gdb.trace/infotrace.exp: Likewise.
1874 * gdb.trace/packetlen.exp: Likewise.
1875 * gdb.trace/passc-dyn.exp: Likewise.
1876 * gdb.trace/qtro.exp: Likewise.
1877 * gdb.trace/read-memory.exp: Likewise.
1878 * gdb.trace/report.exp: Likewise.
1879 * gdb.trace/signal.exp: Likewise.
1880 * gdb.trace/status-stop.exp: Likewise.
1881 * gdb.trace/strace.exp: Likewise.
1882 * gdb.trace/tfind.exp: Likewise.
1883 * gdb.trace/trace-break.exp: Likewise.
1884 * gdb.trace/trace-condition.exp: Likewise.
1885 * gdb.trace/trace-mt.exp: Likewise.
1886 * gdb.trace/tstatus.exp: Likewise.
1887 * gdb.trace/tsv.exp: Likewise.
1888 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1889 * gdb.trace/unavailable.exp: Likewise.
1890 * gdb.trace/while-dyn.exp: Likewise.
1891
8b067d2c
AA
18922018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1893
1894 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1895 that libinproctrace is copied to the target.
1896
3ae9ce5d
TT
18972018-03-14 Tom Tromey <tom@tromey.com>
1898
1899 PR cli/14977:
1900 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1901 a null pointer.
1902 * gdb.base/wchar.exp: Likewise.
1903
b8c2339b
TT
19042018-03-14 Tom Tromey <tom@tromey.com>
1905
1906 PR cli/19918:
1907 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1908 flag.
1909
4872dc46
SM
19102018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1911
1912 PR gdb/22841
1913 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1914 "target" to remote_exec.
1915
e4fe3756
SM
19162018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1917
1918 PR gdb/22841
1919 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1920 ${board}_upload): Remove.
1921
e95a97d4
AA
19222018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1923
1924 * gdb.cp/watch-cp.cc: New test.
1925 * gdb.cp/watch-cp.exp: New file.
1926
dbbb1059
AB
19272018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1928
1929 * gdb.base/infcall-nested-structs.exp: New file.
1930 * gdb.base/infcall-nested-structs.c: New file.
1931 * gdb.base/float.exp: Add riscv support.
1932
ecc054c0
TP
19332018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1934
1935 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1936 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1937
25e3c82c
SDJ
19382018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1939
1940 * gdb.server/abspath.exp: New file.
1941 * lib/gdb.exp (with_cwd): New procedure.
1942
3083294d
SM
19432018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1944
1945 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1946 use it.
1947 (gdb_is_target_remote_prompt): New proc.
1948 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1949 (gdb_is_target_native): Pass prompt parameter to
1950 gdb_is_target_1.
1951
3275ef47
SM
19522018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1953
1954 * gdb.base/load-command.c: New file.
1955 * gdb.base/load-command.exp: New file.
1956 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1957 (gdb_is_target_1): ...this, and generalize for other targets
1958 than just remote.
1959 (gdb_is_target_remote): Use gdb_is_target_1.
1960 (gdb_is_target_native): use gdb_is_target_1.
1961
6893c19a
TT
19622018-02-26 Tom Tromey <tom@tromey.com>
1963
1964 PR python/16497:
1965 * gdb.python/py-framefilter.exp: Update test.
1966
2ddeaf8a
TT
19672018-02-26 Tom Tromey <tom@tromey.com>
1968
1969 * gdb.dwarf2/variant.c: New file.
1970 * gdb.dwarf2/variant.exp: New file.
1971
c9317f21
TT
19722018-02-26 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.rust/simple.exp: Accept more possible results in enum test.
1975
6f6d0c26
SM
19762018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1977
1978 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1979 parentheses.
1980
11b03145
MR
19812018-02-23 Maciej W. Rozycki <macro@mips.com>
1982
1983 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1984 name of a variable: $actual_linejj -> $actual_line.
1985
54a27fe5
JB
19862018-02-21 John Baldwin <jhb@FreeBSD.org>
1987
1988 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1989
de65820c
MM
19902018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1991
1992 * gdb.btrace/buffer-size.exp: Do not force BTS.
1993
980548fd
PA
19942018-02-14 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1997 getting a "Quit".
1998
c4e12631
MM
19992018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2000
2001 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2002 Fix test name.
2003
c2e0e465
SM
20042018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2005
2006 * gdb.cp/m-static.exp: Check type of optimized out static
2007 member.
2008
f7216783
AB
20092018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2010
2011 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2012 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2013
0625771b
LS
20142018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2015 Leszek Swirski <leszeks@google.com>
2016
2017 * gdb.python/py-prettyprint.c
2018 (struct to_string_returns_value_inner,
2019 struct to_string_returns_value_wrapper): New.
2020 (main): Add tsrvw variable.
2021 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2022 ToStringReturnsValueWrapper): New classes.
2023 (register_pretty_printers): Register new pretty-printers.
2024 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2025 recursive pretty printer.
2026 * gdb.python/py-mi.exp: Likewise.
2027
59498c30
LS
20282018-02-01 Leszek Swirski <leszeks@google.com>
2029
2030 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2031 functions with the same name as an include file are parsed
2032 correctly.
2033
d4d38844
YQ
20342018-02-01 Yao Qi <yao.qi@linaro.org>
2035
2036 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2037 "\[^\r\n\]*".
2038
07e5f5cf
NP
20392018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2040
2041 * gdb.arch/powerpc-prologue-frame.s: New file.
2042 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2043 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2044
929b5ad4
JB
20452018-01-31 Joel Brobecker <brobecker@adacore.com>
2046
2047 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2048
e671cd59
PA
20492018-01-30 Pedro Alves <palves@redhat.com>
2050
2051 PR gdb/13211
2052 * gdb.base/interrupt-daemon.c: New.
2053 * gdb.base/interrupt-daemon.exp: New.
2054 * gdb.multi/multi-term-settings.c: New.
2055 * gdb.multi/multi-term-settings.exp: New.
2056
fc413dc4
JB
20572018-01-30 Joel Brobecker <brobecker@adacore.com>
2058
2059 * gdb.base/break.exp: Save the location where the breakpoint
2060 on break.c:47 was actually inserted when debugging the version
2061 compiled at -O2 and use it in the expected output of the "info
2062 break" test performed soon after.
2063
5c319bb2
PA
20642018-01-22 Pedro Alves <palves@redhat.com>
2065 Sergio Durigan Junior <sergiodj@redhat.com>
2066
2067 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2068 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2069
a9e40818
JB
20702018-01-22 Joel Brobecker <brobecker@adacore.com>
2071
2072 * gdb.base/break-include.c, gdb.base/break-include.inc,
2073 gdb.base/break-include.exp: New files.
2074 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2075 line number now being the actual line number where the breakpoint
2076 was inserted.
2077 * gdb.mi/mi-break.exp: Likewise.
2078 * gdb.mi/mi-reverse.exp: Likewise.
2079 * gdb.mi/mi-simplerun.exp: Ditto.
2080
e707fc44
AB
20812018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2082
2083 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2084 varobj.
2085 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2086
ae451627
AB
20872018-01-21 Don Breazeal <donb@codesourcery.com>
2088 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.mi/basics.c: Add new global.
2091 * gdb.mi/mi-frame-regs.exp: New file.
2092 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2093 case.
2094
b1b189e0
AB
20952018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2098 non-parameter, and on an unknown symbol.
2099
fcfcc376
TT
21002018-01-19 Tom Tromey <tom@tromey.com>
2101
2102 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2103 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2104
634c1c31
AA
21052018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2106
2107 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2108 setrlimit and chdir to int.
2109
d6ad07fd
AA
21102018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2111
2112 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2113 function.
2114 (my_tend): Likewise.
2115 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2116 rationale of avoiding FP- and vector instructions.
2117
adf8243b
RK
21182018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2119
2120 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2121 "info reg" with "\[ \t\]*".
2122 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2123 "\[ \t\]+".
2124 * gdb.arch/s390-multiarch.exp: Ditto.
2125 * gdb.base/pc-fp.exp: Ditto.
2126 * gdb.reverse/i386-precsave.exp: Ditto.
2127 * gdb.reverse/i386-reverse.exp: Ditto.
2128 * gdb.reverse/i387-env-reverse.exp: Ditto.
2129 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2130
dcc06925
AA
21312018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2132
2133 * lib/gdb.exp (gdb_compile): Re-enable use of
2134 universal_compile_options for languages other than Rust.
2135
25d4fd80
AA
21362018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2137
2138 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2139
ee7f689e 21402018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2141
2142 PR gdb/16577
2143 * gdb.base/solib-vanish.exp: New.
2144 * gdb.base/solib-vanish-main.c: New.
2145 * gdb.base/solib-vanish-lib1.c: New.
2146 * gdb.base/solib-vanish-lib2.c: New.
2147
d8447b6b
YQ
21482018-01-17 Yao Qi <yao.qi@linaro.org>
2149
2150 * gdb.compile/compile.exp: Match the address printed for
2151 frame in the output of command "bt".
2152
86d6a90c
TT
21532018-01-15 Tom Tromey <tom@tromey.com>
2154
2155 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2156 compute sp_reg.
2157
cbcdb1aa
AB
21582018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2161 to prepare.
2162 (prepare): Return 0 on error, 1 on success.
2163
eea61984
PA
21642018-01-12 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.base/continue-after-aborted-step-over.c: New.
2167 * gdb.base/continue-after-aborted-step-over.exp: New.
2168
6181e9c2
SM
21692018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2170
2171 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2172 options when not creating an executable.
2173
3cada740
PA
21742018-01-11 Pedro Alves <palves@redhat.com>
2175
2176 PR remote/22597
2177 * gdb.server/stop-reply-no-thread.c: New file.
2178 * gdb.server/stop-reply-no-thread.exp: New file.
2179
c63d3e8d
PA
21802018-01-10 Pedro Alves <palves@redhat.com>
2181
2182 PR gdb/22670
2183 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2184 functions too. Test setting breakpoints and printing C functions
2185 with no debug info too.
2186 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2187
d4c2a405
PA
21882018-01-10 Pedro Alves <palves@redhat.com>
2189
2190 PR gdb/22670
2191 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2192 a fail.
2193
8825213e
PA
21942018-01-10 Pedro Alves <palves@redhat.com>
2195
2196 PR gdb/22670
2197 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2198
605fd3c6
YQ
21992018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2200
2201 * gdb.server/unittest.exp: Match the output in non-development
2202 mode.
2203
1e5ded6c
YQ
22042018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2205
2206 * gdb.gdb/unittest.exp: Match output in non-development mode.
2207
30066b0b
JB
22082018-01-08 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.ada/access_tagged_param.exp: Relax expected output
2211 for value of "ObjL" in "continue" to pck.inspect breakpoint
2212 test.
2213
04bafb1e
XR
22142018-01-08 Joel Brobecker <brobecker@adacore.com>
2215
9f86398b
JB
2216 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2217 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2218
e379cee6
PA
22192018-01-05 Pedro Alves <palves@redhat.com>
2220
2221 PR gdb/18653
2222 * gdb.base/libsegfault.exp: New.
2223
de63c46b
PA
22242018-01-05 Joel Brobecker <brobecker@adacore.com>
2225
2226 PR gdb/22670
2227 * gdb.ada/access_tagged_param.exp: New file.
2228 * gdb.ada/access_tagged_param/foo.adb: New file.
2229
f98fc17b
PA
22302018-01-05 Pedro Alves <palves@redhat.com>
2231
2232 PR gdb/22670
2233 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2234 exercise lower case too, and to exercise both full matching and
2235 wild matching.
2236
342f8240
JB
22372018-01-05 Joel Brobecker <brobecker@adacore.com>
2238
2239 * gdb.ada/rename_subscript_param: New testcase.
2240
7150d33c
JG
22412018-01-05 Jerome Guitton <guitton@adacore.com>
2242
2243 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2244
cc0e770c
JB
22452018-01-05 Joel Brobecker <brobecker@adacore.com>
2246
2247 * gdb.ada/convvar_comp: New testcase.
2248
672a41aa 22492018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2250
2251 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2252 (My_Table): New global variable.
2253 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2254
7365ec2f
JB
22552018-01-04 Joel Brobecker <brobecker@adacore.com>
2256
2257 PR gdb/22670
2258 * gdb.ada/maint_with_ada: New testcase.
2259
289483b6
JB
22602018-01-04 Joel Brobecker <brobecker@adacore.com>
2261
2262 PR gdb/22670
2263 * gdb.ada/bp_c_mixed_case: New testcase.
2264
344420da
JB
22652018-01-04 Joel Brobecker <brobecker@adacore.com>
2266
2267 PR gdb/22670
2268 * gdb.ada/complete.exp: Add "complete break ada" test.
2269
66fc87a0
JB
22702018-01-04 Joel Brobecker <brobecker@adacore.com>
2271
2272 PR gdb/22670
2273 * gdb.ada/info_addr_mixed_case: New testcase.
2274
9f757bf7
XR
22752018-01-03 Xavier Roirand <roirand@adacore.com>
2276
2277 * gdb.ada/excep_handle.exp: New testcase.
2278 * gdb.ada/excep_handle/foo.adb: New file.
2279 * gdb.ada/excep_handle/pck.ads: New file.
2280
bd570f80
JB
22812018-01-03 Joel Brobecker <brobecker@adacore.com>
2282
2283 * gdb.base/step-line.c: Add extra empty line in copyright header.
2284 * gdb.base/step-line.inp: Likewise.
2285
9fe561ab
JB
22862018-01-02 Joel Brobecker <brobecker@adacore.com>
2287
2288 * gdb.ada/dyn_stride.exp: Add slice test.
2289
a405673c
JB
22902018-01-02 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.ada/dyn_stride: New testcase.
2293
cef0f868
SH
22942017-12-27 Stafford Horne <shorne@gmail.com>
2295
2296 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2297 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2298
b67d92b0
SH
22992017-12-27 Stafford Horne <shorne@gmail.com>
2300
2301 * gdb.base/reggroups.c: New file.
2302 * gdb.base/reggroups.exp: New file.
2303
eccab96d
JB
23042017-12-18 Joel Brobecker <brobecker@adacore.com>
2305
2306 * gdb.dwarf2/ada-valprint-error.c: New file.
2307 * gdb.dwarf2/ada-valprint-error.exp: New file.
2308
0e2da9f0
JB
23092017-12-18 Joel Brobecker <brobecker@adacore.com>
2310
2311 * gdb.ada/assign_arr: New testcase.
2312
cb923fcc
XR
23132017-12-18 Xavier Roirand <roirand@adacore.com>
2314
2315 * gdb.ada/funcall_ptr: New testcase.
2316
7c161838
SDJ
23172017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2318
2319 PR cli/16224
2320 * gdb.base/ptype-offsets.cc: New file.
2321 * gdb.base/ptype-offsets.exp: New file.
2322
1af17fd9
YQ
23232017-12-15 Yao Qi <yao.qi@linaro.org>
2324
2325 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2326 if XML is disabled.
2327
828d5846
XR
23282017-12-15 Xavier Roirand <roirand@adacore.com>
2329
2330 * gdb.ada/same_component_name: New testcase.
2331
79e8fcaa
JB
23322017-12-14 Joel Brobecker <brobecker@adacore.com>
2333
2334 * gdb.ada/str_binop_equal: New testcase.
2335
e05fa6f9
JB
23362017-12-14 Joel Brobecker <brobecker@adacore.com>
2337
2338 * gdb.ada/task_switch_in_core: New testcase.
2339
b89641ba
SM
23402017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2341
2342 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2343 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2344 call test_bkpt_qualified.
2345 (test_bkpt_qualified): New proc.
2346
6892d2e4
PA
23472017-12-13 Pedro Alves <palves@redhat.com>
2348
2349 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2350 Tighten regexp by matching with an anchor.
2351
a22ecf70
PA
23522017-12-13 Pedro Alves <palves@redhat.com>
2353
2354 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2355 ("expression with namespace"): New set of tests.
2356 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2357 (Nested::Test_NS::qux): New.
2358 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2359 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2360
9937536c
JB
23612017-12-13 Joel Brobecker <brobecker@adacore.com>
2362
2363 * gdb.base/server-del-break.c: New file.
2364 * gdb.base/server-del-break.exp: New file.
2365
fe49c6f5
SH
23662017-12-12 Stafford Horne <shorne@gmail.com>
2367
2368 * gdb.xml/tdesc-regs.exp: Add or1k support.
2369
c3d18620
SH
23702017-12-12 Stafford Horne <shorne@gmail.com>
2371
2372 * gdb.base/bp-permanent.c: Define nop of or1k.
2373
c5f9cfc8
JB
23742017-12-11 Joel Brobecker <brobecker@adacore.com>
2375
2376 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2377 output with components being reordered.
2378
a9c135fc
JB
23792017-12-11 Joel Brobecker <brobecker@adacore.com>
2380
2381 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2382 output with components being reordered.
2383
927aa2e7
JK
23842017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2385 Pedro Alves <palves@redhat.com>
2386
2387 * gdb.base/maint.exp (check for .gdb_index): Check also for
2388 .debug_names.
2389 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2390 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2391 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2392 (.gdb_index used after symbol reloading): Support also .debug_names.
2393 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2394
f17d9474
YQ
23952017-12-08 Yao Qi <yao.qi@linaro.org>
2396
2397 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2398 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2399
a0de8c21
YQ
24002017-12-08 Yao Qi <yao.qi@linaro.org>
2401
2402 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2403 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2404
a738ea1d
YQ
24052017-12-08 Yao Qi <yao.qi@linaro.org>
2406
2407 * gdb.arch/aarch64-tagged-pointer.c: New file.
2408 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2409
1cd9a73b
SDJ
24102017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2411
2412 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2413 "int".
2414
fa6eb693
KS
24152017-12-07 Keith Seitz <keiths@redhat.com>
2416
2417 PR breakpoints/22569
2418 * gdb.linespec/ls-errs.exp: Change expected result of "break
2419 -source this file has spaces.c -line 3".
2420 Check that an explicit source file followed by whitespace is
2421 identified as an invalid explicit location.
2422
883fd55a
KS
24232017-12-07 Keith Seitz <keiths@redhat.com>
2424
2425 * gdb.cp/nested-types.cc: New file.
2426 * gdb.cp/nested-types.exp: New file.
2427 * lib/cp-support.exp: Load data-structures.exp library.
2428 (debug_cp_test_ptype_class): New global.
2429 (cp_ptype_class_verbose, next_line): New procedures.
2430 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2431 Add and document new return value.
2432 Switch the list of lines to a queue.
2433 Add support for new `type' key for nested type definitions.
2434 Add debugging/troubleshooting messages.
2435 * lib/data-structures.exp: New file.
2436
ec72db3e
SM
24372017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2438
2439 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2440 with proc_with_prefix, don't use with_test_prefix.
2441
99598d71
TT
24422017-12-07 Tom Tromey <tom@tromey.com>
2443
2444 * gdb.base/break.exp: Add test for empty "commands".
2445
a8806230
YQ
24462017-12-07 Yao Qi <yao.qi@linaro.org>
2447
2448 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2449 malloc and catch syscall.
2450
824cc835
PM
24512017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2452
2453 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2454 tests for explicit locations.
2455
7cc244de
PA
24562017-12-06 Pedro Alves <palves@redhat.com>
2457
2458 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2459 force-disabling XML descriptions.
2460
50a1fdd5
PA
24612017-12-04 Pedro Alves <palves@redhat.com>
2462
2463 PR gdb/22499
2464 * gdb.arch/amd64-disp-step-avx.S: New file.
2465 * gdb.arch/amd64-disp-step-avx.exp: New file.
2466
f0fb2488
PA
24672017-12-03 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2470 and <string.h>.
2471 (parent_function): Print distinct messages when waitpid fails, or
2472 the child exits with a signal, or the child exits for an unhandled
2473 reason.
2474 * gdb.threads/process-dies-while-detaching.exp
2475 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2476 it. Wait for both inferior output and GDB's prompt. Use an
2477 indirect spawn id list.
2478 (do_detach): New parameter 'child_exit'. Use it to compute
2479 expected inferior output.
2480 (test_detach, test_detach_watch, test_detach_killed_outside):
2481 Adjust to pass down the expected child exit kind.
2482
97cbe998
SDJ
24832017-12-01 Joel Brobecker <brobecker@adacore.com>
2484 Sergio Durigan Junior <sergiodj@redhat.com>
2485 Pedro Alves <palves@redhat.com>
2486
2487 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2488
40fc416f
SDJ
24892017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2490
2491 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2492 to 'symbol-file' and 'add-symbol-file' can be
2493 position-independent.
2494
1cc75e92
YQ
24952017-12-01 Yao Qi <yao.qi@linaro.org>
2496
2497 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2498 the URL in copyright header.
2499 * gdb.arch/aarch64-fp.exp: Likewise.
2500 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2501 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2502 * gdb.base/expand-psymtabs.exp: Likewise.
2503 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2504 * gdb.fortran/common-block.exp: Likewise.
2505 * gdb.fortran/common-block.f90: Likewise.
2506 * gdb.fortran/logical.exp: Likewise.
2507 * gdb.fortran/vla-datatypes.f90: Likewise.
2508 * gdb.fortran/vla-sub.f90: Likewise.
2509
875fb7a7
JB
25102017-11-30 Joel Brobecker <brobecker@adacore.com>
2511
2512 * gdb.ada/repeat_dyn: New testcase.
2513
6f14765f
UW
25142017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2515
2516 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2517 Update for changed thread numbering.
2518 * gdb.cell/bt.exp: Update for changed GDB output.
2519
f1af7b94
SM
25202017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2521
2522 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2523 setting isremote by hand.
2524 * boards/dwarf4-gdb-index.exp: Likewise.
2525 * boards/fission.exp: Likewise.
2526 * boards/stabs.exp: Likewise.
2527
e3919f3e
PA
25282017-11-30 Pedro Alves <palves@redhat.com>
2529
2530 * gdb.linespec/cpls-ops.exp
2531 (check_explicit_skips_function_argument): Extract the underlying
2532 type of size_t instead of hardcoding it.
2533
bd69330d
PA
25342017-11-29 Pedro Alves <palves@redhat.com>
2535
2536 PR c++/19436
2537 * gdb.linespec/cpls-abi-tag.cc: New file.
2538 * gdb.linespec/cpls-abi-tag.exp: New file.
2539
a20714ff
PA
25402017-11-29 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/langs.exp: Use -qualified.
2543 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2544 it.
2545 * gdb.cp/namespace.exp: Use -qualified.
2546 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2547 (overload-3, template-overload, template-ret-type, const-overload)
2548 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2549 procedures.
2550 (test_driver): Call them.
2551 * gdb.cp/save-bp-qualified.cc: New.
2552 * gdb.cp/save-bp-qualified.exp: New.
2553 * gdb.linespec/explicit.exp: Test -qualified.
2554 * lib/completion-support.exp (completion::explicit_opts_list): Add
2555 "-qualified".
2556 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2557
f6f1d339
PM
25582017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2559
2560 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2561
02ca603a
TT
25622017-11-29 Tom Tromey <tom@tromey.com>
2563
2564 * gdb.base/relocate.exp: Update invalid argument test.
2565 Add new tests for invalid arguments.
2566
ed6c0bfb
TP
25672017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2568
2569 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2570 Return 0 as a long.
2571 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2572
f106e10e
TP
25732017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2574
2575 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2576 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2577 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2578 func ().
2579 * gdb.cp/shadow.cc (B.func): Return 0.
2580
10329bb2
JB
25812017-11-27 Joel Brobecker <brobecker@adacore.com>
2582
2583 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2584 expected output in gdb_expect call to allow the exception
2585 message to be present as well. Fix syntax confusion to avoid
2586 TCL thinking that exception_name is an array.
2587
617cd4bc
UW
25882017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2589
2590 * gdb.arch/spu-info.c: Include <unistd.h>.
2591 (do_signal_test): Fix broken calls to write.
2592 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2593 Fix checks for empty mailboxes. Update signal tests for corrected
2594 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2595 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2596 * gdb.cell/arch.exp: Use standard_output_file.
2597 * gdb.cell/break.exp: Likewise.
2598 * gdb.cell/bt.exp: Likewise.
2599 * gdb.cell/core.exp: Likewise.
2600 * gdb.cell/dwarfaddr.exp: Likewise.
2601 * gdb.cell/ea-cache.exp: Likewise.
2602 * gdb.cell/ea-standalone.exp: Likewise.
2603 * gdb.cell/f-regs.exp: Likewise.
2604 * gdb.cell/fork.exp: Likewise.
2605 * gdb.cell/gcore.exp: Likewise.
2606 * gdb.cell/mem-access.exp: Likewise.
2607 * gdb.cell/ptype.exp: Likewise.
2608 * gdb.cell/registers.exp: Likewise.
2609 * gdb.cell/sizeof.exp: Likewise.
2610 * gdb.cell/solib-symbol.exp: Likewise.
2611 * gdb.cell/solib.exp: Likewise.
617cd4bc 2612
a81aaca0
PA
26132017-11-25 Pedro Alves <palves@redhat.com>
2614
2615 * gdb.base/complete-empty.exp: New file.
2616 * gdb.base/completion.exp: Adjust.
2617
6a3c6ee4
PA
26182017-11-25 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.linespec/cpls-ops.cc: New file.
2621 * gdb.linespec/cpls-ops.exp: New file.
2622 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2623 factored out from ...
2624 (test_complete_prefix_range): ... this.
2625
8955eb2d
PA
26262017-11-24 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.linespec/cpcompletion.exp: New file.
2629 * gdb.linespec/cpls-hyphen.cc: New file.
2630 * gdb.linespec/cpls.cc: New file.
2631 * gdb.linespec/cpls2.cc: New file.
2632 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2633 test to use test_gdb_complete_unique. Add label completion,
2634 keyword completion and explicit location completion tests.
2635 * lib/completion-support.exp: New file.
2636
e547c119
JB
26372017-11-24 Joel Brobecker <brobecker@adacore.com>
2638
2639 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2640 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2641 when hitting an exception catchpoint.
2642
7c3c1aa8
YQ
26432017-11-22 Yao Qi <yao.qi@linaro.org>
2644
2645 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2646
41bd68f5
SM
26472017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2648
2649 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2650 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2651 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2652
1daad298
YQ
26532017-11-22 Yao Qi <yao.qi@linaro.org>
2654
2655 * gdb.base/info-os.exp: Pass pthreads.
2656 * gdb.multi/multi-attach.exp: Likewise.
2657
88465e87
YQ
26582017-11-22 Yao Qi <yao.qi@linaro.org>
2659
2660 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2661 compiler.
2662
dc196b23
YQ
26632017-11-22 Yao Qi <yao.qi@linaro.org>
2664
2665 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2666 * gdb.base/break-interp.exp: Likewise.
2667 * gdb.base/jit-attach-pie.exp: Likewise.
2668
2400729e
UW
26692017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2670
2671 * gdb.base/float128.c (large128): New variable.
2672 * gdb.base/float128.exp: Add test to print largest __float128 value.
2673
7a26362d
UW
26742017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2675
2676 * gdb.arch/vsx-regs.exp: Update register content checks.
2677
ed0f4273
UW
26782017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2679
2680 * gdb.arch/ppc-longdouble.exp: New file.
2681 * gdb.arch/ppc-longdouble.c: Likewise.
2682
a25d69c6
PA
26832017-11-21 Pedro Alves <palves@redhat.com>
2684
2685 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2686
73fcf641
PA
26872017-11-20 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2690 (long_double_typedef): New typedefs.
2691 Use DEF on double and long double.
2692 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2693 cases.
2694 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2695 and 'long_double_ptr_same_size' locals. Use them to decide
2696 whether cast from array/function to float is valid/invalid.
2697
71a3c369
TT
26982017-11-17 Tom Tromey <tom@tromey.com>
2699
2700 * gdb.rust/traits.rs: New file.
2701 * gdb.rust/traits.exp: New file.
2702
ced9779b
JB
27032017-11-17 Joel Brobecker <brobecker@adacore.com>
2704
2705 * gdb.ada/minsyms: New testcase.
2706
a0922d80
PA
27072017-11-16 Pedro Alves <palves@redhat.com>
2708
2709 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2710 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2711
ea04e54c
PA
27122017-11-16 Pedro Alves <palves@redhat.com>
2713
2714 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2715 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2716
e849ea89
PA
27172017-11-16 Pedro Alves <palves@redhat.com>
2718
2719 * gdb.server/reconnect-ctrl-c.c: New file.
2720 * gdb.server/reconnect-ctrl-c.exp: New file.
2721
d8ae99a7
PM
27222017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2723
2724 * gdb.python/py-rbreak.exp: New file.
2725 * gdb.python/py-rbreak.c: New file.
2726 * gdb.python/py-rbreak-func2.c: New file.
2727
968a13f8
PA
27282017-11-16 Pedro Alves <palves@redhat.com>
2729
2730 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2731 pattern.
2732 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2733 GDB.
2734
71774bc9
SM
27352017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2736
2737 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2738 regex.
2739
ddbb44cf
SM
27402017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2741
2742 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2743 test names.
2744
584a564f
PA
27452017-11-09 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2748 factored out from ...
2749 (top level): ... here, and adjusted to avoid expecting beyond the
2750 prompt in a single gdb_test_multiple.
2751
5ed7a928
PA
27522017-11-09 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2755 output.
2756 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2757 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2758 * gdb.server/ext-run.exp ("kill" test): Likewise.
2759 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2760
a60e0738
PA
27612017-11-09 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2764 match till end of line.
2765
2c88253f
PA
27662017-11-09 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2769
c7a38517
PA
27702017-11-09 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2773 New procedures, factored out from ...
2774 (top level): ... here, and adjusted to avoid expecting beyond the
2775 prompt in one go.
2776
f29f4b6b
PA
27772017-11-09 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2780 output. Fix '?' match.
2781
286acbb5
JB
27822017-11-08 Joel Brobecker <brobecker@adacore.com>
2783
2784 * gdb.ada/scoped_watch: New testcase.
2785 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2786 which is actually correct.
2787 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2788 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2789
62d7ae92
PA
27902017-11-08 Pedro Alves <palves@redhat.com>
2791
2792 * gdb.gdb/complaints.exp (test_initial_complaints)
2793 (test_serial_complaints, test_short_complaints): Call
2794 complaint_internal instead of complaint.
2795
280ca31f
DT
27962017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2797
2798 * gdb.threads/tls-core.c: New file.
2799 * gdb.threads/tls-core.exp: Likewise.
2800
b5ec771e
PA
28012017-11-08 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2804 (p Exported_Capitalized): New test.
2805 (p exported_capitalized): New test.
2806
a02b41a7
PA
28072017-11-07 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2810
95e95a6d
PA
28112017-11-07 Pedro Alves <palves@redhat.com>
2812
2813 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2814 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2815 (disable_invalid, disable_inverted, disable_negative): New
2816 procedures.
2817 ("bad numbers"): New set of tests.
2818
cee62dbd
PA
28192017-11-07 Pedro Alves <palves@redhat.com>
2820
2821 * gdb.cp/ena-dis-br-range.exp: Add tests.
2822
cc638e86
PA
28232017-11-07 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2826
d0fe4701
XR
28272017-11-07 Xavier Roirand <roirand@adacore.com>
2828 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.base/ena-dis-br.exp: Add reference to
2831 gdb.cp/ena-dis-br-range.exp.
2832 * gdb.cp/ena-dis-br-range.exp: New file.
2833 * gdb.cp/ena-dis-br-range.cc: New file.
2834
46f67f80
PA
28352017-11-06 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.base/attach-non-pgrp-leader.c: New.
2838 * gdb.base/attach-non-pgrp-leader.exp: New.
2839
726e1356
PA
28402017-11-06 Pedro Alves <palves@redhat.com>
2841
2842 * configure.ac: No longer check for termio.h and sgtty.h.
2843 * configure: Regenerate.
2844 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2845 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2846 Remove termio and sgtty code.
2847
50ab6ace
YQ
28482017-11-03 Yao Qi <yao.qi@linaro.org>
2849
2850 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2851 in GDB is disabled.
2852
8e68731c
YQ
28532017-11-03 Yao Qi <yao.qi@linaro.org>
2854
2855 * gdb.python/py-thrhandle.exp: Skip it if python is not
2856 enabled.
2857
3a87ae65
SM
28582017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2859
2860 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2861 as a breakpoint command.
2862
484d8d36
MD
28632017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2864
2865 PR python/21213
2866 * gdb.python/py-infthread.exp: Test calling
2867 InferiorThread.inferior () multiple times in a row.
2868
4a27f119
KS
28692017-10-27 Keith Seitz <keiths@redhat.com>
2870
2871 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2872 Test "info break" for every inlined function breakpoint.
2873
bb11dd58
YQ
28742017-10-27 Yao Qi <yao.qi@linaro.org>
2875
2876 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2877
a43f3893
PF
28782017-10-26 Patrick Frants <osscontribute@gmail.com>
2879
2880 * gdb.cp/classes.exp (test_static_members): Test printing
2881 Outer::instance.
2882 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2883 (Inner::instance, Outer::instance): New.
2884
792ccf00
PA
28852017-10-24 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2888 extra console" test in two stages.
2889
eb2bfbad
PA
28902017-10-24 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2893
1f75a651
PA
28942017-10-24 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2897 loop.
2898
779990d9
PA
28992017-10-24 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2902 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2903
ad9b8f5d
PA
29042017-10-24 Pedro Alves <palves@redhat.com>
2905
2906 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2907 parameter and handle it. Don't output read value in test name.
2908
fee6da6e
PA
29092017-10-24 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2912 custom test name.
2913
10389c2c
PA
29142017-10-24 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2917 include the unstable output directory name in the test's name.
2918 (initial_setup_simple) <'set args'>: Use custom test name.
2919
a80e65a9
PA
29202017-10-24 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2923 with explicit test name.
2924
15763a09
PA
29252017-10-20 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2928 'wait -i'. Use gdb_assert and remote_close.
2929
49a4ce2e
AB
29302017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2931
2932 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2933 number from variable rather than hard-coded.
2934
a75868f5
PA
29352017-10-19 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.base/long-inferior-output.c: New file.
2938 * gdb.base/long-inferior-output.exp: New file.
2939
c8ba13ad
KS
29402017-11-18 Keith Seitz <keiths@redhat.com>
2941
2942 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2943 method.
2944 (main): Call it.
2945 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2946 Add additional user-defined conversion operator tests.
2947
b27de576
PA
29482017-10-17 Pedro Alves <palves@redhat.com>
2949
2950 * boards/native-stdio-gdbserver.exp: Load "local-board".
2951
8484c955
PA
29522017-10-17 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.base/quit-live.c: New file.
2955 * gdb.base/quit-live.exp: New file.
2956
83d5a34d
KS
29572017-10-16 Keith Seitz <keiths@redhat.com>
2958
2959 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2960 (class_with_protected_typedef, class_with_private_typedef)
2961 (struct_with_public_typedef, struct_with_protected_typedef)
2962 (struct_with_private_typedef): New classes/structs.
2963 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2964 typedefs and access specifiers.
2965
739b3f1d
PA
29662017-10-16 Pedro Alves <palves@redhat.com>
2967 Simon Marchi <simon.marchi@polymtl.ca>
2968
2969 * README (Local vs Remote vs Native): New section.
2970 * boards/local-board.exp: New file, with bits factored out from
2971 ...
2972 * boards/native-extended-gdbserver.exp: ... here. Load
2973 "local-board".
2974 * boards/native-gdbserver.exp: Load "local-board".
2975 (${board}_spawn, ${board}_exec): Delete.
2976 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2977 ...
2978 * boards/stdio-gdbserver-base.exp: ... this new file.
2979 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2980 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2981 procedure.
2982 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2983 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2984 stdio_gdbserver_command.
2985 (${board}_get_remote_address, ${board}_get_comm_port)
2986 (${board}_download, ${board}_upload): Delete.
2987 (get_target_remote_pipe_cmd): New.
2988
fe68b953
SM
29892017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2990
2991 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2992 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2993 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2994 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2995 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2996 remove with_test_prefix.
2997
300b6685
PA
29982017-10-13 Pedro Alves <palves@redhat.com>
2999
3000 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3001 * gdb.base/annota1.exp: Use it instead of is_remote.
3002 * gdb.base/annota3.exp: Use it instead of is_remote.
3003 * gdb.cp/annota2.exp: Use it instead of is_remote.
3004 * gdb.cp/annota3.exp: Use it instead of is_remote.
3005 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3006
50500caf
PA
30072017-10-13 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3010 (test_num_test_vars, run_and_count_vars, find_env)
3011 (test_set_unset_env, test_inherit_env_var): New procedures.
3012 (top level): Use them.
3013
dad0c6d2
PA
30142017-10-13 Pedro Alves <palves@redhat.com>
3015
3016 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3017 also skip on stub-like targets.
3018
8b0553c1
PA
30192017-10-13 Pedro Alves <palves@redhat.com>
3020
3021 PR gdb/22293
3022 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3023 (top level): Move some tests to ...
3024 (test_not_found): ... this new procedure.
3025 (top level): Call it.
3026
7594f623
PA
30272017-10-13 Pedro Alves <palves@redhat.com>
3028
3029 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3030 expect different "info terminal" output if testing with a
3031 non-native target.
3032
ebe3b402
PA
30332017-10-13 Pedro Alves <palves@redhat.com>
3034 Simon Marchi <simon.marchi@polymtl.ca>
3035
3036 PR python/12966
3037 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3038
42f1b161
PA
30392017-10-13 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3042 already.
3043
8d6ef72b
PA
30442017-10-13 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3047 is_remote.
3048
d7bcd5b8
PA
30492017-10-13 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3052 is_remote.
3053
df479dc6
PA
30542017-10-13 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3057 is set.
3058 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3059 instead of is_remote.
3060
23fb630a
PA
30612017-10-13 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3064 (top level): Add comment.
3065
cc77b1dc
PA
30662017-10-13 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.base/remote.exp (top level): Fix comment typo and add
3069 missing return.
3070
27c9e813
PA
30712017-10-13 Pedro Alves <palves@redhat.com>
3072 Simon Marchi <simon.marchi@polymtl.ca>
3073
3074 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3075 calls and add comments. Skip test if use_gdb_stub is set.
3076 (top level): Use "set cwd" command instead of "cd" command.
3077
5e830d98
PA
30782017-10-13 Pedro Alves <palves@redhat.com>
3079
3080 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3081 is_remote target check.
3082
f5ca0032
PA
30832017-10-13 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/scope.exp: Use build_executable + clean_restart +
3086 gdb_file_cmd instead of prepare_for_testing and no longer skip
3087 "before run" tests on is_remote target boards. Update comments.
3088 * boards/native-extended-gdbserver.exp
3089 (extended_gdbserver_load_last_file): New, factored out from ...
3090 (gdb_load): ... this. Move further below and add comment.
3091 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3092
8aed1c0d
PA
30932017-10-12 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.base/attach.exp: Remove references to gdb64.
3096 * gdb.base/dbx.exp: Remove references to gdb64.
3097
cfa34c87
SM
30982017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3099 Pedro Alves <palves@redhat.com>
3100
3101 * gdb.base/label.exp: Remove is_remote target check.
3102
9192b7de
PA
31032017-10-12 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/auvx.exp (coredir): Update comment.
3106 (top level) <core_works>: Use "set cwd" command instead of "cd"
3107 command.
3108
6bf0052d
PA
31092017-10-12 Pedro Alves <palves@redhat.com>
3110 Simon Marchi <simon.marchi@polymtl.ca>
3111
3112 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3113 target boards.
3114
e48ef82d
PA
31152017-10-12 Pedro Alves <palves@redhat.com>
3116 Simon Marchi <simon.marchi@polymtl.ca>
3117
3118 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3119 Instead skip if there's any gdb_protocol set.
3120
8d7aea57
SM
31212017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3122 Pedro Alves <palves@redhat.com>
3123
3124 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3125
30440677
PA
31262017-10-12 Pedro Alves <palves@redhat.com>
3127 Simon Marchi <simon.marchi@polymtl.ca>
3128
3129 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3130 instead of on dejagnu remote boards.
3131
4e04f045 31322017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3133 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3134
3135 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3136 checks. Use build_executable + clean_restart instead of
3137 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3138 of enabling non-stop after starting gdb.
3139
871a186e
PA
31402017-10-12 Pedro Alves <palves@redhat.com>
3141
3142 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3143 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3144 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3145 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3146
56d704da
AK
31472017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3148
3149 * gdb.arch/arc-tdesc-cpu.exp: New file.
3150 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3151
2f20e312
SM
31522017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3153
3154 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3155
65630365
PA
31562017-10-10 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3159 expect CLI output.
3160
bf469271
PA
31612017-10-10 Pedro Alves <palves@redhat.com>
3162
3163 * lib/selftest-support.exp (selftest_setup): Update for
3164 captured_command_loop's prototype change.
3165
777a42f1
PA
31662017-10-09 Pedro Alves <palves@redhat.com>
3167
3168 Test both arch1=>arch2 and arch2=>arch1.
3169
3170 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3171 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3172 factored out to...
3173 (append_arch1_options, append_arch2_options, append_arch_options)
3174 (build_executables): New procedures.
3175 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3176 local.
3177 (top level): Add new 'first_arch' testing axis.
3178
cbd2b4e3
PA
31792017-10-09 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3182 (barrier): New.
3183 (thread_start, all_started): New functions.
3184 (main): Spawn new thread and wait until it is scheduled.
3185 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3186 option.
3187 (do_test): Add 'selected_thread' parameter. Run to all_started
3188 instead of main. Explicitly set the breakpoint at main. Switch
3189 to the SELECTED_THREAD thread.
3190 (top level): Test handling the exec event with either the main
3191 thread or the second thread selected.
3192
5c9e4427
PA
31932017-10-09 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3196 logic. Move STOP marker after the value checks.
3197 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3198 regexp.
3199
b3b7c423
SL
32002017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3201
3202 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3203
3b4b2f16
UW
32042017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3205
3206 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3207 integer-to-dfp conversion.
3208 * gdb.base/dfp-test.exp: Likewise.
3209
5cd63fda
PA
32102017-10-04 Pedro Alves <palves@redhat.com>
3211
3212 * gdb.multi/hangout.c: Include <unistd.h>.
3213 (hangout_loop): New function.
3214 (main): Call alarm. Call hangout_loop in a loop.
3215 * gdb.multi/hello.c: Include <unistd.h>.
3216 (hello_loop): New function.
3217 (main): Call alarm. Call hangout_loop in a loop.
3218 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3219 inferior with the other selected.
3220
4c71c105
SM
32212017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3222
3223 * gdb.mi/list-thread-groups-available.exp: New file.
3224 * gdb.mi/list-thread-groups-available.c: New file.
3225
bc3b087d
SDJ
32262017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3227
3228 * gdb.base/set-cwd.exp: Make it available on
3229 native-extended-gdbserver.
3230
d092c5a2
SDJ
32312017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3232
3233 * gdb.base/set-cwd.c: New file.
3234 * gdb.base/set-cwd.exp: Likewise.
3235
45320ffa
TT
32362017-10-02 Tom Tromey <tom@tromey.com>
3237
3238 PR rust/22236:
3239 * gdb.rust/simple.rs (main): New variable "fslice".
3240 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3241
b3e3859b
TT
32422017-10-02 Tom Tromey <tom@tromey.com>
3243
3244 * gdb.rust/simple.exp: Test ptype of a slice.
3245
01af5e0d
TT
32462017-10-02 Tom Tromey <tom@tromey.com>
3247
3248 * gdb.rust/simple.exp: Test index of slice.
3249
a9bbfbd8
TT
32502017-09-27 Tom Tromey <tom@tromey.com>
3251
3252 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3253
df8899e5
TP
32542017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3255 Pedro Alves <palves@redhat.com>
3256
3257 * gdb.base/compare-sections.exp (get value of read-only section): Read
3258 as unsigned value.
3259 (corrupt read-only section): Likewise and don't set written if patching
3260 failed.
3261
757bf54b
KB
32622017-09-21 Kevin Buettner <kevinb@redhat.com>
3263
3264 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3265 files.
3266
06871ae8
PA
32672017-09-20 Pedro Alves <palves@redhat.com>
3268
3269 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3270 symbol names in gdb's output.
3271 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3272
e5f25bc5
PA
32732017-09-20 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3276 Rename to ...
3277 (test_list_ambiguous_symbol): ... this and add a symbol name
3278 parameter. Adjust.
3279 (test_list_ambiguous_function): Reimplement on top of
3280 test_list_ambiguous_symbol and also test listing ambiguous
3281 variables.
3282 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3283 (ambiguous_fun): ... this.
3284 (ambiguous_var): New.
3285 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3286 (ambiguous_fun): ... this.
3287 (ambiguous_var): New.
3288
4e5a4f58
JB
32892017-09-19 John Baldwin <jhb@FreeBSD.org>
3290
3291 * gdb.base/starti.c: New file.
3292 * gdb.base/starti.exp: New file.
3293 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3294
26e53f3e
PA
32952017-09-14 Pedro Alves <palves@redhat.com>
3296
3297 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3298 (top level): Use it instead of runto.
3299
cb791d59
TT
33002017-09-11 Tom Tromey <tom@tromey.com>
3301
3302 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3303
7c96f8c1
TT
33042017-09-11 Tom Tromey <tom@tromey.com>
3305
3306 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3307 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3308
469412dd
CW
33092017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3310
3311 * gdb.fortran/printing-types.exp: New file.
3312 * gdb.fortran/printing-types.exp: New file.
3313
e0f86435
BH
33142017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3315
3316 * gdb.fortran/vla-ptype.exp: Fix typos.
3317 * gdb.fortran/vla-value.exp: Same.
3318
9e9af4be
BH
33192017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3320
3321 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3322 * gdb.mi/mi-var-child-f.exp: Likewise.
3323 * gdb.mi/mi-vla-fortran.exp: Likewise.
3324
a5ad232b
FP
33252017-09-08 Frank Penczek <frank.penczek@intel.com>
3326 Christoph Weinmann <christoph.t.weinmann@intel.com>
3327 Bernhard Heckel <bernhard.heckel@intel.com>
3328
3329 * gdb.fortran/ptr-indentation.f90: New file.
3330 * gdb.fortran/ptr-indentation.exp: New file.
3331
5aec60eb
TT
33322017-09-05 Tom Tromey <tom@tromey.com>
3333
3334 PR gdb/22010:
3335 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3336
8f8f8152
TP
33372017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3338
3339 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3340
fbd1b771
JK
33412017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3342
3343 * gdb.threads/tls-nodebug-pie.c: New file.
3344 * gdb.threads/tls-nodebug-pie.exp: New file.
3345
5eb5f850
TT
33462017-09-05 Tom Tromey <tom@tromey.com>
3347
3348 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3349 for rust.
3350
ae780a21
SM
33512017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3352
3353 * gdb.multi/multi-arch-exec.exp: Test with different
3354 "follow-exec-mode" settings.
3355 (do_test): New procedure.
3356
3693fdb3
PA
33572017-09-04 Pedro Alves <palves@redhat.com>
3358
3359 * gdb.base/func-static.c (S::method const, S::method volatile)
3360 (S::method volatile const): New methods.
3361 (c_s, v_s, cv_s): New instances.
3362 (main): Call method() on them.
3363 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3364 (cannot_resolve): New procedure.
3365 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3366 print-quote-unquoted columns.
3367 (do_test): Test printing each scope too.
3368
e68cb8e0
PA
33692017-09-04 Pedro Alves <palves@redhat.com>
3370
3371 * gdb.base/local-static.exp: Also test with
3372 class::method::variable wholly quoted.
3373 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3374
858be34c
PA
33752017-09-04 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.base/local-static.c: New.
3378 * gdb.base/local-static.cc: New.
3379 * gdb.base/local-static.exp: New.
3380
46a4882b
PA
33812017-09-04 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.asm/asm-source.exp: Add casts to int.
3384 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3385 (dataglobal64_1, dataglobal64_2): New globals.
3386 * gdb.base/nodebug.exp: Test different expressions involving the
3387 new globals, with print, whatis and ptype. Add casts to int.
3388 * gdb.base/solib-display.exp: Add casts to int.
3389 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3390 * gdb.cp/m-static.exp: Add cast to int.
3391 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3392 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3393 tls variable with no debug info without a cast. Test with a cast
3394 to int too.
3395 * gdb.trace/entry-values.exp: Add casts.
3396
2c5a2be1
PA
33972017-09-04 Pedro Alves <palves@redhat.com>
3398
3399 * gdb.base/nodebug.exp: Test that ptype's error about functions
3400 with unknown return type includes the function name too.
3401
7022349d
PA
34022017-09-04 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3405 return type of munmap in infcall.
3406 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3407 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3408 type of ftell in infcall.
3409 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3410 type of getpid in infcall.
3411 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3412 infcall.
3413 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3414 Bail on failure to extract the pid.
3415 * gdb.base/nodebug.c: #include <stdint.h>.
3416 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3417 New functions.
3418 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3419 Change expected output of print/whatis/ptype with functions with
3420 no debug info. Test all supported languages. Call
3421 test_call_promotion.
3422 * gdb.compile/compile.exp: Adjust expected output to expect
3423 warning.
3424 * gdb.threads/siginfo-threads.exp: Likewise.
3425
54990598
PA
34262017-09-04 Pedro Alves <palves@redhat.com>
3427
3428 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3429 "prototypes". Test calling float functions via prototyped and
3430 unprototyped function pointers.
3431 (perform_all_tests): New parameter "prototypes". Pass it down.
3432 (top level): Pass down "prototypes" parameter to
3433 perform_all_tests.
3434
34d16ea2
SM
34352017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3436
3437 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3438 Test with nested loops.
3439
9521ecda
SM
34402017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3441
3442 * gdb.base/commands.exp: Call the new procedures.
3443 (loop_break_test, loop_continue_test): New procedures.
3444
80a65e9b
SM
34452017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3446
3447 * gdb.base/commands.exp: Call new procedure.
3448 (define_if_without_arg_test): New procedure.
3449
e439fa14
PA
34502017-09-04 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/list-ambiguous.exp: New file.
3453 * gdb.base/list-ambiguous0.c: New file.
3454 * gdb.base/list-ambiguous1.c: New file.
3455 * gdb.base/list.exp (test_list_range): Adjust expected output.
3456
0a2dde4a
SDJ
34572017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3458
3459 * gdb.base/share-env-with-gdbserver.c: New file.
3460 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3461
5e89eb3a
SM
34622017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3463
3464 * gdb.base/commands.exp (gdbvar_simple_if_test,
3465 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3466 progvar_simple_if_test, progvar_simple_while_test,
3467 progvar_complex_if_while_test, user_defined_command_test,
3468 user_defined_command_args_eval,
3469 user_defined_command_args_stack_test,
3470 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3471 temporary_breakpoint_commands,
3472 gdb_test_no_prompt, redefine_hook_test,
3473 redefine_backtrace_test): Remove "global gdb_prompt".
3474
fd437cbc
SM
34752017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3476
3477 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3478 New proc, call it from toplevel.
3479
87215ad1
SDJ
34802017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3481
3482 PR remote/21852
3483 * gdb.server/normal.c: New file, copied from gdb.base.
3484 * gdb.server/run-without-local-binary.exp: New file.
3485
58afddc6
WP
34862017-08-07 Weimin Pan <weimin.pan@oracle.com>
3487
3488 * gdb.arch/sparc64-adi.exp: New file.
3489 * gdb.arch/sparc64-adi.c: New file.
3490
5277199a
PA
34912017-08-22 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3494 (top level): Add "list all overloads" tests.
3495
14278e1f
TT
34962017-08-22 Tom Tromey <tom@tromey.com>
3497
3498 * gdb.gdb/xfullpath.exp: Remove.
3499
bf223d3e
PA
35002017-08-21 Pedro Alves <palves@redhat.com>
3501
3502 PR gdb/19487
3503 * gdb.base/symbol-alias.c: New.
3504 * gdb.base/symbol-alias2.c: New.
3505 * gdb.base/symbol-alias.exp: New.
3506
c973d0aa
PA
35072017-08-21 Pedro Alves <palves@redhat.com>
3508
3509 * gdb.base/dfp-test.c
3510 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3511 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3512 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3513 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3514 * gdb.base/whatis-ptype-typedefs.c: New.
3515 * gdb.base/whatis-ptype-typedefs.exp: New.
3516 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3517 (an_int, an_int_type, an_int_type2): New globals.
3518 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3519 involving typedefs and cast expressions.
3520 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3521 (lookup_typedefs_function): New.
3522 (typedefs_pretty_printers_dict): New.
3523 (top level): Register lookup_typedefs_function in
3524 gdb.pretty_printers.
3525
6d580b63
YQ
35262017-08-18 Yao Qi <yao.qi@linaro.org>
3527
3528 * gdb.server/unittest.exp: New.
3529
206726fb
SDJ
35302017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3531
3532 PR gdb/21954
3533 * gdb.base/environ.exp: Add test to check if 'unset environment'
3534 works.
3535
bf0ec4c2
AA
35362017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3537
3538 * lib/gdb.exp (universal_compile_options): New caching proc.
3539 (gdb_compile): Suppress GCC's coloring of messages.
3540
d6382fff
TT
35412017-08-14 Tom Tromey <tom@tromey.com>
3542
3543 PR gdb/21675:
3544 * gdb.base/printcmds.exp (test_radices): New function.
3545 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3546 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3547 * lib/gdb.exp (get_integer_valueof): Use p/d.
3548
c2c2dd9f
SM
35492017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3550
3551 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3552 characters.
3553
fdffd6f4
TT
35542017-08-05 Tom Tromey <tom@tromey.com>
3555
3556 * gdb.rust/simple.exp: Allow String to appear in a different
3557 namespace.
3558
27d41eac
YQ
35592017-07-26 Yao Qi <yao.qi@linaro.org>
3560
3561 * gdb.gdb/unittest.exp: Invoke command
3562 "maintenance check xml-descriptions".
3563
031ed05d
AA
35642017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3565
3566 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3567 calling context.
3568 (hex128): Drop erroneous calculation of parameters.
3569
dcd27ddf
SM
35702017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3571
3572 * gdb.python/py-unwind.exp: Disable stack protection when
3573 building test file.
3574
47e77640
PA
35752017-07-20 Pedro Alves <palves@redhat.com>
3576
3577 * gdb.base/default.exp (set language): Adjust expected output.
3578
62d2a18a
PA
35792017-07-20 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3582 (test_minsym): ... this, and make static.
3583 (get_pck__foo__bar__minsym): Rename to ...
3584 (get_test_minsym): ... this.
3585 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3586 symbol names and comments.
3587 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3588 (get_test_minsym): ... this.
3589 (pck__foo__bar__minsym__2): Rename to ...
3590 (test_minsym): ... this.
3591 (main): Adjust.
3592
c45ec17c
PA
35932017-07-17 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.base/completion.exp: Adjust expected output.
3596 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3597 the completer works.
3598
c6756f62
PA
35992017-07-17 Pedro Alves <palves@redhat.com>
3600
3601 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3602
5bd68487
AB
36032017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3606
8880f2a9
TT
36072017-07-14 Tom Tromey <tom@tromey.com>
3608
3609 PR rust/21764:
3610 * gdb.rust/simple.exp: Add tests.
3611
65547233
TT
36122017-07-14 Tom Tromey <tom@tromey.com>
3613
3614 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3615
8f14146e
PA
36162017-07-14 Pedro Alves <palves@redhat.com>
3617
3618 * gdb.linespec/base/one/thefile.cc (z1): New function.
3619 * gdb.linespec/base/two/thefile.cc (z2): New function.
3620 * gdb.linespec/linespec.exp: Add tests.
3621
b4365d02
AB
36222017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3623
3624 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3625 to mi_create_breakpoint.
3626
5d2cbaa5
AB
36272017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3628
3629 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3630 mi_create_breakpoint.
3631
11cb5716
IB
36322017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3633
3634 * gdb.dlang/demangle.exp: Update for demangling changes.
3635
03278692
TT
36362017-07-09 Tom Tromey <tom@tromey.com>
3637
3638 * gdb.dwarf2/shortpiece.exp: New file.
3639
33c5cd75
DB
36402017-07-06 David Blaikie <dblaikie@gmail.com>
3641
3642 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3643 built from fissiont-multi-cu{1,2}.c.
3644 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3645 except putting 'main' and 'func' in separate CUs in the same DWO file.
3646 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3647 test.
3648 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3649 test.
3650
8455d262
PA
36512017-07-06 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.python/py-unwind.exp: Test flushregs.
3654
dc4bde35
SDJ
36552017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3656
3657 PR cli/21688
3658 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3659 tests for alias commands and trailing whitespace.
3660
51ed89aa
SDJ
36612017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3662
3663 PR cli/21688
3664 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3665 procedure. Call it.
3666
eb17d413
PA
36672017-06-29 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/printcmds.exp: Add tests.
3670
41664b45
DG
36712017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3672
3673 PR gdb/21337
3674 * gdb.base/reread-readsym.exp: New file.
3675 * gdb.base/reread-readsym.c: New file.
3676
75312ae3
KB
36772017-06-21 Kevin Buettner <kevinb@redhat.com>
3678
3679 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3680 subpattern.
3681
66953522
PB
36822017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3683
3684 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3685 extended mnemonic.
3686 * gdb.arch/powerpc-power9.s: Likewise.
3687
5524b525
AA
36882017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3689
3690 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3691 on 32-bit x86 targets. Exploit is_*_target macros where
3692 appropriate.
3693
03c8af18
AA
36942017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3695
3696 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3697 register pieces.
3698
3bf31011
AA
36992017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3700
3701 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3702 located in one or more DWARF pieces.
3703
805acca0
AA
37042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3705
3706 * lib/gdb.exp (get_endianness): New proc.
3707 * gdb.arch/aarch64-fp.exp: Use it.
3708 * gdb.arch/altivec-regs.exp: Likewise.
3709 * gdb.arch/e500-regs.exp: Likewise.
3710 * gdb.arch/vsx-regs.exp: Likewise.
3711 * gdb.base/dump.exp: Likewise.
3712 * gdb.base/funcargs.exp: Likewise.
3713 * gdb.base/gnu_vector.exp: Likewise.
3714 * gdb.dwarf2/formdata16.exp: Likewise.
3715 * gdb.dwarf2/implptrpiece.exp: Likewise.
3716 * gdb.dwarf2/nonvar-access.exp: Likewise.
3717 * gdb.python/py-inferior.exp: Likewise.
3718 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3719
e9352324
AA
37202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3721
3722 PR gdb/21226
3723 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3724 stack value pieces are taken from the LSB end.
3725
d5d1163e
AA
37262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3727
3728 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3729 variable at nonzero offset.
3730
0567c986
AA
37312017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3732
3733 * gdb.dwarf2/var-access.c: New file.
3734 * gdb.dwarf2/var-access.exp: New test.
3735 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3736
973e9aab
TT
37372017-06-12 Tom Tromey <tom@tromey.com>
3738
3739 * gdb.dwarf2/formdata16.exp: Add tests.
3740
d9109c80
TT
37412017-06-12 Tom Tromey <tom@tromey.com>
3742
3743 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3744
30a25466
TT
37452017-06-12 Tom Tromey <tom@tromey.com>
3746
3747 PR exp/16225:
3748 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3749 * gdb.arch/vsx-regs.exp: Update tests.
3750 * gdb.arch/s390-vregs.exp (hex128): New proc.
3751 Update test.
3752 * gdb.arch/altivec-regs.exp: Update tests.
3753
aefd8b33
SDJ
37542017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3755
3756 * gdb.base/startup-with-shell.c: New file.
3757 * gdb.base/startup-with-shell.exp: Likewise.
3758
2090129c
SDJ
37592017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3760
3761 * gdb.server/non-existing-program.exp: Update regex in order to
3762 reflect the fact that gdbserver is now using fork_inferior (with a
3763 shell) to startup the inferior.
3764
8e86a419
SM
37652017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3766
3767 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3768 support function calls from GDB.
3769
e6cf65f2
TT
37702017-05-21 Tom Tromey <tom@tromey.com>
3771
3772 PR rust/21466:
3773 * gdb.rust/unsized.exp: New file.
3774 * gdb.rust/unsized.rs: New file.
3775
43cc5389
TT
37762017-05-19 Tom Tromey <tom@tromey.com>
3777
3778 PR rust/21484:
3779 * gdb.rust/watch.exp: New file.
3780 * gdb.rust/watch.rs: New file.
3781
ec8df234
TT
37822017-05-18 Tom Tromey <tom@tromey.com>
3783
3784 * gdb.rust/simple.exp: Allow Box to be qualified.
3785
3e3e7fae
TP
37862017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3787
3788 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3789
59cc050d
PA
37902017-05-18 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.base/fileio.c (test_write, test_read, test_close)
3793 (test_fstat): Don't print 'ret' in the fail path.
3794
c8f6abd1
PA
37952017-05-18 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3798 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3799 (test_system, test_rename, test_unlink, test_time): Change
3800 prototypes.
3801 * gdb.base/fileio.exp (stop_msg): Adjust.
3802
d2a03b77
PA
38032017-05-18 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.base/fileio.c (null_str): New global.
3806 (test_stat): Use it.
3807 * gdb.base/fileio.exp: Remove nowarnings.
3808
0d5c6999
YQ
38092017-05-17 Yao Qi <yao.qi@linaro.org>
3810
3811 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3812
21873064
YQ
38132017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3814
3815 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3816 argument command.
3817 (top-level): Invoke test_set_inferior_tty.
3818
d512d31c
PA
38192017-05-04 Pedro Alves <palves@redhat.com>
3820
3821 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3822 Add parens to print call for Python 3.
3823
90cef2ed
KS
38242017-05-03 Keith Seitz <keiths@redhat.com>
3825
3826 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3827 (main): Call it.
3828
14f819c8
TW
38292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3830
3831 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3832 to prev and next.
3833
913aeadd
TW
38342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3835
3836 * gdb.python/py-record-btrace.exp: Remove test for
3837 gdb.BtraceInstruction.error.
3838
a3be24ad
TW
38392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3840
3841 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3842
ae20e79a
TW
38432017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3844
3845 * gdb.python/py-record-btrace-threads.c: New file.
3846 * gdb.python/py-record-btrace-threads.exp: New file.
3847
45ce1b47
SDJ
38482017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3849
3850 PR testsuite/8595
3851 * gdb.base/environ.exp: Make test available in all architectures.
3852 Move bits related to "info program" testing to
3853 gdb.base/info-program.exp. Rewrite tests to use the two new
3854 procedures mentione below.
3855 (test_set_show_env_var) New procedure.
3856 (test_set_show_env_var_equal): Likewise.
3857 * gdb.base/info-program.exp: New file.
3858
e15c3eb4
KS
38592017-04-27 Keith Seitz <keiths@redhat.com>
3860
3861 * gdb.cp/oranking.cc (test15): New function.
3862 (main): Call test15 and declare additional variables for testing.
3863 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3864 "p foo101('abc')" tests.
3865 Add tests for cv qualifier overloads.
3866 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3867 "lvalue reference overload" test.
3868 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3869 "print value of f1 on Child&& in f2" test.
3870
3a3fd0fd
PA
38712017-04-19 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3874 procedure.
3875 (top level): Call it.
3876 * lib/gdb.exp (gdb_define_cmd): New procedure.
3877
53375380
PA
38782017-04-12 Pedro Alves <palves@redhat.com>
3879
3880 PR gdb/21323
3881 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3882 (wchar): New global.
3883 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3884 (do_test_wide_char, wide_char_types_no_program, top level): Add
3885 wchar_t testing.
3886
53e710ac
PA
38872017-04-12 Pedro Alves <palves@redhat.com>
3888
3889 PR c++/21323
3890 * gdb.cp/wide_char_types.c: New file.
3891 * gdb.cp/wide_char_types.exp: New file.
3892
0ad9d8c7
SDJ
38932017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3894
3895 PR gdb/21352
3896 * gdb.trace/tsv.exp: Add test for "tsave -r".
3897
b1b45502
IB
38982017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3899
3900 * gdb.dlang/watch-loc.c: New file.
3901 * gdb.dlang/watch-loc.exp: New file.
3902
ec13808e
JK
39032017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3906
fe5f7374
AK
39072017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3908
3909 * gdb.arch/arc-analyze-prologue.S: New file.
3910 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3911
eea78757
AK
39122017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3913
3914 * gdb.arch/arc-decode-insn.S: New file.
3915 * gdb.arch/arc-decode-insn.exp: Likewise.
3916
5badf10a
IR
39172017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3918
3919 PR tdep/20928
3920 * gdb.arch/sparc64-regs.exp: New file.
3921 * gdb.arch/sparc64-regs.S: Likewise.
3922
cee59b3f
TW
39232017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3924
3925 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3926 and memory view on Python 3.
3927
c0f55cc6
AV
39282017-03-20 Artemiy Volkov <artemiyv@acm.org>
3929 Keith Seitz <keiths@redhat.com>
3930
3931 PR gdb/14441
3932 * gdb.cp/demangle.exp: Add rvalue reference tests.
3933 * gdb.cp/rvalue-ref-casts.cc: New file.
3934 * gdb.cp/rvalue-ref-casts.exp: New file.
3935 * gdb.cp/rvalue-ref-overload.cc: New file.
3936 * gdb.cp/rvalue-ref-overload.exp: New file.
3937 * gdb.cp/rvalue-ref-params.cc: New file.
3938 * gdb.cp/rvalue-ref-params.exp: New file.
3939 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3940 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3941 * gdb.cp/rvalue-ref-types.cc: New file.
3942 * gdb.cp/rvalue-ref-types.exp: New file.
3943 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3944 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3945
51457a05
MAL
39462017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3947
3948 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3949 New procedure.
3950
5b291c04
MAL
39512017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3952
3953 * lib/mi-support.exp (mi_gdb_test): Add additional message
3954 for unexpected output.
3955
59a56148
AA
39562017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3957
3958 * gdb.base/examine-backward.c (Barrier): New character array
3959 constant, to ensure that TestStrings is preceded by a string
3960 terminator.
3961
7942e96e
AA
39622017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3963
3964 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3965 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3966 and implicit pointer into such a location.
3967
6ebac3fb
DE
39682017-03-16 Doug Evans <dje@google.com>
3969
3970 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3971
ec3b243d
TP
39722017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3973
3974 * gdb.cp/m-static.exp: Fix expectation for prototype of
3975 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3976
39772017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3978
3979 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3980 * gdb.guile/scm-lazy-string.c: New file.
3981 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3982 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3983 for pointer, array, typedef lazy strings.
3984
2cc36e25 39852017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3986
3987 PR python/17728, python/18439, python/18779
3988 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3989 * gdb.python/py-lazy-string.c (pointer): New typedef.
3990 (main): New locals ptr, array, typedef_ptr.
3991 * gdb.python/py-value.exp: Move lazy string tests to ...
3992 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3993 array, typedef lazy strings.
ec3b243d 3994
0efcde63
AK
39952017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3996
3997 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3998 Add optional 'test' parameter.
3999
7978d7c3
SM
40002017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4001
4002 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4003 Skip for versions of DejaGnu < 1.5.
4004
896c0c1e
SM
40052017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4006
4007 * lib/gdb.exp (dejagnu_version): New proc.
4008 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4009 Use dejagnu_version.
4010
5f4d1085
KS
40112017-03-10 Keith Seitz <keiths@redhat.com>
4012
4013 PR c++/8128
4014 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4015 type from destructor regexps.
4016 Add a branch which actually passes the test.
4017 Adjust "ptype t5i" test names.
4018
1de05205
PA
40192017-03-08 Pedro Alves <palves@redhat.com>
4020
4021 * gdb.base/step-over-exit.exp: Add explicit test message.
4022
c65d6b55
PA
40232017-03-08 Pedro Alves <palves@redhat.com>
4024
4025 PR gdb/18360
4026 * gdb.threads/interrupt-while-step-over.c: New file.
4027 * gdb.threads/interrupt-while-step-over.exp: New file.
4028
2e86a283
PA
40292017-03-08 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4032 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4033
25dcbff6
PA
40342017-03-08 Pedro Alves <palves@redhat.com>
4035
4036 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4037 PKRU as not supported as a PASS.
4038
dc9366eb
PA
40392017-03-08 Pedro Alves <palves@redhat.com>
4040
4041 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4042 prefix instead of $binfile1/$binfile2.
4043 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4044 in test message.
4045 * gdb.python/py-completion.exp: Use "load python file" as test
4046 messages instead of unstable path names.
4047
6e5d74e7
PA
40482017-03-08 Pedro Alves <palves@redhat.com>
4049 Jan Kratochvil <jan.kratochvil@redhat.com>
4050
4051 PR cli/21218
4052 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4053 New proc.
4054 (top level): Call it.
4055
9753a2f6
PA
40562017-03-08 Pedro Alves <palves@redhat.com>
4057
4058 PR tui/21216
4059 * gdb.tui/tui-nl-filtered-output.exp: New file.
4060
1a4dd9dd
PA
40612017-03-08 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.base/completion.exp: Move TUI completion tests to ...
4064 * gdb.tui/completion.exp: ... this new file.
4065
7cbbff33
PA
40662017-03-08 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.base/tui-disasm-long-lines.c,
4069 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4070 gdb.base/tui-layout.exp: Move to ...
4071 * gdb.tui/: ... this new directory.
4072
5f6fd321
PA
40732017-03-07 Pedro Alves <palves@redhat.com>
4074
4075 * gdb.base/tui-layout.c: New file.
4076 * gdb.base/tui-layout.exp: New file.
4077
44959fa8
PA
40782017-03-07 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.base/tui-layout.c: Rename to ...
4081 * gdb.base/tui-disasm-long-lines.c: ... this.
4082 * gdb.base/tui-layout.exp: Rename to ...
4083 * gdb.base/tui-disasm-long-lines.exp: ... this.
4084
f8c4e718
PA
40852017-03-07 Pedro Alves <palves@redhat.com>
4086
4087 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4088
6dbb839a 40892017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4090
4091 * i386-mpx-call.c: New file.
4092 * i386-mpx-call.exp: New file.
4093
65b48a81
PB
40942017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4095
4096 * gdb.arch/powerpc-power.exp: Delete test.
4097 * gdb.arch/powerpc-power.s: Likewise.
4098 * gdb.disasm/disassembler-options.exp: New test.
4099 * gdb.arch/powerpc-altivec.exp: Likewise.
4100 * gdb.arch/powerpc-altivec.s: Likewise.
4101 * gdb.arch/powerpc-altivec2.exp: Likewise.
4102 * gdb.arch/powerpc-altivec2.s: Likewise.
4103 * gdb.arch/powerpc-altivec3.exp: Likewise.
4104 * gdb.arch/powerpc-altivec3.s: Likewise.
4105 * gdb.arch/powerpc-power7.exp: Likewise.
4106 * gdb.arch/powerpc-power7.s: Likewise.
4107 * gdb.arch/powerpc-power8.exp: Likewise.
4108 * gdb.arch/powerpc-power8.s: Likewise.
4109 * gdb.arch/powerpc-power9.exp: Likewise.
4110 * gdb.arch/powerpc-power9.s: Likewise.
4111 * gdb.arch/powerpc-vsx.exp: Likewise.
4112 * gdb.arch/powerpc-vsx.s: Likewise.
4113 * gdb.arch/powerpc-vsx2.exp: Likewise.
4114 * gdb.arch/powerpc-vsx2.s: Likewise.
4115 * gdb.arch/powerpc-vsx3.exp: Likewise.
4116 * gdb.arch/powerpc-vsx3.s: Likewise.
4117 * gdb.arch/arm-disassembler-options.exp: Likewise.
4118 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4119 * gdb.arch/s390-disassembler-options.exp: Likewise.
4120
17cd4947
LM
41212017-02-23 Luis Machado <lgustavo@codesourcery.com>
4122
4123 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4124 (check_supported_features): ... this. Changed return type to void.
4125 (supports_rdseed): New static global.
4126 (rdseed): Check supports_rdseed.
4127 (initialize): Call check_supported_features.
4128
2039d74e
EBM
41292017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4130
4131 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4132 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4133 and lqarx/stqcx.
4134 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4135 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4136
a51d7ecf
EBM
41372017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4138
4139 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4140 uppercase.
4141
0224619f
JK
41422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 * gdb.dwarf2/formdata16.c: New file.
4145 * gdb.dwarf2/formdata16.exp: New file.
4146 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4147
216f72a1
JK
41482017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4149
4150 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4151 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4152 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4153 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4154 DW_AT_GNU_*.
4155
43988095
JK
41562017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4157
4158 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4159
99e8a4f9
SDJ
41602017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4161
4162 PR gdb/21164
4163 * gdb.base/maint.exp: Add testcases for when the commands do
4164 not have arguments.
4165
b58a8c0c
TP
41662017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4167
4168 * gdb.cp/chained-calls.exp: Use p instead of P.
4169
4e746bb6
TW
41702017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4171
4172 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4173 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4174
3f77c769
TT
41752017-02-14 Tom Tromey <tom@tromey.com>
4176
4177 PR python/13598:
4178 * gdb.python/py-events.exp: Add before_prompt event tests.
4179
075beec0
AA
41802017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4181
4182 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4183
bf5f525c
LM
41842017-02-13 Luis Machado <lgustavo@codesourcery.com>
4185
4186 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4187 (main): Call my_unique_function_name.
4188 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4189 completion of patterns with a single match.
4190 Add missing -re switches to gdb_test_multiple calls.
4191
13a66184
LM
41922017-02-13 Luis Machado <lgustavo@codesourcery.com>
4193
4194 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4195 return if core file is not recognized.
4196
26a06916
SM
41972017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4198
4199 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4200 and extra UIs.
4201
b761ca9e
SM
42022017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4203
4204 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4205 proc_with_prefix.
4206
b964bee0
TT
42072017-02-10 Tom Tromey <tom@tromey.com>
4208
4209 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4210
18da0c51
MG
42112017-02-10 Martin Galvan <martingalvan@sourceware.org>
4212
4213 PR gdb/21122
4214 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4215
604c4576
JG
42162017-02-08 Jerome Guitton <guitton@adacore.com>
4217
4218 * gdb.base/define.exp: Add test for command abbreviations
4219 in define.
4220
20b477a7
LM
42212017-02-06 Luis Machado <lgustavo@codesourcery.com>
4222
4223 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4224 * gdb.reverse/insn-reverse-x86.c: New file.
4225
3f7b46f2
IR
42262017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4227
4228 PR tdep/20936
4229 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4230
f0fd41c1
TT
42312017-02-03 Tom Tromey <tom@tromey.com>
4232
4233 PR rust/21097:
4234 * gdb.rust/simple.exp: Add new tests.
4235
5be5dbf0
PA
42362017-02-02 Pedro Alves <palves@redhat.com>
4237
4238 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4239 tests.
4240
7346ef59
AA
42412017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4242
4243 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4244 taking a 2-byte value out of a 4-byte DWARF implicit value on
4245 big-endian targets.
4246 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4247 logic. Add test cases for DW_OP_implicit.
4248
787f0025
MM
42492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4250
4251 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4252
68777c29
MM
42532017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4254
4255 * gdb.btrace/enable.exp: Call gdb_exit before
4256 skip_gdbserver_tests.
4257
0a1c7e28
MM
42582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4259
4260 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4261 GDBFLAGS.
4262
b5ac99b0
MM
42632017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4264
4265 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4266 the test is skipped.
4267 * gdb.btrace/data.exp: Likewise.
4268 * gdb.btrace/delta.exp: Likewise.
4269 * gdb.btrace/dlopen.exp: Likewise.
4270 * gdb.btrace/enable-running.exp: Likewise.
4271 * gdb.btrace/enable.exp: Likewise.
4272 * gdb.btrace/exception.exp: Likewise.
4273 * gdb.btrace/function_call_history.exp: Likewise.
4274 * gdb.btrace/gcore.exp: Likewise.
4275 * gdb.btrace/instruction_history.exp: Likewise.
4276 * gdb.btrace/multi-thread-step.exp: Likewise.
4277 * gdb.btrace/nohist.exp: Likewise.
4278 * gdb.btrace/non-stop.exp: Likewise.
4279 * gdb.btrace/reconnect.exp: Likewise.
4280 * gdb.btrace/record_goto-step.exp: Likewise.
4281 * gdb.btrace/record_goto.exp: Likewise.
4282 * gdb.btrace/rn-dl-bind.exp: Likewise.
4283 * gdb.btrace/segv.exp: Likewise.
4284 * gdb.btrace/step.exp: Likewise.
4285 * gdb.btrace/stepi.exp: Likewise.
4286 * gdb.btrace/tailcall-only.exp: Likewise.
4287 * gdb.btrace/tailcall.exp: Likewise.
4288 * gdb.btrace/tsx.exp: Likewise.
4289 * gdb.btrace/unknown_functions.exp: Likewise.
4290 * gdb.btrace/vdso.exp: Likewise.
4291
cd4007e4
MM
42922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4293
4294 * gdb.btrace/enable-running.c: New.
4295 * gdb.btrace/enable-running.exp: New.
4296
2735833d
WT
42972017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4298
4299 * gdb.arch/amd64-gs_base.c: New file.
4300 * gdb.arch/amd64-gs_base.exp: New file.
4301
b51e1e94
LM
43022017-01-26 Luis Machado <lgustavo@codesourcery.com>
4303
4304 * lib/memory.exp: Remove spurious empty newlines.
4305
72ca0410
SM
43062017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4307
4308 * gdb.python/py-bad-printers.exp: Load python file using "source".
4309 * gdb.python/py-events.exp: Likewise.
4310 * gdb.python/py-evsignal.exp: Likewise.
4311 * gdb.python/py-evthreads.exp: Likewise.
4312 * gdb.python/py-frame-args.exp: Likewise.
4313 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4314 * gdb.python/py-framefilter-mi.exp: Likewise.
4315 * gdb.python/py-framefilter.exp: Likewise.
4316 * gdb.python/py-mi.exp: Likewise.
4317 * gdb.python/py-pp-maint.exp: Likewise.
4318 * gdb.python/py-pp-registration.exp: Likewise.
4319 * gdb.python/py-prettyprint.exp: Likewise.
4320 (run_lang_tests): Likewise.
4321 * gdb.python/py-typeprint.exp: Likewise.
4322
e309aa65
LM
43232017-01-26 Luis Machado <lgustavo@codesourcery.com>
4324
4325 * lib/memory.exp: New file.
4326 * lib/gdb.exp: Load memory.exp.
4327 * gdb.base/memattr.exp (delete_memory): Move proc to
4328 lib/memory.exp and rename to delete_memory_regions.
4329 Replace delete_memory with delete_memory_regions.
4330 Cleanup memory regions before tests.
4331 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4332 before tests.
4333
515aff23
LM
43342017-01-26 Luis Machado <lgustavo@codesourcery.com>
4335
4336 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4337 files.
4338 (initialize): New function conditionally defined.
4339 (testcases): Move within conditional block.
4340 (main): Call initialize.
4341 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4342 of gdb.reverse/insn-reverse.c.
4343 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4344 gdb.reverse/insn-reverse.c.
4345
d8b49cf0
YQ
43462017-01-26 Yao Qi <yao.qi@linaro.org>
4347
4348 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4349 disassemble on address 0.
4350
f13a9a0c
YQ
43512017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4352 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4355 * gdb.dwarf2/implptr-64bit.S: Remove.
4356 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4357 variables in caller's context. Add DW_OP_implicit_value.
4358
5ac95241
YQ
43592017-01-25 Yao Qi <yao.qi@linaro.org>
4360
4361 * lib/dwarf.exp (Dwarf::_location): Handle
4362 DW_OP_GNU_implicit_pointer with proper size.
4363
23e82930
LM
43642017-01-20 Luis Machado <lgustavo@codesourcery.com>
4365
4366 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4367 and add untested calls.
4368
d334ae25
LM
43692017-01-20 Luis Machado <lgustavo@codesourcery.com>
4370
4371 * gdb.python/python.exp: Check line number against what GDB thinks
4372 the line number is for func1.
4373
f5e6296e
IB
43742017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4375
4376 * gdb.dlang/debug-expr.exp: New file.
4377
5b362f04
LM
43782016-12-23 Luis Machado <lgustavo@codesourcery.com>
4379
4380 Fix test names for the following files:
4381
4382 * gdb.ada/exec_changed.exp
4383 * gdb.ada/info_types.exp
4384 * gdb.arch/aarch64-atomic-inst.exp
4385 * gdb.arch/aarch64-fp.exp
4386 * gdb.arch/altivec-abi.exp
4387 * gdb.arch/altivec-regs.exp
4388 * gdb.arch/amd64-byte.exp
4389 * gdb.arch/amd64-disp-step.exp
4390 * gdb.arch/amd64-dword.exp
4391 * gdb.arch/amd64-entry-value-inline.exp
4392 * gdb.arch/amd64-entry-value-param.exp
4393 * gdb.arch/amd64-entry-value-paramref.exp
4394 * gdb.arch/amd64-entry-value.exp
4395 * gdb.arch/amd64-i386-address.exp
4396 * gdb.arch/amd64-invalid-stack-middle.exp
4397 * gdb.arch/amd64-invalid-stack-top.exp
4398 * gdb.arch/amd64-optimout-repeat.exp
4399 * gdb.arch/amd64-prologue-skip.exp
4400 * gdb.arch/amd64-prologue-xmm.exp
4401 * gdb.arch/amd64-stap-special-operands.exp
4402 * gdb.arch/amd64-stap-wrong-subexp.exp
4403 * gdb.arch/amd64-tailcall-cxx.exp
4404 * gdb.arch/amd64-tailcall-noret.exp
4405 * gdb.arch/amd64-tailcall-ret.exp
4406 * gdb.arch/amd64-tailcall-self.exp
4407 * gdb.arch/amd64-word.exp
4408 * gdb.arch/arm-bl-branch-dest.exp
4409 * gdb.arch/arm-disp-step.exp
4410 * gdb.arch/arm-neon.exp
4411 * gdb.arch/arm-single-step-kernel-helper.exp
4412 * gdb.arch/avr-flash-qualifier.exp
4413 * gdb.arch/disp-step-insn-reloc.exp
4414 * gdb.arch/e500-abi.exp
4415 * gdb.arch/e500-regs.exp
4416 * gdb.arch/ftrace-insn-reloc.exp
4417 * gdb.arch/i386-avx512.exp
4418 * gdb.arch/i386-bp_permanent.exp
4419 * gdb.arch/i386-byte.exp
4420 * gdb.arch/i386-cfi-notcurrent.exp
4421 * gdb.arch/i386-disp-step.exp
4422 * gdb.arch/i386-dr3-watch.exp
4423 * gdb.arch/i386-float.exp
4424 * gdb.arch/i386-gnu-cfi.exp
4425 * gdb.arch/i386-mpx-map.exp
4426 * gdb.arch/i386-mpx-sigsegv.exp
4427 * gdb.arch/i386-mpx-simple_segv.exp
4428 * gdb.arch/i386-mpx.exp
4429 * gdb.arch/i386-permbkpt.exp
4430 * gdb.arch/i386-prologue.exp
4431 * gdb.arch/i386-signal.exp
4432 * gdb.arch/i386-size-overlap.exp
4433 * gdb.arch/i386-unwind.exp
4434 * gdb.arch/i386-word.exp
4435 * gdb.arch/mips-fcr.exp
4436 * gdb.arch/powerpc-d128-regs.exp
4437 * gdb.arch/powerpc-stackless.exp
4438 * gdb.arch/ppc64-atomic-inst.exp
4439 * gdb.arch/s390-stackless.exp
4440 * gdb.arch/s390-tdbregs.exp
4441 * gdb.arch/s390-vregs.exp
4442 * gdb.arch/sparc-sysstep.exp
4443 * gdb.arch/thumb-bx-pc.exp
4444 * gdb.arch/thumb-singlestep.exp
4445 * gdb.arch/thumb2-it.exp
4446 * gdb.arch/vsx-regs.exp
4447 * gdb.asm/asm-source.exp
4448 * gdb.base/a2-run.exp
4449 * gdb.base/advance.exp
4450 * gdb.base/all-bin.exp
4451 * gdb.base/anon.exp
4452 * gdb.base/args.exp
4453 * gdb.base/arithmet.exp
4454 * gdb.base/async-shell.exp
4455 * gdb.base/async.exp
4456 * gdb.base/attach-pie-noexec.exp
4457 * gdb.base/attach-twice.exp
4458 * gdb.base/auto-load.exp
4459 * gdb.base/bang.exp
4460 * gdb.base/bitfields.exp
4461 * gdb.base/break-always.exp
4462 * gdb.base/break-caller-line.exp
4463 * gdb.base/break-entry.exp
4464 * gdb.base/break-inline.exp
4465 * gdb.base/break-on-linker-gcd-function.exp
4466 * gdb.base/break-probes.exp
4467 * gdb.base/break.exp
4468 * gdb.base/breakpoint-shadow.exp
4469 * gdb.base/call-ar-st.exp
4470 * gdb.base/call-sc.exp
4471 * gdb.base/call-signal-resume.exp
4472 * gdb.base/call-strs.exp
4473 * gdb.base/callfuncs.exp
4474 * gdb.base/catch-fork-static.exp
4475 * gdb.base/catch-gdb-caused-signals.exp
4476 * gdb.base/catch-load.exp
4477 * gdb.base/catch-signal-fork.exp
4478 * gdb.base/catch-signal.exp
4479 * gdb.base/catch-syscall.exp
4480 * gdb.base/charset.exp
4481 * gdb.base/checkpoint.exp
4482 * gdb.base/chng-syms.exp
4483 * gdb.base/code-expr.exp
4484 * gdb.base/code_elim.exp
4485 * gdb.base/commands.exp
4486 * gdb.base/completion.exp
4487 * gdb.base/complex.exp
4488 * gdb.base/cond-expr.exp
4489 * gdb.base/condbreak.exp
4490 * gdb.base/consecutive.exp
4491 * gdb.base/continue-all-already-running.exp
4492 * gdb.base/coredump-filter.exp
4493 * gdb.base/corefile.exp
4494 * gdb.base/dbx.exp
4495 * gdb.base/debug-expr.exp
4496 * gdb.base/define.exp
4497 * gdb.base/del.exp
4498 * gdb.base/disabled-location.exp
4499 * gdb.base/disasm-end-cu.exp
4500 * gdb.base/disasm-optim.exp
4501 * gdb.base/display.exp
4502 * gdb.base/duplicate-bp.exp
4503 * gdb.base/ena-dis-br.exp
4504 * gdb.base/ending-run.exp
4505 * gdb.base/enumval.exp
4506 * gdb.base/environ.exp
4507 * gdb.base/eu-strip-infcall.exp
4508 * gdb.base/eval-avoid-side-effects.exp
4509 * gdb.base/eval-skip.exp
4510 * gdb.base/exitsignal.exp
4511 * gdb.base/expand-psymtabs.exp
4512 * gdb.base/filesym.exp
4513 * gdb.base/find-unmapped.exp
4514 * gdb.base/finish.exp
4515 * gdb.base/float.exp
4516 * gdb.base/foll-exec-mode.exp
4517 * gdb.base/foll-exec.exp
4518 * gdb.base/foll-fork.exp
4519 * gdb.base/fortran-sym-case.exp
4520 * gdb.base/freebpcmd.exp
4521 * gdb.base/func-ptr.exp
4522 * gdb.base/func-ptrs.exp
4523 * gdb.base/funcargs.exp
4524 * gdb.base/gcore-buffer-overflow.exp
4525 * gdb.base/gcore-relro-pie.exp
4526 * gdb.base/gcore-relro.exp
4527 * gdb.base/gcore.exp
4528 * gdb.base/gdb1090.exp
4529 * gdb.base/gdb11530.exp
4530 * gdb.base/gdb11531.exp
4531 * gdb.base/gdb1821.exp
4532 * gdb.base/gdbindex-stabs.exp
4533 * gdb.base/gdbvars.exp
4534 * gdb.base/hbreak.exp
4535 * gdb.base/hbreak2.exp
4536 * gdb.base/included.exp
4537 * gdb.base/infcall-input.exp
4538 * gdb.base/inferior-died.exp
4539 * gdb.base/infnan.exp
4540 * gdb.base/info-macros.exp
4541 * gdb.base/info-os.exp
4542 * gdb.base/info-proc.exp
4543 * gdb.base/info-shared.exp
4544 * gdb.base/info-target.exp
4545 * gdb.base/infoline.exp
4546 * gdb.base/interp.exp
4547 * gdb.base/interrupt.exp
4548 * gdb.base/jit-reader.exp
4549 * gdb.base/jit-simple.exp
4550 * gdb.base/kill-after-signal.exp
4551 * gdb.base/kill-detach-inferiors-cmd.exp
4552 * gdb.base/label.exp
4553 * gdb.base/langs.exp
4554 * gdb.base/ldbl_e308.exp
4555 * gdb.base/line-symtabs.exp
4556 * gdb.base/linespecs.exp
4557 * gdb.base/list.exp
4558 * gdb.base/long_long.exp
4559 * gdb.base/longest-types.exp
4560 * gdb.base/maint.exp
4561 * gdb.base/max-value-size.exp
4562 * gdb.base/memattr.exp
4563 * gdb.base/mips_pro.exp
4564 * gdb.base/morestack.exp
4565 * gdb.base/moribund-step.exp
4566 * gdb.base/multi-forks.exp
4567 * gdb.base/nested-addr.exp
4568 * gdb.base/nextoverexit.exp
4569 * gdb.base/noreturn-finish.exp
4570 * gdb.base/noreturn-return.exp
4571 * gdb.base/nostdlib.exp
4572 * gdb.base/offsets.exp
4573 * gdb.base/opaque.exp
4574 * gdb.base/pc-fp.exp
4575 * gdb.base/permissions.exp
4576 * gdb.base/print-symbol-loading.exp
4577 * gdb.base/prologue-include.exp
4578 * gdb.base/psymtab.exp
4579 * gdb.base/ptype.exp
4580 * gdb.base/random-signal.exp
4581 * gdb.base/randomize.exp
4582 * gdb.base/range-stepping.exp
4583 * gdb.base/readline-ask.exp
4584 * gdb.base/recpar.exp
4585 * gdb.base/recurse.exp
4586 * gdb.base/relational.exp
4587 * gdb.base/restore.exp
4588 * gdb.base/return-nodebug.exp
4589 * gdb.base/return.exp
4590 * gdb.base/run-after-attach.exp
4591 * gdb.base/save-bp.exp
4592 * gdb.base/scope.exp
4593 * gdb.base/sect-cmd.exp
4594 * gdb.base/set-lang-auto.exp
4595 * gdb.base/set-noassign.exp
4596 * gdb.base/setvar.exp
4597 * gdb.base/sigall.exp
4598 * gdb.base/sigbpt.exp
4599 * gdb.base/siginfo-addr.exp
4600 * gdb.base/siginfo-infcall.exp
4601 * gdb.base/siginfo-obj.exp
4602 * gdb.base/siginfo.exp
4603 * gdb.base/signals-state-child.exp
4604 * gdb.base/signest.exp
4605 * gdb.base/sigstep.exp
4606 * gdb.base/sizeof.exp
4607 * gdb.base/skip.exp
4608 * gdb.base/solib-corrupted.exp
4609 * gdb.base/solib-nodir.exp
4610 * gdb.base/solib-search.exp
4611 * gdb.base/stack-checking.exp
4612 * gdb.base/stale-infcall.exp
4613 * gdb.base/stap-probe.exp
4614 * gdb.base/start.exp
4615 * gdb.base/step-break.exp
4616 * gdb.base/step-bt.exp
4617 * gdb.base/step-line.exp
4618 * gdb.base/step-over-exit.exp
4619 * gdb.base/step-over-syscall.exp
4620 * gdb.base/step-resume-infcall.exp
4621 * gdb.base/step-test.exp
4622 * gdb.base/store.exp
4623 * gdb.base/structs3.exp
4624 * gdb.base/sym-file.exp
4625 * gdb.base/symbol-without-target_section.exp
4626 * gdb.base/term.exp
4627 * gdb.base/testenv.exp
4628 * gdb.base/ui-redirect.exp
4629 * gdb.base/until.exp
4630 * gdb.base/unwindonsignal.exp
4631 * gdb.base/value-double-free.exp
4632 * gdb.base/vla-datatypes.exp
4633 * gdb.base/vla-ptr.exp
4634 * gdb.base/vla-sideeffect.exp
4635 * gdb.base/volatile.exp
4636 * gdb.base/watch-cond-infcall.exp
4637 * gdb.base/watch-cond.exp
4638 * gdb.base/watch-non-mem.exp
4639 * gdb.base/watch-read.exp
4640 * gdb.base/watch-vfork.exp
4641 * gdb.base/watchpoint-cond-gone.exp
4642 * gdb.base/watchpoint-delete.exp
4643 * gdb.base/watchpoint-hw-hit-once.exp
4644 * gdb.base/watchpoint-hw.exp
4645 * gdb.base/watchpoint-stops-at-right-insn.exp
4646 * gdb.base/watchpoints.exp
4647 * gdb.base/wchar.exp
4648 * gdb.base/whatis-exp.exp
4649 * gdb.btrace/buffer-size.exp
4650 * gdb.btrace/data.exp
4651 * gdb.btrace/delta.exp
4652 * gdb.btrace/dlopen.exp
4653 * gdb.btrace/enable.exp
4654 * gdb.btrace/exception.exp
4655 * gdb.btrace/function_call_history.exp
4656 * gdb.btrace/gcore.exp
4657 * gdb.btrace/instruction_history.exp
4658 * gdb.btrace/nohist.exp
4659 * gdb.btrace/reconnect.exp
4660 * gdb.btrace/record_goto-step.exp
4661 * gdb.btrace/record_goto.exp
4662 * gdb.btrace/rn-dl-bind.exp
4663 * gdb.btrace/segv.exp
4664 * gdb.btrace/step.exp
4665 * gdb.btrace/stepi.exp
4666 * gdb.btrace/tailcall-only.exp
4667 * gdb.btrace/tailcall.exp
4668 * gdb.btrace/tsx.exp
4669 * gdb.btrace/unknown_functions.exp
4670 * gdb.btrace/vdso.exp
4671 * gdb.compile/compile-ifunc.exp
4672 * gdb.compile/compile-ops.exp
4673 * gdb.compile/compile-print.exp
4674 * gdb.compile/compile-setjmp.exp
4675 * gdb.cp/abstract-origin.exp
4676 * gdb.cp/ambiguous.exp
4677 * gdb.cp/annota2.exp
4678 * gdb.cp/annota3.exp
4679 * gdb.cp/anon-ns.exp
4680 * gdb.cp/anon-struct.exp
4681 * gdb.cp/anon-union.exp
4682 * gdb.cp/arg-reference.exp
4683 * gdb.cp/baseenum.exp
4684 * gdb.cp/bool.exp
4685 * gdb.cp/breakpoint.exp
4686 * gdb.cp/bs15503.exp
4687 * gdb.cp/call-c.exp
4688 * gdb.cp/casts.exp
4689 * gdb.cp/chained-calls.exp
4690 * gdb.cp/class2.exp
4691 * gdb.cp/classes.exp
4692 * gdb.cp/cmpd-minsyms.exp
4693 * gdb.cp/converts.exp
4694 * gdb.cp/cp-relocate.exp
4695 * gdb.cp/cpcompletion.exp
4696 * gdb.cp/cpexprs.exp
4697 * gdb.cp/cplabel.exp
4698 * gdb.cp/cplusfuncs.exp
4699 * gdb.cp/cpsizeof.exp
4700 * gdb.cp/ctti.exp
4701 * gdb.cp/derivation.exp
4702 * gdb.cp/destrprint.exp
4703 * gdb.cp/dispcxx.exp
4704 * gdb.cp/enum-class.exp
4705 * gdb.cp/exception.exp
4706 * gdb.cp/exceptprint.exp
4707 * gdb.cp/expand-psymtabs-cxx.exp
4708 * gdb.cp/expand-sals.exp
4709 * gdb.cp/extern-c.exp
4710 * gdb.cp/filename.exp
4711 * gdb.cp/formatted-ref.exp
4712 * gdb.cp/fpointer.exp
4713 * gdb.cp/gdb1355.exp
4714 * gdb.cp/gdb2495.exp
4715 * gdb.cp/hang.exp
4716 * gdb.cp/impl-this.exp
4717 * gdb.cp/infcall-dlopen.exp
4718 * gdb.cp/inherit.exp
4719 * gdb.cp/iostream.exp
4720 * gdb.cp/koenig.exp
4721 * gdb.cp/local.exp
4722 * gdb.cp/m-data.exp
4723 * gdb.cp/m-static.exp
4724 * gdb.cp/mb-ctor.exp
4725 * gdb.cp/mb-inline.exp
4726 * gdb.cp/mb-templates.exp
4727 * gdb.cp/member-name.exp
4728 * gdb.cp/member-ptr.exp
4729 * gdb.cp/meth-typedefs.exp
4730 * gdb.cp/method.exp
4731 * gdb.cp/method2.exp
4732 * gdb.cp/minsym-fallback.exp
4733 * gdb.cp/misc.exp
4734 * gdb.cp/namelessclass.exp
4735 * gdb.cp/namespace-enum.exp
4736 * gdb.cp/namespace-nested-import.exp
4737 * gdb.cp/namespace.exp
4738 * gdb.cp/nextoverthrow.exp
4739 * gdb.cp/no-dmgl-verbose.exp
4740 * gdb.cp/non-trivial-retval.exp
4741 * gdb.cp/noparam.exp
4742 * gdb.cp/nsdecl.exp
4743 * gdb.cp/nsimport.exp
4744 * gdb.cp/nsnested.exp
4745 * gdb.cp/nsnoimports.exp
4746 * gdb.cp/nsrecurs.exp
4747 * gdb.cp/nsstress.exp
4748 * gdb.cp/nsusing.exp
4749 * gdb.cp/operator.exp
4750 * gdb.cp/oranking.exp
4751 * gdb.cp/overload-const.exp
4752 * gdb.cp/overload.exp
4753 * gdb.cp/ovldbreak.exp
4754 * gdb.cp/ovsrch.exp
4755 * gdb.cp/paren-type.exp
4756 * gdb.cp/parse-lang.exp
4757 * gdb.cp/pass-by-ref.exp
4758 * gdb.cp/pr-1023.exp
4759 * gdb.cp/pr-1210.exp
4760 * gdb.cp/pr-574.exp
4761 * gdb.cp/pr10687.exp
4762 * gdb.cp/pr12028.exp
4763 * gdb.cp/pr17132.exp
4764 * gdb.cp/pr17494.exp
4765 * gdb.cp/pr9067.exp
4766 * gdb.cp/pr9167.exp
4767 * gdb.cp/pr9631.exp
4768 * gdb.cp/printmethod.exp
4769 * gdb.cp/psmang.exp
4770 * gdb.cp/psymtab-parameter.exp
4771 * gdb.cp/ptype-cv-cp.exp
4772 * gdb.cp/ptype-flags.exp
4773 * gdb.cp/re-set-overloaded.exp
4774 * gdb.cp/ref-types.exp
4775 * gdb.cp/rtti.exp
4776 * gdb.cp/scope-err.exp
4777 * gdb.cp/shadow.exp
4778 * gdb.cp/smartp.exp
4779 * gdb.cp/static-method.exp
4780 * gdb.cp/static-print-quit.exp
4781 * gdb.cp/temargs.exp
4782 * gdb.cp/templates.exp
4783 * gdb.cp/try_catch.exp
4784 * gdb.cp/typedef-operator.exp
4785 * gdb.cp/typeid.exp
4786 * gdb.cp/userdef.exp
4787 * gdb.cp/using-crash.exp
4788 * gdb.cp/var-tag.exp
4789 * gdb.cp/virtbase.exp
4790 * gdb.cp/virtfunc.exp
4791 * gdb.cp/virtfunc2.exp
4792 * gdb.cp/vla-cxx.exp
4793 * gdb.disasm/t01_mov.exp
4794 * gdb.disasm/t02_mova.exp
4795 * gdb.disasm/t03_add.exp
4796 * gdb.disasm/t04_sub.exp
4797 * gdb.disasm/t05_cmp.exp
4798 * gdb.disasm/t06_ari2.exp
4799 * gdb.disasm/t07_ari3.exp
4800 * gdb.disasm/t08_or.exp
4801 * gdb.disasm/t09_xor.exp
4802 * gdb.disasm/t10_and.exp
4803 * gdb.disasm/t11_logs.exp
4804 * gdb.disasm/t12_bit.exp
4805 * gdb.disasm/t13_otr.exp
4806 * gdb.dlang/circular.exp
4807 * gdb.dwarf2/arr-stride.exp
4808 * gdb.dwarf2/arr-subrange.exp
4809 * gdb.dwarf2/atomic-type.exp
4810 * gdb.dwarf2/bad-regnum.exp
4811 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4812 * gdb.dwarf2/callframecfa.exp
4813 * gdb.dwarf2/clztest.exp
4814 * gdb.dwarf2/corrupt.exp
4815 * gdb.dwarf2/data-loc.exp
4816 * gdb.dwarf2/dup-psym.exp
4817 * gdb.dwarf2/dw2-anon-mptr.exp
4818 * gdb.dwarf2/dw2-anonymous-func.exp
4819 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4820 * gdb.dwarf2/dw2-bad-unresolved.exp
4821 * gdb.dwarf2/dw2-basic.exp
4822 * gdb.dwarf2/dw2-canonicalize-type.exp
4823 * gdb.dwarf2/dw2-case-insensitive.exp
4824 * gdb.dwarf2/dw2-common-block.exp
4825 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4826 * gdb.dwarf2/dw2-compressed.exp
4827 * gdb.dwarf2/dw2-const.exp
4828 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4829 * gdb.dwarf2/dw2-cu-size.exp
4830 * gdb.dwarf2/dw2-dup-frame.exp
4831 * gdb.dwarf2/dw2-entry-value.exp
4832 * gdb.dwarf2/dw2-icycle.exp
4833 * gdb.dwarf2/dw2-ifort-parameter.exp
4834 * gdb.dwarf2/dw2-inline-break.exp
4835 * gdb.dwarf2/dw2-inline-param.exp
4836 * gdb.dwarf2/dw2-intercu.exp
4837 * gdb.dwarf2/dw2-intermix.exp
4838 * gdb.dwarf2/dw2-lexical-block-bare.exp
4839 * gdb.dwarf2/dw2-linkage-name-trust.exp
4840 * gdb.dwarf2/dw2-minsym-in-cu.exp
4841 * gdb.dwarf2/dw2-noloc.exp
4842 * gdb.dwarf2/dw2-op-call.exp
4843 * gdb.dwarf2/dw2-op-out-param.exp
4844 * gdb.dwarf2/dw2-opt-structptr.exp
4845 * gdb.dwarf2/dw2-param-error.exp
4846 * gdb.dwarf2/dw2-producer.exp
4847 * gdb.dwarf2/dw2-ranges-base.exp
4848 * gdb.dwarf2/dw2-ref-missing-frame.exp
4849 * gdb.dwarf2/dw2-reg-undefined.exp
4850 * gdb.dwarf2/dw2-regno-invalid.exp
4851 * gdb.dwarf2/dw2-restore.exp
4852 * gdb.dwarf2/dw2-restrict.exp
4853 * gdb.dwarf2/dw2-single-line-discriminators.exp
4854 * gdb.dwarf2/dw2-strp.exp
4855 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4856 * gdb.dwarf2/dw2-unresolved.exp
4857 * gdb.dwarf2/dw2-var-zero-addr.exp
4858 * gdb.dwarf2/dw4-sig-types.exp
4859 * gdb.dwarf2/dwz.exp
4860 * gdb.dwarf2/dynarr-ptr.exp
4861 * gdb.dwarf2/enum-type.exp
4862 * gdb.dwarf2/gdb-index.exp
4863 * gdb.dwarf2/implptr-64bit.exp
4864 * gdb.dwarf2/implptr-optimized-out.exp
4865 * gdb.dwarf2/implptr.exp
4866 * gdb.dwarf2/implref-array.exp
4867 * gdb.dwarf2/implref-const.exp
4868 * gdb.dwarf2/implref-global.exp
4869 * gdb.dwarf2/implref-struct.exp
4870 * gdb.dwarf2/mac-fileno.exp
4871 * gdb.dwarf2/main-subprogram.exp
4872 * gdb.dwarf2/member-ptr-forwardref.exp
4873 * gdb.dwarf2/method-ptr.exp
4874 * gdb.dwarf2/missing-sig-type.exp
4875 * gdb.dwarf2/nonvar-access.exp
4876 * gdb.dwarf2/opaque-type-lookup.exp
4877 * gdb.dwarf2/pieces-optimized-out.exp
4878 * gdb.dwarf2/pieces.exp
4879 * gdb.dwarf2/pr10770.exp
4880 * gdb.dwarf2/pr13961.exp
4881 * gdb.dwarf2/staticvirtual.exp
4882 * gdb.dwarf2/subrange.exp
4883 * gdb.dwarf2/symtab-producer.exp
4884 * gdb.dwarf2/trace-crash.exp
4885 * gdb.dwarf2/typeddwarf.exp
4886 * gdb.dwarf2/valop.exp
4887 * gdb.dwarf2/watch-notconst.exp
4888 * gdb.fortran/array-element.exp
4889 * gdb.fortran/charset.exp
4890 * gdb.fortran/common-block.exp
4891 * gdb.fortran/complex.exp
4892 * gdb.fortran/derived-type-function.exp
4893 * gdb.fortran/derived-type.exp
4894 * gdb.fortran/logical.exp
4895 * gdb.fortran/module.exp
4896 * gdb.fortran/multi-dim.exp
4897 * gdb.fortran/nested-funcs.exp
4898 * gdb.fortran/print-formatted.exp
4899 * gdb.fortran/subarray.exp
4900 * gdb.fortran/vla-alloc-assoc.exp
4901 * gdb.fortran/vla-datatypes.exp
4902 * gdb.fortran/vla-history.exp
4903 * gdb.fortran/vla-ptr-info.exp
4904 * gdb.fortran/vla-ptype-sub.exp
4905 * gdb.fortran/vla-ptype.exp
4906 * gdb.fortran/vla-sizeof.exp
4907 * gdb.fortran/vla-type.exp
4908 * gdb.fortran/vla-value-sub-arbitrary.exp
4909 * gdb.fortran/vla-value-sub-finish.exp
4910 * gdb.fortran/vla-value-sub.exp
4911 * gdb.fortran/vla-value.exp
4912 * gdb.fortran/whatis_type.exp
4913 * gdb.go/chan.exp
4914 * gdb.go/handcall.exp
4915 * gdb.go/hello.exp
4916 * gdb.go/integers.exp
4917 * gdb.go/methods.exp
4918 * gdb.go/package.exp
4919 * gdb.go/strings.exp
4920 * gdb.go/types.exp
4921 * gdb.go/unsafe.exp
4922 * gdb.guile/scm-arch.exp
4923 * gdb.guile/scm-block.exp
4924 * gdb.guile/scm-breakpoint.exp
4925 * gdb.guile/scm-cmd.exp
4926 * gdb.guile/scm-disasm.exp
4927 * gdb.guile/scm-equal.exp
4928 * gdb.guile/scm-frame-args.exp
4929 * gdb.guile/scm-frame-inline.exp
4930 * gdb.guile/scm-frame.exp
4931 * gdb.guile/scm-iterator.exp
4932 * gdb.guile/scm-math.exp
4933 * gdb.guile/scm-objfile.exp
4934 * gdb.guile/scm-ports.exp
4935 * gdb.guile/scm-symbol.exp
4936 * gdb.guile/scm-symtab.exp
4937 * gdb.guile/scm-value-cc.exp
4938 * gdb.guile/types-module.exp
4939 * gdb.linespec/break-ask.exp
4940 * gdb.linespec/cpexplicit.exp
4941 * gdb.linespec/explicit.exp
4942 * gdb.linespec/keywords.exp
4943 * gdb.linespec/linespec.exp
4944 * gdb.linespec/ls-dollar.exp
4945 * gdb.linespec/ls-errs.exp
4946 * gdb.linespec/skip-two.exp
4947 * gdb.linespec/thread.exp
4948 * gdb.mi/mi-async.exp
4949 * gdb.mi/mi-basics.exp
4950 * gdb.mi/mi-break.exp
4951 * gdb.mi/mi-catch-load.exp
4952 * gdb.mi/mi-cli.exp
4953 * gdb.mi/mi-cmd-param-changed.exp
4954 * gdb.mi/mi-console.exp
4955 * gdb.mi/mi-detach.exp
4956 * gdb.mi/mi-disassemble.exp
4957 * gdb.mi/mi-eval.exp
4958 * gdb.mi/mi-file-transfer.exp
4959 * gdb.mi/mi-file.exp
4960 * gdb.mi/mi-fill-memory.exp
4961 * gdb.mi/mi-inheritance-syntax-error.exp
4962 * gdb.mi/mi-linespec-err-cp.exp
4963 * gdb.mi/mi-logging.exp
4964 * gdb.mi/mi-memory-changed.exp
4965 * gdb.mi/mi-read-memory.exp
4966 * gdb.mi/mi-record-changed.exp
4967 * gdb.mi/mi-reg-undefined.exp
4968 * gdb.mi/mi-regs.exp
4969 * gdb.mi/mi-return.exp
4970 * gdb.mi/mi-reverse.exp
4971 * gdb.mi/mi-simplerun.exp
4972 * gdb.mi/mi-solib.exp
4973 * gdb.mi/mi-stack.exp
4974 * gdb.mi/mi-stepi.exp
4975 * gdb.mi/mi-syn-frame.exp
4976 * gdb.mi/mi-until.exp
4977 * gdb.mi/mi-var-block.exp
4978 * gdb.mi/mi-var-child.exp
4979 * gdb.mi/mi-var-cmd.exp
4980 * gdb.mi/mi-var-cp.exp
4981 * gdb.mi/mi-var-display.exp
4982 * gdb.mi/mi-var-invalidate.exp
4983 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4984 * gdb.mi/mi-vla-fortran.exp
4985 * gdb.mi/mi-watch.exp
4986 * gdb.mi/mi2-var-child.exp
4987 * gdb.mi/user-selected-context-sync.exp
4988 * gdb.modula2/unbounded-array.exp
4989 * gdb.multi/dummy-frame-restore.exp
4990 * gdb.multi/multi-arch-exec.exp
4991 * gdb.multi/multi-arch.exp
4992 * gdb.multi/tids.exp
4993 * gdb.multi/watchpoint-multi.exp
4994 * gdb.opencl/callfuncs.exp
4995 * gdb.opencl/convs_casts.exp
4996 * gdb.opencl/datatypes.exp
4997 * gdb.opencl/operators.exp
4998 * gdb.opencl/vec_comps.exp
4999 * gdb.opt/clobbered-registers-O2.exp
5000 * gdb.opt/inline-break.exp
5001 * gdb.opt/inline-bt.exp
5002 * gdb.opt/inline-cmds.exp
5003 * gdb.opt/inline-locals.exp
5004 * gdb.pascal/case-insensitive-symbols.exp
5005 * gdb.pascal/floats.exp
5006 * gdb.pascal/gdb11492.exp
5007 * gdb.python/lib-types.exp
5008 * gdb.python/py-arch.exp
5009 * gdb.python/py-as-string.exp
5010 * gdb.python/py-bad-printers.exp
5011 * gdb.python/py-block.exp
5012 * gdb.python/py-breakpoint-create-fail.exp
5013 * gdb.python/py-breakpoint.exp
5014 * gdb.python/py-caller-is.exp
5015 * gdb.python/py-cmd.exp
5016 * gdb.python/py-explore-cc.exp
5017 * gdb.python/py-explore.exp
5018 * gdb.python/py-finish-breakpoint.exp
5019 * gdb.python/py-finish-breakpoint2.exp
5020 * gdb.python/py-frame-args.exp
5021 * gdb.python/py-frame-inline.exp
5022 * gdb.python/py-frame.exp
5023 * gdb.python/py-framefilter-mi.exp
5024 * gdb.python/py-infthread.exp
5025 * gdb.python/py-lazy-string.exp
5026 * gdb.python/py-linetable.exp
5027 * gdb.python/py-mi-events.exp
5028 * gdb.python/py-mi-objfile.exp
5029 * gdb.python/py-mi.exp
5030 * gdb.python/py-objfile.exp
5031 * gdb.python/py-pp-integral.exp
5032 * gdb.python/py-pp-maint.exp
5033 * gdb.python/py-pp-re-notag.exp
5034 * gdb.python/py-pp-registration.exp
5035 * gdb.python/py-recurse-unwind.exp
5036 * gdb.python/py-strfns.exp
5037 * gdb.python/py-symbol.exp
5038 * gdb.python/py-symtab.exp
5039 * gdb.python/py-sync-interp.exp
5040 * gdb.python/py-typeprint.exp
5041 * gdb.python/py-unwind-maint.exp
5042 * gdb.python/py-unwind.exp
5043 * gdb.python/py-value-cc.exp
5044 * gdb.python/py-xmethods.exp
5045 * gdb.reverse/amd64-tailcall-reverse.exp
5046 * gdb.reverse/break-precsave.exp
5047 * gdb.reverse/break-reverse.exp
5048 * gdb.reverse/consecutive-precsave.exp
5049 * gdb.reverse/consecutive-reverse.exp
5050 * gdb.reverse/finish-precsave.exp
5051 * gdb.reverse/finish-reverse-bkpt.exp
5052 * gdb.reverse/finish-reverse.exp
5053 * gdb.reverse/fstatat-reverse.exp
5054 * gdb.reverse/getresuid-reverse.exp
5055 * gdb.reverse/i386-precsave.exp
5056 * gdb.reverse/i386-reverse.exp
5057 * gdb.reverse/i386-sse-reverse.exp
5058 * gdb.reverse/i387-env-reverse.exp
5059 * gdb.reverse/i387-stack-reverse.exp
5060 * gdb.reverse/insn-reverse.exp
5061 * gdb.reverse/machinestate-precsave.exp
5062 * gdb.reverse/machinestate.exp
5063 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5064 * gdb.reverse/pipe-reverse.exp
5065 * gdb.reverse/readv-reverse.exp
5066 * gdb.reverse/recvmsg-reverse.exp
5067 * gdb.reverse/rerun-prec.exp
5068 * gdb.reverse/s390-mvcle.exp
5069 * gdb.reverse/step-precsave.exp
5070 * gdb.reverse/step-reverse.exp
5071 * gdb.reverse/time-reverse.exp
5072 * gdb.reverse/until-precsave.exp
5073 * gdb.reverse/until-reverse.exp
5074 * gdb.reverse/waitpid-reverse.exp
5075 * gdb.reverse/watch-precsave.exp
5076 * gdb.reverse/watch-reverse.exp
5077 * gdb.rust/generics.exp
5078 * gdb.rust/methods.exp
5079 * gdb.rust/modules.exp
5080 * gdb.rust/simple.exp
5081 * gdb.server/connect-with-no-symbol-file.exp
5082 * gdb.server/ext-attach.exp
5083 * gdb.server/ext-restart.exp
5084 * gdb.server/ext-wrapper.exp
5085 * gdb.server/file-transfer.exp
5086 * gdb.server/server-exec-info.exp
5087 * gdb.server/server-kill.exp
5088 * gdb.server/server-mon.exp
5089 * gdb.server/wrapper.exp
5090 * gdb.stabs/exclfwd.exp
5091 * gdb.stabs/gdb11479.exp
5092 * gdb.threads/clone-new-thread-event.exp
5093 * gdb.threads/corethreads.exp
5094 * gdb.threads/current-lwp-dead.exp
5095 * gdb.threads/dlopen-libpthread.exp
5096 * gdb.threads/gcore-thread.exp
5097 * gdb.threads/sigstep-threads.exp
5098 * gdb.threads/watchpoint-fork.exp
5099 * gdb.trace/actions-changed.exp
5100 * gdb.trace/backtrace.exp
5101 * gdb.trace/change-loc.exp
5102 * gdb.trace/circ.exp
5103 * gdb.trace/collection.exp
5104 * gdb.trace/disconnected-tracing.exp
5105 * gdb.trace/ftrace.exp
5106 * gdb.trace/mi-trace-frame-collected.exp
5107 * gdb.trace/mi-trace-unavailable.exp
5108 * gdb.trace/mi-traceframe-changed.exp
5109 * gdb.trace/mi-tsv-changed.exp
5110 * gdb.trace/no-attach-trace.exp
5111 * gdb.trace/passc-dyn.exp
5112 * gdb.trace/qtro.exp
5113 * gdb.trace/range-stepping.exp
5114 * gdb.trace/read-memory.exp
5115 * gdb.trace/save-trace.exp
5116 * gdb.trace/signal.exp
5117 * gdb.trace/status-stop.exp
5118 * gdb.trace/tfile.exp
5119 * gdb.trace/trace-break.exp
5120 * gdb.trace/trace-buffer-size.exp
5121 * gdb.trace/trace-condition.exp
5122 * gdb.trace/tracefile-pseudo-reg.exp
5123 * gdb.trace/tstatus.exp
5124 * gdb.trace/unavailable.exp
5125 * gdb.trace/while-dyn.exp
5126 * gdb.trace/while-stepping.exp
5127
34c41c68
DE
51282016-12-22 Doug Evans <xdje42@gmail.com>
5129
5130 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5131 and msymbols.
5132
16e69324
YQ
51332016-12-19 Yao Qi <yao.qi@linaro.org>
5134
5135 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5136 (test_with_self): Don't call do_steps_and_nexts, and remove
5137 code about stepping into xmalloc.
5138
f94f411b
YQ
51392016-12-09 Yao Qi <yao.qi@linaro.org>
5140
5141 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5142
51432016-12-09 Yao Qi <yao.qi@linaro.org>
5144
5145 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5146
f1b5deee
PA
51472016-12-09 Pedro Alves <palves@redhat.com>
5148
5149 * gdb.base/all-architectures-0.exp: New file.
5150 * gdb.base/all-architectures-1.exp: New file.
5151 * gdb.base/all-architectures-2.exp: New file.
5152 * gdb.base/all-architectures-3.exp: New file.
5153 * gdb.base/all-architectures-4.exp: New file.
5154 * gdb.base/all-architectures-5.exp: New file.
5155 * gdb.base/all-architectures-6.exp: New file.
5156 * gdb.base/all-architectures-7.exp: New file.
5157 * gdb.base/all-architectures.exp.in: New file.
5158
364ca42e
YQ
51592016-12-09 Yao Qi <yao.qi@linaro.org>
5160
5161 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5162
107c2d62
LM
51632016-12-02 Luis Machado <lgustavo@codesourcery.com>
5164
5165 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5166 possible.
5167 Remove useless pattern-matching code.
5168
df3ee9ca
PA
51692016-12-02 Pedro Alves <palves@redhat.com>
5170
5171 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5172 procedure.
5173 (top level): Call it.
5174
ec835369
PA
51752016-12-02 Pedro Alves <palves@redhat.com>
5176
5177 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5178 New procedure.
5179 (top level): Call it.
5180
01770bbd
PA
51812016-12-02 Pedro Alves <palves@redhat.com>
5182
5183 PR cli/20559
5184 * gdb.base/commands.exp (user_defined_command_args_eval): New
5185 procedure.
5186 (top level): Call it.
5187
008459ea
LM
51882016-12-02 Luis Machado <lgustavo@codesourcery.com>
5189
5190 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5191 timeout handling.
5192
0c1b455e
TT
51932016-12-02 Tom Tromey <tom@tromey.com>
5194
5195 * gdb.dwarf2/main-subprogram.c: New file.
5196 * gdb.dwarf2/main-subprogram.exp: New file.
5197
018572b8
LM
51982016-12-01 Luis Machado <lgustavo@codesourcery.com>
5199
5200 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5201 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5202 gdb_test_no_output for a couple of cases.
5203 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5204
84c93cd5
LM
52052016-12-01 Luis Machado <lgustavo@codesourcery.com>
5206
5207 Fix test names and standardize compilation error messages throughout
5208 the following files:
5209
5210 * gdb.ada/start.exp
5211 * gdb.arch/alpha-step.exp
5212 * gdb.arch/e500-prologue.exp
5213 * gdb.arch/ftrace-insn-reloc.exp
5214 * gdb.arch/gdb1291.exp
5215 * gdb.arch/gdb1431.exp
5216 * gdb.arch/gdb1558.exp
5217 * gdb.arch/i386-dr3-watch.exp
5218 * gdb.arch/i386-sse-stack-align.exp
5219 * gdb.arch/ia64-breakpoint-shadow.exp
5220 * gdb.arch/pa-nullify.exp
5221 * gdb.arch/powerpc-aix-prologue.exp
5222 * gdb.arch/thumb-bx-pc.exp
5223 * gdb.base/annota1.exp
5224 * gdb.base/annota3.exp
5225 * gdb.base/arrayidx.exp
5226 * gdb.base/assign.exp
5227 * gdb.base/attach.exp
5228 * gdb.base/auxv.exp
5229 * gdb.base/bang.exp
5230 * gdb.base/bfp-test.exp
5231 * gdb.base/bigcore.exp
5232 * gdb.base/bitfields2.exp
5233 * gdb.base/break-fun-addr.exp
5234 * gdb.base/break-probes.exp
5235 * gdb.base/call-rt-st.exp
5236 * gdb.base/callexit.exp
5237 * gdb.base/catch-fork-kill.exp
5238 * gdb.base/charset.exp
5239 * gdb.base/checkpoint.exp
5240 * gdb.base/comprdebug.exp
5241 * gdb.base/constvars.exp
5242 * gdb.base/coredump-filter.exp
5243 * gdb.base/cursal.exp
5244 * gdb.base/cvexpr.exp
5245 * gdb.base/detach.exp
5246 * gdb.base/display.exp
5247 * gdb.base/dmsym.exp
5248 * gdb.base/dprintf-pending.exp
5249 * gdb.base/dso2dso.exp
5250 * gdb.base/dtrace-probe.exp
5251 * gdb.base/dump.exp
5252 * gdb.base/enum_cond.exp
5253 * gdb.base/exe-lock.exp
5254 * gdb.base/exec-invalid-sysroot.exp
5255 * gdb.base/execl-update-breakpoints.exp
5256 * gdb.base/exprs.exp
5257 * gdb.base/fileio.exp
5258 * gdb.base/find.exp
5259 * gdb.base/finish.exp
5260 * gdb.base/fixsection.exp
5261 * gdb.base/foll-vfork.exp
5262 * gdb.base/frame-args.exp
5263 * gdb.base/gcore.exp
5264 * gdb.base/gdb1250.exp
5265 * gdb.base/global-var-nested-by-dso.exp
5266 * gdb.base/gnu-ifunc.exp
5267 * gdb.base/hashline1.exp
5268 * gdb.base/hashline2.exp
5269 * gdb.base/hashline3.exp
5270 * gdb.base/hbreak-in-shr-unsupported.exp
5271 * gdb.base/huge.exp
5272 * gdb.base/infcall-input.exp
5273 * gdb.base/info-fun.exp
5274 * gdb.base/info-shared.exp
5275 * gdb.base/jit-simple.exp
5276 * gdb.base/jit-so.exp
5277 * gdb.base/jit.exp
5278 * gdb.base/jump.exp
5279 * gdb.base/label.exp
5280 * gdb.base/lineinc.exp
5281 * gdb.base/logical.exp
5282 * gdb.base/longjmp.exp
5283 * gdb.base/macscp.exp
5284 * gdb.base/miscexprs.exp
5285 * gdb.base/new-ui-echo.exp
5286 * gdb.base/new-ui-pending-input.exp
5287 * gdb.base/new-ui.exp
5288 * gdb.base/nodebug.exp
5289 * gdb.base/nofield.exp
5290 * gdb.base/offsets.exp
5291 * gdb.base/overlays.exp
5292 * gdb.base/pending.exp
5293 * gdb.base/pointers.exp
5294 * gdb.base/pr11022.exp
5295 * gdb.base/printcmds.exp
5296 * gdb.base/prologue.exp
5297 * gdb.base/ptr-typedef.exp
5298 * gdb.base/realname-expand.exp
5299 * gdb.base/relativedebug.exp
5300 * gdb.base/relocate.exp
5301 * gdb.base/remote.exp
5302 * gdb.base/reread.exp
5303 * gdb.base/return2.exp
5304 * gdb.base/savedregs.exp
5305 * gdb.base/sep.exp
5306 * gdb.base/sepdebug.exp
5307 * gdb.base/sepsymtab.exp
5308 * gdb.base/set-inferior-tty.exp
5309 * gdb.base/setshow.exp
5310 * gdb.base/shlib-call.exp
5311 * gdb.base/sigaltstack.exp
5312 * gdb.base/siginfo-addr.exp
5313 * gdb.base/signals.exp
5314 * gdb.base/signull.exp
5315 * gdb.base/sigrepeat.exp
5316 * gdb.base/so-impl-ld.exp
5317 * gdb.base/solib-display.exp
5318 * gdb.base/solib-overlap.exp
5319 * gdb.base/solib-search.exp
5320 * gdb.base/solib-symbol.exp
5321 * gdb.base/structs.exp
5322 * gdb.base/structs2.exp
5323 * gdb.base/symtab-search-order.exp
5324 * gdb.base/twice.exp
5325 * gdb.base/unload.exp
5326 * gdb.base/varargs.exp
5327 * gdb.base/watchpoint-solib.exp
5328 * gdb.base/watchpoint.exp
5329 * gdb.base/whatis.exp
5330 * gdb.base/wrong_frame_bt_full.exp
5331 * gdb.btrace/dlopen.exp
5332 * gdb.cell/ea-standalone.exp
5333 * gdb.cell/ea-test.exp
5334 * gdb.cp/dispcxx.exp
5335 * gdb.cp/gdb2384.exp
5336 * gdb.cp/method2.exp
5337 * gdb.cp/nextoverthrow.exp
5338 * gdb.cp/pr10728.exp
5339 * gdb.disasm/am33.exp
5340 * gdb.disasm/h8300s.exp
5341 * gdb.disasm/mn10300.exp
5342 * gdb.disasm/sh3.exp
5343 * gdb.dwarf2/dw2-dir-file-name.exp
5344 * gdb.fortran/complex.exp
5345 * gdb.fortran/library-module.exp
5346 * gdb.guile/scm-pretty-print.exp
5347 * gdb.guile/scm-symbol.exp
5348 * gdb.guile/scm-type.exp
5349 * gdb.guile/scm-value.exp
5350 * gdb.linespec/linespec.exp
5351 * gdb.mi/gdb701.exp
5352 * gdb.mi/gdb792.exp
5353 * gdb.mi/mi-breakpoint-changed.exp
5354 * gdb.mi/mi-dprintf-pending.exp
5355 * gdb.mi/mi-dprintf.exp
5356 * gdb.mi/mi-exit-code.exp
5357 * gdb.mi/mi-pending.exp
5358 * gdb.mi/mi-solib.exp
5359 * gdb.mi/new-ui-mi-sync.exp
5360 * gdb.mi/pr11022.exp
5361 * gdb.mi/user-selected-context-sync.exp
5362 * gdb.opt/solib-intra-step.exp
5363 * gdb.python/py-events.exp
5364 * gdb.python/py-finish-breakpoint.exp
5365 * gdb.python/py-mi.exp
5366 * gdb.python/py-prettyprint.exp
5367 * gdb.python/py-shared.exp
5368 * gdb.python/py-symbol.exp
5369 * gdb.python/py-template.exp
5370 * gdb.python/py-type.exp
5371 * gdb.python/py-value.exp
5372 * gdb.reverse/solib-precsave.exp
5373 * gdb.reverse/solib-reverse.exp
5374 * gdb.server/solib-list.exp
5375 * gdb.stabs/weird.exp
5376 * gdb.threads/reconnect-signal.exp
5377 * gdb.threads/stepi-random-signal.exp
5378 * gdb.trace/actions.exp
5379 * gdb.trace/ax.exp
5380 * gdb.trace/backtrace.exp
5381 * gdb.trace/change-loc.exp
5382 * gdb.trace/deltrace.exp
5383 * gdb.trace/ftrace-lock.exp
5384 * gdb.trace/ftrace.exp
5385 * gdb.trace/infotrace.exp
5386 * gdb.trace/mi-tracepoint-changed.exp
5387 * gdb.trace/packetlen.exp
5388 * gdb.trace/passcount.exp
5389 * gdb.trace/pending.exp
5390 * gdb.trace/range-stepping.exp
5391 * gdb.trace/report.exp
5392 * gdb.trace/stap-trace.exp
5393 * gdb.trace/tfind.exp
5394 * gdb.trace/trace-break.exp
5395 * gdb.trace/trace-condition.exp
5396 * gdb.trace/trace-enable-disable.exp
5397 * gdb.trace/trace-mt.exp
5398 * gdb.trace/tracecmd.exp
5399 * gdb.trace/tspeed.exp
5400 * gdb.trace/tsv.exp
5401 * lib/perftest.exp
5402
fb9feb35
LM
54032016-12-01 Luis Machado <lgustavo@codesourcery.com>
5404
5405 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5406 with gdb_test_no_output.
5407 Use command as test name.
5408
cd2ddb6c
LM
54092016-12-01 Luis Machado <lgustavo@codesourcery.com>
5410
5411 Fix test names starting with uppercase throughout the files.
5412
5413 * gdb.ada/assign_1.exp
5414 * gdb.ada/boolean_expr.exp
5415 * gdb.base/arrayidx.exp
5416 * gdb.base/del.exp
5417 * gdb.base/gcore-buffer-overflow.exp
5418 * gdb.base/testenv.exp
5419 * gdb.compile/compile.exp
5420 * gdb.python/py-framefilter-invalidarg.exp
5421 * gdb.python/py-framefilter.exp
5422
bb95117e
LM
54232016-12-01 Luis Machado <lgustavo@codesourcery.com>
5424
5425 Fix test names starting with uppercase throughout the files.
5426
5427 * gdb.ada/array_return.exp
5428 * gdb.ada/expr_delims.exp
5429 * gdb.ada/mi_dyn_arr.exp
5430 * gdb.ada/mi_interface.exp
5431 * gdb.ada/mi_var_array.exp
5432 * gdb.ada/watch_arg.exp
5433 * gdb.arch/alpha-step.exp
5434 * gdb.arch/altivec-regs.exp
5435 * gdb.arch/e500-regs.exp
5436 * gdb.arch/powerpc-d128-regs.exp
5437 * gdb.base/arrayidx.exp
5438 * gdb.base/break.exp
5439 * gdb.base/checkpoint.exp
5440 * gdb.base/debug-expr.exp
5441 * gdb.base/dmsym.exp
5442 * gdb.base/radix.exp
5443 * gdb.base/sepdebug.exp
5444 * gdb.base/testenv.exp
5445 * gdb.base/watch_thread_num.exp
5446 * gdb.base/watchpoint-cond-gone.exp
5447 * gdb.cell/break.exp
5448 * gdb.cell/ea-cache.exp
5449 * gdb.compile/compile.exp
5450 * gdb.cp/gdb2495.exp
5451 * gdb.gdb/selftest.exp
5452 * gdb.gdb/xfullpath.exp
5453 * gdb.go/hello.exp
5454 * gdb.go/integers.exp
5455 * gdb.objc/basicclass.exp
5456 * gdb.pascal/hello.exp
5457 * gdb.pascal/integers.exp
5458 * gdb.python/py-breakpoint.exp
5459 * gdb.python/py-cmd.exp
5460 * gdb.python/py-linetable.exp
5461 * gdb.python/py-xmethods.exp
5462 * gdb.python/python.exp
5463 * gdb.reverse/consecutive-precsave.exp
5464 * gdb.reverse/finish-precsave.exp
5465 * gdb.reverse/i386-precsave.exp
5466 * gdb.reverse/machinestate-precsave.exp
5467 * gdb.reverse/sigall-precsave.exp
5468 * gdb.reverse/solib-precsave.exp
5469 * gdb.reverse/step-precsave.exp
5470 * gdb.reverse/until-precsave.exp
5471 * gdb.reverse/watch-precsave.exp
5472 * gdb.threads/leader-exit.exp
5473 * gdb.threads/pthreads.exp
5474 * gdb.threads/wp-replication.exp
5475 * gdb.trace/actions.exp
5476 * gdb.trace/mi-tsv-changed.exp
5477 * gdb.trace/tsv.exp
5478
de97fdd4
LM
54792016-12-01 Luis Machado <lgustavo@codesourcery.com>
5480
5481 Fix test names starting with uppercase throughout the files.
5482
5483 * gdb.arch/i386-bp_permanent.exp
5484 * gdb.arch/i386-gnu-cfi.exp
5485 * gdb.base/disasm-end-cu.exp
5486 * gdb.base/macscp.exp
5487 * gdb.base/pending.exp
5488 * gdb.base/watch_thread_num.exp
5489 * gdb.cp/exception.exp
5490 * gdb.cp/gdb2495.exp
5491 * gdb.cp/local.exp
5492 * gdb.python/py-evsignal.exp
5493 * gdb.python/python.exp
5494 * gdb.trace/tracecmd.exp
5495
9f058c10
LM
54962016-12-01 Luis Machado <lgustavo@codesourcery.com>
5497
5498 Fix test names starting with uppercase throughout the files.
5499
5500 * gdb.base/charset.exp
5501 * gdb.base/eval.exp
5502 * gdb.base/multi-forks.exp
5503 * gdb.guile/scm-progspace.exp
5504 * gdb.opencl/datatypes.exp
5505 * gdb.python/py-block.exp
5506 * gdb.python/py-function.exp
5507 * gdb.python/py-symbol.exp
5508 * gdb.python/py-symtab.exp
5509 * gdb.python/py-xmethods.exp
5510 * gdb.reverse/break-precsave.exp
5511 * gdb.reverse/break-reverse.exp
5512 * gdb.reverse/consecutive-precsave.exp
5513 * gdb.reverse/consecutive-reverse.exp
5514 * gdb.reverse/finish-precsave.exp
5515 * gdb.reverse/finish-reverse-bkpt.exp
5516 * gdb.reverse/finish-reverse.exp
5517 * gdb.reverse/fstatat-reverse.exp
5518 * gdb.reverse/getresuid-reverse.exp
5519 * gdb.reverse/i386-precsave.exp
5520 * gdb.reverse/i386-reverse.exp
5521 * gdb.reverse/i386-sse-reverse.exp
5522 * gdb.reverse/i387-stack-reverse.exp
5523 * gdb.reverse/insn-reverse.exp
5524 * gdb.reverse/machinestate-precsave.exp
5525 * gdb.reverse/machinestate.exp
5526 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5527 * gdb.reverse/pipe-reverse.exp
5528 * gdb.reverse/readv-reverse.exp
5529 * gdb.reverse/recvmsg-reverse.exp
5530 * gdb.reverse/rerun-prec.exp
5531 * gdb.reverse/s390-mvcle.exp
5532 * gdb.reverse/sigall-precsave.exp
5533 * gdb.reverse/sigall-reverse.exp
5534 * gdb.reverse/solib-precsave.exp
5535 * gdb.reverse/solib-reverse.exp
5536 * gdb.reverse/step-precsave.exp
5537 * gdb.reverse/step-reverse.exp
5538 * gdb.reverse/time-reverse.exp
5539 * gdb.reverse/until-precsave.exp
5540 * gdb.reverse/until-reverse.exp
5541 * gdb.reverse/waitpid-reverse.exp
5542 * gdb.reverse/watch-precsave.exp
5543 * gdb.reverse/watch-reverse.exp
5544
cdc7edd7
LM
55452016-12-01 Luis Machado <lgustavo@codesourcery.com>
5546
5547 Fix test names starting with uppercase throughout the files.
5548
5549 * gdb.arch/i386-mpx-simple_segv.exp
5550 * gdb.arch/i386-mpx.exp
5551 * gdb.arch/i386-permbkpt.exp
5552 * gdb.arch/pa-nullify.exp
5553 * gdb.arch/powerpc-d128-regs.exp
5554 * gdb.arch/vsx-regs.exp
5555 * gdb.base/bfp-test.exp
5556 * gdb.base/break.exp
5557 * gdb.base/breakpoint-shadow.exp
5558 * gdb.base/callfuncs.exp
5559 * gdb.base/charset.exp
5560 * gdb.base/commands.exp
5561 * gdb.base/completion.exp
5562 * gdb.base/dfp-test.exp
5563 * gdb.base/echo.exp
5564 * gdb.base/ending-run.exp
5565 * gdb.base/eval.exp
5566 * gdb.base/expand-psymtabs.exp
5567 * gdb.base/float128.exp
5568 * gdb.base/floatn.exp
5569 * gdb.base/foll-exec-mode.exp
5570 * gdb.base/gdb1056.exp
5571 * gdb.base/gdb11531.exp
5572 * gdb.base/kill-after-signal.exp
5573 * gdb.base/multi-forks.exp
5574 * gdb.base/overlays.exp
5575 * gdb.base/pending.exp
5576 * gdb.base/sepdebug.exp
5577 * gdb.base/testenv.exp
5578 * gdb.base/valgrind-db-attach.exp
5579 * gdb.base/watch_thread_num.exp
5580 * gdb.base/watchpoint-cond-gone.exp
5581 * gdb.base/watchpoint.exp
5582 * gdb.base/watchpoints.exp
5583 * gdb.cp/arg-reference.exp
5584 * gdb.cp/baseenum.exp
5585 * gdb.cp/operator.exp
5586 * gdb.cp/shadow.exp
5587 * gdb.dwarf2/dw2-op-out-param.exp
5588 * gdb.dwarf2/dw2-reg-undefined.exp
5589 * gdb.go/chan.exp
5590 * gdb.go/hello.exp
5591 * gdb.go/integers.exp
5592 * gdb.go/methods.exp
5593 * gdb.go/package.exp
5594 * gdb.guile/scm-parameter.exp
5595 * gdb.guile/scm-progspace.exp
5596 * gdb.guile/scm-value.exp
5597 * gdb.mi/mi-pending.exp
5598 * gdb.mi/user-selected-context-sync.exp
5599 * gdb.multi/multi-attach.exp
5600 * gdb.multi/tids.exp
5601 * gdb.opt/clobbered-registers-O2.exp
5602 * gdb.pascal/floats.exp
5603 * gdb.pascal/integers.exp
5604 * gdb.python/py-block.exp
5605 * gdb.python/py-events.exp
5606 * gdb.python/py-parameter.exp
5607 * gdb.python/py-symbol.exp
5608 * gdb.python/py-symtab.exp
5609 * gdb.python/py-type.exp
5610 * gdb.python/py-value.exp
5611 * gdb.python/py-xmethods.exp
5612 * gdb.python/python.exp
5613 * gdb.reverse/break-precsave.exp
5614 * gdb.reverse/consecutive-precsave.exp
5615 * gdb.reverse/finish-precsave.exp
5616 * gdb.reverse/i386-precsave.exp
5617 * gdb.reverse/machinestate-precsave.exp
5618 * gdb.reverse/sigall-precsave.exp
5619 * gdb.reverse/solib-precsave.exp
5620 * gdb.reverse/step-precsave.exp
5621 * gdb.reverse/until-precsave.exp
5622 * gdb.reverse/watch-precsave.exp
5623 * gdb.server/ext-attach.exp
5624 * gdb.server/ext-restart.exp
5625 * gdb.server/ext-run.exp
5626 * gdb.server/ext-wrapper.exp
5627 * gdb.stabs/gdb11479.exp
5628 * gdb.stabs/weird.exp
5629 * gdb.threads/attach-many-short-lived-threads.exp
5630 * gdb.threads/kill.exp
5631 * gdb.threads/watchpoint-fork.exp
5632
bc6c7af4
LM
56332016-12-01 Luis Machado <lgustavo@codesourcery.com>
5634
5635 Fix test names starting with uppercase throughout all the files below.
5636
5637 * gdb.ada/array_return.exp
5638 * gdb.ada/catch_ex.exp
5639 * gdb.ada/info_exc.exp
5640 * gdb.ada/mi_catch_ex.exp
5641 * gdb.ada/mi_dyn_arr.exp
5642 * gdb.ada/mi_ex_cond.exp
5643 * gdb.ada/mi_exc_info.exp
5644 * gdb.ada/mi_interface.exp
5645 * gdb.ada/mi_task_arg.exp
5646 * gdb.ada/mi_task_info.exp
5647 * gdb.ada/mi_var_array.exp
5648 * gdb.arch/alpha-step.exp
5649 * gdb.arch/amd64-disp-step.exp
5650 * gdb.arch/arm-disp-step.exp
5651 * gdb.arch/disp-step-insn-reloc.exp
5652 * gdb.arch/e500-prologue.exp
5653 * gdb.arch/ftrace-insn-reloc.exp
5654 * gdb.arch/gdb1558.exp
5655 * gdb.arch/i386-bp_permanent.exp
5656 * gdb.arch/i386-disp-step.exp
5657 * gdb.arch/i386-float.exp
5658 * gdb.arch/i386-gnu-cfi.exp
5659 * gdb.arch/ia64-breakpoint-shadow.exp
5660 * gdb.arch/mips16-thunks.exp
5661 * gdb.arch/pa-nullify.exp
5662 * gdb.arch/powerpc-aix-prologue.exp
5663 * gdb.arch/powerpc-power.exp
5664 * gdb.arch/ppc-dfp.exp
5665 * gdb.arch/s390-tdbregs.exp
5666 * gdb.arch/spu-info.exp
5667 * gdb.arch/spu-ls.exp
5668 * gdb.arch/thumb-bx-pc.exp
5669 * gdb.base/advance.exp
5670 * gdb.base/annota-input-while-running.exp
5671 * gdb.base/arrayidx.exp
5672 * gdb.base/asmlabel.exp
5673 * gdb.base/async.exp
5674 * gdb.base/attach-wait-input.exp
5675 * gdb.base/auto-connect-native-target.exp
5676 * gdb.base/batch-preserve-term-settings.exp
5677 * gdb.base/bfp-test.exp
5678 * gdb.base/bigcore.exp
5679 * gdb.base/bp-permanent.exp
5680 * gdb.base/break-always.exp
5681 * gdb.base/break-fun-addr.exp
5682 * gdb.base/break-idempotent.exp
5683 * gdb.base/break-main-file-remove-fail.exp
5684 * gdb.base/break-probes.exp
5685 * gdb.base/break-unload-file.exp
5686 * gdb.base/break.exp
5687 * gdb.base/call-ar-st.exp
5688 * gdb.base/call-rt-st.exp
5689 * gdb.base/call-sc.exp
5690 * gdb.base/call-signal-resume.exp
5691 * gdb.base/call-strs.exp
5692 * gdb.base/callexit.exp
5693 * gdb.base/callfuncs.exp
5694 * gdb.base/catch-gdb-caused-signals.exp
5695 * gdb.base/catch-signal-siginfo-cond.exp
5696 * gdb.base/catch-syscall.exp
5697 * gdb.base/compare-sections.exp
5698 * gdb.base/cond-eval-mode.exp
5699 * gdb.base/condbreak-call-false.exp
5700 * gdb.base/consecutive-step-over.exp
5701 * gdb.base/cursal.exp
5702 * gdb.base/disabled-location.exp
5703 * gdb.base/disasm-end-cu.exp
5704 * gdb.base/display.exp
5705 * gdb.base/double-prompt-target-event-error.exp
5706 * gdb.base/dprintf-bp-same-addr.exp
5707 * gdb.base/dprintf-detach.exp
5708 * gdb.base/dprintf-next.exp
5709 * gdb.base/dprintf-non-stop.exp
5710 * gdb.base/dprintf-pending.exp
5711 * gdb.base/dso2dso.exp
5712 * gdb.base/ending-run.exp
5713 * gdb.base/enum_cond.exp
5714 * gdb.base/examine-backward.exp
5715 * gdb.base/exe-lock.exp
5716 * gdb.base/exec-invalid-sysroot.exp
5717 * gdb.base/execl-update-breakpoints.exp
5718 * gdb.base/execution-termios.exp
5719 * gdb.base/fileio.exp
5720 * gdb.base/fixsection.exp
5721 * gdb.base/foll-exec-mode.exp
5722 * gdb.base/foll-exec.exp
5723 * gdb.base/fork-running-state.exp
5724 * gdb.base/frame-args.exp
5725 * gdb.base/fullpath-expand.exp
5726 * gdb.base/func-ptr.exp
5727 * gdb.base/gcore-relro-pie.exp
5728 * gdb.base/gdb1090.exp
5729 * gdb.base/gdb1555.exp
5730 * gdb.base/global-var-nested-by-dso.exp
5731 * gdb.base/gnu-ifunc.exp
5732 * gdb.base/hbreak-in-shr-unsupported.exp
5733 * gdb.base/hbreak-unmapped.exp
5734 * gdb.base/hook-stop.exp
5735 * gdb.base/infcall-input.exp
5736 * gdb.base/info-fun.exp
5737 * gdb.base/info-shared.exp
5738 * gdb.base/interrupt-noterm.exp
5739 * gdb.base/jit-so.exp
5740 * gdb.base/jit.exp
5741 * gdb.base/line-symtabs.exp
5742 * gdb.base/list.exp
5743 * gdb.base/longjmp.exp
5744 * gdb.base/macscp.exp
5745 * gdb.base/max-value-size.exp
5746 * gdb.base/nodebug.exp
5747 * gdb.base/nofield.exp
5748 * gdb.base/overlays.exp
5749 * gdb.base/paginate-after-ctrl-c-running.exp
5750 * gdb.base/paginate-bg-execution.exp
5751 * gdb.base/paginate-inferior-exit.exp
5752 * gdb.base/pending.exp
5753 * gdb.base/pr11022.exp
5754 * gdb.base/printcmds.exp
5755 * gdb.base/ptr-typedef.exp
5756 * gdb.base/ptype.exp
5757 * gdb.base/randomize.exp
5758 * gdb.base/range-stepping.exp
5759 * gdb.base/realname-expand.exp
5760 * gdb.base/relativedebug.exp
5761 * gdb.base/remote.exp
5762 * gdb.base/savedregs.exp
5763 * gdb.base/sepdebug.exp
5764 * gdb.base/set-noassign.exp
5765 * gdb.base/shlib-call.exp
5766 * gdb.base/shreloc.exp
5767 * gdb.base/sigaltstack.exp
5768 * gdb.base/sigbpt.exp
5769 * gdb.base/siginfo-addr.exp
5770 * gdb.base/siginfo-obj.exp
5771 * gdb.base/siginfo-thread.exp
5772 * gdb.base/signest.exp
5773 * gdb.base/signull.exp
5774 * gdb.base/sigrepeat.exp
5775 * gdb.base/skip.exp
5776 * gdb.base/so-impl-ld.exp
5777 * gdb.base/solib-corrupted.exp
5778 * gdb.base/solib-disc.exp
5779 * gdb.base/solib-display.exp
5780 * gdb.base/solib-overlap.exp
5781 * gdb.base/solib-search.exp
5782 * gdb.base/solib-symbol.exp
5783 * gdb.base/source-execution.exp
5784 * gdb.base/sss-bp-on-user-bp-2.exp
5785 * gdb.base/sss-bp-on-user-bp.exp
5786 * gdb.base/stack-checking.exp
5787 * gdb.base/stale-infcall.exp
5788 * gdb.base/step-break.exp
5789 * gdb.base/step-line.exp
5790 * gdb.base/step-over-exit.exp
5791 * gdb.base/step-test.exp
5792 * gdb.base/structs.exp
5793 * gdb.base/sym-file.exp
5794 * gdb.base/symtab-search-order.exp
5795 * gdb.base/term.exp
5796 * gdb.base/type-opaque.exp
5797 * gdb.base/unload.exp
5798 * gdb.base/until-nodebug.exp
5799 * gdb.base/until.exp
5800 * gdb.base/unwindonsignal.exp
5801 * gdb.base/watch-cond.exp
5802 * gdb.base/watch-non-mem.exp
5803 * gdb.base/watch_thread_num.exp
5804 * gdb.base/watchpoint-reuse-slot.exp
5805 * gdb.base/watchpoint-solib.exp
5806 * gdb.base/watchpoint.exp
5807 * gdb.btrace/dlopen.exp
5808 * gdb.cell/arch.exp
5809 * gdb.cell/break.exp
5810 * gdb.cell/bt.exp
5811 * gdb.cell/core.exp
5812 * gdb.cell/data.exp
5813 * gdb.cell/dwarfaddr.exp
5814 * gdb.cell/ea-cache.exp
5815 * gdb.cell/ea-standalone.exp
5816 * gdb.cell/ea-test.exp
5817 * gdb.cell/f-regs.exp
5818 * gdb.cell/fork.exp
5819 * gdb.cell/gcore.exp
5820 * gdb.cell/mem-access.exp
5821 * gdb.cell/ptype.exp
5822 * gdb.cell/registers.exp
5823 * gdb.cell/sizeof.exp
5824 * gdb.cell/solib-symbol.exp
5825 * gdb.cell/solib.exp
5826 * gdb.compile/compile-tls.exp
5827 * gdb.cp/exception.exp
5828 * gdb.cp/gdb2495.exp
5829 * gdb.cp/local.exp
5830 * gdb.cp/mb-inline.exp
5831 * gdb.cp/mb-templates.exp
5832 * gdb.cp/pr10687.exp
5833 * gdb.cp/pr9167.exp
5834 * gdb.cp/scope-err.exp
5835 * gdb.cp/templates.exp
5836 * gdb.cp/virtfunc.exp
5837 * gdb.dwarf2/dw2-dir-file-name.exp
5838 * gdb.dwarf2/dw2-single-line-discriminators.exp
5839 * gdb.fortran/complex.exp
5840 * gdb.fortran/library-module.exp
5841 * gdb.guile/guile.exp
5842 * gdb.guile/scm-cmd.exp
5843 * gdb.guile/scm-frame-inline.exp
5844 * gdb.guile/scm-objfile.exp
5845 * gdb.guile/scm-pretty-print.exp
5846 * gdb.guile/scm-symbol.exp
5847 * gdb.guile/scm-type.exp
5848 * gdb.guile/scm-value.exp
5849 * gdb.linespec/keywords.exp
5850 * gdb.linespec/ls-errs.exp
5851 * gdb.linespec/macro-relative.exp
5852 * gdb.linespec/thread.exp
5853 * gdb.mi/mi-breakpoint-changed.exp
5854 * gdb.mi/mi-dprintf-pending.exp
5855 * gdb.mi/mi-fullname-deleted.exp
5856 * gdb.mi/mi-logging.exp
5857 * gdb.mi/mi-pending.exp
5858 * gdb.mi/mi-solib.exp
5859 * gdb.mi/new-ui-mi-sync.exp
5860 * gdb.mi/user-selected-context-sync.exp
5861 * gdb.multi/dummy-frame-restore.exp
5862 * gdb.multi/multi-arch-exec.exp
5863 * gdb.multi/remove-inferiors.exp
5864 * gdb.multi/watchpoint-multi-exit.exp
5865 * gdb.opt/solib-intra-step.exp
5866 * gdb.perf/backtrace.exp
5867 * gdb.perf/single-step.exp
5868 * gdb.perf/skip-command.exp
5869 * gdb.perf/skip-prologue.exp
5870 * gdb.perf/solib.exp
5871 * gdb.python/lib-types.exp
5872 * gdb.python/py-as-string.exp
5873 * gdb.python/py-bad-printers.exp
5874 * gdb.python/py-block.exp
5875 * gdb.python/py-breakpoint.exp
5876 * gdb.python/py-cmd.exp
5877 * gdb.python/py-events.exp
5878 * gdb.python/py-evthreads.exp
5879 * gdb.python/py-finish-breakpoint.exp
5880 * gdb.python/py-finish-breakpoint2.exp
5881 * gdb.python/py-frame-inline.exp
5882 * gdb.python/py-frame.exp
5883 * gdb.python/py-inferior.exp
5884 * gdb.python/py-infthread.exp
5885 * gdb.python/py-mi.exp
5886 * gdb.python/py-objfile.exp
5887 * gdb.python/py-pp-maint.exp
5888 * gdb.python/py-pp-registration.exp
5889 * gdb.python/py-prettyprint.exp
5890 * gdb.python/py-recurse-unwind.exp
5891 * gdb.python/py-shared.exp
5892 * gdb.python/py-symbol.exp
5893 * gdb.python/py-symtab.exp
5894 * gdb.python/py-template.exp
5895 * gdb.python/py-type.exp
5896 * gdb.python/py-unwind-maint.exp
5897 * gdb.python/py-unwind.exp
5898 * gdb.python/py-value.exp
5899 * gdb.python/python.exp
5900 * gdb.reverse/finish-reverse-bkpt.exp
5901 * gdb.reverse/insn-reverse.exp
5902 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5903 * gdb.reverse/solib-precsave.exp
5904 * gdb.reverse/solib-reverse.exp
5905 * gdb.stabs/gdb11479.exp
5906 * gdb.stabs/weird.exp
5907 * gdb.threads/fork-child-threads.exp
5908 * gdb.threads/fork-plus-threads.exp
5909 * gdb.threads/fork-thread-pending.exp
5910 * gdb.threads/forking-threads-plus-breakpoint.exp
5911 * gdb.threads/hand-call-in-threads.exp
5912 * gdb.threads/interrupted-hand-call.exp
5913 * gdb.threads/linux-dp.exp
5914 * gdb.threads/local-watch-wrong-thread.exp
5915 * gdb.threads/next-while-other-thread-longjmps.exp
5916 * gdb.threads/non-ldr-exit.exp
5917 * gdb.threads/pending-step.exp
5918 * gdb.threads/print-threads.exp
5919 * gdb.threads/process-dies-while-detaching.exp
5920 * gdb.threads/process-dies-while-handling-bp.exp
5921 * gdb.threads/pthreads.exp
5922 * gdb.threads/queue-signal.exp
5923 * gdb.threads/reconnect-signal.exp
5924 * gdb.threads/signal-command-handle-nopass.exp
5925 * gdb.threads/signal-command-multiple-signals-pending.exp
5926 * gdb.threads/signal-delivered-right-thread.exp
5927 * gdb.threads/signal-sigtrap.exp
5928 * gdb.threads/sigthread.exp
5929 * gdb.threads/staticthreads.exp
5930 * gdb.threads/stepi-random-signal.exp
5931 * gdb.threads/thread-unwindonsignal.exp
5932 * gdb.threads/thread_check.exp
5933 * gdb.threads/thread_events.exp
5934 * gdb.threads/tid-reuse.exp
5935 * gdb.threads/tls-nodebug.exp
5936 * gdb.threads/tls-shared.exp
5937 * gdb.threads/tls-so_extern.exp
5938 * gdb.threads/tls.exp
5939 * gdb.threads/wp-replication.exp
5940 * gdb.trace/actions-changed.exp
5941 * gdb.trace/actions.exp
5942 * gdb.trace/backtrace.exp
5943 * gdb.trace/change-loc.exp
5944 * gdb.trace/collection.exp
5945 * gdb.trace/deltrace.exp
5946 * gdb.trace/disconnected-tracing.exp
5947 * gdb.trace/entry-values.exp
5948 * gdb.trace/ftrace-lock.exp
5949 * gdb.trace/ftrace.exp
5950 * gdb.trace/infotrace.exp
5951 * gdb.trace/mi-trace-frame-collected.exp
5952 * gdb.trace/mi-trace-unavailable.exp
5953 * gdb.trace/mi-traceframe-changed.exp
5954 * gdb.trace/mi-tracepoint-changed.exp
5955 * gdb.trace/mi-tsv-changed.exp
5956 * gdb.trace/no-attach-trace.exp
5957 * gdb.trace/packetlen.exp
5958 * gdb.trace/passc-dyn.exp
5959 * gdb.trace/passcount.exp
5960 * gdb.trace/pending.exp
5961 * gdb.trace/pr16508.exp
5962 * gdb.trace/qtro.exp
5963 * gdb.trace/range-stepping.exp
5964 * gdb.trace/read-memory.exp
5965 * gdb.trace/report.exp
5966 * gdb.trace/save-trace.exp
5967 * gdb.trace/signal.exp
5968 * gdb.trace/stap-trace.exp
5969 * gdb.trace/status-stop.exp
5970 * gdb.trace/strace.exp
5971 * gdb.trace/tfile.exp
5972 * gdb.trace/tfind.exp
5973 * gdb.trace/trace-break.exp
5974 * gdb.trace/trace-condition.exp
5975 * gdb.trace/trace-enable-disable.exp
5976 * gdb.trace/trace-mt.exp
5977 * gdb.trace/tracecmd.exp
5978 * gdb.trace/tracefile-pseudo-reg.exp
5979 * gdb.trace/tspeed.exp
5980 * gdb.trace/tstatus.exp
5981 * gdb.trace/tsv.exp
5982 * gdb.trace/unavailable.exp
5983 * gdb.trace/while-dyn.exp
5984 * gdb.trace/while-stepping.exp
5985 * lib/gdb-guile.exp
5986 * lib/gdb.exp
5987 * lib/mi-support.exp
5988 * lib/pascal.exp
5989 * lib/perftest.exp
5990 * lib/prelink-support.exp
5991 * lib/selftest-support.exp
5992
ad02e4fe
SM
59932016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5994
5995 * Makefile.in: Include disable-implicit-rules.mk.
5996
22347e55
AA
59972016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5998
5999 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6000 non-byte-aligned bit fields.
6001
da5b30da
AA
60022016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6003
6004 PR gdb/12616
6005 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6006 respects the DW_AT_data_bit_offset attribute.
6007
b593ecca
SM
60082016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6009
6010 * gdb.base/default.exp: Fix output of "set language".
6011
3b165252
SM
60122016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6013
6014 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6015 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6016 make.
6017 * configure.ac: Remove checks for the make program.
6018 * configure: Re-generate.
6019
1a2f3d7f
KB
60202016-11-16 Kevin Buettner <kevinb@redhat.com>
6021
6022 * gdb.python/py-recurse-unwind.c (main): Add loop.
6023 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6024 to read_register() and gdb.parse_and_eval(). Make each code
6025 call a separate case that can be individually tested.
6026 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6027 proc. Call cont_and_backtrace for each of the code paths that
6028 we want to test in the unwinder.
6029
b7f38fda
AA
60302016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6031
6032 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6033 the definition of struct S.
6034
1f8db343
CM
60352016-11-11 Catherine Moore <clm@codesourcery.com>
6036
6037 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6038
fad0c9fb
PA
60392016-11-09 Pedro Alves <palves@redhat.com>
6040
6041 * gdb.base/commands.exp (runto_or_return): New procedure.
6042 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6043 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6044 (progvar_simple_while_test, progvar_complex_if_while_test)
6045 (if_while_breakpoint_command_test)
6046 (infrun_breakpoint_command_test, breakpoint_command_test)
6047 (user_defined_command_test, watchpoint_command_test)
6048 (test_command_prompt_position, redefine_hook_test)
6049 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6050 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6051 multi_line_input and multi_line. Remove gdb_expect and
6052 gdb_stop_suppressing_tests uses.
6053 * lib/gdb.exp (valnum_re): New global.
6054 (multi_line_input): New procedure.
6055
8354c62c
SM
60562016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6057
6058 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6059 Remove.
6060 (test_setup): Define with proc_with_prefix.
6061 (test_cli_inferior): Likewise.
6062 (test_cli_thread): Likewise.
6063 (test_cli_frame): Likewise.
6064 (test_cli_select_frame): Likewise.
6065 (test_cli_up_down): Likewise.
6066 (test_mi_thread_select): Likewise.
6067 (test_mi_stack_select_frame): Likewise.
6068 (test_cli_in_mi_inferior): Likewise.
6069 (test_cli_in_mi_thread): Likewise.
6070 (test_cli_in_mi_frame): Likewise.
6071 (top level): Do not use with_test_prefix_procname.
6072
64f367a2
PA
60732016-11-09 Pedro Alves <palves@redhat.com>
6074
6075 * gdb.base/commands.exp (gdbvar_simple_if_test)
6076 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6077 (progvar_simple_if_test, progvar_simple_while_test)
6078 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6079 (infrun_breakpoint_command_test, breakpoint_command_test)
6080 (user_defined_command_test, watchpoint_command_test)
6081 (test_command_prompt_position, deprecated_command_test)
6082 (bp_deleted_in_command, temporary_breakpoint_commands)
6083 (stray_arg0_test, source_file_with_indented_comment)
6084 (recursive_source_test, if_commands_test)
6085 (error_clears_commands_left, redefine_hook_test)
6086 (redefine_backtrace_test): Use proc_with_prefix.
6087 * lib/gdb.exp (proc_with_prefix): New proc.
6088
0bb65f1e
AA
60892016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6090
6091 * gdb.base/tui-layout.c: New file.
6092 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6093 disassembly window contains very long lines.
6094
7353f247
TT
60952016-11-08 Tom Tromey <tom@tromey.com>
6096
6097 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6098 depend on Python 2.
6099
30a7bb83
TT
61002016-11-08 Tom Tromey <tom@tromey.com>
6101
6102 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6103 New method.
6104
cdf5a07c
MG
61052016-10-29 Manish Goregaokar <manish@mozilla.com>
6106
2806dc7e 6107 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6108
51a789c3
MG
61092016-10-27 Manish Goregaokar <manish@mozilla.com>
6110
2806dc7e
PA
6111 * gdb.rust/simple.rs: Add test for univariant enums without
6112 discriminants and for encoded struct-like enums.
51a789c3 6113
f610ab6d
PA
61142016-10-28 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6117 gdb_test_multiple, tighten regexps and match symtabs and line
6118 tables incrementally.
6119
b129b0ca
LM
61202016-10-28 Luis Machado <lgustavo@codesourcery.com>
6121
6122 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6123 general.
6124
ecf45d2c
SL
61252016-10-25 Luis Machado <lgustavo@codesourcery.com>
6126
6127 * gdb.base/exec-invalid-sysroot.exp: New file.
6128
b8d38ee4
JK
61292016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6132
f90fd8c2
JK
61332016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6134
6135 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6136
2d2476aa
MR
61372016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6138
2806dc7e
PA
6139 * gdb.base/killed-outside.exp: Remove $options from a call to
6140 `prepare_for_testing'.
2d2476aa 6141
e42b25a0
SM
61422016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6143
6144 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6145 Change test message.
6146
3ccdb432
SM
61472016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6148
6149 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6150 Update comment.
6151
5bad3170
SM
61522016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6153
6154 * gdb.trace/mi-trace-save.exp: New file.
6155
5ad9dba7
YQ
61562016-10-13 Yao Qi <yao.qi@linaro.org>
6157
6158 * gdb.base/code_elim.exp (get_var_address): Remove.
6159 * gdb.base/relocate.exp: Likewise.
6160 * gdb.base/shreloc.exp: Likewise.
6161 * lib/gdb.exp (get_var_address): New.
6162
62df7e21
YQ
61632016-10-13 Yao Qi <yao.qi@linaro.org>
6164
6165 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6166 floating point tests if $skip_float_test is false.
6167
4dac951e
LM
61682016-10-12 Luis Machado <lgustavo@codesourcery.com>
6169
6170 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6171 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6172 argc values.
6173 Add 1 to argc so we guarantee distinct initial/modified argc values.
6174
8f1a8fc4
JK
61752016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6176
6177 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6178
16c85b5d
JK
61792016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6182 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6183 * gdb.arch/vsx-regs.exp: Likewise.
6184
1d0e042a
YQ
61852016-10-07 Yao Qi <yao.qi@linaro.org>
6186
6187 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6188
68dadef5
MM
61892016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6190
6191 * gdb.python/python.exp: Test decode_line("*0").
6192
33fa2c6e
DE
61932016-10-06 Doug Evans <dje@google.com>
6194
6195 * gdb.python/py-value.exp (test_value_creation): Add test for large
6196 unsigned 64-bit value.
6197
9c37b5ae
TT
61982016-10-06 Tom Tromey <tom@tromey.com>
6199
6200 * gdb.compile/compile.exp: Change java tests to rust.
6201 * gdb.base/setshow.exp: Change java tests to rust.
6202 * gdb.base/default.exp: Remove java from language list.
6203 * README (Examples): Update language example.
6204 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6205 test.
6206 * lib/gdb.exp (skip_java_tests): Remove.
6207 * lib/java.exp: Remove.
6208 * gdb.java: Remove.
6209
78b86327
MR
62102016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6211
6212 * gdb.arch/mips-fcr.exp: New test.
6213 * gdb.arch/mips-fcr.c: Source for the new test.
6214
7470adbb
MR
62152016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6216
6217 * gdb.base/solib-disc.exp: Use `standard_output_file'
6218 throughout.
6219
4a556533
PA
62202016-10-06 Pedro Alves <palves@redhat.com>
6221
6222 * gdb.base/jit-simple-dl.c: New file.
6223 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6224 * gdb.base/jit-simple.c: ... this.
6225 * gdb.base/jit-simple.exp (jit_run): Delete.
6226 (build_jit): New proc.
6227 (jit_test_reread): Recompile either the main program or the shared
6228 library, depending on what is being tested. Skip changing address
6229 if caller wants to. Compare before/after addresses. If testing
6230 standalone, explicitly load the binary. Test "maint info
6231 breakpoints".
6232 (top level): Add "standalone vs shared lib" and "change address"
6233 vs "same address" axes.
6234
5a122fbc
PA
62352016-10-06 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6238 call.
6239 (jit_run): Delete.
6240 (jit_test_reread): Use with_test_prefix. Reload the main binary
6241 explicitly. Compare the before/after addresses of the JIT
6242 descriptor.
6243
ee8da4b8
DE
62442016-08-15 Doug Evans <dje@google.com>
6245
6246 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6247 for single bitfields is bool.
6248 * gdb.xml/tdesc-regs.exp: Ditto.
6249
f389f6fe
JK
62502016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6251
6252 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6253
fdebf1a4
YQ
62542016-10-05 Yao Qi <yao.qi@linaro.org>
6255
6256 * lib/gdb.exp (support_complex_tests): Return zero if
6257 gdb_skip_float_test return true.
6258
9c36d954 62592016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6260 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6261
6262 PR gdb/20487
6263 * gdb.mi/user-selected-context-sync.exp: New file.
6264 * gdb.mi/user-selected-context-sync.c: New file.
6265
4034d0ff 62662016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6267 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6268
6269 PR gdb/20487
6270 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6271 =thread-select-event check.
6272
a4297203
PB
62732016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6274
6275 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6276 the compulsory L operand changes.
6277 * gdb.arch/powerpc-power.s: Likewise.
6278
bb805577
JK
62792016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6280
6281 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6282 * gdb.base/jit-attach-pie.c: New file.
6283 * gdb.base/jit-attach-pie.exp: New file.
6284
6d61dee5
PA
62852016-09-28 Pedro Alves <palves@redhat.com>
6286
6287 * gdb.base/infcall-input.c: New file.
6288 * gdb.base/infcall-input.exp: New file.
6289
f73842fc
YQ
62902016-09-22 Yao Qi <yao.qi@linaro.org>
6291
6292 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6293 (gdb_exit): Rename it to ...
6294 (gdbserver_gdb_exit): ... Close GDBserver.
6295 (gdb_exit): New proc, call gdbserver_gdb_exit.
6296 (mi_gdb_exit): Likewise.
6297
90681dab
YQ
62982016-09-22 Yao Qi <yao.qi@linaro.org>
6299
6300 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6301 path.
6302 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6303 Remove duplication.
6304
9c211fd8
YQ
63052016-09-22 Yao Qi <yao.qi@linaro.org>
6306
6307 * lib/gdbserver-support.exp: Check the existence of
6308 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6309
ad0a504f
AK
63102016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6311
6312 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6313
36cf1806
TT
63142016-09-21 Tom Tromey <tom@tromey.com>
6315
6316 PR gdb/20604:
6317 * gdb.base/quit.exp: New file.
6318
74172ecf
SM
63192016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6320
6321 * .gitignore: New file.
6322
3d0ec882
MR
63232016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6324
6325 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6326 throughout.
6327
8193adea
AA
63282016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6329
6330 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6331
d41a5c09
JK
63322016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6333
6334 * gdb.cp/casts.cc (decltype): Move it ...
6335 (main): ... with its call to ...
6336 * gdb.cp/casts03.cc: ... a new file.
6337 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6338
d2dfe700
JK
63392016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6340
6341 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6342
e2a92b16
PB
63432016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6344
6345 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6346 and sync up the test with tests in gas/testsuite/gas/ppc.
6347 * gdb.arch/powerpc-power.exp: Likewise.
6348
49b4de64
JK
63492016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6350
6351 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6352
2c29df25
SDJ
63532016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6354 Jan Kratochvil <jan.kratochvil@redhat.com>
6355
6356 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6357 make m1's definition to be different from m2's. Use 'dummy' as an
6358 argument for probe 'two'.
6359
cc3c2846
JB
63602016-09-10 Jon Beniston <jon@beniston.com>
6361
6362 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6363 for sim target.
6364
e1b2624a
AA
63652016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6366
6367 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6368 variable declaration.
6369 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6370 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6371 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6372 received HWCAP as its argument.
6373
4295e285
PA
63742016-09-06 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.base/new-ui-pending-input.c: New file.
6377 * gdb.base/new-ui-pending-input.exp: New file.
6378 * gdb.exp (clear_gdb_spawn_id): New procedure.
6379 (with_spawn_id): Check whether gdb_spawn_id exists before
6380 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6381 on exit.
6382
00d5215e
UW
63832016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6384
6385 * gdb.base/float128.c: New file.
6386 * gdb.base/float128.exp: Likewise.
6387 * gdb.base/floatn.c: Likewise.
6388 * gdb.base/floatn.exp: Likewise.
6389
a9ff5f12
UW
63902016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6391
6392 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6393
f245535c
PA
63942016-09-05 Pedro Alves <palves@redhat.com>
6395
6396 PR backtrace/19927
6397 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6398 unwinders are immediately called as side effect of "source" or
6399 "disable unwinder" commands.
6400 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6401
ae9cf263
YQ
64022016-09-02 Yao Qi <yao.qi@linaro.org>
6403
6404 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6405 is true and $type is "float" or "double".
6406
27aba047
YQ
64072016-09-02 Yao Qi <yao.qi@linaro.org>
6408
6409 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6410 true.
6411 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6412 * gdb.base/call-rt-st.exp: Likewise.
6413 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6414 return value instead of gdb,skip_float_test.
6415 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6416 (do_function_calls): Use its return value instead of
6417 gdb,skip_float_test.
6418 * gdb.base/finish.exp: Likewise.
6419 * gdb.base/funcargs.exp: Likewise.
6420 * gdb.base/return.exp: Likewise.
6421 * gdb.base/return2.exp: Likewise.
6422 * gdb.base/varargs.exp: Likewise.
6423 * lib/gdb.exp (gdb_skip_float_test): Change it to
6424 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6425
5af962df
AA
64262016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6427
6428 * gdb.multi/tids.exp: Test "thread apply all".
6429
7fac6910
JK
64302016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6431
6432 * gdb.base/default.exp (tty): Remove.
6433
bb1fe4ac
KB
64342016-08-24 Kevin Buettner <kevinb@redhat.com>
6435
2806dc7e
PA
6436 * gdb.python/py-recurse-unwind.c: New file.
6437 * gdb.python/py-recurse-unwind.py: New file.
6438 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6439
0a1ddfa6
SM
64402016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6441
6442 * gdb.base/set-inferior-tty.exp: New file.
6443 * gdb.base/set-inferior-tty.c: New file.
6444
d9de1fe3
PA
64452016-08-23 Pedro Alves <palves@redhat.com>
6446
6447 PR gdb/20494
6448 * gdb.base/new-ui-echo.c: New file.
6449 * gdb.base/new-ui-echo.exp: New file.
6450
e9d9abd7
YQ
64512016-08-23 Yao Qi <yao.qi@linaro.org>
6452
6453 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6454 gdbserver_spawn.
6455 * gdb.server/connect-without-multi-process.exp (do_test):
6456 Likewise.
6457
3589529e
YQ
64582016-08-23 Yao Qi <yao.qi@linaro.org>
6459
6460 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6461 standalone_txt. Delete gdb_txt and standalone_txt on host
6462 and target. Spawn the binary on target. Copy files from
6463 target to host.
6464
6bb90213
PA
64652016-08-22 Pedro Alves <palves@redhat.com>
6466
6467 PR gdb/20505
6468 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6469 with_test_prefix. Factor out bits to ...
6470 (test_no_vdso): ... this new procedure.
6471
20c2c024
CL
64722016-08-19 Carl Love <cel@us.ibm.com>
6473
6474 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6475 maintaining separate logic for constructing the output path.
6476 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6477 * gdb.arch/ppc-dfp.exp: Likewise.
6478 * gdb.arch/ppc-fp.exp: Likewise.
6479 * gdb.arch/vsx-regs.exp: Likewise.
6480 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6481 binprefix for generating the additional binary files.
6482
0646e07d
PA
64832016-08-19 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.trace/mi-trace-frame-collected.exp
6486 (test_trace_frame_collected): On x32, expect two registers.
6487
46da9242
CL
64882016-08-18 Carl Love <cel@us.ibm.com>
6489
6490 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6491 and sync up the test with tests in gas/testsuite/gas/ppc.
6492 * gdb.arch/powerpc-power.exp: Likewise.
6493
eb2332d7
SM
64942016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6495
6496 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6497 expected error message.
6498
63c61e04
SM
64992016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6500
6501 * gdb.multi/remove-inferiors.exp: New file.
6502 * gdb.multi/remove-inferiors.c: New file.
6503
7b17065f
YQ
65042016-08-12 Yao Qi <yao.qi@linaro.org>
6505
6506 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6507 argument list.
6508
01d3dedf
PA
65092016-08-10 Pedro Alves <palves@redhat.com>
6510
6511 PR gdb/19187
6512 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6513 setup_kfails.
6514
3eb7562a
PA
65152016-08-09 Pedro Alves <palves@redhat.com>
6516 Simon Marchi <simon.marchi@ericsson.com>
6517
6518 PR gdb/20418
6519 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6520 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6521
80614914
PA
65222016-08-09 Pedro Alves <palves@redhat.com>
6523
6524 PR mi/20431
6525 * gdb.mi/mi-cmd-error.exp: New file.
6526
f348d89a
PA
65272016-08-09 Pedro Alves <palves@redhat.com>
6528
6529 PR gdb/18653
6530 * gdb.base/signals-state-child.c: New file.
6531 * gdb.base/signals-state-child.exp: New file.
6532 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6533
e5ca03b4
PA
65342016-08-09 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6537
282a0691
TT
65382016-08-03 Tom Tromey <tom@tromey.com>
6539
6540 PR python/18565:
6541 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6542
41bfcd63
YQ
65432016-08-01 Yao Qi <yao.qi@linaro.org>
6544
6545 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6546 variable mode to "multi-process" if $multi_process is 1, otherwise
6547 set it to "single-process".
6548
e3465b24
YQ
65492016-08-01 Yao Qi <yao.qi@linaro.org>
6550
6551 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6552 * gdb.cp/cpexprs.exp: Likewise.
6553 * gdb.cp/m-static.exp: Likewise.
6554
0b31a4bc
TT
65552016-07-26 Tom Tromey <tom@tromey.com>
6556
6557 PR python/20190:
6558 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6559 test.
6560
e0461dbb
MM
65612016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6562
6563 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6564 selecting assembly source files.
6565 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6566 assembly source files.
6567 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6568 assembly source files.
6569 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6570 selecting assembly source files.
6571
8194e927
SM
65722016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6573
6574 * gdb.base/new-ui.exp (do_test_invalid_args): New
6575 procedure.
6576
c0272db5
TW
65772016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6578
6579 * gdb.btrace/reconnect.c: New file.
6580 * gdb.btrace/reconnect.exp: New file.
6581
e3487908
GKB
65822016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6583
6584 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6585 to test_catch_syscall_group.
6586 (test_catch_syscall_group): New.
6587
12df5c00
TT
65882016-07-21 Tom Tromey <tom@tromey.com>
6589
6590 * gdb.rust/simple.rs (main): Use empty struct expression.
6591 * gdb.rust/simple.exp: Add tests for empty struct expression.
6592
bae62ee2
YQ
65932016-07-21 Yao Qi <yao.qi@linaro.org>
6594
6595 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6596 if gdb_skip_xml_test is true on some targets.
6597
b1b53fb3
YQ
65982016-07-21 Yao Qi <yao.qi@linaro.org>
6599
6600 * gdb.server/solib-list.exp: Unset last_loaded_file.
6601
027d97f8
JK
66022016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6605 "step into captured_main (args)".
6606
7674d381
JK
66072016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6608
6609 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6610
72b5d099
JK
66112016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6614
1f960ced
PA
66152016-07-19 Pedro Alves <palves@redhat.com>
6616
6617 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6618 * gdb.opt/inline-bt.exp: Likewise.
6619 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6620 additional_flags=-Winline.
6621 * gdb.opt/inline-locals.exp: Likewise.
6622 * gdb.opt/inline-markers.c (ATTR): Define.
6623 (inlined_fn): Use it.
6624
f25827c1
YQ
66252016-07-19 Yao Qi <yao.qi@linaro.org>
6626
6627 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6628 (test_with_self): Remove some code. Remove argument executable.
6629 (top-level): Use do_self_tests.
6630
37539ebe
DB
66312016-07-15 Zachary Welch <zwelch@codesourcery.com>
6632 Don Breazeal <donb@codesourcery.com>
6633
6634 * gdb.base/maint.exp: Escape paths used in regular expressions.
6635 * gdb.stabs/weird.exp: Likewise.
6636
dac790e1
TT
66372016-07-13 Tom Tromey <tom@tromey.com>
6638
6639 PR python/15620, PR python/18620:
6640 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6641 (test_bkpt_events): New procs.
6642
93daf339
TT
66432016-07-13 Tom Tromey <tom@tromey.com>
6644
6645 PR python/17698:
6646 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6647 test.
6648 (test_watchpoints): Likewise.
6649 (test_bkpt_pending): New proc.
6650
6571a381
TT
66512016-07-13 Tom Tromey <tom@tromey.com>
6652
6653 PR cli/18053:
6654 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6655 completion test.
6656
e8732474
JK
66572016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6658
6659 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6660 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6661 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6662 f_label.
6663 (g): Rename g_end_lbl to g_label.
6664 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6665 low_pc and high_pc.
6666 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6667
e0f3fd7c
TT
66682016-07-12 Tom Tromey <tom@tromey.com>
6669
6670 PR python/19293:
6671 * gdb.python/py-unwind-maint.exp: Update tests.
6672
3cfe46b6
YQ
66732016-07-12 Yao Qi <yao.qi@linaro.org>
6674
6675 * lib/selftest-support.exp (selftest_setup): Match the output
6676 when captured_main is inlined.
6677
4f19a0e6
WT
66782016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6679
6680 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6681 New variables.
6682 (print this%a, print this%b, print this): New tests.
6683 * gdb.fortran/derived-types.f90 (this): New object and
6684 initialization.
6685
986cf455
SM
66862016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6687
6688 * gdb.ada/arraydim.exp: Remove extra directory level in build
6689 directory.
6690
f0464b23
SM
66912016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6692
6693 * lib/ada.exp: Remove extra directory level in build directory.
6694 * gdb.ada/cond_lang.exp: Likewise.
6695 * gdb.ada/exec_changed.exp: Likewise.
6696 * gdb.ada/lang_switch.exp: Likewise.
6697
42d94011
MG
66982016-07-06 Manish Goregaokar <manish@mozilla.com>
6699
2806dc7e
PA
6700 * simple.rs: Add test for raw pointer subscripting.
6701 * simple.exp: Add test expectations.
42d94011 6702
647c264c
YQ
67032016-07-05 Yao Qi <yao.qi@linaro.org>
6704
6705 * gdb.mi/mi-reverse.exp: Match =record-started output.
6706
20aa2c60
PA
67072016-07-01 Pedro Alves <palves@redhat.com>
6708
6709 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6710 procedure.
6711 (jit_reader_test): Test the jit reader's unwinder.
6712 * gdb.base/jithost.c (jit_function_00_code): New global.
6713 (main): Use memcpy to fill in the mmapped code, instead of poking
6714 bytes manually here.
6715 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6716 value.
6717 (read_debug_info): Save the function's range.
6718 (read_sp): New function.
6719 (unwind_frame): Use it. Also unwind RBP.
6720 (get_frame_id): Use read_sp.
6721 (gdb_init_reader): Use calloc instead of malloc.
6722 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6723 parameter. Use gdb_test_multiple.
6724
ced2dffb
PA
67252016-07-01 Pedro Alves <palves@redhat.com>
6726 Antoine Tremblay <antoine.tremblay@ericsson.com>
6727
6728 * gdb.threads/process-dies-while-detaching.c: New file.
6729 * gdb.threads/process-dies-while-detaching.exp: New file.
6730
63000888
PA
67312016-07-01 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.multi/watchpoint-multi-exit.c: New file.
6734 * gdb.multi/watchpoint-multi-exit.exp: New file.
6735
038d4868
PA
67362016-06-30 Pedro Alves <palves@redhat.com>
6737
6738 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6739 unset inferior_spawn_id.
6740
994e9c83
PA
67412016-06-30 Pedro Alves <palves@redhat.com>
6742
6743 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6744 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6745
e5653468
YQ
67462016-06-29 Yao Qi <yao.qi@linaro.org>
6747
6748 * gdb.base/return.c: Add copyright header.
6749
803b47e5
TT
67502016-06-29 Tom Tromey <tom@tromey.com>
6751
6752 PR python/20129:
6753 * gdb.python/py-framefilter.exp: Add tests for setting priority
6754 and disabling of non-existent frame filter.
6755
28244707
YQ
67562016-06-29 Yao Qi <yao.qi@linaro.org>
6757
6758 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6759 0x0f07ff.
6760
a31d2f06
YQ
67612016-06-28 Yao Qi <yao.qi@linaro.org>
6762
6763 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6764 triplets. Start gdb, execute catch syscall, and continue. Check
6765 gdb's output to determine catch syscall is supported.
6766
921d8f54
MG
67672016-06-27 Manish Goregaokar <manish@mozilla.com>
6768
25d49b86
PA
6769 * gdb.rust/simple.rs: Add test for returning unit in a function.
6770 * gdb.rust/simple.exp: Add expectation for functions returning
6771 unit.
921d8f54 6772
f4952523
PMR
67732016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6774
6775 * gdb.python/py-breakpoint-create-fail.c,
6776 gdb.python/py-breakpoint-create-fail.exp,
6777 gdb.python/py-breakpoint-create-fail.py: New testcase.
6778
fccb08f8
MG
67792016-06-25 Manish Goregaokar <manish@mozilla.com>
6780
6781 PR gdb/20239
6782 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6783 * gdb.rust/simple.exp: Add test expectations for new NonZero
6784 tests.
fccb08f8 6785
6b850546
DT
67862016-06-24 David Taylor <dtaylor@emc.com>
6787
6788 * gdb.base/offsets.exp: New file.
6789 * gdb.base/offsets.c: New file.
6790
17621150
TT
67912016-06-23 Tom Tromey <tom@tromey.com>
6792
6793 PR gdb/16483:
6794 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6795 before any filters are loaded.
6796
04d59df6
WT
67972016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6798
6799 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6800 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6801 structs.
6802 * gdb.fortran/derived-type-function.exp: New file.
6803 * gdb.fortran/derived-type-function.f90: New file.
6804
6805
ac69f786
PA
68062016-06-21 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.base/new-ui.exp: New file.
6809 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6810 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6811 (with_spawn_id): New procedure.
6812
49940788
PA
68132016-06-21 Pedro Alves <palves@redhat.com>
6814
6815 * gdb.mi/mi-exec-run.exp: New file.
6816
ef274d26
PA
68172016-06-21 Pedro Alves <palves@redhat.com>
6818
6819 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6820 breakpoint command's output on the main UI.
6821 (test_break): New procedure, factored out from calls in the top
6822 level.
6823 (top level): Use foreach_with_prefix to test MI as main UI and as
6824 separate UI.
6825
468afe6c
PA
68262016-06-21 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6829 (test_awatch_creation_and_listing)
6830 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6831 Remove 'type' parameter.
6832 (test_watchpoint_all): New parameter mi_mode. Remove
6833 with_test_prefix.
6834 (top level): Use foreach_with_prefix, and add main/separate UI MI
6835 testing axis.
6836
51f77c37
PA
68372016-06-21 Pedro Alves <palves@redhat.com>
6838
6839 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6840 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6841 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6842 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6843 (gdb_main_spawn_id, mi_spawn_id): Declare and
6844 comment.
6845 (mi_create_inferior_pty): New procedure,
6846 factored out from default_mi_gdb_start.
6847 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6848 procedures.
6849 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6850 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6851 Use mi_create_inferior_pty.
6852 (mi_gdb_start): Use eval to pass down args list.
6853
8980e177
PA
68542016-06-21 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6857 * gdb.opt/inline-cmds.exp: Add MI tests.
6858
f38d3ad1
PA
68592016-06-21 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6862
45db7c09
PA
68632016-06-21 Pedro Alves <palves@redhat.com>
6864
6865 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6866 (top level): Use it instead of mi_execute_to.
6867
5a069ab3
PA
68682016-06-21 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6871 (cont_handler_str): New.
6872 (signal_stop_handler): Set stop_handler_str instead of printing to
6873 stdout.
6874 (continue_handler): Set cont_handler_str instead of printing to
6875 stdout.
6876 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6877 mi_send_resuming_command. Print stop_handler_str and
6878 cont_handler_str instead of expecting the python events print
6879 directly.
6880
2838cc1d
SD
68812016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6882
6883 * gdb.base/jit-reader.exp: New file.
6884 * gdb.base/jithost.c: New file.
6885 * gdb.base/jithost.h: New file.
6886 * gdb.base/jitreader.c : New file.
6887 * gdb.base/jit-protocol.h: New file.
6888
21a77091
YQ
68892016-06-17 Yao Qi <yao.qi@linaro.org>
6890
6891 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6892 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6893 and detach-on-fork. Adjust tests.
6894 (top level): Invoke break_cond_on_syscall with combinations of
6895 syscall, follow-fork-mode and detach-on-fork.
6896
f50bf8e5
YQ
68972016-06-17 Yao Qi <yao.qi@linaro.org>
6898
6899 * gdb.base/step-over-exit.c: New.
6900 * gdb.base/step-over-exit.exp: New.
6901
a28d8e50
YTL
69022016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6903
6904 * gdb.base/float.exp: Add target check for nds32*-*-*.
6905 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6906
cad8e26d
AB
69072016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6908
6909 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6910 for unsupported target features.
6911 * gdb.base/call-rt-st.exp: Likewise.
6912 * gdb.base/call-sc.exp: Likewise.
6913 * gdb.base/call-signal-resume.exp: Likewise.
6914 * gdb.base/call-strs.exp: Likewise.
6915 * gdb.base/callexit.exp: Likewise.
6916 * gdb.base/callfuncs.exp: Likewise.
6917 * gdb.base/nodebug.exp: Likewise.
6918 * gdb.base/printcmds.exp: Likewise.
6919 * gdb.base/ptype.exp: Likewise.
6920 * gdb.base/structs.exp: Likewise.
6921 * gdb.base/unwindonsignal.exp: Likewise.
6922 * gdb.cp/gdb2495.exp: Likewise.
6923 * gdb.cp/templates.exp: Likewise.
6924 * gdb.cp/virtfunc.exp: Likewise.
6925 * gdb.threads/hand-call-in-threads.exp: Likewise.
6926 * gdb.threads/interrupted-hand-call.exp: Likewise.
6927 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6928
347dc102
TT
69292016-06-10 Tom Tromey <tom@tromey.com>
6930
6931 PR rust/20110:
6932 * gdb.rust/expr.exp: Add test for integer constant larger than
6933 i32.
6934
5e13cf25
BH
69352016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6936
6937 * gdb.fortran/nested-funcs.exp: New.
6938 * gdb.fortran/nested-funcs.f90: New.
6939
bb556f1f
TK
69402016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6941
6942 * gdb.base/examine-backward.c: New file.
6943 * gdb.base/examine-backward.exp: New file.
6944
38b022b4
SM
69452016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6946
6947 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6948 matching.
6949
1b40ec05
TT
69502016-06-02 Tom Tromey <tom@tromey.com>
6951
6952 PR python/18984:
6953 * gdb.python/py-shared.exp: Add solib_name test.
6954
193bd378
SM
69552016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6956
6957 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6958
3326303b
MG
69592016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6960
6961 PR c++/19893
6962 * gdb.dwarf2/implref.exp: Rename to...
6963 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6964 * gdb.dwarf2/implref-array.c: New file.
6965 * gdb.dwarf2/implref-array.exp: Likewise.
6966 * gdb.dwarf2/implref-global.c: Likewise.
6967 * gdb.dwarf2/implref-global.exp: Likewise.
6968 * gdb.dwarf2/implref-struct.c: Likewise.
6969 * gdb.dwarf2/implref-struct.exp: Likewise.
6970
825c8ef2
AT
69712016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6972
6973 * gdb.trace/trace-condition.exp: Add 64bit tests.
6974
2320162a
AT
69752016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6976
6977 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6978 bits types.
6979 (main): Adapt to 8 to 64 bits types.
6980 * gdb.trace/trace-condition.exp: Add new tests.
6981
a7818233
AT
69822016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6983
6984 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6985
0d336466
AT
69862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6987
6988 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6989 Move condition tests...
6990 * gdb.trace/trace-condition.exp: Here.
6991
7faeb45a
AT
69922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6993
6994 * gdb.trace/trace-condition.exp: Add counter-case tests.
6995
e385593e
JK
69962016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6997
6998 PR c++/15231
6999 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7000 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7001
744608cc
PA
70022016-05-27 Pedro Alves <palves@redhat.com>
7003
7004 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7005 New procedure.
7006 (top level): Call it, and bail out of DejaGnu is known to be bad.
7007
ac775bf4
AB
70082016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7009
7010 * gdb.base/whatis.c: Extend the test case.
7011 * gdb.base/whatis.exp: Add additional tests.
7012
2bbad2ea
BH
70132016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7014
7015* gdb.fortran/type.f90: Add pointer variable.
7016* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7017
8b70175d
BH
70182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7019
7020 * gdb.fortran/vla-type.exp: Fix testcase name.
7021
86d8a848
BH
70222016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7023
7024 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7025
e188eb36
BH
70262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7027
7028 * gdb.fortran/type.f90: Add nested structures.
7029 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7030 * gdb.fortran/derived-type.exp: Adapt expected output.
7031 * gdb.fortran/vla-type.exp: Adapt expected output.
7032
9b2db1fd
BH
70332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7034
7035 * gdb.fortran/whatis_type.exp: Adapt expected output.
7036
72b17055
BH
70372016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7038
7039 * gdb.fortran/print_type.exp: Fix expected output.
7040 * gdb.fortran/whatis_type.exp: Fix expected output.
7041
3cd81d8d
BH
70422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7043
7044 * gdb.fortran/whatis_type.exp: Use multi_line.
7045
ddae9462
TT
70462016-05-24 Tom Tromey <tom@tromey.com>
7047
7048 PR python/17386:
7049 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7050 use value as an index.
7051
1957f6b8
TT
70522016-05-23 Tom Tromey <tom@tromey.com>
7053
7054 PR python/17981:
7055 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7056 no-breakpoint case.
7057
026a9174
PA
70582016-05-24 Pedro Alves <palves@redhat.com>
7059
7060 PR gdb/19828
7061 * gdb.threads/clone-attach-detach.c: New file.
7062 * gdb.threads/clone-attach-detach.exp: New file.
7063
e70a7231
FR
70642016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7065
7066 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7067
0f6ed0e0
TT
70682016-05-23 Tom Tromey <tom@tromey.com>
7069
7070 PR python/19438, PR python/18393:
7071 * gdb.python/py-progspace.exp: Add "dir" test.
7072 * gdb.python/py-objfile.exp: Add "dir" test.
7073
ffd19d61
YQ
70742016-05-23 Yao Qi <yao.qi@linaro.org>
7075
7076 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7077 * gdb.arch/thumb2-it.exp: Likewise.
7078
9e8f9b05
SM
70792016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7080
7081 * gdb.mi/mi-threads-interrupt.c: New file.
7082 * gdb.mi/mi-threads-interrupt.exp: New file.
7083
61c6156d
SM
70842016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7085
7086 PR gdb/18077
7087 * gdb.mi/mi-async-run.exp: New file.
7088 * gdb.mi/mi-async-run.c: New file.
7089
67218854
TT
70902016-05-17 Tom Tromey <tom@tromey.com>
7091 Manish Goregaokar <manishsmail@gmail.com>
7092
7093 * lib/rust-support.exp: New file.
7094 * lib/gdb.exp (skip_rust_tests): New proc.
7095 (build_executable_from_specs): Handle rust.
7096 * lib/future.exp (gdb_find_rustc): New proc.
7097 (gdb_default_target_compile): Handle rust.
7098 * gdb.rust/expr.exp: New file.
7099 * gdb.rust/generics.exp: New file.
7100 * gdb.rust/generics.rs: New file.
7101 * gdb.rust/methods.exp: New file.
7102 * gdb.rust/methods.rs: New file.
7103 * gdb.rust/modules.exp: New file.
7104 * gdb.rust/modules.rs: New file.
7105 * gdb.rust/simple.exp: New file.
7106 * gdb.rust/simple.rs: New file.
7107
c44af4eb
TT
71082016-05-17 Tom Tromey <tom@tromey.com>
7109
7110 * gdb.base/default.exp (set language): Add rust.
7111
dcd1f979
TT
71122016-05-17 Tom Tromey <tom@tromey.com>
7113
7114 * gdb.gdb/unittest.exp: New file.
7115
155b7f57
YQ
71162016-05-16 Yao Qi <yao.qi@linaro.org>
7117
7118 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7119 shell_prompt. Update shell_prompt_re.
7120
8ddd5a6c
DE
71212016-05-12 Doug Evans <dje@google.com>
7122
7123 PR symtab/19999
7124 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7125 $options when building executable.
7126 * gdb.dwarf2/fission-loclists-pie.S: New file.
7127 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7128
02e370d9
SM
71292016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7130
7131 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7132 of [is_remote target],
7133
8929ad8b
SM
71342016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7135
7136 * lib/gdb.exp (use_gdb_stub): New procedure.
7137
6c447423
DE
71382016-05-03 Yunlian Jiang <yunlian@google.com>
7139 Doug Evans <dje@google.com>
7140
7141 PR symtab/19914
7142 * gdb.dwarf2/dwp-sepdebug.c: New file.
7143 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7144
444e826c
SM
71452016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7146
7147 * gdb.base/detach.exp: Remove is_remote check.
7148
740feeaa
SM
71492016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7150
7151 * gdb.base/annota-input-while-running.exp: Don't check for
7152 [is_remote target]. Enable annotations after running to main.
7153 Remove unused "set test..." line.
7154
9080ac9d
SM
71552016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7156
7157 * gdb.trace/trace-enable-disable.exp: New file.
7158 * gdb.trace/trace-enable-disable.c: New file.
7159
952ebca5
SM
71602016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7161
7162 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7163 use it in info sharedlibrary test.
7164 * gdb.trace/ftrace-lock.exp: Likewise.
7165 * gdb.trace/ftrace.exp: Likewise.
7166 * gdb.trace/range-stepping.exp: Likewise.
7167 * gdb.trace/trace-break.exp: Likewise.
7168 * gdb.trace/trace-condition.exp: Likewise.
7169 * gdb.trace/trace-mt.exp: Likewise.
7170
d9019901
SM
71712016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7172
7173 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7174 (gdb_load_shlib): ... this.
7175 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7176 gdb_load_shlib.
7177 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7178 * gdb.base/ctxobj.exp: Likewise.
7179 * gdb.base/dprintf-pending.exp: Likewise.
7180 * gdb.base/dso2dso.exp: Likewise.
7181 * gdb.base/fixsection.exp: Likewise.
7182 * gdb.base/gcore-relro.exp: Likewise.
7183 * gdb.base/gdb1555.exp: Likewise.
7184 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7185 * gdb.base/gnu-ifunc.exp: Likewise.
7186 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7187 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7188 * gdb.base/pending.exp: Likewise.
7189 * gdb.base/print-file-var.exp: Likewise.
7190 * gdb.base/print-symbol-loading.exp: Likewise.
7191 * gdb.base/shlib-call.exp: Likewise.
7192 * gdb.base/shreloc.exp: Likewise.
7193 * gdb.base/so-impl-ld.exp: Likewise.
7194 * gdb.base/solib-disc.exp: Likewise.
7195 * gdb.base/solib-nodir.exp: Likewise.
7196 * gdb.base/solib-overlap.exp: Likewise.
7197 * gdb.base/solib-symbol.exp: Likewise.
7198 * gdb.base/solib-weak.exp (do_test): Likewise.
7199 * gdb.base/sym-file.exp: Likewise.
7200 * gdb.base/symtab-search-order.exp: Likewise.
7201 * gdb.base/type-opaque.exp: Likewise.
7202 * gdb.base/unload.exp: Likewise.
7203 * gdb.base/watchpoint-solib.exp: Likewise.
7204 * gdb.compile/compile.exp: Likewise.
7205 * gdb.cp/gdb2384.exp: Likewise.
7206 * gdb.cp/infcall-dlopen.exp: Likewise.
7207 * gdb.cp/re-set-overloaded.exp: Likewise.
7208 * gdb.fortran/library-module.exp: Likewise.
7209 * gdb.opt/solib-intra-step.exp: Likewise.
7210 * gdb.python/py-finish-breakpoint.exp: Likewise.
7211 * gdb.python/py-shared.exp: Likewise.
7212 * gdb.reverse/solib-precsave.exp: Likewise.
7213 * gdb.reverse/solib-reverse.exp: Likewise.
7214 * gdb.server/solib-list.exp: Likewise.
7215 * gdb.threads/dlopen-libpthread.exp: Likewise.
7216 * gdb.threads/tls-shared.exp: Likewise.
7217 * gdb.threads/tls-so_extern.exp: Likewise.
7218 * gdb.trace/change-loc.exp: Likewise.
7219 * gdb.trace/ftrace-lock.exp: Likewise.
7220 * gdb.trace/ftrace.exp: Likewise.
7221 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7222 * gdb.trace/pending.exp: Likewise.
7223 * gdb.trace/range-stepping.exp: Likewise.
7224 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7225 (strace_info_marker): Likewise.
7226 (strace_probe_marker): Likewise.
7227 (strace_trace_on_same_addr): Likewise.
7228 (strace_trace_on_diff_addr): Likewise.
7229 * gdb.trace/trace-break.exp: Likewise.
7230 * gdb.trace/trace-condition.exp: Likewise.
7231 * gdb.trace/trace-mt.exp: Likewise.
7232
fca4cfd9
SM
72332016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7234
7235 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7236 result of gdb_remote_download.
7237 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7238 * gdb.base/dso2dso.exp: Likewise.
7239 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7240 * gdb.base/print-file-var.exp: Likewise.
7241 * gdb.base/shlib-call.exp: Likewise.
7242 * gdb.base/shreloc.exp: Likewise.
7243 * gdb.base/solib-overlap.exp: Likewise.
7244 * gdb.base/solib-weak.exp (do_test): Likewise.
7245 * gdb.base/unload.exp: Likewise.
7246
11cf4ffb
YQ
72472016-04-27 Yao Qi <yao.qi@linaro.org>
7248
7249 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7250 exists.
7251
3e2e34f8
KB
72522016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7253
7254 * vla-type.exp: Print structure from toplevel.
7255
8f07e298
BH
72562016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7257
7258 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7259 of dynamic types.
7260 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7261 of dynamic types.
7262
9920b434
BH
72632016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7264
7265 * gdb.fortran/vla-type.f90: New file.
7266 * gdb.fortran/vla-type.exp: New file.
7267
f3abeff5
YQ
72682016-04-25 Yao Qi <yao.qi@linaro.org>
7269
7270 * gdb.base/branch-to-self.c: New file.
7271 * gdb.base/branch-to-self.exp: New file.
7272
0a5d52f0
YQ
72732016-04-22 Yao Qi <yao.qi@linaro.org>
7274
7275 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7276 more after $hex.
7277
495346f6
YQ
72782016-04-22 Yao Qi <yao.qi@linaro.org>
7279
7280 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7281 * gdb.base/annota3.exp: Likewise.
7282
4a7e075c
YQ
72832016-04-22 Yao Qi <yao.qi@linaro.org>
7284
7285 * gdb.reverse/step-precsave.exp: Do one step and test program
7286 stops in "callee" and do multiple steps until program goes out
7287 of "callee".
7288 * gdb.reverse/step-reverse.exp: Likewise.
7289
5b061e98
YQ
72902016-04-22 Yao Qi <yao.qi@linaro.org>
7291
7292 * gdb.trace/signal.exp: Also pass if
7293 $tracepoint_hits($i) > $iterations.
7294
5c5dc57f
YQ
72952016-04-22 Yao Qi <yao.qi@linaro.org>
7296
7297 * gdb.trace/signal.c: New file.
7298 * gdb.trace/signal.exp: New file.
7299
a55411b9
DE
73002016-04-19 Doug Evans <xdje42@gmail.com>
7301
7302 * gdb.base/bad-file.exp: New file.
7303
a22df60a
MG
73042016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7305
7306 * gdb.dwarf2/implref.exp: New file.
7307
0c13f7e5
BH
73082016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7309
7310 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7311 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7312 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7313 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7314 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7315 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7316 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7317 * lib/fortran.exp (fortran_int4): New procedure.
7318 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7319 (fortran_logical4): Likewise.
7320
9b9b09e9
BH
73212016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7322
7323 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7324
a14d1f4d
BH
73252016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7326
7327 * lib/compiler.c: Add Intel specific preprocessor macros.
7328 * lib/compiler.cc: Likewise.
25d49b86 7329
7d49b1d0
LM
73302016-04-13 Luis Machado <lgustavo@codesourcery.com>
7331
7332 * gdb.server/connect-with-no-symbol-file.c: New file.
7333 * gdb.server/connect-with-no-symbol-file.exp: New file.
7334
8392fa22
SM
73352016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7336
7337 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7338
8c4c4aeb
SM
73392016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7340
7341 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7342 standard output directory.
7343
45e3745e
AT
73442016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7345
7346 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7347
e26b7e41
MM
73482016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7349
7350 * gdb.btrace/instruction_history.c (loop): Add declaration.
7351
8ce09462
AT
73522016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7353
7354 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7355
2e88a1ea
SM
73562016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7357
7358 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7359 parentheses to print.
7360 (continue_handler): Likewise.
7361
f48e22e3
SM
73622016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7363
7364 * gdb.server/solib-list.exp: Remove is_remote check.
7365 Pass shlib= to gdb_compile. Don't link shared library with
7366 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7367 Run binary filename through "readlink -f" on the target.
7368
096be756
PA
73692016-04-08 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7372 interpreter filename as argument to gdbserver_spawn.
7373 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7374 Return empty if $last_loaded_file does not exist.
7375
06500533
JK
73762016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7377
7378 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7379 * gdb.base/jit-main.c: Use exit after usage.
7380
2d35e871
JK
73812016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7382
7383 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7384 GDBHISTSIZE prior to the tests.
7385 * gdb.base/gdbinit-history.exp: Likewise.
7386
73872016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7388
7389 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7390 instead of build_executable. Use gdb_load_shlibs.
7391
c8064e7e
YQ
73922016-04-07 Yao Qi <yao.qi@linaro.org>
7393
7394 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7395 Execute "si" command.
7396
bde47561
YQ
73972016-04-07 Yao Qi <yao.qi@linaro.org>
7398
7399 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7400 number instead of the comments on some line.
7401
b16f8a3b
DB
74022016-04-06 Don Breazeal <donb@codesourcery.com>
7403
7404 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7405 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7406
c2f901df
SM
74072016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7408
7409 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7410 standard_output_file. Remove unused binfile variable.
7411
ac17fda0
CU
74122016-04-05 Catalin Udma <catalin.udma@freescale.com>
7413
7414 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7415 * gdb.python/py-mi-objfile.exp: Match "list main" output
7416 in console format.
7417
03a8c4df
SM
74182016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7419
7420 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7421 absolute.
7422
6e774b13
SM
74232016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7424
7425 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7426 absolute.
7427 * gdb.trace/ftrace.exp: Likewise.
7428 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7429 targets as well.
7430 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7431 (gdb_load_shlibs): Copy libraries to test directory when testing
7432 natively. Only set solib-search-path if testing remotely.
7433 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7434
7817ea46
SM
74352016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7436
7437 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7438 gdb_download. Use it even if the target is not remote.
7439 * gdb.base/jit.exp (compile_jit_test): Likewise.
7440 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7441 output directory if the destination board is local, otherwise use
7442 the standard remote_download from DejaGnu.
7443 (gdb_download): Remove.
7444 (gdb_load_shlibs): Use gdb_remote_download instead of
7445 gdb_download.
7446 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7447 Use gdb_remote_download instead of gdb_download. Use it even if
7448 the target is not remote.
7449 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7450 instead of gdb_download.
7451
7beb7f68
SM
74522016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7453
7454 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7455 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7456 run.
7457
cc63428a
AV
74582016-04-01 Artemiy Volkov <artemiyv@acm.org>
7459
7460 PR gdb/19820
7461 * gdb.base/printcmds.exp: Add artificial arrays tests.
7462
64cdf930
PA
74632016-03-31 Pedro Alves <palves@redhat.com>
7464
7465 PR gdb/19858
7466 * gdb.base/jit-main.c: Include unistd.h.
7467 (ATTACH): Define to 0 if not already defined.
7468 (wait_for_gdb, mypid): New globals.
7469 (WAIT_FOR_GDB): New macro.
7470 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7471 some breakpoint locations.
7472 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7473 New procedures.
7474 (one_jit_test): Add REATTACH parameter, and handle it. Use
7475 continue_to_test_location.
7476 (top level): Test attach, and adjusts calls to one_jit_test.
7477
40dea8cb
PA
74782016-03-31 Pedro Alves <palves@redhat.com>
7479
7480 PR gdb/19858
7481 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7482 BINSUFFIX parameter, and handle it.
7483 (top level): Adjust calls compile_jit_test.
7484
e7ea3ec7
CU
74852016-03-31 Catalin Udma <catalin.udma@freescale.com>
7486
7487 PR python/19743
7488 * gdb.python/py-mi-events-gdb.py: New file.
7489 * gdb.python/py-mi-events.c: New file.
7490 * gdb.python/py-mi-events.exp: New file.
7491
e6359af3
YQ
74922016-03-30 Yao Qi <yao.qi@linaro.org>
7493
7494 * gdb.reverse/until-precsave.exp: Match function name only.
7495 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7496 Move malloc to a condition block.
7497 * gdb.reverse/until-reverse.exp: Match function name only.
7498
a4105d04
MK
74992016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7500
7501 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7502 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7503 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7504 variable for GPR 0 instead of assuming it is register 0.
7505 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7506 * lib/trace-support.exp: Add s390 registers.
7507
bfa6adb9
YQ
75082016-03-29 Yao Qi <yao.qi@linaro.org>
7509
7510 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7511
1e6697ea
YQ
75122016-03-24 Yao Qi <yao.qi@linaro.org>
7513
7514 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7515 test message.
7516
64bcd522
AA
75172016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7518
7519 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7520 maintaining separate logic for constructing the output path.
7521
7868401b
DB
75222016-03-16 Don Breazeal <donb@codesourcery.com>
7523
7524 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7525 Retry fork and waitpid on interrupted system call errors.
7526 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7527 Use with_timeout_factor to increase timeout by factor of 10.
7528
1cafadb4
DB
75292016-03-15 Don Breazeal <donb@codesourcery.com>
7530
7531 * gdb.cp/scope-err.cc: New test program.
7532 * gdb.cp/scope-err.exp: New test script.
7533 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7534 lines and "set breakpoint here" comment.
7535 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7536 Fixed some whitespace and format issues.
7537 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7538 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7539
81516450
DE
75402016-03-15 Doug Evans <dje@google.com>
7541
7542 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7543 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7544 All callers updated. Add tests for enums, mixed flags register.
7545
aa52b601
DE
75462016-03-15 Doug Evans <dje@google.com>
7547
7548 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7549 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7550
fa4ff313
SM
75512016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7552
7553 * gdb.base/default.exp: Add $_as_string to the list of expected
7554 convenience functions.
7555
f2403c39
AB
75562016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7557
7558 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7559
f2f3ccb9
SM
75602016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7561
7562 * gdb.python/py-as-string.exp: New file.
7563 * gdb.python/py-as-string.c: New file.
7564
00dbd492
PA
75652016-03-09 Pedro Alves <palves@redhat.com>
7566
7567 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7568 signal" -> "Thread NN received signal" output change.
7569 * gdb.threads/ia64-sigill.exp: Likewise.
7570 * gdb.threads/linux-dp.exp: Likewise.
7571 * gdb.threads/manythreads.exp: Likewise.
7572 * gdb.threads/pending-step.exp: Likewise.
7573 * gdb.threads/print-threads.exp: Likewise.
7574 * gdb.threads/sigstep-threads.exp: Likewise.
7575 * gdb.threads/staticthreads.exp: Likewise.
7576 * gdb.threads/tls.exp: Likewise.
7577
1e6697ea
YQ
75782016-03-09 Pedro Alves <palves@redhat.com>
7579
7580 * gdb.base/command-line-input.exp: New file.
7581
b04fd3be
MK
75822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7583
7584 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7585 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7586 * gdb.trace/pending.exp: Accept leading dot before function name.
7587 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7588 * lib/trace-support.exp: Set registers for ppc.
7589
98fa59e9
MK
75902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7591
7592 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7593 use it for disassembly; accept .main in addition to main in backtrace.
7594
f77198c8
MK
75952016-03-09 Wei-cheng Wang <cole945@gmail.com>
7596 Marcin Kościelnicki <koriakin@0x04.net>
7597
7598 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7599 (gdb_recursion_test_ptr): New global variable.
7600 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7601 gdb_recursion_test.
7602 (gdb_c_test): Ditto.
7603
ba84e0da
MK
76042016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7605
7606 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7607 ordering.
7608
4366d36e
MK
76092016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7610
7611 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7612 (bar): Add bar_start_lbl label.
7613 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7614 of foo/bar for emitting DWARF and tracing.
7615
5eb264df
SDJ
76162016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7617
7618 * analyze-racy-logs.py: Set executable bit.
7619
fb6a751f
SDJ
76202016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7621
7622 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7623 (CHECK_TARGET_TMP): Likewise.
7624 (check-single-racy): New rule.
7625 (check-parallel-racy): Likewise.
7626 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7627 (do-check-parallel-racy): New rule.
7628 (check-racy/%.exp): Likewise.
7629 * README (Racy testcases): New section.
7630 * analyze-racy-logs.py: New file.
7631
bdf7e230
DE
76322016-03-03 Doug Evans <dje@google.com>
7633
7634 * gdb.base/skip.exp: Use with_test_prefix.
7635
4719d415
YQ
76362016-03-03 Yao Qi <yao.qi@linaro.org>
7637
7638 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7639 Invoke step_over_syscall "clone" and break_cond_on_syscall
7640 "clone".
7641 * gdb.base/step-over-clone.c: New file.
7642
ea507862
YQ
76432016-03-03 Yao Qi <yao.qi@linaro.org>
7644
7645 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7646 code format.
7647
8fc8cbda
YQ
76482016-03-03 Yao Qi <yao.qi@linaro.org>
7649
7650 * gdb.base/disp-step-fork.c: Rename to ...
7651 * gdb.base/step-over-fork.c: ... it. New file.
7652 * gdb.base/disp-step-vfork.c: Rename to ...
7653 * gdb.base/step-over-vfork.c: ... it. New file.
7654 * gdb.base/disp-step-syscall.exp: Rename to ...
7655 * gdb.base/step-over-syscall.exp: ... it. New file.
7656 (disp_step_cross_syscall): Rename to ...
7657 (step_over_syscall): ... it.
7658
92fa70b0
YQ
76592016-03-03 Yao Qi <yao.qi@linaro.org>
7660
7661 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7662 If target supports condition evaluation on target, invoke
7663 break_cond_on_syscall for fork and vfork.
7664
e197ad3c
YQ
76652016-03-03 Yao Qi <yao.qi@linaro.org>
7666
7667 * gdb.base/disp-step-syscall.exp: Don't invoke
7668 support_displaced_stepping.
7669 (disp_step_cross_syscall): Test with displaced stepping off and
7670 on if supported.
7671
0b47da9f
YQ
76722016-03-03 Yao Qi <yao.qi@linaro.org>
7673
7674 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7675 proc.
7676 (setup): New proc.
7677 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7678 and setup.
7679
065ab6dc
BH
76802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7681
7682 * gdb.fortran/vla-history.exp: Remove breakpoint.
7683
07e448ad 76842016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7685
25d49b86
PA
7686 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7687 exceeds timeout.
07e448ad 7688
9ac2d526 76892016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7690
25d49b86
PA
7691 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7692 breakpoint.
9ac2d526 7693
17807369
BH
76942016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7695
7696 * gdb.mi/vla.f90: Nullify pointer after declaration.
7697
86e501af
PA
76982016-03-01 Pedro Alves <palves@redhat.com>
7699
7700 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7701
1e903e32
PA
77022016-03-01 Pedro Alves <palves@redhat.com>
7703
7704 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7705 before anything else.
7706 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7707 _GNU_SOURCE here.
7708 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7709 before anything else.
7710 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7711
6ccb54e2
PA
77122016-03-01 Pedro Alves <palves@redhat.com>
7713
7714 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7715
30ca9da1
YQ
77162016-03-01 Yao Qi <yao.qi@linaro.org>
7717
7718 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7719 prepare_for_testing.
7720
dc856b38
YQ
77212016-03-01 Yao Qi <yao.qi@linaro.org>
7722
7723 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7724
4a932159
AA
77252016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7726
7727 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7728 manually constructing the output path.
7729
f2489477
AA
77302016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7731
7732 * gdb.arch/s390-stackless.S: New.
7733 * gdb.arch/s390-stackless.exp: New.
7734
38899f16
IB
77352016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7736
7737 * gdb.dlang/circular.c: New file.
7738 * gdb.dlang/circular.exp: New file.
7739
9fde51ed
YQ
77402016-02-26 Yao Qi <yao.qi@linaro.org>
7741
7742 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7743 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7744 (testcases): Update.
7745
ce90fefe
YQ
77462016-02-26 Yao Qi <yao.qi@linaro.org>
7747
7748 * gdb.reverse/aarch64.c: Rename to ...
7749 * gdb.reverse/insn-reverse.c: ... it.
7750 * gdb.reverse/aarch64.exp: Rename to ...
7751 * gdb.reverse/insn-reverse.exp: ... it.
7752
3263bceb
YQ
77532016-02-26 Yao Qi <yao.qi@linaro.org>
7754
7755 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7756 (testcase_ftype): New.
7757 (testcases): New array.
7758 (n_testcases): New.
7759 (main): Call each element in testcases.
7760 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7761 (read_testcase): New.
7762 Do the tests in a loop.
7763
6cb59ff1
YQ
77642016-02-25 Yao Qi <yao.qi@linaro.org>
7765
7766 * gdb.base/branches.c: Remove.
7767
ae91f625
MK
77682016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7769
7770 PR gdb/13808
7771 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7772
678b48b7
MK
77732016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7774
7775 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7776
7337a6f2
MK
77772016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7778
7779 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7780 change x86_64 call_insn to 'callq'.
7781
861ca91f
AT
77822016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7783
7784 * gdb.trace/tfile-avx.c: Move to...
7785 * gdb.trace/tracefile-pseudo-reg.c: Here.
7786 * gdb.trace/tfile-avx.exp: Move to...
7787 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7788
bf74e428
GB
77892016-02-24 Gary Benson <gbenson@redhat.com>
7790
7791 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7792 message on attach.
7793
cce0e923
DE
77942016-02-23 Doug Evans <dje@google.com>
7795
7796 * gdb.base/skip.c (test_skip): New function.
7797 (end_test_skip_file_and_function): New function.
7798 (test_skip_file_and_function): New function.
7799 * gdb.base/skip1.c (test_skip): New function.
7800 (skip1_test_skip_file_and_function): New function.
7801 * gdb.base/skip.exp: Add tests for new skip options.
7802 * gdb.base/skip-solib.exp: Update expected output.
7803 * gdb.perf/skip-command.cc: New file.
7804 * gdb.perf/skip-command.exp: New file.
7805 * gdb.perf/skip-command.py: New file.
7806
4000e47e
MK
78072016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7808
7809 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7810 info registers pattern.
7811
24f75ead
IB
78122016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7813
7814 * lib/future.exp: Add D support.
7815 (gdb_find_gdc): New proc.
7816 (gdb_default_target_compile): Add D support.
7817
fbb7bcbe
WW
78182016-02-18 Wei-cheng Wang <cole945@gmail.com>
7819
7820 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7821 user+system time.
7822 (trace_speed_test): Determine the iteration count for a time
7823 between 15..30 seconds.
7824
012b3a21
WT
78252016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7826
7827 * gdb.arch/i386-mpx-sigsegv.c: New file.
7828 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7829 * gdb.arch/i386-mpx-simple_segv.c: New file.
7830 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7831
2d5189bd
YQ
78322016-02-18 Yao Qi <yao.qi@linaro.org>
7833
7834 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7835 Don't call setup_kfail.
7836
40fb20d0
YQ
78372016-02-18 Yao Qi <yao.qi@linaro.org>
7838
7839 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7840 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7841
21b1f8d2
DE
78422016-02-16 Doug Evans <dje@google.com>
7843
7844 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7845 * gdb.base/skip1.c: Ditto.
7846 * gdb.base/skip.exp: Whitespace cleanup.
7847
4041ed77
DB
78482016-02-16 Don Breazeal <donb@codesourcery.com>
7849
7850 PR remote/19496
7851 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7852 Remove kfail for PR remote/19496.
7853
c4ef31bf
SM
78542016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7855
7856 * lib/gdb.exp (standard_temp_file): Return a path specific to
7857 the runtest invocation.
7858
266b65b3
SM
78592016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7860
7861 * gdb.trace/save-trace.exp: Change relative path to be in the
7862 standard output directory.
7863
a7a0a6a9
JK
78642016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7865
7866 * gdb.arch/i386-prologue.c: Add missing prototypes.
7867
c99dbb42
JK
78682016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7869
7870 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7871 * gdb.arch/i386-prologue.exp: Likewise.
7872 * gdb.arch/i386-size.exp: Likewise.
7873
aa480355
SM
78742016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7875
7876 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7877 define object file path.
7878 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7879 file path.
7880 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7881 standard_output_file to define binfile.
7882
ba881f50
JK
78832016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7884
7885 Fix compatibility with recent gfortran-5.3.1.
7886 * gdb.fortran/vla-history.exp (print vla1 allocated)
7887 (print vla2 allocated, print $2, print $3): Remove
7888 (print $4): Rename to ...
7889 (print $2): ... here.
7890 (print $9): Rename to ...
7891 (print $5): ... here.
7892 (print $10): Rename to ...
7893 (print $6): ... here.
7894 * gdb.fortran/vla.f90: Add pvla initialization.
7895
e9fb005c
JK
78962016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7897
7898 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7899 New test.
7900 * gdb.fortran/vla-value-sub.exp: Likewise.
7901
e44e00ff
MK
79022016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7903
7904 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7905
97e94151
SM
79062016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7907
7908 * i386-biarch-core.exp: Define corefile using
7909 standard_output_file.
7910
01113bc1
YQ
79112016-02-12 Yao Qi <yao.qi@linaro.org>
7912
7913 * gdb.arch/arm-single-step-kernel-helper.c: New.
7914 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7915
33b4777c
MM
79162016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7917
7918 * gdb.btrace/tailcall-only.exp: New.
7919 * gdb.btrace/tailcall-only.c: New.
7920 * gdb.btrace/x86_64-tailcall-only.S: New.
7921 * gdb.btrace/i686-tailcall-only.S: New.
7922
acc23c11
PA
79232016-02-11 Pedro Alves <palves@redhat.com>
7924
7925 * README (Parallel testing): Add missing double quotes.
7926
e352bf0a
PA
79272016-02-11 Pedro Alves <palves@redhat.com>
7928
7929 * README (Parallel testing): New section.
7930 (GDB_PARALLEL): Rewrite.
7931 (FORCE_PARALLEL): Document.
7932
9f5fed78
MK
79332016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7934
7935 * gdb.trace/tfile-avx.c: New test.
7936 * gdb.trace/tfile-avx.exp: New test.
7937
9ef9e6a6
KS
79382016-02-09 Keith Seitz <keiths@redhat.com>
7939
7940 PR breakpoints/19546
7941 * gdb.base/infcall-exec.c: New file.
7942 * gdb.base/infcall-exec2.c: New file.
7943 * gdb.base/infcall-exec.exp: New file.
7944
a96e36da
KS
79452016-02-09 Keith Seitz <keiths@redhat.com>
7946
7947 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7948 (toplevel): Call test_bkpt_address.
7949
9f61929f
KS
79502016-02-09 Keith Seitz <keiths@redhat.com>
7951
7952 PR python/19506
7953 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7954 (toplevel): Call test_bkpt_address.
7955
1e94266c
SM
79562016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7957
7958 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7959 to AC_OUTPUT.
7960 * configure: Regenerate.
7961
2a7f3dff
PA
79622016-02-09 Pedro Alves <palves@redhat.com>
7963
7964 PR breakpoints/19548
7965 * gdb.base/execl-update-breakpoints.c (some_function): New
7966 function.
7967 (main): Call it.
7968 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7969 Tighten expected GDB output.
7970
2151ccc5
SM
79712016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7972
7973 * Makefile.in (ALL_SUBDIRS): Remove.
7974 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7975 (distclean maintainer-clean realclean): Likewise.
7976 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7977 * configure: Regenerate.
7978 * gdb.ada/Makefile.in: Delete.
7979 * gdb.arch/Makefile.in: Likewise.
7980 * gdb.asm/Makefile.in: Likewise.
7981 * gdb.base/Makefile.in: Likewise.
7982 * gdb.btrace/Makefile.in: Likewise.
7983 * gdb.cell/Makefile.in: Likewise.
7984 * gdb.compile/Makefile.in: Likewise.
7985 * gdb.cp/Makefile.in: Likewise.
7986 * gdb.disasm/Makefile.in: Likewise.
7987 * gdb.dlang/Makefile.in: Likewise.
7988 * gdb.dwarf2/Makefile.in: Likewise.
7989 * gdb.fortran/Makefile.in: Likewise.
7990 * gdb.gdb/Makefile.in: Likewise.
7991 * gdb.go/Makefile.in: Likewise.
7992 * gdb.guile/Makefile.in: Likewise.
7993 * gdb.java/Makefile.in: Likewise.
7994 * gdb.linespec/Makefile.in: Likewise.
7995 * gdb.mi/Makefile.in: Likewise.
7996 * gdb.modula2/Makefile.in: Likewise.
7997 * gdb.multi/Makefile.in: Likewise.
7998 * gdb.objc/Makefile.in: Likewise.
7999 * gdb.opencl/Makefile.in: Likewise.
8000 * gdb.opt/Makefile.in: Likewise.
8001 * gdb.pascal/Makefile.in: Likewise.
8002 * gdb.perf/Makefile.in: Likewise.
8003 * gdb.python/Makefile.in: Likewise.
8004 * gdb.reverse/Makefile.in: Likewise.
8005 * gdb.server/Makefile.in: Likewise.
8006 * gdb.stabs/Makefile.in: Likewise.
8007 * gdb.threads/Makefile.in: Likewise.
8008 * gdb.trace/Makefile.in: Likewise.
8009 * gdb.xml/Makefile.in: Likewise.
8010 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8011 GDB_PARALLEL.
8012 (standard_output_file): Remove check for GDB_PARALLEL, always
8013 return path in outputs/$subdir/$testname.
8014
437277d4
SM
80152016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8016
8017 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8018 (site.exp): Assign abs_srcdir to tcl's srcdir.
8019
31d913c7
YQ
80202016-02-04 Yao Qi <yao.qi@linaro.org>
8021
8022 * gdb.base/foll-exec-mode.c: Include limits.h.
8023 (main): Add parameters argc and argv. Get directory from
8024 argv[0].
8025 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8026 compilation.
8027 * gdb.base/foll-exec.c: Include limits.h.
8028 (main): Add parameters argc and argv.
8029 Get directory from argv[0].
8030 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8031 Adjust tests on the number of lines as source code changed.
8032 * gdb.base/foll-vfork-exit.c: Include limits.h.
8033 (main): Add one line of statement before vfork.
8034 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8035 (main): Add parameters argc and argv. Get directory from
8036 argv[0].
8037 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8038 (setup_gdb): Set tbreak to skip some source lines.
8039 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8040 (main): Add parameters argc and argv. Get directory from
8041 argv[0].
8042 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8043 compilation.
8044 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8045 (main): Add parameters argc and argv. Get directory from
8046 argv[0].
8047 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8048 compilation.
8049
9482b9fb
DE
80502016-02-01 Doug Evans <dje@google.com>
8051
8052 * gdb.base/skip.exp: Clean up multiple references to same test name.
8053
6b2e4f10
PA
80542016-02-01 Pedro Alves <palves@redhat.com>
8055
ccb6afd6 8056 PR remote/19496
6b2e4f10
PA
8057 * gdb.threads/forking-threads-plus-breakpoint.exp
8058 (displaced_stepping_supported): New global.
8059 (probe_displaced_stepping_support): New procedure.
8060 (do_test): Add 'displaced' parameter, and use it.
8061 (top level): Check for displaced stepping support. Add displaced
8062 stepping on/off testing axis.
8063
37a8db1a
AB
80642016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8065
8066 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8067 pointer. Don't perform further tests on the unassociated pointer
8068 if the first test fails.
8069
5fdf6324
AB
80702016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8071
8072 * gdb.base/max-value-size.c: New file.
8073 * gdb.base/max-value-size.exp: New file.
8074 * gdb.base/huge.exp: Disable max-value-size for this test.
8075
935c6144
IB
80762016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8077
8078 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8079
7fe8399d
YQ
80802016-01-28 Yao Qi <yao.qi@linaro.org>
8081
8082 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8083
a2077e25
PA
80842016-01-25 Pedro Alves <palves@redhat.com>
8085
8086 PR threads/19461
8087 * gdb.base/fork-running-state.c: New file.
8088 * gdb.base/fork-running-state.exp: New file.
8089
1d2736d4
PA
80902016-01-25 Pedro Alves <palves@redhat.com>
8091
8092 PR gdb/19494
8093 * gdb.base/catch-fork-kill.c: New file.
8094 * gdb.base/catch-fork-kill.exp: New file.
8095
f1da4b11
PA
80962016-01-25 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8099 Delete, moved to lib/gdb.exp.
8100 * gdb.threads/forking-threads-plus-breakpoint.exp
8101 (foreach_with_prefix): Likewise.
8102 * gdb.threads/process-dies-while-handling-bp.exp
8103 (foreach_with_prefix): Likewise.
8104 * lib/gdb.exp (foreach_with_prefix): New procedure.
8105
45f38546
MK
81062016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8107
8108 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8109 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8110
dc29a1ce
MK
81112016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8112
8113 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8114 endian targets.
8115
092127d7
JK
81162016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8117 Pedro Alves <palves@redhat.com>
8118
8119 Fix testsuite compatibility with Guile.
8120 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8121 number.
8122
31d765d3
JK
81232016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8124
8125 Fix testsuite compatibility with Guile.
8126 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8127 (thread 1): New test for backtrace through signal handler.
8128
1ac78c04
YQ
81292016-01-22 Yao Qi <yao.qi@linaro.org>
8130
8131 PR testsuite/19491
8132 * gdb.base/multi-forks.c: Include
8133 ../lib/unbuffer_output.c
8134 (main): Call gdb_unbuffer_output.
8135
4f5946a8
DE
81362016-01-21 Doug Evans <dje@google.com>
8137
8138 * lib/ada.exp (gdb_compile_ada): Fix typo.
8139
305e13e6
JB
81402016-01-21 Joel Brobecker <brobecker@adacore.com>
8141
8142 * gdb.base/break-fun-addr.exp: New file.
8143 * gdb.base/break-fun-addr1.c: New file.
8144 * gdb.base/break-fun-addr2.c: New file.
8145
5f5dfff6
SM
81462016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8147
8148 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8149 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8150 enum flag values.
8151
fd356fa2
AA
81522016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8153
8154 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8155 when GDB can not set the vector return value. Add more comments
8156 for clarification.
8157
9df22175
AT
81582016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8159
8160 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8161 command.
8162
41d1845e
SM
81632016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8164
8165 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8166
01ac6840
SM
81672016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8168
8169 * Makefile.in (check-single): Pass --status to runtest.
8170 (check/%.exp): Likewise.
8171
81722016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8173
8174 * Makefile.in (check-parallel): Propagate return code from make
8175 do-check-parallel.
8176
bd0a71fa
MK
81772016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8178
8179 * gdb.trace/ftrace.exp: Fix expected message on continue.
8180 * gdb.trace/pending.exp: Fix expected message on continue.
8181 * gdb.trace/trace-break.exp: Fix expected message on continue.
8182
8bcbad33
SM
81832016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8184
8185 * lib/gdb.exp (gdb_test): Remove unused global references.
8186
f303dbd6
PA
81872016-01-18 Pedro Alves <palves@redhat.com>
8188
8189 * gdb.base/async-shell.exp: Adjust expected output.
8190 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8191 * gdb.base/siginfo-thread.exp: Adjust expected output.
8192 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8193 * gdb.java/jnpe.exp: Adjust expected output.
8194 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8195 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8196 * gdb.threads/leader-exit.exp: Adjust expected output.
8197 * gdb.threads/manythreads.exp: Adjust expected output.
8198 * gdb.threads/pthreads.exp: Adjust expected output.
8199 * gdb.threads/schedlock.exp: Adjust expected output.
8200 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8201 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8202 expected output.
8203 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8204 output.
8205 * gdb.threads/sigthread.exp: Adjust expected output.
8206 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8207
b2789696
YQ
82082016-01-18 Yao Qi <yao.qi@linaro.org>
8209
8210 * gdb.guile/scm-section-script.c: Replace @progbits with
8211 %progbits.
8212 * gdb.python/py-section-script.c: Likewise.
8213
71ef29a8
PA
82142016-01-15 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.multi/tids.exp: Test star wildcard ranges.
8217
3f5b7598
PA
82182016-01-15 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8221 command from "thread apply" invocation.
8222 (thr_apply_info_thr_invalid): Default the expected output to the
8223 input tid list.
8224 (top level): Add tests that use convenience variables. Add tests
8225 for "thread apply" with a valid TID list, but missing the command.
8226
663f6d42
PA
82272016-01-13 Pedro Alves <palves@redhat.com>
8228
8229 * gdb.base/default.exp: Expect $_gthread as well.
8230 * gdb.multi/tids.exp: Test $_gthread.
8231 * gdb.threads/thread-specific.exp: Test $_gthread.
8232
c84f6bbf
PA
82332016-01-13 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.multi/tids.exp: Test "info threads -gid".
8236
22a02324
PA
82372016-01-13 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8240 Breakpoint.thread.
8241 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8242
5d5658a1
PA
82432016-01-07 Pedro Alves <palves@redhat.com>
8244
8245 * gdb.base/break.exp: Adjust to output changes.
8246 * gdb.base/hbreak2.exp: Likewise.
8247 * gdb.base/sepdebug.exp: Likewise.
8248 * gdb.base/watch_thread_num.exp: Likewise.
8249 * gdb.linespec/keywords.exp: Likewise.
8250 * gdb.multi/info-threads.exp: Likewise.
8251 * gdb.threads/thread-find.exp: Likewise.
8252 * gdb.multi/tids.c: New file.
8253 * gdb.multi/tids.exp: New file.
8254
84654457
PA
82552016-01-13 Pedro Alves <palves@redhat.com>
8256
8257 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8258
e3940304
PA
82592016-01-13 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.base/default.exp: Expect $_inferior as well.
8262 * gdb.multi/base.exp: Test $_inferior.
8263
a911d87a
PA
82642016-01-13 Pedro Alves <palves@redhat.com>
8265
8266 PR breakpoints/19388
8267 * gdb.base/catch-signal-siginfo-cond.c: New file.
8268 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8269
82075af2
JS
82702016-01-12 Josh Stone <jistone@redhat.com>
8271 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8272
8273 * gdb.base/catch-syscall.c (do_execve): New variable.
8274 (main): Conditionally trigger an execve.
8275 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8276 (test_catch_syscall_execve): New, check entry/return across execve.
8277 (do_syscall_tests): Call test_catch_syscall_execve.
8278
e46eeedd
PA
82792016-01-12 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.base/random-signal.exp (do_test): New procedure, with body
8282 of testcase moved in.
8283
01d8c27e
JK
82842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8285 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.base/funcargs.exp (finish from indirectly called function):
8288 Reintroduce the case for 'First'.
8289
9a706302
JK
82902016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8291 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8294 (tcatch_vfork_then_child_follow_exec)
8295 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8296 identification.
8297
c0ecb95f
JK
82982016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8299
8300 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8301 and repeats to unlimited.
8302 * gdb.python/py-value.exp: Likewise.
8303 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8304 and repeats to unlimited.
8305
6cfc1fcb
JK
83062016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8307
8308 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8309 and reordering the functions.
8310 * gdb.multi/hangout.c: Likewise.
8311 * gdb.multi/hello.c: Likewise.
8312
582a1b00
SM
83132016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8314
8315 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8316 absolute.
8317 (SingleStatisticTestResult.report): Use dict.keys instead of
8318 dict.iterkeys.
8319
79bc59cb
PA
83202016-01-06 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8323
43368e1d
MM
83242016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8325
8326 * gdb.btrace/dlopen.exp: New.
8327 * gdb.btrace/dlopen.c: New.
8328 * gdb.btrace/dlopen-dso.c: New.
8329
79fad5b8
SL
83302015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8331
8332 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8333 PATTERN argument is optional.
8334
ab8314b3
JB
83352015-12-24 Joel Brobecker <brobecker@adacore.com>
8336
8337 * lib/ada.exp (target_compile_ada_from_dir): New function.
8338 (gdb_compile_ada): Reimplement avoiding the use of project files.
8339 * gdb.ada/gnat_ada.gpr: Delete.
8340 * gdb.ada/cond_lang.exp: Adjust test to make path before
8341 filename optional.
8342 * gdb.ada/small_reg_param.exp: Likewise.
8343
fe33faff
SM
83442015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8345
8346 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8347
6d265cb4
TP
83482015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8349
8350 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8351 case.
8352
10125099
SM
83532015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8354
8355 * gdb.base/break.exp: Remove dead code.
8356 * gdb.base/sepdebug.exp: Likewise.
8357
3ca22649
SM
83582015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8359
8360 * gdb.asm/asm-source.exp: Remove HP-UX references.
8361 * gdb.base/annota1.exp: Likewise.
8362 * gdb.base/annota3.exp: Likewise.
8363 * gdb.base/attach.exp: Likewise.
8364 * gdb.base/bigcore.exp: Likewise.
8365 * gdb.base/break.exp: Likewise.
8366 * gdb.base/call-ar-st.exp: Likewise.
8367 * gdb.base/callfuncs.exp: Likewise.
8368 * gdb.base/catch-fork-static.exp: Likewise.
8369 * gdb.base/display.exp: Likewise.
8370 * gdb.base/foll-exec-mode.exp: Likewise.
8371 * gdb.base/foll-exec.exp: Likewise.
8372 * gdb.base/foll-fork.exp: Likewise.
8373 * gdb.base/foll-vfork.exp: Likewise.
8374 * gdb.base/funcargs.exp: Likewise.
8375 * gdb.base/hbreak2.exp: Likewise.
8376 * gdb.base/inferior-died.exp: Likewise.
8377 * gdb.base/interrupt.exp: Likewise.
8378 * gdb.base/multi-forks.exp: Likewise.
8379 * gdb.base/nodebug.exp: Likewise.
8380 * gdb.base/sepdebug.exp: Likewise.
8381 * gdb.base/solib1.c: Likewise.
8382 * gdb.base/step-test.exp: Likewise.
8383 * gdb.mi/non-stop.c: Likewise.
8384 * gdb.mi/pthreads.c: Likewise.
8385 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8386 * gdb.threads/pthreads.c: Likewise.
8387 * gdb.threads/staticthreads.exp: Likewise.
8388 * lib/future.exp: Likewise.
8389 * lib/gdb.exp: Likewise.
8390 * gdb.base/so-indr-cl.c: Remove.
8391 * gdb.base/so-indr-cl.exp: Likewise.
8392 * gdb.base/solib.c: Likewise.
8393 * gdb.base/solib.exp: Likewise.
8394 * gdb.base/solib2.c: Likewise.
8395
b6304613
SM
83962015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8397
8398 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8399 * gdb.base/call-ar-st.exp: Likewise.
8400 * gdb.base/callfuncs.exp: Likewise.
8401 * gdb.base/condbreak.exp: Likewise.
8402 * gdb.base/constvars.exp: Likewise.
8403 * gdb.base/hbreak2.exp: Likewise.
8404 * gdb.base/langs.exp: Likewise.
8405 * gdb.base/list.exp: Likewise.
8406 * gdb.base/long_long.exp: Likewise.
8407 * gdb.base/ptype.exp: Likewise.
8408 * gdb.base/scope.exp: Likewise.
8409 * gdb.base/signals.exp: Likewise.
8410 * gdb.base/so-impl-ld.exp: Likewise.
8411 * gdb.base/varargs.exp: Likewise.
8412 * gdb.base/volatile.exp: Likewise.
8413 * gdb.base/whatis.exp: Likewise.
8414 * gdb.cp/cplusfuncs.exp: Likewise.
8415 * gdb.cp/inherit.exp: Likewise.
8416 * gdb.cp/local.exp: Likewise.
8417 * gdb.cp/member-ptr.exp: Likewise.
8418 * gdb.cp/method.exp: Likewise.
8419 * gdb.cp/overload.exp: Likewise.
8420 * gdb.cp/templates.exp: Likewise.
8421 * gdb.stabs/weird.exp: Likewise.
8422 * lib/compiler.c: Likewise.
8423 * lib/compiler.cc: Likewise.
8424 * lib/cp-support.exp: Likewise.
8425 * lib/gdb.exp: Likewise.
8426
bf401b07
SM
84272015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8428
8429 * configure.ac: Remove HP-UX case.
8430 * configure: Regenerate.
8431
aff9c0f8
SM
84322015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8433
8434 * lib/gdb.exp (gdb_compile): Add function doc.
8435
a6904d5a
PA
84362015-12-17 Pedro Alves <palves@redhat.com>
8437
8438 PR threads/19354
8439 * gdb.multi/info-threads.exp: New file.
8440
a22279dd
YQ
84412015-12-15 Yao Qi <yao.qi@linaro.org>
8442
8443 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8444 is aarch64*-*-*.
8445
0588c796
SL
84462015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8447
8448 * gdb.base/history-duplicates.exp: Skip if no readline support.
8449
5d978e17
SL
84502015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8451
8452 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8453
7e763b86
SL
84542015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8455
8456 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8457
87a3a92c
SL
84582015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8459
8460 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8461 ctrl-C if nointerrupts target property is set.
8462 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8463 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8464 * gdb.base/paginate-bg-execution.exp: Likewise.
8465 * gdb.base/paginate-execution-startup.exp: Likewise.
8466 * gdb.base/random-signal.exp: Likewise.
8467 * gdb.base/range-stepping.exp: Likewise.
8468 * gdb.cp/annota2.exp: Likewise.
8469 * gdb.cp/annota3.exp: Likewise.
8470 * gdb.gdb/selftest.exp: Likewise.
8471 * gdb.threads/continue-pending-status.exp: Likewise.
8472 * gdb.threads/leader-exit.exp: Likewise.
8473 * gdb.threads/manythreads.exp: Likewise.
8474 * gdb.threads/pthreads.exp: Likewise.
8475 * gdb.threads/schedlock.exp: Likewise.
8476 * gdb.threads/sigthread.exp: Likewise.
8477
a8f077dc
DB
84782015-12-11 Don Breazeal <donb@codesourcery.com>
8479
8480 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8481 remote.
8482 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8483 * gdb.base/foll-exec.exp (main): Enable for target remote.
8484 * gdb.base/foll-fork.exp (main): Likewise.
8485 * gdb.base/foll-vfork.exp (main): Likewise.
8486 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8487 (proc continue_to_exit_bp_loc): Use clean_restart.
8488 * gdb.base/pie-execl.exp (main): Disable for target remote.
8489 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8490 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8491 * gdb.threads/execl.exp (main): Likewise.
8492 * gdb.threads/fork-child-threads.exp (main): Likewise.
8493 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8494 remote.
8495 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8496 remote.
8497 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8498 pid.tid style ptids, instead of just tid.
8499 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8500 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8501 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8502 ptids, instead of just tid.
8503
3b2464a8
AB
85042015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8505
8506 * gdb.base/list.exp (test_list_forward): Add end of file error
8507 test.
8508 (test_repeat_list_command): Add end of file error test.
8509 (test_list_backwards): Add beginning of file error test.
8510
a0def019
AB
85112015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8512
8513 * gdb.base/list.exp (test_list_invalid_args): New function,
8514 defined, and called.
8515
5c000dff
AB
85162015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8517
8518 * gdb.base/list.exp (test_list): Make test names unique.
8519
f1637ebe
YQ
85202015-12-11 Yao Qi <yao.qi@linaro.org>
8521
8522 * gdb.base/coremaker2.c: Remove.
8523
36d6fc0a
PA
85242015-12-10 Pedro Alves <palves@redhat.com>
8525
8526 * gdb.multi/base.exp: Remove stale "spaces" references.
8527
762f7747
PA
85282015-12-10 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.multi/base.exp: Don't use nowarnings.
8531 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8532 * gdb.multi/hangout.c: Include stdio.h.
8533 * gdb.multi/hello.c: Include stdlib.h.
8534 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8535 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8536 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8537
28d2bfb9
AB
85382015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8539
8540 * gdb.dwarf2/dw2-ranges-base.c: New file.
8541 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8542 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8543 support additional line table, and debug ranges generation.
8544 (Dwarf::ranges): New function, generate .debug_ranges.
8545 (Dwarf::lines): Support generating simple line table programs.
8546 (Dwarf::assemble): Initialise new namespace variables.
8547
5fc2beac
KB
85482015-12-09 Kevin Buettner <kevinb@redhat.com>
8549
8550 * gdb.base/async.exp (proc test_background): Add case for
8551 asynchronous execution not supported.
8552
1c35a88f
LM
85532015-12-09 Luis Machado <lgustavo@codesourcery.com>
8554
8555 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8556 format and change test names to make them unique.
8557
b593e3d9
RK
85582015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8559 Pedro Alves <pedro@redhat.com>
8560
8561 PR gdb/18702
8562 Add checking of floatformats setup on x86_64 hosts.
8563 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8564 (smallval, bigval): New labels/constants.
8565 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8566 float" after loading bigval and smallval.
8567
d72413e6
PMR
85682015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8569
8570 * gdb.ada/fun_overload_menu.exp: New testcase.
8571 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8572
ece66d65
JS
85732015-12-04 Josh Stone <jistone@redhat.com>
8574
8575 * gdb.base/catch-fork-static.exp: New.
8576
41d0efca
YQ
85772015-12-03 Yao Qi <yao.qi@linaro.org>
8578
8579 * gdb.base/sizeof.c: Don't include stdio.h and
8580 ../lib/unbuffer_output.c.
8581 (main): New variable 'size' and 'value'. Remove printf and
8582 gdb_unbuffer_output. Assign return value to size and value.
8583 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8584 at the beginning.
8585 (check_sizeof): Check the result by printing variable 'size'.
8586 (check_valueof): Check the result by printing variable 'value'.
8587
99fd02d9
YQ
85882015-12-01 Yao Qi <yao.qi@linaro.org>
8589
8590 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8591 for aarch64*-*-linux* target.
8592
f2faf941
PA
85932015-11-30 Pedro Alves <palves@redhat.com>
8594
8595 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8596
04bf20c5
PA
85972015-11-30 Pedro Alves <palves@redhat.com>
8598
8599 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8600 Handle non-stop mode vCont replies.
8601
09df4675
PA
86022015-11-30 Pedro Alves <palves@redhat.com>
8603
8604 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8605 prepare_for_testing. Start gdb with "set non-stop on" appended to
8606 GDBFLAGS. Lax expected stop output.
8607
58b584af
YQ
86082015-11-27 Yao Qi <yao.qi@linaro.org>
8609
8610 * gdb.arch/arm-neon.exp: New.
8611 * gdb.arch/arm-neon.c: New.
8612
dfcb77a8
YQ
86132015-11-27 Yao Qi <yao.qi@linaro.org>
8614
8615 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8616
88e8ec1b
YQ
86172015-11-27 Yao Qi <yao.qi@linaro.org>
8618
8619 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8620 frames-invalid annotation.
8621
bfde72c2
YQ
86222015-11-27 Yao Qi <yao.qi@linaro.org>
8623
8624 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8625
f6512a69
SM
86262015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8627
8628 * gdb.threads/names.exp: New file.
8629 * gdb.threads/names.c: New file.
8630 * README: Mention gdb,no_thread_names.
8631
46a3515b
MM
86322015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8633
8634 PR 19297
8635 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8636 support" error.
8637
62147a22
PA
86382015-11-24 Pedro Alves <palves@redhat.com>
8639
8640 PR 17539
8641 * gdb.base/display.exp: Expect displays to be sorted in ascending
8642 order. Use multi_line.
8643 * gdb.base/solib-display.exp: Likewise.
8644
2f341b6e
PA
86452015-11-24 Pedro Alves <palves@redhat.com>
8646
8647 PR 17539
25d49b86
PA
8648 * gdb.base/display.exp: Expect displays to be sorted in ascending
8649 order. Use multi_line.
8650 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8651
7e0aa6aa
PA
86522015-11-24 Pedro Alves <palves@redhat.com>
8653
8654 PR 17539
8655 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8656 threads in ascending order.
8657 * gdb.base/foll-fork.exp: Likewise.
8658 * gdb.base/foll-vfork.exp: Likewise.
8659 * gdb.base/multi-forks.exp: Likewise.
8660 * gdb.mi/mi-nonstop.exp: Likewise.
8661 * gdb.mi/mi-nsintrall.exp: Likewise.
8662 * gdb.multi/base.exp: Likewise.
8663 * gdb.multi/multi-arch.exp: Likewise.
8664 * gdb.python/py-inferior.exp: Likewise.
8665 * gdb.threads/break-while-running.exp: Likewise.
8666 * gdb.threads/execl.exp: Likewise.
8667 * gdb.threads/gcore-thread.exp: Likewise.
8668 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8669 * gdb.threads/kill.exp: Likewise.
8670 * gdb.threads/linux-dp.exp: Likewise.
8671 * gdb.threads/multiple-step-overs.exp: Likewise.
8672 * gdb.threads/next-bp-other-thread.exp: Likewise.
8673 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8674 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8675 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8676 * gdb.threads/thread-find.exp: Likewise.
8677 * gdb.threads/tls.exp: Likewise.
8678 * lib/mi-support.exp (mi_reverse_list): Delete.
8679 (mi_check_thread_states): No longer reverse list.
8680
2cc57ad8
PA
86812015-11-24 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8684 use lowercase.
8685
c93e8391
SM
86862015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8687
8688 * gdb.trace/actions.c: Include trace-common.h.
8689 (main): Add a location for a fast tracepoint.
8690 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8691 the normal tracepoints.
8692 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8693
045ccf91
SM
86942015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8695
8696 * save-trace.exp: Factor out code to these...
8697 (gdb_save_tracepoints): New.
8698 (gdb_load_tracepoints): New.
8699 (do_save_load_test): New.
8700
5506f9f6
KB
87012015-11-23 Kevin Buettner <kevinb@redhat.com>
8702
8703 * gdb.base/asmlabel.exp: New test.
8704 * gdb.base/asmlabel.c: New test case.
8705
16c3b12f
JB
87062015-11-23 Joel Brobecker <brobecker@adacore.com>
8707
8708 * gdb.base/wrong_frame_bt_full-main.c: New file.
8709 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8710 * gdb.base/wrong_frame_bt_full.exp: New file.
8711
155bfbd3
JB
87122015-11-23 Joel Brobecker <brobecker@adacore.com>
8713
8714 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8715
bb097445
JM
87162015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8717
206853a0 8718 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8719 pstate register when comparing registers values in
8720 sparc64-*-linux-gnu targets to avoid spurious differences.
8721
9c88ed8f
JM
87222015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8723
206853a0 8724 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8725
96161e25
SL
87262015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8727
8728 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8729 as type argument to gdb_compile.
8730 * gdb.base/nested-subp2.exp: Likewise.
8731 * gdb.base/nested-subp3.exp: Likewise.
8732
340c2830
DV
87332015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8734
8735 * lib/dwarf.exp (_note): Fix left shift of negative value.
8736 * gdb.trace/trace-condition.exp: Likewise.
8737
c1862d0f
YQ
87382015-11-13 Yao Qi <yao.qi@linaro.org>
8739
8740 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8741 comments about d10v.
8742 (test_scalar_returns): Likewise.
8743 * gdb.base/d10v.ld: Remove.
8744 * gdb.base/overlays.exp: Remove the target triplet checking for
8745 d10v-*-*.
8746 * gdb.base/structs.exp (test_struct_returns): Remove the
8747 comments about d10v.
8748 (test_struct_calls): Likewise.
8749
77ae9c19
YQ
87502015-11-13 Yao Qi <yao.qi@linaro.org>
8751
8752 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8753 * gdb.base/gnu_vector.c: Don't include stdio.h.
8754 (main): Don't print res and call add_some_intvecs.
8755
430e004e
MK
87562015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8757
8758 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8759 macro.
8760 (func5): Removed.
8761 (func4): Use FAST_TRACEPOINT_LABEL.
8762 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8763 macro.
8764 (func): Removed.
8765 (thread_function): Use FAST_TRACEPOINT_LABEL.
8766 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8767 (func): Remove.
8768 (marker): Use FAST_TRACEPOINT_LABEL.
8769 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8770 (pendfunc1): Remove.
8771 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8772 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8773 (foo): Remove.
8774 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8775 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8776 macro.
8777 (func): Remove.
8778 (marker): Use FAST_TRACEPOINT_LABEL.
8779 * gdb.trace/trace-common.h: New header.
8780 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8781 macro.
8782 (func): Remove.
8783 (marker): Use FAST_TRACEPOINT_LABEL.
8784 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8785 (func): Remove.
8786 (thread_function): Use FAST_TRACEPOINT_LABEL.
8787
6e7675a7
MK
87882015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8789
8790 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8791 in front.
8792 * gdb.trace/change-loc.exp: Use global pcreg definition.
8793 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8794 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8795 in front.
8796 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8797 * gdb.trace/pending.exp: Likewise.
8798 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8799 * gdb.trace/trace-break.exp: Likewise.
8800 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8801 in front.
8802 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8803 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8804 in front.
8805 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8806
dddc0e16
JB
88072015-11-09 Joel Brobecker <brobecker@adacore.com>
8808
8809 * gdb.ada/fin_fun_out: New testcase.
8810
c6f0b406
KB
88112015-11-07 Kevin Buettner <kevinb@redhat.com>
8812
8813 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8814 value associated with DW_AT_byte_size.
8815 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8816 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8817 DW_AT_upper_bound.
8818
f01dcfd9
KB
88192015-11-07 Kevin Buettner <kevinb@redhat.com>
8820
8821 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8822 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8823 version.
8824 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8825 gdb.dwarf2/dw2-canonicalize-type.exp,
8826 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8827 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8828 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8829 provided by gdb_target_symbol_prefix_flags_asm.
8830 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8831 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8832 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8833 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8834 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8835 macros where needed). Use this macro for symbols which require
8836 the prefix provided by SYMBOL_PREFIX.
8837
2223449a
KB
88382015-11-05 Kevin Buettner <kevinb@redhat.com>
8839
8840 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8841 New procs.
8842 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8843 representing expressions, of more than one list element.
8844 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8845 to prepend linker symbol prefix to f.
8846 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8847 table_1 and table_2.
8848 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8849 Likewise, for f and g.
8850 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8851 for ptr.
8852 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8853 for main.
8854 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8855 table_1_ptr and table_2_ptr.
8856
6f2f1a3a
JK
88572015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8858 Joel Brobecker <brobecker@adacore.com>
8859
8860 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8861
566c56c9
MK
88622015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8863
8864 * gdb.reverse/s390-mvcle.c: New test.
8865 * gdb.reverse/s390-mvcle.exp: New file.
8866 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8867
d5f0636b
MK
88682015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8869
8870 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8871
7ad8b86c
MK
88722015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8873
8874 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8875 reaching marker2.
8876 * gdb.reverse/getresuid-reverse.exp: Likewise.
8877 * gdb.reverse/pipe-reverse.exp: Likewise.
8878 * gdb.reverse/readv-reverse.exp: Likewise.
8879 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8880 * gdb.reverse/time-reverse.exp: Likewise.
8881 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8882
4081c0f1
YQ
88832015-10-30 Yao Qi <yao.qi@linaro.org>
8884
8885 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8886 (empty_cycle): Remove.
8887 (main): Don't call empty_cycle. Don't use watch_count_done.
8888 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8889 empty_cycle. Rewrite the code counting HW watchpoints.
8890
452b4ba5
MK
88912015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8892
8893 * gdb.reverse/fstatat-reverse.c: New test.
8894 * gdb.reverse/fstatat-reverse.exp: New file.
8895 * gdb.reverse/getresuid-reverse.c: New test.
8896 * gdb.reverse/getresuid-reverse.exp: New file.
8897 * gdb.reverse/pipe-reverse.c: New test.
8898 * gdb.reverse/pipe-reverse.exp: New file.
8899 * gdb.reverse/readv-reverse.c: New test.
8900 * gdb.reverse/readv-reverse.exp: New file.
8901 * gdb.reverse/recvmsg-reverse.c: New test.
8902 * gdb.reverse/recvmsg-reverse.exp: New file.
8903 * gdb.reverse/time-reverse.c: New test.
8904 * gdb.reverse/time-reverse.exp: New file.
8905 * gdb.reverse/waitpid-reverse.c: New test.
8906 * gdb.reverse/waitpid-reverse.exp: New file.
8907
5e2e7507
JK
89082015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8909
8910 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8911
0fde2c53
DE
89122015-10-26 Doug Evans <dje@google.com>
8913
8914 PR symtab/17391
8915 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8916 * gdb.dwarf2/bad-regnum.c: New file.
8917 * gdb.dwarf2/bad-regnum.exp: New file.
8918
1a70ae97
DE
89192015-10-26 Doug Evans <dje@google.com>
8920
8921 PR python/18938
8922 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8923 file.
8924
27dc26ab
JK
89252015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8926
8927 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8928 for a change by "Mention language in compile error message".
8929
bed91f4d
SM
89302015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8931
8932 PR python/18073
8933 * gdb.python/py-type.c (C::a_method): New.
8934 (C::a_const_method): New.
8935 (C::a_static_method): New.
8936 (a_function): New.
8937 * gdb.python/py-type.exp (test_fields): Test getting fields
8938 from function and method.
8939
3f2f83dd
KB
89402015-10-21 Keven Boell <keven.boell@intel.com>
8941
8942 * gdb.fortran/vla-alloc-assoc.exp: New file.
8943 * gdb.fortran/vla-datatypes.exp: New file.
8944 * gdb.fortran/vla-datatypes.f90: New file.
8945 * gdb.fortran/vla-history.exp: New file.
8946 * gdb.fortran/vla-ptype-sub.exp: New file.
8947 * gdb.fortran/vla-ptype.exp: New file.
8948 * gdb.fortran/vla-sizeof.exp: New file.
8949 * gdb.fortran/vla-sub.f90: New file.
8950 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8951 * gdb.fortran/vla-value-sub-finish.exp: New file.
8952 * gdb.fortran/vla-value-sub.exp: New file.
8953 * gdb.fortran/vla-value.exp: New file.
8954 * gdb.fortran/vla-ptr-info.exp: New file.
8955 * gdb.mi/mi-vla-fortran.exp: New file.
8956 * gdb.mi/vla.f90: New file.
8957
27145d50
SL
89582015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8959
8960 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8961 of hardwired timeout value.
8962
5f3ff4f8
JK
89632015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8964 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8967 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8968
bfd09d20
JS
89692015-10-19 Josh Stone <jistone@redhat.com>
8970
8971 * gdb.base/catch-syscall.c: Include <sched.h>.
8972 (unknown_syscall): New variable.
8973 (main): Trigger a vfork and an unknown syscall.
8974 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8975 (unknown_syscall_number): Likewise.
8976 (check_call_to_syscall): Accept an optional syscall pattern.
8977 (check_return_from_syscall): Likewise.
8978 (check_continue): Likewise.
8979 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8980 (test_catch_syscall_skipping_return): New test toggling off 'catch
8981 syscall' to step over the syscall return, then toggling back on.
8982 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8983 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8984 (do_syscall_tests): Call test_catch_syscall_without_args and
8985 test_catch_syscall_mid_vfork.
8986 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8987 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8988
b32b93c6
AS
89892015-10-19 Andrew Stubbs <ams@codesourcery.com>
8990
8991 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8992 print g_vE): Add new pass patterns.
8993 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8994 print various symbol names for vptr fields.
8995
9d622bda
AB
89962015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8997
8998 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8999 results.
9000
0fd8ac1c
YQ
90012015-10-12 Yao Qi <yao.qi@linaro.org>
9002
9003 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9004
34240514
YQ
90052015-10-12 Yao Qi <yao.qi@linaro.org>
9006
9007 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9008 is aarch64*-*-linux*.
9009
8240f442
YQ
90102015-10-12 Yao Qi <yao.qi@linaro.org>
9011
9012 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9013 (can_relocate_bcond_true): ... it.
9014 (can_relocate_bcond_false): New function.
9015 (foo): Likewise.
9016 (can_relocate_bl): Likewise.
9017 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9018 can_relocate_bl.
9019
2520f728
PMR
90202015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9021
9022 * gdb.base/nested-addr.c: New file.
9023 * gdb.base/nested-addr.exp: New testcase.
9024
abcef95a
MM
90252015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9026
9027 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9028 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9029 its output. Ignore the output of "record goto begin" and instead
9030 check that GDB is replaying.
9031
145e3ddb
PA
90322015-10-09 Pedro Alves <palves@redhat.com>
9033
9034 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9035 (top level): Use it in the run with no args test.
9036
d5d8c4e1
IB
90372015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9038
9039 * gdb.dlang/properties.exp: New file.
9040
06e635ef
SL
90412015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9042
9043 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9044 whether or not address 0x1000 is mapped on the target.
9045
e019fd1d
SM
90462015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9047
9048 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9049 build.
9050
77ba2a67
MM
90512015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9052
9053 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9054 instruction-history test.
9055
c60eb31f
DE
90562015-09-28 Doug Evans <dje@google.com>
9057
9058 * gdb.base/gcore.c (array_func): Add reference to static_array.
9059
9a3c8263
SM
90602015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9061
9062 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9063 source line.
9064
9720e656
SL
90652015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9066
9067 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9068 short or char as base type.
9069
938d3bf2
SL
90702015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9071
9072 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9073 to allow any size enum.
9074
e6c2c623
PMR
90752015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9076
9077 * gdb.ada/array_ptr_renaming.exp: New testcase.
9078 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9079 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9080
06da0f77
PL
90812015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9082
9083 * gdb.trace/ftrace-lock.c: New file.
9084 * gdb.trace/ftrace-lock.exp: New file.
9085
4f51c22a
PL
90862015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9087
9088 * gdb.arch/insn-reloc.c: New file.
9089 * gdb.arch/ftrace-insn-reloc.exp: New file.
9090
7041adf4
PL
90912015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9092
9093 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9094 instruction.
9095 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9096 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9097 * gdb.trace/range-stepping.c: Likewise.
9098 * gdb.trace/trace-break.c: Likewise.
9099 * gdb.trace/trace-mt.c (thread_function): Likewise.
9100 * gdb.trace/ftrace.c (marker): Likewise.
9101 * gdb.trace/trace-condition.c (marker): Likewise.
9102 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9103 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9104 is_aarch64_target.
9105
015d2e7e
DE
91062015-09-18 Doug Evans <xdje42@gmail.com>
9107
9108 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9109 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9110
26b188a2
SL
91112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9112
9113 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9114 the breakpoint.
9115
79dc332b
SL
91162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9117
9118 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9119 the pending breakpoint. Remove timeout override for "Run till
9120 MI pending breakpoint on pendfunc3 on thread 2" test.
9121
f57929f2
SL
91222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9123
9124 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9125 filename pattern.
9126
3f469b17
SL
91272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9128
9129 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9130 in breakpoint filename pattern.
9131
515b89b3
SL
91322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9133
7800dbe4
SL
9134 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9135
91362015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9137
515b89b3
SL
9138 * gdb.linespec/explicit.exp: Check for readline support for
9139 tab-completion tests. Fix obvious typo.
9140
d2939ba2
MM
91412015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9142
9143 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9144 and replay.
9145
cbb55fa7
MM
91462015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9147
9148 * gdb.btrace/non-stop.c: New.
9149 * gdb.btrace/non-stop.exp: New.
9150
43691ca1
PL
91512015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9152 Yao Qi <yao.qi@linaro.org>
9153
9154 * gdb.trace/trace-condition.c: New file.
9155 * gdb.trace/trace-condition.exp: New file.
9156
d78908cf
WW
91572015-09-16 Wei-cheng Wang <cole945@gmail.com>
9158
9159 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9160 for testing bytecode compilation.
9161
1ed415e2
PA
91622015-09-16 Pedro Alves <palves@redhat.com>
9163 Sandra Loosemore <sandra@codesourcery.com>
9164
9165 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9166 (SECONDS): Redefine.
9167 (main): Call pthread_kill and alarm early.
9168 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9169 support.
9170 (test): If the target can't hardware step and doesn't support
9171 displaced stepping, increase the timeout.
9172
d136eff5
PA
91732015-09-16 Pedro Alves <palves@redhat.com>
9174
9175 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9176 (enable_debug): New procedures.
9177 (test): Use them. Bail out if waiting for threads fails.
9178 (top level): Bail out if a test fails.
9179
991f019c
YQ
91802015-09-16 Yao Qi <yao.qi@linaro.org>
9181
9182 * gdb.asm/asm-source.exp: Set asm-arch for
9183 aarch64*-*-* target.
9184 * gdb.asm/aarch64.inc: New file.
9185
bfca584f
PMR
91862015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9187
9188 * gdb.ada/array_of_variable_length.exp: New testcase.
9189 * gdb.ada/array_of_variable_length/foo.adb: New file.
9190 * gdb.ada/array_of_variable_length/pck.adb: New file.
9191 * gdb.ada/array_of_variable_length/pck.ads: New file.
9192
b326e587
DE
91932015-09-15 Doug Evans <dje@google.com>
9194
9195 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9196 of function static local variable.
9197
5382cfab
PW
91982015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9199
9200 * gdb.threads/tls-so_extern.exp: New test file.
9201 * gdb.threads/tls-so_extern.c: New test file.
9202 * gdb.threads/tls-so_extern_main.c: New test file.
9203
141c5cc4
JK
92042015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9205
9206 * gdb.opt/solib-intra-step-lib.c: New file.
9207 * gdb.opt/solib-intra-step-main.c: New file.
9208 * gdb.opt/solib-intra-step.exp: New file.
9209
d15dcecd
PA
92102015-09-15 Pedro Alves <palves@redhat.com>
9211
9212 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9213 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9214
4c2f2a79
PA
92152015-09-14 Pedro Alves <palves@redhat.com>
9216
9217 * gdb.base/hook-stop-continue.c: Delete.
9218 * gdb.base/hook-stop-continue.exp: Delete.
9219 * gdb.base/hook-stop-frame.c: Delete.
9220 * gdb.base/hook-stop-frame.exp: Delete.
9221 * gdb.base/hook-stop.c: New file.
9222 * gdb.base/hook-stop.exp: New file.
9223
919e6dbe
PMR
92242015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9225
9226 * gdb.ada/access_to_packed_array.exp: New testcase.
9227 * gdb.ada/access_to_packed_array/foo.adb: New file.
9228 * gdb.ada/access_to_packed_array/pack.adb: New file.
9229 * gdb.ada/access_to_packed_array/pack.ads: New file.
9230
157280a4
MM
92312015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9232
9233 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9234 buffer size test.
9235
2fd33e94
DB
92362015-09-11 Don Breazeal <donb@codesourcery.com>
9237
9238 * gdb.base/foll-exec.c: Add copyright header. Fix
9239 formatting issues.
9240 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9241 (do_exec_tests): Use clean_restart in place of zap_session,
9242 and for test initialization. Fix formatting issues. Use
9243 fail in place of perror.
9244 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9245 an expect statement to match an expression with output from
9246 the program under debug.
9247 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9248 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9249 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9250 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9251 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9252
e70b6e8e
DE
92532015-09-09 Doug Evans <dje@google.com>
9254
9255 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9256
7a551a51
DE
92572015-09-09 Doug Evans <dje@google.com>
9258
9259 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9260
4c666f84
DE
92612015-09-09 Doug Evans <dje@google.com>
9262
9263 * gdb.base/savedregs.exp: Fix typo.
9264
243a9253
PA
92652015-09-09 Pedro Alves <palves@redhat.com>
9266
9267 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9268
c0fa8fbd
SL
92692015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9270
9271 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9272 command actually switches threads. Give up on remaining
9273 tests if target fails to stop at breakpoint.
9274
cd7c1778
PMR
92752015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9276
9277 * gdb.ada/funcall_char.exp: New testcase.
9278 * gdb.ada/funcall_char/foo.adb: New file.
9279
dc5c8746
PMR
92802015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9281
9282 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9283 expected outputs. Add two testcases for completing ambiguous
9284 functions.
9285 * gdb.ada/complete/aux_pck.adb: New file.
9286 * gdb.ada/complete/aux_pck.ads: New file.
9287 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9288 Ambiguous_Func functions.
9289 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9290 * gdb.ada/complete/pck.adb: Likewise.
9291
4e83a1e7
UW
92922015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9293
9294 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9295 failures to run the test program under GDB.
9296
8ce74153
LM
92972015-08-26 Luis Machado <lgustavo@codesourcery.com>
9298
9299 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9300 to C.
9301
e9756d52
PP
93022015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9303
9304 * gdb.base/run-after-attach.exp: New test file.
9305 * gdb.base/run-after-attach.c: New test file.
9306
8d37573b
DB
93072015-08-26 Don Breazeal <donb@codesourcery.com>
9308
9309 * gdb.base/foll-exec-2.c: New test program.
9310 * gdb.base/foll-exec-2.exp: New test.
9311
63e43d3a
PMR
93122015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9313
9314 * gdb.base/nested-subp1.exp: New file.
9315 * gdb.base/nested-subp1.c: New file.
9316 * gdb.base/nested-subp2.exp: New file.
9317 * gdb.base/nested-subp2.c: New file.
9318 * gdb.base/nested-subp3.exp: New file.
9319 * gdb.base/nested-subp3.c: New file.
9320
3d40fbb5
PA
93212015-08-24 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.server/connect-without-multi-process.c: New file.
9324 * gdb.server/connect-without-multi-process.exp: New file.
9325
4422ac93
LM
93262015-08-24 Luis Machado <lgustavo@codesourcery.com>
9327
9328 * gdb.opt/inline-markers.c: Make z int.
9329
91dddb86
LM
93302015-08-24 Luis Machado <lgustavo@codesourcery.com>
9331
9332 * gdb.opt/inline-markers.c: Make z volatile.
9333
a48847ee
LM
93342015-08-24 Luis Machado <lgustavo@codesourcery.com>
9335
9336 * gdb.opt/inline-bt.c: New volatile global z.
9337 * gdb.opt/inline-cmds.c: Likewise.
9338 * gdb.opt/inline-locals.c: Likewise.
9339 * gdb.opt/inline-markers.c: New extern global z.
9340 (marker): Use z.
9341 (inline_fn): Likewise.
9342
0ebbc52b
PA
93432015-08-24 Pedro Alves <palves@redhat.com>
9344
9345 * config/m32r-stub.exp: Remove file.
9346 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9347 * gdb.base/call-rt-st.exp: Likewise.
9348 * gdb.base/call-strs.exp: Likewise.
9349 * gdb.base/default.exp: Remove references to h8300-*-hms and
9350 *-*-udi*.
9351 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9352
77c365df
AA
93532015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9354
9355 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9356 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9357 and "return" use KFAIL when GDB can not read/write the vector
9358 return value.
9359
4313b8c0
GB
93602015-08-21 Gary Benson <gbenson@redhat.com>
9361
9362 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9363
0e433b32
PA
93642015-08-20 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.server/solib-list.exp: No longer expect an interior stop in
9367 non-stop mode.
9368
221e1a37
PA
93692015-08-20 Pedro Alves <palves@redhat.com>
9370
9371 * gdb.server/connect-stopped-target.c: New file.
9372 * gdb.server/connect-stopped-target.exp: New file.
9373
40e3ad0e
PA
93742015-08-20 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.dwarf2/comp-unit-lang.exp: New file.
9377 * gdb.dwarf2/comp-unit-lang.c: New file.
9378
af39b327
PMR
93792015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9380
9381 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9382 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9383
7d45c7c3 93842015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9385
7d45c7c3
KB
9386 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9387 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9388
4d6cceb4
DE
93892015-08-18 Doug Evans <dje@google.com>
9390 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9391
9392 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9393 skip_python_tests. New arg prompt_regexp.
9394 (skip_python_tests): New function.
9395 * lib/mi-support.exp (mi_skip_python_tests): New function.
9396 * gdb.python/py-mi-objfile-gdb.py: New file.
9397 * gdb.python/py-mi-objfile.c: New file.
9398 * gdb.python/py-mi-objfile.exp: New file.
9399
ad89c2aa
KS
94002015-08-17 Keith Seitz <keiths@redhat.com>
9401
9402 * gdb.linespec/explicit.exp: Move strace test from here ...
9403 * gdb.trace/strace.exp: ... to here.
9404
e3ae3c43
PP
94052015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9406
9407 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9408 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9409
604b2636
DE
94102015-08-14 Doug Evans <xdje42@gmail.com>
9411
9412 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9413 inferior before selecting a new file.
9414
6ff0ba5f
DE
94152015-08-14 Doug Evans <xdje42@gmail.com>
9416
9417 * gdb.mi/mi-disassemble.exp: Update.
9418 * gdb.base/disasm-optim.S: New file.
9419 * gdb.base/disasm-optim.c: New file.
9420 * gdb.base/disasm-optim.h: New file.
9421 * gdb.base/disasm-optim.exp: New file.
9422
9ca98f92
KS
94232015-08-14 Keith Seitz <keiths@redhat.com>
9424
9425 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9426 "evaluated-by".
9427
52bbc560
JB
94282015-08-13 Joel Brobecker <brobecker@adacore.com>
9429
9430 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9431
5d8c3ed3
PMR
94322015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9433
9434 * gdb.ada/fun_renaming.exp: New testcase.
9435 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9436 * gdb.ada/fun_renaming/pack.adb: New file.
9437 * gdb.ada/fun_renaming/pack.ads: New file.
9438
ea8812bc
KS
94392015-08-12 Keith Seitz <keiths@redhat.com>
9440
9441 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9442 gdb_get_line_number.
9443
4dafcdeb
JB
94442015-08-12 Joel Brobecker <brobecker@adacore.com>
9445
9446 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9447 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9448 gdb.base/dso2dso.exp: New files.
9449
5ba32597
SDJ
94502015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9451 Pedro Alves <palves@redhat.com>
9452 Keith Seitz <keiths@redhat.com>
9453
9454 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9455 GDBFLAGS.
9456
b6dafabf
PP
94572015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9458
9459 * gdb.base/gdbhistsize-history.exp
9460 (test_histsize_history_setting): Use save_vars.
9461 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9462 Use save_vars.
9463 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9464 * gdb.base/readline.exp: Use save_vars.
9465
abe8e607
PP
94662015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9467
9468 * lib/gdb.exp (save_vars): New proc.
9469
629500fa
KS
94702015-08-11 Keith Seitz <keiths@redhat.com>
9471
9472 * gdb.base/help.exp: Update help_breakpoint_text.
9473
eb8c4e2e
KS
94742015-08-11 Keith Seitz <keiths@redhat.com>
9475
9476 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9477 (at toplevel): Call test_explicit_breakpoints.
9478 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9479 breakpoints.
9480 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9481 breakpoint conditions, "-cond".
9482
87f0e720
KS
94832015-08-11 Keith Seitz <keiths@redhat.com>
9484
9485 * gdb.linespec/3explicit.c: New file.
9486 * gdb.linespec/cpexplicit.cc: New file.
9487 * gdb.linespec/cpexplicit.exp: New file.
9488 * gdb.linespec/explicit.c: New file.
9489 * gdb.linespec/explicit.exp: New file.
9490 * gdb.linespec/explicit2.c: New file.
9491 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9492 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9493 before using in the matching pattern.
9494 Clarify that `prefix' is a regular expression.
9495
f00aae0f
KS
94962015-08-11 Keith Seitz <keiths@redhat.com>
9497
9498 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9499 test.
9500 Add tests for missing ",FMT" and ",".
9501
e27852be
DE
95022015-08-10 Doug Evans <dje@google.com>
9503 Keith Seitz <keiths@redhat.com>
9504
9505 PR gdb/17960
9506 * gdb.base/completion.exp: Add location completer tests.
9507
7f03bd92
PA
95082015-08-07 Pedro Alves <palves@redhat.com>
9509
9510 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9511 tests here.
9512 (top level): Run do_test with and without displaced stepping.
9513
3fc8eb30
PA
95142015-08-07 Pedro Alves <palves@redhat.com>
9515
9516 * gdb.base/valgrind-disp-step.c: New file.
9517 * gdb.base/valgrind-disp-step.exp: New file.
9518
d4569d7b
PA
95192015-08-07 Pedro Alves <palves@redhat.com>
9520
9521 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9522 Delete function.
9523 (main): Add alarm. Run an infinite loop instead of calling
9524 wait_threads.
9525 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9526 comment.
9527 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9528 Delete function.
9529 (main): Add alarm. Run an infinite loop instead of calling
9530 wait_threads.
9531 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9532 comment.
9533
e1316e60
PA
95342015-08-07 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.base/checkpoint-ns.exp: New file.
9537 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9538 standard_testfile.
9539
da8c46d2
MM
95402015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9541
9542 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9543 * gdb.btrace/instruction_history.exp: Update.
9544 * gdb.btrace/tsx.exp: New.
9545 * gdb.btrace/tsx.c: New.
9546
de1c2c52
PA
95472015-08-06 Pedro Alves <palves@redhat.com>
9548
9549 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9550 increase timeout.
9551 * gdb.reverse/until-precsave.exp: Bump timeouts.
9552
782e0bf4
PA
95532015-08-06 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9556
83e97ed0
PA
95572015-08-06 Pedro Alves <palves@redhat.com>
9558
9559 PR gdb/18749
9560 * gdb.threads/process-dies-while-handling-bp.c: New file.
9561 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9562
863d01bd
PA
95632015-08-06 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9566 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9567
0a39bb32
PA
95682015-08-05 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9571 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9572
ee2d2b10
SL
95732015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9574
9575 * gdb.base/bp-permanent.exp: Report test as unsupported if
9576 the target cannot stop at the permanent breakpoint.
9577
4e1bdb00
DE
95782015-08-03 Doug Evans <dje@google.com>
9579
9580 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9581 10000.
9582
3d338901
DE
95832015-08-03 Doug Evans <dje@google.com>
9584
9585 * Makefile.in (workers/%.worker, build-perf): New rule.
9586 (GDB_PERFTEST_MODE): New variable.
9587 (check-perf): Use it.
9588 (clean): Clean up gdb.perf parallel build subdirs.
9589 * lib/build-piece.exp: New file.
9590 * lib/gdb.exp (make_gdb_parallel_path): New function
9591 (standard_output_file, standard_temp_file): Call it.
9592 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9593 of $GDB_PARALLEL.
9594 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9595
af061d3e
DE
95962015-08-03 Doug Evans <dje@google.com>
9597
8e1afc81 9598 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9599 (LOG_FILE_NAME): New global.
9600 (TextReporter.__init__): Initialize self.txt_sum.
9601 (TextReporter.report): Add support for multiple data-points.
9602 Move report to perftest.sum, put raw data in perftest.log.
9603 (TextReporter.start): Open sum and log files.
9604 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9605 * gdb.perf/lib/perftest/testresult.py
9606 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9607
2c8c5d37
PA
96082015-07-31 Pedro Alves <palves@redhat.com>
9609
9610 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9611 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9612 kill_wait_spawned_process instead of explicit "kill -9".
9613 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9614 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9615 kill_wait_spawned_process.
9616 * gdb.base/attach-twice.exp: Likewise.
9617 * gdb.base/attach.exp: Likewise.
9618 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9619 gdb_test_multiple.
9620 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9621 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9622 kill_wait_spawned_process.
9623 * gdb.base/valgrind-infcall.exp: Likewise.
9624 * gdb.multi/multi-attach.exp: Likewise.
9625 * gdb.python/py-prompt.exp: Likewise.
9626 * gdb.python/py-sync-interp.exp: Likewise.
9627 * gdb.server/ext-attach.exp: Likewise.
9628 * gdb.threads/attach-into-signal.exp (corefunc): Use
9629 spawn_wait_for_attach, spawn_id_get_pid and
9630 kill_wait_spawned_process.
9631 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9632 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9633 spawn_id_get_pid and kill_wait_spawned_process.
9634 * gdb.threads/attach-stopped.exp (corefunc): Use
9635 spawn_wait_for_attach, spawn_id_get_pid and
9636 kill_wait_spawned_process.
9637 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9638 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9639 kill_wait_spawned_process instead of explicit "kill -9".
9640 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9641 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9642 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9643 processes. Don't map cygwin/windows pids here. Now returns a
9644 spawn id list.
9645
032a0fca
SL
96462015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9647
9648 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9649 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9650 correct patch.
9651
61a934ca
SL
96522015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9653
9654 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9655
4bc4d428
SL
96562015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9657
9658 Reapply:
9659 2014-05-21 Mark Wielaard <mjw@redhat.com>
9660
9661 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9662
998d452a
PA
96632015-07-30 Pedro Alves <palves@redhat.com>
9664
9665 * linux-low.c (handle_extended_wait): Set the child's last
9666 reported status to TARGET_WAITKIND_STOPPED.
9667
69dde7dc
PA
96682015-07-30 Pedro Alves <palves@redhat.com>
9669
9670 PR threads/18600
9671 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9672 only shows inferior 1.
9673
4dd63d48
PA
96742015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9675 Pedro Alves <palves@redhat.com>
9676
9677 PR threads/18600
9678 * gdb.threads/fork-plus-threads.c: New file.
9679 * gdb.threads/fork-plus-threads.exp: New file.
9680
d618e4c5
PP
96812015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9682
9683 * gdb.base/batch-preserve-term-settings.exp
9684 (test_terminal_settings_preserved_after_cli_exit): Use
9685 send_quit_command.
9686
1eef6428
PA
96872015-07-29 Pedro Alves <palves@redhat.com>
9688 Don Breazeal <donb@codesourcery.com>
9689
9690 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9691 output from both inferior_spawn_id and gdb_spawn_id.
9692
7da5b897
SDJ
96932015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9694
9695 * gdb.threads/attach-into-signal.exp (corefunc): Use
9696 with_test_prefix on nested loops, uniquefying the test messages.
9697
dac804df
SDJ
96982015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9699
9700 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9701 commit.
9702
06265e53
PP
97032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9704
9705 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9706 New proc.
9707 (test_terminal_settings_preserved_after_sigterm): New test.
9708
18206ca3
PP
97092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9710
9711 * gdb.base/batch-preserve-term-settings.exp
9712 (test_terminal_settings_preserved_after_cli_exit): New test.
9713
90074d11
PP
97142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9715
9716 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9717 manipulation of saved_gdbflags.
9718 (test_terminal_settings_preserved): Remove global declaration of
9719 the unused variable pagination_prompt. Remove manipulation of
9720 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9721 GDBFLAGS.
9722
eb1a7902
PA
97232015-07-29 Pedro Alves <palves@redhat.com>
9724
9725 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9726
8b75dd3b
PA
97272015-07-29 Pedro Alves <palves@redhat.com>
9728
9729 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9730 at the top.
9731
dedad4e3
PA
97322015-07-29 Pedro Alves <palves@redhat.com>
9733
9734 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9735 (main): Call gdb_unbuffer_output.
9736 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9737 (main): Call gdb_unbuffer_output.
9738 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9739 (main): Call gdb_unbuffer_output.
9740 * gdb.base/call-strs.exp: Adjust to step over the
9741 gdb_unbuffer_output call.
9742 * gdb.base/catch-gdb-caused-signals.c: Include
9743 "../lib/unbuffer_output.c".
9744 (main): Call gdb_unbuffer_output.
9745 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9746 (main): Call gdb_unbuffer_output.
9747 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9748 (main): Call gdb_unbuffer_output.
9749 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9750 (main): Call gdb_unbuffer_output.
9751 * gdb.base/shlib-call.exp: Adjust to step over the
9752 gdb_unbuffer_output call.
9753 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9754 (main): Call gdb_unbuffer_output.
9755 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9756 (main): Call gdb_unbuffer_output.
9757 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9758 (main): Rename to ...
9759 (test): ... this.
9760 (main): Reimplement.
9761 * gdb.base/varargs.exp: Run to test instead of to main.
9762 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9763 (main): Call gdb_unbuffer_output.
9764
58789a91
PA
97652015-07-29 Pedro Alves <palves@redhat.com>
9766
9767 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9768 factore out from mi_continue_dprintf. For call-style dprintfs,
9769 expect dprintf output out of $inferior_spawn_id.
9770 (mi_continue_dprintf): Use mi_expect_dprintf.
9771 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9772 (main): Call gdb_unbuffer_output.
9773
e8376742
PA
97742015-07-29 Pedro Alves <palves@redhat.com>
9775
9776 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9777 (default_mi_gdb_start): Set inferior_spawn_id instead of
9778 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9779 gdb_spawn_id.
9780 (mi_gdb_test): Always expect inferior output from both
9781 $inferior_spawn_id and $gdb_spawn_id.
9782
08280010
PA
97832015-07-29 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9786 send_inferior and $inferior_spawn_id.
9787
4d30e432
PA
97882015-07-29 Pedro Alves <palves@redhat.com>
9789
9790 * gdb.gdb/complaints.exp (test_initial_complaints)
9791 (test_serial_complaints, test_short_complaints): Use
9792 gdb_test_stdio.
9793 (test_empty_complaint): Handle $inferior_spawn_id !=
9794 $gdb_spawn_id.
9795
0d30a335
PA
97962015-07-29 Pedro Alves <palves@redhat.com>
9797
9798 * gdb.base/varargs.exp: Use gdb_test_stdio.
9799
39413b29
PA
98002015-07-29 Pedro Alves <palves@redhat.com>
9801
9802 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9803
7cb000a9
PA
98042015-07-29 Pedro Alves <palves@redhat.com>
9805
9806 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9807
d7b8ac82
PA
98082015-07-29 Pedro Alves <palves@redhat.com>
9809
9810 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9811 parameter into two new parameters, "inf_result" and "gdb_result".
9812 Expect inferior output and gdb output from $inferior_spawn_id and
9813 $gdb_spawn_id, respectively. Adjust all callers.
9814
789c3a0c
PA
98152015-07-29 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9818 of gdb_test_sequence.
9819
77e760c3
PA
98202015-07-29 Pedro Alves <palves@redhat.com>
9821
9822 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9823 (saw_spurious_output): Expect inferior output from
9824 $inferior_spawn_id. Use gdb_test_stdio.
9825
8396d2cd
PA
98262015-07-29 Pedro Alves <palves@redhat.com>
9827
9828 * gdb.base/dprintf.exp: Use standard_testfile. Change
9829 prepare_for_testing call.
9830 (srcfile): Don't set.
9831 (restart): New procedure.
9832 (test_dprintf): New procecure, use to continue over dprintfs.
9833 (test_call, test_agent): New procedures, tests moved here.
9834 Restart gdb and recreate dprintfs. Adjust expected output.
9835
2051d61f
PA
98362015-07-29 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9839
452397af
PA
98402015-07-29 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9843
8aed9555
PA
98442015-07-29 Pedro Alves <palves@redhat.com>
9845
9846 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9847 gdb_test_stdio.
9848
188a61b4
PA
98492015-07-29 Pedro Alves <palves@redhat.com>
9850
9851 * lib/gdb.exp (gdb_test_stdio): New procedure.
9852
12264a45
PA
98532015-07-29 Pedro Alves <palves@redhat.com>
9854
9855 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9856
23ffc893
PA
98572015-07-29 Pedro Alves <palves@redhat.com>
9858
9859 * gdb.base/call-signal-resume.exp: Remove check for
9860 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9861 * gdb.base/unwindonsignal.exp: Likewise.
9862 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9863 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9864
65566918
PA
98652015-07-29 Pedro Alves <palves@redhat.com>
9866
9867 * gdb.base/siginfo-addr.c (pass): New function.
9868 (handler): Call it iff si_addr is correct.
9869 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9870 Set a breakpoint at "pass" and continue to it.
9871
d60a9221
SDJ
98722015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9873
9874 * gdb.python/py-objfile.exp: Make some tests have unique names.
9875 * gdb.python/py-pp-registration.exp: Likewise.
9876
bde40b8f
PA
98772015-07-28 Pedro Alves <palves@redhat.com>
9878
9879 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9880
13e1dec8
SM
98812015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9882
9883 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9884
da33c9a7
SM
98852015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9886
9887 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9888
077836f7
PP
98892015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9890
9891 * gdb.base/gdb-sigterm-2.exp: New test.
9892
b8cc7b2e
DE
98932015-07-25 Doug Evans <xdje42@gmail.com>
9894
9895 Revert:
9896 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9897 (workers/%.worker, build-perf): New rule.
9898 (GDB_PERFTEST_MODE): New variable.
9899 (check-perf): Use it.
9900 (clean): Clean up gdb.perf parallel build subdirs.
9901 * lib/build-piece.exp: New file.
9902 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9903 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9904 name.
9905 (standard_temp_file): Ditto.
9906 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9907 of $GDB_PARALLEL.
9908
c8bd4544
DE
99092015-07-24 Doug Evans <dje@google.com>
9910
9911 * gdb.perf/lib/perftest/utils.py: New file.
9912 * gdb.perf/gm-hello.cc: New file.
9913 * gdb.perf/gm-pervasive-typedef.cc: New file.
9914 * gdb.perf/gm-pervasive-typedef.h: New file.
9915 * gdb.perf/gm-std.cc: New file.
9916 * gdb.perf/gm-std.h: New file.
9917 * gdb.perf/gm-use-cerr.cc: New file.
9918 * gdb.perf/gm-utils.h: New file.
9919 * gdb.perf/gmonster-null-lookup.py: New file.
9920 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9921 * gdb.perf/gmonster-print-cerr.py: New file.
9922 * gdb.perf/gmonster-ptype-string.py: New file.
9923 * gdb.perf/gmonster-runto-main.py: New file.
9924 * gdb.perf/gmonster-select-file.py: New file.
9925 * gdb.perf/gmonster1-null-lookup.exp: New file.
9926 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9927 * gdb.perf/gmonster1-print-cerr.exp: New file.
9928 * gdb.perf/gmonster1-ptype-string.exp: New file.
9929 * gdb.perf/gmonster1-runto-main.exp: New file.
9930 * gdb.perf/gmonster1-select-file.exp: New file.
9931 * gdb.perf/gmonster1.cc: New file.
9932 * gdb.perf/gmonster1.exp: New file.
9933 * gdb.perf/gmonster2-null-lookup.exp: New file.
9934 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9935 * gdb.perf/gmonster2-print-cerr.exp: New file.
9936 * gdb.perf/gmonster2-ptype-string.exp: New file.
9937 * gdb.perf/gmonster2-runto-main.exp: New file.
9938 * gdb.perf/gmonster2-select-file.exp: New file.
9939 * gdb.perf/gmonster2.cc: New file.
9940 * gdb.perf/gmonster2.exp: New file.
9941
6eab34f3
DE
99422015-07-24 Doug Evans <dje@google.com>
9943
9944 * gdb.perf/README: New file.
9945 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9946 * lib/gen-perf-test.exp: New file.
9947
63738bfd
DE
99482015-07-24 Doug Evans <dje@google.com>
9949
9950 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9951 (PerfTest::startup): New function.
9952 (PerfTest::run): Return result of calling body.
9953 (PerfTest::assemble): Rewrite.
9954 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9955 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9956 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9957 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9958 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9959
7b606f95
DE
99602015-07-24 Doug Evans <dje@google.com>
9961
9962 * lib/gdb.exp (clean_restart): Make executable optional.
9963
a97b16b8
DE
99642015-07-24 Doug Evans <dje@google.com>
9965
9966 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9967 compiler_info references.
9968 * gdb.cp/temargs.exp: Ditto.
9969 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9970 (get_compiler_info): Early exit if already computed. Set compiler_info
9971 to "unknown" if there was a problem.
9972 (test_compiler_info): Add function comment. Call get_compiler_info.
9973
35baa57f
DE
99742015-07-24 Doug Evans <dje@google.com>
9975
9976 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9977 (workers/%.worker, build-perf): New rule.
9978 (GDB_PERFTEST_MODE): New variable.
9979 (check-perf): Use it.
9980 (clean): Clean up gdb.perf parallel build subdirs.
9981 * lib/build-piece.exp: New file.
9982 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9983 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9984 name.
9985 (standard_temp_file): Ditto.
9986 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9987 of $GDB_PARALLEL.
9988
6ebea266
DE
99892015-07-24 Doug Evans <dje@google.com>
9990
9991 * lib/future.exp (gdb_default_target_compile): New option
9992 "early_flags".
9993 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9994 --as-needed.
9995
1e76a7e9
SDJ
99962015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9997
9998 * gdb.base/catch-syscall.exp: Call gdb_exit before
9999 gdb_skip_xml_test.
10000
5068630a
PA
100012015-07-24 Pedro Alves <palves@redhat.com>
10002
10003 * gdb.python/py-events.exp: Accept output between the stop event
10004 and the prompt.
10005 * gdb.python/py-evsignal.exp: Likewise.
10006 * gdb.python/py-evthreads.exp: Likewise.
10007
77598427
PA
100082015-07-24 Pedro Alves <palves@redhat.com>
10009
10010 PR gdb/18717
10011 * gdb.threads/non-ldr-exit.c: New file.
10012 * gdb.threads/non-ldr-exit.exp: New file.
10013
11e6c98f
YQ
100142015-07-24 Yao Qi <yao.qi@linaro.org>
10015
10016 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10017 restarting process.
10018
51aee833
YQ
100192015-07-24 Yao Qi <yao.qi@linaro.org>
10020
10021 * gdb.server/ext-restart.exp: New file.
10022
8cfe207c
YQ
100232015-07-24 Yao Qi <yao.qi@linaro.org>
10024
10025 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10026 argument options.
10027 * gdb.server/ext-wrapper.exp: New file.
10028
cc12ce38
DE
100292015-07-23 Doug Evans <dje@google.com>
10030
10031 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10032 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10033
d0d84780
PMR
100342015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10035
10036 * gdb.ada/var_arr_typedef.exp: New testcase.
10037 * gdb.ada/var_arr_typedef/pack.adb: New file.
10038 * gdb.ada/var_arr_typedef/pack.ads: New file.
10039 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10040
8b558f79
JB
100412015-07-20 Joel Brobecker <brobecker@adacore.com>
10042
10043 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10044
775a3298
JK
100452015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10046
10047 * gdb.arch/i386-biarch-core.exp: Replace istarget
10048 by "complete set gnutarget". Remove expectation for the "core-file"
10049 command.
10050
db1ff28b
JK
100512015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10052
10053 Revert the previous commit:
10054 Tests for validate symbol file using build-id.
10055
0a94970d
JK
100562015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10057
10058 Tests for validate symbol file using build-id.
10059 * gdb.base/solib-mismatch-lib.c: New file.
10060 * gdb.base/solib-mismatch-libmod.c: New file.
10061 * gdb.base/solib-mismatch.c: New file.
10062 * gdb.base/solib-mismatch.exp: New file.
10063
03346981
SL
100642015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10065
10066 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10067 nios2-*-linux*.
10068 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10069 * gdb.base/siginfo.exp: Likewise.
10070 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10071
42422cc7
PL
100722015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10073
10074 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10075 Move it to ...
10076 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10077 ... here.
10078 * gdb.trace/range-stepping.exp: Check that the target supports
10079 range stepping.
10080
cfa68bae
JK
100812015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10082
10083 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10084
8ffdba26
PA
100852015-07-14 Pedro Alves <palves@redhat.com>
10086
10087 * gdb.base/killed-outside.exp: New file.
10088 * gdb.base/killed-outside.c: New file.
10089
218a5a11
JK
100902015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10091
10092 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10093 (n at main): New.
10094 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10095
e03ed3c6
AA
100962015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10097
10098 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10099 infcall tests instead of setting up for KFAIL.
10100
485668e5
MM
101012015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10102
10103 * gdb.btrace/record_goto-step.exp: New.
10104
08464196
JK
101052015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10106
10107 PR compile/18484
10108 * gdb.compile/compile.c (struct struct_type): Add volatile to
10109 selffield's type.
10110 * gdb.compile/compile.exp
10111 (compile code struct_object.selffield = &struct_object): Skip further
10112 struct_object tests if this one xfails.
10113
bcf5c1d9
RC
101142015-07-08 Robert O'Callahan <robert@ocallahan.org>
10115
10116 PR exp/18617
10117 * gdb.trace/ax.exp: Add test.
10118
4931af25
YQ
101192015-07-07 Yao Qi <yao.qi@linaro.org>
10120
10121 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10122 instead of istarget "aarch64*-*-*".
10123 * gdb.arch/aarch64-fp.exp: Likewise.
10124 * gdb.base/float.exp: Likewise.
10125 * gdb.reverse/aarch64.exp: Likewise.
10126 * lib/gdb.exp (is_aarch64_target): New proc.
10127
9fcf688e
YQ
101282015-07-07 Yao Qi <yao.qi@linaro.org>
10129
10130 * lib/gdb.exp (is_aarch32_target): New proc.
10131 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10132 instead of "istarget "arm*-*-*"".
10133 * gdb.arch/arm-disp-step.exp: Likewise.
10134 * gdb.arch/thumb-bx-pc.exp: Likewise.
10135 * gdb.arch/thumb-prologue.exp: Likewise.
10136 * gdb.arch/thumb-singlestep.exp: Likewise.
10137 * gdb.base/disp-step-syscall.exp: Likewise.
10138 * gdb.base/float.exp: Likewise.
10139
fbd8d50d
YQ
101402015-07-07 Yao Qi <yao.qi@linaro.org>
10141
10142 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10143 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10144
71be1fdc
YQ
101452015-07-07 Yao Qi <yao.qi@linaro.org>
10146
10147 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10148 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10149 if it exists.
10150 * gdb.multi/multi-arch.exp: Likewise.
10151
3e221d36
SM
101522015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10153
10154 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10155 print.
10156
d441430b
YQ
101572015-07-07 Yao Qi <yao.qi@linaro.org>
10158
10159 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10160
06f810bd
MG
101612015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10162
10163 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10164 '[' and ']' characters.
10165
5e61e7c0
IB
101662015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10167
10168 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10169
28bf096c
PA
101702015-06-29 Pedro Alves <palves@redhat.com>
10171
10172 PR threads/18127
10173 * gdb.threads/hand-call-new-thread.c: New file.
10174 * gdb.threads/hand-call-new-thread.c: New file.
10175
ee93cd5e
KS
101762015-06-26 Keith Seitz <keiths@redhat.com>
10177 Doug Evans <dje@google.com>
10178
10179 PR 16253
10180 * gdb.cp/var-tag-2.cc: New file.
10181 * gdb.cp/var-tag-3.cc: New file.
10182 * gdb.cp/var-tag-4.cc: New file.
10183 * gdb.cp/var-tag.cc: New file.
10184 * gdb.cp/var-tag.exp: New file.
10185
fc637f04
PP
101862015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10187
10188 * gdb.base/history-duplicates.exp: New test.
10189
2e52ae68
PP
101902015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10191
10192 * gdb.base/completion.exp: Test the completion of the "focus"
10193 command.
10194
6e22494e
JK
101952015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 * gdb.arch/amd64-prologue-skip.S: New file.
10198 * gdb.arch/amd64-prologue-skip.exp: New file.
10199
bf7b9cd9
SM
102002015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10201
10202 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10203 is_address_zero_readable check.
10204
201e8dfd
PB
102052015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10206
10207 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10208 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10209
5cd867b4
YQ
102102015-06-24 Yao Qi <yao.qi@linaro.org>
10211
10212 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10213 linux targets.
10214
4d7be007
YQ
102152015-06-24 Yao Qi <yao.qi@linaro.org>
10216
10217 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10218 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10219 * gdb.base/siginfo-thread.exp: Likewise.
10220
07fcd301
YQ
102212015-06-22 Yao Qi <yao.qi@linaro.org>
10222
10223 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10224
52042a00
YQ
102252015-06-22 Yao Qi <yao.qi@linaro.org>
10226
10227 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10228 aarch64*-*-*.
10229 (skip_hw_watchpoint_tests): Likewise.
10230
74bd41ce
PP
102312015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10232
10233 * gdb.base/gdbinit-history.exp: Test the interaction between
10234 setting GDBHISTSIZE and setting the history size via .gdbinit.
10235
bc460514
PP
102362015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10237
10238 PR gdb/16999
10239 * gdb.base/gdbhistsize-history.exp: New test.
10240
b58c513b
PP
102412015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10242
10243 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10244 with GDBHISTSIZE.
10245 * gdb.base/readline.exp: Likewise.
10246
92046791
YQ
102472015-06-17 Yao Qi <yao.qi@linaro.org>
10248
10249 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10250 line.
10251
2093d2d3
PP
102522015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10253
10254 * gdb.base/gdbinit-history.exp: Add test case to check that
10255 an unlimited history file does not get truncated on exit.
10256
e6c693af
AA
102572015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10258
10259 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10260 (VECTOR): New macro. Use it...
10261 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10262 ...for these typedefs.
10263 (int8, char1, int1, double1): New typedefs.
10264 (struct just_int2, struct two_int2): New structures.
10265 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10266 (add_structvecs, add_singlevecs): New functions.
10267 (main): Call add_some_intvecs twice.
10268 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10269 the compile and exit upon failure. Try compiling for the "native"
10270 architecture. Test inferior function calls with vector arguments
10271 and vector return value handling with "finish" and "return".
10272
c74f7d1c
JT
102732015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10274
10275 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10276 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10277 PE file.
10278 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10279
98aa42ee
AT
102802015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10281
10282 PR breakpoints/16465
10283 * gdb.mi/mi-dprintf-pending.c: New file.
10284 * gdb.mi/mi-dprintf-pending.exp: New test.
10285 * gdb.mi/mi-dprintf-pendshr.c: New file.
10286
7d73c23c 102872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10288 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10289
10290 * gdb.arch/i386-mpx-map.c: New file.
10291 * gdb.arch/i386-mpx-map.exp: New File.
10292
102932015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10294
10295 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10296 * gdb.arch/i386-mpx.exp: Indentation fixed.
10297
102982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10299
10300 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10301 function and improved indentation.
10302 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10303 gdb_test_multiple. Added additional tests to skip the test.
10304
103052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10306
10307 * gdb.arch/i386-avx512.c: Change path in include file.
10308 * gdb.arch/i386-avx512.exp: Change include dir path
10309 compilation flag.
10310 * gdb.arch/i386-mpx.c: Change path in include file.
10311 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10312 flag.
10313
d5eba19a
JK
103142015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10315
10316 * gdb.compile/compile-print.exp (compile print *vararray@3)
10317 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10318
7f361056
JK
103192015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10320
10321 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10322 (do not keep jit in memory): ... this.
10323 (expect 5): Change it to ...
10324 (expect no 5): ... this.
10325
3b462ec2
SM
103262015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10327
10328 PR gdb/15564
10329 * gdb.mi/mi-detach.exp: New file.
10330
e0619de6
JK
103312015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10332
10333 PR symtab/18392
10334 * gdb.arch/amd64-tailcall-self.S: New file.
10335 * gdb.arch/amd64-tailcall-self.c: New file.
10336 * gdb.arch/amd64-tailcall-self.exp: New file.
10337
e970cb34
DB
103382015-05-28 Don Breazeal <donb@codesourcery.com>
10339
10340 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10341 tests for remote targets by checking is_target_gdbserver.
10342
b2e2f908
DE
103432015-05-27 Doug Evans <dje@google.com>
10344
10345 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10346 * gdb.dwarf2/opaque-type-lookup.c: New file.
10347 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10348
82c7be31
DE
103492015-05-26 Doug Evans <dje@google.com>
10350
10351 * gdb.cp/iostream.cc: New file.
10352 * gdb.cp/iostream.exp: New file.
10353
b4f54984
DE
103542015-05-26 Doug Evans <dje@google.com>
10355
10356 * gdb.dwarf2/dw2-op-call.exp: Update.
10357 * gdb.dwarf2/dw4-sig-types.exp: Update.
10358 * gdb.dwarf2/implptr.exp: Update.
10359 * gdb.mi/mi-cmd-param-changed.exp: Update.
10360
4ea6efe9
DE
103612015-05-26 Doug Evans <dje@google.com>
10362
10363 * gdb.python/py-lazy-string.c: New file.
10364 * gdb.python/py-lazy-string.exp: New file.
10365 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10366 (main): Update. Add estring3.
10367 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10368 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10369
f6bb7db3
YQ
103702015-05-26 Omair Javaid <omair.javaid@linaro.org>
10371 Yao Qi <yao.qi@linaro.org>
10372
10373 * gdb.reverse/aarch64.c: New.
10374 * gdb.reverse/aarch64.exp: New.
10375
a81bfbd0
OJ
103762015-05-26 Omair Javaid <omair.javaid@linaro.org>
10377
25d49b86
PA
10378 * lib/gdb.exp (supports_process_record): Return true for
10379 aarch64*-linux*.
a81bfbd0
OJ
10380 (supports_reverse): Likewise.
10381
158bf1b4
PP
103822015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10383
10384 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10385 Use with_test_prefix.
10386
a0145030
AB
103872015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10388
10389 * gdb.base/completion.exp: Add test for completion of layout
10390 names.
10391
ebe3b578
AB
103922015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10393
10394 * lib/gdb.exp (skip_tui_tests): New proc.
10395 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10396
84204ed7
PA
103972015-05-19 Pedro Alves <palves@redhat.com>
10398
10399 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10400 Save the whole env array instead of just HOME. Unset HISTSIZE in
10401 the environment while testing. Restore whole environment
10402 afterwards.
10403
37442ce1
DE
104042015-05-16 Doug Evans <xdje42@gmail.com>
10405
10406 * gdb.guile/scm-ports.c: New file.
10407 * gdb.guile/scm-ports.exp: Add memory port tests.
10408
36de76f9
JK
104092015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10410
10411 * gdb.compile/compile-print.c: New file.
10412 * gdb.compile/compile-print.exp: New file.
10413
3a9558c4
JK
104142015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10415
10416 * gdb.compile/compile-ops.exp: Cast param to void.
10417 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10418 (compile code struct_object.selffield = &struct_object): Add xfail.
10419
aa715135
JG
104202015-05-15 Joel Brobecker <brobecker@adacore.com>
10421
10422 * gdb.ada/arr_enum_with_gap: New testcase.
10423
931e5bc3
JG
104242015-05-15 Joel Brobecker <brobecker@adacore.com>
10425
10426 * gdb.ada/byte_packed_arr: New testcase.
10427
9cd4d857
JB
104282015-05-15 Joel Brobecker <brobecker@adacore.com>
10429
10430 * gdb.ada/pckd_neg: New testcase.
10431
ebfd00d2
PP
104322015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10433
10434 PR gdb/17820
10435 * gdb.base/gdbinit-history.exp: New test.
10436 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10437 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10438
4c082a81
SC
104392015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10440
10441 * gdb.python/py-xmethods.cc: Enhance test case.
10442 * gdb.python/py-xmethods.exp: New tests.
10443 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10444 function.
10445 (B_indexoper): Likewise.
10446 (global_dm_list) : Add new xmethod worker functions.
10447
f7797074
SDJ
104482015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10449
10450 * gdb.base/coredump-filter.exp: Correctly unset
10451 "coredump_var_addr" array.
10452
a4674e4e
PA
104532015-05-08 Pedro Alves <palves@redhat.com>
10454
10455 * gdb.server/non-existing-program.exp: Unset spawn_id.
10456
df2eb078
SC
104572015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10458
10459 PR python/18291
10460 * gdb.python/py-xmethods.exp: Add tests.
10461
422349a3
YQ
104622015-05-08 Yao Qi <yao.qi@linaro.org>
10463
10464 PR gdb/18208
10465 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10466 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10467 function set_coredump_filter, and remove remote_exec call.
10468 Remove argument ipid. Callers update.
10469 (top level): Don't get inferior's PID.
10470
63fc80ce
AA
104712015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10472
10473 * gdb.base/watch_thread_num.exp: Skip test on targets without
10474 access watchpoints.
10475
80ad801e
PA
104762015-05-06 Pedro Alves <palves@redhat.com>
10477
10478 PR server/18081
10479 * gdb.server/non-existing-program.exp: New file.
10480
0fa7fe50
JB
104812015-05-05 Joel Brobecker <brobecker@adacore.com>
10482
10483 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10484
3ea89b92
PMR
104852015-05-05 Joel Brobecker <brobecker@adacore.com>
10486
10487 * gdb.ada/out_of_line_in_inlined: New testcase.
10488
87b8eff0
JB
104892015-05-05 Joel Brobecker <brobecker@adacore.com>
10490
10491 * gdb.ada/var_rec_arr: New testcase.
10492
5fccc635
YQ
104932015-04-30 Yao Qi <yao.qi@linaro.org>
10494
10495 * gdb.base/break-idempotent.exp: If
10496 skip_hw_watchpoint_multi_tests returns true, skip the tests
10497 on "rwatch" and "awatch".
10498
42d38f42
YQ
104992015-04-30 Yao Qi <yao.qi@linaro.org>
10500
10501 * gdb.base/relativedebug.exp: Invoke gdb command
10502 "info sharedlibrary", and if libc.so doesn't have debug info,
10503 skip the test.
10504
2ce1cdbf
DE
105052015-04-29 Doug Evans <dje@google.com>
10506
10507 * gdb.python/py-xmethods.exp: Add ptype tests.
10508 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10509 get_result_type method.
10510
f24a38c5
LM
105112015-04-29 Luis Machado <lgustavo@codesourcery.com>
10512
10513 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10514 the target does not support hardware watchpoints.
10515
ecbf2b3c
LM
105162015-04-29 Luis Machado <lgustavo@codesourcery.com>
10517
10518 * gdb.base/break-always.exp: Abort testing if writing to memory
10519 causes an error.
10520
34f5f757
DE
105212015-04-28 Doug Evans <dje@google.com>
10522
10523 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10524 * gdb.python/py-pp-registration.exp: ... here. New file.
10525 * gdb.python/py-pp-registration.c: New file.
10526 * gdb.python/py-pp-registration.py: New file.
10527
69b4374a
DE
105282015-04-28 Doug Evans <dje@google.com>
10529
10530 * gdb.python/py-bad-printers.c: New file.
10531 * gdb.python/py-bad-printers.py: New file.
10532 * gdb.python/py-bad-printers.exp: New file.
10533
59fb7612
SS
105342015-04-28 Sasha Smundak <asmundak@google.com>
10535
10536 * gdb.python/py-type.exp: New test.
10537
2631b16a
AW
105382015-04-28 Andy Wingo <wingo@igalia.com>
10539
10540 * gdb.python/py-parameter.exp:
10541 * gdb.guile/scm-parameter.exp: Escape the path that we are
10542 matching against, as it might contain characters that are special
10543 to regular expressions.
10544
460efde1
JB
105452015-04-27 Joel Brobecker <brobecker@adacore.com>
10546
10547 * gdb.ada/rec_comp: New testcase.
10548
2d369d8e
SDJ
105492015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10550
10551 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10552 before using it.
10553
cf75d6c3
AB
105542015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10555
10556 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10557 new tests for verilog output.
10558
8dbe7ca5
YQ
105592015-04-24 Yao Qi <yao.qi@linaro.org>
10560
10561 * boards/remote-gdbserver-on-localhost.exp: New file.
10562
4ef9fb2f
PA
105632015-04-23 Pedro Alves <palves@redhat.com>
10564
10565 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10566 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10567 "end of file", remove $inferior_spawn_id from the indirect list.
10568
0a803169
PA
105692015-04-23 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10572
749ef8f8
PA
105732015-04-23 Pedro Alves <palves@redhat.com>
10574
10575 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10576 on $any_spawn_id instead of only on $gdb_spawn_id.
10577
8aae4344
PM
105782015-04-21 Pierre Muller <muller@sourceware.org>
10579
10580 PR pascal/17815
10581 * lib/pascal.exp (gpc_compile): Add new option "class".
10582 (fpc_compile): Likewise.
10583 * gdb.pascal/case-insensitive-symbols.pas: New file.
10584 * gdb.pascal/case-insensitive-symbols.exp: New file.
10585
1586c8fb
GB
105862015-04-20 Gary Benson <gbenson@redhat.com>
10587
10588 * gdb.base/attach.exp: Fix three extended remote failures.
10589
1b6e6f5c
GB
105902015-04-17 Gary Benson <gbenson@redhat.com>
10591
10592 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10593 the main executable over the remote protocol.
10594
e797481d
PA
105952015-04-16 Pedro Alves <palves@redhat.com>
10596
10597 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10598 a new gdbserver if gdbserver_reconnect_p is set.
10599
1ca99c42
PA
106002015-04-16 Pedro Alves <palves@redhat.com>
10601
10602 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10603 is set, don't exit gdbserver.
10604
af9fd6f8
AA
106052015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10606
10607 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10608 appropriate .insn, such that an older assembler can be used.
10609 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10610 the z/Architecture instruction set on 31-bit targets as well.
10611
04ff1e61
AA
106122015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10613
10614 * gdb.go/handcall.exp: Remove all logic related to the first
10615 breakpoint and rely on go_runto_main instead.
10616 * gdb.go/strings.exp: Likewise.
10617 * gdb.go/unsafe.exp: Likewise.
10618 * gdb.go/hello.exp: Likewise. Also rename the remaining
10619 breakpoint marker to "breakpoint 1".
10620 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10621 * gdb.go/strings.go: Likewise.
10622 * gdb.go/unsafe.go: Likewise.
10623 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10624 "set breakpoint 2 here" and rename the remaining breakpoint marker
10625 to "breakpoint 1".
10626
40d2f8d6
SM
106272015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10628
10629 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10630 if itertools.imap is not present.
10631 * gdb.python/py-objfile.exp: Add parentheses.
10632 * gdb.python/py-type.exp: Same.
10633 * gdb.python/py-unwind-maint.py: Same.
10634
8cbc97c6
YQ
106352015-04-15 Yao Qi <yao.qi@linaro.org>
10636
10637 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10638 of ":$ptr_size" and set its form explicitly.
10639
45fd756c
YQ
106402015-04-15 Pedro Alves <palves@redhat.com>
10641 Yao Qi <yao.qi@linaro.org>
10642
10643 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10644 timeout by factor of 4.
10645 (test_regular_watch): Likewise.
10646 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10647 * gdb.reverse/sigall-reverse.exp: Likewise.
10648 * gdb.reverse/until-precsave.exp: Likewise.
10649 * lib/gdb.exp (with_timeout_factor): New proc.
10650 (gdb_expect): Move some code to ...
10651 (get_largest_timeout): ... here. New procedure.
10652
9e811bc3
LM
106532015-04-14 Luis Machado <lgustavo@codesourcery.com>
10654
10655 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10656
0ff6fcb2
LM
106572015-04-13 Luis Machado <lgustavo@codesourcery.com>
10658
10659 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10660 to write to the .text section.
10661
7578d5f7
LM
106622015-04-13 Luis Machado <lgustavo@codesourcery.com>
10663
10664 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10665 Handle the case of targets that do not provide PID information.
10666
2efe15c4
YQ
106672015-04-13 Yao Qi <yao.qi@linaro.org>
10668
10669 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10670 and use expect instead of gdb_expect.
10671
8cd8f2f8
SDJ
106722015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10673
10674 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10675 "coredump_var_addr" to avoid naming conflict with other testcases.
10676
9ee41772
PA
106772015-04-10 Pedro Alves <palves@redhat.com>
10678
10679 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10680 gdb_test_sequence and gdb_assert.
10681
07473109
PA
106822015-04-10 Pedro Alves <palves@redhat.com>
10683
10684 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10685 test messages that don't include the breakpoint address.
10686
de3db44c
YQ
106872015-04-10 Yao Qi <yao.qi@linaro.org>
10688
10689 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10690 false for some offset and width combinations which aren't
10691 supported by linux kernel.
10692
c79d856c
PA
106932015-04-10 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10696 procedure, factored out from ...
10697 (top level): ... here. Add "set displaced-stepping" testing axis.
10698 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10699 parameter "displaced". Use it.
10700 (top level): Use foreach and add "set displaced-stepping" testing
10701 axis.
10702
ebc90b50
PA
107032015-04-10 Pedro Alves <palves@redhat.com>
10704
10705 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10706 Remove comment.
10707 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10708 both the address of the instruction that triggers the watchpoint
10709 and the address of the instruction immediately after, and use
10710 those addresses for the test. Fix comment.
10711
8f572e5c
PA
107122015-04-10 Pedro Alves <palves@redhat.com>
10713
10714 * gdb.base/sigstep.exp (breakpoint_to_handler)
10715 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10716 Test "backtrace" in handler.
10717 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10718 (top level): Add new "displaced" test axis to
10719 breakpoint_to_handler, breakpoint_to_handler_entry and
10720 breakpoint_over_handler.
10721
8d707a12
PA
107222015-04-10 Pedro Alves <palves@redhat.com>
10723
10724 PR gdb/18216
10725 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10726
ef713951
YQ
107272015-04-10 Yao Qi <yao.qi@linaro.org>
10728
10729 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10730 (test_add_rn_pc): New function.
10731 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10732 (top level): Invoke test_add_rn_pc.
10733
906d60cf
PA
107342015-04-10 Pedro Alves <palves@redhat.com>
10735
10736 PR gdb/13858
10737 * gdb.base/step-over-no-symbols.exp: New file.
10738
f2983cc3
AW
107392015-04-09 Andy Wingo <wingo@igalia.com>
10740
10741 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10742 after the Python tests.
10743
6d62641c
SDJ
107442015-04-08 Keith Seitz <keiths@redhat.com>
10745
10746 PR python/16699
10747 * gdb.python/py-completion.exp: New tests for completion.
10748 * gdb.python/py-completion.py (CompleteLimit1): New class.
10749 (CompleteLimit2): Likewise.
10750 (CompleteLimit3): Likewise.
10751 (CompleteLimit4): Likewise.
10752 (CompleteLimit5): Likewise.
10753 (CompleteLimit6): Likewise.
10754 (CompleteLimit7): Likewise.
10755
f3770638
PA
107562015-04-08 Pedro Alves <palves@redhat.com>
10757
10758 PR gdb/18214
10759 PR gdb/18216
10760 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10761 function.
10762 (main): Install it as SIGUSR1 handler.
10763 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10764 parameter. Always use "setup" as prefix. Toggle "set
10765 displaced-stepping" off/on depending on global. Don't switch to
10766 thread 1 here.
10767 (top level): Add displaced stepping "off/on" test axis. Update
10768 "setup" calls. Wrap each subtest with with_test_prefix. Test
10769 continuing with a queued signal in each thread.
10770
4496bed7
PA
107712015-04-08 Pedro Alves <palves@redhat.com>
10772
10773 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10774 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10775 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10776 Return early if running to main fails.
10777 * gdb.trace/while-stepping.exp: Likewise.
10778
b97fde92
PA
107792015-04-07 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10782 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10783 interact with inferior program.
10784
f71c18e7
PA
107852015-04-07 Pedro Alves <palves@redhat.com>
10786
10787 * lib/gdb.exp (inferior_spawn_id): New global.
10788 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10789 spawn id after processing the user code.
10790 (default_gdb_start): Set inferior_spawn_id.
10791 (send_inferior): New procedure.
10792 * lib/gdbserver-support.exp (gdbserver_start): Set
10793 inferior_spawn_id.
10794 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10795
6423214f
PA
107962015-04-07 Pedro Alves <palves@redhat.com>
10797
10798 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10799 * lib/gdbserver-support.exp (gdbserver_start): Make
10800 $server_spawn_id global.
10801 (gdbserver_start): Don't wait for gdbserver's spawn id with
10802 expect_background.
10803 (close_gdbserver): New procedure.
10804 (gdb_exit): Rename the default version and reimplement.
10805
71c0ee8c
PA
108062015-04-07 Pedro Alves <palves@redhat.com>
10807
72f4393d 10808 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10809 append the substituted item, not the original item.
10810
203bc29b
PA
108112015-04-07 Pedro Alves <palves@redhat.com>
10812
10813 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10814 gdb_expect.
10815
508a3ddf
PA
108162015-04-07 Pedro Alves <palves@redhat.com>
10817
10818 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10819 output appearing once only.
10820
9f6dbe2b
PA
108212015-04-07 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10824 that doesn't expect anything. Return early if running to main
10825 fails.
10826
337532fa
YQ
108272015-04-07 Yao Qi <yao.qi@linaro.org>
10828
10829 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10830 (child_function): Call alarm.
10831 (main): Move call to alarm into the loop.
10832 * gdb.threads/non-stop-fair-events.exp: Build program with
10833 -DTIMEOUT=$timeout.
10834
01b622d4
DE
108352015-04-06 Doug Evans <xdje42@gmail.com>
10836
10837 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10838 Fix dest parameter to board_info.
10839 (fpc_compile): Ditto.
10840 (gdb_compile_pascal): Rename dest arg to destfile.
10841
961f4160
PMR
108422015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10843
10844 * gdb.ada/funcall_ref.exp: New file.
10845 * gdb.ada/funcall_ref/foo.adb: New file.
10846
cafda597
YQ
108472015-04-02 Yao Qi <yao.qi@linaro.org>
10848
10849 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10850 is remote.
10851
fed040c6
GB
108522015-04-02 Gary Benson <gbenson@redhat.com>
10853
10854 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10855
d11916aa
SS
108562015-04-01 Sasha Smundak <asmundak@google.com>
10857
10858 * gdb.python/py-unwind-maint.c: New file.
10859 * gdb.python/py-unwind-maint.exp: New test.
10860 * gdb.python/py-unwind-maint.py: New file.
10861 * gdb.python/py-unwind.c: New file.
10862 * gdb.python/py-unwind.exp: New test.
10863 * gdb.python/py-unwind.py: New test.
10864
a1471180
PA
108652015-04-01 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10868 to fail instead of non-existent $test.
10869
0bbeccb1
PA
108702015-04-01 Pedro Alves <palves@redhat.com>
10871
10872 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10873 GDBFLAGS if not empty.
10874
3c724c8c
PMR
108752015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10876
10877 * gdb.ada/complete.exp: Remove "multi_line".
10878 * gdb.ada/info_exc.exp: Remove "multi_line".
10879 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10880 * gdb.ada/ptype_field.exp: Remove "multi_line".
10881 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10882 * gdb.ada/tagged.exp: Remove "multi_line".
10883 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10884 [multi_line ...]
10885 * gdb.btrace/delta.exp: Likewise.
10886 * gdb.btrace/exception.exp: Likewise.
10887 * gdb.btrace/function_call_history.exp: Likewise.
10888 * gdb.btrace/instruction_history.exp: Likewise.
10889 * gdb.btrace/nohist.exp: Likewise.
10890 * gdb.btrace/record_goto.exp: Likewise.
10891 * gdb.btrace/segv.exp: Likewise.
10892 * gdb.btrace/stepi.exp: Likewise.
10893 * gdb.btrace/tailcall.exp: Likewise.
10894 * gdb.btrace/unknown_functions.exp: Likewise.
10895 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10896 * lib/gdb.exp: Add the "multi_line" helper.
10897
4eec2deb
PA
108982015-04-01 Pedro Alves <palves@redhat.com>
10899
10900 * gdb.threads/tid-reuse.c: New file.
10901 * gdb.threads/tid-reuse.exp: New file.
10902
df8411da
SDJ
109032015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10904
10905 PR corefiles/16092
10906 * gdb.base/coredump-filter.c: New file.
10907 * gdb.base/coredump-filter.exp: Likewise.
10908
6ef37366
PM
109092015-03-27 Petr Machata <pmachata@redhat.com>
10910
10911 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10912 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10913 (Dwarf::assemble): Initialize them.
10914 (Dwarf::lines): New function.
10915
7ec911b0
JT
109162015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10917
10918 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10919 SYMBOL_PREFIX for x86_64-*-cygwin.
10920
ff908ebf
AW
109212015-03-26 Andy Wingo <wingo@igalia.com>
10922
10923 PR symtab/18148
10924 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10925 const_value but not a location.
10926 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10927 location defined in non-main CUs are visible.
10928
6d5f0679
YQ
109292015-03-26 Yao Qi <yao.qi@linaro.org>
10930
10931 PR testsuite/18139
10932 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10933 Add a line number entry for the same line.
10934 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10935 Add a line number entry for the same line.
10936
2898689b
YQ
109372015-03-26 Yao Qi <yao.qi@linaro.org>
10938
10939 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10940 .int 0.
10941 (func): Likewise. Add .Lfunc_1 label.
10942 Use .Lfunc_1 label.
10943 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10944 .int 0.
10945 (func): Likewise.
10946 Use .Lfunc_1 label.
10947
85180498
YQ
109482015-03-26 Yao Qi <yao.qi@linaro.org>
10949
10950 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10951 Call gdb_compile instead to compile each .s files without debug
10952 information.
10953
8aa08a8d
YQ
109542015-03-26 Yao Qi <yao.qi@linaro.org>
10955
10956 * gdb.base/savedregs.exp (process_saved_regs): Make
10957 "Saved registers:" optional in the pattern.
10958
66849923
MM
109592015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10960
10961 * gdb.btrace/next.exp: Merged into step.exp.
10962 * gdb.btrace/finish.exp: Merged into step.exp.
10963 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10964 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10965 "record goto" and checking the exact replay position.
10966 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10967 check for "Recording format" in "info record" output.
10968 * gdb.btrace/record_goto.exp: Choose test file based on target.
10969 * gdb.btrace/x86-record_goto.S: Renamed into ...
10970 * gdb.btrace/x86_64-record_goto.S: ... this.
10971 * gdb.btrace/i686-record_goto.S: New.
10972 * gdb.btrace/x86-tailcall.S: Renamed into ...
10973 * gdb.btrace/x86_64-tailcall.S: ... this.
10974 * gdb.btrace/i686-tailcall.S: New.
10975 * gdb.btrace/x86-tailcall.c: Renamed into ...
10976 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10977 separate statements. Update test.
10978 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10979 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10980 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10981 * gdb.btrace/tailcall.exp: Choose test file based on target.
10982 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10983
11cc1b74
MM
109842015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10985
10986 * gdb.btrace/exception.exp: Increase BTS buffer size.
10987
a25d8bf9
PA
109882015-03-24 Pedro Alves <palves@redhat.com>
10989
10990 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10991
856e7dd6
PA
109922015-03-24 Pedro Alves <palves@redhat.com>
10993
10994 * gdb.threads/schedlock.exp (test_step): No longer expect that
10995 "set scheduler-locking step" with "next" over a function call runs
10996 threads unlocked.
10997
ad235a41
AT
109982015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10999
11000 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11001
15630549
AT
110022015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11003
11004 PR breakpoints/16466
11005 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11006 * gdb.mi/mi-pending.c (thread_func): New function.
11007 (int main): Add threading support required.
11008 * gdb.mi/mi-pending.exp: Add tests for this issue.
11009 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11010 (pendfunc2): Remove stdio dependency.
11011 * gdb.mi/mi-pendshr2.c: New file.
11012
693dca06
KS
110132015-03-23 Keith Seitz <keiths@redhat.com>
11014
11015 * gdb.linespec/keywords.c: New file.
11016 * gdb.linespec/keywords.exp: New file.
11017
7e993ebf
KS
110182015-03-23 Keith Seitz <keiths@redhat.com>
11019
11020 PR gdb/18021
11021 * gdb.dwarf2/staticvirtual.exp: New test.
11022
bc23328c
JK
110232015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11024
11025 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11026 * README: Remove HP-UX and gdb.hp.
11027 (configuration):
11028 * configure: Regenerate.
11029 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11030 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11031 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11032 gdb.hp/gdb.defects/Makefile.
11033 * gdb.hp/Makefile.in: File deleted.
11034 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11035 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11036 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11037 * gdb.hp/gdb.aCC/run.c: File deleted.
11038 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11039 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11040 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11041 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11042 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11043 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11044 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11045 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11046 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11047 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11048 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11049 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11050 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11051 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11052 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11053 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11054 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11055 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11056 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11057 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11058 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11059 * gdb.hp/gdb.compat/average.c: File deleted.
11060 * gdb.hp/gdb.compat/sum.c: File deleted.
11061 * gdb.hp/gdb.compat/xdb.c: File deleted.
11062 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11063 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11064 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11065 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11066 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11067 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11068 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11069 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11070 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11071 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11072 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11073 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11074 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11075 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11076 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11077 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11078 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11079 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11080 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11081 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11082 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11083 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11084 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11085 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11086 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11087 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11088 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11089 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11090 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11091 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11092 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11093 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11094 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11095 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11096 * gdb.hp/tools/odump: File deleted.
11097
8bf3b159
PA
110982015-03-19 Pedro Alves <palves@redhat.com>
11099
11100 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11101 (saw_thread_3): New globals.
11102 (top level): Increment them when an event for the corresponding
11103 thread is seen.
11104 (no thread starvation): New test.
11105
eb54c8bf
PA
111062015-03-19 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.threads/continue-pending-status.c: New file.
11109 * gdb.threads/continue-pending-status.exp: New file.
11110
32d2e5d6
PA
111112015-03-18 Pedro Alves <palves@redhat.com>
11112
11113 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11114 Use gdb_is_target_remote instead of is_remote. Use
11115 gdb_test_multiple instead of gdb_expect. Exit early if
11116 gdb_test_multiple hits its internal matches. Tighten stepi tests
11117 expected output. Fail on exit with any signal, instead of just
11118 SIGILL.
11119
f68f11b7
YQ
111202015-03-18 Yao Qi <yao.qi@linaro.org>
11121
11122 PR tdep/18107
11123 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11124 variable.
11125 * gdb.base/catch-syscall.exp: Don't skip it on
11126 aarch64*-*-linux* target. Remove elements in all_syscalls.
11127 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11128 target.
11129 (setup_all_syscalls): New proc.
11130
ca5fd19b
YQ
111312015-03-16 Yao Qi <yao.qi@linaro.org>
11132
11133 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11134 (top level): Skip tests if valid_addr_p returns false for
11135 $cmd1 or $cmd2.
11136
85642ba0
AW
111372015-03-11 Andy Wingo <wingo@igalia.com>
11138
11139 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11140
e03f9645
YQ
111412015-03-11 Yao Qi <yao.qi@linaro.org>
11142
11143 * gdb.base/catch-syscall.exp: Fix typo in comments.
11144
5d0962b2
YQ
111452015-03-11 Yao Qi <yao.qi@linaro.org>
11146
11147 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11148
b2df3cef
PA
111492015-03-09 Pedro Alves <palves@redhat.com>
11150
11151 * dg-extract-results.py: Delete.
11152
ef878e53
PA
111532015-03-09 Pedro Alves <palves@redhat.com>
11154
11155 Merge dg-extract-results.sh from GCC upstream (r218843).
11156
11157 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11158 * dg-extract-results.sh: Use --text with grep to avoid issues with
11159 binary files. Fall back to cat -v, if that doesn't work.
11160
9494d219
PA
111612015-03-05 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11164
a8d9763a
SM
111652015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11166
11167 * lib/mi-support.exp (mi_expect_interrupt): Accept
11168 alternative event for when in all-stop mode.
11169
be9957b8
PA
111702015-03-04 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11173
d57be0f4 111742015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11175
11176 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11177
c214c7cf
AA
111782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11179
11180 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11181 regexps for GDB's current line display, accept a hex address
11182 preceding the line number.
11183
6d74a497
AA
111842015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11185
11186 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11187 the 'arch1' variable for "s390*-linux*" targets.
11188
511aee7c
PA
111892015-03-04 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11192 (main): Pass missing retval argument to pthread_join call.
11193
95e50b27
PA
111942015-03-02 Pedro Alves <palves@redhat.com>
11195
11196 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11197 (top level): Call do_test with non-stop as well.
11198
28054d69
PA
111992015-03-02 Pedro Alves <palves@redhat.com>
11200
11201 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11202 -1.
11203
4fa5d7b4
AA
112042015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11205
11206 * gdb.arch/s390-vregs.exp: New test.
11207 * gdb.arch/s390-vregs.S: New file.
11208
97c18565
PA
112092015-02-27 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11212 call to catch_command_errors.
11213 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11214 catch_command_errors.
11215
a37bfa30
PA
112162015-02-27 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11219 "true" for boolean result.
11220 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11221 prototype of main.
11222
6f98576f
PA
112232015-02-27 Pedro Alves <palves@redhat.com>
11224
11225 * lib/unbuffer_output.c: New file.
11226 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11227 (main): Call gdb_unbuffer_output.
11228
eba5ab56
YQ
112292015-02-27 Yao Qi <yao.qi@linaro.org>
11230
11231 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11232 target.
11233
0def5aaa
DE
112342015-02-26 Doug Evans <dje@google.com>
11235
11236 * gdb.cp/class2.cc (Dbase, D): New classes.
11237 (main): New local delta.
11238 * gdb.cp/class2.exp: Test printing delta.
11239 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11240 (dynbar): New global.
11241 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11242
081a1c2c
JK
112432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11244
11245 * gdb.compile/compile-ifunc.c: New file.
11246 * gdb.compile/compile-ifunc.exp: New file.
11247
2f41223f
AT
112482015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11249
11250 * gdb.base/structs.exp: Check for correct struct on finish.
11251
03eddd80
YQ
112522015-02-26 Yao Qi <yao.qi@linaro.org>
11253
11254 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11255 is zero.
11256
80c57053
JK
112572015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11258
11259 * gdb.arch/cordic.ko.bz2: New file.
11260 * gdb.arch/cordic.ko.debug.bz2: New file.
11261 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11262
21613c12
YQ
112632015-02-25 Yao Qi <yao.qi@linaro.org>
11264
11265 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11266 aarch64*-*-* target.
11267
d8b901ed
PA
112682015-02-23 Pedro Alves <palves@redhat.com>
11269
11270 * lib/gdb.exp (delete_breakpoints): Rewrite using
11271 gdb_test_multiple.
11272
e5b85ead
PA
112732015-02-23 Pedro Alves <palves@redhat.com>
11274
11275 * gdb.base/info-os.c: Include stdlib.h.
11276
85c3a371
DE
112772015-02-22 Doug Evans <xdje42@gmail.com>
11278
11279 PR symtab/17855
11280 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11281 is read after symbols have been re-read.
11282 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11283 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11284
96553a0c
DE
112852015-02-21 Doug Evans <dje@google.com>
11286
11287 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11288
97a0c697
JK
112892015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11290
11291 PR corefiles/17808
11292 * gdb.arch/i386-biarch-core.core.bz2: New file.
11293 * gdb.arch/i386-biarch-core.exp: New file.
11294
a47cd6e9
PA
112952015-02-21 Pedro Alves <palves@redhat.com>
11296
11297 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11298 runto_main fails.
11299
c5facdc4
PA
113002015-02-20 Pedro Alves <palves@redhat.com>
11301
11302 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11303 info probes.
11304
2db9a427
PA
113052015-02-20 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11308
60fb7e9e
PA
113092015-02-20 Pedro Alves <palves@redhat.com>
11310
11311 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11312 clean_restart before gdb_target_supports_trace.
11313
5c5019c2
PA
113142015-02-20 Pedro Alves <palves@redhat.com>
11315
11316 PR threads/18006
11317 * gdb.threads/clone-thread_db.c: New file.
11318 * gdb.threads/clone-thread_db.exp: New file.
11319
c9587f88
AT
113202015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11321
11322 PR breakpoints/16812
11323 * gdb.base/catch-gdb-caused-signals.c: New file.
11324 * gdb.base/catch-gdb-caused-signals.exp: New file.
11325
f6a88844
JM
113262015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11327
11328 * configure: Regenerated.
11329 * configure.ac: Use GDB_AC_TRANSFORM.
11330 * aclocal.m4: sinclude ../transform.m4.
11331
497c491b
JM
113322015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11333
11334 * lib/dtrace.exp: New file.
11335 * gdb.base/dtrace-probe.exp: Likewise.
11336 * gdb.base/dtrace-probe.d: Likewise.
11337 * gdb.base/dtrace-probe.c: Likewise.
11338 * lib/pdtrace.in: Likewise.
11339 * configure.ac: Output variables with the transformed names of
11340 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11341 * configure: Regenerated.
11342
03e98035
JM
113432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11344
11345 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11346 expected message when trying to access $_probe_* convenience
11347 variables while not on a probe.
11348
63cc30e9
JK
113492015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11350
11351 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11352
0703599a
PA
113532015-02-11 Pedro Alves <pedro@codesourcery.com>
11354
11355 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11356 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11357
7e60a48e
DE
113582015-02-10 Doug Evans <xdje42@gmail.com>
11359
11360 * lib/gdb.exp (gdb_load): Always return a result.
11361
01b088bc
PA
113622015-02-10 Pedro Alves <palves@redhat.com>
11363
11364 * gdb.threads/signal-sigtrap.c: New file.
11365 * gdb.threads/signal-sigtrap.exp: New file.
11366
b05ec7a5
AT
113672015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11368
11369 * gdb.trace/no-attach-trace.c: New file.
11370 * gdb.trace/no-attach-trace.exp: New file.
11371
a2c2acaf
MW
113722015-02-09 Mark Wielaard <mjw@redhat.com>
11373
11374 * gdb.dwarf2/atomic.c: New file.
11375 * gdb.dwarf2/atomic-type.exp: Likewise.
11376
31fd9caa
MM
113772015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11378
11379 * gdb.btrace/buffer-size.exp: Update "info record" output.
11380 * gdb.btrace/delta.exp: Update "info record" output.
11381 * gdb.btrace/enable.exp: Update "info record" output.
11382 * gdb.btrace/finish.exp: Update "info record" output.
11383 * gdb.btrace/instruction_history.exp: Update "info record" output.
11384 * gdb.btrace/next.exp: Update "info record" output.
11385 * gdb.btrace/nexti.exp: Update "info record" output.
11386 * gdb.btrace/step.exp: Update "info record" output.
11387 * gdb.btrace/stepi.exp: Update "info record" output.
11388 * gdb.btrace/nohist.exp: Update "info record" output.
11389
d33501a5
MM
113902015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11391
11392 * gdb.btrace/buffer-size: New.
11393
f4abbc16
MM
113942015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11395
11396 * gdb.btrace/delta.exp: Update "info record" output.
11397 * gdb.btrace/enable.exp: Update "info record" output.
11398 * gdb.btrace/finish.exp: Update "info record" output.
11399 * gdb.btrace/instruction_history.exp: Update "info record" output.
11400 * gdb.btrace/next.exp: Update "info record" output.
11401 * gdb.btrace/nexti.exp: Update "info record" output.
11402 * gdb.btrace/step.exp: Update "info record" output.
11403 * gdb.btrace/stepi.exp: Update "info record" output.
11404 * gdb.btrace/nohist.exp: Update "info record" output.
11405
b9d61307
SM
114062015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11407
11408 PR gdb/15678
11409 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11410
e584fdbc
PA
114112015-02-06 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11414 macro.
11415 (seconds_left, again): New globals.
11416 (main): Wait seconds_left in a 1-second sleep loop instead of
11417 sleeping 180 seconds. If 'again' is set, reset the seconds
11418 counter.
11419 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11420 'again' in the inferior before detaching. Print the seconds left.
11421 (options): New global.
11422 (top level): Build program with -DTIMEOUT=$timeout.
11423
77f41761
PA
114242015-02-06 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11427 determine how many seconds to pass to 'alarm'.
11428 * gdb.base/gdb-sigterm.exp (top level): Build program with
11429 -DTIMEOUT=$timeout.
11430 (do_test): Return success/failure indication. Add more verbose
11431 logging. Don't fail if 200 single steps are seen. Instead, fail
11432 when the test times out.
11433 (passes): New global.
11434 (top level): Break the testing loop if testing fails on any
11435 iteration. Use gdb_assert.
11436
b9394193
DB
114372015-02-04 Don Breazeal <donb@codesourcery.com>
11438
11439 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11440 and initialize them.
11441 (ipc_cleanup): New function.
11442 (main): Don't declare shmid, semid, and msqid. Add a call to
11443 atexit so that we call ipc_cleanup on exit.
11444
42d9e528
PA
114452015-02-04 Pedro Alves <palves@redhat.com>
11446
11447 * boards/native-extended-gdbserver.exp: Remove any target variant
11448 specifications from the board name before clearing the isremote
11449 flag from board_info.
11450
ae6ae975
DE
114512015-01-31 Doug Evans <xdje42@gmail.com>
11452
11453 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11454
cfb069a8
GB
114552015-01-31 Gary Benson <gbenson@redhat.com>
11456
11457 * gdb.base/completion.exp: Disable completion limiting for
11458 existing tests. Add new tests to check completion limiting.
11459 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11460
5dd31d79
DE
114612015-01-31 Doug Evans <xdje42@gmail.com>
11462
11463 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11464
9f050062
DE
114652015-01-31 Doug Evans <xdje42@gmail.com>
11466
11467 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11468 entries. Duplicate file section script entries.
11469 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11470 inlined entries. Add test for safe-path rejection.
11471 * gdb.python/py-section-script.c: Add duplicate inlined section script
11472 entries. Duplicate file section script entries.
11473 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11474 inlined entries. Add test for safe-path rejection.
11475
df25ebbd
JB
114762015-01-29 Joel Brobecker <brobecker@adacore.com>
11477
11478 * gdb.ada/disc_arr_bound: New testcase.
11479
4a0ca9ec
JB
114802015-01-29 Joel Brobecker <brobecker@adacore.com>
11481
11482 * gdb.ada/mi_var_array: New testcase.
11483
3a8b707a
DE
114842015-01-27 Doug Evans <dje@google.com>
11485
11486 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11487 Add test for objfile.filename, objfile.username after objfile
11488 has been unloaded.
11489
f8313f6e
JB
114902015-01-26 Joel Brobecker <brobecker@adacore.com>
11491
11492 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11493 the second test to print the name attribute of value
11494 returned by the call to gdb.lookup_type, and adjust
11495 the expected output accordingly.
11496
37bc665e
MW
114972015-01-25 Mark Wielaard <mjw@redhat.com>
11498
11499 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11500 * gdb.base/disp-step-fork.c: Include unistd.h.
11501 * gdb.base/siginfo-obj.c: Include stdio.h.
11502 * gdb.base/siginfo-thread.c: Likewise.
11503 * gdb.mi/non-stop.c: Include unistd.h.
11504 * gdb.mi/nsthrexec.c: Include stdio.h.
11505 * gdb.mi/pthreads.c: Include unistd.h.
11506 * gdb.modula2/unbounded1.c (main): Declare returns int.
11507 * gdb.reverse/consecutive-reverse.c: Likewise.
11508 * gdb.threads/create-fail.c: Include unistd.h.
11509 * gdb.threads/killed.c: Likewise.
11510 * gdb.threads/linux-dp.c: Likewise.
11511 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11512 * gdb.threads/non-ldr-exc-2.c: Likewise.
11513 * gdb.threads/non-ldr-exc-3.c: Likewise.
11514 * gdb.threads/non-ldr-exc-4.c: Likewise.
11515 * gdb.threads/pthreads.c: Include unistd.h.
11516 (main): Declare returns int.
11517 * gdb.threads/tls-main.c (foo): New declaration.
11518 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11519
f7e5394d
SM
115202015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11521
11522 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11523 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11524
743649fd
MW
115252015-01-15 Mark Wielaard <mjw@redhat.com>
11526
11527 * gdb.base/noreturn-return.c: New file.
11528 * gdb.base/noreturn-return.exp: New file.
11529 * gdb.base/noreturn-finish.c: New file.
11530 * gdb.base/noreturn-finish.exp: New file.
11531
198297aa
PA
115322015-01-23 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.threads/continue-pending-after-query.c: New file.
11535 * gdb.threads/continue-pending-after-query.exp: New file.
11536
717cf30c
AG
115372015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11538 Simon Marchi <simon.marchi@ericsson.com>
11539
11540 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11541 * gdb.base/valgrind-db-attach.exp: Same.
11542 * gdb.base/valgrind-infcall.exp: Same.
11543 * lib/mi-support.exp (default_mi_gdb_start): Same.
11544 * lib/prompt.exp (default_prompt_gdb_start): Same.
11545 * lib/gdb.exp (default_gdb_spawn): Same.
11546 (gdb_interact): New.
11547
11548
4b62a76e
JK
115492015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11550
11551 * gdb.compile/compile.exp (pointer to jit function): New test.
11552
b4cdae6f
WW
115532015-01-17 Wei-cheng Wang <cole945@gmail.com>
11554
11555 * lib/gdb.exp (supports_process_record): Return true for
11556 powerpc*-*-linux*.
11557 (supports_reverse): Likewise.
11558
d221e7ef
DB
115592015-01-15 Don Breazeal <donb@codesourcery.com>
11560
11561 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11562 instead of checking whether the target board is remote and
11563 use spawn_wait_for_attach instead of exec/sleep.
11564 * gdb.base/attach-twice.exp: Likewise.
11565
bafffb51
JB
115662015-01-15 Joel Brobecker <brobecker@adacore.com>
11567
11568 * gdb.ada/var_arr_attrs: New testcase.
11569
5589af0e
PA
115702015-01-14 Pedro Alves <palves@redhat.com>
11571 Joel Brobecker <brobecker@adacore.com>
11572
11573 PR gdb/17525
11574 * gdb.base/bp-cmds-execution-x-script.c: New file.
11575 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11576 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11577
6c400b59
PA
115782015-01-14 Pedro Alves <palves@redhat.com>
11579
11580 PR cli/17828
11581 * gdb.base/batch-preserve-term-settings.c: New file.
11582 * gdb.base/batch-preserve-term-settings.exp: New file.
11583
e02c96a7
DE
115842015-01-13 Doug Evans <dje@google.com>
11585
11586 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11587 binary.
11588
576fd14c
JB
115892015-01-13 Joel Brobecker <brobecker@adacore.com>
11590
11591 * Makefile.in (clean mostlyclean): Do not delete *.py.
11592
04dccad0
JB
115932015-01-13 Joel Brobecker <brobecker@adacore.com>
11594
11595 * gdb.python/py-lookup-type.exp: New file.
11596
3d230f71
PA
115972015-01-12 Pedro Alves <palves@redhat.com>
11598
11599 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11600 restore GDBFLAGS before returning.
11601
7e67715d
JK
116022015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11603
11604 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11605 is_amd64_regs_target and is_x86_like_target.
11606
f2e0d4b4
DE
116072015-01-11 Doug Evans <xdje42@gmail.com>
11608
11609 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11610 is given without an explicit form.
11611 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11612 attributes.
11613 * gdb.dwarf/corrupt.exp: Ditto.
11614 * gdb.dwarf2/enum-type.exp: Ditto.
11615 * gdb.trace/entry-values.exp: Ditto.
11616 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11617
439250fb
DE
116182015-01-11 Doug Evans <xdje42@gmail.com>
11619
11620 PR gdb/15830
11621 * gdb.base/maint.exp: Remove references to "maint demangle".
11622 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11623 Add tests for explicitly specifying language to demangle.
11624 * gdb.dlang/demangle.exp: Ditto.
11625
ede9f622
PA
116262015-01-09 Pedro Alves <palves@redhat.com>
11627
11628 * gdb.threads/non-stop-fair-events.c: New file.
11629 * gdb.threads/non-stop-fair-events.exp: New file.
11630
a7b796db
PA
116312015-01-09 Pedro Alves <palves@redhat.com>
11632
11633 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11634 the global scope. Set a breakpoint after all threads are started
11635 rather than stepping over two source lines. Expect the prompt.
11636 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11637 global.
11638 (NUM): Now 15.
11639 (main): Use threads_started_barrier to wait for all threads to
11640 start. Main thread no longer calls thread_function. Exit after
11641 180 seconds.
11642 (loop): New function.
11643 (thread_function): Wait on threads_started_barrier barrier. Call
11644 'loop' at each iteration.
11645 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11646 threads have started, instead of hardcoding number of "next"
11647 steps. Use an access watchpoint instead of a write watchpoint.
11648
9665ffdd
PA
116492015-01-09 Pedro Alves <palves@redhat.com>
11650
11651 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11652 (thread_func): Wait on barrier.
11653 (main): Wait for all threads to start before stopping GDB.
11654 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11655 global.
11656 (thread1_func, thread2_func): Wait on barrier.
11657 (main): Wait for all threads to start before stopping GDB.
11658 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11659 New global.
11660 (thread1_func, thread2_func): Wait on barrier.
11661 (main): Wait for all threads to start before stopping GDB.
11662
c945a99f
PA
116632015-01-09 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.threads/attach-many-short-lived-threads.c: New file.
11666 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11667
c1a747c1
PA
116682014-01-09 Pedro Alves <palves@redhat.com>
11669
11670 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11671 instead of to thread 2.
11672 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11673 Add barrier around each pthread_create call instead of around all
11674 calls.
11675 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11676 Set a break on thread_function and have the child threads hit it
11677 one at at a time.
11678
60b3033e
PA
116792015-01-09 Pedro Alves <palves@redhat.com>
11680
11681 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11682 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11683 false.
11684 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11685 checking whether the target board is remote.
11686 * gdb.multi/multi-attach.exp: Likewise.
11687 * gdb.python/py-sync-interp.exp: Likewise.
11688 * gdb.server/ext-attach.exp: Likewise.
11689 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11690 tests that need to attach, instead of checking whether the target
11691 board is remote at the top of the file.
11692
acc018ac
YQ
116932015-01-08 Yao Qi <yao@codesourcery.com>
11694
11695 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11696
50a18af8
JK
116972015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11698
11699 Fix testcase compilation.
11700 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11701
8503d6e1
JB
117022015-01-06 Joel Brobecker <brobecker@adacore.com>
11703
11704 * gdb.python/py-type.exp: Add a couple test about empty
11705 array creation, and negative-length array creation.
11706
cc73dbcc
DE
117072015-01-02 Doug Evans <xdje42@gmail.com>
11708
11709 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11710
0300bbc7
DE
117112015-01-02 Doug Evans <dje@google.com>
11712
11713 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11714
9d85a0ec
YQ
117152014-12-29 Yao Qi <yao@codesourcery.com>
11716
11717 * gdb.trace/entry-values.exp: Update comments. Rename variable
11718 bar_call_foo to returned_from_foo.
11719
87186c6a
MMN
117202014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11721
11722 PR gdb/17394
11723 * gdb.linespec/break-asm-file.c: New file.
11724 * gdb.linespec/break-asm-file.exp: New file.
11725 * gdb.linespec/break-asm-file0.s: New file.
11726 * gdb.linespec/break-asm-file1.s: New file.
11727
1bab7383
YQ
117282014-12-18 Nigel Stephens <nigel@mips.com>
11729 Maciej W. Rozycki <macro@codesourcery.com>
11730
11731 * gdb.base/float.exp: Handle the new output from "info float" on
11732 MIPS targets.
11733
1bc1068a
JK
117342014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11735
11736 Fix MinGW compilation.
11737 * gdb.compile/compile-ops.exp: Update untested message if
11738 !skip_compile_feature_tests.
11739 * gdb.compile/compile-setjmp.exp: Likewise.
11740 * gdb.compile/compile-tls.exp: Likewise.
11741 * gdb.compile/compile.exp: Likewise.
11742 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11743 supported on this host".
11744
b6615d10
DE
117452014-12-16 Doug Evans <xdje42@gmail.com>
11746
11747 * boards/stabs.exp: New file.
11748
25dda427
AA
117492014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11750
11751 * gdb.base/completion.exp: Adjust to format changes of "maint
11752 print user-registers".
11753
bf330350
CU
117542014-12-16 Catalin Udma <catalin.udma@freescale.com>
11755
11756 PR server/17457
11757 * gdb.arch/aarch64-fp.c: New file.
11758 * gdb.arch/aarch64-fp.exp: New file.
11759
395cf596
SDJ
117602014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11761
11762 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11763 r210637, r210913, r211666, r215400, r215817).
11764
11765 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11766 * dg-extract-results.py: New file.
11767 * dg-extract-results.sh: Use it if the environment seems
11768 suitable.
11769
11770 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11771
11772 * dg-extract-results.py (parse_run): Handle warnings that
11773 are printed before a test harness is run.
11774
11775 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11776
11777 * dg-extract-results.py (Named): Remove __cmp__ method.
11778 (output_variation): Use a key to sort variation.harnesses.
11779
11780 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11781
11782 * dg-extract-results.py: For Python 3, force sys.stdout to
11783 handle surrogate escape sequences.
11784 (safe_open): New function.
11785 (output_segment, main): Use it.
11786
11787 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11788
11789 * dg-extract-results.py (Prog.result_re): Include options
11790 in test name.
11791
11792 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11793
11794 * dg-extract-results.py (output_variation): Always sort if
11795 do_sum.
11796
e882ef3c
SM
117972014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11798
11799 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11800 as long as we get pagination notifications.
11801
4992aa20
JM
118022014-12-15 Jason Merrill <jason@redhat.com>
11803
11804 * Makefile.in (check-gdb.%): Restore.
11805 * README: Mention it.
11806
c1b5a1a6
JB
118072014-12-13 Joel Brobecker <brobecker@adacore.com>
11808
11809 * gdb.ada/str_uninit: New testcase.
11810
5537b577
JK
118112014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11812
11813 PR symtab/17642
11814 * gdb.base/vla-stub-define.c: New file.
11815 * gdb.base/vla-stub.c: New file.
11816 * gdb.base/vla-stub.exp: New file.
11817
bb2ec1b3
TT
118182014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11819 Jan Kratochvil <jan.kratochvil@redhat.com>
11820 Tom Tromey <tromey@redhat.com>
11821
11822 * configure.ac: Add gdb.compile/.
11823 * configure: Regenerate.
11824 * gdb.compile/Makefile.in: New file.
11825 * gdb.compile/compile-ops.exp: New file.
11826 * gdb.compile/compile-ops.c: New file.
11827 * gdb.compile/compile-tls.c: New file.
11828 * gdb.compile/compile-tls.exp: New file.
11829 * gdb.compile/compile-constvar.S: New file.
11830 * gdb.compile/compile-constvar.c: New file.
11831 * gdb.compile/compile-mod.c: New file.
11832 * gdb.compile/compile-nodebug.c: New file.
11833 * gdb.compile/compile-setjmp-mod.c: New file.
11834 * gdb.compile/compile-setjmp.c: New file.
11835 * gdb.compile/compile-setjmp.exp: New file.
11836 * gdb.compile/compile-shlib.c: New file.
11837 * gdb.compile/compile.c: New file.
11838 * gdb.compile/compile.exp: New file.
11839 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11840
4ff709eb
TT
118412014-12-12 Tom Tromey <tromey@redhat.com>
11842
11843 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11844 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11845
6dddd6a5
DE
118462014-12-12 Doug Evans <dje@google.com>
11847
11848 * lib/gdb-python.exp (get_python_valueof): New function.
11849 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11850
71c24708
AA
118512014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11852
11853 * gdb.base/completion.exp: Add test for completion of "info
11854 registers ".
11855
3e29f34a
MR
118562014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11857
11858 * gdb.base/func-ptrs.c: New file.
11859 * gdb.base/func-ptrs.exp: New file.
11860
fc126975
SM
118612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11862
11863 PR breakpoints/17012
11864 * gdb.base/dprintf-detach.c: New file.
11865 * gdb.base/dprintf-detach.exp: New file.
11866
0a46d518
SM
118672014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11868
11869 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11870 * lib/gdb.exp (target_is_gdbserver): New procedure.
11871
a0be3e44
DE
118722014-12-08 Doug Evans <dje@google.com>
11873
11874 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11875
df1b803a
YQ
118762014-12-05 Yao Qi <yao@codesourcery.com>
11877
11878 * gdb.guile/scm-error.exp: Remove the third argument to
11879 gdb_remote_download.
11880 * gdb.guile/scm-frame-args.exp: Likewise.
11881 * gdb.guile/scm-section-script.exp: Likewise.
11882
ddb9f679
YQ
118832014-12-05 Yao Qi <yao@codesourcery.com>
11884
11885 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11886
86e4ed39
DE
118872014-12-04 Doug Evans <dje@google.com>
11888
11889 * gdb.python/py-objfile.exp: Add tests for
11890 objfile.add_separate_debug_file.
11891
7c50a931
DE
118922014-12-04 Doug Evans <dje@google.com>
11893
11894 * lib/gdb.exp (get_build_id): New function.
11895 (build_id_debug_filename_get): Rewrite to use it.
11896 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11897
621661e3
MR
118982014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11899
11900 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11901 `method(long)', not just 0x0.
11902 * gdb.cp/nsalias.exp: Align code labels to 4.
11903 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11904 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11905 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11906 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11907 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11908 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11909
29f0c3b7
DE
119102014-12-02 Doug Evans <dje@google.com>
11911
e1e061e7 11912 PR symtab/17602
29f0c3b7 11913 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11914 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11915 * gdb.cp/anon-ns.exp: Update.
11916
162078c8
NB
119172014-12-02 Nick Bull <nicholaspbull@gmail.com>
11918
11919 * gdb.python/py-events.py (inferior_call_handler): New.
11920 (register_changed_handler, memory_changed_handler): New.
11921 (test_events.invoke): Register new handlers.
11922 * gdb.python/py-events.exp: Add tests for inferior call,
11923 memory_changed and register_changed events.
11924
fdb09caf
AA
119252014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11926
11927 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11928 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11929 if the linker doesn't understand this.
11930
55cfb2c4
SM
119312014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11932
11933 * gdb.python/python.exp: Change expected reply to help().
11934
9e8cd6df
YQ
119352014-12-01 Yao Qi <yao@codesourcery.com>
11936
11937 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11938 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11939 * configure: Re-generated.
11940
6c659fc2
SC
119412014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11942
11943 * gdb.cp/chained-calls.cc: New file.
11944 * gdb.cp/chained-calls.exp: New file.
11945 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11946
d7fc3181
SM
119472014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11948
11949 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11950 * gdb.dwarf2/symtab-producer.exp: Same.
11951 * gdb.gdb/python-interrupts.exp: Same.
11952 * gdb.gdb/python-selftest.exp: Same.
11953 * gdb.python/py-linetable.exp: Same.
11954 * gdb.python/py-type.exp: Same.
11955 * gdb.python/py-value-cc.exp: Same.
11956 * gdb.python/py-value.exp: Same.
11957
10e79639
YQ
119582014-11-28 Yao Qi <yao@codesourcery.com>
11959
11960 * gdb.base/break-probes.exp: Match library name prefixed with
11961 sysroot.
11962
f28a0564
SM
119632014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11964
11965 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11966 test expected output. Add parentheses for the call to print.
11967 Remove L suffix from integers.
11968
3fe1ce1d
DE
119692014-11-26 Doug Evans <dje@google.com>
11970
11971 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11972
84429e27
YQ
119732014-11-22 Yao Qi <yao@codesourcery.com>
11974
11975 * gdb.trace/entry-values.c: Remove asms.
11976 (foo): Add foo_label.
11977 (bar): Add bar_label.
11978 * gdb.trace/entry-values.exp: Remove code computing foo's
11979 length and bar's length.
11980 (Dwarf::assemble): Invoke function_range for bar and use
11981 MACRO_AT_func for foo.
11982
26741859
YQ
119832014-11-22 Yao Qi <yao@codesourcery.com>
11984
11985 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11986 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11987 Use .Lgcc43_procstart instead of gcc43.
11988
45e44d27
JB
119892014-11-21 Joel Brobecker <brobecker@adacore.com>
11990
11991 * gdb.ada/n_arr_bound: New testcase.
11992
458c8db8
SDJ
119932014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11994
11995 PR breakpoints/10737
11996 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11997 test_catch_syscall_multi_arch.
11998 (test_catch_syscall_multi_arch): New function.
11999
43f3e411
DE
120002014-11-20 Doug Evans <xdje42@gmail.com>
12001
12002 * gdb.base/maint.exp: Update expected output.
12003
0d7b2549
AA
120042014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12005
12006 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12007 4-byte instruction on S390.
12008
8908fca5
JB
120092014-11-19 Joel Brobecker <brobecker@adacore.com>
12010
12011 * gdb.ada/arr_arr: New testcase.
12012
4a46959e
JB
120132014-11-19 Joel Brobecker <brobecker@adacore.com>
12014
12015 * gdb.ada/pkd_arr_elem: New Testcase.
12016
470e2f4e
LM
120172014-11-18 Luis Machado <lgustavo@codesourcery.com>
12018
12019 * gdb.reverse/break-precsave: Expect completion message for
12020 core file reads.
12021 * gdb.reverse/consecutive-precsave.exp: Likewise.
12022 * gdb.reverse/finish-precsave.exp: Likewise.
12023 * gdb.reverse/i386-precsave.exp: Likewise.
12024 * gdb.reverse/machinestate-precsave.exp: Likewise.
12025 * gdb.reverse/sigall-precsave.exp: Likewise.
12026 * gdb.reverse/solib-precsave.exp: Likewise.
12027 * gdb.reverse/step-precsave.exp: Likewise.
12028 * gdb.reverse/until-precsave.exp: Likewise.
12029 * gdb.reverse/watch-precsave.exp: Likewise.
12030
a267f3ad
AA
120312014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12032
12033 * gdb.base/bp-permanent.c: Include unistd.h.
12034 * gdb.python/py-framefilter-mi.c (main): Add return type.
12035 * gdb.python/py-framefilter.c (main): Likewise.
12036 * gdb.trace/actions-changed.c (main): Likewise.
12037
12084a9a
AA
120382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12039
12040 * gdb.mi/until.c: Add eye-catchers.
12041 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12042 line numbers.
12043
dc7e1a77
AA
120442014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12045
12046 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12047 function header variants in break1.c.
12048 * gdb.base/ena-dis-br.exp: Likewise.
12049 * gdb.base/hbreak2.exp: Likewise.
12050 * gdb.reverse/until-precsave.exp: Drop references to removed
12051 non-prototype function header variants in ur1.c.
12052 * gdb.reverse/until-reverse.exp: Likewise.
12053
41c77605
PM
120542014-11-17 Petr Machata <pmachata@redhat.com>
12055
12056 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12057 ${_cu_offset_size} bytes abbrev offset.
12058
34248c3a
DE
120592014-11-15 Doug Evans <xdje42@gmail.com>
12060
12061 PR symtab/17559
12062 * gdb.base/line-symtabs.exp: New file.
12063 * gdb.base/line-symtabs.c: New file.
12064 * gdb.base/line-symtabs.h: New file.
12065
646da059
YQ
120662014-11-14 Yao Qi <yao@codesourcery.com>
12067
12068 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12069 (func): Add label func_label.
12070 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12071 Replace low_pc and high_pc with MACRO_AT_range.
12072 Replace name, low_pc and high_pc with MACRO_AT_func.
12073
9301ebe6
YQ
120742014-11-14 Yao Qi <yao@codesourcery.com>
12075
12076 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12077 Replace name, low_pc and high_pc with MACRO_AT_func.
12078
f166b542
YQ
120792014-11-14 Yao Qi <yao@codesourcery.com>
12080
12081 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12082 produce debug information.
12083 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12084
0f6e71e3
YQ
120852014-11-14 Yao Qi <yao@codesourcery.com>
12086
12087 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12088 object and get function length.
12089 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12090 with MACRO_AT_func.
12091 (top-level): Replace gdb_compile and clean_restart with
12092 prepare_for_testing.
12093 * gdb.dwarf2/main.c (main): Add label main_label.
12094
876c4df9
YQ
120952014-11-14 Yao Qi <yao@codesourcery.com>
12096
12097 * lib/dwarf.exp (function_range): New procedure.
12098 (Dwarf::_handle_macro_at_func): New procedure.
12099 (Dwarf::_handle_macro_at_range): New procedure.
12100 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12101
02ad9cf1
YQ
121022014-11-14 Yao Qi <yao@codesourcery.com>
12103
12104 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12105 (_handle_attribute): New procedure.
12106
a59add0c
AA
121072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12108
12109 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12110 * gdb.base/call-sc.c (zed): Likewise.
12111 * gdb.base/checkpoint.c (main): Likewise.
12112 * gdb.base/dump.c (main): Likewise.
12113 * gdb.base/gcore.c (main): Likewise.
12114 * gdb.base/huge.c (main): Likewise.
12115 * gdb.base/multi-forks.c (main): Likewise.
12116 * gdb.base/pr10179-a.c (main): Likewise.
12117 * gdb.base/savedregs.c (main): Likewise.
12118 * gdb.base/sigaltstack.c (main): Likewise.
12119 * gdb.base/siginfo.c (main): Likewise.
12120 * gdb.base/structs.c (zed): Likewise.
12121 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12122 * gdb.mi/mi-syn-frame.c (main): Likewise.
12123 * gdb.mi/until.c (foo, main): Likewise.
12124 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12125 * gdb.base/solib-weak.c (foo): Declare.
12126 * gdb.base/attach-twice.c: Include stdio.h.
12127 * gdb.base/weaklib1.c: Likewise.
12128 * gdb.base/weaklib2.c: Likewise.
12129 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12130 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12131 unistd.h.
12132 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12133 * gdb.mi/mi-exit-code.c: Likewise.
12134 * gdb.base/break-interp-lib.c: Include string.h.
12135 * gdb.base/coremaker.c: Likewise.
12136 * gdb.base/testenv.c: Likewise.
12137 * gdb.python/py-finish-breakpoint.c: Likewise.
12138 * gdb.base/inferior-died.c: Include sys/wait.h.
12139 * gdb.base/fileio.c: Include time.h.
12140 * gdb.base/async-shell.c: Include unistd.h.
12141 * gdb.base/dprintf-non-stop.c: Likewise.
12142 * gdb.base/info-os.c: Likewise.
12143 * gdb.mi/mi-console.c: Likewise.
12144 * gdb.mi/watch-nonstop.c: Likewise.
12145 * gdb.python/py-events.c: Likewise.
12146 * gdb.base/async.c (baz): Move up before its invocation.
12147 * gdb.base/code_elim2.c (my_global_func): Likewise.
12148 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12149 * gdb.base/advance.c (func2): Likewise.
12150
3b5d5997
AA
121512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12152
12153 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12154 variant.
12155 * gdb.base/annota3.c: Likewise.
12156 * gdb.base/async.c: Likewise.
12157 * gdb.base/average.c: Likewise.
12158 * gdb.base/call-ar-st.c: Likewise.
12159 * gdb.base/call-rt-st.c: Likewise.
12160 * gdb.base/call-sc.c: Likewise.
12161 * gdb.base/call-strs.c: Likewise.
12162 * gdb.base/ending-run.c: Likewise.
12163 * gdb.base/execd-prog.c: Likewise.
12164 * gdb.base/exprs.c: Likewise.
12165 * gdb.base/foll-exec.c: Likewise.
12166 * gdb.base/foll-fork.c: Likewise.
12167 * gdb.base/foll-vfork.c: Likewise.
12168 * gdb.base/funcargs.c: Likewise.
12169 * gdb.base/gcore.c: Likewise.
12170 * gdb.base/jump.c: Likewise.
12171 * gdb.base/langs0.c: Likewise.
12172 * gdb.base/langs1.c: Likewise.
12173 * gdb.base/langs2.c: Likewise.
12174 * gdb.base/mips_pro.c: Likewise.
12175 * gdb.base/nodebug.c: Likewise.
12176 * gdb.base/opaque0.c: Likewise.
12177 * gdb.base/opaque1.c: Likewise.
12178 * gdb.base/recurse.c: Likewise.
12179 * gdb.base/run.c: Likewise.
12180 * gdb.base/scope0.c: Likewise.
12181 * gdb.base/scope1.c: Likewise.
12182 * gdb.base/setshow.c: Likewise.
12183 * gdb.base/setvar.c: Likewise.
12184 * gdb.base/shmain.c: Likewise.
12185 * gdb.base/shr1.c: Likewise.
12186 * gdb.base/shr2.c: Likewise.
12187 * gdb.base/sigall.c: Likewise.
12188 * gdb.base/signals.c: Likewise.
12189 * gdb.base/so-indr-cl.c: Likewise.
12190 * gdb.base/solib2.c: Likewise.
12191 * gdb.base/structs.c: Likewise.
12192 * gdb.base/sum.c: Likewise.
12193 * gdb.base/vforked-prog.c: Likewise.
12194 * gdb.base/watchpoint.c: Likewise.
12195 * gdb.reverse/shr2.c: Likewise.
12196 * gdb.reverse/until-reverse.c: Likewise.
12197 * gdb.reverse/ur1.c: Likewise.
12198 * gdb.reverse/watch-reverse.c: Likewise.
12199
066a77c5
AA
122002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12201
12202 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12203 variant.
12204 * gdb.base/sepdebug.exp: Drop references to removed code.
12205
4f204ea5
AA
122062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12207
12208 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12209 variant. Preserve original line numbering.
12210 * gdb.base/list1.c: Likewise.
12211
3b377a3a
AA
122122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12213
12214 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12215 variant.
12216 * gdb.base/break1.c: Likewise.
12217 * gdb.base/break.exp: Drop references to removed code.
12218
e444df73
AA
122192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12220
12221 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12222 variant.
12223
8008f2a7
AA
122242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12225
12226 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12227
a5a06887
AA
122282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12229
12230 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12231 logic into perform_all_tests() and invoke it with and without
12232 function header prototypes.
12233 (do_function_calls): Remove conditional XFAIL for PR 5318.
12234 (rerun_and_prepare): Remove duplicate code.
12235 (perform_all_tests): New. Main logic moved here.
12236
44dba9b9
AA
122372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12238
12239 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12240 code guarded by #ifdef NO_PROTOTYPES.
12241 (t_double_many_args): Likewise.
12242 (DEF_FUNC_MANY_ARGS_1): Likewise.
12243 (DEF_FUNC_VALUES_1): Likewise.
12244 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12245 guarded by #ifdef PROTOTYPES.
12246
d1fbcd56
AA
122472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12248
12249 * gdb.mi/mi-console.c: Add eye-catcher.
12250 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12251 instead of literal line number.
12252
b0e59b8f
AA
122532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12254
12255 * gdb.base/shr2.c: Add eye-catcher.
12256 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12257 line number.
12258
78f98cca
AA
122592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12260
12261 * gdb.base/jump.c: Add eye-catchers.
12262 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12263 numbers.
12264
58fa2af0
AA
122652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12266
12267 * gdb.base/execd-prog.c: Add eye-catchers.
12268 * gdb.base/foll-exec.c: Likewise.
12269 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12270 line numbers.
12271
04e5059b
AA
122722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12273
12274 * gdb.base/ending-run.c: Add eye-catchers.
12275 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12276 literal line numbers.
12277
dbfdb174
AA
122782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12279
12280 * gdb.base/call-rt-st.c: Add eye-catchers.
12281 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12282 literal line numbers.
12283
888a2ade
AA
122842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12285
12286 * gdb.base/call-ar-st.c: Add eye-catchers.
12287 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12288 literal line numbers.
12289
6acc2dde
AA
122902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12291
12292 * gdb.base/average.c: Add eye-catchers.
12293 * gdb.base/sum.c: Likewise.
12294 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12295 regexps dynamically.
12296
9ecfcd1d
AA
122972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12298
12299 * gdb.base/solib1.c: Add eye-catchers.
12300 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12301 literal line numbers.
12302
78708b7c
PA
123032014-11-12 Pedro Alves <palves@redhat.com>
12304
12305 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12306 leader has exited.
12307
af48d08f
PA
123082014-11-12 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.arch/i386-bp_permanent.c: New file.
12311 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12312 (srcfile): Set to i386-bp_permanent.c.
12313 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12314 that stepi does not execute the 'leave' instruction, instead of
12315 testing it does execute.
12316 * gdb.base/bp-permanent.c: New file.
12317 * gdb.base/bp-permanent.exp: New file.
12318
af3768e9
DE
123192014-11-10 Doug Evans <xdje42@gmail.com>
12320
12321 PR symtab/17564
12322 * gdb.base/symtab-search-order.exp: New file.
12323 * gdb.base/symtab-search-order.c: New file.
12324 * gdb.base/symtab-search-order-1.c: New file.
12325 * gdb.base/symtab-search-order-shlib-1.c: New file.
12326
9de00a4a
PA
123272014-11-07 Pedro Alves <palves@redhat.com>
12328
12329 PR gdb/17511
12330 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12331 i?86-*-linux*.
12332
e0f52461
SC
123332014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12334
12335 PR c++/17494
12336 * gdb.cp/pr17494.cc: New file.
12337 * gdb.cp/pr17494.exp: New file.
12338
6ce8c980
YQ
123392014-11-02 Yao Qi <yao@codesourcery.com>
12340
12341 * gdb.python/python.exp: Get working directory and match the
12342 output of "set extended-prompt \\w " with it.
12343
02be9a71
DE
123442014-10-30 Doug Evans <dje@google.com>
12345
12346 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12347 in objfiles.
12348 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12349 in progspaces.
12350
3bdff46b
LM
123512014-10-30 Janis Johnson <janisjo@codesourcery.com>
12352
12353 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12354 * gdb.base/realname-expand.exp: Likewise.
12355 * gdb.linespec/macro-relative.exp: Likewise.
12356
ab917dfb
PA
123572014-10-29 Pedro Alves <palves@redhat.com>
12358
12359 PR gdb/17408
12360 * gdb.threads/schedlock.c (some_function): New function.
12361 (call_function): New global.
12362 (MAYBE_CALL_SOME_FUNCTION): New macro.
12363 (thread_function): Call it.
12364 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12365 and use it instead of a global counter. Adjust all callers.
12366 (get_current_thread): Use "find current thread" for test message
12367 here rather than having all callers pass down the same string.
12368 (goto_loop): New procedure, factored out from ...
12369 (my_continue): ... this.
12370 (step_ten_loops): Change parameter from test message to command to
12371 use. Adjust.
12372 (list_count): Delete global.
12373 (check_result): New procedure, factored out from duplicate top
12374 level code.
12375 (continue tests): Wrap in with_test_prefix.
12376 (test_step): New procedure, factored out from duplicate top level
12377 code.
12378 (top level): Test "step" in combination with all scheduler-locking
12379 modes. Test "next" in combination with all scheduler-locking
12380 modes, and in combination with stepping over a function call or
12381 not.
12382 * gdb.threads/next-bp-other-thread.c: New file.
12383 * gdb.threads/next-bp-other-thread.exp: New file.
12384
d3d4baed
PA
123852014-10-29 Pedro Alves <palves@redhat.com>
12386
12387 PR python/17372
12388 * gdb.python/python.exp: Test a multi-line command that spawns
12389 interactive Python.
12390 * gdb.base/multi-line-starts-subshell.exp: New file.
12391
563e8d85
YQ
123922014-10-29 Yao Qi <yao@codesourcery.com>
12393
12394 * gdb.base/fileio.exp: Make directories on host.
12395
0ea4d52e
YQ
123962014-10-29 Yao Qi <yao@codesourcery.com>
12397
12398 * gdb.base/fileio.c (test_write): Close the file.
12399
7f5ef605
PA
124002014-10-28 Pedro Alves <palves@redhat.com>
12401
12402 PR gdb/12623
12403 * gdb.base/sigstep.c (no_handler): New global.
12404 (main): If 'no_handler is true, set the signal handlers to
12405 SIG_IGN.
12406 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12407 with_sw_watch and no_handler parameters. Handle them.
12408 (top level) <stepping over handler when stopped at a breakpoint
12409 test>: Add a test axis for testing with a software watchpoint, and
12410 another for testing with the signal handler set to SIG_IGN.
12411 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12412 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12413
abbdbd03
PA
124142014-10-28 Pedro Alves <palves@redhat.com>
12415
12416 PR gdb/17511
12417 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12418 * gdb.base/sigstep.exp (other_handler_location): New global.
12419 (advance): Support stepping into the signal handler, and running
12420 commands while in the handler.
12421 (in_handler_map): New global.
12422 (top level): In the advance test, add combinations for getting
12423 into the handler with stepping commands, and for running commands
12424 in the handler. Add comment descripting the advancei tests.
12425
1df4399f
PA
124262014-10-28 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.base/sigstep.exp: Use build_executable instead of
12429 prepare_for_testing.
12430 (top level): Move code that starts GDB, runs to main and creates a
12431 display to ...
12432 (restart): ... this new procedure.
12433 (top level): Move backtrace from signal handler test to ...
12434 (validate_backtrace): ... this new procedure.
12435 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12436 with_test_prefix. Always restart GDB.
12437 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12438 with_test_prefix. Always restart GDB. No need to delete
12439 breakpoints after the test.
12440 (test_skip_handler): Remove prefix parameter.
12441 (skip_over_handler, breakpoint_to_handler)
12442 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12443 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12444 restart GDB. No need to delete breakpoints after the test.
12445 (top level): Use foreach to call the test procedures with
12446 different commands.
12447
a5b6e449
PA
124482014-10-28 Pedro Alves <palves@redhat.com>
12449
12450 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12451 instead of GNATS numbers.
12452 * gdb.base/sigbpt.exp: Likewise.
12453 * gdb.base/siginfo.exp: Likewise.
12454 * gdb.base/sigstep.exp: Likewise.
12455
e5f8a7cc
PA
124562014-10-27 Pedro Alves <palves@redhat.com>
12457
12458 * gdb.base/sigstep.c (dummy): New global.
12459 (main): Issue a couple writes to the new global.
12460 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12461 procedures.
12462 (skip_over_handler): Use test_skip_handler.
12463 (top level): Call skip_over_handler for stepi and nexti too.
12464 (breakpoint_over_handler): Use test_skip_handler.
12465 (top level): Call breakpoint_over_handler for stepi and nexti too.
12466
763905a3
YQ
124672014-10-27 Yao Qi <yao@codesourcery.com>
12468
12469 * gdb.trace/tfile.c (adjust_function_address)
12470 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12471 function descriptor.
12472
6f259a23
DB
124732014-10-24 Don Breazeal <donb@codesourcery.com>
12474
12475 * gdb.base/foll-fork.exp (test_follow_fork,
12476 catch_fork_child_follow): Check for updated fork messages emitted
12477 from infrun.c.
12478 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12479 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12480 vfork_and_exec_child_follow_through_step): Check for updated vfork
12481 messages emitted from infrun.c.
12482
09dd9a69
PA
124832014-10-24 Pedro Alves <palves@redhat.com>
12484
12485 * gdb.base/corefile.exp: Remove references to ultrix.
12486 * gdb.base/interrupt.exp: Likewise.
12487 * gdb.base/whatis.exp: Likewise.
12488 * gdb.gdb/selftest.exp: Likewise.
12489 * gdb.threads/manythreads.exp: Likewise.
12490 * gdb.threads/print-threads.exp: Likewise.
12491 * gdb.threads/pthreads.exp:: Likewise.
12492 * gdb.threads/schedlock.exp: Likewise.
12493
3433cfa5
SC
124942014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12495
12496 * gdb.cp/non-trivial-retval.cc: Add a test case.
12497 * gdb.cp/non-trivial-retval.exp: Add a test.
12498
092f880b
YQ
124992014-10-20 Yao Qi <yao@codesourcery.com>
12500
12501 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12502 * gdb.python/py-objfile-script-gdb.py: New file.
12503 * gdb.python/py-objfile-script.exp: Update reference to
12504 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12505 of remote_download. Remove the dest file.
12506
acbdb7f3
YQ
125072014-10-20 Yao Qi <yao@codesourcery.com>
12508
12509 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12510 * gdb.base/step-line.exp: Likewise.
12511 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12512 * gdb.dwarf2/dw2-basic.exp: Likewise.
12513 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12514 * gdb.dwarf2/dw2-filename.exp: Likewise.
12515 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12516 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12517 * gdb.dwarf2/dw2-producer.exp: Likewise.
12518 * gdb.dwarf2/mac-fileno.exp: Likewise.
12519 * gdb.python/py-frame-args.exp: Likewise.
12520 * gdb.python/py-framefilter.exp: Likewise.
12521 * gdb.python/py-mi.exp: Likewise.
12522 * gdb.python/py-objfile-script.exp: Likewise
12523 * gdb.python/py-pp-integral.exp: Likewise.
12524 * gdb.python/py-pp-re-notag.exp: Likewise.
12525 * gdb.python/py-prettyprint.exp: Likewise.
12526 * gdb.python/py-section-script.exp: Likewise.
12527 * gdb.python/py-typeprint.exp: Likewise.
12528 * gdb.python/py-xmethods.exp: Likewise.
12529 * gdb.stabs/weird.exp: Likewise.
12530 * gdb.xml/tdesc-regs.exp: Likewise.
12531
bd286a29
KCY
125322014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12533
12534 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12535 (out_cu): Use addr_len for the size of addresses.
12536 (out_line): Likewise. Size DW_LNE_set_address instruction
12537 according to addr_len.
12538 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12539 (FUNC): Add START_INSNS to definition.
12540
673dc4a0
YQ
125412014-10-18 Yao Qi <yao@codesourcery.com>
12542
12543 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12544 gdb_has_argv0 return true.
12545 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12546 check [target_info exists noargs], check [gdb_has_argv0]
12547 instead.
12548 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12549 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12550 procedures.
12551
4ffbba72
DE
125522014-10-17 Doug Evans <dje@google.com>
12553
12554 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12555 event.
12556 * gdb.python/py-events.py: Add clear_objfiles event.
12557
d096d8c1
DE
125582014-10-17 Doug Evans <dje@google.com>
12559
12560 * gdb.python/py-objfile.exp: Test progspace attribute.
12561
a80db015
LM
125622014-10-17 Luis Machado <lgustavo@codesourcery.com>
12563
12564 * gdb.guile/scm-breakpoint.exp: Do not assume any
12565 directory separators when matching source file paths.
12566 * gdb.python/py-breakpoint.exp: Likewise.
12567 * gdb.reverse/break-precsave.exp: Likewise.
12568 * gdb.reverse/break-reverse.exp: Likewise.
12569 * gdb.reverse/consecutive-precsave.exp: Likewise.
12570 * gdb.reverse/finish-precsave.exp: Likewise.
12571 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12572 * gdb.reverse/finish-reverse.exp: Likewise.
12573 * gdb.reverse/i386-precsave.exp: Likewise.
12574 * gdb.reverse/i387-env-reverse.exp: Likewise.
12575 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12576 * gdb.reverse/machinestate-precsave.exp: Likewise.
12577 * gdb.reverse/machinestate.exp: Likewise.
12578 * gdb.reverse/sigall-precsave.exp: Likewise.
12579 * gdb.reverse/solib-precsave.exp: Likewise.
12580 * gdb.reverse/step-precsave.exp: Likewise.
12581 * gdb.reverse/until-precsave.exp: Likewise.
12582 * gdb.reverse/watch-precsave.exp: Likewise.
12583 * gdb.reverse/watch-reverse.exp: Likewise.
12584
b22089ab
YQ
125852014-10-17 Yao Qi <yao@codesourcery.com>
12586
12587 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12588 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12589
6c4486e6
PA
125902014-10-17 Pedro Alves <palves@redhat.com>
12591
12592 PR gdb/17471
12593 * gdb.base/bg-execution-repeat.c: New file.
12594 * gdb.base/bg-execution-repeat.exp: New file.
12595
0ff33695
PA
125962014-10-17 Pedro Alves <palves@redhat.com>
12597
12598 PR gdb/17300
12599 * gdb.base/continue-all-already-running.c: New file.
12600 * gdb.base/continue-all-already-running.exp: New file.
12601
6fdebc3d
PA
126022014-10-17 Pedro Alves <palves@redhat.com>
12603
12604 PR gdb/17472
12605 * gdb.base/annota-input-while-running.c: New file.
12606 * gdb.base/annota-input-while-running.exp: New file.
12607
32a8097b
PA
126082014-10-17 Pedro Alves <palves@redhat.com>
12609
12610 * gdb.base/callfuncs.exp: emove references to osf.
12611 * gdb.base/sigall.exp: Likewise.
12612 * gdb.gdb/selftest.exp: Likewise.
12613 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12614 * gdb.mi/non-stop.c: Likewise.
12615 * gdb.mi/pthreads.c: Likewise.
12616 * gdb.reverse/sigall-precsave.exp: Likewise.
12617 * gdb.reverse/sigall-reverse.exp: Likewise.
12618 * gdb.threads/pthreads.c: Likewise.
12619 * gdb.threads/pthreads.exp: Likewise.
12620
7a3517ff
YQ
126212014-10-17 Yao Qi <yao@codesourcery.com>
12622
12623 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12624 check 'target_info exists noargs'.
12625 (test_command_prompt_position): Likewise.
12626 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12627 Remove "set args".
12628 (progvar_simple_while_test): Likewise.
12629 (progvar_complex_if_while_test): Likewise.
12630 (if_while_breakpoint_command_test): Likewise.
12631 (infrun_breakpoint_command_test): Likewise.
12632 (breakpoint_command_test): Likewise.
12633 (watchpoint_command_test): Likewise.
12634 (bp_deleted_in_command_test): Likewise.
12635 (temporary_breakpoint_commands): Likewise.
12636
bb99c472
YQ
126372014-10-16 Yao Qi <yao@codesourcery.com>
12638
12639 * gdb.base/remotetimeout.exp: Remove noargs checking.
12640
7c16b83e
PA
126412014-10-15 Pedro Alves <palves@redhat.com>
12642
12643 PR breakpoints/9649
12644 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12645 * gdb.base/breakpoint-in-ro-region.exp
12646 (probe_target_hardware_step): New procedure.
12647 (top level): Probe hardware stepping and hardware breakpoint
12648 support. Test stepping through a read-only region, with both
12649 "breakpoint auto-hw" on and off and both "always-inserted" on and
12650 off.
12651
35a49624
IB
126522014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12653
12654 * gdb.dlang/demangle.exp: Update for demangling changes.
12655
2d1c107c
SC
126562014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12657
12658 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12659 * gdb.cp/non-trivial-retval.exp: Add new tests.
12660
778811d5
SC
126612014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12662
12663 PR c++/13403
12664 PR c++/15154
12665 * gdb.cp/non-trivial-retval.cc: New file.
12666 * gdb.cp/non-trivial-retval.exp: New file.
12667
10c5f0a8
YQ
126682014-10-15 Yao Qi <yao@codesourcery.com>
12669
12670 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12671 remote host.
12672
65d7b369
YQ
126732014-10-15 Yao Qi <yao@codesourcery.com>
12674
12675 * gdb.python/py-symbol.exp: Match file base name if host is
12676 remote, otherwise match file name with dir name.
12677 * gdb.python/py-symtab.exp: Likewise.
12678 * gdb.python/python.exp: Likewise.
12679
46dc1394
YQ
126802014-10-15 Yao Qi <yao@codesourcery.com>
12681
12682 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12683 pattern.
12684 * gdb.python/py-symtab.exp: Likewise.
12685 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12686 locationn.
12687
c40cc657
JB
126882014-10-14 Joel Brobecker <brobecker@adacore.com>
12689
12690 * gdb.ada/addr_arith: New testcase.
12691
2abf49e1
MR
126922014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12693
12694 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12695 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12696 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12697 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12698
f7088df3
SDJ
126992014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12700
12701 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12702 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12703 * gdb.arch/stap-eval-lang-ada.exp: New file.
12704
4dc06805
YQ
127052014-10-14 Yao Qi <yao@codesourcery.com>
12706
12707 * gdb.mi/mi-var-child.c (nothing1): New function.
12708 (nothing2): New function.
12709 (do_children_tests): Set function pointers by nothing1 and
12710 nothing2.
12711 * gdb.mi/mi-var-child.exp: Step over new added statements.
12712 Update test to match the new output.
12713 * gdb.mi/var-cmd.c (nothing1): New function.
12714 (nothing2): New function.
12715 (do_children_tests): Set function pointers by nothing1 and
12716 nothing2.
12717 * gdb.mi/mi-var-display.exp: Update test to match output.
12718 Step to the line specified by $line_dct_nothing.
12719 Increase the number of lines to step.
12720
46a93de2
YQ
127212014-10-14 Yao Qi <yao@codesourcery.com>
12722
12723 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12724 tests.
12725 * gdb.mi/mi2-var-child.exp: Likewise.
12726
14ea52ee
DE
127272014-10-13 Doug Evans <dje@google.com>
12728
12729 * gdb.python/py-objfile.exp: Change name of file name test.
12730
e5c6e92b
DE
127312014-10-13 Doug Evans <dje@google.com>
12732
12733 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12734 from the start of the CU.
12735
c780cc2f
JK
127362014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12737 Yao Qi <yao@codesourcery.com>
12738
12739 Fix "save breakpoints" for "catch" command.
12740 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12741 Remove -nonewline. Match also the added "main" line.
12742
99894e11
JK
127432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12744
12745 Fix "save breakpoints" for "disable $bpnum" command.
12746 * gdb.base/save-bp.c (main): Add label.
12747 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12748
6e1ac5a3
JK
127492014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12750
12751 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12752
754dd2b0
YQ
127532014-10-11 Yao Qi <yao@codesourcery.com>
12754
12755 * gdb.server/server-kill.exp: Execute command
12756 "set remote trace-status-packet on" before "tstatus".
12757
f90183d7
YQ
127582014-10-11 Yao Qi <yao@codesourcery.com>
12759
12760 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12761 (main): Call getppid.
12762 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12763 and continue to it. Read variable "server_pid".
12764
bf40a607
YQ
127652014-10-11 Yao Qi <yao@codesourcery.com>
12766
12767 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12768
052ca370
YQ
127692014-10-11 Yao Qi <yao@codesourcery.com>
12770
12771 * gdb.threads/thread-find.exp: Don't execute command
12772 "info threads".
12773 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12774 * gdb.threads/linux-dp.exp: Don't check the condition
12775 $threads_created equals to zero.
12776
3831839c
PA
127772014-10-10 Pedro Alves <palves@redhat.com>
12778
12779 * gdb.base/bigcore.exp: Remove references to IRIX.
12780 * gdb.base/funcargs.exp: Likewise.
12781 * gdb.base/interrupt.exp: Likewise.
12782 * gdb.base/mips_pro.exp: Likewise.
12783 * gdb.base/nodebug.exp: Likewise.
12784 * gdb.base/setvar.exp: Likewise.
12785 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12786
8b9a549d
PA
127872014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12788 Pedro Alves <palves@redhat.com>
12789
12790 PR symtab/14466
12791 * gdb.base/vdso-warning.c: New file.
12792 * gdb.base/vdso-warning.exp: New file.
12793
d48ba5e8
DE
127942014-10-02 Doug Evans <dje@google.com>
12795
12796 * gdb.base/structs.c (main): Don't run forever.
12797
2278c276
PA
127982014-10-02 Pedro Alves <palves@redhat.com>
12799
12800 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12801 (top level) <stop threads 1, stop threads 2>: Use it.
12802
b57bacec
PA
128032014-10-02 Pedro Alves <palves@redhat.com>
12804
12805 * gdb.threads/break-while-running.exp (test): Add new
12806 'update_thread_list' argument. Skip "info threads" if false.
12807 (top level): Add new 'update_thread_list' axis.
12808
13fd3ff3
PA
128092014-10-02 Pedro Alves <palves@redhat.com>
12810
12811 PR breakpoints/17431
12812 * gdb.base/execl-update-breakpoints.c: New file.
12813 * gdb.base/execl-update-breakpoints.exp: New file.
12814
0fec99e8
PA
128152014-10-01 Pedro Alves <palves@redhat.com>
12816
12817 * gdb.base/breakpoint-in-ro-region.c: New file.
12818 * gdb.base/breakpoint-in-ro-region.exp: New file.
12819
2ddf4301
SM
128202014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12821
12822 * gdb.mi/mi-exit-code.exp: New file.
12823 * gdb.mi/mi-exit-code.c: New file.
12824
6a5f3f43
YQ
128252014-09-30 Yao Qi <yao@codesourcery.com>
12826
12827 * lib/prelink-support.exp (build_executable_own_libs): Error if
12828 the target isn't native.
12829
345bcc73
YQ
128302014-09-30 Yao Qi <yao@codesourcery.com>
12831
12832 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12833 false.
12834
a25a5a45
PA
128352014-09-22 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.threads/break-while-running.exp: New file.
12838 * gdb.threads/break-while-running.c: New file.
12839
00ba3162
YQ
128402014-09-19 Yao Qi <yao@codesourcery.com>
12841
12842 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12843 Invoke test. Restart GDB with --readnow and invoke test again.
12844
c3b7b696
YQ
128452014-09-19 Yao Qi <yao@codesourcery.com>
12846
12847 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12848 proc set_breakpoint_on_gcd_function. Invoke
12849 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12850 invoke set_breakpoint_on_gcd_function again.
12851
2b4fd423
DE
128522014-09-18 Doug Evans <dje@google.com>
12853
12854 * gdb.dwarf2/symtab-producer.exp: New file.
12855
a5947601
SDJ
128562014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12857
12858 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12859 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12860 * gdb.base/global-var-nested-by-dso.c: Likewise.
12861 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12862
91c19059
SDJ
128632014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12864 Pedro Alves <palves@redhat.com>
12865
12866 * gdb.base/watch-bitfields.exp: Pass string other than test file
12867 name to prepare_for_testing.
12868 (watch): New procedure.
12869 (expect_watchpoint): Use with_test_prefix.
12870 (top level): Factor out tests to ...
12871 (test_watch_location, test_regular_watch): ... these new
12872 procedures, and use with_test_prefix and gdb_continue_to_end.
12873
bb9d5f81
PP
128742014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12875
12876 PR breakpoints/12526
12877 * gdb.base/watch-bitfields.exp: New file.
12878 * gdb.base/watch-bitfields.c: New file.
12879
635856f5
PA
128802014-09-16 Pedro Alves <palves@redhat.com>
12881
12882 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12883 software and hardware addresses, not software address against
12884 itself.
12885
7280ceea
PA
128862014-09-16 Pedro Alves <palves@redhat.com>
12887
12888 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12889 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12890
428b16bd
PA
128912014-09-16 Pedro Alves <palves@redhat.com>
12892
12893 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12894 files.
12895 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12896 "*-*-vxworks*" throughout.
12897 * gdb.base/break.exp: Likewise.
12898 * gdb.base/default.exp: Likewise.
12899 * gdb.base/scope.exp: Likewise.
12900 * gdb.base/sepdebug.exp: Likewise.
12901 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12902 throughout.
12903 * gdb.base/run.c: Likewise.
12904 * gdb.base/sepdebug.c: Likewise.
12905 * gdb.hp/gdb.aCC/run.c: Likewise.
12906 * gdb.reverse/until-reverse.c: Likewise.
12907 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12908
666d413c
YQ
129092014-09-16 Yao Qi <yao@codesourcery.com>
12910
12911 * boards/local-remote-host-native.exp: New file.
12912
57cbd724
DE
129132014-09-14 Doug Evans <xdje42@gmail.com>
12914
12915 * gdb.threads/queue-signal.c (thread_count): New variable.
12916 (thread_count_mutex, thread_count_condvar): New variables.
12917 (incr_thread_count, wait_all_threads_running): New functions.
12918 (main): Wait for all threads to be in their thread functions.
12919
81219e53
DE
129202014-09-13 Doug Evans <xdje42@gmail.com>
12921
12922 * gdb.threads/queue-signal.c: New file.
12923 * gdb.threads/queue-signal.exp: New file.
12924
3714cea7
DE
129252014-09-13 Doug Evans <xdje42@gmail.com>
12926
12927 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12928 be consistent with what default_gdb_init uses.
12929 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12930 the plain text of the prompt. Add some logging printfs.
12931 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12932
fa43b1d7
PA
129332014-09-12 Pedro Alves <palves@redhat.com>
12934
12935 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12936 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12937 * gdb.arch/i386-size-overlap.exp: Likewise.
12938 * gdb.arch/i386-size.exp: Likewise.
12939 * gdb.arch/i386-unwind.exp: Likewise.
12940 * gdb.base/a2-run.exp: Likewise.
12941 * gdb.base/break.exp: Likewise.
12942 * gdb.base/charset.exp: Likewise.
12943 * gdb.base/chng-syms.exp: Likewise.
12944 * gdb.base/commands.exp: Likewise.
12945 * gdb.base/dbx.exp: Likewise.
12946 * gdb.base/find.exp: Likewise.
12947 * gdb.base/funcargs.exp: Likewise.
12948 * gdb.base/jit-simple.exp: Likewise.
12949 * gdb.base/reread.exp: Likewise.
12950 * gdb.base/sepdebug.exp: Likewise.
12951 * gdb.base/step-bt.exp: Likewise.
12952 * gdb.cp/mb-inline.exp: Likewise.
12953 * gdb.cp/mb-templates.exp: Likewise.
12954 * gdb.objc/basicclass.exp: Likewise.
12955 * gdb.threads/killed.exp: Likewise.
12956
9d9bf2df
EBM
129572014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12958
12959 PR tdep/17379
12960 * gdb.arch/powerpc-stackless.S: New file.
12961 * gdb.arch/powerpc-stackless.exp: New file.
12962
1cf2f1b0
JK
129632014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12964
12965 * gdb.base/attach.c: Include unistd.h.
12966 (main): Call alarm. Add label postloop.
12967 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12968 gdb_breakpoint, gdb_continue_to_breakpoint.
12969 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12970
98880d46
PA
129712014-09-11 Pedro Alves <palves@redhat.com>
12972
12973 PR gdb/17347
12974 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12975 * gdb.base/attach.exp (test_command_line_attach_run): New
12976 procedure.
12977 (top level): Call it.
12978
4c92ff2c
PA
129792014-09-11 Pedro Alves <palves@redhat.com>
12980
12981 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12982 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12983 (do_command_attach_tests): Use spawn_wait_for_attach.
12984 * gdb.base/solib-overlap.exp: Likewise.
12985 * gdb.multi/multi-attach.exp: Likewise.
12986 * gdb.python/py-prompt.exp: Likewise.
12987 * gdb.python/py-sync-interp.exp: Likewise.
12988 * gdb.server/ext-attach.exp: Likewise.
12989
3adc1a7d
GKB
129902014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12991
12992 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12993 command in testcase. Simplify testcase.
12994
96334934
JB
129952014-09-10 Joel Brobecker <brobecker@adacore.com>
12996
12997 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12998
eb479039
JB
129992014-09-10 Joel Brobecker <brobecker@adacore.com>
13000
13001 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13002
deede10c
JB
130032014-09-10 Joel Brobecker <brobecker@adacore.com>
13004
13005 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13006
7828a5f5
JB
130072014-09-10 Joel Brobecker <brobecker@adacore.com>
13008
13009 * gdb.dwarf2/dynarr-ptr.c: New file.
13010 * gdb.dwarf2/dynarr-ptr.exp: New file.
13011
33aeebcf
MR
130122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13013
13014 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13015 of 30 rather than hardcoding 120 for a slow test case. Take the
13016 `gdb,timeout' target setting into account for this calculation.
13017 Don't extend the timeout for the test cases that don't need it.
13018
7b415901
MR
130192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13020
13021 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13022 a factor of 2 for a slow test case. Take the `gdb,timeout'
13023 target setting into account for this calculation.
13024 * gdb.reverse/until-precsave.exp: Increase the timeout by
13025 a factor of 15 and 3 respectively rather than adding 120
13026 for a pair of slow test cases. Take the `gdb,timeout'
13027 target setting into account for this calculation.
13028
4a40f85a
MR
130292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13030
13031 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13032 timeout, don't pass one down to gdb_expect.
13033 (gdb_expect): Rework timeout selection.
13034
09635af7
MR
130352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13036
13037 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13038 exception on timeout.
13039 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13040 (gdbserver_start_extended): Catch any `gdbserver_start' error
13041 exceptions.
13042 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13043 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13044 `gdbserver_gdb_load' error exceptions.
13045
2bdd10b7
MR
130462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13047
13048 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13049 120 on waiting for the TCP socket to open.
13050
316935f0
DE
130512014-09-09 Doug Evans <xdje42@gmail.com>
13052
13053 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13054 _caller_matches, _any_caller_is, _any_caller_matches.
13055
83740597
DE
130562014-09-09 Doug Evans <xdje42@gmail.com>
13057
13058 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13059
4c122fc3
YQ
130602014-09-09 Yao Qi <yao@codesourcery.com>
13061
13062 * gdb.mi/mi-var-display.exp: Set print symbol off.
13063
a9f116cb
GKB
130642014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13065
13066 PR gdb/17035
13067 * gdb.base/commands.exp: Add tests to verify user-defined
13068 commands with empty bodies.
13069 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13070 python commands in `show user command`.
13071 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13072 scheme commands in `show user command`.
13073
c75bd3a2
JK
130742014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13075
13076 PR python/17355
13077 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13078 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13079 * gdb.python/py-framefilter-invalidarg.exp: New file.
13080 * gdb.python/py-framefilter-invalidarg.py: New file.
13081
faa42425
DE
130822014-09-06 Doug Evans <xdje42@gmail.com>
13083
13084 PR 15276
13085 * gdb.python/py-caller-is.c: New file.
13086 * gdb.python/py-caller-is.exp: New file.
13087
474ca4f6
SDJ
130882014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13089
13090 PR gdb/17235
13091 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13092 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13093
eb0b0463
SDJ
130942014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13095
13096 PR fortran/17237
13097 * gdb.fortran/print-formatted.exp: New file.
13098 * gdb.fortran/print-formatted.f90: Likewise.
13099
5f3b99cf
SS
131002014-09-03 Sasha Smundak <asmundak@google.com>
13101
13102 * gdb.python/py-frame.exp: Test Frame.read_register.
13103
7d793aa9
SDJ
131042014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13105
13106 PR python/16699
13107 * gdb.python/py-completion.exp: New file.
13108 * gdb.python/py-completion.py: Likewise.
13109
fb0576e9
DE
131102014-08-28 Doug Evans <dje@google.com>
13111
13112 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13113 eax,etc. are live with values set by gdb and thus the compiler can't
13114 use them.
13115 * gdb.arch/i386-pseudo.c (main): Ditto.
13116
ee92b0dd
DE
131172014-08-27 Doug Evans <dje@google.com>
13118
13119 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13120
6649db35
DE
131212014-08-25 Doug Evans <dje@google.com>
13122
13123 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13124 (main): Ditto.
13125
564b7600
DE
131262014-08-25 Doug Evans <dje@google.com>
13127
13128 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13129
3881fb67
YQ
131302014-08-24 Yao Qi <yao@codesourcery.com>
13131
13132 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13133 symbol off.
13134 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13135
a05a36a5
DE
131362014-08-22 Doug Evans <dje@google.com>
13137
13138 PR 17276
13139 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13140 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13141 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13142
7c343b48
YQ
131432014-08-22 Yao Qi <yao@codesourcery.com>
13144
13145 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13146 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13147 * gdb.python/python.exp: Likewise. Use .py file on the host
13148 instead of the build.
13149
22fd09ae
JK
131502014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13151
13152 * gdb.threads/gcore-stale-thread.c: New file.
13153 * gdb.threads/gcore-stale-thread.exp: New file.
13154
a8454a7c
PA
131552014-08-21 Pedro Alves <palves@redhat.com>
13156
13157 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13158 * gdb.base/gcore-relro-pie.exp: Likewise.
13159 * gdb.base/gcore-relro.exp: Likewise.
13160 * gdb.base/gcore.exp: Likewise.
13161 * gdb.base/print-symbol-loading.exp: Likewise.
13162 * gdb.threads/gcore-thread.exp: Likewise.
13163 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13164
2a31c623
PA
131652014-08-20 Pedro Alves <palves@redhat.com>
13166 Jan Kratochvil <jan.kratochvil@redhat.com>
13167
13168 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13169 configure.
13170 (EXPECT): Handle READ1 being set.
13171 (all): Depend on EXTRA_RULES.
13172 (check-read1, expect-read1, read1.so, read1): New rules.
13173 * README (Testsuite Parameters): Document the READ1 make variable.
13174 (Race detection): New section.
13175 * configure: Regenerate.
13176 * configure.ac: If build==host==target, and running under a
13177 GNU/glibc system, add read1 to the extra Makefile rules.
13178 (EXTRA_RULES): AC_SUBST it.
13179 * lib/read1.c: New file.
13180
d36430db
JB
131812014-08-20 Joel Brobecker <brobecker@adacore.com>
13182
13183 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13184 the handling of variables declared as a typedef to an array
13185 which a DW_AT_data_location attribute.
13186
9a0dc9e3
PA
131872014-08-19 Andrew Burgess <aburgess@broadcom.com>
13188 Pedro Alves <palves@redhat.com>
13189
13190 PR symtab/14604
13191 PR symtab/14605
13192 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13193 gdb_test.
13194
0718a8da
PA
131952014-08-19 Pedro Alves <palves@redhat.com>
13196
13197 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13198
13b448cd
YQ
131992014-08-19 Yao Qi <yao@codesourcery.com>
13200
13201 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13202 right line.
13203
1cbf5077
DB
132042014-08-18 David Blaikie <dblaikie@gmail.com>
13205
13206 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13207
bf0fae19
JB
132082014-08-18 Joel Brobecker <brobecker@adacore.com>
13209
13210 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13211 attribute in array range.
13212
3c8c5dcc
JB
132132014-08-18 Joel Brobecker <brobecker@adacore.com>
13214
13215 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13216
e66d4446
SC
132172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13218
13219 PR c++/17132
13220 * gdb.cp/pr17132.cc: New file.
13221 * gdb.cp/pr17132.exp: New file.
13222
940df408
SC
132232014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13224
13225 * gdb.python/py-xmethods.py (A_getarrayind)
13226 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13227 Use 'print' with function call syntax.
13228 (E_method_matcher.match): Fix tab vs space indentation mixup.
13229
ebcc6c3a
YQ
132302014-08-15 Yao Qi <yao@codesourcery.com>
13231
13232 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13233 false.
13234
775e0f04
YQ
132352014-08-15 Yao Qi <yao@codesourcery.com>
13236
13237 * gdb.cp/casts.exp: Set print symbol off.
13238 * gdb.cp/class2.exp: Likewise.
13239 * gdb.cp/overload.exp: Likewise.
13240 * gdb.cp/templates.exp: Likewise.
13241
d769e349
DE
132422014-08-11 Doug Evans <dje@google.com>
13243
13244 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13245 (test_load_shlib): Update.
13246
20c6f1e1
YQ
132472014-08-09 Yao Qi <yao@codesourcery.com>
13248
13249 * gdb.base/display.exp: Invoke is_address_zero_readable.
13250 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13251 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13252 * gdb.base/hbreak-unmapped.exp: Return if
13253 is_address_zero_readable returns true.
13254 * gdb.base/signest.exp: Likewise.
13255 * gdb.base/signull.exp: Likewise.
13256 * gdb.base/sigbpt.exp: Likewise.
13257 * gdb.guile/scm-disasm.exp: Do the test if
13258 is_address_zero_readable returns false.
13259 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13260 * gdb.python/py-arch.exp: Likewise.
13261 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13262 * lib/gdb.exp (is_address_zero_readable): New proc.
13263
5792e8e3
YQ
132642014-08-09 Yao Qi <yao@codesourcery.com>
13265
13266 PR testsuite/13443
13267 * gdb.mi/mi-var-display.exp: Make test messages unique.
13268
3cecbbbe
TT
132692014-08-04 Tom Tromey <tromey@redhat.com>
13270
13271 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13272 target 0".
13273
00b51ff5
TT
132742014-08-04 Tom Tromey <tromey@redhat.com>
13275
13276 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13277 "target_resume".
13278
6908c509
JB
132792014-08-01 Joel Brobecker <brobecker@adacore.com>
13280
13281 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13282 inner_vla_struct_object_size.
13283 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13284 as xfail.
13285
cc6563d2
PA
132862014-07-30 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13289 comment.
13290
7e09a223
YQ
132912014-07-29 Yao Qi <yao@codesourcery.com>
13292
13293 PR gdb/17206
13294 * gdb.base/until-nodebug.exp: New.
13295
7ebdbe92
DE
132962014-07-28 Doug Evans <xdje42@gmail.com>
13297
13298 PR guile/17203
13299 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13300 previously existing parameter, and previously ambiguously spelled
13301 parameter.
13302
fdb1adc6
WN
133032014-07-28 Will Newton <will.newton@linaro.org>
13304
13305 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13306
186fcde0
DE
133072014-07-26 Ludovic Courtès <ludo@gnu.org>
13308 Doug Evans <xdje42@gmail.com>
13309
13310 PR guile/17146
13311 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13312
70509625
PA
133132014-07-25 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.threads/signal-command-handle-nopass.c: New file.
13316 * gdb.threads/signal-command-handle-nopass.exp: New file.
13317 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13318 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13319 * gdb.threads/signal-delivered-right-thread.c: New file.
13320 * gdb.threads/signal-delivered-right-thread.exp: New file.
13321
c3f814a1
PA
133222014-07-25 Pedro Alves <palves@redhat.com>
13323
13324 * gdb.base/double-prompt-target-event-error.exp
13325 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13326 match.
13327 (cancel_pagination_in_target_event): Rework double prompt
13328 detection.
13329 * gdb.base/paginate-after-ctrl-c-running.exp
13330 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13331 <return>' match.
13332 * gdb.base/paginate-bg-execution.exp
13333 (test_bg_execution_pagination_return)
13334 (test_bg_execution_pagination_cancel): Remove '-notransfer
13335 <return>' matches.
13336 * gdb.base/paginate-execution-startup.exp
13337 (test_fg_execution_pagination_return)
13338 (test_fg_execution_pagination_cancel): Remove '-notransfer
13339 <return>' matches.
13340 * gdb.base/paginate-inferior-exit.exp
13341 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13342 match.
13343 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13344 * lib/gdb.exp (pagination_prompt): Run text through
13345 string_to_regexp.
13346 (gdb_test_multiple): Match $pagination_prompt instead of
13347 "<return>".
13348 (string_to_regexp): Move to lib/gdb-utils.exp.
13349
e214cf6c
JK
133502014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13351
13352 * gdb.arch/amd64-entry-value-paramref.S: New file.
13353 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13354 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13355 * gdb.arch/amd64-optimout-repeat.S: New file.
13356 * gdb.arch/amd64-optimout-repeat.c: New file.
13357 * gdb.arch/amd64-optimout-repeat.exp: New file.
13358
17d0c5c8
JK
133592014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13360
13361 PR gdb/17170
13362 * gdb.base/statistics.exp: New file.
13363
b8b8facf
DE
133642014-07-17 Doug Evans <dje@google.com>
13365
74b49205 13366 PR gdb/17170
b8b8facf
DE
13367 * gdb.base/maint.exp: Update testing of per-command stats.
13368
1b5d0ab3
PA
133692014-07-16 Pedro Alves <palves@redhat.com>
13370
13371 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13372 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13373 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13374 (tfile_write_buf): New functions.
13375 (add_memory_block): Rewrite using the above.
13376 (adjust_function_address): New function.
13377 (FUNCTION_ADDRESS): New macro.
13378 (write_basic_trace_file): Remove short_x local, and use
13379 tfile_write_16. Change type of func_addr local to unsigned long
13380 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13381 here. Cast argument of add_memory_block to char pointer.
13382 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13383 (main): Remove parameters.
13384 * gdb.trace/tfile.exp: Remove nowarnings.
13385
4d974e88
SM
133862014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13387
13388 * gdb.base/debug-expr.exp: Test string evaluation with
13389 "debug expression" on.
13390
41e99568
PA
133912014-07-15 Pedro Alves <palves@redhat.com>
13392
13393 * gdb.base/reread.exp: Use clean_restart.
13394
487d9753
PL
133952014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13396
13397 * gdb.arch/avr-flash-qualifer.c: New.
13398 * gdb.arch/avr-flash-qualifer.exp: New.
13399
cc1c52ad
PA
134002014-07-14 Pedro Alves <palves@redhat.com>
13401
13402 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13403 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13404
1e973570
PA
134052014-07-14 Pedro Alves <palves@redhat.com>
13406
13407 * gdb.base/double-prompt-target-event-error.c: New file.
13408 * gdb.base/double-prompt-target-event-error.exp: New file.
13409
93d6eb10
PA
134102014-07-14 Pedro Alves <palves@redhat.com>
13411
13412 PR gdb/17072
13413 * gdb.base/paginate-inferior-exit.c: New file.
13414 * gdb.base/paginate-inferior-exit.exp: New file.
13415
0017922d
PA
134162014-07-14 Pedro Alves <palves@redhat.com>
13417
13418 PR gdb/17072
13419 * gdb.base/paginate-bg-execution.c: New file.
13420 * gdb.base/paginate-bg-execution.exp: New file.
13421
94696ad3
PA
134222014-07-14 Pedro Alves <palves@redhat.com>
13423
13424 PR gdb/17072
13425 * gdb.base/paginate-execution-startup.c: New file.
13426 * gdb.base/paginate-execution-startup.exp: New file.
13427 * lib/gdb.exp (pagination_prompt): New global.
13428 (default_gdb_spawn): New procedure, factored out from
13429 default_gdb_spawn.
13430 (default_gdb_start): Adjust to call default_gdb_spawn.
13431 (gdb_spawn): New procedure.
13432
bd293940
PA
134332014-07-14 Pedro Alves <palves@redhat.com>
13434
13435 * lib/gdb.exp (gdb_assert): New procedure.
13436 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13437
c933f875
PA
134382014-07-14 Pedro Alves <palves@redhat.com>
13439
13440 * gdb.base/execution-termios.c: New file.
13441 * gdb.base/execution-termios.exp: New file.
13442
d98b7a16
TT
134432014-07-14 Tom Tromey <tromey@redhat.com>
13444
13445 * gdb.cp/vla-cxx.cc: New file.
13446 * gdb.cp/vla-cxx.exp: New file.
13447
548740d6
TT
134482014-07-14 Tom Tromey <tromey@redhat.com>
13449
13450 * gdb.reverse/rerun-prec.c: New file.
13451 * gdb.reverse/rerun-prec.exp: New file.
13452
a25eb028
MR
134532014-07-12 Maciej W. Rozycki <macro@mips.com>
13454 Maciej W. Rozycki <macro@codesourcery.com>
13455
13456 * lib/gdb-utils.exp: New file.
13457 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13458 inline `gdb_init_command' processing.
13459 (gdb_start_cmd): Likewise.
13460 * lib/mi-support.exp (mi_run_cmd): Likewise.
13461 * README: Document `gdb_init_command' and `gdb_init_commands'.
13462
218c2655
JK
134632014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13464
13465 Fix false FAIL running under a very long directory name.
13466 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13467 and "set print elements 10000". Twice.
13468
5401fde3
YQ
134692014-07-11 Yao Qi <yao@codesourcery.com>
13470
13471 * gdb.base/exprs.exp: "set print symbol off".
13472
e76126e8
PA
134732014-07-11 Pedro Alves <palves@redhat.com>
13474
13475 * gdb.threads/kill.c: New file.
13476 * gdb.threads/kill.exp: New file.
13477
2d6f0de6
YQ
134782014-07-10 Yao Qi <yao@codesourcery.com>
13479
13480 * gdb.trace/tfile.c (write_basic_trace_file)
13481 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13482 address written to trace file.
13483
7180e04a
PA
134842014-07-09 Pedro Alves <palves@redhat.com>
13485
13486 * gdb.base/attach-wait-input.exp: New file.
13487 * gdb.base/attach-wait-input.c: New file.
13488
9a9a7608
AB
134892014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13490
13491 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13492 setting up test structures.
13493 (main): Call new test function.
13494 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13495 test function, continue into test function and walk test
13496 structures.
13497
161ac41e
YQ
134982014-07-02 Yao Qi <yao@codesourcery.com>
13499
13500 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13501 'bar_start' at the beginning of functions 'foo' and 'bar'
13502 respectively.
13503 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13504 instead of 'foo' and 'bar'.
13505
1f267ae3
MM
135062014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13507
13508 * gdb.btrace/segv.exp: New.
13509 * gdb.btrace/segv.c: New.
13510
2b239efb
LM
135112014-07-02 Luis Machado <lgustavo@codesourcery.com>
13512
13513 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13514 instruction.
13515
cf363f18
MW
135162014-06-30 Mark Wielaard <mjw@redhat.com>
13517
13518 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13519 vulture, vilify, villar): New volatile array constants.
13520 (vindictive, vegetation): New const volatile array constants.
13521 * gdb.base/volatile.exp: Test volatile and const volatile array
13522 types.
13523
aebf9d24
AA
135242014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13525
13526 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13527 target lacks support for awatch, rwatch, or hbreak.
13528
b67a2c6f
YQ
135292014-06-27 Yao Qi <yao@codesourcery.com>
13530
13531 * gdb.multi/dummy-frame-restore.exp: New.
13532 * gdb.multi/dummy-frame-restore.c: New.
13533
aef92902
MM
135342014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13535
13536 * gdb.btrace/gcore.exp: New.
13537
8e9db26e
PA
135382014-06-23 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.base/watchpoint-reuse-slot.c: New file.
13541 * gdb.base/watchpoint-reuse-slot.exp: New file.
13542
70afc5b7
SC
135432014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13544
13545 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13546 progspace's filename in 'info', 'enable' and 'disable' command
13547 tests.
13548
b972bd9c
JK
135492014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13550
13551 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13552 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13553 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13554
125f8a3d
GB
135552014-06-20 Gary Benson <gbenson@redhat.com>
13556
13557 * gdb.arch/i386-avx.exp: Fix include file location.
13558 * gdb.arch/i386-sse.exp: Likewise.
13559
3ed9baed
IB
135602014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13561
13562 * gdb.dlang/expression.exp: New file.
13563
034f788c
PA
135642014-06-19 Pedro Alves <palves@redhat.com>
13565
13566 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13567 out from ...
13568 (top level): ... here. Iterate running tests under different
13569 scheduler-locking settings.
13570
45371d0c
LM
135712014-06-18 Luis Machado <lgustavo@codesourcery.com>
13572
13573 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13574 to DW_FORM_addr and use non-zero addresses.
13575
5d376983
SC
135762014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13577
13578 PR gdb/17017
13579 * gdb.python/py-xmethods.cc: Add global function call counters and
13580 increment them in their respective functions. Remove "cout"
13581 statements.
13582 * gdb.python/py-xmethods.exp: Make tests check the global function
13583 call counters instead of depending on inferior IO.
13584
a1aa2221
LM
135852014-06-18 Don Breazeal <donb@codesourcery.com>
13586
13587 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13588 Deleted procedure.
13589 (explicit_fork_parent_follow): Deleted procedure.
13590 (explicit_fork_child_follow): Deleted procedure.
13591 (test_follow_fork): New procedure.
13592 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13593 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13594 procedure calls.
13595
0fc05997
YQ
135962014-06-17 Yao Qi <yao@codesourcery.com>
13597
13598 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13599 CP1252.
13600
70795c52
LM
136012014-06-17 Luis Machado <lgustavo@codesourcery.com>
13602
13603 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13604 Initialize ptr and S explicitly.
13605 (skip_type_update_when_not_use_rtti_test): Likewise.
13606
6be47f0c
KS
136072014-06-16 Keith Seitz <keiths@redhat.com>
13608
13609 PR mi/15863
13610 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13611 the inferior is started.
13612
d03de421
PA
136132014-06-16 Pedro Alves <palves@redhat.com>
13614
13615 * gdb.base/break-main-file-remove-fail.c: New file.
13616 * gdb.base/break-main-file-remove-fail.exp: New file.
13617 * gdb.base/break-unload-file.exp: Use build_executable instead of
13618 prepare_for_testing.
13619 (test_break): New parameter "initial_load". Handle it.
13620 (top level): Add initial_load cmdline/file axis.
13621
f9579b99
TT
136222014-06-12 Tom Tromey <tromey@redhat.com>
13623
13624 * gdb.base/completion.exp: Don't use directory name in test.
13625
3657956b
GB
136262014-06-09 Gary Benson <gbenson@redhat.com>
13627
13628 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13629 separate the always-available ANSI-standard signals from the
13630 signals that require checking.
13631 (main): Likewise.
13632 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13633 Likewise.
13634 (main): Likewise.
13635
4186eb54
KS
136362014-06-07 Keith Seitz <keiths@redhat.com>
13637
13638 Revert:
13639 PR c++/16253
13640 * gdb.cp/var-tag.cc: New file.
13641 * gdb.cp/var-tag.exp: New file.
13642 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13643 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13644 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13645 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13646
25326a28 136472014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13648
13649 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13650
829155c9
PA
136512014-06-06 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13654 in target debug output instead of looking at RSP packets,
13655 disabling the test on any target that uses hardware stepping.
13656 Update comments.
13657
61c8d22e
PA
136582014-06-06 Pedro Alves <palves@redhat.com>
13659
13660 * gdb.base/break-unload-file.exp: Fix typo.
13661
d9a47287
YQ
136622014-06-06 Yao Qi <yao@codesourcery.com>
13663
13664 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13665 from "jit_function" to "^jit_function".
13666
e5e01dbf
YQ
136672014-06-06 Yao Qi <yao@codesourcery.com>
13668
13669 * gdb.base/async.c (foo): Add one statement.
13670 * gdb.base/async.exp: Get the next instruction address and
13671 match the output of "nexti" by instruction address. Match
13672 the hex address in the output of "finish".
13673
73ba372c
GB
136742014-06-06 Gary Benson <gbenson@redhat.com>
13675
13676 * gdb.base/call-signals.c: Remove preprocessor conditionals
13677 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13678 SIGSEGV and SIGTERM.
13679 * gdb.base/sigall.c: Likewise.
13680 * gdb.base/unwindonsignal.c: Likewise.
13681 * gdb.reverse/sigall-reverse.c: Likewise.
13682
831517df
YQ
136832014-06-06 Yao Qi <yao@codesourcery.com>
13684
13685 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13686 readable, skip the test.
13687
b8b91e98
YQ
136882014-06-06 Yao Qi <yao@codesourcery.com>
13689
13690 * gdb.threads/staticthreads.c (thread_function): Move the line
13691 setting breakpoint on forward.
13692 * gdb.threads/staticthreads.exp: Update comments.
13693
fb934770
LC
136942014-06-05 Ludovic Courtès <ludo@gnu.org>
13695
13696 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13697 "history-append! type error".
13698
6ef284bd
SM
136992014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13700
13701 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13702 erroneous dprintf expected input.
13703
a872e241
DE
137042014-06-04 Doug Evans <xdje42@gmail.com>
13705
13706 * gdb.guile/scm-generics.exp: Delete.
13707
16f691fb
DE
137082014-06-04 Doug Evans <xdje42@gmail.com>
13709
13710 * gdb.guile/scm-breakpoint.exp: Update.
13711 Add tests for breakpoint registration.
13712
012370f6
TT
137132014-06-04 Tom Tromey <tromey@redhat.com>
13714
13715 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13716 VLA-in-union.
13717 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13718 inner_vla_struct, vla_union types. Initialize objects of those
13719 types and compute their sizes.
13720
9f5a4cef
HZ
137212014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13722 Hui Zhu <hui@codesourcery.com>
13723
13724 * gdb.base/fileio.exp: Add test for shell not available as well as
13725 available.
13726 * gdb.base/fileio.c (test_system): Check for shell twice.
13727
90a45c4d
YQ
137282014-06-04 Yao Qi <yao@codesourcery.com>
13729
13730 * gdb.base/auto-connect-native-target.exp: Remove redundant
13731 space from the regexp pattern.
13732
70017e41
YQ
137332014-06-04 Yao Qi <yao@codesourcery.com>
13734
13735 * gdb.base/default.exp: Replace "child" with "native" in
13736 regexp pattern.
13737
883964a7
SC
137382014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13739
13740 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13741 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13742 * gdb.python/py-xmethods.py: Python script supporting the
13743 new testcase and tests.
13744
ef370185
JB
137452014-06-03 Joel Brobecker <brobecker@adacore.com>
13746 Pedro Alves <palves@redhat.com>
13747
13748 PR breakpoints/17000
13749 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13750 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13751
1e2ccb61
BM
137522014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13753
13754 * gdb.base/subst.exp: Add tests to verify partial path matching
13755 output.
13756
c6ec5ab2
PA
137572014-06-03 Pedro Alves <palves@redhat.com>
13758
13759 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13760 target that doesn't use software single-stepping.
13761
835c559f
PA
137622014-06-03 Pedro Alves <palves@redhat.com>
13763
13764 PR breakpoints/17000
13765 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13766 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13767
06eb1586
DE
137682014-06-02 Doug Evans <xdje42@gmail.com>
13769
13770 * gdb.guile/scm-parameter.exp: New file.
13771
e698b8c4
DE
137722014-06-02 Doug Evans <xdje42@gmail.com>
13773
13774 * gdb.guile/scm-cmd.c: New file.
13775 * gdb.guile/scm-cmd.exp: New file.
13776
ded03782
DE
137772014-06-02 Doug Evans <xdje42@gmail.com>
13778
13779 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13780 pretty-printer lookup.
13781 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13782 (make-pp_s-printer): Call it.
13783 (make-pretty-printer-from-dict): New function.
13784 (lookup-pretty-printer-maker-from-dict): New function.
13785 (*pretty-printer*): Simplify.
13786 (make-objfile-pp_s-printer): New function.
13787 (install-objfile-pretty-printers!): New function.
13788 (make-progspace-pp_s-printer): New function.
13789 (install-progspace-pretty-printers!): New function.
13790 * gdb.guile/scm-progspace.c: New file.
13791 * gdb.guile/scm-progspace.exp: New file.
13792
41fac0cf
PA
137932014-06-02 Pedro Alves <palves@redhat.com>
13794
13795 * gdb.base/dprintf-bp-same-addr.c: New file.
13796 * gdb.base/dprintf-bp-same-addr.exp: New file.
13797
96ae5695
EBM
137982014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13799
13800 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13801 * gdb.arch/powerpc-power.s: Likewise.
13802
da02b3a8
JB
138032014-06-02 Joel Brobecker <brobecker@adacore.com>
13804
13805 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13806
c72b2e7b
YQ
138072014-06-01 Yao Qi <yao@codesourcery.com>
13808
13809 * gdb.base/watchpoint.exp (test_watch_location): Check null
13810 pointer can be dereferenced. If not, do the test, otherwise
13811 skip it.
13812
53e8a631
AB
138132014-05-30 Andrew Burgess <aburgess@broadcom.com>
13814
13815 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13816 results.
13817 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13818
938f0e2f
AB
138192014-05-30 Andrew Burgess <aburgess@broadcom.com>
13820
13821 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13822 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13823 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13824 * gdb.arch/amd64-invalid-stack-top.c: New file.
13825 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13826
9ba6657a
PA
138272014-05-30 Pedro Alves <palves@redhat.com>
13828
13829 PR breakpoints/17000
13830 * gdb.base/sss-bp-on-user-bp.c: New file.
13831 * gdb.base/sss-bp-on-user-bp.exp: New file.
13832
522c09bf
DB
138332014-05-30 David Blaikie <dblaikie@gmail.com>
13834
13835 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13836 gnu_inline semantics via attribute.
13837 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13838 source explicitly specifies the required semantics.
13839
bf4ef81e
MR
138402014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13841
13842 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13843
329ea579
PA
138442014-05-29 Pedro Alves <palves@redhat.com>
13845 Tom Tromey <tromey@redhat.com>
13846
13847 * gdb.base/async-shell.exp: Don't enable target-async.
13848 * gdb.base/async.exp
13849 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13850 parameter. Adjust.
13851 (top level): Don't test with "target-async".
13852 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13853 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13854 * gdb.base/inferior-died.exp: Don't enable target-async.
13855 * gdb.base/interrupt-noterm.exp: Likewise.
13856 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13857 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13858 * gdb.mi/mi-nonstop.exp: Likewise.
13859 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13860 * gdb.mi/mi-nsintrall.exp: Likewise.
13861 * gdb.mi/mi-nsmoribund.exp: Likewise.
13862 * gdb.mi/mi-nsthrexec.exp: Likewise.
13863 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13864 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13865 * gdb.python/py-evsignal.exp: Don't enable target-async.
13866 * gdb.python/py-evthreads.exp: Likewise.
13867 * gdb.python/py-prompt.exp: Likewise.
13868 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13869 * gdb.server/solib-list.exp: Don't enable target-async.
13870 * gdb.threads/thread-specific-bp.exp: Likewise.
13871 * lib/mi-support.exp: Adjust to use mi-async.
13872
fd664c91
PA
138732014-05-29 Pedro Alves <palves@redhat.com>
13874
13875 PR gdb/13860
13876 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13877 reason, even in sync mode.
13878
251bde03
PA
138792014-05-29 Pedro Alves <palves@redhat.com>
13880 Hui Zhu <hui@codesourcery.com>
13881
13882 PR PR15693
13883 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13884 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13885 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13886 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13887
7f3c0343
JB
138882014-05-28 Joel Brobecker <brobecker@adacore.com>
13889
13890 * config/monitor.exp (gdb_target_monitor): Replace use of
13891 "set remotebaud" by "set serial baud".
13892
b2715b27
AW
138932014-05-26 Andy Wingo <wingo@igalia.com>
13894
13895 * gdb.guile/scm-breakpoint.exp:
13896 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13897 properties instead of gdb-object-properties.
13898
498a4489
YQ
138992014-05-26 Yao Qi <yao@codesourcery.com>
13900
13901 * gdb.server/no-thread-db.exp: Specify source file name
13902 explicitly when setting a breakpoint.
13903
589fdceb
MM
139042014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13905
13906 * gdb.btrace/vdso.c: New.
13907 * gdb.btrace/vdso.exp: New.
13908
e9089e05
MM
139092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13910
13911 * gdb.base/gcore.exp (capture_command_output): Move ...
13912 * lib/gdb.exp (capture_command_output): ... here.
13913
67b5c0c1
MM
139142014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13915
13916 * gdb.btrace/data.exp: Test memory access during btrace replay.
13917
a2199296
SM
139182014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13919
13920 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13921
17b2616c
PA
139222014-05-21 Pedro Alves <palves@redhat.com>
13923
13924 PR gdb/13860
13925 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13926 (top level): Test that output related to execution commands is
13927 sent to the console with CLI commands, but not with MI commands.
13928 Test that breakpoint events are always mirrored to the console.
13929 Also expect the new source line to be output after a "next" in
13930 async mode too. Make it a pass/fail test.
13931 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13932 output.
13933 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13934
5166082f
PA
139352014-05-21 Pedro Alves <palves@redhat.com>
13936
13937 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13938 Use them to test variations of "list" after reaching a breakpoint.
13939 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13940 Test "list" with listsize 10 after reaching a breakpoint.
13941 * gdb.python/python.exp (decode_line current location line
13942 number): Adjust expected line number.
13943
2f25d70f
SM
139442014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13945
13946 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13947 behavior for $args, pass it directly to "run".
13948
ff604a67
MR
139492014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13950
13951 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13952 30000 to 65536.
13953
6a3cb8e8
PA
139542014-05-21 Pedro Alves <palves@redhat.com>
13955
13956 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13957 auto-connect-native-target off".
13958 * gdb.base/auto-connect-native-target.c: New file.
13959 * gdb.base/auto-connect-native-target.exp: New file.
13960
4ebfc96e
PA
139612014-05-21 Pedro Alves <palves@redhat.com>
13962
13963 * gdb.base/default.exp: Test "target native" instead of "target
13964 child".
13965
36d46afb
MW
139662014-05-21 Mark Wielaard <mjw@redhat.com>
13967
13968 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13969
5876f503
JK
139702014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13971
13972 Fix TLS access for -static -pthread.
13973 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13974 <HAVE_TLS> (thread_function, main): Initialize it.
13975 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13976 Add clean_restart.
13977 <$have_tls != "">: Check TLSVAR.
13978
0256a6ac
PA
139792014-05-21 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.base/dcache-line-read-error.c: New.
13982 * gdb.base/dcache-line-read-error.exp: New.
13983
936d2992
PA
139842014-05-20 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.base/compare-sections.c: New file.
13987 * gdb.base/compare-sections.exp: New file.
13988
802e8e6d
PA
139892014-05-20 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.base/break-idempotent.c: New file.
13992 * gdb.base/break-idempotent.exp: New file.
13993
e59fa00f
MM
139942014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13995
13996 * gdb.btrace/nohist.exp: New.
13997
8b696e31
YQ
139982014-05-20 Yao Qi <yao@codesourcery.com>
13999
14000 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14001 gdb.reverse directory and gdb_reverse_timeout exists in board
14002 setting.
14003 * README: Document gdb_reverse_timeout.
14004
73c9764f
YQ
140052014-05-20 Yao Qi <yao@codesourcery.com>
14006
14007 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14008 'test_file_name'. Treat args as a string instead of a list.
14009 (gdb_init): Rename argument 'args' by 'test_file_name'.
14010
f1f4348a
JK
140112014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14012
14013 * gdb.arch/powerpc-power.exp: New file.
14014 * gdb.arch/powerpc-power.s: New file.
14015
0dbe70ce
DE
140162014-05-16 Doug Evans <dje@google.com>
14017
14018 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14019 * gdb.base/completion.exp: Check that all expected files exist
14020 before doing file completion.
0dbe70ce 14021
8d551b02
DE
140222014-05-16 Doug Evans <dje@google.com>
14023
14024 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14025 Update.
14026 (do_syscall_tests_without_xml): Update.
14027
73eb7709
PA
140282014-05-16 Pedro Alves <palves@redhat.com>
14029
14030 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14031 instead of "unknown output after running".
14032
3fae92fc
YQ
140332014-05-16 Yao Qi <yao@codesourcery.com>
14034
14035 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14036 file1.txt from host at the end.
14037 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14038
c2b2ccc5
DE
140392014-05-15 Doug Evans <dje@google.com>
14040
14041 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14042 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14043 loading file. Add test for TU lookup.
14044
8c217a4b
SM
140452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14046
14047 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14048 calling "-exec-arguments" or "set args" before running the
14049 inferior.
14050
3deb39c6
SM
140512014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14052
14053 * lib/mi-support.exp (mi_expect_stop): Expect message for
14054 inferiors that exit with non-zero exit code.
14055
71a79f8c
YQ
140562014-05-14 Yao Qi <yao@codesourcery.com>
14057
14058 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14059 match absolute path on remote host.
14060 (test_file_list_exec_source_files): Remove "/" from the
14061 pattern.
14062
f23fcd46
YQ
140632014-05-14 Yao Qi <yao@codesourcery.com>
14064
14065 * boards/local-remote-host-notty.exp (${board}_file): New
14066 proc.
14067
9404b58f
KM
140682014-05-07 Kyle McMartin <kyle@redhat.com>
14069
14070 Pushed by Joel Brobecker <brobecker@adacore.com>.
14071 * gdb.arch/aarch64-atomic-inst.c: New file.
14072 * gdb.arch/aarch64-atomic-inst.exp: New file.
14073
5e45f04c
YQ
140742014-05-07 Yao Qi <yao@codesourcery.com>
14075
14076 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14077 in current context" too.
14078
c888a17d
KS
140792014-05-05 Keith Seitz <keiths@redhat.com>
14080
14081 * gdb.linespec/ls-dollar.exp: Add test for linespec
14082 file:convenience_variable.
14083
290a839c
YQ
140842014-05-05 Yao Qi <yao@codesourcery.com>
14085
14086 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14087 traceframes into tfile and ctf trace files. Read data from
14088 trace file and test collected data.
14089 (gdb_collect_locals_test): Likewise.
14090 (gdb_unavailable_registers_test): Likewise.
14091 (gdb_unavailable_floats): Likewise.
14092 (gdb_collect_globals_test): Likewise.
14093 (top-level): Append "ctf" to trace_file_targets if GDB
14094 supports.
14095
b5262cd0
YQ
140962014-05-05 Yao Qi <yao@codesourcery.com>
14097
14098 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14099 code to ...
14100 (gdb_collect_args_test_1): ... it. New proc.
14101 (gdb_collect_locals_test): Move some code to ...
14102 (gdb_collect_locals_test_1): ... it. New proc.
14103 (gdb_unavailable_registers_test): Move some code to ...
14104 (gdb_unavailable_registers_test_1): ... it. New proc.
14105 (gdb_unavailable_floats): Move some code to ...
14106 (gdb_unavailable_floats_1): ... it. New proc.
14107
30a1e6cc
SDJ
141082014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14109
14110 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14111 probes to test for bitness recognition.
14112 * gdb.arch/amd64-stap-optional-prefix.exp
14113 (test_probe_value_without_reg): New procedure.
14114 Add code to test for different kinds of bitness.
14115
f33da99a
SDJ
141162014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14117
14118 PR breakpoints/16889
14119 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14120 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14121
5b80f00d
PA
141222014-05-01 Pedro Alves <palves@redhat.com>
14123
14124 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14125 gdb_file_cmd if no file is specified.
14126 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14127 last_loaded_file to set the remote exec-file.
14128
f8c2a73c
PA
141292014-05-01 Pedro Alves <palves@redhat.com>
14130
14131 * boards/local-remote-host.exp: New file.
14132
be6e8ac7
PA
141332014-05-01 Pedro Alves <palves@redhat.com>
14134
14135 * boards/local-remote-host.exp: Rename to ...
14136 * boards/local-remote-host-notty.exp: ... this.
14137
cac0dc8f
JB
141382014-04-28 Joel Brobecker <brobecker@adacore.com>
14139
14140 * gdb.ada/dyn_arrayidx: New testcase.
14141
9730e6cc
YQ
141422014-04-26 Yao Qi <yao@codesourcery.com>
14143
14144 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14145 and compute the length of function main. Save it in
14146 $main_length.
14147 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14148 (top-level): Use gdb_compile to compile objects into
14149 executable and restart GDB. Remove invocation to
14150 prepare_for_testing.
14151
7ae1a6a6
PA
141522014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14153 Pedro Alves <palves@redhat.com>
14154
14155 PR server/16255
14156 * gdb.multi/multi-attach.c: New file.
14157 * gdb.multi/multi-attach.exp: New file.
14158
4082afcc
PA
141592014-04-25 Pedro Alves <palves@redhat.com>
14160
14161 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14162 user.
14163 (top level): Test that "set remote conditional-breakpoints-packet
14164 off" works as intended.
14165 * gdb.base/dprintf.exp: Test that "set remote
14166 breakpoint-commands-packet off" works as intended.
14167 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14168 New function.
14169 (top level): Call it.
14170 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14171 remote fast-tracepoints-packet off" works as intended.
14172 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14173 * lib/gdb.exp (gdb_is_target_remote): ... here.
14174
2abc3f8d
DB
141752014-04-24 David Blaikie <dblaikie@gmail.com>
14176
14177 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14178 ensure clang would not discard them.
14179 * gdb.base/gdbvars.c: Ditto.
14180 * gdb.base/memattr.c: Ditto.
14181 * gdb.base/whatis.c: Ditto.
14182 * gdb.python/py-prettyprint.c: Ditto.
14183 * gdb.trace/actions.c: Ditto.
14184 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14185 ensure clang would not discard it.
14186
bfd39632
DB
141872014-04-24 David Blaikie <dblaikie@gmail.com>
14188
14189 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14190 clang to emit the full definition of type required by the test
14191 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14192
22842ff6
DB
141932014-04-24 David Blaikie <dblaikie@gmail.com>
14194
14195 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14196 coax Clang into emitting the definition of the type.
14197 * gdb.cp/pr10728-x.h (y): Ditto.
14198 * gdb.cp/pr10728-y.cc (y): Ditto.
14199
c2e827ad
DB
142002014-04-24 David Blaikie <dblaikie@gmail.com>
14201
14202 * gdb.base/label.exp: XFAIL label related tests under Clang.
14203 * gdb.cp/cplabel.exp: Ditto.
14204 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14205 under Clang those using labels.
14206
4c2d33e7
YQ
142072014-04-25 Yao Qi <yao@codesourcery.com>
14208
14209 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14210 double_label.
14211 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14212 partial_label and double_label.
14213
56083b99
DB
142142014-04-24 David Blaikie <dblaikie@gmail.com>
14215
14216 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14217
25d4e99d
DB
142182014-04-24 David Blaikie <dblaikie@gmail.com>
14219
14220 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14221 of the function to work across GCC and Clang.
14222 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14223 pointer types (const void ** const V void **).
14224
01f9f808
MS
142252014-04-24 Michael Sturm <michael.sturm@mintel.com>
14226 Walfred Tedeschi <walfred.tedeschi@intel.com>
14227
14228 * Makefile.in (EXECUTABLES): Added i386-avx512.
14229 * gdb.arch/i386-avx512.c: New file.
14230 * gdb.arch/i386-avx512.exp: Likewise.
14231
4b48d439
KS
142322014-04-23 Keith Seitz <keiths@redhat.com>
14233
14234 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14235 (mi_make_breakpoint_table): New procedure.
14236 (mi_create_breakpoint): Use mi_make_breakpoint
14237 and return the result.
14238 (mi_make_breakpoint): New procedure.
14239 (mi_build_kv_pairs): New procedure.
14240
14241 * gdb.mi/mi-break.exp: Remove unused globals,
14242 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14243 All callers updated.
14244 * gdb.mi/mi-dprintf.exp: Use variable to track command
14245 number.
14246 Update all callers of mi_create_breakpoint and use
14247 mi_make_breakpoint_table.
14248 Remove any unused global variables.
14249 * gdb.mi/mi-nonstop.exp: Likewise.
14250 * gdb.mi/mi-nsintrall.exp: Likewise.
14251 * gdb.mi/mi-nsmoribund.exp: Likewise.
14252 * gdb.mi/mi-nsthrexec.exp: Likewise.
14253 * gdb.mi/mi-reverse.exp: Likewise.
14254 * gdb.mi/mi-simplerun.exp: Likewise.
14255 * gdb.mi/mi-stepn.exp: Likewise.
14256 * gdb.mi/mi-syn-frame.exp: Likewise.
14257 * gdb.mi/mi-until.exp: Likewise.
14258 * gdb.mi/mi-var-cp.exp: Likewise.
14259 * gdb.mi/mi-var-display.exp: Likewise.
14260 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14261 * gdb.mi/mi2-var-child.exp: Likewise.
14262 * gdb.mi/mi-vla-c99.exp: Likewise.
14263 * lib/mi-support.exp: Likewise.
14264
14265 From Ian Lance Taylor <iant@cygnus.com>:
14266 * lib/gdb.exp (parse_args): New procedure.
14267
08351840
PA
142682014-04-23 Pedro Alves <palves@redhat.com>
14269
14270 * gdb.base/break-unload-file.c: New file.
14271 * gdb.base/break-unload-file.exp: New file.
14272 * gdb.base/sym-file-lib.c (baz): New function.
14273 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14274 field.
14275 (load): Store the segment's mapped size.
14276 (unload): New function.
14277 (unload_shlib): New function.
14278 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14279 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14280 set a breakpoint at baz, and call it.
14281 * gdb.base/sym-file.exp: New tests for stale breakpoint
14282 instructions.
14283
076855f9
PA
142842014-04-23 Pedro Alves <palves@redhat.com>
14285
14286 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14287 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14288 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14289 * gdb.base/hbreak-unmapped.c: New file.
14290 * gdb.base/hbreak-unmapped.exp: New file.
14291 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14292 * lib/gdb.exp (gdb_is_target_remote): ... here.
14293
483805cf
PA
142942014-04-22 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.base/consecutive-step-over.c: New file.
14297 * gdb.base/consecutive-step-over.exp: New file.
14298
06d97543
PA
142992014-04-22 Pedro Alves <palves@redhat.com>
14300
14301 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14302 instead of send_gdb/gdb_expect.
14303
b4429ea2
YQ
143042014-04-22 Yao Qi <yao@codesourcery.com>
14305
14306 * lib/trace-support.exp (generate_tracefile): New procedure.
14307 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14308 return 0.
14309 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14310 if generate_tracefile returns 1.
14311
51d48146
PA
143122014-04-18 Tom Tromey <palves@redhat.com>
14313 Pedro alves <tromey@redhat.com>
14314
14315 PR backtrace/15558
14316 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14317 with a backtrace limit.
14318 * gdb.python/py-frame-inline.exp: Test running to an inline
14319 function with a backtrace limit, and printing the newest frame.
14320 * gdb.python/py-frame-inline.c (main): Call f.
14321
bd1dce5f
MS
143222014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14323
14324 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14325
40d1a503
MS
143262014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14327
14328 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14329 Drop prefix from unsupported source file path.
14330
389b98f7
YQ
143312014-04-17 Yao Qi <yao@codesourcery.com>
14332
14333 * lib/gdb.exp (with_target_charset): New proc.
14334 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14335 with_target_charset.
14336 (test_print_strings): Likewise.
14337 (test_repeat_bytes): Likewise.
14338 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14339 for some tests.
14340
22869d73
KS
143412014-04-16 Keith Seitz <keiths@redhat.com>
14342
14343 PR gdb/15827
14344 * gdb.dwarf2/corrupt.c: New file.
14345 * gdb.dwarf2/corrupt.exp: New file.
14346
c4f87ca6
KS
143472014-04-16 Keith Seitz <keiths@redhat.com>
14348
14349 PR c++/16597
14350 * gdb.cp/namelessclass.cc: New file.
14351 * gdb.cp/namelessclass.exp: New file.
14352 * gdb.cp/namelessclass.S: New file.
14353
ab19de87
DE
143542014-04-16 Doug Evans <dje@google.com>
14355
14356 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14357 Add comment.
14358 (gdbserver_default_get_comm_port): New function.
14359 (gdbserver_start): Check if board file provided
14360 "gdbserver,get_comm_port" and use it if so.
14361 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14362 (gdb,socketport): Set to "stdio".
14363 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14364 (stdio_gdbserver_template): Delete.
14365 (${board}_get_remote_address): Update.
14366 (${board}_build_remote_cmd): Delete.
14367 (${board}_get_comm_port): New function.
14368 (${board}_spawn): Update.
14369 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14370 Delete.
14371 (${board}_get_remote_address): Update.
14372 (${board}_get_comm_port): New function.
14373
fc98a809
AB
143742014-04-16 Andrew Burgess <aburgess@broadcom.com>
14375
14376 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14377 appearing in any order.
14378
87fd9e6e
DE
143792014-04-15 Doug Evans <dje@google.com>
14380
14381 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14382 uninitialized value of "description".
14383
099fc3ea
KS
143842014-04-15 Keith Seitz <keiths@redhat.com>
14385
14386 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14387 Remove unused globals.
14388 (test_running_the_program): Likewise.
14389 (test_controlled_execution): Likewise.
14390 (test_controlling_breakpoints): Likewise.
14391 (test_program_termination): Likewise.
14392
5da151d4
KS
143932014-04-15 Keith Seitz <keiths@redhat.com>
14394
14395 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14396 unused globals.
14397 (test_rbreak_creation_and_listing): Likewise.
14398 (test_ignore_count): Likewise.
14399 (test_error): Likewise.
14400
35e5d2f0
PA
144012014-04-15 Pedro Alves <palves@redhat.com>
14402
14403 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14404 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14405 sym-file-loader.c.
14406 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14407 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14408 to sym-file-loader.c.
14409 (struct library): Forward declare.
14410 (load_shlib, lookup_function): Change prototypes.
14411 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14412 (translate_offset): Remove declarations.
14413 (get_text_addr): New declaration.
14414 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14415 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14416 sym-file-loader.h.
14417 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14418 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14419 here from sym-file-loader.h.
14420 (struct library): New structure.
14421 (load_shlib, lookup_function): Change prototypes and adjust to
14422 work with a struct library.
14423 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14424 (translate_offset): Make static.
14425 (get_text_addr): New function.
14426 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14427
eb4c1710
PA
144282014-04-15 Pedro Alves <palves@redhat.com>
14429
14430 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14431
2d1baf52
PA
144322014-04-15 Pedro Alves <palves@redhat.com>
14433
14434 * gdb.base/sym-file-loader.c: Include <limits.h>.
14435 (SELF_LINK): New define.
14436 (get_origin): New function.
14437 (load_shlib): Use it.
14438 * gdb.base/sym-file.exp: Don't early return if the target is
14439 remote. Use runto_main, and issue fail is that fails. Use
14440 gdb_load_shlibs.
14441 (shlib_name): Delete.
14442 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14443
7dd6df01
PA
144442014-04-15 Pedro Alves <palves@redhat.com>
14445
14446 * gdb.base/sym-file.exp: Remove regex characters from test
14447 message. Don't refer to breakpoint numbers in test messages.
14448
b50c8614
KS
144492014-04-14 Keith Seitz <keiths@redhat.com>
14450
14451 PR c++/16253
14452 * gdb.cp/var-tag.cc: New file.
14453 * gdb.cp/var-tag.exp: New file.
14454 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14455 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14456 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14457 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14458
3d567982
TT
144592014-04-14 Tom Tromey <tromey@redhat.com>
14460
14461 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14462 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14463 type.
14464 * gdb.cp/enum-class.exp: New file.
14465 * gdb.cp/enum-class.cc: New file.
14466
0626fc76
TT
144672014-04-14 Tom Tromey <tromey@redhat.com>
14468
14469 * gdb.dwarf2/enum-type.exp: New file.
14470
dca325b3
SA
144712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14472
14473 * gdb.mi/mi-vla-c99.exp: New file.
14474 * gdb.mi/vla.c: New file.
14475
5854b38a
SA
144762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14477
14478 * gdb.base/vla-datatypes.c: New file.
14479 * gdb.base/vla-datatypes.exp: New file.
14480
463bb957
SA
144812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14482
14483 * gdb.base/vla-ptr.c: New file.
14484 * gdb.base/vla-ptr.exp: New file.
14485
3dd170be
SA
144862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14487
14488 * gdb.dwarf2/count.exp: New file.
14489
5ecaaa66
SA
144902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14491
14492 * gdb.base/vla-sideeffect.c: New file.
14493 * gdb.base/vla-sideeffect.exp: New file.
14494
41f1ada5
DB
144952014-04-14 David Blaikie <dblaikie@gmail.com>
14496
14497 * gdb.mi/non-stop.c: Add return value for non-void function return
14498 statement.
14499 * gdb.threads/staticthreads.c: Ditto.
14500
0be03e84
DE
145012014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14502 Doug Evans <xdje42@gmail.com>
14503
14504 * gdb.guile/scm-value.c: Improve test case.
14505 * gdb.guile/scm-value.exp: Add new test.
14506
f180a1fb
DB
145072014-04-11 David Blaikie <dblaikie@gmail.com>
14508
14509 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14510 override Clang's default.
14511
6b662e19
JB
145122014-04-11 Joel Brobecker <brobecker@adacore.com>
14513
14514 Revert the following changes (regressions):
14515
14516 * gdb.base/vla-sideeffect.c: New file.
14517 * gdb.base/vla-sideeffect.exp: New file.
14518
14519 * gdb.dwarf2/count.exp: New file.
14520
14521 * gdb.base/vla-multi.c: New file.
14522 * gdb.base/vla-multi.exp: New file.
14523
14524 * gdb.base/vla-ptr.c: New file.
14525 * gdb.base/vla-ptr.exp: New file.
14526
14527 * gdb.base/vla-datatypes.c: New file.
14528 * gdb.base/vla-datatypes.exp: New file.
14529
14530 * gdb.mi/mi-vla-c99.exp: New file.
14531 * gdb.mi/vla.c: New file.
14532
245a5f0b
KS
145332014-04-11 Keith Seitz <keiths@redhat.com>
14534
14535 PR c++/16675
14536 * gdb.cp/cpsizeof.exp: New file.
14537 * gdb.cp/cpsizeof.cc: New file.
14538
58a84dcf
SA
145392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14540
191a8a90
JB
14541 * gdb.mi/mi-vla-c99.exp: New file.
14542 * gdb.mi/vla.c: New file.
58a84dcf 14543
c8655f75
SA
145442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14545
14546 * gdb.base/vla-datatypes.c: New file.
14547 * gdb.base/vla-datatypes.exp: New file.
14548
024e13b4
SA
145492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14550
14551 * gdb.base/vla-ptr.c: New file.
14552 * gdb.base/vla-ptr.exp: New file.
14553
1a237e0e
SA
145542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14555
14556 * gdb.base/vla-multi.c: New file.
14557 * gdb.base/vla-multi.exp: New file.
14558
504f3432
SA
145592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14560
14561 * gdb.dwarf2/count.exp: New file.
14562
3bce8237
SA
145632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14564
191a8a90
JB
14565 * gdb.base/vla-sideeffect.c: New file.
14566 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14567
322f9c21
YQ
145682014-04-11 Yao Qi <yao@codesourcery.com>
14569
14570 * gdb.base/completion.exp: Check file exists before running tests
14571 on file completion.
14572
d708bcd1
PA
145732014-04-10 Pedro Alves <palves@redhat.com>
14574
14575 * gdb.base/cond-eval-mode.c: New file.
14576 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14577 prepare_for_testing to build the new file. Check result of
14578 runto_main.
14579 (test_break, test_watch): New procedures.
14580 (top level): Use them.
14581
ae1d2761
PM
145822014-04-08 Pierre Muller <muller@sourceware.org>
14583
14584 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14585 Ctrl-V use for mingw hosts.
14586
7af389b8
SC
145872014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14588
14589 * gdb.python/py-value.c: Improve test case.
14590 * gdb.python/py-value.exp: Add new test.
14591
5e703181
DE
145922014-04-07 David Blaikie <dblaikie@gmail.com>
14593
14594 * lib/compiler.c: Identify the clang compiler.
14595 * lib/compiler.cc: Ditto.
14596
9810b410
YQ
145972014-04-03 Yao Qi <yao@codesourcery.com>
14598
14599 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14600
98d1b8dc
AB
146012014-04-01 Anton Blanchard <anton@samba.org>
14602
14603 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14604 messages unique.
14605
3114cea1
AB
146062014-04-01 Anton Blanchard <anton@samba.org>
14607
14608 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14609 prepare_for_testing.
14610
62f7182c
AB
146112014-04-01 Anton Blanchard <anton@samba.org>
14612
14613 * gdb.arch/ppc64-atomic-inst.c: Remove.
14614 * gdb.arch/ppc64-atomic-inst.S: New file.
14615 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14616
770e7fc7
DE
146172014-03-31 Doug Evans <dje@google.com>
14618
14619 * gdb.base/print-symbol-loading-lib.c: New file.
14620 * gdb.base/print-symbol-loading-main.c: New file.
14621 * gdb.base/print-symbol-loading.exp: New file.
14622
46e2bafa
YQ
146232014-03-31 Yao Qi <yao@codesourcery.com>
14624
14625 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14626
8776cfe9
JB
146272014-03-28 Joel Brobecker <brobecker@adacore.com>
14628
14629 * gdb.ada/mi_dyn_arr: New testcase.
14630
5d1ef361
DE
146312014-03-27 Doug Evans <dje@google.com>
14632
14633 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14634
b5bee914
YQ
146352014-03-27 Yao Qi <yao@codesourcery.com>
14636
14637 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14638 if target is nios2-*-*.
14639
0d4d0e77
YQ
146402014-03-26 Yao Qi <yao@codesourcery.com>
14641
14642 * lib/gdb.exp (readline_is_used): New proc.
14643 * gdb.base/completion.exp: Move tests on command complete up.
14644 Skip the rest of tests if readline is not used.
14645 * gdb.ada/complete.exp: Skp the test if readline is not
14646 used.
14647 * gdb.base/filesym.exp: Likewise.
14648 * gdb.base/macscp.exp: Likewise.
14649 * gdb.base/readline-ask.exp: Likewise.
14650 * gdb.base/readline.exp: Likewise.
14651 * gdb.python/py-cmd.exp: Likewise.
14652 * gdb.trace/tfile.exp: Likewise.
14653
29361eee
YQ
146542014-03-26 Yao Qi <yao@codesourcery.com>
14655
14656 * gdb.base/macscp.exp: Fix code format issues.
14657
bc9a5525
UW
146582014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14659
14660 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14661 * gdb.asm/powerpc64le.inc: New file.
14662
d3839ede
PA
146632014-03-25 Pedro Alves <palves@redhat.com>
14664 Doug Evans <dje@google.com>
14665
14666 * gdb.base/source-execution.c: New file.
14667 * gdb.base/source-execution.exp: New file.
14668 * gdb.base/source-execution.gdb: New file.
14669
01672a57
DE
146702014-03-24 Doug Evans <dje@google.com>
14671
14672 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14673 using fission.
14674
88bbeca9
HZ
146752014-03-24 Hui Zhu <hui@codesourcery.com>
14676 Pedro Alves <palves@redhat.com>
14677
14678 PR breakpoints/16101
14679 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14680 test pass/fail messages. Detect missing support for dprintf when
14681 breakpoints are actually inserted.
14682 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14683 breakpoints are actually inserted.
14684 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14685 fails.
14686
d2348791
JK
146872014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14688
14689 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14690
feef67ab
DE
146912014-03-22 Doug Evans <xdje42@gmail.com>
14692
14693 * gdb.python/python.exp (python not supported): Verify multi-line
14694 python command issues an error.
25d743f9 14695 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14696 guile command issues an error.
feef67ab 14697
ecebef6a
MR
146982014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14699
14700 * gdb.threads/thread-specific.exp: Handle the lack of usable
14701 $this_breakpoint and $this_thread.
14702
ccdd1909
HZ
147032014-03-21 Hui Zhu <hui@codesourcery.com>
14704
14705 * gdb.base/attach.exp (do_command_attach_tests): New.
14706
beb460e8
PA
147072014-03-20 Tom Tromey <tromey@redhat.com>
14708 Pedro Alves <palves@redhat.com>
14709
14710 PR cli/15718
14711 * gdb.base/condbreak-call-false.c: New file.
14712 * gdb.base/condbreak-call-false.exp: New file.
14713
40acf43a
PA
147142014-03-20 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14717 Delete.
14718 (block_signals, unblock_signals): Delete.
14719 (child_function_2, main): Remove references to deleted variable
14720 and functions.
14721
9f5e1e02
PA
147222014-03-20 Pedro Alves <palves@redhat.com>
14723
14724 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14725 Use pthread_kill to signal thread 2.
14726 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14727 Adjust to make the test send itself a signal rather than using the
14728 host's "kill" command.
14729
99619bea
PA
147302014-03-20 Pedro Alves <palves@redhat.com>
14731
14732 * gdb.threads/multiple-step-overs.c: New file.
14733 * gdb.threads/multiple-step-overs.exp: New file.
14734 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14735 Adjust expected infrun debug output.
14736
2adfaa28
PA
147372014-03-20 Pedro Alves <palves@redhat.com>
14738
14739 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14740 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14741
31e77af2
PA
147422014-03-20 Pedro Alves <palves@redhat.com>
14743
14744 PR breakpoints/7143
14745 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14746 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14747 of gdb_test_multiple.
14748 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14749 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14750
b9f437de
PA
147512014-03-20 Pedro Alves <palves@redhat.com>
14752
14753 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14754 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14755
05adc73e
PA
147562014-03-19 Pedro Alves <palves@redhat.com>
14757
14758 * gdb.base/async.exp: Remove early return.
14759
6048b950
PA
147602014-03-19 Pedro Alves <palves@redhat.com>
14761
14762 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14763
8bcfb00a
PA
147642014-03-19 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.base/async.exp (test_background): Expect \r\n after
14767 "completed." in the fail pattern.
14768
884e37dc
PA
147692014-03-19 Pedro Alves <palves@redhat.com>
14770
14771 * gdb.base/async.exp (test_background): New procedure.
14772 Use it for all background execution command tests.
14773
148e57e2
PA
147742014-03-19 Pedro Alves <palves@redhat.com>
14775
14776 * gdb.base/async.exp: Use prepare_for_testing.
14777
f48088c7
PA
147782014-03-19 Pedro Alves <palves@redhat.com>
14779
14780 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14781 the same line.
14782
e2f6c966
PA
147832014-03-19 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.base/async.c (main): Add "jump here" and "until here" line
14786 marker comments.
14787 * gdb.base/async.exp (jump_here): New global.
14788 (jump& test): Use it.
14789 (until_here): New global.
14790 (until& test): Use it.
14791
c30568d4
PA
147922014-03-19 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.base/async.exp: Don't frob gdb_protocol.
14795
0172b6a7
DE
147962014-03-18 Doug Evans <xdje42@gmail.com>
14797
14798 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14799 Fix spelling of exec-done-display.
14800
06c868a8
JK
148012014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14802
14803 PR gdb/15358
14804 * gdb.base/gdb-sigterm.c: New file.
14805 * gdb.base/gdb-sigterm.exp: New file.
14806
0c7e1a46
PA
148072014-03-18 Pedro Alves <palves@redhat.com>
14808
14809 PR gdb/13860
14810 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14811 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14812 solib-event.
14813
f7c77d93
JB
148142014-03-17 Joel Brobecker <brobecker@adacore.com>
14815
14816 * gdb.ada/pckd_arr_ren: New testcase.
14817
5a1e8c7a
DE
148182014-03-13 Doug Evans <xdje42@gmail.com>
14819
14820 PR guile/16612
14821 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14822 collect after discarding symbols.
14823
350e1a76
DE
148242014-03-13 Ludovic Courtès <ludo@gnu.org>
14825 Doug Evans <xdje42@gmail.com>
14826
14827 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14828 to history survives a gc.
14829
a69900ae
PA
148302014-03-13 Pedro Alves <palves@redhat.com>
14831
14832 * gdb.base/default.exp: Don't test "target procfs".
14833
5db9f0bd
PA
148342014-03-13 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.base/default.exp: Update "target child" and "target procfs"
14837 tests to not expect "Unix".
14838
b3ccfe11
TT
148392014-03-12 Tom Tromey <tromey@redhat.com>
14840
14841 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14842 New procs. Add target-async tests.
14843 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14844 Add target-async tests.
14845
646f4417
AA
148462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14847
14848 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14849 'func_start' and 'func_end' for the beginning and end of the
14850 function code, respectively.
14851 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14852 'func_end' instead of 'func' and 'main'.
14853
288c211f
AA
148542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14855
14856 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14857 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14858 generate the debug info assembler source.
14859
e0c0f156
AA
148602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14861
14862 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14863 * gdb.dwarf2/arr-subrange.exp: Likewise.
14864 * gdb.dwarf2/dwz.exp: Likewise.
14865 * gdb.dwarf2/method-ptr.exp: Likewise.
14866 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14867 * gdb.dwarf2/subrange.exp: Likewise.
14868 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14869 * gdb.dwarf2/implptrpiece.exp: Likewise.
14870 * gdb.dwarf2/nostaticblock.exp: Likewise.
14871
0e5c4555
AA
148722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14873
14874 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14875 directory to absolute path name arguments.
14876
5ec18f2b
JG
148772014-03-10 Joel Brobecker <brobecker@adacore.com>
14878
14879 * gdb.ada/tagged_access: New testcase.
14880
847fc4f2
MM
148812014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14882
14883 * gdb.btrace/data.exp: Update expected output.
14884
cc3da688
YQ
148852014-03-06 Yao Qi <yao@codesourcery.com>
14886
14887 * gdb.trace/pr16508.exp: New file.
14888
0f26cec1
PA
148892014-03-05 Pedro Alves <palves@redhat.com>
14890
14891 PR gdb/16575
14892 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14893 procedure.
14894 (top level): Adjust to use it. Add tests that exercise breakpoint
14895 interaction with the code-cache.
14896
7a5a839f
LC
148972014-02-26 Ludovic Courtès <ludo@gnu.org>
14898
14899 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14900 test for 'history-append!'.
14901
31aa7e4e
JB
149022014-02-26 Joel Brobecker <brobecker@adacore.com>
14903
14904 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14905 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14906 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14907 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14908 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14909 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14910
1b588015
JB
149112014-02-26 Joel Brobecker <brobecker@adacore.com>
14912
14913 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14914 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14915 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14916
55426c9d
JB
149172014-02-26 Joel Brobecker <brobecker@adacore.com>
14918
14919 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14920
dc53a7ad
JB
149212014-02-26 Joel Brobecker <brobecker@adacore.com>
14922
14923 * gdb.dwarf2/arr-stride.c: New file.
14924 * gdb.dwarf2/arr-stride.exp: New file.
14925
12ab52e9
PA
149262014-02-26 Pedro Alves <palves@redhat.com>
14927
14928 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14929 that won't ever trigger. Make sure that GDB reports the correct
14930 breakpoint that caused the stop.
14931
849c862e
JK
149322014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14933
14934 PR gdb/16626
14935 * gdb.base/auto-load-script: New file.
14936 * gdb.base/auto-load.c: New file.
14937 * gdb.base/auto-load.exp: New file.
14938
71b7d793
JK
14939 PR gdb/16626
14940 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14941
e2f0d509
JK
149422014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14943
14944 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14945 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14946
50cc37c8
DE
149472014-02-24 Doug Evans <dje@google.com>
14948
14949 * lib/gdb.exp (run_on_host): Log error output if program fails.
14950
ea4758f2
PA
149512014-02-21 Pedro Alves <palves@redhat.com>
14952
14953 * gdb.threads/step-after-sr-lock.c: Rename to ...
14954 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14955 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14956 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14957 ... this.
14958
d7b30f67
SDJ
149592014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14960
14961 PR tdep/16397
14962 * gdb.arch/amd64-stap-special-operands.exp: New file.
14963 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14964 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14965 * gdb.arch/amd64-stap-triplet.S: Likewise.
14966 * gdb.arch/amd64-stap-triplet.c: Likewise.
14967
83deb43f
JB
149682014-02-20 Joel Brobecker <brobecker@adacore.com>
14969
14970 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14971 in .section pseudo-op.
14972
adde2bff
DE
149732014-02-20 lin zuojian <manjian2006@gmail.com>
14974 Joel Brobecker <brobecker@adacore.com>
14975 Doug Evans <xdje42@gmail.com>
14976
14977 PR symtab/16581
14978 * gdb.dwarf2/dw2-icycle.S: New file.
14979 * gdb.dwarf2/dw2-icycle.c: New file.
14980 * gdb.dwarf2/dw2-icycle.exp: New file.
14981
f7bd0f78
SC
149822014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14983
14984 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14985 operations on gdb.Value objects.
14986 * gdb.python/py-value-cc.exp: Add new test to test operations on
14987 gdb.Value objects.
14988
c17ef0d5
DE
149892014-02-18 Doug Evans <dje@google.com>
14990
14991 * Makefile.in (TESTS): New variable.
14992 (expanded_tests, expanded_tests_or_none): New variables
14993 (check-single): Pass $(expanded_tests_or_none) to runtest.
14994 (check-parallel): Only run tests in $(TESTS) if non-empty.
14995 (check/no-matching-tests-found): New rule.
14996 * README: Document TESTS makefile variable.
14997
5dd3176f
DE
149982014-02-18 Doug Evans <dje@google.com>
14999
15000 * Makefile.in (check-parallel): rm -rf outputs temp.
15001
0b10be4f
JK
150022014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15003
15004 Fix "ERROR: no fileid for" in the testsuite.
15005 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15006
85f224e7
DE
150072014-02-12 Doug Evans <dje@google.com>
15008
15009 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15010 (MISCELLANEOUS): New variable.
15011 (clean): rm -rf $(MISCELLANEOUS).
15012 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15013 dwp live in the same directory as symlinks, with each symlink pointed
15014 to a differently named file in a different directory.
15015
149b30ff
DE
150162014-02-11 Doug Evans <dje@google.com>
15017
15018 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15019 of Tcl file commands.
15020
1dfdac32
MK
150212014-02-10 Mark Kettenis <kettenis@gnu.org>
15022
15023 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15024 "kill -SIGUSR1 -1".
15025
aa4fb036
JB
150262014-02-10 Joel Brobecker <brobecker@adacore.com>
15027
15028 * gdb.ada/tick_length_array_enum_idx: New testcase.
15029
ed3ef339
DE
150302014-02-10 Doug Evans <xdje42@gmail.com>
15031
15032 * configure.ac (AC_OUTPUT): Add gdb.guile.
15033 * configure: Regenerate.
15034 * lib/gdb-guile.exp: New file.
15035 * lib/gdb.exp (get_target_charset): New function.
15036 * gdb.base/help.exp: Update expected output from "apropos apropos".
15037 * gdb.guile/Makefile.in: New file.
15038 * gdb.guile/guile.exp: New file.
15039 * gdb.guile/scm-arch.c: New file.
15040 * gdb.guile/scm-arch.exp: New file.
15041 * gdb.guile/scm-block.c: New file.
15042 * gdb.guile/scm-block.exp: New file.
15043 * gdb.guile/scm-breakpoint.c: New file.
15044 * gdb.guile/scm-breakpoint.exp: New file.
15045 * gdb.guile/scm-disasm.c: New file.
15046 * gdb.guile/scm-disasm.exp: New file.
15047 * gdb.guile/scm-equal.c: New file.
15048 * gdb.guile/scm-equal.exp: New file.
15049 * gdb.guile/scm-error.exp: New file.
15050 * gdb.guile/scm-error.scm: New file.
15051 * gdb.guile/scm-frame-args.c: New file.
15052 * gdb.guile/scm-frame-args.exp: New file.
15053 * gdb.guile/scm-frame-args.scm: New file.
15054 * gdb.guile/scm-frame-inline.c: New file.
15055 * gdb.guile/scm-frame-inline.exp: New file.
15056 * gdb.guile/scm-frame.c: New file.
15057 * gdb.guile/scm-frame.exp: New file.
15058 * gdb.guile/scm-generics.exp: New file.
15059 * gdb.guile/scm-gsmob.exp: New file.
15060 * gdb.guile/scm-iterator.c: New file.
15061 * gdb.guile/scm-iterator.exp: New file.
15062 * gdb.guile/scm-math.c: New file.
15063 * gdb.guile/scm-math.exp: New file.
15064 * gdb.guile/scm-objfile-script-gdb.in: New file.
15065 * gdb.guile/scm-objfile-script.c: New file.
15066 * gdb.guile/scm-objfile-script.exp: New file.
15067 * gdb.guile/scm-objfile.c: New file.
15068 * gdb.guile/scm-objfile.exp: New file.
15069 * gdb.guile/scm-ports.exp: New file.
15070 * gdb.guile/scm-pretty-print.c: New file.
15071 * gdb.guile/scm-pretty-print.exp: New file.
15072 * gdb.guile/scm-pretty-print.scm: New file.
15073 * gdb.guile/scm-section-script.c: New file.
15074 * gdb.guile/scm-section-script.exp: New file.
15075 * gdb.guile/scm-section-script.scm: New file.
15076 * gdb.guile/scm-symbol.c: New file.
15077 * gdb.guile/scm-symbol.exp: New file.
15078 * gdb.guile/scm-symtab-2.c: New file.
15079 * gdb.guile/scm-symtab.c: New file.
15080 * gdb.guile/scm-symtab.exp: New file.
15081 * gdb.guile/scm-type.c: New file.
15082 * gdb.guile/scm-type.exp: New file.
15083 * gdb.guile/scm-value-cc.cc: New file.
15084 * gdb.guile/scm-value-cc.exp: New file.
15085 * gdb.guile/scm-value.c: New file.
15086 * gdb.guile/scm-value.exp: New file.
15087 * gdb.guile/source2.scm: New file.
15088 * gdb.guile/types-module.cc: New file.
15089 * gdb.guile/types-module.exp: New file.
15090
7026a7c1
YQ
150912014-02-10 Yao Qi <yao@codesourcery.com>
15092
15093 PR testsuite/16543
15094 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15095 * configure: Regenerated.
15096 * Makefile.in: New file.
15097
6c466447
AS
150982014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15099
15100 * gdb.python/py-framefilter.exp: Fix typo.
15101
6e854735
YQ
151022014-02-08 Yao Qi <yao@codesourcery.com>
15103
15104 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15105 that no =breakpoint-modified is emitted when breakpoints are
15106 modified through MI commands.
15107
d137e6dc
PA
151082014-02-07 Pedro Alves <pedro@codesourcery.com>
15109 Pedro Alves <palves@redhat.com>
15110
15111 * gdb.threads/step-after-sr-lock.c: New file.
15112 * gdb.threads/step-after-sr-lock.exp: New file.
15113
b5ee5a50
PA
151142014-02-07 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15117
3c77faf3
JK
151182014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15119
15120 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15121 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15122
6dddc817
DE
151232014-02-06 Doug Evans <xdje42@gmail.com>
15124
15125 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15126 output.
15127
15128 * gdb.gdb/python-interrupts.exp: New file.
15129
de7b2893
YQ
151302014-02-05 Yao Qi <yao@codesourcery.com>
15131
15132 * gdb.trace/report.exp (use_collected_data): Test the output
15133 of "info threads" and "info inferiors".
15134
66d032ac
YQ
151352014-02-05 Yao Qi <yao@codesourcery.com>
15136
15137 Revert this patch:
15138
15139 2013-05-24 Yao Qi <yao@codesourcery.com>
15140
15141 * gdb.trace/tfile.exp: Test inferior and thread.
15142
591a12a1
UW
151432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15144
15145 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15146 on a function.
15147 * gdb.base/step-bt.c: Call hello via function pointer to make
15148 sure its first instruction is executed on powerpc64le-linux.
15149
0ff3e01f
UW
151502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15151
15152 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15153
084ee545
UW
151542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15155
15156 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15157 of the test patterns for use on little-endian systems.
15158
6ed14ff3
UW
151592014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15160
15161 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15162 (decimal_vector): Fix for little-endian.
15163
401e27fd
JM
151642014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15165
15166 * gdb.arch/sparc-sysstep.exp: New file.
15167 * gdb.arch/sparc-sysstep.c: Likewise.
15168
15169 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15170
8b924729
EBM
151712014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15172
15173 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15174
fb151210
JB
151752014-01-23 Tom Tromey <tromey@redhat.com>
15176
15177 * gdb.ada/array_char_idx: New testcase.
15178
0740f8d8
TT
151792014-01-23 Tom Tromey <tromey@redhat.com>
15180
15181 PR python/16487:
15182 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15183 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15184 classes.
15185
21909fa1
TT
151862014-01-23 Tom Tromey <tromey@redhat.com>
15187
15188 PR python/16491:
15189 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15190 string from an inferior frame.
15191 * gdb.python/py-framefilter-mi.exp: Update.
15192
87ce2a04
DE
151932014-01-22 Doug Evans <dje@google.com>
15194
15195 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15196
237b092b
AA
151972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15198
15199 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15200
d674a709
AA
152012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15202
15203 * gdb.trace/entry-values.exp: Remove excess space character from
15204 regex patterns. Handle s390 call instruction.
15205
20fa3390
AA
152062014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15207
15208 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15209 define "*_start" label. Make "name" static.
15210 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15211 ${name} by references to ${name}_start.
15212
78466714
AA
152132014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15214
15215 * gdb.base/info-macros.exp: Remove "debug" from the compile
15216 options.
15217
ec9f644a
IB
152182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15219
15220 * gdb.dlang/demangle.exp: New file.
15221
94b1b47e
IB
152222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15223
15224 * gdb.dlang/primitive-types.exp: New file.
15225
7f420862
IB
152262014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15227
15228 * configure.ac: Create gdb.dlang/Makefile.
15229 * configure: Regenerate.
15230 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15231 * gdb.dlang/Makefile.in: New file.
15232 * lib/d-support.exp: New file.
15233 * lib/gdb.exp (skip_d_tests): New proc.
15234
52834460
MM
152352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15236
15237 * gdb.btrace/delta.exp: Check reverse stepi.
15238 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15239 * gdb.btrace/finish.exp: New.
15240 * gdb.btrace/next.exp: New.
15241 * gdb.btrace/nexti.exp: New.
15242 * gdb.btrace/record_goto.c: Add comments.
15243 * gdb.btrace/step.exp: New.
15244 * gdb.btrace/stepi.exp: New.
15245 * gdb.btrace/multi-thread-step.c: New.
15246 * gdb.btrace/multi-thread-step.exp: New.
15247 * gdb.btrace/rn-dl-bind.c: New.
15248 * gdb.btrace/rn-dl-bind.exp: New.
15249 * gdb.btrace/data.c: New.
15250 * gdb.btrace/data.exp: New.
15251 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15252
6e07b1d2
MM
152532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15254
15255 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15256 * gdb.btrace/exception.exp: Update.
15257 * gdb.btrace/instruction_history.exp: Update.
15258 * gdb.btrace/record_goto.exp: Update.
15259 * gdb.btrace/tailcall.exp: Update.
15260 * gdb.btrace/unknown_functions.exp: Update.
15261 * gdb.btrace/delta.exp: New.
15262
0b722aec
MM
152632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15264
15265 * gdb.btrace/record_goto.exp: Add backtrace test.
15266 * gdb.btrace/tailcall.exp: Add backtrace test.
15267
066ce621
MM
152682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15269
15270 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15271 * gdb.btrace/record_goto.c: New.
15272 * gdb.btrace/record_goto.exp: New.
15273 * gdb.btrace/x86-record_goto.S: New.
15274
0688d04e
MM
152752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15276
15277 * gdb.btrace/function_call_history.exp: Update tests.
15278 * gdb.btrace/instruction_history.exp: Update tests.
15279
8710b709
MM
152802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15281
15282 * gdb.btrace/function_call_history.exp: Fix expected field
15283 order for "record function-call-history".
15284 Add new tests for "record function-call-history /c".
15285 * gdb.btrace/exception.cc: New.
15286 * gdb.btrace/exception.exp: New.
15287 * gdb.btrace/tailcall.exp: New.
15288 * gdb.btrace/x86-tailcall.S: New.
15289 * gdb.btrace/x86-tailcall.c: New.
15290 * gdb.btrace/unknown_functions.c: New.
15291 * gdb.btrace/unknown_functions.exp: New.
15292 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15293
5de9129b
MM
152942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15295
15296 * gdb.btrace/instruction_history.exp: Update.
15297 * gdb.btrace/function_call_history.exp: Update.
15298
23a7fe75
MM
152992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15300
15301 * gdb.btrace/function_call_history.exp: Fix expected function
15302 trace.
15303 * gdb.btrace/instruction_history.exp: Initialize traced.
15304 Remove traced_functions.
15305
724c7dd8
MM
153062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15307
15308 * gdb.btrace/function_call_history.exp: Update
15309 * gdb.btrace/instruction_history.exp: Update.
15310
6d78d93b
MM
153112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15312
15313 * gdb.btrace/enable.exp: Update expected text.
15314
93a360cc
OJ
153152014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15316
15317 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15318 bytes.
15319
3772b53f
MR
153202014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15321
15322 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15323
596662fa
OJ
153242014-01-15 Omair Javaid <omair.javaid@linaro.org>
15325
15326 * lib/gdb.exp (supports_process_record): Return true for
15327 arm*-linux*. (supports_reverse): Likewise.
15328
b5b08fb4
SC
153292014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15330
15331 PR python/15464
15332 PR python/16113
15333 * gdb.python/py-type.c: Enhance test case.
15334 * gdb.python/py-value-cc.cc: Likewise
15335 * gdb.python/py-type.exp: Add new tests.
15336 * gdb.python/py-value-cc.exp: Likewise
15337
52d7fb13
AA
153382014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15339 Pedro Alves <palves@redhat.com>
15340
15341 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15342 Make "name" extern.
15343 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15344 references to ${name}_start by references to ${name}.
15345
a2cd8cfe
JB
153462014-01-10 Joel Brobecker <brobecker@adacore.com>
15347
15348 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15349
4e23fced
JB
153502014-01-10 Joel Brobecker <brobecker@adacore.com>
15351
15352 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15353
c6a9e42c
PA
153542014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15355 Pedro Alves <palves@redhat.com>
15356
15357 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15358 mi_gdb_target_load.
c6a9e42c 15359
b7ea362b
PA
153602014-01-08 Pedro Alves <palves@redhat.com>
15361
15362 * gdb.threads/reconnect-signal.c: New file.
15363 * gdb.threads/reconnect-signal.exp: New file.
15364
5e3f4fab
EBM
153652014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15366
15367 * gdb.base/source-dir.exp: New file.
15368
79301218
JB
153692014-01-07 Joel Brobecker <brobecker@adacore.com>
15370
15371 * gdb.ada/mi_interface: New testcase.
15372
8e355c5d
JB
153732014-01-07 Joel Brobecker <brobecker@adacore.com>
15374
15375 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15376 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15377 gdb.ada/pp-rec-component/pck.ads: New files.
15378
c0d48811
JB
153792014-01-07 Joel Brobecker <brobecker@adacore.com>
15380
15381 * gdb.python/py-pp-integral.c: New file.
15382 * gdb.python/py-pp-integral.py: New file.
15383 * gdb.python/py-pp-integral.exp: New file.
15384
17b609c3 15385For older changes see ChangeLog-1993-2013.
c906108c 15386\f
8d8cb839
EZ
15387;; Local Variables:
15388;; mode: change-log
15389;; left-margin: 8
15390;; fill-column: 74
15391;; version-control: never
15392;; End:
902f2ccb 15393
42a4f53d 15394 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15395 Copying and distribution of this file, with or without modification,
15396 are permitted provided the copyright notice and this notice are preserved.
This page took 4.283089 seconds and 4 git commands to generate.