Fix typos in symtab_symbol_info
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0c95f9ed
TT
12019-02-20 Tom Tromey <tom@tromey.com>
2
3 * gdb.base/info_qt.exp: Update.
4
6caa91b6
SM
52019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6
7 * gdb.base/source.exp: Move "error in sourced script" code to
8 the end.
9 * gdb.base/source-error.gdb: Move contents to
10 source-error-1.gdb. Add new code to source source-error-1.gdb.
11 * gdb.base/source-error-1.gdb: New file, from previous
12 source-error.gdb.
13
6506371f
TT
142019-02-17 Tom Tromey <tom@tromey.com>
15
16 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
17 for macro styling.
18 * gdb.base/style.c (SOME_MACRO): New macro.
19
a0087920
TT
202019-02-17 Tom Tromey <tom@tromey.com>
21
22 * gdb.base/style.exp: Add line-wrapping tests.
23 * gdb.base/page.exp: Add test for quitting during pagination.
24
a2cd4f14
JB
252019-02-17 Joel Brobecker <brobecker@adacore.com>
26
27 * gdb.ada/big_packed_array: New testcase.
28 * gdb.ada/homonym.exp: Fix incorrect expected output for
29 "break <homonym__get_value>" test.
30
9d70ffbc
WP
312019-02-13 Weimin Pan <weimin.pan@oracle.com>
32
33 PR breakpoints/21870
34 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
35 and prepare_for_testing. Add comment.
36 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
37 redundant cleanup call. Clean up comment.
38
01c7ae81
WP
392019-02-12 Weimin Pan <weimin.pan@oracle.com>
40
41 PR breakpoints/21870
42 * gdb.arch/aarch64-dbreg-contents.exp: New file.
43 * gdb.arch/aarch64-dbreg-contents.c: New file.
44
aff29d1c
JB
452019-02-10 Joel Brobecker <brobecker@adacore.com>
46
47 * gdb.ada/mi_ref_changeable: New testcase.
48
df0da8a2
AH
492019-02-07 Alan Hayward <alan.hayward@arm.com>
50
51 * gdb.base/attach.exp: Add double attach test.
52
bd447abb
SM
532019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
54
55 * lib/gdb.exp (default_gdb_start): Don't match pagination
56 prompt.
57 (gdb_init): Set stty_init.
58
1dbc40b9
TT
592019-01-27 Tom Tromey <tom@tromey.com>
60
61 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
62 skip_python_tests.
63
353229bf
AH
642019-01-24 Alan Hayward <alan.hayward@arm.com>
65
66 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
67 New structure.
68 (struct struct_static_02_02): Likewise.
69 (struct struct_static_02_03): Likewise.
70 (struct struct_static_02_04): Likewise.
71 (struct struct_static_04_01): Likewise.
72 (struct struct_static_04_02): Likewise.
73 (struct struct_static_04_03): Likewise.
74 (struct struct_static_04_04): Likewise.
75 (struct struct_static_06_01): Likewise.
76 (struct struct_static_06_02): Likewise.
77 (struct struct_static_06_03): Likewise.
78 (struct struct_static_06_04): Likewise.
79 (cmp_struct_static_02_01): Likewise.
80 (cmp_struct_static_02_02): Likewise.
81 (cmp_struct_static_02_03): Likewise.
82 (cmp_struct_static_02_04): Likewise.
83 (cmp_struct_static_04_01): Likewise.
84 (cmp_struct_static_04_02): Likewise.
85 (cmp_struct_static_04_03): Likewise.
86 (cmp_struct_static_04_04): Likewise.
87 (cmp_struct_static_06_01): Likewise.
88 (cmp_struct_static_06_02): Likewise.
89 (cmp_struct_static_06_03): Likewise.
90 (cmp_struct_static_06_04): Likewise.
91 (call_all): Test new structs.
92 * gdb.base/infcall-nested-structs.exp: Likewise.
93
73021deb
AH
942019-01-21 Alan Hayward <alan.hayward@arm.com>
95 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
96
fc65c7db
AH
972019-01-21 Alan Hayward <alan.hayward@arm.com>
98 * gdb.base/stack-protector.c: New test.
99 * gdb.base/stack-protector.exp: New file.
100 * gdb.cp/ovldbreak.exp: Only allow a single break line.
101 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
102 option.
103 (gdb_compile): Remove stack protector for GCC and prevent
104 recursion.
105
c24bdb02
KS
1062019-01-16 Keith Seitz <keiths@redhat.com>
107
108 PR gdb/23773
109 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
110
6f072a10
PFC
1112019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
112
113 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
114 aliases.
115 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
116 tests.
117 * gdb.arch/powerpc-vector-regs.c: New file.
118 * gdb.arch/powerpc-vector-regs.exp: New file.
119
a7b8d682
PFC
1202019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
121
122 * gdb.arch/altivec-regs.exp: Fix the list passed to
123 gdb_expect_list when testing "info vector".
124
6eb6fb67
AB
1252019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.base/style.exp: Don't include path in testname.
128
b56f80d8
KS
1292019-01-10 Keith Seitz <keiths@redhat.com>
130
131 PR gdb/23712
132 PR symtab/23010
133 * gdb.dwarf2/multidictionary.exp: New file.
134
041be526
SM
1352019-01-09 Simon Marchi <simon.marchi@ericsson.com>
136
137 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
138 (test_gnuv3_style_demangling): ... this.
139 (test_lucid_style_demangling): Remove.
140 (test_arm_style_demangling): Remove.
141 (test_hp_style_demangling): Remove.
142 (do_tests): Remove calls to the above.
143
d820d0c3
AB
1442019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
145
146 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
147 case.
148
f097f5ad
TT
1492019-01-06 Tom Tromey <tom@tromey.com>
150
151 PR gdb/28155:
152 * gdb.dwarf2/typedef-void-finish.exp: New file.
153
2cd8cc0b
TT
1542018-12-28 Tom Tromey <tom@tromey.com>
155 Simon Marchi <simark@simark.ca>
156
157 * gdb.base/jit-exec.exp: New file.
158 * gdb.base/jit-exec.c: New file.
159 * gdb.base/jit-execd.c: New file.
160
35fb8261
TT
1612018-12-28 Tom Tromey <tom@tromey.com>
162
163 * gdb.base/style.exp: Update test to check for address styling.
164
47fd17cd
TT
1652018-12-28 Tom Tromey <tom@tromey.com>
166
167 * gdb.base/style.exp: Add test for styling of "Reading symbols"
168 message.
169
d47032b7
TT
1702018-12-28 Tom Tromey <tom@tromey.com>
171
172 * gdb.base/style.exp: Add test for version number styling.
173
af79b68d
TT
1742018-12-28 Tom Tromey <tom@tromey.com>
175
176 * gdb.base/style.exp: Add test for print_address_symbolic.
177
0bb296cb
TT
1782018-12-28 Tom Tromey <tom@tromey.com>
179
180 * gdb.base/style.exp: Add test for breakpoint setting.
181
80ae2043
TT
1822018-12-28 Tom Tromey <tom@tromey.com>
183
184 * gdb.base/style.exp: Add test for variable names.
185
cbe56571
TT
1862018-12-28 Tom Tromey <tom@tromey.com>
187
188 * gdb.base/style.exp: New file.
189 * gdb.base/style.c: New file.
190
9162a27c
TT
1912018-12-28 Tom Tromey <tom@tromey.com>
192
193 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
194 "dumb".
195 * gdb.base/readline.exp (operate_and_get_next): Save and restore
196 the TERM environment variable.
197
bc543c90
TT
1982018-12-27 Tom Tromey <tom@tromey.com>
199
200 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
201 pagination test.
202
6f0ffe50
AB
2032018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
204
205 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
206 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
207
b5a1e557
PW
2082018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
209
210 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
211 Filename a.adb changed to bp_fun_addr.adb.
212 gdb.ada/bp_fun_addr.exp: Update test accordingly.
213
6e8b1ab2
JV
2142018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
215
216 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
217 non-PIE executables.
218 * README: Mention the gdb,nopie_flag board setting.
219 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
220 non-PIE executable.
221 * gdb.arch/amd64-entry-value.exp: Likewise.
222 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
223 * gdb.arch/i386-float.exp: Likewise.
224 * gdb.arch/i386-signal.exp: Likewise.
225 * gdb.mi/mi-reg-undefined.exp: Likewise.
226
d00a27c5
PM
2272018-12-21 Paul Marechal <paul.marechal@ericsson.com>
228
229 PR gdb/23974
230 * gdb.base/info-os.exp: Check return for unknown "info os" type.
231
161d081c
PW
2322018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
233
234 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
235 Update order of results accordingly.
236
b001de23
AB
2372018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.base/annota1.exp: Update a test regexp.
240
99e1a184
AB
2412018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
242
243 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
244
7a81c1e2
PW
2452018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
246
247 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
248 (reuse_time): Initialize to REUSE_TIME_CAP.
249 (check_rc): New function.
250 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
251 Check pthread_create rc.
252 (spawner_thread_func): Check pthread_create and pthread_join rc.
253
73e8dc90
PA
2542018-12-08 Pedro Alves <palves@redhat.com>
255
256 * gdb.base/list.exp (test_forward_search): Rename to ...
257 (test_forward_reverse_search): ... this. Also test reverse-search
258 and the forward-search alias.
259
13f2ed32
AB
2602018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
263 local timeout variable before return, and remove all local timeout
264 variable entirely.
265 (gdb_load): Likewise.
266
64d27cfc
TV
2672018-12-01 Tom de Vries <tdevries@suse.de>
268
269 * gdb.base/gdb-caching-proc.exp: New file.
270
f63c03b4
SDJ
2712018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
272
273 * Makefile.in (TIMESTAMP): New variable.
274 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
275 command.
276 (check-single-racy): Likewise.
277 (check/%.exp): Likewise.
278 (check-racy/%.exp): Likewise.
279 (workers/%.worker): Likewise.
280 (build-perf): Likewise.
281 (check-perf): Likewise.
282 * README: Describe new "TS" and "TS_FORMAT" variables.
283 * print-ts.py: New file.
284
1c97054b
BF
2852018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
286
287 PR python/23714
288 * gdb.python/python.exp: Test command repetition after
289 gdb.execute.
290
1871a62d
AB
2912018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.opt/inline-break.exp: Add test that info breakpoint output
294 is correctly aligned.
295
fb5e1ed9
PW
2962018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
297
298 * gdb.ada/info_auto_lang.exp: New testcase.
299 * gdb.ada/info_auto_lang/global_pack.ads: New file.
300 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
301 * gdb.ada/info_auto_lang/some_c.c: New file.
302
43d397ca
PW
3032018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
304
305 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
306 FUNC_lang language syntax.
307
beddd671
PW
3082018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
309
310 * gdb.base/info_minsym.c: New file.
311 * gdb.base/info_minsym.exp: New file.
312
73fc52c4
TT
3132018-11-19 Tom Tromey <tom@tromey.com>
314
315 PR rust/23625:
316 * gdb.rust/simple.exp: Add ptype test. Update expected output.
317 * gdb.rust/expr.exp: Update expected output. Change one test.
318
994b876a
TT
3192018-11-19 Tom Tromey <tom@tromey.com>
320
321 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
322
6769f276
PA
3232018-11-19 Pedro Alves <palves@redhat.com>
324
325 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
326 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
327 see the expected warning.
328
38a72da0
AH
3292018-11-16 Alan Hayward <alan.hayward@arm.com>
330
331 PR gdb/22736:
332 * gdb.cp/infcall-nodebug-lib.c: New test.
333 * gdb.cp/infcall-nodebug-main.c: New test.
334 * gdb.cp/infcall-nodebug.exp: New file.
335
53a89d6e
SM
3362018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
337
338 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
339 completer tests.
340
9325300d
TV
3412018-11-09 Tom de Vries <tdevries@suse.de>
342
343 * gdb.base/msym-lang.c: New test.
344 * gdb.base/msym-lang.exp: New file.
345 * gdb.base/msym-lang-main.c: New test.
346
20f0d60d
TT
3472018-11-08 Tom Tromey <tom@tromey.com>
348
349 PR gdb/23555:
350 PR gdb/23838:
351 * gdb.base/warning.exp: New file.
352
b5420128
JB
3532018-11-08 Jan Beulich <jbeulich@suse.com>
354
355 * testsuite/gdb.arch/i386-avx512.c,
356 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
357
cd115d61
AB
3582018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
361 point hardware.
362
35ee2dc2
AB
3632018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
364
365 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
366 * gdb.dwarf2/missing-type-name.exp: New file.
367
31aceee8
TV
3682018-11-06 Tom de Vries <tdevries@suse.de>
369
370 * gdb.base/many-headers.c: New test.
371 * gdb.base/many-headers.exp: New file.
372
109be305
JW
3732018-11-06 Jim Wilson <jimw@sifive.com>
374
375 * gdb.base/code_elim.exp: For riscv, set additional_flags
376 to include -msmall-data-limit=0.
377
e2b7af72
JB
3782018-11-01 Joel Brobecker <brobecker@adacore.com>
379
380 * gdb.ada/watch_minus_l: New testcase.
381
cdcda965
SM
3822018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
383
384 * gdb.arch/aix-sighandle.c: New file.
385 * gdb.arch/aix-sighandle.exp: New file.
386
92dcebf3
AB
3872018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
388
389 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
390 registers being unions.
391
68b9ac18
TV
3922018-10-31 Tom de Vries <tdevries@suse.de>
393
394 * lib/valgrind.exp: New file.
395 (vgdb_start, vgdb_stop): New procs, factored out of ...
396 * gdb.base/valgrind-bt.exp: ... here, ...
397 * gdb.base/valgrind-disp-step.exp: ... here and ...
398 * gdb.base/valgrind-infcall.exp: ... here.
399
1443936e
TV
4002018-10-31 Tom de Vries <tdevries@suse.de>
401
402 * lib/gdb.exp (get_valueof): Don't output read value in test name.
403
eb77c9df
AB
4042018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
405
406 * gdb.dwarf2/void-type.c: New file.
407 * gdb.dwarf2/void-type.exp: New file.
408
82b5e646
PW
4092018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
410
411 * gdb.base/info_qt.c: New file.
412 * gdb.base/info_qt.exp: New file.
413
8d619c01
EBM
4142018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
415
416 * gdb.arch/powerpc-htm-regs.c: New file.
417 * gdb.arch/powerpc-htm-regs.exp: New file.
418
f2cf6173
EBM
4192018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
420
421 * gdb.arch/powerpc-tar.c: New file.
422 * gdb.arch/powerpc-tar.exp: New file.
423
7ca18ed6
EBM
4242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
425
426 * gdb.arch/powerpc-ppr-dscr.c: New file.
427 * gdb.arch/powerpc-ppr-dscr.exp: New file.
428
bfcc0eba
TV
4292018-10-25 Tom de Vries <tdevries@suse.de>
430
431 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
432
fe1a5cad
TV
4332018-10-24 Tom de Vries <tdevries@suse.de>
434
435 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
436 longer exists error.
437
a76dc3b7
TV
4382018-10-24 Tom de Vries <tdevries@suse.de>
439
440 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
441
4df46df7
TV
4422018-10-24 Tom de Vries <tdevries@suse.de>
443
444 * gdb.base/valgrind-db-attach.exp: Handle removed support for
445 --db-attach in valgrind.
446
0dbfcfff
AB
4472018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.arch/riscv-reg-aliases.c: New file.
450 * gdb.arch/riscv-reg-aliases.exp: New file.
451
b04480b1
AH
4522018-10-19 Alan Hayward <alan.hayward@arm.com>
453
454 * gdb.python/py-cmd.exp: Check for gdb_prompt.
455
2c6ac8d7
AH
4562018-10-19 Alan Hayward <alan.hayward@arm.com>
457
458 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
459
2bc69f25
AH
4602018-10-19 Alan Hayward <alan.hayward@arm.com>
461
462 * gdb.cp/ovldbreak.exp: Fix regexps.
463
1f1ae3a3
AH
4642018-10-19 Alan Hayward <alan.hayward@arm.com>
465
466 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
467
94c18618
SDJ
4682018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
469
470 PR cli/23785
471 * gdb.base/restore.exp: New test to check if "restore" with an
472 invalid file doesn't segfault.
473
812cd6eb
TV
4742018-10-18 Tom de Vries <tdevries@suse.de>
475
476 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
477 * gdb.ada/excep_handle.exp: Same.
478 * gdb.ada/mi_string_access.exp: Same.
479 * gdb.ada/mi_var_union.exp: Same.
480 * gdb.arch/arc-analyze-prologue.exp: Same.
481 * gdb.arch/arc-decode-insn.exp: Same.
482 * gdb.base/readnever.exp: Same.
483 * gdb.fortran/printing-types.exp: Same.
484 * gdb.guile/scm-lazy-string.exp: Same.
485
c4b90788
TV
4862018-10-16 Tom de Vries <tdevries@suse.de>
487
488 PR gdb/23730
489 * gdb.base/catch-follow-exec.c: Add copyright notice.
490 * gdb.base/catch-follow-exec.exp: Rewrite to use
491 gdb_spawn_with_cmdline_opts. Require gdb-native.
492
8bca2978
SL
4932018-10-12 Sandra Loosemore <sandra@codesourcery.com>
494
495 * gdb.trace/actions-changed.exp: Check for arch support.
496 * gdb.trace/actions.exp: Likewise.
497 * gdb.trace/ax.exp: Likewise.
498 * gdb.trace/backtrace.exp: Likewise.
499 * gdb.trace/change-loc.exp: Likewise.
500 * gdb.trace/deltrace.exp: Likewise.
501 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
502 * gdb.trace/ftrace.exp: Likewise.
503 * gdb.trace/infotrace.exp: Check for arch support.
504 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
505 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
506 * gdb.trace/mi-tsv-changed.exp: Likewise.
507 * gdb.trace/packetlen.exp: Likewise.
508 * gdb.trace/passc-dyn.exp: Likewise.
509 * gdb.trace/passcount.exp: Likewise.
510 * gdb.trace/pending.exp: Likewise.
511 * gdb.trace/range-stepping.exp: Check for shlib support.
512 * gdb.trace/report.exp: Check for arch support.
513 * gdb.trace/save-trace.exp: Likewise.
514 * gdb.trace/signal.exp: Check for signal support.
515 * gdb.trace/tfind.exp: Check for arch support.
516 * gdb.trace/trace-break.exp: Check for arch and shlib support.
517 * gdb.trace/trace-common.h: Add comment.
518 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
519 * gdb.trace/trace-enable-disable.exp: Likewise.
520 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
521 * gdb.trace/tracecmd.exp: Check for arch support.
522 * gdb.trace/tspeed.exp: Check for shlib and target support.
523 * gdb.trace/tstatus.exp: Check for arch support.
524 * gdb.trace/tsv.exp: Likewise.
525 * gdb.trace/while-dyn.exp: Likewise.
526 * gdb.trace/while-stepping.exp: Likewise.
527 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
528
f9c49bff
SM
5292018-10-12 Simon Marchi <simon.marchi@ericsson.com>
530
531 * gdb.trace/tspeed.exp: Remove nowarnings.
532 (prepare_for_trace_test): Declare "global ipalib".
533 * gdb.trace/tspeed.c: Include unistd.h.
534 (main): Remove superfluous printf argument.
535
d4330bde
SL
5362018-10-11 Sandra Loosemore <sandra@codesourcery.com>
537
538 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
539 directory prefix on the filename.
540
8ecfd7bd
SDJ
5412018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
542
543 * gdb.gdb/unittest.exp: Update expected message informing that
544 selftests have been disabled.
545 * gdb.server/unittest.exp: Likewise.
546
58bbcd02
TV
5472018-10-09 Tom de Vries <tdevries@suse.de>
548
549 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
550 with runto_main.
551
9f6b697b
WP
5522018-10-08 Weimin Pan <weimin.pan@oracle.com>
553
554 PR c++/16841
555 * gdb.cp/virtbase2.cc: New file.
556 * gdb.cp/virtbase2.exp: New file.
557
add5ded5
TT
5582018-10-06 Tom Tromey <tom@tromey.com>
559
560 PR python/19399:
561 * gdb.python/py-inferior.exp: Add architecture test.
562
f9e48344
TT
5632018-10-06 Tom Tromey <tom@tromey.com>
564
565 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
566 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
567
2a8be203
TT
5682018-10-06 Tom Tromey <tom@tromey.com>
569
570 * gdb.python/py-breakpoint.exp (check_last_event): Check location
571 of a "throw" catchpoint.
572
e04caa70
SDJ
5732018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
574
575 * gdb.base/info-proc.exp: Update string expected from "help info
576 proc".
577
5ca8c39f
TT
5782018-10-04 Tom Tromey <tom@tromey.com>
579
580 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
581 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
582 (test_initial_complaints, test_empty_complaints): Update.
583 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
584
3453e7e4
TT
5852018-10-04 Tom Tromey <tom@tromey.com>
586
587 PR cli/19551:
588 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
589 * lib/gdb.exp (gdb_file_cmd): Update.
590 * gdb.stabs/weird.exp (print_weird_var): Update.
591 * gdb.server/solib-list.exp: Update.
592 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
593 * gdb.mi/mi-cli.exp: Update.
594 * gdb.linespec/linespec.exp: Update.
595 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
596 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
597 * gdb.cp/cp-relocate.exp: Update.
598 * gdb.base/sym-file.exp: Update.
599 * gdb.base/relocate.exp: Update.
600 * gdb.base/readnever.exp: Update.
601 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
602 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
603 * gdb.base/dbx.exp (gdb_file_cmd): Update.
604 * gdb.base/code_elim.exp: Update.
605 * gdb.base/break-unload-file.exp (test_break): Update.
606 * gdb.base/break-interp.exp (test_attach_gdb): Update.
607 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
608 Update.
609 * gdb.base/attach.exp (do_attach_tests): Update.
610 * gdb.base/sepdebug.exp: Update.
611 * gdb.python/py-section-script.exp: Update.
612
6afcf761
TT
6132018-10-04 Tom Tromey <tom@tromey.com>
614
615 PR cli/22234:
616 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
617 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
618 output.
619
fef1b293
TT
6202018-10-04 Tom Tromey <tom@tromey.com>
621
622 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
623 set width and height to 0.
624 (test_command_line_attach_run): Use -quiet.
625
ca98345e
SL
6262018-10-03 Sandra Loosemore <sandra@codesourcery.com>
627
628 * lib/gdb.exp (skip_ifunc_tests): New.
629 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
630 other compile failures.
631 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
632
ff34e6ae
SM
6332018-10-01 Simon Marchi <simon.marchi@ericsson.com>
634
635 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
636 is_amd64_regs_target.
637
6bb8890e
AH
6382018-10-01 Alan Hayward <alan.hayward@arm.com>
639
640 * gdb.arch/aarch64-sighandler-regs.c: New test.
641 * gdb.arch/aarch64-sighandler-regs.exp: New file.
642 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
643
224d30d3
MM
6442018-10-01 Markus Metzger <markus.t.metzger@intel.com>
645
646 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
647 assembly.
648
f67ffa6a
AB
6492018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
650
651 * gdb.base/frame-selection.exp: New file.
652 * gdb.base/frame-selection.c: New file.
653
9fc3183f
AH
6542018-09-27 Alan Hayward <alan.hayward@arm.com>
655
656 * gdb.threads/check-libthread-db.c (thread_routine): Use a
657 pthread barrier.
658 (main): Likewise.
659
d354055e
AB
6602018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
661
662 * gdb.base/large-frame-1.c: New file.
663 * gdb.base/large-frame-2.c: New file.
664 * gdb.base/large-frame.exp: New file.
665 * gdb.base/large-frame.h: New file.
666
db727370
JL
6672018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
668
669 PR gdb/20948
670 * gdb.base/write_mem.exp: New test.
671 * gdb.base/write_mem.c: Likewise.
672
ae778caf
TT
6732018-09-23 Tom Tromey <tom@tromey.com>
674
675 PR python/18852:
676 * gdb.python/py-parameter.exp: Add test for parameter that throws
677 on "set".
678
fd3ba736
TT
6792018-09-23 Tom Tromey <tom@tromey.com>
680
681 PR python/17284:
682 * gdb.python/py-template.exp (test_template_arg): Add test for
683 negative template argument number.
684
39a24317
TT
6852018-09-23 Tom Tromey <tom@tromey.com>
686
687 PR python/14062:
688 * gdb.python/python.exp: Add test for post_event error.
689
f5769a2c
TT
6902018-09-23 Tom Tromey <tom@tromey.com>
691
692 PR python/18170:
693 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
694 convert pointers to int and long.
695
1c1e54f6
TT
6962018-09-23 Tom Tromey <tom@tromey.com>
697
698 PR python/20126:
699 * gdb.python/py-value.exp (test_value_numeric_ops): Add
700 signed-ness conversion tests.
701
fb4fa946
TT
7022018-09-23 Tom Tromey <tom@tromey.com>
703
704 PR python/18352;
705 * gdb.python/py-value.exp (test_float_conversion): New proc.
706 Use it.
707
a466edac
HAQ
7082018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
709
710 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
711
4ee9b0c5
SL
7122018-09-18 Sandra Loosemore <sandra@codesourcery.com>
713
714 * gdb.base/complete-empty.exp: Skip tab-completion tests if
715 no readline.
716 * gdb.base/utf8-identifiers.exp: Likewise.
717 * gdb.cp/cpcompletion.exp: Likewise.
718 * gdb.linespec/cpcompletion.exp: Likewise.
719 * gdb.linespec/cpls-abi-tag.exp: Likewise.
720 * gdb.linespec/cpls-ops.exp: Likewise.
721
23be8da7
RB
7222018-09-19 Richard Bunt <richard.bunt@arm.com>
723 Chris January <chris.january@arm.com>
724
725 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
726 * gdb.fortran/short-circuit-argument-list.exp: New file.
727 * gdb.fortran/short-circuit-argument-list.f90: New test.
728
5031d0ae
SDJ
7292018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
730
731 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
732 "arch=" keyword when executing "-stack-list-frames".
733
b4c0d1a4
SDJ
7342018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
735
736 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
737 "arch=" keyword when executing "-stack-list-frames".
738
7a6d2b45
SDJ
7392018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
740
741 * gdb.ada/complete.exp: Expect for "@" when doing "complete
742 break ada".
743
8588b356
SM
7442018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
745
746 PR python/23669
747 * gdb.python/python.exp: Test gdb.execute("show commands").
748
65e65158
TT
7492018-09-16 Tom Tromey <tom@tromey.com>
750
751 * gdb.base/new-ui.exp (do_execution_tests): Update.
752 * gdb.base/dbx.exp (test_breakpoints): Update.
753
bf326452
AH
7542018-09-14 Alan Hayward <alan.hayward@arm.com>
755
756 * lib/gdb.exp (gdb_simple_compile): Add proc.
757 (is_elf_target): Use gdb_simple_compile.
758 (skip_altivec_tests): Likewise.
759 (skip_vsx_tests): Likewise.
760 (skip_tsx_tests): Likewise.
761 (skip_btrace_tests): Likewise.
762 (skip_btrace_pt_tests): Likewise.
763 (gdb_can_simple_compile): Likewise.
764 (gdb_has_argv0): Likewise.
765 (gdb_target_symbol_prefix): Likewise.
766 (target_supports_scheduler_locking): Likewise.
767
2361b0fb
TT
7682018-09-13 Tom Tromey <tom@tromey.com>
769
770 * Makefile.in (TAGS): Recognize proc_with_prefix and
771 gdb_caching_proc.
772
0ae1a321
SM
7732018-09-13 Simon Marchi <simon.marchi@ericsson.com>
774
775 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
776 method.
777
a40bf0c2
SM
7782018-09-13 Simon Marchi <simon.marchi@ericsson.com>
779
780 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
781 and a few other Inferior properties when the Inferior is no
782 longer valid.
783
4a3fe98f
TT
7842018-09-13 Tom Tromey <tom@tromey.com>
785
786 PR rust/23650:
787 * gdb.rust/simple.exp: Add test for enum field access error.
788
098b2108
TT
7892018-09-13 Tom Tromey <tom@tromey.com>
790
791 PR rust/23626:
792 * gdb.rust/simple.rs (EmptyEnum): New type.
793 (main): Use it.
794 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
795
1256af7d
SM
7962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
797
798 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
799 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
800 * gdb.python/py-symtab.exp: Update test printing an objfile.
801
4aa8e6c2
SM
8022018-09-12 Simon Marchi <simon.marchi@ericsson.com>
803
804 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
805 object.
806
c221b2f7
AH
8072018-09-12 Alan Hayward <alan.hayward@arm.com>
808
809 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
810 (support_complex_tests): Use gdb_can_simple_compile.
811 (is_ilp32_target): Likewise.
812 (is_lp64_target): Likewise.
813 (is_64_target): Likewise.
814 (is_amd64_regs_target): Likewise.
815 (is_aarch32_target): Likewise.
816 (gdb_int128_helper): Likewise.
817
6f1107b5
JK
8182018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
819
820 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
821
1f5d1570
JG
8222018-09-10 Jerome Guitton <guitton@adacore.com>
823
824 * gdb.ada/same_component_name: Add test for case of tagged record
825 with variable-length fields.
826
cc330e39
XR
8272018-09-10 Xavier Roirand <roirand@adacore.com>
828
829 * gdb.ada/access_to_unbounded_array.exp: New testcase.
830 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
831 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
832 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
833
b9c50e9a
XR
8342018-09-10 Xavier Roirand <roirand@adacore.com>
835
836 * gdb.ada/mi_string_access.exp: New testcase.
837 * gdb.ada/mi_string_access/bar.adb: New file.
838 * gdb.ada/mi_string_access/pck.adb: New file.
839 * gdb.ada/mi_string_access/pck.asd: New file.
840
2963898f
XR
8412018-09-10 Xavier Roirand <roirand@adacore.com>
842
843 * gdb.ada/mi_var_union.exp: New testcase.
844 * gdb.ada/mi_var_union/bar.adb: New file.
845 * gdb.ada/mi_var_union/pck.adb: New file.
846 * gdb.ada/mi_var_union/pck.asd: New file.
847
1aac008f
TT
8482018-09-08 Tom Tromey <tom@tromey.com>
849
850 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
851
332cf4c9
TT
8522018-09-08 Tom Tromey <tom@tromey.com>
853
854 PR python/16047:
855 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
856 (register_pretty_printers): Register new printer.
857 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
858 test.
859 * gdb.python/py-prettyprint.c (int_type3): New typedef.
860 (an_int_type3): New global.
861
424da6cf
JB
8622018-09-08 Joel Brobecker <brobecker@adacore.com>
863
864 * gdb.ada/expr_with_funcall: New testcase.
865
2a62dfa9
JB
8662018-09-08 Joel Brobecker <brobecker@adacore.com>
867
868 * gdb.ada/packed_array_assign: New testcase.
869
96b6697f
AB
8702018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
873 names, and add test prefixes to make test names unique.
874
e4a62c65
TV
8752018-09-05 Tom de Vries <tdevries@suse.de>
876
877 * gdb.dwarf2/varval.exp: Add test.
878
dd083ee2
GB
8792018-09-04 Gary Benson <gbenson@redhat.com>
880
881 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
882 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
883
aef9346c
TT
8842018-08-31 Tom Tromey <tom@tromey.com>
885
886 * gdb.rust/simple.rs: Rename second variable "v".
887
c67f2e15
AB
8882018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * gdb.base/funcargs.c (use_a): New function.
891 (recurse): Call use_a.
892
078a0207
KS
8932018-08-29 Keith Seitz <keiths@redhat.com>
894
895 * gdb.compile/compile-cplus-anonymous.cc: New file.
896 * gdb.compile/compile-cplus-anonymous.exp: New file.
897 * gdb.compile/compile-cplus-array-decay.cc: New file.
898 * gdb.compile/compile-cplus-array-decay.exp: New file.
899 * gdb.compile/compile-cplus-inherit.cc: New file.
900 * gdb.compile/compile-cplus-inherit.exp: New file.
901 * gdb.compile/compile-cplus-member.cc: New file.
902 * gdb.compile/compile-cplus-member.exp: New file.
903 * gdb.compile/compile-cplus-method.cc: New file.
904 * gdb.compile/compile-cplus-method.exp: New file.
905 * gdb.compile/compile-cplus-mod.c: "New" file.
906 * gdb.compile/compile-cplus-namespace.cc: New file.
907 * gdb.compile/compile-cplus-namespace.exp: New file.
908 * gdb.compile/compile-cplus-nested.cc: New file.
909 * gdb.compile/compile-cplus-nested.exp: New file.
910 * gdb.compile/compile-cplus-print.c: "New" file.
911 * gdb.compile/compile-cplus-print.exp: "New" file.
912 * gdb.compile/compile-cplus-virtual.cc: New file.
913 * gdb.compile/compile-cplus-virtual.exp: New file.
914 * gdb.compile/compile-cplus.c: "New" file.
915 * gdb.compile/compile-cplus.exp: "New" file.
916 * lib/compile-support.exp: New file.
917
b0f492b9
GB
9182018-08-16 Gary Benson <gbenson@redhat.com>
919
920 PR gdb/13000:
921 * gdb.base/batch-exit-status.exp: New file.
922 * gdb.base/batch-exit-status.good-commands: Likewise.
923 * gdb.base/batch-exit-status.bad-commands: Likewise.
924
36eb4c5f
AH
9252018-08-29 Alan Hayward <alan.hayward@arm.com>
926
927 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
928 (struct struct02): Likewise.
929 (struct struct03): Likewise.
930 (struct struct04): Likewise.
931 (struct struct_01_01): New struct.
932 (struct struct_01_02): Likewise.
933 (struct struct_01_03): Likewise.
934 (struct struct_01_04): Likewise.
935 (struct struct_02_01): Likewise.
936 (struct struct_02_02): Likewise.
937 (struct struct_02_03): Likewise.
938 (struct struct_02_04): Likewise.
939 (struct struct_04_01): Likewise.
940 (struct struct_04_02): Likewise.
941 (struct struct_04_03): Likewise.
942 (struct struct_04_04): Likewise.
943 (struct struct_05_01): Likewise.
944 (struct struct_05_02): Likewise.
945 (struct struct_05_03): Likewise.
946 (struct struct_05_04): Likewise.
947 (cmp_struct01): Remove function.
948 (cmp_struct02): Likewise.
949 (cmp_struct03): Likewise.
950 (cmp_struct04): Likewise.
951 (cmp_struct_01_01): Add Function.
952 (cmp_struct_01_02): Likewise.
953 (cmp_struct_01_03): Likewise.
954 (cmp_struct_01_04): Likewise.
955 (cmp_struct_02_01): Likewise.
956 (cmp_struct_02_02): Likewise.
957 (cmp_struct_02_03): Likewise.
958 (cmp_struct_02_04): Likewise.
959 (cmp_struct_04_01): Likewise.
960 (cmp_struct_04_02): Likewise.
961 (cmp_struct_04_03): Likewise.
962 (cmp_struct_04_04): Likewise.
963 (cmp_struct_05_01): Likewise.
964 (cmp_struct_05_02): Likewise.
965 (cmp_struct_05_03): Likewise.
966 (cmp_struct_05_04): Likewise.
967 (call_all): Add new structs.
968 * gdb.base/infcall-nested-structs.exp: Likewise.
969
3bf9c013
JV
9702018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
971
972 * gdb.python/py-framefilter-mi.exp: Update regexp to
973 check for "arch" field in frame output.
974
450d1e88
KB
9752018-08-23 Kevin Buettner <kevinb@redhat.com>
976
977 * gdb.dwarf2/dw2-ranges-func.c: New file.
978 * gdb.dwarf2/dw2-ranges-func.exp: New file.
979
ae739fe7
SM
9802018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
981
982 * gdb.base/term.exp: Compare terminal settings with values from
983 the inferior.
984 * gdb.base/term.c: Get and set terminal settings.
985
6d52907e
JV
9862018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
987
988 * lib/mi-support.exp (mi_expect_stop): Update regexp to
989 accommodate new "arch" field in frame output.
990 * gdb.mi/mi-return.exp: Likewise.
991 * gdb.mi/mi-stack.exp: Likewise.
992 * gdb.mi/mi-syn-frame.exp: Likewise.
993 * gdb.mi/user-selected-context-sync.exp: Likewise.
994
be2d111a
MS
9952018-08-19 Michael Spang <spang@google.com>
996
997 PR gdb/11786
998 * gdb.base/gcore-tls-pie.c: New file.
999 * gdb.base/gcore-tls-pie.exp: New file.
1000
ae3a7c47
KB
10012018-08-18 Kevin Buettner <kevinb@redhat.com>
1002
1003 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1004 * gdb.dwarf2/varval.c: New file.
1005 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1006
2ecae92e
AH
10072018-08-17 Alan Hayward <alan.hayward@arm.com>
1008
1009 PR gdb/18931
1010 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1011
c1854f1d
KS
10122018-08-16 Keith Seitz <keiths@redhat.com>
1013
1014 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1015 tests expected to pass.
1016
26fb3983
JV
10172018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1018
1019 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1020 -data-disassemble -a.
1021 (test_disassembly_bogus_args): Likewise.
1022
67943c00
AB
10232018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1024
1025 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1026
5ff2bbae
AB
10272018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1028
1029 * gdb.base/vla-optimized-out.exp: Add new test.
1030
e5bbcd0f
AB
10312018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1032
1033 * gdb.base/vla-optimized-out-o3.exp: Delete.
1034 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1035 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1036 deleted tests.
1037
9d4a934c
AB
10382018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 PR gdb/18050:
1041 * gdb.server/extended-remote-restart.c: New file.
1042 * gdb.server/extended-remote-restart.exp: New file.
1043
045cf012
SM
10442018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1045
1046 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1047 "set variable index = 42".
1048
87d6a7aa
SM
10492018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1050
1051 * boards/index-cache-gdb.exp: New file.
1052 * gdb.dwarf2/index-cache.exp: New file.
1053 * gdb.dwarf2/index-cache.c: New file.
1054 * gdb.base/maint.exp: Check if we are using the index cache.
1055
96d68bd4
RO
10562018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1057
1058 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1059 MAKEFLAGS.
1060
5a699617
RO
10612018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1062
1063 * dg-extract-results.sh: Move to toplevel contrib.
1064 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1065 * Makefile.in (check-parallel-racy): Likewise.
1066
5bd18990
AB
10672018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1070 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1071 tests if the target supports scheduler locking.
1072
3fbbcf47
TV
10732018-08-04 Tom de Vries <tdevries@suse.de>
1074
1075 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1076
3e1d3d8c
TT
10772018-08-02 Tom Tromey <tom@tromey.com>
1078
1079 PR symtab/16842.
1080 * gdb.cp/temargs.exp: Test "info address" of a template
1081 parameter.
1082
5abe0f0c
JV
10832018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1084
1085 * gdb.python/py-mi-var-info-path-expression.c: New file.
1086 * gdb.python/py-mi-var-info-path-expression.py: New file.
1087 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1088
fb66cde8
SDJ
10892018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1090
1091 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1092 error after "cannot resolve name" string.
1093
c708f4d2
AB
10942018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1097 started.
1098 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1099
37cc0cae
TV
11002018-07-28 Tom de Vries <tdevries@suse.de>
1101
1102 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1103
63b4ecf7
TV
11042018-07-26 Tom de Vries <tdevries@suse.de>
1105
1106 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1107
3c3bb058
AB
11082018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1111 is visible.
1112
9e7f3bbb
TV
11132018-07-26 Tom de Vries <tdevries@suse.de>
1114
1115 PR breakpoints/23366
1116 * gdb.base/catch-follow-exec.c: New test.
1117 * gdb.base/catch-follow-exec.exp: New file.
1118
16f808ec
TV
11192018-07-25 Tom de Vries <tdevries@suse.de>
1120
1121 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1122 vla-optimized-out.c.
1123
d7154a8d
JV
11242018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1125
1126 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1127 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1128
232a0032
TV
11292018-07-20 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1132 NOCLONE macro.
1133 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1134
fbb1d502
TV
11352018-07-19 Tom de Vries <tdevries@suse.de>
1136
1137 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1138 regular expression.
1139
42dc7699
TV
11402018-07-18 Tom de Vries <tdevries@suse.de>
1141
1142 * gdb.base/vla-optimized-out.c: New test.
1143 * gdb.base/vla-optimized-out.exp: New file.
1144
7f1f7e23
SDJ
11452018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1146
1147 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1148 message "No address associated with hostname" when gdbserver
1149 cannot resolve the hostname.
1150
5759ebb3
PW
11512018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1152
1153 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1154 Add some test prefixes to make tests unique.
1155
3606ccab
PW
11562018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1157
1158 * gdb.base/frameapply.c: New file.
1159 * gdb.base/frameapply.exp: New file.
1160
529c08b2
PW
11612018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1162
1163 * gdb.base/skip.exp: Update expected error message.
1164
c7ab0aef
SDJ
11652018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1166 Jan Kratochvil <jan.kratochvil@redhat.com>
1167 Paul Fertser <fercerpav@gmail.com>
1168 Tsutomu Seki <sekiriki@gmail.com>
1169
1170 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1171 parameter.
1172 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1173 by default.
1174 * boards/native-gdbserver.exp: Likewise.
1175 * gdb.server/run-without-local-binary.exp: Improve regexp used
1176 for detecting when a remote debugging connection succeeds.
1177 * gdb.server/server-connect.exp: New file.
1178 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1179 Do not prefix the port number with ":".
1180 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1181 support for detecting and using it. Add '$debughost_gdbserver'
1182 to the list of arguments used to start gdbserver. Handle case
1183 when gdbserver cannot resolve a network name.
1184
16ff70dd
SDJ
11852018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1186
1187 PR c++/23373
1188 * gdb.base/ptype-offsets.cc (struct static_member): New
1189 struct.
1190 (main) <stmember>: New variable.
1191 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1192 with a static member in it.
1193
3541979f
AB
11942018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1197 watchpoints enabled and disabled.
1198
c8ad9b9a
AB
11992018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.base/examine-backward.exp: Still run tests around address
1202 0x0, even if address 0x0 is not readable. Update the pattern for
1203 matching address 0x0 in expected output.
1204
e0e5e971
AB
12052018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1208 malloc/free.
1209
1ea5da02
TV
12102018-07-04 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1213
471b9d15
MR
12142018-07-02 Maciej W. Rozycki <macro@mips.com>
1215
1216 PR tdep/8282
1217 * gdb.arch/mips-disassembler-options.exp: New test.
1218 * gdb.arch/mips-disassembler-options.s: New test source.
1219
75acb486
PA
12202018-06-29 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.threads/names.exp: Adjust expected "info threads" output.
1223
cd2bb709
PA
12242018-06-29 Pedro Alves <palves@redhat.com>
1225
1226 * gdb.opt/inline-break.exp (line number, address): Add "info
1227 break" tests.
1228
991ff292
PA
12292018-06-29 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1232 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1233 number and address and running to them.
1234
356819b6 12352018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1236
1237 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1238
2512d7ef
JK
12392018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1240
1241 * lib/compiler.c: Remove executable permission flag.
1242
be1b6474
RB
12432018-06-28 Richard Bunt <richard.bunt@arm.com>
1244
1245 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1246 code.
1247 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1248
291f9a96
PT
12492018-06-28 Petr Tesarik <ptesarik@suse.cz>
1250
1251 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1252
ed6dfe51
PT
12532018-06-28 Petr Tesarik <ptesarik@suse.cz>
1254
1255 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1256 address argument is omitted.
1257
d4d429d5
PT
12582018-06-28 Petr Tesarik <ptesarik@suse.cz>
1259
1260 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1261
7ab6656f
OJ
12622018-06-27 Omair Javaid <omair.javaid@linaro.org>
1263
1264 PR gdb/21695
1265 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1266 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1267
a33ccfc7
TT
12682018-06-26 Tom Tromey <tom@tromey.com>
1269
1270 PR rust/22574:
1271 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1272 * gdb.rust/simple.rs (struct SimpleLayout): New.
1273
6d72d289
SM
12742018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1275
1276 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1277 "info registers" output.
1278
8363f9d5
RB
12792018-06-21 Richard Bunt <richard.bunt@arm.com>
1280
1281 * gdb.base/watchpoint-hw-attach.c: New test.
1282 * gdb.base/watchpoint-hw-attach.exp: New file.
1283
f00674fe
SM
12842018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1285
1286 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1287 through /bin/sh.
1288 * boards/dwarf4-gdb-index.exp: Likewise.
1289 * boards/fission-dwp.exp: Likewise.
1290
1d554008
UW
12912018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1292
1293 * gdb.base/float128.exp: Add comment and improved fail message
1294 to the failure case of "print large128" test.
1295
d0ac1c44
SM
12962018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1297
1298 * configure.ac: Remove AC_PREREQ.
1299 * configure: Re-generate.
1300
61b04dd0
PA
13012018-06-19 Pedro Alves <palves@redhat.com>
1302
1303 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1304 (func_extern_caller): New.
1305 (main): Call func_extern_caller.
1306 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1307 logic change.
1308
f63b508a
SM
13092018-06-18 Weimin Pan <weimin.pan@oracle.com>
1310
1311 PR gdb/16841
1312 * gdb.cp/typedef-base.cc: New file.
1313 * gdb.cp/typedef-base.exp: New file.
1314
0fe3a558
TV
13152018-06-18 Tom de Vries <tdevries@suse.de>
1316
1317 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1318
7010835a
AB
13192018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1320 Richard Bunt <Richard.Bunt@arm.com>
1321
1322 * gdb.threads/attach-slow-waitpid.c: New file.
1323 * gdb.threads/attach-slow-waitpid.exp: New file.
1324 * gdb.threads/slow-waitpid.c: New file.
1325
14897d65
PA
13262018-06-14 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.base/fork-running-state.c: Include <errno.h>.
1329 (exit_if_relative_exits): New.
1330 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1331 exits.
1332 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1333 child exits.
1334
5d9a0608
TV
13352018-06-14 Tom de Vries <tdevries@suse.de>
1336
1337 PR cli/22573
1338 * gdb.base/finish-pretty.c: New test.
1339 * gdb.base/finish-pretty.exp: New file.
1340
11ae5818
PA
13412018-06-14 Pedro Alves <palves@redhat.com>
1342
1343 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1344 gdb's expected startup output.
1345
1d39de44
PA
13462018-06-14 Pedro Alves <palves@redhat.com>
1347
1348 * lib/selftest-support.exp (selftest_setup): Remove inlined
1349 function handling.
1350
70ee0000
TV
13512018-06-14 Tom de Vries <tdevries@suse.de>
1352
1353 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1354 matching of breakpoint printing.
1355
11f4b608
TV
13562018-06-13 Tom de Vries <tdevries@suse.de>
1357
1358 PR testsuite/23269
1359 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1360 (fork_child): ... here, and ...
1361 (fork_parent): ... here.
1362
13632018-06-12 Tom de Vries <tdevries@suse.de>
1364
1365 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1366
9516f85a
AB
13672018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1368 Stephen Roberts <stephen.roberts@arm.com>
1369
1370 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1371 rewrite test to describe action performed, rather than possible
1372 failure.
1373
5045b3d7
GB
13742018-06-08 Gary Benson <gbenson@redhat.com>
1375
1376 * gdb.threads/check-libthread-db.exp: New file.
1377 * gdb.threads/check-libthread-db.c: Likewise.
1378
c61b06a1
TT
13792018-06-05 Tom Tromey <tom@tromey.com>
1380
1381 * gdb.base/default.exp: Update expected "show version" output.
1382
eb6af809
TT
13832018-06-05 Tom Tromey <tom@tromey.com>
1384
1385 PR cli/12326:
1386 * gdb.cp/static-print-quit.exp: Update.
1387 * lib/gdb.exp (pagination_prompt): Update.
1388 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1389 * gdb.python/python.exp: Update.
1390
178d6a63
JB
13912018-06-04 Joel Brobecker <brobecker@adacore.com>
1392
1393 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1394
8e817061
JB
13952018-06-01 Joel Brobecker <brobecker@adacore.com>
1396
1397 * gdb.ada/bp_fun_addr: New testcase.
1398
e86ca25f
TT
13992018-06-01 Tom Tromey <tom@tromey.com>
1400
1401 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1402 results.
1403 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1404 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1405 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1406 * gdb.base/maint.exp (maint_pass_if): Update.
1407
4b2dfa9d
MR
14082018-05-31 Maciej W. Rozycki <macro@mips.com>
1409
1410 * gdb.base/endian.exp: New test.
1411 * gdb.base/endian.c: New test source.
1412
45f25d6c
AB
14132018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 PR gdb/23203
1416 * gdb.base/bt-selected-frame.c: New file.
1417 * gdb.base/bt-selected-frame.exp: New file.
1418 * lib/gdb.exp (get_current_frame_number): New function.
1419
d9f6d7f8
MR
14202018-05-24 Maciej W. Rozycki <macro@mips.com>
1421 Pedro Alves <palves@redhat.com>
1422
1423 * gdb.threads/tls-core.c: Include <stdlib.h>
1424 (thread_proc): Call `abort'.
1425 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1426 (tls_core_test): New procedure, bits factored out from ...
1427 (top level): ... here. Test both native cores and gcore cores.
1428
ff1cf532
TT
14292018-05-23 Tom Tromey <tom@tromey.com>
1430
1431 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1432
b98664d3
TT
14332018-05-23 Tom Tromey <tom@tromey.com>
1434
1435 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1436 symfile_complaints.
1437 (test_short_complaints): Likewise.
1438 (test_empty_complaints): Likewise.
1439 (test_initial_complaints): Update.
1440
4e9668d0
TT
14412018-05-23 Tom Tromey <tom@tromey.com>
1442
1443 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1444
43ba33c7
TT
14452018-05-23 Tom Tromey <tom@tromey.com>
1446
1447 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1448 (test_short_complaints): Update.
1449
035522c0
PA
14502018-05-22 Pedro Alves <palves@redhat.com>
1451
1452 * gdb.base/remote.exp: Only gdb_start after compiling the
1453 testcase. Issue "disconnect" before testing "set remote" command
1454 defaults. Issue clean_restart before running to main.
1455
cc0be08f
PA
14562018-05-22 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.base/remote.exp: Adjust expected output of "show remote
1459 memory-write-packet-size". Add tests for "set remote
1460 memory-write-packet-size 0" and "set remote
1461 memory-write-packet-size fixed/limit".
1462
b1b60145
PA
14632018-05-22 Pedro Alves <palves@redhat.com>
1464
1465 PR gdb/22973
1466 * gdb.base/utf8-identifiers.c: New file.
1467 * gdb.base/utf8-identifiers.exp: New file.
1468
0ec848ad
PFC
14692018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1470
1471 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1472
2c3305f6
PFC
14732018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1474
1475 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1476
ce1e8424
TT
14772018-05-18 Tom Tromey <tom@tromey.com>
1478
1479 * gdb.base/ptype-offsets.exp: Update.
1480
ddfe970e
KS
14812018-05-17 Keith Seitz <keiths@redhat.com>
1482
1483 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1484 in expected breakpoint stop locations.
1485 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1486 move to proper scope to test variable values.
1487 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1488 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1489 New functions.
1490 (main): Call not_inline_func3.
1491 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1492 inline_func1, inline_func2, and inline_func3. Test that when each
1493 breakpoint is hit, GDB properly reports both the stop location
1494 and the backtrace. Repeat tests for temporary breakpoints.
1495
0726fcc6
MR
14962018-05-15 Maciej W. Rozycki <macro@mips.com>
1497
1498 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1499 rather then trying to access it in determining whether the PID
1500 of `gdbserver' could have been retrieved.
1501
8ee22052
AB
15022018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.arch/amd64-init-x87-values.S: New file.
1505 * gdb.arch/amd64-init-x87-values.exp: New file.
1506
7785df48
JK
15072018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1508
1509 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1510
56bcdbea
TT
15112018-05-04 Tom Tromey <tom@tromey.com>
1512
1513 PR python/22730:
1514 * gdb.python/python.exp: Test multi-line execute.
1515
a913fffb
TT
15162018-05-04 Tom Tromey <tom@tromey.com>
1517
1518 PR python/22731:
1519 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1520
7a2c85f2
TT
15212018-05-04 Tom Tromey <tom@tromey.com>
1522
1523 PR gdb/11750:
1524 * gdb.base/define.exp: Test defining a user command inside a user
1525 command.
1526 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1527
a3b60e45
JK
15282018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1529 Pedro Alves <palves@redhat.com>
1530
1531 PR breakpoints/19806 and support for PR external/20207.
1532 * gdb.base/watchpoint-unaligned.c: New file.
1533 * gdb.base/watchpoint-unaligned.exp: New file.
1534
45fe4a03
AB
15352018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1536
1537 * gdb.base/maint.exp: Make test names unique, use
1538 test_prefix_command_help to test 'help maint info', and remove
1539 repeated test of 'help maint'.
1540
9be2ae8f
TT
15412018-05-04 Tom Tromey <tom@tromey.com>
1542
1543 PR gdb/22619:
1544 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1545 behavior.
1546
11859c31
AB
15472018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1548
1549 * gdb.base/maint.exp: Process output from 'maint print registers'
1550 line at a time.
1551
089a9490
AB
15522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1555 timeout.
1556
9b0797e2
AB
15572018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1560 filter pattern.
1561
f6ac5f3d
PA
15622018-05-02 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1565 to_log_command renames.
1566 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1567
77d3c63b
TT
15682018-05-02 Tom Tromey <tom@tromey.com>
1569
1570 * gdb.python/py-parameter.exp: Set test message.
1571
0489430a
TT
15722018-05-02 Tom Tromey <tom@tromey.com>
1573
1574 PR python/20084:
1575 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1576 PARAM_ZUINTEGER_UNLIMITED tests.
1577
1632f8ba
DR
15782018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1579
1580 PR rust/23124
1581 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1582 when casting.
1583
6d7bb824
TT
15842018-04-30 Tom Tromey <tom@tromey.com>
1585
1586 * gdb.python/py-type.exp: Check align attribute.
1587 * gdb.python/py-type.c: New "aligncheck" global.
1588
007e1530
TT
15892018-04-30 Tom Tromey <tom@tromey.com>
1590
1591 PR exp/17095:
1592 * gdb.dwarf2/dw2-align.exp: New file.
1593 * gdb.cp/align.exp: New file.
1594 * gdb.base/align.exp: New file.
1595 * lib/gdb.exp (gdb_int128_helper): New proc.
1596 (has_int128_c, has_int128_cxx): New caching procs.
1597
6873858b
TT
15982018-04-27 Tom Tromey <tom@tromey.com>
1599
1600 PR rust/22545:
1601 * gdb.rust/simple.exp: Add inclusive range tests.
1602
79188d8d
PA
16032018-04-26 Pedro Alves <palves@redhat.com>
1604
1605 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1606 ifunc breakpoint locations correctly of ifunc breakpoints set
1607 while the program resolves the ifunc.
1608
c7075ad5
PA
16092018-04-26 Pedro Alves <palves@redhat.com>
1610
1611 * gdb.base/gnu-ifunc-final.c: New file.
1612 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1613 * gdb.base/gnu-ifunc.exp (executable): Delete.
1614 (staticexecutable): Adjust.
1615 (lib_opts, exec_opts): Delete.
1616 (make_binsuffix, build, set-break): New procedures.
1617 (misc_tests): New, with tests factored out from the top level.
1618 (top level): Test different combinations of ifunc resolver name,
1619 resolver with and with debug info, and ifunc target with and
1620 without debug info. Wrap static tests with with_target_prefix.
1621
8388016d
PA
16222018-04-26 Pedro Alves <palves@redhat.com>
1623
1624 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1625 return type" warnings.
1626
249b5733
PA
16272018-04-25 Pedro Alves <palves@redhat.com>
1628
1629 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1630 killed".
1631 * gdb.base/kill-after-signal.exp: Likewise.
1632 * gdb.threads/kill.exp: Likewise.
1633
f67c0c91
SDJ
16342018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1635 Sergio Durigan Junior <sergiodj@redhat.com>
1636 Pedro Alves <palves@redhat.com>
1637
1638 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1639 regexps to expect for '[Inferior ... detached]' as well.
1640 * gdb.base/attach.exp: Likewise.
1641 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1642 "gdb_continue_to_end".
1643 (test_catch_syscall_with_wrong_args): Likewise.
1644 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1645 ']'. Don't set 'verbose' on.
1646 * gdb.base/foll-vfork.exp: Likewise.
1647 * gdb.base/fork-print-inferior-events.c: New file.
1648 * gdb.base/fork-print-inferior-events.exp: New file.
1649 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1650 '[Inferior ... has been killed]' message.
1651 * gdb.base/kill-after-signal.exp: Likewise.
1652 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1653 detach message.
1654 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1655 message.
1656 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1657 regexps to expect for '[Inferior ... detached]' as well.
1658 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1659
0a8ddac4
SM
16602018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1661
1662 PR gdb/23104
1663 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1664
d27d16bf
RB
16652018-04-19 Richard Bunt <richard.bunt@arm.com>
1666
1667 * gdb.threads/multiple-successive-infcall.c: New test.
1668 * gdb.threads/multiple-successive-infcall.exp: New file.
1669
a037790e
TT
16702018-04-17 Tom Tromey <tom@tromey.com>
1671
1672 * gdb.rust/simple.rs (Union): New type.
1673 (main): New local "u".
1674 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1675
e3a91079
AA
16762018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1677
1678 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1679 number information in output of "whereis" command.
1680 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1681
b744723f
AA
16822018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1683
1684 * gdb.ada/info_types.exp: Adjust expected output to the line
1685 numbers now printed by "info var/func/type".
1686 * gdb.base/completion.exp: Likewise.
1687 * gdb.base/included.exp: Likewise.
1688 * gdb.cp/cp-relocate.exp: Likewise.
1689 * gdb.cp/cplusfuncs.exp: Likewise.
1690 * gdb.cp/namespace.exp: Likewise.
1691 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1692
4a4495d6
MM
16932018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1694
1695 * gdb.btrace/cpu.exp: New.
1696
1d509aa6
MM
16972018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1698
1699 * gdb.base/step-indirect-call-thunk.exp: New.
1700 * gdb.base/step-indirect-call-thunk.c: New.
1701 * gdb.reverse/step-indirect-call-thunk.exp: New.
1702 * gdb.reverse/step-indirect-call-thunk.c: New.
1703
6295b6da
SM
17042018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1705
1706 * gdb.base/pie-fork.c: New file.
1707 * gdb.base/pie-fork.exp: New file.
1708
50146e70
TT
17092018-04-11 Tom Tromey <tom@tromey.com>
1710
1711 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1712
f50d8a2e
PA
17132018-04-10 Pedro Alves <palves@redhat.com>
1714
1715 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1716 exits. Instead loop running forever.
1717 (fork_parent): Run forever too.
1718
a0be7a36
SM
17192018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1720
1721 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1722 mi_continue_to_line.
1723 * gdb.mi/mi-stack.c (callee4): Add comment.
1724
9b73db36
SM
17252018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1726
1727 * gdb.mi/mi-stack.exp: Fix indentation.
1728
c912f608
SM
17292018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1730
1731 PR gdb/22979
1732 * gdb.arch/amd64-osabi.exp: New file.
1733
26540402
SM
17342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1735
1736 PR gdb/22980
1737 * gdb.base/osabi.exp: New file.
1738
121ad66c 17392018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1740
1741 * gdb.cp/static-typedef-print.exp: New file.
1742 * gdb.cp/static-typedef-print.cc: New file.
1743
3fcded8f
JB
17442018-03-27 Joel Brobecker <brobecker@adacore.com>
1745
1746 * gdb.ada/varsize_limit: New testcase.
1747
59cc4834
JB
17482018-03-27 Joel Brobecker <brobecker@adacore.com>
1749
1750 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1751
1752 * gdb.ada/notcplusplus: New testcase.
1753
1754 * gdb.base/c-linkage-name.c: New file.
1755 * gdb.base/c-linkage-name.exp: New testcase.
1756
4ca59a9f
TT
17572018-03-26 Tom Tromey <tom@tromey.com>
1758
1759 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1760 * gdb.python/py-framefilter.py (name_error): New global.
1761 (ErrorInName.function): Use name_error.
1762
978d6c75
TT
17632018-03-26 Tom Tromey <tom@tromey.com>
1764
1765 PR backtrace/15582:
1766 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1767
b7fee5a3
KS
17682018-03-23 Keith Seitz <keiths@redhat.com>
1769
1770 PR c++/22968
1771 * gdb.cp/subtypes.exp: New file.
1772 * gdb.cp/subtypes.h: New file.
1773 * gdb.cp/subtypes.cc: New file.
1774 * gdb.cp/subtypes-2.cc: New file.
1775
376be529
AB
17762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1779 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1780 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1781 -nostartfiles when compiling the test. Confirm that all registers
1782 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1783
066cfa98
AB
17842018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1785
1786 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1787 option, syntax was wrong anyway.
1788 * gdb.arch/arm-disp-step.exp: Likewise.
1789 * gdb.arch/sparc64-regs.exp: Likewise.
1790 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1791 option, syntax was wrong anyway, switch to use
1792 prepare_for_testing.
1793 * gdb.arch/i386-disp-step.exp: Likewise.
1794
079670b9
AA
17952018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1796
1797 * gdb.ada/exec_changed.exp: Replace "target_info exists
1798 use_gdb_stub" by "use_gdb_stub".
1799 * gdb.ada/start.exp: Likewise.
1800 * gdb.base/async-shell.exp: Likewise.
1801 * gdb.base/attach-pie-misread.exp: Likewise.
1802 * gdb.base/attach-wait-input.exp: Likewise.
1803 * gdb.base/break-entry.exp: Likewise.
1804 * gdb.base/break-interp.exp: Likewise.
1805 * gdb.base/dprintf-detach.exp: Likewise.
1806 * gdb.base/nostdlib.exp: Likewise.
1807 * gdb.base/solib-nodir.exp: Likewise.
1808 * gdb.base/statistics.exp: Likewise.
1809 * gdb.base/testenv.exp: Likewise.
1810 * gdb.mi/mi-exec-run.exp: Likewise.
1811 * gdb.mi/mi-start.exp: Likewise.
1812 * gdb.multi/dummy-frame-restore.exp: Likewise.
1813 * gdb.multi/multi-arch-exec.exp: Likewise.
1814 * gdb.multi/multi-arch.exp: Likewise.
1815 * gdb.multi/tids.exp: Likewise.
1816 * gdb.multi/watchpoint-multi.exp: Likewise.
1817 * gdb.python/py-events.exp: Likewise.
1818 * gdb.threads/attach-into-signal.exp: Likewise.
1819 * gdb.threads/attach-stopped.exp: Likewise.
1820 * gdb.threads/threadapply.exp: Likewise.
1821 * lib/selftest-support.exp: Likewise.
1822
26d6cec4
AA
18232018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1824
1825 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1826
4ee89e90
SR
18272018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1828
1829 * gdb.perf/template-breakpoints.cc: New file.
1830 * gdb.perf/template-breakpoints.exp: New file.
1831 * gdb.perf/template-breakpoints.py: New file.
1832
92630041
TT
18332018-03-19 Tom Tromey <tom@tromey.com>
1834
1835 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1836 y0.
1837 * gdb.rust/simple.exp: Test bare identifier form of struct
1838 initializer.
1839
76727919
TT
18402018-03-19 Tom Tromey <tom@tromey.com>
1841
1842 * gdb.gdb/observer.exp: Remove.
1843
194ed413
AA
18442018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1845
1846 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1847 "qualified" option when setting breakpoints.
1848 * gdb.trace/backtrace.exp: Likewise.
1849 * gdb.trace/circ.exp: Likewise.
1850 * gdb.trace/collection.exp: Likewise.
1851 * gdb.trace/disconnected-tracing.exp: Likewise.
1852 * gdb.trace/ftrace-lock.exp: Likewise.
1853 * gdb.trace/ftrace.exp: Likewise.
1854 * gdb.trace/infotrace.exp: Likewise.
1855 * gdb.trace/packetlen.exp: Likewise.
1856 * gdb.trace/passc-dyn.exp: Likewise.
1857 * gdb.trace/qtro.exp: Likewise.
1858 * gdb.trace/read-memory.exp: Likewise.
1859 * gdb.trace/report.exp: Likewise.
1860 * gdb.trace/signal.exp: Likewise.
1861 * gdb.trace/status-stop.exp: Likewise.
1862 * gdb.trace/strace.exp: Likewise.
1863 * gdb.trace/tfind.exp: Likewise.
1864 * gdb.trace/trace-break.exp: Likewise.
1865 * gdb.trace/trace-condition.exp: Likewise.
1866 * gdb.trace/trace-mt.exp: Likewise.
1867 * gdb.trace/tstatus.exp: Likewise.
1868 * gdb.trace/tsv.exp: Likewise.
1869 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1870 * gdb.trace/unavailable.exp: Likewise.
1871 * gdb.trace/while-dyn.exp: Likewise.
1872
8b067d2c
AA
18732018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1874
1875 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1876 that libinproctrace is copied to the target.
1877
3ae9ce5d
TT
18782018-03-14 Tom Tromey <tom@tromey.com>
1879
1880 PR cli/14977:
1881 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1882 a null pointer.
1883 * gdb.base/wchar.exp: Likewise.
1884
b8c2339b
TT
18852018-03-14 Tom Tromey <tom@tromey.com>
1886
1887 PR cli/19918:
1888 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1889 flag.
1890
4872dc46
SM
18912018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1892
1893 PR gdb/22841
1894 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1895 "target" to remote_exec.
1896
e4fe3756
SM
18972018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1898
1899 PR gdb/22841
1900 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1901 ${board}_upload): Remove.
1902
e95a97d4
AA
19032018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1904
1905 * gdb.cp/watch-cp.cc: New test.
1906 * gdb.cp/watch-cp.exp: New file.
1907
dbbb1059
AB
19082018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * gdb.base/infcall-nested-structs.exp: New file.
1911 * gdb.base/infcall-nested-structs.c: New file.
1912 * gdb.base/float.exp: Add riscv support.
1913
ecc054c0
TP
19142018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1915
1916 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1917 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1918
25e3c82c
SDJ
19192018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1920
1921 * gdb.server/abspath.exp: New file.
1922 * lib/gdb.exp (with_cwd): New procedure.
1923
3083294d
SM
19242018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1925
1926 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1927 use it.
1928 (gdb_is_target_remote_prompt): New proc.
1929 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1930 (gdb_is_target_native): Pass prompt parameter to
1931 gdb_is_target_1.
1932
3275ef47
SM
19332018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1934
1935 * gdb.base/load-command.c: New file.
1936 * gdb.base/load-command.exp: New file.
1937 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1938 (gdb_is_target_1): ...this, and generalize for other targets
1939 than just remote.
1940 (gdb_is_target_remote): Use gdb_is_target_1.
1941 (gdb_is_target_native): use gdb_is_target_1.
1942
6893c19a
TT
19432018-02-26 Tom Tromey <tom@tromey.com>
1944
1945 PR python/16497:
1946 * gdb.python/py-framefilter.exp: Update test.
1947
2ddeaf8a
TT
19482018-02-26 Tom Tromey <tom@tromey.com>
1949
1950 * gdb.dwarf2/variant.c: New file.
1951 * gdb.dwarf2/variant.exp: New file.
1952
c9317f21
TT
19532018-02-26 Tom Tromey <tom@tromey.com>
1954
1955 * gdb.rust/simple.exp: Accept more possible results in enum test.
1956
6f6d0c26
SM
19572018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1958
1959 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1960 parentheses.
1961
11b03145
MR
19622018-02-23 Maciej W. Rozycki <macro@mips.com>
1963
1964 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1965 name of a variable: $actual_linejj -> $actual_line.
1966
54a27fe5
JB
19672018-02-21 John Baldwin <jhb@FreeBSD.org>
1968
1969 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1970
de65820c
MM
19712018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1972
1973 * gdb.btrace/buffer-size.exp: Do not force BTS.
1974
980548fd
PA
19752018-02-14 Pedro Alves <palves@redhat.com>
1976
1977 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1978 getting a "Quit".
1979
c4e12631
MM
19802018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1981
1982 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1983 Fix test name.
1984
c2e0e465
SM
19852018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1986
1987 * gdb.cp/m-static.exp: Check type of optimized out static
1988 member.
1989
f7216783
AB
19902018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1991
1992 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1993 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1994
0625771b
LS
19952018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1996 Leszek Swirski <leszeks@google.com>
1997
1998 * gdb.python/py-prettyprint.c
1999 (struct to_string_returns_value_inner,
2000 struct to_string_returns_value_wrapper): New.
2001 (main): Add tsrvw variable.
2002 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2003 ToStringReturnsValueWrapper): New classes.
2004 (register_pretty_printers): Register new pretty-printers.
2005 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2006 recursive pretty printer.
2007 * gdb.python/py-mi.exp: Likewise.
2008
59498c30
LS
20092018-02-01 Leszek Swirski <leszeks@google.com>
2010
2011 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2012 functions with the same name as an include file are parsed
2013 correctly.
2014
d4d38844
YQ
20152018-02-01 Yao Qi <yao.qi@linaro.org>
2016
2017 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2018 "\[^\r\n\]*".
2019
07e5f5cf
NP
20202018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2021
2022 * gdb.arch/powerpc-prologue-frame.s: New file.
2023 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2024 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2025
929b5ad4
JB
20262018-01-31 Joel Brobecker <brobecker@adacore.com>
2027
2028 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2029
e671cd59
PA
20302018-01-30 Pedro Alves <palves@redhat.com>
2031
2032 PR gdb/13211
2033 * gdb.base/interrupt-daemon.c: New.
2034 * gdb.base/interrupt-daemon.exp: New.
2035 * gdb.multi/multi-term-settings.c: New.
2036 * gdb.multi/multi-term-settings.exp: New.
2037
fc413dc4
JB
20382018-01-30 Joel Brobecker <brobecker@adacore.com>
2039
2040 * gdb.base/break.exp: Save the location where the breakpoint
2041 on break.c:47 was actually inserted when debugging the version
2042 compiled at -O2 and use it in the expected output of the "info
2043 break" test performed soon after.
2044
5c319bb2
PA
20452018-01-22 Pedro Alves <palves@redhat.com>
2046 Sergio Durigan Junior <sergiodj@redhat.com>
2047
2048 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2049 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2050
a9e40818
JB
20512018-01-22 Joel Brobecker <brobecker@adacore.com>
2052
2053 * gdb.base/break-include.c, gdb.base/break-include.inc,
2054 gdb.base/break-include.exp: New files.
2055 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2056 line number now being the actual line number where the breakpoint
2057 was inserted.
2058 * gdb.mi/mi-break.exp: Likewise.
2059 * gdb.mi/mi-reverse.exp: Likewise.
2060 * gdb.mi/mi-simplerun.exp: Ditto.
2061
e707fc44
AB
20622018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2063
2064 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2065 varobj.
2066 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2067
ae451627
AB
20682018-01-21 Don Breazeal <donb@codesourcery.com>
2069 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * gdb.mi/basics.c: Add new global.
2072 * gdb.mi/mi-frame-regs.exp: New file.
2073 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2074 case.
2075
b1b189e0
AB
20762018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2077
2078 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2079 non-parameter, and on an unknown symbol.
2080
fcfcc376
TT
20812018-01-19 Tom Tromey <tom@tromey.com>
2082
2083 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2084 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2085
634c1c31
AA
20862018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2087
2088 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2089 setrlimit and chdir to int.
2090
d6ad07fd
AA
20912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2092
2093 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2094 function.
2095 (my_tend): Likewise.
2096 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2097 rationale of avoiding FP- and vector instructions.
2098
adf8243b
RK
20992018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2100
2101 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2102 "info reg" with "\[ \t\]*".
2103 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2104 "\[ \t\]+".
2105 * gdb.arch/s390-multiarch.exp: Ditto.
2106 * gdb.base/pc-fp.exp: Ditto.
2107 * gdb.reverse/i386-precsave.exp: Ditto.
2108 * gdb.reverse/i386-reverse.exp: Ditto.
2109 * gdb.reverse/i387-env-reverse.exp: Ditto.
2110 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2111
dcc06925
AA
21122018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2113
2114 * lib/gdb.exp (gdb_compile): Re-enable use of
2115 universal_compile_options for languages other than Rust.
2116
25d4fd80
AA
21172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2118
2119 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2120
ee7f689e 21212018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2122
2123 PR gdb/16577
2124 * gdb.base/solib-vanish.exp: New.
2125 * gdb.base/solib-vanish-main.c: New.
2126 * gdb.base/solib-vanish-lib1.c: New.
2127 * gdb.base/solib-vanish-lib2.c: New.
2128
d8447b6b
YQ
21292018-01-17 Yao Qi <yao.qi@linaro.org>
2130
2131 * gdb.compile/compile.exp: Match the address printed for
2132 frame in the output of command "bt".
2133
86d6a90c
TT
21342018-01-15 Tom Tromey <tom@tromey.com>
2135
2136 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2137 compute sp_reg.
2138
cbcdb1aa
AB
21392018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2140
2141 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2142 to prepare.
2143 (prepare): Return 0 on error, 1 on success.
2144
eea61984
PA
21452018-01-12 Pedro Alves <palves@redhat.com>
2146
2147 * gdb.base/continue-after-aborted-step-over.c: New.
2148 * gdb.base/continue-after-aborted-step-over.exp: New.
2149
6181e9c2
SM
21502018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2151
2152 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2153 options when not creating an executable.
2154
3cada740
PA
21552018-01-11 Pedro Alves <palves@redhat.com>
2156
2157 PR remote/22597
2158 * gdb.server/stop-reply-no-thread.c: New file.
2159 * gdb.server/stop-reply-no-thread.exp: New file.
2160
c63d3e8d
PA
21612018-01-10 Pedro Alves <palves@redhat.com>
2162
2163 PR gdb/22670
2164 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2165 functions too. Test setting breakpoints and printing C functions
2166 with no debug info too.
2167 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2168
d4c2a405
PA
21692018-01-10 Pedro Alves <palves@redhat.com>
2170
2171 PR gdb/22670
2172 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2173 a fail.
2174
8825213e
PA
21752018-01-10 Pedro Alves <palves@redhat.com>
2176
2177 PR gdb/22670
2178 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2179
605fd3c6
YQ
21802018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2181
2182 * gdb.server/unittest.exp: Match the output in non-development
2183 mode.
2184
1e5ded6c
YQ
21852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2186
2187 * gdb.gdb/unittest.exp: Match output in non-development mode.
2188
30066b0b
JB
21892018-01-08 Joel Brobecker <brobecker@adacore.com>
2190
2191 * gdb.ada/access_tagged_param.exp: Relax expected output
2192 for value of "ObjL" in "continue" to pck.inspect breakpoint
2193 test.
2194
04bafb1e
XR
21952018-01-08 Joel Brobecker <brobecker@adacore.com>
2196
9f86398b
JB
2197 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2198 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2199
e379cee6
PA
22002018-01-05 Pedro Alves <palves@redhat.com>
2201
2202 PR gdb/18653
2203 * gdb.base/libsegfault.exp: New.
2204
de63c46b
PA
22052018-01-05 Joel Brobecker <brobecker@adacore.com>
2206
2207 PR gdb/22670
2208 * gdb.ada/access_tagged_param.exp: New file.
2209 * gdb.ada/access_tagged_param/foo.adb: New file.
2210
f98fc17b
PA
22112018-01-05 Pedro Alves <palves@redhat.com>
2212
2213 PR gdb/22670
2214 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2215 exercise lower case too, and to exercise both full matching and
2216 wild matching.
2217
342f8240
JB
22182018-01-05 Joel Brobecker <brobecker@adacore.com>
2219
2220 * gdb.ada/rename_subscript_param: New testcase.
2221
7150d33c
JG
22222018-01-05 Jerome Guitton <guitton@adacore.com>
2223
2224 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2225
cc0e770c
JB
22262018-01-05 Joel Brobecker <brobecker@adacore.com>
2227
2228 * gdb.ada/convvar_comp: New testcase.
2229
672a41aa 22302018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2231
2232 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2233 (My_Table): New global variable.
2234 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2235
7365ec2f
JB
22362018-01-04 Joel Brobecker <brobecker@adacore.com>
2237
2238 PR gdb/22670
2239 * gdb.ada/maint_with_ada: New testcase.
2240
289483b6
JB
22412018-01-04 Joel Brobecker <brobecker@adacore.com>
2242
2243 PR gdb/22670
2244 * gdb.ada/bp_c_mixed_case: New testcase.
2245
344420da
JB
22462018-01-04 Joel Brobecker <brobecker@adacore.com>
2247
2248 PR gdb/22670
2249 * gdb.ada/complete.exp: Add "complete break ada" test.
2250
66fc87a0
JB
22512018-01-04 Joel Brobecker <brobecker@adacore.com>
2252
2253 PR gdb/22670
2254 * gdb.ada/info_addr_mixed_case: New testcase.
2255
9f757bf7
XR
22562018-01-03 Xavier Roirand <roirand@adacore.com>
2257
2258 * gdb.ada/excep_handle.exp: New testcase.
2259 * gdb.ada/excep_handle/foo.adb: New file.
2260 * gdb.ada/excep_handle/pck.ads: New file.
2261
bd570f80
JB
22622018-01-03 Joel Brobecker <brobecker@adacore.com>
2263
2264 * gdb.base/step-line.c: Add extra empty line in copyright header.
2265 * gdb.base/step-line.inp: Likewise.
2266
9fe561ab
JB
22672018-01-02 Joel Brobecker <brobecker@adacore.com>
2268
2269 * gdb.ada/dyn_stride.exp: Add slice test.
2270
a405673c
JB
22712018-01-02 Joel Brobecker <brobecker@adacore.com>
2272
2273 * gdb.ada/dyn_stride: New testcase.
2274
cef0f868
SH
22752017-12-27 Stafford Horne <shorne@gmail.com>
2276
2277 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2278 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2279
b67d92b0
SH
22802017-12-27 Stafford Horne <shorne@gmail.com>
2281
2282 * gdb.base/reggroups.c: New file.
2283 * gdb.base/reggroups.exp: New file.
2284
eccab96d
JB
22852017-12-18 Joel Brobecker <brobecker@adacore.com>
2286
2287 * gdb.dwarf2/ada-valprint-error.c: New file.
2288 * gdb.dwarf2/ada-valprint-error.exp: New file.
2289
0e2da9f0
JB
22902017-12-18 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.ada/assign_arr: New testcase.
2293
cb923fcc
XR
22942017-12-18 Xavier Roirand <roirand@adacore.com>
2295
2296 * gdb.ada/funcall_ptr: New testcase.
2297
7c161838
SDJ
22982017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2299
2300 PR cli/16224
2301 * gdb.base/ptype-offsets.cc: New file.
2302 * gdb.base/ptype-offsets.exp: New file.
2303
1af17fd9
YQ
23042017-12-15 Yao Qi <yao.qi@linaro.org>
2305
2306 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2307 if XML is disabled.
2308
828d5846
XR
23092017-12-15 Xavier Roirand <roirand@adacore.com>
2310
2311 * gdb.ada/same_component_name: New testcase.
2312
79e8fcaa
JB
23132017-12-14 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.ada/str_binop_equal: New testcase.
2316
e05fa6f9
JB
23172017-12-14 Joel Brobecker <brobecker@adacore.com>
2318
2319 * gdb.ada/task_switch_in_core: New testcase.
2320
b89641ba
SM
23212017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2322
2323 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2324 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2325 call test_bkpt_qualified.
2326 (test_bkpt_qualified): New proc.
2327
6892d2e4
PA
23282017-12-13 Pedro Alves <palves@redhat.com>
2329
2330 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2331 Tighten regexp by matching with an anchor.
2332
a22ecf70
PA
23332017-12-13 Pedro Alves <palves@redhat.com>
2334
2335 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2336 ("expression with namespace"): New set of tests.
2337 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2338 (Nested::Test_NS::qux): New.
2339 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2340 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2341
9937536c
JB
23422017-12-13 Joel Brobecker <brobecker@adacore.com>
2343
2344 * gdb.base/server-del-break.c: New file.
2345 * gdb.base/server-del-break.exp: New file.
2346
fe49c6f5
SH
23472017-12-12 Stafford Horne <shorne@gmail.com>
2348
2349 * gdb.xml/tdesc-regs.exp: Add or1k support.
2350
c3d18620
SH
23512017-12-12 Stafford Horne <shorne@gmail.com>
2352
2353 * gdb.base/bp-permanent.c: Define nop of or1k.
2354
c5f9cfc8
JB
23552017-12-11 Joel Brobecker <brobecker@adacore.com>
2356
2357 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2358 output with components being reordered.
2359
a9c135fc
JB
23602017-12-11 Joel Brobecker <brobecker@adacore.com>
2361
2362 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2363 output with components being reordered.
2364
927aa2e7
JK
23652017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2366 Pedro Alves <palves@redhat.com>
2367
2368 * gdb.base/maint.exp (check for .gdb_index): Check also for
2369 .debug_names.
2370 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2371 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2372 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2373 (.gdb_index used after symbol reloading): Support also .debug_names.
2374 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2375
f17d9474
YQ
23762017-12-08 Yao Qi <yao.qi@linaro.org>
2377
2378 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2379 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2380
a0de8c21
YQ
23812017-12-08 Yao Qi <yao.qi@linaro.org>
2382
2383 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2384 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2385
a738ea1d
YQ
23862017-12-08 Yao Qi <yao.qi@linaro.org>
2387
2388 * gdb.arch/aarch64-tagged-pointer.c: New file.
2389 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2390
1cd9a73b
SDJ
23912017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2392
2393 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2394 "int".
2395
fa6eb693
KS
23962017-12-07 Keith Seitz <keiths@redhat.com>
2397
2398 PR breakpoints/22569
2399 * gdb.linespec/ls-errs.exp: Change expected result of "break
2400 -source this file has spaces.c -line 3".
2401 Check that an explicit source file followed by whitespace is
2402 identified as an invalid explicit location.
2403
883fd55a
KS
24042017-12-07 Keith Seitz <keiths@redhat.com>
2405
2406 * gdb.cp/nested-types.cc: New file.
2407 * gdb.cp/nested-types.exp: New file.
2408 * lib/cp-support.exp: Load data-structures.exp library.
2409 (debug_cp_test_ptype_class): New global.
2410 (cp_ptype_class_verbose, next_line): New procedures.
2411 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2412 Add and document new return value.
2413 Switch the list of lines to a queue.
2414 Add support for new `type' key for nested type definitions.
2415 Add debugging/troubleshooting messages.
2416 * lib/data-structures.exp: New file.
2417
ec72db3e
SM
24182017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2419
2420 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2421 with proc_with_prefix, don't use with_test_prefix.
2422
99598d71
TT
24232017-12-07 Tom Tromey <tom@tromey.com>
2424
2425 * gdb.base/break.exp: Add test for empty "commands".
2426
a8806230
YQ
24272017-12-07 Yao Qi <yao.qi@linaro.org>
2428
2429 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2430 malloc and catch syscall.
2431
824cc835
PM
24322017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2433
2434 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2435 tests for explicit locations.
2436
7cc244de
PA
24372017-12-06 Pedro Alves <palves@redhat.com>
2438
2439 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2440 force-disabling XML descriptions.
2441
50a1fdd5
PA
24422017-12-04 Pedro Alves <palves@redhat.com>
2443
2444 PR gdb/22499
2445 * gdb.arch/amd64-disp-step-avx.S: New file.
2446 * gdb.arch/amd64-disp-step-avx.exp: New file.
2447
f0fb2488
PA
24482017-12-03 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2451 and <string.h>.
2452 (parent_function): Print distinct messages when waitpid fails, or
2453 the child exits with a signal, or the child exits for an unhandled
2454 reason.
2455 * gdb.threads/process-dies-while-detaching.exp
2456 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2457 it. Wait for both inferior output and GDB's prompt. Use an
2458 indirect spawn id list.
2459 (do_detach): New parameter 'child_exit'. Use it to compute
2460 expected inferior output.
2461 (test_detach, test_detach_watch, test_detach_killed_outside):
2462 Adjust to pass down the expected child exit kind.
2463
97cbe998
SDJ
24642017-12-01 Joel Brobecker <brobecker@adacore.com>
2465 Sergio Durigan Junior <sergiodj@redhat.com>
2466 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2469
40fc416f
SDJ
24702017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2471
2472 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2473 to 'symbol-file' and 'add-symbol-file' can be
2474 position-independent.
2475
1cc75e92
YQ
24762017-12-01 Yao Qi <yao.qi@linaro.org>
2477
2478 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2479 the URL in copyright header.
2480 * gdb.arch/aarch64-fp.exp: Likewise.
2481 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2482 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2483 * gdb.base/expand-psymtabs.exp: Likewise.
2484 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2485 * gdb.fortran/common-block.exp: Likewise.
2486 * gdb.fortran/common-block.f90: Likewise.
2487 * gdb.fortran/logical.exp: Likewise.
2488 * gdb.fortran/vla-datatypes.f90: Likewise.
2489 * gdb.fortran/vla-sub.f90: Likewise.
2490
875fb7a7
JB
24912017-11-30 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdb.ada/repeat_dyn: New testcase.
2494
6f14765f
UW
24952017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2496
2497 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2498 Update for changed thread numbering.
2499 * gdb.cell/bt.exp: Update for changed GDB output.
2500
f1af7b94
SM
25012017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2502
2503 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2504 setting isremote by hand.
2505 * boards/dwarf4-gdb-index.exp: Likewise.
2506 * boards/fission.exp: Likewise.
2507 * boards/stabs.exp: Likewise.
2508
e3919f3e
PA
25092017-11-30 Pedro Alves <palves@redhat.com>
2510
2511 * gdb.linespec/cpls-ops.exp
2512 (check_explicit_skips_function_argument): Extract the underlying
2513 type of size_t instead of hardcoding it.
2514
bd69330d
PA
25152017-11-29 Pedro Alves <palves@redhat.com>
2516
2517 PR c++/19436
2518 * gdb.linespec/cpls-abi-tag.cc: New file.
2519 * gdb.linespec/cpls-abi-tag.exp: New file.
2520
a20714ff
PA
25212017-11-29 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.base/langs.exp: Use -qualified.
2524 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2525 it.
2526 * gdb.cp/namespace.exp: Use -qualified.
2527 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2528 (overload-3, template-overload, template-ret-type, const-overload)
2529 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2530 procedures.
2531 (test_driver): Call them.
2532 * gdb.cp/save-bp-qualified.cc: New.
2533 * gdb.cp/save-bp-qualified.exp: New.
2534 * gdb.linespec/explicit.exp: Test -qualified.
2535 * lib/completion-support.exp (completion::explicit_opts_list): Add
2536 "-qualified".
2537 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2538
f6f1d339
PM
25392017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2540
2541 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2542
02ca603a
TT
25432017-11-29 Tom Tromey <tom@tromey.com>
2544
2545 * gdb.base/relocate.exp: Update invalid argument test.
2546 Add new tests for invalid arguments.
2547
ed6c0bfb
TP
25482017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2549
2550 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2551 Return 0 as a long.
2552 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2553
f106e10e
TP
25542017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2555
2556 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2557 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2558 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2559 func ().
2560 * gdb.cp/shadow.cc (B.func): Return 0.
2561
10329bb2
JB
25622017-11-27 Joel Brobecker <brobecker@adacore.com>
2563
2564 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2565 expected output in gdb_expect call to allow the exception
2566 message to be present as well. Fix syntax confusion to avoid
2567 TCL thinking that exception_name is an array.
2568
617cd4bc
UW
25692017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2570
2571 * gdb.arch/spu-info.c: Include <unistd.h>.
2572 (do_signal_test): Fix broken calls to write.
2573 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2574 Fix checks for empty mailboxes. Update signal tests for corrected
2575 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2576 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2577 * gdb.cell/arch.exp: Use standard_output_file.
2578 * gdb.cell/break.exp: Likewise.
2579 * gdb.cell/bt.exp: Likewise.
2580 * gdb.cell/core.exp: Likewise.
2581 * gdb.cell/dwarfaddr.exp: Likewise.
2582 * gdb.cell/ea-cache.exp: Likewise.
2583 * gdb.cell/ea-standalone.exp: Likewise.
2584 * gdb.cell/f-regs.exp: Likewise.
2585 * gdb.cell/fork.exp: Likewise.
2586 * gdb.cell/gcore.exp: Likewise.
2587 * gdb.cell/mem-access.exp: Likewise.
2588 * gdb.cell/ptype.exp: Likewise.
2589 * gdb.cell/registers.exp: Likewise.
2590 * gdb.cell/sizeof.exp: Likewise.
2591 * gdb.cell/solib-symbol.exp: Likewise.
2592 * gdb.cell/solib.exp: Likewise.
617cd4bc 2593
a81aaca0
PA
25942017-11-25 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.base/complete-empty.exp: New file.
2597 * gdb.base/completion.exp: Adjust.
2598
6a3c6ee4
PA
25992017-11-25 Pedro Alves <palves@redhat.com>
2600
2601 * gdb.linespec/cpls-ops.cc: New file.
2602 * gdb.linespec/cpls-ops.exp: New file.
2603 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2604 factored out from ...
2605 (test_complete_prefix_range): ... this.
2606
8955eb2d
PA
26072017-11-24 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.linespec/cpcompletion.exp: New file.
2610 * gdb.linespec/cpls-hyphen.cc: New file.
2611 * gdb.linespec/cpls.cc: New file.
2612 * gdb.linespec/cpls2.cc: New file.
2613 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2614 test to use test_gdb_complete_unique. Add label completion,
2615 keyword completion and explicit location completion tests.
2616 * lib/completion-support.exp: New file.
2617
e547c119
JB
26182017-11-24 Joel Brobecker <brobecker@adacore.com>
2619
2620 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2621 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2622 when hitting an exception catchpoint.
2623
7c3c1aa8
YQ
26242017-11-22 Yao Qi <yao.qi@linaro.org>
2625
2626 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2627
41bd68f5
SM
26282017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2629
2630 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2631 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2632 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2633
1daad298
YQ
26342017-11-22 Yao Qi <yao.qi@linaro.org>
2635
2636 * gdb.base/info-os.exp: Pass pthreads.
2637 * gdb.multi/multi-attach.exp: Likewise.
2638
88465e87
YQ
26392017-11-22 Yao Qi <yao.qi@linaro.org>
2640
2641 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2642 compiler.
2643
dc196b23
YQ
26442017-11-22 Yao Qi <yao.qi@linaro.org>
2645
2646 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2647 * gdb.base/break-interp.exp: Likewise.
2648 * gdb.base/jit-attach-pie.exp: Likewise.
2649
2400729e
UW
26502017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2651
2652 * gdb.base/float128.c (large128): New variable.
2653 * gdb.base/float128.exp: Add test to print largest __float128 value.
2654
7a26362d
UW
26552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2656
2657 * gdb.arch/vsx-regs.exp: Update register content checks.
2658
ed0f4273
UW
26592017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2660
2661 * gdb.arch/ppc-longdouble.exp: New file.
2662 * gdb.arch/ppc-longdouble.c: Likewise.
2663
a25d69c6
PA
26642017-11-21 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2667
73fcf641
PA
26682017-11-20 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2671 (long_double_typedef): New typedefs.
2672 Use DEF on double and long double.
2673 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2674 cases.
2675 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2676 and 'long_double_ptr_same_size' locals. Use them to decide
2677 whether cast from array/function to float is valid/invalid.
2678
71a3c369
TT
26792017-11-17 Tom Tromey <tom@tromey.com>
2680
2681 * gdb.rust/traits.rs: New file.
2682 * gdb.rust/traits.exp: New file.
2683
ced9779b
JB
26842017-11-17 Joel Brobecker <brobecker@adacore.com>
2685
2686 * gdb.ada/minsyms: New testcase.
2687
a0922d80
PA
26882017-11-16 Pedro Alves <palves@redhat.com>
2689
2690 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2691 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2692
ea04e54c
PA
26932017-11-16 Pedro Alves <palves@redhat.com>
2694
2695 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2696 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2697
e849ea89
PA
26982017-11-16 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.server/reconnect-ctrl-c.c: New file.
2701 * gdb.server/reconnect-ctrl-c.exp: New file.
2702
d8ae99a7
PM
27032017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2704
2705 * gdb.python/py-rbreak.exp: New file.
2706 * gdb.python/py-rbreak.c: New file.
2707 * gdb.python/py-rbreak-func2.c: New file.
2708
968a13f8
PA
27092017-11-16 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2712 pattern.
2713 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2714 GDB.
2715
71774bc9
SM
27162017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2717
2718 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2719 regex.
2720
ddbb44cf
SM
27212017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2722
2723 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2724 test names.
2725
584a564f
PA
27262017-11-09 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2729 factored out from ...
2730 (top level): ... here, and adjusted to avoid expecting beyond the
2731 prompt in a single gdb_test_multiple.
2732
5ed7a928
PA
27332017-11-09 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2736 output.
2737 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2738 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2739 * gdb.server/ext-run.exp ("kill" test): Likewise.
2740 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2741
a60e0738
PA
27422017-11-09 Pedro Alves <palves@redhat.com>
2743
2744 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2745 match till end of line.
2746
2c88253f
PA
27472017-11-09 Pedro Alves <palves@redhat.com>
2748
2749 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2750
c7a38517
PA
27512017-11-09 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2754 New procedures, factored out from ...
2755 (top level): ... here, and adjusted to avoid expecting beyond the
2756 prompt in one go.
2757
f29f4b6b
PA
27582017-11-09 Pedro Alves <palves@redhat.com>
2759
2760 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2761 output. Fix '?' match.
2762
286acbb5
JB
27632017-11-08 Joel Brobecker <brobecker@adacore.com>
2764
2765 * gdb.ada/scoped_watch: New testcase.
2766 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2767 which is actually correct.
2768 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2769 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2770
62d7ae92
PA
27712017-11-08 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.gdb/complaints.exp (test_initial_complaints)
2774 (test_serial_complaints, test_short_complaints): Call
2775 complaint_internal instead of complaint.
2776
280ca31f
DT
27772017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2778
2779 * gdb.threads/tls-core.c: New file.
2780 * gdb.threads/tls-core.exp: Likewise.
2781
b5ec771e
PA
27822017-11-08 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2785 (p Exported_Capitalized): New test.
2786 (p exported_capitalized): New test.
2787
a02b41a7
PA
27882017-11-07 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2791
95e95a6d
PA
27922017-11-07 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2795 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2796 (disable_invalid, disable_inverted, disable_negative): New
2797 procedures.
2798 ("bad numbers"): New set of tests.
2799
cee62dbd
PA
28002017-11-07 Pedro Alves <palves@redhat.com>
2801
2802 * gdb.cp/ena-dis-br-range.exp: Add tests.
2803
cc638e86
PA
28042017-11-07 Pedro Alves <palves@redhat.com>
2805
2806 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2807
d0fe4701
XR
28082017-11-07 Xavier Roirand <roirand@adacore.com>
2809 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.base/ena-dis-br.exp: Add reference to
2812 gdb.cp/ena-dis-br-range.exp.
2813 * gdb.cp/ena-dis-br-range.exp: New file.
2814 * gdb.cp/ena-dis-br-range.cc: New file.
2815
46f67f80
PA
28162017-11-06 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.base/attach-non-pgrp-leader.c: New.
2819 * gdb.base/attach-non-pgrp-leader.exp: New.
2820
726e1356
PA
28212017-11-06 Pedro Alves <palves@redhat.com>
2822
2823 * configure.ac: No longer check for termio.h and sgtty.h.
2824 * configure: Regenerate.
2825 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2826 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2827 Remove termio and sgtty code.
2828
50ab6ace
YQ
28292017-11-03 Yao Qi <yao.qi@linaro.org>
2830
2831 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2832 in GDB is disabled.
2833
8e68731c
YQ
28342017-11-03 Yao Qi <yao.qi@linaro.org>
2835
2836 * gdb.python/py-thrhandle.exp: Skip it if python is not
2837 enabled.
2838
3a87ae65
SM
28392017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2840
2841 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2842 as a breakpoint command.
2843
484d8d36
MD
28442017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2845
2846 PR python/21213
2847 * gdb.python/py-infthread.exp: Test calling
2848 InferiorThread.inferior () multiple times in a row.
2849
4a27f119
KS
28502017-10-27 Keith Seitz <keiths@redhat.com>
2851
2852 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2853 Test "info break" for every inlined function breakpoint.
2854
bb11dd58
YQ
28552017-10-27 Yao Qi <yao.qi@linaro.org>
2856
2857 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2858
a43f3893
PF
28592017-10-26 Patrick Frants <osscontribute@gmail.com>
2860
2861 * gdb.cp/classes.exp (test_static_members): Test printing
2862 Outer::instance.
2863 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2864 (Inner::instance, Outer::instance): New.
2865
792ccf00
PA
28662017-10-24 Pedro Alves <palves@redhat.com>
2867
2868 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2869 extra console" test in two stages.
2870
eb2bfbad
PA
28712017-10-24 Pedro Alves <palves@redhat.com>
2872
2873 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2874
1f75a651
PA
28752017-10-24 Pedro Alves <palves@redhat.com>
2876
2877 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2878 loop.
2879
779990d9
PA
28802017-10-24 Pedro Alves <palves@redhat.com>
2881
2882 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2883 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2884
ad9b8f5d
PA
28852017-10-24 Pedro Alves <palves@redhat.com>
2886
2887 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2888 parameter and handle it. Don't output read value in test name.
2889
fee6da6e
PA
28902017-10-24 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2893 custom test name.
2894
10389c2c
PA
28952017-10-24 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2898 include the unstable output directory name in the test's name.
2899 (initial_setup_simple) <'set args'>: Use custom test name.
2900
a80e65a9
PA
29012017-10-24 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2904 with explicit test name.
2905
15763a09
PA
29062017-10-20 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2909 'wait -i'. Use gdb_assert and remote_close.
2910
49a4ce2e
AB
29112017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2914 number from variable rather than hard-coded.
2915
a75868f5
PA
29162017-10-19 Pedro Alves <palves@redhat.com>
2917
2918 * gdb.base/long-inferior-output.c: New file.
2919 * gdb.base/long-inferior-output.exp: New file.
2920
c8ba13ad
KS
29212017-11-18 Keith Seitz <keiths@redhat.com>
2922
2923 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2924 method.
2925 (main): Call it.
2926 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2927 Add additional user-defined conversion operator tests.
2928
b27de576
PA
29292017-10-17 Pedro Alves <palves@redhat.com>
2930
2931 * boards/native-stdio-gdbserver.exp: Load "local-board".
2932
8484c955
PA
29332017-10-17 Pedro Alves <palves@redhat.com>
2934
2935 * gdb.base/quit-live.c: New file.
2936 * gdb.base/quit-live.exp: New file.
2937
83d5a34d
KS
29382017-10-16 Keith Seitz <keiths@redhat.com>
2939
2940 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2941 (class_with_protected_typedef, class_with_private_typedef)
2942 (struct_with_public_typedef, struct_with_protected_typedef)
2943 (struct_with_private_typedef): New classes/structs.
2944 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2945 typedefs and access specifiers.
2946
739b3f1d
PA
29472017-10-16 Pedro Alves <palves@redhat.com>
2948 Simon Marchi <simon.marchi@polymtl.ca>
2949
2950 * README (Local vs Remote vs Native): New section.
2951 * boards/local-board.exp: New file, with bits factored out from
2952 ...
2953 * boards/native-extended-gdbserver.exp: ... here. Load
2954 "local-board".
2955 * boards/native-gdbserver.exp: Load "local-board".
2956 (${board}_spawn, ${board}_exec): Delete.
2957 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2958 ...
2959 * boards/stdio-gdbserver-base.exp: ... this new file.
2960 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2961 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2962 procedure.
2963 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2964 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2965 stdio_gdbserver_command.
2966 (${board}_get_remote_address, ${board}_get_comm_port)
2967 (${board}_download, ${board}_upload): Delete.
2968 (get_target_remote_pipe_cmd): New.
2969
fe68b953
SM
29702017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2971
2972 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2973 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2974 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2975 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2976 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2977 remove with_test_prefix.
2978
300b6685
PA
29792017-10-13 Pedro Alves <palves@redhat.com>
2980
2981 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2982 * gdb.base/annota1.exp: Use it instead of is_remote.
2983 * gdb.base/annota3.exp: Use it instead of is_remote.
2984 * gdb.cp/annota2.exp: Use it instead of is_remote.
2985 * gdb.cp/annota3.exp: Use it instead of is_remote.
2986 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2987
50500caf
PA
29882017-10-13 Pedro Alves <palves@redhat.com>
2989
2990 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2991 (test_num_test_vars, run_and_count_vars, find_env)
2992 (test_set_unset_env, test_inherit_env_var): New procedures.
2993 (top level): Use them.
2994
dad0c6d2
PA
29952017-10-13 Pedro Alves <palves@redhat.com>
2996
2997 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2998 also skip on stub-like targets.
2999
8b0553c1
PA
30002017-10-13 Pedro Alves <palves@redhat.com>
3001
3002 PR gdb/22293
3003 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3004 (top level): Move some tests to ...
3005 (test_not_found): ... this new procedure.
3006 (top level): Call it.
3007
7594f623
PA
30082017-10-13 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3011 expect different "info terminal" output if testing with a
3012 non-native target.
3013
ebe3b402
PA
30142017-10-13 Pedro Alves <palves@redhat.com>
3015 Simon Marchi <simon.marchi@polymtl.ca>
3016
3017 PR python/12966
3018 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3019
42f1b161
PA
30202017-10-13 Pedro Alves <palves@redhat.com>
3021
3022 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3023 already.
3024
8d6ef72b
PA
30252017-10-13 Pedro Alves <palves@redhat.com>
3026
3027 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3028 is_remote.
3029
d7bcd5b8
PA
30302017-10-13 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3033 is_remote.
3034
df479dc6
PA
30352017-10-13 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3038 is set.
3039 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3040 instead of is_remote.
3041
23fb630a
PA
30422017-10-13 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3045 (top level): Add comment.
3046
cc77b1dc
PA
30472017-10-13 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.base/remote.exp (top level): Fix comment typo and add
3050 missing return.
3051
27c9e813
PA
30522017-10-13 Pedro Alves <palves@redhat.com>
3053 Simon Marchi <simon.marchi@polymtl.ca>
3054
3055 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3056 calls and add comments. Skip test if use_gdb_stub is set.
3057 (top level): Use "set cwd" command instead of "cd" command.
3058
5e830d98
PA
30592017-10-13 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3062 is_remote target check.
3063
f5ca0032
PA
30642017-10-13 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.base/scope.exp: Use build_executable + clean_restart +
3067 gdb_file_cmd instead of prepare_for_testing and no longer skip
3068 "before run" tests on is_remote target boards. Update comments.
3069 * boards/native-extended-gdbserver.exp
3070 (extended_gdbserver_load_last_file): New, factored out from ...
3071 (gdb_load): ... this. Move further below and add comment.
3072 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3073
8aed1c0d
PA
30742017-10-12 Pedro Alves <palves@redhat.com>
3075
3076 * gdb.base/attach.exp: Remove references to gdb64.
3077 * gdb.base/dbx.exp: Remove references to gdb64.
3078
cfa34c87
SM
30792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3080 Pedro Alves <palves@redhat.com>
3081
3082 * gdb.base/label.exp: Remove is_remote target check.
3083
9192b7de
PA
30842017-10-12 Pedro Alves <palves@redhat.com>
3085
3086 * gdb.base/auvx.exp (coredir): Update comment.
3087 (top level) <core_works>: Use "set cwd" command instead of "cd"
3088 command.
3089
6bf0052d
PA
30902017-10-12 Pedro Alves <palves@redhat.com>
3091 Simon Marchi <simon.marchi@polymtl.ca>
3092
3093 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3094 target boards.
3095
e48ef82d
PA
30962017-10-12 Pedro Alves <palves@redhat.com>
3097 Simon Marchi <simon.marchi@polymtl.ca>
3098
3099 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3100 Instead skip if there's any gdb_protocol set.
3101
8d7aea57
SM
31022017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3103 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3106
30440677
PA
31072017-10-12 Pedro Alves <palves@redhat.com>
3108 Simon Marchi <simon.marchi@polymtl.ca>
3109
3110 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3111 instead of on dejagnu remote boards.
3112
4e04f045 31132017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3114 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3115
3116 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3117 checks. Use build_executable + clean_restart instead of
3118 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3119 of enabling non-stop after starting gdb.
3120
871a186e
PA
31212017-10-12 Pedro Alves <palves@redhat.com>
3122
3123 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3124 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3125 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3126 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3127
56d704da
AK
31282017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3129
3130 * gdb.arch/arc-tdesc-cpu.exp: New file.
3131 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3132
2f20e312
SM
31332017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3134
3135 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3136
65630365
PA
31372017-10-10 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3140 expect CLI output.
3141
bf469271
PA
31422017-10-10 Pedro Alves <palves@redhat.com>
3143
3144 * lib/selftest-support.exp (selftest_setup): Update for
3145 captured_command_loop's prototype change.
3146
777a42f1
PA
31472017-10-09 Pedro Alves <palves@redhat.com>
3148
3149 Test both arch1=>arch2 and arch2=>arch1.
3150
3151 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3152 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3153 factored out to...
3154 (append_arch1_options, append_arch2_options, append_arch_options)
3155 (build_executables): New procedures.
3156 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3157 local.
3158 (top level): Add new 'first_arch' testing axis.
3159
cbd2b4e3
PA
31602017-10-09 Pedro Alves <palves@redhat.com>
3161
3162 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3163 (barrier): New.
3164 (thread_start, all_started): New functions.
3165 (main): Spawn new thread and wait until it is scheduled.
3166 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3167 option.
3168 (do_test): Add 'selected_thread' parameter. Run to all_started
3169 instead of main. Explicitly set the breakpoint at main. Switch
3170 to the SELECTED_THREAD thread.
3171 (top level): Test handling the exec event with either the main
3172 thread or the second thread selected.
3173
5c9e4427
PA
31742017-10-09 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3177 logic. Move STOP marker after the value checks.
3178 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3179 regexp.
3180
b3b7c423
SL
31812017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3182
3183 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3184
3b4b2f16
UW
31852017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3186
3187 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3188 integer-to-dfp conversion.
3189 * gdb.base/dfp-test.exp: Likewise.
3190
5cd63fda
PA
31912017-10-04 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.multi/hangout.c: Include <unistd.h>.
3194 (hangout_loop): New function.
3195 (main): Call alarm. Call hangout_loop in a loop.
3196 * gdb.multi/hello.c: Include <unistd.h>.
3197 (hello_loop): New function.
3198 (main): Call alarm. Call hangout_loop in a loop.
3199 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3200 inferior with the other selected.
3201
4c71c105
SM
32022017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3203
3204 * gdb.mi/list-thread-groups-available.exp: New file.
3205 * gdb.mi/list-thread-groups-available.c: New file.
3206
bc3b087d
SDJ
32072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3208
3209 * gdb.base/set-cwd.exp: Make it available on
3210 native-extended-gdbserver.
3211
d092c5a2
SDJ
32122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3213
3214 * gdb.base/set-cwd.c: New file.
3215 * gdb.base/set-cwd.exp: Likewise.
3216
45320ffa
TT
32172017-10-02 Tom Tromey <tom@tromey.com>
3218
3219 PR rust/22236:
3220 * gdb.rust/simple.rs (main): New variable "fslice".
3221 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3222
b3e3859b
TT
32232017-10-02 Tom Tromey <tom@tromey.com>
3224
3225 * gdb.rust/simple.exp: Test ptype of a slice.
3226
01af5e0d
TT
32272017-10-02 Tom Tromey <tom@tromey.com>
3228
3229 * gdb.rust/simple.exp: Test index of slice.
3230
a9bbfbd8
TT
32312017-09-27 Tom Tromey <tom@tromey.com>
3232
3233 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3234
df8899e5
TP
32352017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3236 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.base/compare-sections.exp (get value of read-only section): Read
3239 as unsigned value.
3240 (corrupt read-only section): Likewise and don't set written if patching
3241 failed.
3242
757bf54b
KB
32432017-09-21 Kevin Buettner <kevinb@redhat.com>
3244
3245 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3246 files.
3247
06871ae8
PA
32482017-09-20 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3251 symbol names in gdb's output.
3252 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3253
e5f25bc5
PA
32542017-09-20 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3257 Rename to ...
3258 (test_list_ambiguous_symbol): ... this and add a symbol name
3259 parameter. Adjust.
3260 (test_list_ambiguous_function): Reimplement on top of
3261 test_list_ambiguous_symbol and also test listing ambiguous
3262 variables.
3263 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3264 (ambiguous_fun): ... this.
3265 (ambiguous_var): New.
3266 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3267 (ambiguous_fun): ... this.
3268 (ambiguous_var): New.
3269
4e5a4f58
JB
32702017-09-19 John Baldwin <jhb@FreeBSD.org>
3271
3272 * gdb.base/starti.c: New file.
3273 * gdb.base/starti.exp: New file.
3274 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3275
26e53f3e
PA
32762017-09-14 Pedro Alves <palves@redhat.com>
3277
3278 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3279 (top level): Use it instead of runto.
3280
cb791d59
TT
32812017-09-11 Tom Tromey <tom@tromey.com>
3282
3283 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3284
7c96f8c1
TT
32852017-09-11 Tom Tromey <tom@tromey.com>
3286
3287 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3288 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3289
469412dd
CW
32902017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3291
3292 * gdb.fortran/printing-types.exp: New file.
3293 * gdb.fortran/printing-types.exp: New file.
3294
e0f86435
BH
32952017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3296
3297 * gdb.fortran/vla-ptype.exp: Fix typos.
3298 * gdb.fortran/vla-value.exp: Same.
3299
9e9af4be
BH
33002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3301
3302 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3303 * gdb.mi/mi-var-child-f.exp: Likewise.
3304 * gdb.mi/mi-vla-fortran.exp: Likewise.
3305
a5ad232b
FP
33062017-09-08 Frank Penczek <frank.penczek@intel.com>
3307 Christoph Weinmann <christoph.t.weinmann@intel.com>
3308 Bernhard Heckel <bernhard.heckel@intel.com>
3309
3310 * gdb.fortran/ptr-indentation.f90: New file.
3311 * gdb.fortran/ptr-indentation.exp: New file.
3312
5aec60eb
TT
33132017-09-05 Tom Tromey <tom@tromey.com>
3314
3315 PR gdb/22010:
3316 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3317
8f8f8152
TP
33182017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3319
3320 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3321
fbd1b771
JK
33222017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 * gdb.threads/tls-nodebug-pie.c: New file.
3325 * gdb.threads/tls-nodebug-pie.exp: New file.
3326
5eb5f850
TT
33272017-09-05 Tom Tromey <tom@tromey.com>
3328
3329 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3330 for rust.
3331
ae780a21
SM
33322017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3333
3334 * gdb.multi/multi-arch-exec.exp: Test with different
3335 "follow-exec-mode" settings.
3336 (do_test): New procedure.
3337
3693fdb3
PA
33382017-09-04 Pedro Alves <palves@redhat.com>
3339
3340 * gdb.base/func-static.c (S::method const, S::method volatile)
3341 (S::method volatile const): New methods.
3342 (c_s, v_s, cv_s): New instances.
3343 (main): Call method() on them.
3344 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3345 (cannot_resolve): New procedure.
3346 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3347 print-quote-unquoted columns.
3348 (do_test): Test printing each scope too.
3349
e68cb8e0
PA
33502017-09-04 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.base/local-static.exp: Also test with
3353 class::method::variable wholly quoted.
3354 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3355
858be34c
PA
33562017-09-04 Pedro Alves <palves@redhat.com>
3357
3358 * gdb.base/local-static.c: New.
3359 * gdb.base/local-static.cc: New.
3360 * gdb.base/local-static.exp: New.
3361
46a4882b
PA
33622017-09-04 Pedro Alves <palves@redhat.com>
3363
3364 * gdb.asm/asm-source.exp: Add casts to int.
3365 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3366 (dataglobal64_1, dataglobal64_2): New globals.
3367 * gdb.base/nodebug.exp: Test different expressions involving the
3368 new globals, with print, whatis and ptype. Add casts to int.
3369 * gdb.base/solib-display.exp: Add casts to int.
3370 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3371 * gdb.cp/m-static.exp: Add cast to int.
3372 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3373 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3374 tls variable with no debug info without a cast. Test with a cast
3375 to int too.
3376 * gdb.trace/entry-values.exp: Add casts.
3377
2c5a2be1
PA
33782017-09-04 Pedro Alves <palves@redhat.com>
3379
3380 * gdb.base/nodebug.exp: Test that ptype's error about functions
3381 with unknown return type includes the function name too.
3382
7022349d
PA
33832017-09-04 Pedro Alves <palves@redhat.com>
3384
3385 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3386 return type of munmap in infcall.
3387 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3388 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3389 type of ftell in infcall.
3390 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3391 type of getpid in infcall.
3392 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3393 infcall.
3394 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3395 Bail on failure to extract the pid.
3396 * gdb.base/nodebug.c: #include <stdint.h>.
3397 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3398 New functions.
3399 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3400 Change expected output of print/whatis/ptype with functions with
3401 no debug info. Test all supported languages. Call
3402 test_call_promotion.
3403 * gdb.compile/compile.exp: Adjust expected output to expect
3404 warning.
3405 * gdb.threads/siginfo-threads.exp: Likewise.
3406
54990598
PA
34072017-09-04 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3410 "prototypes". Test calling float functions via prototyped and
3411 unprototyped function pointers.
3412 (perform_all_tests): New parameter "prototypes". Pass it down.
3413 (top level): Pass down "prototypes" parameter to
3414 perform_all_tests.
3415
34d16ea2
SM
34162017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3417
3418 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3419 Test with nested loops.
3420
9521ecda
SM
34212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3422
3423 * gdb.base/commands.exp: Call the new procedures.
3424 (loop_break_test, loop_continue_test): New procedures.
3425
80a65e9b
SM
34262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3427
3428 * gdb.base/commands.exp: Call new procedure.
3429 (define_if_without_arg_test): New procedure.
3430
e439fa14
PA
34312017-09-04 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.base/list-ambiguous.exp: New file.
3434 * gdb.base/list-ambiguous0.c: New file.
3435 * gdb.base/list-ambiguous1.c: New file.
3436 * gdb.base/list.exp (test_list_range): Adjust expected output.
3437
0a2dde4a
SDJ
34382017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3439
3440 * gdb.base/share-env-with-gdbserver.c: New file.
3441 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3442
5e89eb3a
SM
34432017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3444
3445 * gdb.base/commands.exp (gdbvar_simple_if_test,
3446 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3447 progvar_simple_if_test, progvar_simple_while_test,
3448 progvar_complex_if_while_test, user_defined_command_test,
3449 user_defined_command_args_eval,
3450 user_defined_command_args_stack_test,
3451 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3452 temporary_breakpoint_commands,
3453 gdb_test_no_prompt, redefine_hook_test,
3454 redefine_backtrace_test): Remove "global gdb_prompt".
3455
fd437cbc
SM
34562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3457
3458 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3459 New proc, call it from toplevel.
3460
87215ad1
SDJ
34612017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3462
3463 PR remote/21852
3464 * gdb.server/normal.c: New file, copied from gdb.base.
3465 * gdb.server/run-without-local-binary.exp: New file.
3466
58afddc6
WP
34672017-08-07 Weimin Pan <weimin.pan@oracle.com>
3468
3469 * gdb.arch/sparc64-adi.exp: New file.
3470 * gdb.arch/sparc64-adi.c: New file.
3471
5277199a
PA
34722017-08-22 Pedro Alves <palves@redhat.com>
3473
3474 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3475 (top level): Add "list all overloads" tests.
3476
14278e1f
TT
34772017-08-22 Tom Tromey <tom@tromey.com>
3478
3479 * gdb.gdb/xfullpath.exp: Remove.
3480
bf223d3e
PA
34812017-08-21 Pedro Alves <palves@redhat.com>
3482
3483 PR gdb/19487
3484 * gdb.base/symbol-alias.c: New.
3485 * gdb.base/symbol-alias2.c: New.
3486 * gdb.base/symbol-alias.exp: New.
3487
c973d0aa
PA
34882017-08-21 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.base/dfp-test.c
3491 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3492 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3493 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3494 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3495 * gdb.base/whatis-ptype-typedefs.c: New.
3496 * gdb.base/whatis-ptype-typedefs.exp: New.
3497 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3498 (an_int, an_int_type, an_int_type2): New globals.
3499 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3500 involving typedefs and cast expressions.
3501 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3502 (lookup_typedefs_function): New.
3503 (typedefs_pretty_printers_dict): New.
3504 (top level): Register lookup_typedefs_function in
3505 gdb.pretty_printers.
3506
6d580b63
YQ
35072017-08-18 Yao Qi <yao.qi@linaro.org>
3508
3509 * gdb.server/unittest.exp: New.
3510
206726fb
SDJ
35112017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3512
3513 PR gdb/21954
3514 * gdb.base/environ.exp: Add test to check if 'unset environment'
3515 works.
3516
bf0ec4c2
AA
35172017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3518
3519 * lib/gdb.exp (universal_compile_options): New caching proc.
3520 (gdb_compile): Suppress GCC's coloring of messages.
3521
d6382fff
TT
35222017-08-14 Tom Tromey <tom@tromey.com>
3523
3524 PR gdb/21675:
3525 * gdb.base/printcmds.exp (test_radices): New function.
3526 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3527 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3528 * lib/gdb.exp (get_integer_valueof): Use p/d.
3529
c2c2dd9f
SM
35302017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3531
3532 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3533 characters.
3534
fdffd6f4
TT
35352017-08-05 Tom Tromey <tom@tromey.com>
3536
3537 * gdb.rust/simple.exp: Allow String to appear in a different
3538 namespace.
3539
27d41eac
YQ
35402017-07-26 Yao Qi <yao.qi@linaro.org>
3541
3542 * gdb.gdb/unittest.exp: Invoke command
3543 "maintenance check xml-descriptions".
3544
031ed05d
AA
35452017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3546
3547 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3548 calling context.
3549 (hex128): Drop erroneous calculation of parameters.
3550
dcd27ddf
SM
35512017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3552
3553 * gdb.python/py-unwind.exp: Disable stack protection when
3554 building test file.
3555
47e77640
PA
35562017-07-20 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.base/default.exp (set language): Adjust expected output.
3559
62d2a18a
PA
35602017-07-20 Pedro Alves <palves@redhat.com>
3561
3562 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3563 (test_minsym): ... this, and make static.
3564 (get_pck__foo__bar__minsym): Rename to ...
3565 (get_test_minsym): ... this.
3566 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3567 symbol names and comments.
3568 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3569 (get_test_minsym): ... this.
3570 (pck__foo__bar__minsym__2): Rename to ...
3571 (test_minsym): ... this.
3572 (main): Adjust.
3573
c45ec17c
PA
35742017-07-17 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.base/completion.exp: Adjust expected output.
3577 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3578 the completer works.
3579
c6756f62
PA
35802017-07-17 Pedro Alves <palves@redhat.com>
3581
3582 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3583
5bd68487
AB
35842017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3585
3586 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3587
8880f2a9
TT
35882017-07-14 Tom Tromey <tom@tromey.com>
3589
3590 PR rust/21764:
3591 * gdb.rust/simple.exp: Add tests.
3592
65547233
TT
35932017-07-14 Tom Tromey <tom@tromey.com>
3594
3595 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3596
8f14146e
PA
35972017-07-14 Pedro Alves <palves@redhat.com>
3598
3599 * gdb.linespec/base/one/thefile.cc (z1): New function.
3600 * gdb.linespec/base/two/thefile.cc (z2): New function.
3601 * gdb.linespec/linespec.exp: Add tests.
3602
b4365d02
AB
36032017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3606 to mi_create_breakpoint.
3607
5d2cbaa5
AB
36082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3609
3610 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3611 mi_create_breakpoint.
3612
11cb5716
IB
36132017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3614
3615 * gdb.dlang/demangle.exp: Update for demangling changes.
3616
03278692
TT
36172017-07-09 Tom Tromey <tom@tromey.com>
3618
3619 * gdb.dwarf2/shortpiece.exp: New file.
3620
33c5cd75
DB
36212017-07-06 David Blaikie <dblaikie@gmail.com>
3622
3623 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3624 built from fissiont-multi-cu{1,2}.c.
3625 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3626 except putting 'main' and 'func' in separate CUs in the same DWO file.
3627 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3628 test.
3629 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3630 test.
3631
8455d262
PA
36322017-07-06 Pedro Alves <palves@redhat.com>
3633
3634 * gdb.python/py-unwind.exp: Test flushregs.
3635
dc4bde35
SDJ
36362017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3637
3638 PR cli/21688
3639 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3640 tests for alias commands and trailing whitespace.
3641
51ed89aa
SDJ
36422017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3643
3644 PR cli/21688
3645 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3646 procedure. Call it.
3647
eb17d413
PA
36482017-06-29 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.base/printcmds.exp: Add tests.
3651
41664b45
DG
36522017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3653
3654 PR gdb/21337
3655 * gdb.base/reread-readsym.exp: New file.
3656 * gdb.base/reread-readsym.c: New file.
3657
75312ae3
KB
36582017-06-21 Kevin Buettner <kevinb@redhat.com>
3659
3660 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3661 subpattern.
3662
66953522
PB
36632017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3664
3665 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3666 extended mnemonic.
3667 * gdb.arch/powerpc-power9.s: Likewise.
3668
5524b525
AA
36692017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3670
3671 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3672 on 32-bit x86 targets. Exploit is_*_target macros where
3673 appropriate.
3674
03c8af18
AA
36752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3676
3677 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3678 register pieces.
3679
3bf31011
AA
36802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3681
3682 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3683 located in one or more DWARF pieces.
3684
805acca0
AA
36852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3686
3687 * lib/gdb.exp (get_endianness): New proc.
3688 * gdb.arch/aarch64-fp.exp: Use it.
3689 * gdb.arch/altivec-regs.exp: Likewise.
3690 * gdb.arch/e500-regs.exp: Likewise.
3691 * gdb.arch/vsx-regs.exp: Likewise.
3692 * gdb.base/dump.exp: Likewise.
3693 * gdb.base/funcargs.exp: Likewise.
3694 * gdb.base/gnu_vector.exp: Likewise.
3695 * gdb.dwarf2/formdata16.exp: Likewise.
3696 * gdb.dwarf2/implptrpiece.exp: Likewise.
3697 * gdb.dwarf2/nonvar-access.exp: Likewise.
3698 * gdb.python/py-inferior.exp: Likewise.
3699 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3700
e9352324
AA
37012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3702
3703 PR gdb/21226
3704 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3705 stack value pieces are taken from the LSB end.
3706
d5d1163e
AA
37072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3708
3709 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3710 variable at nonzero offset.
3711
0567c986
AA
37122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3713
3714 * gdb.dwarf2/var-access.c: New file.
3715 * gdb.dwarf2/var-access.exp: New test.
3716 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3717
973e9aab
TT
37182017-06-12 Tom Tromey <tom@tromey.com>
3719
3720 * gdb.dwarf2/formdata16.exp: Add tests.
3721
d9109c80
TT
37222017-06-12 Tom Tromey <tom@tromey.com>
3723
3724 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3725
30a25466
TT
37262017-06-12 Tom Tromey <tom@tromey.com>
3727
3728 PR exp/16225:
3729 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3730 * gdb.arch/vsx-regs.exp: Update tests.
3731 * gdb.arch/s390-vregs.exp (hex128): New proc.
3732 Update test.
3733 * gdb.arch/altivec-regs.exp: Update tests.
3734
aefd8b33
SDJ
37352017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3736
3737 * gdb.base/startup-with-shell.c: New file.
3738 * gdb.base/startup-with-shell.exp: Likewise.
3739
2090129c
SDJ
37402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3741
3742 * gdb.server/non-existing-program.exp: Update regex in order to
3743 reflect the fact that gdbserver is now using fork_inferior (with a
3744 shell) to startup the inferior.
3745
8e86a419
SM
37462017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3747
3748 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3749 support function calls from GDB.
3750
e6cf65f2
TT
37512017-05-21 Tom Tromey <tom@tromey.com>
3752
3753 PR rust/21466:
3754 * gdb.rust/unsized.exp: New file.
3755 * gdb.rust/unsized.rs: New file.
3756
43cc5389
TT
37572017-05-19 Tom Tromey <tom@tromey.com>
3758
3759 PR rust/21484:
3760 * gdb.rust/watch.exp: New file.
3761 * gdb.rust/watch.rs: New file.
3762
ec8df234
TT
37632017-05-18 Tom Tromey <tom@tromey.com>
3764
3765 * gdb.rust/simple.exp: Allow Box to be qualified.
3766
3e3e7fae
TP
37672017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3768
3769 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3770
59cc050d
PA
37712017-05-18 Pedro Alves <palves@redhat.com>
3772
3773 * gdb.base/fileio.c (test_write, test_read, test_close)
3774 (test_fstat): Don't print 'ret' in the fail path.
3775
c8f6abd1
PA
37762017-05-18 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3779 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3780 (test_system, test_rename, test_unlink, test_time): Change
3781 prototypes.
3782 * gdb.base/fileio.exp (stop_msg): Adjust.
3783
d2a03b77
PA
37842017-05-18 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.base/fileio.c (null_str): New global.
3787 (test_stat): Use it.
3788 * gdb.base/fileio.exp: Remove nowarnings.
3789
0d5c6999
YQ
37902017-05-17 Yao Qi <yao.qi@linaro.org>
3791
3792 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3793
21873064
YQ
37942017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3795
3796 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3797 argument command.
3798 (top-level): Invoke test_set_inferior_tty.
3799
d512d31c
PA
38002017-05-04 Pedro Alves <palves@redhat.com>
3801
3802 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3803 Add parens to print call for Python 3.
3804
90cef2ed
KS
38052017-05-03 Keith Seitz <keiths@redhat.com>
3806
3807 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3808 (main): Call it.
3809
14f819c8
TW
38102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3811
3812 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3813 to prev and next.
3814
913aeadd
TW
38152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3816
3817 * gdb.python/py-record-btrace.exp: Remove test for
3818 gdb.BtraceInstruction.error.
3819
a3be24ad
TW
38202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3821
3822 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3823
ae20e79a
TW
38242017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3825
3826 * gdb.python/py-record-btrace-threads.c: New file.
3827 * gdb.python/py-record-btrace-threads.exp: New file.
3828
45ce1b47
SDJ
38292017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3830
3831 PR testsuite/8595
3832 * gdb.base/environ.exp: Make test available in all architectures.
3833 Move bits related to "info program" testing to
3834 gdb.base/info-program.exp. Rewrite tests to use the two new
3835 procedures mentione below.
3836 (test_set_show_env_var) New procedure.
3837 (test_set_show_env_var_equal): Likewise.
3838 * gdb.base/info-program.exp: New file.
3839
e15c3eb4
KS
38402017-04-27 Keith Seitz <keiths@redhat.com>
3841
3842 * gdb.cp/oranking.cc (test15): New function.
3843 (main): Call test15 and declare additional variables for testing.
3844 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3845 "p foo101('abc')" tests.
3846 Add tests for cv qualifier overloads.
3847 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3848 "lvalue reference overload" test.
3849 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3850 "print value of f1 on Child&& in f2" test.
3851
3a3fd0fd
PA
38522017-04-19 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3855 procedure.
3856 (top level): Call it.
3857 * lib/gdb.exp (gdb_define_cmd): New procedure.
3858
53375380
PA
38592017-04-12 Pedro Alves <palves@redhat.com>
3860
3861 PR gdb/21323
3862 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3863 (wchar): New global.
3864 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3865 (do_test_wide_char, wide_char_types_no_program, top level): Add
3866 wchar_t testing.
3867
53e710ac
PA
38682017-04-12 Pedro Alves <palves@redhat.com>
3869
3870 PR c++/21323
3871 * gdb.cp/wide_char_types.c: New file.
3872 * gdb.cp/wide_char_types.exp: New file.
3873
0ad9d8c7
SDJ
38742017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3875
3876 PR gdb/21352
3877 * gdb.trace/tsv.exp: Add test for "tsave -r".
3878
b1b45502
IB
38792017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3880
3881 * gdb.dlang/watch-loc.c: New file.
3882 * gdb.dlang/watch-loc.exp: New file.
3883
ec13808e
JK
38842017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3885
3886 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3887
fe5f7374
AK
38882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3889
3890 * gdb.arch/arc-analyze-prologue.S: New file.
3891 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3892
eea78757
AK
38932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3894
3895 * gdb.arch/arc-decode-insn.S: New file.
3896 * gdb.arch/arc-decode-insn.exp: Likewise.
3897
5badf10a
IR
38982017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3899
3900 PR tdep/20928
3901 * gdb.arch/sparc64-regs.exp: New file.
3902 * gdb.arch/sparc64-regs.S: Likewise.
3903
cee59b3f
TW
39042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3905
3906 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3907 and memory view on Python 3.
3908
c0f55cc6
AV
39092017-03-20 Artemiy Volkov <artemiyv@acm.org>
3910 Keith Seitz <keiths@redhat.com>
3911
3912 PR gdb/14441
3913 * gdb.cp/demangle.exp: Add rvalue reference tests.
3914 * gdb.cp/rvalue-ref-casts.cc: New file.
3915 * gdb.cp/rvalue-ref-casts.exp: New file.
3916 * gdb.cp/rvalue-ref-overload.cc: New file.
3917 * gdb.cp/rvalue-ref-overload.exp: New file.
3918 * gdb.cp/rvalue-ref-params.cc: New file.
3919 * gdb.cp/rvalue-ref-params.exp: New file.
3920 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3921 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3922 * gdb.cp/rvalue-ref-types.cc: New file.
3923 * gdb.cp/rvalue-ref-types.exp: New file.
3924 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3925 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3926
51457a05
MAL
39272017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3928
3929 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3930 New procedure.
3931
5b291c04
MAL
39322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3933
3934 * lib/mi-support.exp (mi_gdb_test): Add additional message
3935 for unexpected output.
3936
59a56148
AA
39372017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3938
3939 * gdb.base/examine-backward.c (Barrier): New character array
3940 constant, to ensure that TestStrings is preceded by a string
3941 terminator.
3942
7942e96e
AA
39432017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3944
3945 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3946 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3947 and implicit pointer into such a location.
3948
6ebac3fb
DE
39492017-03-16 Doug Evans <dje@google.com>
3950
3951 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3952
ec3b243d
TP
39532017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3954
3955 * gdb.cp/m-static.exp: Fix expectation for prototype of
3956 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3957
39582017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3959
3960 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3961 * gdb.guile/scm-lazy-string.c: New file.
3962 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3963 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3964 for pointer, array, typedef lazy strings.
3965
2cc36e25 39662017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3967
3968 PR python/17728, python/18439, python/18779
3969 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3970 * gdb.python/py-lazy-string.c (pointer): New typedef.
3971 (main): New locals ptr, array, typedef_ptr.
3972 * gdb.python/py-value.exp: Move lazy string tests to ...
3973 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3974 array, typedef lazy strings.
ec3b243d 3975
0efcde63
AK
39762017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3977
3978 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3979 Add optional 'test' parameter.
3980
7978d7c3
SM
39812017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3982
3983 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3984 Skip for versions of DejaGnu < 1.5.
3985
896c0c1e
SM
39862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3987
3988 * lib/gdb.exp (dejagnu_version): New proc.
3989 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3990 Use dejagnu_version.
3991
5f4d1085
KS
39922017-03-10 Keith Seitz <keiths@redhat.com>
3993
3994 PR c++/8128
3995 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3996 type from destructor regexps.
3997 Add a branch which actually passes the test.
3998 Adjust "ptype t5i" test names.
3999
1de05205
PA
40002017-03-08 Pedro Alves <palves@redhat.com>
4001
4002 * gdb.base/step-over-exit.exp: Add explicit test message.
4003
c65d6b55
PA
40042017-03-08 Pedro Alves <palves@redhat.com>
4005
4006 PR gdb/18360
4007 * gdb.threads/interrupt-while-step-over.c: New file.
4008 * gdb.threads/interrupt-while-step-over.exp: New file.
4009
2e86a283
PA
40102017-03-08 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4013 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4014
25dcbff6
PA
40152017-03-08 Pedro Alves <palves@redhat.com>
4016
4017 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4018 PKRU as not supported as a PASS.
4019
dc9366eb
PA
40202017-03-08 Pedro Alves <palves@redhat.com>
4021
4022 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4023 prefix instead of $binfile1/$binfile2.
4024 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4025 in test message.
4026 * gdb.python/py-completion.exp: Use "load python file" as test
4027 messages instead of unstable path names.
4028
6e5d74e7
PA
40292017-03-08 Pedro Alves <palves@redhat.com>
4030 Jan Kratochvil <jan.kratochvil@redhat.com>
4031
4032 PR cli/21218
4033 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4034 New proc.
4035 (top level): Call it.
4036
9753a2f6
PA
40372017-03-08 Pedro Alves <palves@redhat.com>
4038
4039 PR tui/21216
4040 * gdb.tui/tui-nl-filtered-output.exp: New file.
4041
1a4dd9dd
PA
40422017-03-08 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.base/completion.exp: Move TUI completion tests to ...
4045 * gdb.tui/completion.exp: ... this new file.
4046
7cbbff33
PA
40472017-03-08 Pedro Alves <palves@redhat.com>
4048
4049 * gdb.base/tui-disasm-long-lines.c,
4050 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4051 gdb.base/tui-layout.exp: Move to ...
4052 * gdb.tui/: ... this new directory.
4053
5f6fd321
PA
40542017-03-07 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.base/tui-layout.c: New file.
4057 * gdb.base/tui-layout.exp: New file.
4058
44959fa8
PA
40592017-03-07 Pedro Alves <palves@redhat.com>
4060
4061 * gdb.base/tui-layout.c: Rename to ...
4062 * gdb.base/tui-disasm-long-lines.c: ... this.
4063 * gdb.base/tui-layout.exp: Rename to ...
4064 * gdb.base/tui-disasm-long-lines.exp: ... this.
4065
f8c4e718
PA
40662017-03-07 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4069
6dbb839a 40702017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4071
4072 * i386-mpx-call.c: New file.
4073 * i386-mpx-call.exp: New file.
4074
65b48a81
PB
40752017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4076
4077 * gdb.arch/powerpc-power.exp: Delete test.
4078 * gdb.arch/powerpc-power.s: Likewise.
4079 * gdb.disasm/disassembler-options.exp: New test.
4080 * gdb.arch/powerpc-altivec.exp: Likewise.
4081 * gdb.arch/powerpc-altivec.s: Likewise.
4082 * gdb.arch/powerpc-altivec2.exp: Likewise.
4083 * gdb.arch/powerpc-altivec2.s: Likewise.
4084 * gdb.arch/powerpc-altivec3.exp: Likewise.
4085 * gdb.arch/powerpc-altivec3.s: Likewise.
4086 * gdb.arch/powerpc-power7.exp: Likewise.
4087 * gdb.arch/powerpc-power7.s: Likewise.
4088 * gdb.arch/powerpc-power8.exp: Likewise.
4089 * gdb.arch/powerpc-power8.s: Likewise.
4090 * gdb.arch/powerpc-power9.exp: Likewise.
4091 * gdb.arch/powerpc-power9.s: Likewise.
4092 * gdb.arch/powerpc-vsx.exp: Likewise.
4093 * gdb.arch/powerpc-vsx.s: Likewise.
4094 * gdb.arch/powerpc-vsx2.exp: Likewise.
4095 * gdb.arch/powerpc-vsx2.s: Likewise.
4096 * gdb.arch/powerpc-vsx3.exp: Likewise.
4097 * gdb.arch/powerpc-vsx3.s: Likewise.
4098 * gdb.arch/arm-disassembler-options.exp: Likewise.
4099 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4100 * gdb.arch/s390-disassembler-options.exp: Likewise.
4101
17cd4947
LM
41022017-02-23 Luis Machado <lgustavo@codesourcery.com>
4103
4104 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4105 (check_supported_features): ... this. Changed return type to void.
4106 (supports_rdseed): New static global.
4107 (rdseed): Check supports_rdseed.
4108 (initialize): Call check_supported_features.
4109
2039d74e
EBM
41102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4111
4112 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4113 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4114 and lqarx/stqcx.
4115 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4116 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4117
a51d7ecf
EBM
41182017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4119
4120 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4121 uppercase.
4122
0224619f
JK
41232017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4124
4125 * gdb.dwarf2/formdata16.c: New file.
4126 * gdb.dwarf2/formdata16.exp: New file.
4127 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4128
216f72a1
JK
41292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4130
4131 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4132 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4133 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4134 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4135 DW_AT_GNU_*.
4136
43988095
JK
41372017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4138
4139 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4140
99e8a4f9
SDJ
41412017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4142
4143 PR gdb/21164
4144 * gdb.base/maint.exp: Add testcases for when the commands do
4145 not have arguments.
4146
b58a8c0c
TP
41472017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4148
4149 * gdb.cp/chained-calls.exp: Use p instead of P.
4150
4e746bb6
TW
41512017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4152
4153 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4154 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4155
3f77c769
TT
41562017-02-14 Tom Tromey <tom@tromey.com>
4157
4158 PR python/13598:
4159 * gdb.python/py-events.exp: Add before_prompt event tests.
4160
075beec0
AA
41612017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4162
4163 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4164
bf5f525c
LM
41652017-02-13 Luis Machado <lgustavo@codesourcery.com>
4166
4167 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4168 (main): Call my_unique_function_name.
4169 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4170 completion of patterns with a single match.
4171 Add missing -re switches to gdb_test_multiple calls.
4172
13a66184
LM
41732017-02-13 Luis Machado <lgustavo@codesourcery.com>
4174
4175 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4176 return if core file is not recognized.
4177
26a06916
SM
41782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4179
4180 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4181 and extra UIs.
4182
b761ca9e
SM
41832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4184
4185 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4186 proc_with_prefix.
4187
b964bee0
TT
41882017-02-10 Tom Tromey <tom@tromey.com>
4189
4190 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4191
18da0c51
MG
41922017-02-10 Martin Galvan <martingalvan@sourceware.org>
4193
4194 PR gdb/21122
4195 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4196
604c4576
JG
41972017-02-08 Jerome Guitton <guitton@adacore.com>
4198
4199 * gdb.base/define.exp: Add test for command abbreviations
4200 in define.
4201
20b477a7
LM
42022017-02-06 Luis Machado <lgustavo@codesourcery.com>
4203
4204 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4205 * gdb.reverse/insn-reverse-x86.c: New file.
4206
3f7b46f2
IR
42072017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4208
4209 PR tdep/20936
4210 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4211
f0fd41c1
TT
42122017-02-03 Tom Tromey <tom@tromey.com>
4213
4214 PR rust/21097:
4215 * gdb.rust/simple.exp: Add new tests.
4216
5be5dbf0
PA
42172017-02-02 Pedro Alves <palves@redhat.com>
4218
4219 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4220 tests.
4221
7346ef59
AA
42222017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4223
4224 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4225 taking a 2-byte value out of a 4-byte DWARF implicit value on
4226 big-endian targets.
4227 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4228 logic. Add test cases for DW_OP_implicit.
4229
787f0025
MM
42302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4231
4232 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4233
68777c29
MM
42342017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4235
4236 * gdb.btrace/enable.exp: Call gdb_exit before
4237 skip_gdbserver_tests.
4238
0a1c7e28
MM
42392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4240
4241 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4242 GDBFLAGS.
4243
b5ac99b0
MM
42442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4245
4246 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4247 the test is skipped.
4248 * gdb.btrace/data.exp: Likewise.
4249 * gdb.btrace/delta.exp: Likewise.
4250 * gdb.btrace/dlopen.exp: Likewise.
4251 * gdb.btrace/enable-running.exp: Likewise.
4252 * gdb.btrace/enable.exp: Likewise.
4253 * gdb.btrace/exception.exp: Likewise.
4254 * gdb.btrace/function_call_history.exp: Likewise.
4255 * gdb.btrace/gcore.exp: Likewise.
4256 * gdb.btrace/instruction_history.exp: Likewise.
4257 * gdb.btrace/multi-thread-step.exp: Likewise.
4258 * gdb.btrace/nohist.exp: Likewise.
4259 * gdb.btrace/non-stop.exp: Likewise.
4260 * gdb.btrace/reconnect.exp: Likewise.
4261 * gdb.btrace/record_goto-step.exp: Likewise.
4262 * gdb.btrace/record_goto.exp: Likewise.
4263 * gdb.btrace/rn-dl-bind.exp: Likewise.
4264 * gdb.btrace/segv.exp: Likewise.
4265 * gdb.btrace/step.exp: Likewise.
4266 * gdb.btrace/stepi.exp: Likewise.
4267 * gdb.btrace/tailcall-only.exp: Likewise.
4268 * gdb.btrace/tailcall.exp: Likewise.
4269 * gdb.btrace/tsx.exp: Likewise.
4270 * gdb.btrace/unknown_functions.exp: Likewise.
4271 * gdb.btrace/vdso.exp: Likewise.
4272
cd4007e4
MM
42732017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4274
4275 * gdb.btrace/enable-running.c: New.
4276 * gdb.btrace/enable-running.exp: New.
4277
2735833d
WT
42782017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4279
4280 * gdb.arch/amd64-gs_base.c: New file.
4281 * gdb.arch/amd64-gs_base.exp: New file.
4282
b51e1e94
LM
42832017-01-26 Luis Machado <lgustavo@codesourcery.com>
4284
4285 * lib/memory.exp: Remove spurious empty newlines.
4286
72ca0410
SM
42872017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4288
4289 * gdb.python/py-bad-printers.exp: Load python file using "source".
4290 * gdb.python/py-events.exp: Likewise.
4291 * gdb.python/py-evsignal.exp: Likewise.
4292 * gdb.python/py-evthreads.exp: Likewise.
4293 * gdb.python/py-frame-args.exp: Likewise.
4294 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4295 * gdb.python/py-framefilter-mi.exp: Likewise.
4296 * gdb.python/py-framefilter.exp: Likewise.
4297 * gdb.python/py-mi.exp: Likewise.
4298 * gdb.python/py-pp-maint.exp: Likewise.
4299 * gdb.python/py-pp-registration.exp: Likewise.
4300 * gdb.python/py-prettyprint.exp: Likewise.
4301 (run_lang_tests): Likewise.
4302 * gdb.python/py-typeprint.exp: Likewise.
4303
e309aa65
LM
43042017-01-26 Luis Machado <lgustavo@codesourcery.com>
4305
4306 * lib/memory.exp: New file.
4307 * lib/gdb.exp: Load memory.exp.
4308 * gdb.base/memattr.exp (delete_memory): Move proc to
4309 lib/memory.exp and rename to delete_memory_regions.
4310 Replace delete_memory with delete_memory_regions.
4311 Cleanup memory regions before tests.
4312 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4313 before tests.
4314
515aff23
LM
43152017-01-26 Luis Machado <lgustavo@codesourcery.com>
4316
4317 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4318 files.
4319 (initialize): New function conditionally defined.
4320 (testcases): Move within conditional block.
4321 (main): Call initialize.
4322 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4323 of gdb.reverse/insn-reverse.c.
4324 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4325 gdb.reverse/insn-reverse.c.
4326
d8b49cf0
YQ
43272017-01-26 Yao Qi <yao.qi@linaro.org>
4328
4329 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4330 disassemble on address 0.
4331
f13a9a0c
YQ
43322017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4333 Yao Qi <yao.qi@linaro.org>
4334
4335 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4336 * gdb.dwarf2/implptr-64bit.S: Remove.
4337 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4338 variables in caller's context. Add DW_OP_implicit_value.
4339
5ac95241
YQ
43402017-01-25 Yao Qi <yao.qi@linaro.org>
4341
4342 * lib/dwarf.exp (Dwarf::_location): Handle
4343 DW_OP_GNU_implicit_pointer with proper size.
4344
23e82930
LM
43452017-01-20 Luis Machado <lgustavo@codesourcery.com>
4346
4347 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4348 and add untested calls.
4349
d334ae25
LM
43502017-01-20 Luis Machado <lgustavo@codesourcery.com>
4351
4352 * gdb.python/python.exp: Check line number against what GDB thinks
4353 the line number is for func1.
4354
f5e6296e
IB
43552017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4356
4357 * gdb.dlang/debug-expr.exp: New file.
4358
5b362f04
LM
43592016-12-23 Luis Machado <lgustavo@codesourcery.com>
4360
4361 Fix test names for the following files:
4362
4363 * gdb.ada/exec_changed.exp
4364 * gdb.ada/info_types.exp
4365 * gdb.arch/aarch64-atomic-inst.exp
4366 * gdb.arch/aarch64-fp.exp
4367 * gdb.arch/altivec-abi.exp
4368 * gdb.arch/altivec-regs.exp
4369 * gdb.arch/amd64-byte.exp
4370 * gdb.arch/amd64-disp-step.exp
4371 * gdb.arch/amd64-dword.exp
4372 * gdb.arch/amd64-entry-value-inline.exp
4373 * gdb.arch/amd64-entry-value-param.exp
4374 * gdb.arch/amd64-entry-value-paramref.exp
4375 * gdb.arch/amd64-entry-value.exp
4376 * gdb.arch/amd64-i386-address.exp
4377 * gdb.arch/amd64-invalid-stack-middle.exp
4378 * gdb.arch/amd64-invalid-stack-top.exp
4379 * gdb.arch/amd64-optimout-repeat.exp
4380 * gdb.arch/amd64-prologue-skip.exp
4381 * gdb.arch/amd64-prologue-xmm.exp
4382 * gdb.arch/amd64-stap-special-operands.exp
4383 * gdb.arch/amd64-stap-wrong-subexp.exp
4384 * gdb.arch/amd64-tailcall-cxx.exp
4385 * gdb.arch/amd64-tailcall-noret.exp
4386 * gdb.arch/amd64-tailcall-ret.exp
4387 * gdb.arch/amd64-tailcall-self.exp
4388 * gdb.arch/amd64-word.exp
4389 * gdb.arch/arm-bl-branch-dest.exp
4390 * gdb.arch/arm-disp-step.exp
4391 * gdb.arch/arm-neon.exp
4392 * gdb.arch/arm-single-step-kernel-helper.exp
4393 * gdb.arch/avr-flash-qualifier.exp
4394 * gdb.arch/disp-step-insn-reloc.exp
4395 * gdb.arch/e500-abi.exp
4396 * gdb.arch/e500-regs.exp
4397 * gdb.arch/ftrace-insn-reloc.exp
4398 * gdb.arch/i386-avx512.exp
4399 * gdb.arch/i386-bp_permanent.exp
4400 * gdb.arch/i386-byte.exp
4401 * gdb.arch/i386-cfi-notcurrent.exp
4402 * gdb.arch/i386-disp-step.exp
4403 * gdb.arch/i386-dr3-watch.exp
4404 * gdb.arch/i386-float.exp
4405 * gdb.arch/i386-gnu-cfi.exp
4406 * gdb.arch/i386-mpx-map.exp
4407 * gdb.arch/i386-mpx-sigsegv.exp
4408 * gdb.arch/i386-mpx-simple_segv.exp
4409 * gdb.arch/i386-mpx.exp
4410 * gdb.arch/i386-permbkpt.exp
4411 * gdb.arch/i386-prologue.exp
4412 * gdb.arch/i386-signal.exp
4413 * gdb.arch/i386-size-overlap.exp
4414 * gdb.arch/i386-unwind.exp
4415 * gdb.arch/i386-word.exp
4416 * gdb.arch/mips-fcr.exp
4417 * gdb.arch/powerpc-d128-regs.exp
4418 * gdb.arch/powerpc-stackless.exp
4419 * gdb.arch/ppc64-atomic-inst.exp
4420 * gdb.arch/s390-stackless.exp
4421 * gdb.arch/s390-tdbregs.exp
4422 * gdb.arch/s390-vregs.exp
4423 * gdb.arch/sparc-sysstep.exp
4424 * gdb.arch/thumb-bx-pc.exp
4425 * gdb.arch/thumb-singlestep.exp
4426 * gdb.arch/thumb2-it.exp
4427 * gdb.arch/vsx-regs.exp
4428 * gdb.asm/asm-source.exp
4429 * gdb.base/a2-run.exp
4430 * gdb.base/advance.exp
4431 * gdb.base/all-bin.exp
4432 * gdb.base/anon.exp
4433 * gdb.base/args.exp
4434 * gdb.base/arithmet.exp
4435 * gdb.base/async-shell.exp
4436 * gdb.base/async.exp
4437 * gdb.base/attach-pie-noexec.exp
4438 * gdb.base/attach-twice.exp
4439 * gdb.base/auto-load.exp
4440 * gdb.base/bang.exp
4441 * gdb.base/bitfields.exp
4442 * gdb.base/break-always.exp
4443 * gdb.base/break-caller-line.exp
4444 * gdb.base/break-entry.exp
4445 * gdb.base/break-inline.exp
4446 * gdb.base/break-on-linker-gcd-function.exp
4447 * gdb.base/break-probes.exp
4448 * gdb.base/break.exp
4449 * gdb.base/breakpoint-shadow.exp
4450 * gdb.base/call-ar-st.exp
4451 * gdb.base/call-sc.exp
4452 * gdb.base/call-signal-resume.exp
4453 * gdb.base/call-strs.exp
4454 * gdb.base/callfuncs.exp
4455 * gdb.base/catch-fork-static.exp
4456 * gdb.base/catch-gdb-caused-signals.exp
4457 * gdb.base/catch-load.exp
4458 * gdb.base/catch-signal-fork.exp
4459 * gdb.base/catch-signal.exp
4460 * gdb.base/catch-syscall.exp
4461 * gdb.base/charset.exp
4462 * gdb.base/checkpoint.exp
4463 * gdb.base/chng-syms.exp
4464 * gdb.base/code-expr.exp
4465 * gdb.base/code_elim.exp
4466 * gdb.base/commands.exp
4467 * gdb.base/completion.exp
4468 * gdb.base/complex.exp
4469 * gdb.base/cond-expr.exp
4470 * gdb.base/condbreak.exp
4471 * gdb.base/consecutive.exp
4472 * gdb.base/continue-all-already-running.exp
4473 * gdb.base/coredump-filter.exp
4474 * gdb.base/corefile.exp
4475 * gdb.base/dbx.exp
4476 * gdb.base/debug-expr.exp
4477 * gdb.base/define.exp
4478 * gdb.base/del.exp
4479 * gdb.base/disabled-location.exp
4480 * gdb.base/disasm-end-cu.exp
4481 * gdb.base/disasm-optim.exp
4482 * gdb.base/display.exp
4483 * gdb.base/duplicate-bp.exp
4484 * gdb.base/ena-dis-br.exp
4485 * gdb.base/ending-run.exp
4486 * gdb.base/enumval.exp
4487 * gdb.base/environ.exp
4488 * gdb.base/eu-strip-infcall.exp
4489 * gdb.base/eval-avoid-side-effects.exp
4490 * gdb.base/eval-skip.exp
4491 * gdb.base/exitsignal.exp
4492 * gdb.base/expand-psymtabs.exp
4493 * gdb.base/filesym.exp
4494 * gdb.base/find-unmapped.exp
4495 * gdb.base/finish.exp
4496 * gdb.base/float.exp
4497 * gdb.base/foll-exec-mode.exp
4498 * gdb.base/foll-exec.exp
4499 * gdb.base/foll-fork.exp
4500 * gdb.base/fortran-sym-case.exp
4501 * gdb.base/freebpcmd.exp
4502 * gdb.base/func-ptr.exp
4503 * gdb.base/func-ptrs.exp
4504 * gdb.base/funcargs.exp
4505 * gdb.base/gcore-buffer-overflow.exp
4506 * gdb.base/gcore-relro-pie.exp
4507 * gdb.base/gcore-relro.exp
4508 * gdb.base/gcore.exp
4509 * gdb.base/gdb1090.exp
4510 * gdb.base/gdb11530.exp
4511 * gdb.base/gdb11531.exp
4512 * gdb.base/gdb1821.exp
4513 * gdb.base/gdbindex-stabs.exp
4514 * gdb.base/gdbvars.exp
4515 * gdb.base/hbreak.exp
4516 * gdb.base/hbreak2.exp
4517 * gdb.base/included.exp
4518 * gdb.base/infcall-input.exp
4519 * gdb.base/inferior-died.exp
4520 * gdb.base/infnan.exp
4521 * gdb.base/info-macros.exp
4522 * gdb.base/info-os.exp
4523 * gdb.base/info-proc.exp
4524 * gdb.base/info-shared.exp
4525 * gdb.base/info-target.exp
4526 * gdb.base/infoline.exp
4527 * gdb.base/interp.exp
4528 * gdb.base/interrupt.exp
4529 * gdb.base/jit-reader.exp
4530 * gdb.base/jit-simple.exp
4531 * gdb.base/kill-after-signal.exp
4532 * gdb.base/kill-detach-inferiors-cmd.exp
4533 * gdb.base/label.exp
4534 * gdb.base/langs.exp
4535 * gdb.base/ldbl_e308.exp
4536 * gdb.base/line-symtabs.exp
4537 * gdb.base/linespecs.exp
4538 * gdb.base/list.exp
4539 * gdb.base/long_long.exp
4540 * gdb.base/longest-types.exp
4541 * gdb.base/maint.exp
4542 * gdb.base/max-value-size.exp
4543 * gdb.base/memattr.exp
4544 * gdb.base/mips_pro.exp
4545 * gdb.base/morestack.exp
4546 * gdb.base/moribund-step.exp
4547 * gdb.base/multi-forks.exp
4548 * gdb.base/nested-addr.exp
4549 * gdb.base/nextoverexit.exp
4550 * gdb.base/noreturn-finish.exp
4551 * gdb.base/noreturn-return.exp
4552 * gdb.base/nostdlib.exp
4553 * gdb.base/offsets.exp
4554 * gdb.base/opaque.exp
4555 * gdb.base/pc-fp.exp
4556 * gdb.base/permissions.exp
4557 * gdb.base/print-symbol-loading.exp
4558 * gdb.base/prologue-include.exp
4559 * gdb.base/psymtab.exp
4560 * gdb.base/ptype.exp
4561 * gdb.base/random-signal.exp
4562 * gdb.base/randomize.exp
4563 * gdb.base/range-stepping.exp
4564 * gdb.base/readline-ask.exp
4565 * gdb.base/recpar.exp
4566 * gdb.base/recurse.exp
4567 * gdb.base/relational.exp
4568 * gdb.base/restore.exp
4569 * gdb.base/return-nodebug.exp
4570 * gdb.base/return.exp
4571 * gdb.base/run-after-attach.exp
4572 * gdb.base/save-bp.exp
4573 * gdb.base/scope.exp
4574 * gdb.base/sect-cmd.exp
4575 * gdb.base/set-lang-auto.exp
4576 * gdb.base/set-noassign.exp
4577 * gdb.base/setvar.exp
4578 * gdb.base/sigall.exp
4579 * gdb.base/sigbpt.exp
4580 * gdb.base/siginfo-addr.exp
4581 * gdb.base/siginfo-infcall.exp
4582 * gdb.base/siginfo-obj.exp
4583 * gdb.base/siginfo.exp
4584 * gdb.base/signals-state-child.exp
4585 * gdb.base/signest.exp
4586 * gdb.base/sigstep.exp
4587 * gdb.base/sizeof.exp
4588 * gdb.base/skip.exp
4589 * gdb.base/solib-corrupted.exp
4590 * gdb.base/solib-nodir.exp
4591 * gdb.base/solib-search.exp
4592 * gdb.base/stack-checking.exp
4593 * gdb.base/stale-infcall.exp
4594 * gdb.base/stap-probe.exp
4595 * gdb.base/start.exp
4596 * gdb.base/step-break.exp
4597 * gdb.base/step-bt.exp
4598 * gdb.base/step-line.exp
4599 * gdb.base/step-over-exit.exp
4600 * gdb.base/step-over-syscall.exp
4601 * gdb.base/step-resume-infcall.exp
4602 * gdb.base/step-test.exp
4603 * gdb.base/store.exp
4604 * gdb.base/structs3.exp
4605 * gdb.base/sym-file.exp
4606 * gdb.base/symbol-without-target_section.exp
4607 * gdb.base/term.exp
4608 * gdb.base/testenv.exp
4609 * gdb.base/ui-redirect.exp
4610 * gdb.base/until.exp
4611 * gdb.base/unwindonsignal.exp
4612 * gdb.base/value-double-free.exp
4613 * gdb.base/vla-datatypes.exp
4614 * gdb.base/vla-ptr.exp
4615 * gdb.base/vla-sideeffect.exp
4616 * gdb.base/volatile.exp
4617 * gdb.base/watch-cond-infcall.exp
4618 * gdb.base/watch-cond.exp
4619 * gdb.base/watch-non-mem.exp
4620 * gdb.base/watch-read.exp
4621 * gdb.base/watch-vfork.exp
4622 * gdb.base/watchpoint-cond-gone.exp
4623 * gdb.base/watchpoint-delete.exp
4624 * gdb.base/watchpoint-hw-hit-once.exp
4625 * gdb.base/watchpoint-hw.exp
4626 * gdb.base/watchpoint-stops-at-right-insn.exp
4627 * gdb.base/watchpoints.exp
4628 * gdb.base/wchar.exp
4629 * gdb.base/whatis-exp.exp
4630 * gdb.btrace/buffer-size.exp
4631 * gdb.btrace/data.exp
4632 * gdb.btrace/delta.exp
4633 * gdb.btrace/dlopen.exp
4634 * gdb.btrace/enable.exp
4635 * gdb.btrace/exception.exp
4636 * gdb.btrace/function_call_history.exp
4637 * gdb.btrace/gcore.exp
4638 * gdb.btrace/instruction_history.exp
4639 * gdb.btrace/nohist.exp
4640 * gdb.btrace/reconnect.exp
4641 * gdb.btrace/record_goto-step.exp
4642 * gdb.btrace/record_goto.exp
4643 * gdb.btrace/rn-dl-bind.exp
4644 * gdb.btrace/segv.exp
4645 * gdb.btrace/step.exp
4646 * gdb.btrace/stepi.exp
4647 * gdb.btrace/tailcall-only.exp
4648 * gdb.btrace/tailcall.exp
4649 * gdb.btrace/tsx.exp
4650 * gdb.btrace/unknown_functions.exp
4651 * gdb.btrace/vdso.exp
4652 * gdb.compile/compile-ifunc.exp
4653 * gdb.compile/compile-ops.exp
4654 * gdb.compile/compile-print.exp
4655 * gdb.compile/compile-setjmp.exp
4656 * gdb.cp/abstract-origin.exp
4657 * gdb.cp/ambiguous.exp
4658 * gdb.cp/annota2.exp
4659 * gdb.cp/annota3.exp
4660 * gdb.cp/anon-ns.exp
4661 * gdb.cp/anon-struct.exp
4662 * gdb.cp/anon-union.exp
4663 * gdb.cp/arg-reference.exp
4664 * gdb.cp/baseenum.exp
4665 * gdb.cp/bool.exp
4666 * gdb.cp/breakpoint.exp
4667 * gdb.cp/bs15503.exp
4668 * gdb.cp/call-c.exp
4669 * gdb.cp/casts.exp
4670 * gdb.cp/chained-calls.exp
4671 * gdb.cp/class2.exp
4672 * gdb.cp/classes.exp
4673 * gdb.cp/cmpd-minsyms.exp
4674 * gdb.cp/converts.exp
4675 * gdb.cp/cp-relocate.exp
4676 * gdb.cp/cpcompletion.exp
4677 * gdb.cp/cpexprs.exp
4678 * gdb.cp/cplabel.exp
4679 * gdb.cp/cplusfuncs.exp
4680 * gdb.cp/cpsizeof.exp
4681 * gdb.cp/ctti.exp
4682 * gdb.cp/derivation.exp
4683 * gdb.cp/destrprint.exp
4684 * gdb.cp/dispcxx.exp
4685 * gdb.cp/enum-class.exp
4686 * gdb.cp/exception.exp
4687 * gdb.cp/exceptprint.exp
4688 * gdb.cp/expand-psymtabs-cxx.exp
4689 * gdb.cp/expand-sals.exp
4690 * gdb.cp/extern-c.exp
4691 * gdb.cp/filename.exp
4692 * gdb.cp/formatted-ref.exp
4693 * gdb.cp/fpointer.exp
4694 * gdb.cp/gdb1355.exp
4695 * gdb.cp/gdb2495.exp
4696 * gdb.cp/hang.exp
4697 * gdb.cp/impl-this.exp
4698 * gdb.cp/infcall-dlopen.exp
4699 * gdb.cp/inherit.exp
4700 * gdb.cp/iostream.exp
4701 * gdb.cp/koenig.exp
4702 * gdb.cp/local.exp
4703 * gdb.cp/m-data.exp
4704 * gdb.cp/m-static.exp
4705 * gdb.cp/mb-ctor.exp
4706 * gdb.cp/mb-inline.exp
4707 * gdb.cp/mb-templates.exp
4708 * gdb.cp/member-name.exp
4709 * gdb.cp/member-ptr.exp
4710 * gdb.cp/meth-typedefs.exp
4711 * gdb.cp/method.exp
4712 * gdb.cp/method2.exp
4713 * gdb.cp/minsym-fallback.exp
4714 * gdb.cp/misc.exp
4715 * gdb.cp/namelessclass.exp
4716 * gdb.cp/namespace-enum.exp
4717 * gdb.cp/namespace-nested-import.exp
4718 * gdb.cp/namespace.exp
4719 * gdb.cp/nextoverthrow.exp
4720 * gdb.cp/no-dmgl-verbose.exp
4721 * gdb.cp/non-trivial-retval.exp
4722 * gdb.cp/noparam.exp
4723 * gdb.cp/nsdecl.exp
4724 * gdb.cp/nsimport.exp
4725 * gdb.cp/nsnested.exp
4726 * gdb.cp/nsnoimports.exp
4727 * gdb.cp/nsrecurs.exp
4728 * gdb.cp/nsstress.exp
4729 * gdb.cp/nsusing.exp
4730 * gdb.cp/operator.exp
4731 * gdb.cp/oranking.exp
4732 * gdb.cp/overload-const.exp
4733 * gdb.cp/overload.exp
4734 * gdb.cp/ovldbreak.exp
4735 * gdb.cp/ovsrch.exp
4736 * gdb.cp/paren-type.exp
4737 * gdb.cp/parse-lang.exp
4738 * gdb.cp/pass-by-ref.exp
4739 * gdb.cp/pr-1023.exp
4740 * gdb.cp/pr-1210.exp
4741 * gdb.cp/pr-574.exp
4742 * gdb.cp/pr10687.exp
4743 * gdb.cp/pr12028.exp
4744 * gdb.cp/pr17132.exp
4745 * gdb.cp/pr17494.exp
4746 * gdb.cp/pr9067.exp
4747 * gdb.cp/pr9167.exp
4748 * gdb.cp/pr9631.exp
4749 * gdb.cp/printmethod.exp
4750 * gdb.cp/psmang.exp
4751 * gdb.cp/psymtab-parameter.exp
4752 * gdb.cp/ptype-cv-cp.exp
4753 * gdb.cp/ptype-flags.exp
4754 * gdb.cp/re-set-overloaded.exp
4755 * gdb.cp/ref-types.exp
4756 * gdb.cp/rtti.exp
4757 * gdb.cp/scope-err.exp
4758 * gdb.cp/shadow.exp
4759 * gdb.cp/smartp.exp
4760 * gdb.cp/static-method.exp
4761 * gdb.cp/static-print-quit.exp
4762 * gdb.cp/temargs.exp
4763 * gdb.cp/templates.exp
4764 * gdb.cp/try_catch.exp
4765 * gdb.cp/typedef-operator.exp
4766 * gdb.cp/typeid.exp
4767 * gdb.cp/userdef.exp
4768 * gdb.cp/using-crash.exp
4769 * gdb.cp/var-tag.exp
4770 * gdb.cp/virtbase.exp
4771 * gdb.cp/virtfunc.exp
4772 * gdb.cp/virtfunc2.exp
4773 * gdb.cp/vla-cxx.exp
4774 * gdb.disasm/t01_mov.exp
4775 * gdb.disasm/t02_mova.exp
4776 * gdb.disasm/t03_add.exp
4777 * gdb.disasm/t04_sub.exp
4778 * gdb.disasm/t05_cmp.exp
4779 * gdb.disasm/t06_ari2.exp
4780 * gdb.disasm/t07_ari3.exp
4781 * gdb.disasm/t08_or.exp
4782 * gdb.disasm/t09_xor.exp
4783 * gdb.disasm/t10_and.exp
4784 * gdb.disasm/t11_logs.exp
4785 * gdb.disasm/t12_bit.exp
4786 * gdb.disasm/t13_otr.exp
4787 * gdb.dlang/circular.exp
4788 * gdb.dwarf2/arr-stride.exp
4789 * gdb.dwarf2/arr-subrange.exp
4790 * gdb.dwarf2/atomic-type.exp
4791 * gdb.dwarf2/bad-regnum.exp
4792 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4793 * gdb.dwarf2/callframecfa.exp
4794 * gdb.dwarf2/clztest.exp
4795 * gdb.dwarf2/corrupt.exp
4796 * gdb.dwarf2/data-loc.exp
4797 * gdb.dwarf2/dup-psym.exp
4798 * gdb.dwarf2/dw2-anon-mptr.exp
4799 * gdb.dwarf2/dw2-anonymous-func.exp
4800 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4801 * gdb.dwarf2/dw2-bad-unresolved.exp
4802 * gdb.dwarf2/dw2-basic.exp
4803 * gdb.dwarf2/dw2-canonicalize-type.exp
4804 * gdb.dwarf2/dw2-case-insensitive.exp
4805 * gdb.dwarf2/dw2-common-block.exp
4806 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4807 * gdb.dwarf2/dw2-compressed.exp
4808 * gdb.dwarf2/dw2-const.exp
4809 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4810 * gdb.dwarf2/dw2-cu-size.exp
4811 * gdb.dwarf2/dw2-dup-frame.exp
4812 * gdb.dwarf2/dw2-entry-value.exp
4813 * gdb.dwarf2/dw2-icycle.exp
4814 * gdb.dwarf2/dw2-ifort-parameter.exp
4815 * gdb.dwarf2/dw2-inline-break.exp
4816 * gdb.dwarf2/dw2-inline-param.exp
4817 * gdb.dwarf2/dw2-intercu.exp
4818 * gdb.dwarf2/dw2-intermix.exp
4819 * gdb.dwarf2/dw2-lexical-block-bare.exp
4820 * gdb.dwarf2/dw2-linkage-name-trust.exp
4821 * gdb.dwarf2/dw2-minsym-in-cu.exp
4822 * gdb.dwarf2/dw2-noloc.exp
4823 * gdb.dwarf2/dw2-op-call.exp
4824 * gdb.dwarf2/dw2-op-out-param.exp
4825 * gdb.dwarf2/dw2-opt-structptr.exp
4826 * gdb.dwarf2/dw2-param-error.exp
4827 * gdb.dwarf2/dw2-producer.exp
4828 * gdb.dwarf2/dw2-ranges-base.exp
4829 * gdb.dwarf2/dw2-ref-missing-frame.exp
4830 * gdb.dwarf2/dw2-reg-undefined.exp
4831 * gdb.dwarf2/dw2-regno-invalid.exp
4832 * gdb.dwarf2/dw2-restore.exp
4833 * gdb.dwarf2/dw2-restrict.exp
4834 * gdb.dwarf2/dw2-single-line-discriminators.exp
4835 * gdb.dwarf2/dw2-strp.exp
4836 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4837 * gdb.dwarf2/dw2-unresolved.exp
4838 * gdb.dwarf2/dw2-var-zero-addr.exp
4839 * gdb.dwarf2/dw4-sig-types.exp
4840 * gdb.dwarf2/dwz.exp
4841 * gdb.dwarf2/dynarr-ptr.exp
4842 * gdb.dwarf2/enum-type.exp
4843 * gdb.dwarf2/gdb-index.exp
4844 * gdb.dwarf2/implptr-64bit.exp
4845 * gdb.dwarf2/implptr-optimized-out.exp
4846 * gdb.dwarf2/implptr.exp
4847 * gdb.dwarf2/implref-array.exp
4848 * gdb.dwarf2/implref-const.exp
4849 * gdb.dwarf2/implref-global.exp
4850 * gdb.dwarf2/implref-struct.exp
4851 * gdb.dwarf2/mac-fileno.exp
4852 * gdb.dwarf2/main-subprogram.exp
4853 * gdb.dwarf2/member-ptr-forwardref.exp
4854 * gdb.dwarf2/method-ptr.exp
4855 * gdb.dwarf2/missing-sig-type.exp
4856 * gdb.dwarf2/nonvar-access.exp
4857 * gdb.dwarf2/opaque-type-lookup.exp
4858 * gdb.dwarf2/pieces-optimized-out.exp
4859 * gdb.dwarf2/pieces.exp
4860 * gdb.dwarf2/pr10770.exp
4861 * gdb.dwarf2/pr13961.exp
4862 * gdb.dwarf2/staticvirtual.exp
4863 * gdb.dwarf2/subrange.exp
4864 * gdb.dwarf2/symtab-producer.exp
4865 * gdb.dwarf2/trace-crash.exp
4866 * gdb.dwarf2/typeddwarf.exp
4867 * gdb.dwarf2/valop.exp
4868 * gdb.dwarf2/watch-notconst.exp
4869 * gdb.fortran/array-element.exp
4870 * gdb.fortran/charset.exp
4871 * gdb.fortran/common-block.exp
4872 * gdb.fortran/complex.exp
4873 * gdb.fortran/derived-type-function.exp
4874 * gdb.fortran/derived-type.exp
4875 * gdb.fortran/logical.exp
4876 * gdb.fortran/module.exp
4877 * gdb.fortran/multi-dim.exp
4878 * gdb.fortran/nested-funcs.exp
4879 * gdb.fortran/print-formatted.exp
4880 * gdb.fortran/subarray.exp
4881 * gdb.fortran/vla-alloc-assoc.exp
4882 * gdb.fortran/vla-datatypes.exp
4883 * gdb.fortran/vla-history.exp
4884 * gdb.fortran/vla-ptr-info.exp
4885 * gdb.fortran/vla-ptype-sub.exp
4886 * gdb.fortran/vla-ptype.exp
4887 * gdb.fortran/vla-sizeof.exp
4888 * gdb.fortran/vla-type.exp
4889 * gdb.fortran/vla-value-sub-arbitrary.exp
4890 * gdb.fortran/vla-value-sub-finish.exp
4891 * gdb.fortran/vla-value-sub.exp
4892 * gdb.fortran/vla-value.exp
4893 * gdb.fortran/whatis_type.exp
4894 * gdb.go/chan.exp
4895 * gdb.go/handcall.exp
4896 * gdb.go/hello.exp
4897 * gdb.go/integers.exp
4898 * gdb.go/methods.exp
4899 * gdb.go/package.exp
4900 * gdb.go/strings.exp
4901 * gdb.go/types.exp
4902 * gdb.go/unsafe.exp
4903 * gdb.guile/scm-arch.exp
4904 * gdb.guile/scm-block.exp
4905 * gdb.guile/scm-breakpoint.exp
4906 * gdb.guile/scm-cmd.exp
4907 * gdb.guile/scm-disasm.exp
4908 * gdb.guile/scm-equal.exp
4909 * gdb.guile/scm-frame-args.exp
4910 * gdb.guile/scm-frame-inline.exp
4911 * gdb.guile/scm-frame.exp
4912 * gdb.guile/scm-iterator.exp
4913 * gdb.guile/scm-math.exp
4914 * gdb.guile/scm-objfile.exp
4915 * gdb.guile/scm-ports.exp
4916 * gdb.guile/scm-symbol.exp
4917 * gdb.guile/scm-symtab.exp
4918 * gdb.guile/scm-value-cc.exp
4919 * gdb.guile/types-module.exp
4920 * gdb.linespec/break-ask.exp
4921 * gdb.linespec/cpexplicit.exp
4922 * gdb.linespec/explicit.exp
4923 * gdb.linespec/keywords.exp
4924 * gdb.linespec/linespec.exp
4925 * gdb.linespec/ls-dollar.exp
4926 * gdb.linespec/ls-errs.exp
4927 * gdb.linespec/skip-two.exp
4928 * gdb.linespec/thread.exp
4929 * gdb.mi/mi-async.exp
4930 * gdb.mi/mi-basics.exp
4931 * gdb.mi/mi-break.exp
4932 * gdb.mi/mi-catch-load.exp
4933 * gdb.mi/mi-cli.exp
4934 * gdb.mi/mi-cmd-param-changed.exp
4935 * gdb.mi/mi-console.exp
4936 * gdb.mi/mi-detach.exp
4937 * gdb.mi/mi-disassemble.exp
4938 * gdb.mi/mi-eval.exp
4939 * gdb.mi/mi-file-transfer.exp
4940 * gdb.mi/mi-file.exp
4941 * gdb.mi/mi-fill-memory.exp
4942 * gdb.mi/mi-inheritance-syntax-error.exp
4943 * gdb.mi/mi-linespec-err-cp.exp
4944 * gdb.mi/mi-logging.exp
4945 * gdb.mi/mi-memory-changed.exp
4946 * gdb.mi/mi-read-memory.exp
4947 * gdb.mi/mi-record-changed.exp
4948 * gdb.mi/mi-reg-undefined.exp
4949 * gdb.mi/mi-regs.exp
4950 * gdb.mi/mi-return.exp
4951 * gdb.mi/mi-reverse.exp
4952 * gdb.mi/mi-simplerun.exp
4953 * gdb.mi/mi-solib.exp
4954 * gdb.mi/mi-stack.exp
4955 * gdb.mi/mi-stepi.exp
4956 * gdb.mi/mi-syn-frame.exp
4957 * gdb.mi/mi-until.exp
4958 * gdb.mi/mi-var-block.exp
4959 * gdb.mi/mi-var-child.exp
4960 * gdb.mi/mi-var-cmd.exp
4961 * gdb.mi/mi-var-cp.exp
4962 * gdb.mi/mi-var-display.exp
4963 * gdb.mi/mi-var-invalidate.exp
4964 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4965 * gdb.mi/mi-vla-fortran.exp
4966 * gdb.mi/mi-watch.exp
4967 * gdb.mi/mi2-var-child.exp
4968 * gdb.mi/user-selected-context-sync.exp
4969 * gdb.modula2/unbounded-array.exp
4970 * gdb.multi/dummy-frame-restore.exp
4971 * gdb.multi/multi-arch-exec.exp
4972 * gdb.multi/multi-arch.exp
4973 * gdb.multi/tids.exp
4974 * gdb.multi/watchpoint-multi.exp
4975 * gdb.opencl/callfuncs.exp
4976 * gdb.opencl/convs_casts.exp
4977 * gdb.opencl/datatypes.exp
4978 * gdb.opencl/operators.exp
4979 * gdb.opencl/vec_comps.exp
4980 * gdb.opt/clobbered-registers-O2.exp
4981 * gdb.opt/inline-break.exp
4982 * gdb.opt/inline-bt.exp
4983 * gdb.opt/inline-cmds.exp
4984 * gdb.opt/inline-locals.exp
4985 * gdb.pascal/case-insensitive-symbols.exp
4986 * gdb.pascal/floats.exp
4987 * gdb.pascal/gdb11492.exp
4988 * gdb.python/lib-types.exp
4989 * gdb.python/py-arch.exp
4990 * gdb.python/py-as-string.exp
4991 * gdb.python/py-bad-printers.exp
4992 * gdb.python/py-block.exp
4993 * gdb.python/py-breakpoint-create-fail.exp
4994 * gdb.python/py-breakpoint.exp
4995 * gdb.python/py-caller-is.exp
4996 * gdb.python/py-cmd.exp
4997 * gdb.python/py-explore-cc.exp
4998 * gdb.python/py-explore.exp
4999 * gdb.python/py-finish-breakpoint.exp
5000 * gdb.python/py-finish-breakpoint2.exp
5001 * gdb.python/py-frame-args.exp
5002 * gdb.python/py-frame-inline.exp
5003 * gdb.python/py-frame.exp
5004 * gdb.python/py-framefilter-mi.exp
5005 * gdb.python/py-infthread.exp
5006 * gdb.python/py-lazy-string.exp
5007 * gdb.python/py-linetable.exp
5008 * gdb.python/py-mi-events.exp
5009 * gdb.python/py-mi-objfile.exp
5010 * gdb.python/py-mi.exp
5011 * gdb.python/py-objfile.exp
5012 * gdb.python/py-pp-integral.exp
5013 * gdb.python/py-pp-maint.exp
5014 * gdb.python/py-pp-re-notag.exp
5015 * gdb.python/py-pp-registration.exp
5016 * gdb.python/py-recurse-unwind.exp
5017 * gdb.python/py-strfns.exp
5018 * gdb.python/py-symbol.exp
5019 * gdb.python/py-symtab.exp
5020 * gdb.python/py-sync-interp.exp
5021 * gdb.python/py-typeprint.exp
5022 * gdb.python/py-unwind-maint.exp
5023 * gdb.python/py-unwind.exp
5024 * gdb.python/py-value-cc.exp
5025 * gdb.python/py-xmethods.exp
5026 * gdb.reverse/amd64-tailcall-reverse.exp
5027 * gdb.reverse/break-precsave.exp
5028 * gdb.reverse/break-reverse.exp
5029 * gdb.reverse/consecutive-precsave.exp
5030 * gdb.reverse/consecutive-reverse.exp
5031 * gdb.reverse/finish-precsave.exp
5032 * gdb.reverse/finish-reverse-bkpt.exp
5033 * gdb.reverse/finish-reverse.exp
5034 * gdb.reverse/fstatat-reverse.exp
5035 * gdb.reverse/getresuid-reverse.exp
5036 * gdb.reverse/i386-precsave.exp
5037 * gdb.reverse/i386-reverse.exp
5038 * gdb.reverse/i386-sse-reverse.exp
5039 * gdb.reverse/i387-env-reverse.exp
5040 * gdb.reverse/i387-stack-reverse.exp
5041 * gdb.reverse/insn-reverse.exp
5042 * gdb.reverse/machinestate-precsave.exp
5043 * gdb.reverse/machinestate.exp
5044 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5045 * gdb.reverse/pipe-reverse.exp
5046 * gdb.reverse/readv-reverse.exp
5047 * gdb.reverse/recvmsg-reverse.exp
5048 * gdb.reverse/rerun-prec.exp
5049 * gdb.reverse/s390-mvcle.exp
5050 * gdb.reverse/step-precsave.exp
5051 * gdb.reverse/step-reverse.exp
5052 * gdb.reverse/time-reverse.exp
5053 * gdb.reverse/until-precsave.exp
5054 * gdb.reverse/until-reverse.exp
5055 * gdb.reverse/waitpid-reverse.exp
5056 * gdb.reverse/watch-precsave.exp
5057 * gdb.reverse/watch-reverse.exp
5058 * gdb.rust/generics.exp
5059 * gdb.rust/methods.exp
5060 * gdb.rust/modules.exp
5061 * gdb.rust/simple.exp
5062 * gdb.server/connect-with-no-symbol-file.exp
5063 * gdb.server/ext-attach.exp
5064 * gdb.server/ext-restart.exp
5065 * gdb.server/ext-wrapper.exp
5066 * gdb.server/file-transfer.exp
5067 * gdb.server/server-exec-info.exp
5068 * gdb.server/server-kill.exp
5069 * gdb.server/server-mon.exp
5070 * gdb.server/wrapper.exp
5071 * gdb.stabs/exclfwd.exp
5072 * gdb.stabs/gdb11479.exp
5073 * gdb.threads/clone-new-thread-event.exp
5074 * gdb.threads/corethreads.exp
5075 * gdb.threads/current-lwp-dead.exp
5076 * gdb.threads/dlopen-libpthread.exp
5077 * gdb.threads/gcore-thread.exp
5078 * gdb.threads/sigstep-threads.exp
5079 * gdb.threads/watchpoint-fork.exp
5080 * gdb.trace/actions-changed.exp
5081 * gdb.trace/backtrace.exp
5082 * gdb.trace/change-loc.exp
5083 * gdb.trace/circ.exp
5084 * gdb.trace/collection.exp
5085 * gdb.trace/disconnected-tracing.exp
5086 * gdb.trace/ftrace.exp
5087 * gdb.trace/mi-trace-frame-collected.exp
5088 * gdb.trace/mi-trace-unavailable.exp
5089 * gdb.trace/mi-traceframe-changed.exp
5090 * gdb.trace/mi-tsv-changed.exp
5091 * gdb.trace/no-attach-trace.exp
5092 * gdb.trace/passc-dyn.exp
5093 * gdb.trace/qtro.exp
5094 * gdb.trace/range-stepping.exp
5095 * gdb.trace/read-memory.exp
5096 * gdb.trace/save-trace.exp
5097 * gdb.trace/signal.exp
5098 * gdb.trace/status-stop.exp
5099 * gdb.trace/tfile.exp
5100 * gdb.trace/trace-break.exp
5101 * gdb.trace/trace-buffer-size.exp
5102 * gdb.trace/trace-condition.exp
5103 * gdb.trace/tracefile-pseudo-reg.exp
5104 * gdb.trace/tstatus.exp
5105 * gdb.trace/unavailable.exp
5106 * gdb.trace/while-dyn.exp
5107 * gdb.trace/while-stepping.exp
5108
34c41c68
DE
51092016-12-22 Doug Evans <xdje42@gmail.com>
5110
5111 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5112 and msymbols.
5113
16e69324
YQ
51142016-12-19 Yao Qi <yao.qi@linaro.org>
5115
5116 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5117 (test_with_self): Don't call do_steps_and_nexts, and remove
5118 code about stepping into xmalloc.
5119
f94f411b
YQ
51202016-12-09 Yao Qi <yao.qi@linaro.org>
5121
5122 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5123
51242016-12-09 Yao Qi <yao.qi@linaro.org>
5125
5126 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5127
f1b5deee
PA
51282016-12-09 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.base/all-architectures-0.exp: New file.
5131 * gdb.base/all-architectures-1.exp: New file.
5132 * gdb.base/all-architectures-2.exp: New file.
5133 * gdb.base/all-architectures-3.exp: New file.
5134 * gdb.base/all-architectures-4.exp: New file.
5135 * gdb.base/all-architectures-5.exp: New file.
5136 * gdb.base/all-architectures-6.exp: New file.
5137 * gdb.base/all-architectures-7.exp: New file.
5138 * gdb.base/all-architectures.exp.in: New file.
5139
364ca42e
YQ
51402016-12-09 Yao Qi <yao.qi@linaro.org>
5141
5142 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5143
107c2d62
LM
51442016-12-02 Luis Machado <lgustavo@codesourcery.com>
5145
5146 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5147 possible.
5148 Remove useless pattern-matching code.
5149
df3ee9ca
PA
51502016-12-02 Pedro Alves <palves@redhat.com>
5151
5152 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5153 procedure.
5154 (top level): Call it.
5155
ec835369
PA
51562016-12-02 Pedro Alves <palves@redhat.com>
5157
5158 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5159 New procedure.
5160 (top level): Call it.
5161
01770bbd
PA
51622016-12-02 Pedro Alves <palves@redhat.com>
5163
5164 PR cli/20559
5165 * gdb.base/commands.exp (user_defined_command_args_eval): New
5166 procedure.
5167 (top level): Call it.
5168
008459ea
LM
51692016-12-02 Luis Machado <lgustavo@codesourcery.com>
5170
5171 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5172 timeout handling.
5173
0c1b455e
TT
51742016-12-02 Tom Tromey <tom@tromey.com>
5175
5176 * gdb.dwarf2/main-subprogram.c: New file.
5177 * gdb.dwarf2/main-subprogram.exp: New file.
5178
018572b8
LM
51792016-12-01 Luis Machado <lgustavo@codesourcery.com>
5180
5181 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5182 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5183 gdb_test_no_output for a couple of cases.
5184 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5185
84c93cd5
LM
51862016-12-01 Luis Machado <lgustavo@codesourcery.com>
5187
5188 Fix test names and standardize compilation error messages throughout
5189 the following files:
5190
5191 * gdb.ada/start.exp
5192 * gdb.arch/alpha-step.exp
5193 * gdb.arch/e500-prologue.exp
5194 * gdb.arch/ftrace-insn-reloc.exp
5195 * gdb.arch/gdb1291.exp
5196 * gdb.arch/gdb1431.exp
5197 * gdb.arch/gdb1558.exp
5198 * gdb.arch/i386-dr3-watch.exp
5199 * gdb.arch/i386-sse-stack-align.exp
5200 * gdb.arch/ia64-breakpoint-shadow.exp
5201 * gdb.arch/pa-nullify.exp
5202 * gdb.arch/powerpc-aix-prologue.exp
5203 * gdb.arch/thumb-bx-pc.exp
5204 * gdb.base/annota1.exp
5205 * gdb.base/annota3.exp
5206 * gdb.base/arrayidx.exp
5207 * gdb.base/assign.exp
5208 * gdb.base/attach.exp
5209 * gdb.base/auxv.exp
5210 * gdb.base/bang.exp
5211 * gdb.base/bfp-test.exp
5212 * gdb.base/bigcore.exp
5213 * gdb.base/bitfields2.exp
5214 * gdb.base/break-fun-addr.exp
5215 * gdb.base/break-probes.exp
5216 * gdb.base/call-rt-st.exp
5217 * gdb.base/callexit.exp
5218 * gdb.base/catch-fork-kill.exp
5219 * gdb.base/charset.exp
5220 * gdb.base/checkpoint.exp
5221 * gdb.base/comprdebug.exp
5222 * gdb.base/constvars.exp
5223 * gdb.base/coredump-filter.exp
5224 * gdb.base/cursal.exp
5225 * gdb.base/cvexpr.exp
5226 * gdb.base/detach.exp
5227 * gdb.base/display.exp
5228 * gdb.base/dmsym.exp
5229 * gdb.base/dprintf-pending.exp
5230 * gdb.base/dso2dso.exp
5231 * gdb.base/dtrace-probe.exp
5232 * gdb.base/dump.exp
5233 * gdb.base/enum_cond.exp
5234 * gdb.base/exe-lock.exp
5235 * gdb.base/exec-invalid-sysroot.exp
5236 * gdb.base/execl-update-breakpoints.exp
5237 * gdb.base/exprs.exp
5238 * gdb.base/fileio.exp
5239 * gdb.base/find.exp
5240 * gdb.base/finish.exp
5241 * gdb.base/fixsection.exp
5242 * gdb.base/foll-vfork.exp
5243 * gdb.base/frame-args.exp
5244 * gdb.base/gcore.exp
5245 * gdb.base/gdb1250.exp
5246 * gdb.base/global-var-nested-by-dso.exp
5247 * gdb.base/gnu-ifunc.exp
5248 * gdb.base/hashline1.exp
5249 * gdb.base/hashline2.exp
5250 * gdb.base/hashline3.exp
5251 * gdb.base/hbreak-in-shr-unsupported.exp
5252 * gdb.base/huge.exp
5253 * gdb.base/infcall-input.exp
5254 * gdb.base/info-fun.exp
5255 * gdb.base/info-shared.exp
5256 * gdb.base/jit-simple.exp
5257 * gdb.base/jit-so.exp
5258 * gdb.base/jit.exp
5259 * gdb.base/jump.exp
5260 * gdb.base/label.exp
5261 * gdb.base/lineinc.exp
5262 * gdb.base/logical.exp
5263 * gdb.base/longjmp.exp
5264 * gdb.base/macscp.exp
5265 * gdb.base/miscexprs.exp
5266 * gdb.base/new-ui-echo.exp
5267 * gdb.base/new-ui-pending-input.exp
5268 * gdb.base/new-ui.exp
5269 * gdb.base/nodebug.exp
5270 * gdb.base/nofield.exp
5271 * gdb.base/offsets.exp
5272 * gdb.base/overlays.exp
5273 * gdb.base/pending.exp
5274 * gdb.base/pointers.exp
5275 * gdb.base/pr11022.exp
5276 * gdb.base/printcmds.exp
5277 * gdb.base/prologue.exp
5278 * gdb.base/ptr-typedef.exp
5279 * gdb.base/realname-expand.exp
5280 * gdb.base/relativedebug.exp
5281 * gdb.base/relocate.exp
5282 * gdb.base/remote.exp
5283 * gdb.base/reread.exp
5284 * gdb.base/return2.exp
5285 * gdb.base/savedregs.exp
5286 * gdb.base/sep.exp
5287 * gdb.base/sepdebug.exp
5288 * gdb.base/sepsymtab.exp
5289 * gdb.base/set-inferior-tty.exp
5290 * gdb.base/setshow.exp
5291 * gdb.base/shlib-call.exp
5292 * gdb.base/sigaltstack.exp
5293 * gdb.base/siginfo-addr.exp
5294 * gdb.base/signals.exp
5295 * gdb.base/signull.exp
5296 * gdb.base/sigrepeat.exp
5297 * gdb.base/so-impl-ld.exp
5298 * gdb.base/solib-display.exp
5299 * gdb.base/solib-overlap.exp
5300 * gdb.base/solib-search.exp
5301 * gdb.base/solib-symbol.exp
5302 * gdb.base/structs.exp
5303 * gdb.base/structs2.exp
5304 * gdb.base/symtab-search-order.exp
5305 * gdb.base/twice.exp
5306 * gdb.base/unload.exp
5307 * gdb.base/varargs.exp
5308 * gdb.base/watchpoint-solib.exp
5309 * gdb.base/watchpoint.exp
5310 * gdb.base/whatis.exp
5311 * gdb.base/wrong_frame_bt_full.exp
5312 * gdb.btrace/dlopen.exp
5313 * gdb.cell/ea-standalone.exp
5314 * gdb.cell/ea-test.exp
5315 * gdb.cp/dispcxx.exp
5316 * gdb.cp/gdb2384.exp
5317 * gdb.cp/method2.exp
5318 * gdb.cp/nextoverthrow.exp
5319 * gdb.cp/pr10728.exp
5320 * gdb.disasm/am33.exp
5321 * gdb.disasm/h8300s.exp
5322 * gdb.disasm/mn10300.exp
5323 * gdb.disasm/sh3.exp
5324 * gdb.dwarf2/dw2-dir-file-name.exp
5325 * gdb.fortran/complex.exp
5326 * gdb.fortran/library-module.exp
5327 * gdb.guile/scm-pretty-print.exp
5328 * gdb.guile/scm-symbol.exp
5329 * gdb.guile/scm-type.exp
5330 * gdb.guile/scm-value.exp
5331 * gdb.linespec/linespec.exp
5332 * gdb.mi/gdb701.exp
5333 * gdb.mi/gdb792.exp
5334 * gdb.mi/mi-breakpoint-changed.exp
5335 * gdb.mi/mi-dprintf-pending.exp
5336 * gdb.mi/mi-dprintf.exp
5337 * gdb.mi/mi-exit-code.exp
5338 * gdb.mi/mi-pending.exp
5339 * gdb.mi/mi-solib.exp
5340 * gdb.mi/new-ui-mi-sync.exp
5341 * gdb.mi/pr11022.exp
5342 * gdb.mi/user-selected-context-sync.exp
5343 * gdb.opt/solib-intra-step.exp
5344 * gdb.python/py-events.exp
5345 * gdb.python/py-finish-breakpoint.exp
5346 * gdb.python/py-mi.exp
5347 * gdb.python/py-prettyprint.exp
5348 * gdb.python/py-shared.exp
5349 * gdb.python/py-symbol.exp
5350 * gdb.python/py-template.exp
5351 * gdb.python/py-type.exp
5352 * gdb.python/py-value.exp
5353 * gdb.reverse/solib-precsave.exp
5354 * gdb.reverse/solib-reverse.exp
5355 * gdb.server/solib-list.exp
5356 * gdb.stabs/weird.exp
5357 * gdb.threads/reconnect-signal.exp
5358 * gdb.threads/stepi-random-signal.exp
5359 * gdb.trace/actions.exp
5360 * gdb.trace/ax.exp
5361 * gdb.trace/backtrace.exp
5362 * gdb.trace/change-loc.exp
5363 * gdb.trace/deltrace.exp
5364 * gdb.trace/ftrace-lock.exp
5365 * gdb.trace/ftrace.exp
5366 * gdb.trace/infotrace.exp
5367 * gdb.trace/mi-tracepoint-changed.exp
5368 * gdb.trace/packetlen.exp
5369 * gdb.trace/passcount.exp
5370 * gdb.trace/pending.exp
5371 * gdb.trace/range-stepping.exp
5372 * gdb.trace/report.exp
5373 * gdb.trace/stap-trace.exp
5374 * gdb.trace/tfind.exp
5375 * gdb.trace/trace-break.exp
5376 * gdb.trace/trace-condition.exp
5377 * gdb.trace/trace-enable-disable.exp
5378 * gdb.trace/trace-mt.exp
5379 * gdb.trace/tracecmd.exp
5380 * gdb.trace/tspeed.exp
5381 * gdb.trace/tsv.exp
5382 * lib/perftest.exp
5383
fb9feb35
LM
53842016-12-01 Luis Machado <lgustavo@codesourcery.com>
5385
5386 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5387 with gdb_test_no_output.
5388 Use command as test name.
5389
cd2ddb6c
LM
53902016-12-01 Luis Machado <lgustavo@codesourcery.com>
5391
5392 Fix test names starting with uppercase throughout the files.
5393
5394 * gdb.ada/assign_1.exp
5395 * gdb.ada/boolean_expr.exp
5396 * gdb.base/arrayidx.exp
5397 * gdb.base/del.exp
5398 * gdb.base/gcore-buffer-overflow.exp
5399 * gdb.base/testenv.exp
5400 * gdb.compile/compile.exp
5401 * gdb.python/py-framefilter-invalidarg.exp
5402 * gdb.python/py-framefilter.exp
5403
bb95117e
LM
54042016-12-01 Luis Machado <lgustavo@codesourcery.com>
5405
5406 Fix test names starting with uppercase throughout the files.
5407
5408 * gdb.ada/array_return.exp
5409 * gdb.ada/expr_delims.exp
5410 * gdb.ada/mi_dyn_arr.exp
5411 * gdb.ada/mi_interface.exp
5412 * gdb.ada/mi_var_array.exp
5413 * gdb.ada/watch_arg.exp
5414 * gdb.arch/alpha-step.exp
5415 * gdb.arch/altivec-regs.exp
5416 * gdb.arch/e500-regs.exp
5417 * gdb.arch/powerpc-d128-regs.exp
5418 * gdb.base/arrayidx.exp
5419 * gdb.base/break.exp
5420 * gdb.base/checkpoint.exp
5421 * gdb.base/debug-expr.exp
5422 * gdb.base/dmsym.exp
5423 * gdb.base/radix.exp
5424 * gdb.base/sepdebug.exp
5425 * gdb.base/testenv.exp
5426 * gdb.base/watch_thread_num.exp
5427 * gdb.base/watchpoint-cond-gone.exp
5428 * gdb.cell/break.exp
5429 * gdb.cell/ea-cache.exp
5430 * gdb.compile/compile.exp
5431 * gdb.cp/gdb2495.exp
5432 * gdb.gdb/selftest.exp
5433 * gdb.gdb/xfullpath.exp
5434 * gdb.go/hello.exp
5435 * gdb.go/integers.exp
5436 * gdb.objc/basicclass.exp
5437 * gdb.pascal/hello.exp
5438 * gdb.pascal/integers.exp
5439 * gdb.python/py-breakpoint.exp
5440 * gdb.python/py-cmd.exp
5441 * gdb.python/py-linetable.exp
5442 * gdb.python/py-xmethods.exp
5443 * gdb.python/python.exp
5444 * gdb.reverse/consecutive-precsave.exp
5445 * gdb.reverse/finish-precsave.exp
5446 * gdb.reverse/i386-precsave.exp
5447 * gdb.reverse/machinestate-precsave.exp
5448 * gdb.reverse/sigall-precsave.exp
5449 * gdb.reverse/solib-precsave.exp
5450 * gdb.reverse/step-precsave.exp
5451 * gdb.reverse/until-precsave.exp
5452 * gdb.reverse/watch-precsave.exp
5453 * gdb.threads/leader-exit.exp
5454 * gdb.threads/pthreads.exp
5455 * gdb.threads/wp-replication.exp
5456 * gdb.trace/actions.exp
5457 * gdb.trace/mi-tsv-changed.exp
5458 * gdb.trace/tsv.exp
5459
de97fdd4
LM
54602016-12-01 Luis Machado <lgustavo@codesourcery.com>
5461
5462 Fix test names starting with uppercase throughout the files.
5463
5464 * gdb.arch/i386-bp_permanent.exp
5465 * gdb.arch/i386-gnu-cfi.exp
5466 * gdb.base/disasm-end-cu.exp
5467 * gdb.base/macscp.exp
5468 * gdb.base/pending.exp
5469 * gdb.base/watch_thread_num.exp
5470 * gdb.cp/exception.exp
5471 * gdb.cp/gdb2495.exp
5472 * gdb.cp/local.exp
5473 * gdb.python/py-evsignal.exp
5474 * gdb.python/python.exp
5475 * gdb.trace/tracecmd.exp
5476
9f058c10
LM
54772016-12-01 Luis Machado <lgustavo@codesourcery.com>
5478
5479 Fix test names starting with uppercase throughout the files.
5480
5481 * gdb.base/charset.exp
5482 * gdb.base/eval.exp
5483 * gdb.base/multi-forks.exp
5484 * gdb.guile/scm-progspace.exp
5485 * gdb.opencl/datatypes.exp
5486 * gdb.python/py-block.exp
5487 * gdb.python/py-function.exp
5488 * gdb.python/py-symbol.exp
5489 * gdb.python/py-symtab.exp
5490 * gdb.python/py-xmethods.exp
5491 * gdb.reverse/break-precsave.exp
5492 * gdb.reverse/break-reverse.exp
5493 * gdb.reverse/consecutive-precsave.exp
5494 * gdb.reverse/consecutive-reverse.exp
5495 * gdb.reverse/finish-precsave.exp
5496 * gdb.reverse/finish-reverse-bkpt.exp
5497 * gdb.reverse/finish-reverse.exp
5498 * gdb.reverse/fstatat-reverse.exp
5499 * gdb.reverse/getresuid-reverse.exp
5500 * gdb.reverse/i386-precsave.exp
5501 * gdb.reverse/i386-reverse.exp
5502 * gdb.reverse/i386-sse-reverse.exp
5503 * gdb.reverse/i387-stack-reverse.exp
5504 * gdb.reverse/insn-reverse.exp
5505 * gdb.reverse/machinestate-precsave.exp
5506 * gdb.reverse/machinestate.exp
5507 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5508 * gdb.reverse/pipe-reverse.exp
5509 * gdb.reverse/readv-reverse.exp
5510 * gdb.reverse/recvmsg-reverse.exp
5511 * gdb.reverse/rerun-prec.exp
5512 * gdb.reverse/s390-mvcle.exp
5513 * gdb.reverse/sigall-precsave.exp
5514 * gdb.reverse/sigall-reverse.exp
5515 * gdb.reverse/solib-precsave.exp
5516 * gdb.reverse/solib-reverse.exp
5517 * gdb.reverse/step-precsave.exp
5518 * gdb.reverse/step-reverse.exp
5519 * gdb.reverse/time-reverse.exp
5520 * gdb.reverse/until-precsave.exp
5521 * gdb.reverse/until-reverse.exp
5522 * gdb.reverse/waitpid-reverse.exp
5523 * gdb.reverse/watch-precsave.exp
5524 * gdb.reverse/watch-reverse.exp
5525
cdc7edd7
LM
55262016-12-01 Luis Machado <lgustavo@codesourcery.com>
5527
5528 Fix test names starting with uppercase throughout the files.
5529
5530 * gdb.arch/i386-mpx-simple_segv.exp
5531 * gdb.arch/i386-mpx.exp
5532 * gdb.arch/i386-permbkpt.exp
5533 * gdb.arch/pa-nullify.exp
5534 * gdb.arch/powerpc-d128-regs.exp
5535 * gdb.arch/vsx-regs.exp
5536 * gdb.base/bfp-test.exp
5537 * gdb.base/break.exp
5538 * gdb.base/breakpoint-shadow.exp
5539 * gdb.base/callfuncs.exp
5540 * gdb.base/charset.exp
5541 * gdb.base/commands.exp
5542 * gdb.base/completion.exp
5543 * gdb.base/dfp-test.exp
5544 * gdb.base/echo.exp
5545 * gdb.base/ending-run.exp
5546 * gdb.base/eval.exp
5547 * gdb.base/expand-psymtabs.exp
5548 * gdb.base/float128.exp
5549 * gdb.base/floatn.exp
5550 * gdb.base/foll-exec-mode.exp
5551 * gdb.base/gdb1056.exp
5552 * gdb.base/gdb11531.exp
5553 * gdb.base/kill-after-signal.exp
5554 * gdb.base/multi-forks.exp
5555 * gdb.base/overlays.exp
5556 * gdb.base/pending.exp
5557 * gdb.base/sepdebug.exp
5558 * gdb.base/testenv.exp
5559 * gdb.base/valgrind-db-attach.exp
5560 * gdb.base/watch_thread_num.exp
5561 * gdb.base/watchpoint-cond-gone.exp
5562 * gdb.base/watchpoint.exp
5563 * gdb.base/watchpoints.exp
5564 * gdb.cp/arg-reference.exp
5565 * gdb.cp/baseenum.exp
5566 * gdb.cp/operator.exp
5567 * gdb.cp/shadow.exp
5568 * gdb.dwarf2/dw2-op-out-param.exp
5569 * gdb.dwarf2/dw2-reg-undefined.exp
5570 * gdb.go/chan.exp
5571 * gdb.go/hello.exp
5572 * gdb.go/integers.exp
5573 * gdb.go/methods.exp
5574 * gdb.go/package.exp
5575 * gdb.guile/scm-parameter.exp
5576 * gdb.guile/scm-progspace.exp
5577 * gdb.guile/scm-value.exp
5578 * gdb.mi/mi-pending.exp
5579 * gdb.mi/user-selected-context-sync.exp
5580 * gdb.multi/multi-attach.exp
5581 * gdb.multi/tids.exp
5582 * gdb.opt/clobbered-registers-O2.exp
5583 * gdb.pascal/floats.exp
5584 * gdb.pascal/integers.exp
5585 * gdb.python/py-block.exp
5586 * gdb.python/py-events.exp
5587 * gdb.python/py-parameter.exp
5588 * gdb.python/py-symbol.exp
5589 * gdb.python/py-symtab.exp
5590 * gdb.python/py-type.exp
5591 * gdb.python/py-value.exp
5592 * gdb.python/py-xmethods.exp
5593 * gdb.python/python.exp
5594 * gdb.reverse/break-precsave.exp
5595 * gdb.reverse/consecutive-precsave.exp
5596 * gdb.reverse/finish-precsave.exp
5597 * gdb.reverse/i386-precsave.exp
5598 * gdb.reverse/machinestate-precsave.exp
5599 * gdb.reverse/sigall-precsave.exp
5600 * gdb.reverse/solib-precsave.exp
5601 * gdb.reverse/step-precsave.exp
5602 * gdb.reverse/until-precsave.exp
5603 * gdb.reverse/watch-precsave.exp
5604 * gdb.server/ext-attach.exp
5605 * gdb.server/ext-restart.exp
5606 * gdb.server/ext-run.exp
5607 * gdb.server/ext-wrapper.exp
5608 * gdb.stabs/gdb11479.exp
5609 * gdb.stabs/weird.exp
5610 * gdb.threads/attach-many-short-lived-threads.exp
5611 * gdb.threads/kill.exp
5612 * gdb.threads/watchpoint-fork.exp
5613
bc6c7af4
LM
56142016-12-01 Luis Machado <lgustavo@codesourcery.com>
5615
5616 Fix test names starting with uppercase throughout all the files below.
5617
5618 * gdb.ada/array_return.exp
5619 * gdb.ada/catch_ex.exp
5620 * gdb.ada/info_exc.exp
5621 * gdb.ada/mi_catch_ex.exp
5622 * gdb.ada/mi_dyn_arr.exp
5623 * gdb.ada/mi_ex_cond.exp
5624 * gdb.ada/mi_exc_info.exp
5625 * gdb.ada/mi_interface.exp
5626 * gdb.ada/mi_task_arg.exp
5627 * gdb.ada/mi_task_info.exp
5628 * gdb.ada/mi_var_array.exp
5629 * gdb.arch/alpha-step.exp
5630 * gdb.arch/amd64-disp-step.exp
5631 * gdb.arch/arm-disp-step.exp
5632 * gdb.arch/disp-step-insn-reloc.exp
5633 * gdb.arch/e500-prologue.exp
5634 * gdb.arch/ftrace-insn-reloc.exp
5635 * gdb.arch/gdb1558.exp
5636 * gdb.arch/i386-bp_permanent.exp
5637 * gdb.arch/i386-disp-step.exp
5638 * gdb.arch/i386-float.exp
5639 * gdb.arch/i386-gnu-cfi.exp
5640 * gdb.arch/ia64-breakpoint-shadow.exp
5641 * gdb.arch/mips16-thunks.exp
5642 * gdb.arch/pa-nullify.exp
5643 * gdb.arch/powerpc-aix-prologue.exp
5644 * gdb.arch/powerpc-power.exp
5645 * gdb.arch/ppc-dfp.exp
5646 * gdb.arch/s390-tdbregs.exp
5647 * gdb.arch/spu-info.exp
5648 * gdb.arch/spu-ls.exp
5649 * gdb.arch/thumb-bx-pc.exp
5650 * gdb.base/advance.exp
5651 * gdb.base/annota-input-while-running.exp
5652 * gdb.base/arrayidx.exp
5653 * gdb.base/asmlabel.exp
5654 * gdb.base/async.exp
5655 * gdb.base/attach-wait-input.exp
5656 * gdb.base/auto-connect-native-target.exp
5657 * gdb.base/batch-preserve-term-settings.exp
5658 * gdb.base/bfp-test.exp
5659 * gdb.base/bigcore.exp
5660 * gdb.base/bp-permanent.exp
5661 * gdb.base/break-always.exp
5662 * gdb.base/break-fun-addr.exp
5663 * gdb.base/break-idempotent.exp
5664 * gdb.base/break-main-file-remove-fail.exp
5665 * gdb.base/break-probes.exp
5666 * gdb.base/break-unload-file.exp
5667 * gdb.base/break.exp
5668 * gdb.base/call-ar-st.exp
5669 * gdb.base/call-rt-st.exp
5670 * gdb.base/call-sc.exp
5671 * gdb.base/call-signal-resume.exp
5672 * gdb.base/call-strs.exp
5673 * gdb.base/callexit.exp
5674 * gdb.base/callfuncs.exp
5675 * gdb.base/catch-gdb-caused-signals.exp
5676 * gdb.base/catch-signal-siginfo-cond.exp
5677 * gdb.base/catch-syscall.exp
5678 * gdb.base/compare-sections.exp
5679 * gdb.base/cond-eval-mode.exp
5680 * gdb.base/condbreak-call-false.exp
5681 * gdb.base/consecutive-step-over.exp
5682 * gdb.base/cursal.exp
5683 * gdb.base/disabled-location.exp
5684 * gdb.base/disasm-end-cu.exp
5685 * gdb.base/display.exp
5686 * gdb.base/double-prompt-target-event-error.exp
5687 * gdb.base/dprintf-bp-same-addr.exp
5688 * gdb.base/dprintf-detach.exp
5689 * gdb.base/dprintf-next.exp
5690 * gdb.base/dprintf-non-stop.exp
5691 * gdb.base/dprintf-pending.exp
5692 * gdb.base/dso2dso.exp
5693 * gdb.base/ending-run.exp
5694 * gdb.base/enum_cond.exp
5695 * gdb.base/examine-backward.exp
5696 * gdb.base/exe-lock.exp
5697 * gdb.base/exec-invalid-sysroot.exp
5698 * gdb.base/execl-update-breakpoints.exp
5699 * gdb.base/execution-termios.exp
5700 * gdb.base/fileio.exp
5701 * gdb.base/fixsection.exp
5702 * gdb.base/foll-exec-mode.exp
5703 * gdb.base/foll-exec.exp
5704 * gdb.base/fork-running-state.exp
5705 * gdb.base/frame-args.exp
5706 * gdb.base/fullpath-expand.exp
5707 * gdb.base/func-ptr.exp
5708 * gdb.base/gcore-relro-pie.exp
5709 * gdb.base/gdb1090.exp
5710 * gdb.base/gdb1555.exp
5711 * gdb.base/global-var-nested-by-dso.exp
5712 * gdb.base/gnu-ifunc.exp
5713 * gdb.base/hbreak-in-shr-unsupported.exp
5714 * gdb.base/hbreak-unmapped.exp
5715 * gdb.base/hook-stop.exp
5716 * gdb.base/infcall-input.exp
5717 * gdb.base/info-fun.exp
5718 * gdb.base/info-shared.exp
5719 * gdb.base/interrupt-noterm.exp
5720 * gdb.base/jit-so.exp
5721 * gdb.base/jit.exp
5722 * gdb.base/line-symtabs.exp
5723 * gdb.base/list.exp
5724 * gdb.base/longjmp.exp
5725 * gdb.base/macscp.exp
5726 * gdb.base/max-value-size.exp
5727 * gdb.base/nodebug.exp
5728 * gdb.base/nofield.exp
5729 * gdb.base/overlays.exp
5730 * gdb.base/paginate-after-ctrl-c-running.exp
5731 * gdb.base/paginate-bg-execution.exp
5732 * gdb.base/paginate-inferior-exit.exp
5733 * gdb.base/pending.exp
5734 * gdb.base/pr11022.exp
5735 * gdb.base/printcmds.exp
5736 * gdb.base/ptr-typedef.exp
5737 * gdb.base/ptype.exp
5738 * gdb.base/randomize.exp
5739 * gdb.base/range-stepping.exp
5740 * gdb.base/realname-expand.exp
5741 * gdb.base/relativedebug.exp
5742 * gdb.base/remote.exp
5743 * gdb.base/savedregs.exp
5744 * gdb.base/sepdebug.exp
5745 * gdb.base/set-noassign.exp
5746 * gdb.base/shlib-call.exp
5747 * gdb.base/shreloc.exp
5748 * gdb.base/sigaltstack.exp
5749 * gdb.base/sigbpt.exp
5750 * gdb.base/siginfo-addr.exp
5751 * gdb.base/siginfo-obj.exp
5752 * gdb.base/siginfo-thread.exp
5753 * gdb.base/signest.exp
5754 * gdb.base/signull.exp
5755 * gdb.base/sigrepeat.exp
5756 * gdb.base/skip.exp
5757 * gdb.base/so-impl-ld.exp
5758 * gdb.base/solib-corrupted.exp
5759 * gdb.base/solib-disc.exp
5760 * gdb.base/solib-display.exp
5761 * gdb.base/solib-overlap.exp
5762 * gdb.base/solib-search.exp
5763 * gdb.base/solib-symbol.exp
5764 * gdb.base/source-execution.exp
5765 * gdb.base/sss-bp-on-user-bp-2.exp
5766 * gdb.base/sss-bp-on-user-bp.exp
5767 * gdb.base/stack-checking.exp
5768 * gdb.base/stale-infcall.exp
5769 * gdb.base/step-break.exp
5770 * gdb.base/step-line.exp
5771 * gdb.base/step-over-exit.exp
5772 * gdb.base/step-test.exp
5773 * gdb.base/structs.exp
5774 * gdb.base/sym-file.exp
5775 * gdb.base/symtab-search-order.exp
5776 * gdb.base/term.exp
5777 * gdb.base/type-opaque.exp
5778 * gdb.base/unload.exp
5779 * gdb.base/until-nodebug.exp
5780 * gdb.base/until.exp
5781 * gdb.base/unwindonsignal.exp
5782 * gdb.base/watch-cond.exp
5783 * gdb.base/watch-non-mem.exp
5784 * gdb.base/watch_thread_num.exp
5785 * gdb.base/watchpoint-reuse-slot.exp
5786 * gdb.base/watchpoint-solib.exp
5787 * gdb.base/watchpoint.exp
5788 * gdb.btrace/dlopen.exp
5789 * gdb.cell/arch.exp
5790 * gdb.cell/break.exp
5791 * gdb.cell/bt.exp
5792 * gdb.cell/core.exp
5793 * gdb.cell/data.exp
5794 * gdb.cell/dwarfaddr.exp
5795 * gdb.cell/ea-cache.exp
5796 * gdb.cell/ea-standalone.exp
5797 * gdb.cell/ea-test.exp
5798 * gdb.cell/f-regs.exp
5799 * gdb.cell/fork.exp
5800 * gdb.cell/gcore.exp
5801 * gdb.cell/mem-access.exp
5802 * gdb.cell/ptype.exp
5803 * gdb.cell/registers.exp
5804 * gdb.cell/sizeof.exp
5805 * gdb.cell/solib-symbol.exp
5806 * gdb.cell/solib.exp
5807 * gdb.compile/compile-tls.exp
5808 * gdb.cp/exception.exp
5809 * gdb.cp/gdb2495.exp
5810 * gdb.cp/local.exp
5811 * gdb.cp/mb-inline.exp
5812 * gdb.cp/mb-templates.exp
5813 * gdb.cp/pr10687.exp
5814 * gdb.cp/pr9167.exp
5815 * gdb.cp/scope-err.exp
5816 * gdb.cp/templates.exp
5817 * gdb.cp/virtfunc.exp
5818 * gdb.dwarf2/dw2-dir-file-name.exp
5819 * gdb.dwarf2/dw2-single-line-discriminators.exp
5820 * gdb.fortran/complex.exp
5821 * gdb.fortran/library-module.exp
5822 * gdb.guile/guile.exp
5823 * gdb.guile/scm-cmd.exp
5824 * gdb.guile/scm-frame-inline.exp
5825 * gdb.guile/scm-objfile.exp
5826 * gdb.guile/scm-pretty-print.exp
5827 * gdb.guile/scm-symbol.exp
5828 * gdb.guile/scm-type.exp
5829 * gdb.guile/scm-value.exp
5830 * gdb.linespec/keywords.exp
5831 * gdb.linespec/ls-errs.exp
5832 * gdb.linespec/macro-relative.exp
5833 * gdb.linespec/thread.exp
5834 * gdb.mi/mi-breakpoint-changed.exp
5835 * gdb.mi/mi-dprintf-pending.exp
5836 * gdb.mi/mi-fullname-deleted.exp
5837 * gdb.mi/mi-logging.exp
5838 * gdb.mi/mi-pending.exp
5839 * gdb.mi/mi-solib.exp
5840 * gdb.mi/new-ui-mi-sync.exp
5841 * gdb.mi/user-selected-context-sync.exp
5842 * gdb.multi/dummy-frame-restore.exp
5843 * gdb.multi/multi-arch-exec.exp
5844 * gdb.multi/remove-inferiors.exp
5845 * gdb.multi/watchpoint-multi-exit.exp
5846 * gdb.opt/solib-intra-step.exp
5847 * gdb.perf/backtrace.exp
5848 * gdb.perf/single-step.exp
5849 * gdb.perf/skip-command.exp
5850 * gdb.perf/skip-prologue.exp
5851 * gdb.perf/solib.exp
5852 * gdb.python/lib-types.exp
5853 * gdb.python/py-as-string.exp
5854 * gdb.python/py-bad-printers.exp
5855 * gdb.python/py-block.exp
5856 * gdb.python/py-breakpoint.exp
5857 * gdb.python/py-cmd.exp
5858 * gdb.python/py-events.exp
5859 * gdb.python/py-evthreads.exp
5860 * gdb.python/py-finish-breakpoint.exp
5861 * gdb.python/py-finish-breakpoint2.exp
5862 * gdb.python/py-frame-inline.exp
5863 * gdb.python/py-frame.exp
5864 * gdb.python/py-inferior.exp
5865 * gdb.python/py-infthread.exp
5866 * gdb.python/py-mi.exp
5867 * gdb.python/py-objfile.exp
5868 * gdb.python/py-pp-maint.exp
5869 * gdb.python/py-pp-registration.exp
5870 * gdb.python/py-prettyprint.exp
5871 * gdb.python/py-recurse-unwind.exp
5872 * gdb.python/py-shared.exp
5873 * gdb.python/py-symbol.exp
5874 * gdb.python/py-symtab.exp
5875 * gdb.python/py-template.exp
5876 * gdb.python/py-type.exp
5877 * gdb.python/py-unwind-maint.exp
5878 * gdb.python/py-unwind.exp
5879 * gdb.python/py-value.exp
5880 * gdb.python/python.exp
5881 * gdb.reverse/finish-reverse-bkpt.exp
5882 * gdb.reverse/insn-reverse.exp
5883 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5884 * gdb.reverse/solib-precsave.exp
5885 * gdb.reverse/solib-reverse.exp
5886 * gdb.stabs/gdb11479.exp
5887 * gdb.stabs/weird.exp
5888 * gdb.threads/fork-child-threads.exp
5889 * gdb.threads/fork-plus-threads.exp
5890 * gdb.threads/fork-thread-pending.exp
5891 * gdb.threads/forking-threads-plus-breakpoint.exp
5892 * gdb.threads/hand-call-in-threads.exp
5893 * gdb.threads/interrupted-hand-call.exp
5894 * gdb.threads/linux-dp.exp
5895 * gdb.threads/local-watch-wrong-thread.exp
5896 * gdb.threads/next-while-other-thread-longjmps.exp
5897 * gdb.threads/non-ldr-exit.exp
5898 * gdb.threads/pending-step.exp
5899 * gdb.threads/print-threads.exp
5900 * gdb.threads/process-dies-while-detaching.exp
5901 * gdb.threads/process-dies-while-handling-bp.exp
5902 * gdb.threads/pthreads.exp
5903 * gdb.threads/queue-signal.exp
5904 * gdb.threads/reconnect-signal.exp
5905 * gdb.threads/signal-command-handle-nopass.exp
5906 * gdb.threads/signal-command-multiple-signals-pending.exp
5907 * gdb.threads/signal-delivered-right-thread.exp
5908 * gdb.threads/signal-sigtrap.exp
5909 * gdb.threads/sigthread.exp
5910 * gdb.threads/staticthreads.exp
5911 * gdb.threads/stepi-random-signal.exp
5912 * gdb.threads/thread-unwindonsignal.exp
5913 * gdb.threads/thread_check.exp
5914 * gdb.threads/thread_events.exp
5915 * gdb.threads/tid-reuse.exp
5916 * gdb.threads/tls-nodebug.exp
5917 * gdb.threads/tls-shared.exp
5918 * gdb.threads/tls-so_extern.exp
5919 * gdb.threads/tls.exp
5920 * gdb.threads/wp-replication.exp
5921 * gdb.trace/actions-changed.exp
5922 * gdb.trace/actions.exp
5923 * gdb.trace/backtrace.exp
5924 * gdb.trace/change-loc.exp
5925 * gdb.trace/collection.exp
5926 * gdb.trace/deltrace.exp
5927 * gdb.trace/disconnected-tracing.exp
5928 * gdb.trace/entry-values.exp
5929 * gdb.trace/ftrace-lock.exp
5930 * gdb.trace/ftrace.exp
5931 * gdb.trace/infotrace.exp
5932 * gdb.trace/mi-trace-frame-collected.exp
5933 * gdb.trace/mi-trace-unavailable.exp
5934 * gdb.trace/mi-traceframe-changed.exp
5935 * gdb.trace/mi-tracepoint-changed.exp
5936 * gdb.trace/mi-tsv-changed.exp
5937 * gdb.trace/no-attach-trace.exp
5938 * gdb.trace/packetlen.exp
5939 * gdb.trace/passc-dyn.exp
5940 * gdb.trace/passcount.exp
5941 * gdb.trace/pending.exp
5942 * gdb.trace/pr16508.exp
5943 * gdb.trace/qtro.exp
5944 * gdb.trace/range-stepping.exp
5945 * gdb.trace/read-memory.exp
5946 * gdb.trace/report.exp
5947 * gdb.trace/save-trace.exp
5948 * gdb.trace/signal.exp
5949 * gdb.trace/stap-trace.exp
5950 * gdb.trace/status-stop.exp
5951 * gdb.trace/strace.exp
5952 * gdb.trace/tfile.exp
5953 * gdb.trace/tfind.exp
5954 * gdb.trace/trace-break.exp
5955 * gdb.trace/trace-condition.exp
5956 * gdb.trace/trace-enable-disable.exp
5957 * gdb.trace/trace-mt.exp
5958 * gdb.trace/tracecmd.exp
5959 * gdb.trace/tracefile-pseudo-reg.exp
5960 * gdb.trace/tspeed.exp
5961 * gdb.trace/tstatus.exp
5962 * gdb.trace/tsv.exp
5963 * gdb.trace/unavailable.exp
5964 * gdb.trace/while-dyn.exp
5965 * gdb.trace/while-stepping.exp
5966 * lib/gdb-guile.exp
5967 * lib/gdb.exp
5968 * lib/mi-support.exp
5969 * lib/pascal.exp
5970 * lib/perftest.exp
5971 * lib/prelink-support.exp
5972 * lib/selftest-support.exp
5973
ad02e4fe
SM
59742016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5975
5976 * Makefile.in: Include disable-implicit-rules.mk.
5977
22347e55
AA
59782016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5979
5980 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5981 non-byte-aligned bit fields.
5982
da5b30da
AA
59832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5984
5985 PR gdb/12616
5986 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5987 respects the DW_AT_data_bit_offset attribute.
5988
b593ecca
SM
59892016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5990
5991 * gdb.base/default.exp: Fix output of "set language".
5992
3b165252
SM
59932016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5994
5995 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5996 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5997 make.
5998 * configure.ac: Remove checks for the make program.
5999 * configure: Re-generate.
6000
1a2f3d7f
KB
60012016-11-16 Kevin Buettner <kevinb@redhat.com>
6002
6003 * gdb.python/py-recurse-unwind.c (main): Add loop.
6004 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6005 to read_register() and gdb.parse_and_eval(). Make each code
6006 call a separate case that can be individually tested.
6007 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6008 proc. Call cont_and_backtrace for each of the code paths that
6009 we want to test in the unwinder.
6010
b7f38fda
AA
60112016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6012
6013 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6014 the definition of struct S.
6015
1f8db343
CM
60162016-11-11 Catherine Moore <clm@codesourcery.com>
6017
6018 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6019
fad0c9fb
PA
60202016-11-09 Pedro Alves <palves@redhat.com>
6021
6022 * gdb.base/commands.exp (runto_or_return): New procedure.
6023 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6024 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6025 (progvar_simple_while_test, progvar_complex_if_while_test)
6026 (if_while_breakpoint_command_test)
6027 (infrun_breakpoint_command_test, breakpoint_command_test)
6028 (user_defined_command_test, watchpoint_command_test)
6029 (test_command_prompt_position, redefine_hook_test)
6030 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6031 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6032 multi_line_input and multi_line. Remove gdb_expect and
6033 gdb_stop_suppressing_tests uses.
6034 * lib/gdb.exp (valnum_re): New global.
6035 (multi_line_input): New procedure.
6036
8354c62c
SM
60372016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6038
6039 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6040 Remove.
6041 (test_setup): Define with proc_with_prefix.
6042 (test_cli_inferior): Likewise.
6043 (test_cli_thread): Likewise.
6044 (test_cli_frame): Likewise.
6045 (test_cli_select_frame): Likewise.
6046 (test_cli_up_down): Likewise.
6047 (test_mi_thread_select): Likewise.
6048 (test_mi_stack_select_frame): Likewise.
6049 (test_cli_in_mi_inferior): Likewise.
6050 (test_cli_in_mi_thread): Likewise.
6051 (test_cli_in_mi_frame): Likewise.
6052 (top level): Do not use with_test_prefix_procname.
6053
64f367a2
PA
60542016-11-09 Pedro Alves <palves@redhat.com>
6055
6056 * gdb.base/commands.exp (gdbvar_simple_if_test)
6057 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6058 (progvar_simple_if_test, progvar_simple_while_test)
6059 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6060 (infrun_breakpoint_command_test, breakpoint_command_test)
6061 (user_defined_command_test, watchpoint_command_test)
6062 (test_command_prompt_position, deprecated_command_test)
6063 (bp_deleted_in_command, temporary_breakpoint_commands)
6064 (stray_arg0_test, source_file_with_indented_comment)
6065 (recursive_source_test, if_commands_test)
6066 (error_clears_commands_left, redefine_hook_test)
6067 (redefine_backtrace_test): Use proc_with_prefix.
6068 * lib/gdb.exp (proc_with_prefix): New proc.
6069
0bb65f1e
AA
60702016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6071
6072 * gdb.base/tui-layout.c: New file.
6073 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6074 disassembly window contains very long lines.
6075
7353f247
TT
60762016-11-08 Tom Tromey <tom@tromey.com>
6077
6078 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6079 depend on Python 2.
6080
30a7bb83
TT
60812016-11-08 Tom Tromey <tom@tromey.com>
6082
6083 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6084 New method.
6085
cdf5a07c
MG
60862016-10-29 Manish Goregaokar <manish@mozilla.com>
6087
2806dc7e 6088 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6089
51a789c3
MG
60902016-10-27 Manish Goregaokar <manish@mozilla.com>
6091
2806dc7e
PA
6092 * gdb.rust/simple.rs: Add test for univariant enums without
6093 discriminants and for encoded struct-like enums.
51a789c3 6094
f610ab6d
PA
60952016-10-28 Pedro Alves <palves@redhat.com>
6096
6097 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6098 gdb_test_multiple, tighten regexps and match symtabs and line
6099 tables incrementally.
6100
b129b0ca
LM
61012016-10-28 Luis Machado <lgustavo@codesourcery.com>
6102
6103 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6104 general.
6105
ecf45d2c
SL
61062016-10-25 Luis Machado <lgustavo@codesourcery.com>
6107
6108 * gdb.base/exec-invalid-sysroot.exp: New file.
6109
b8d38ee4
JK
61102016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6111
6112 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6113
f90fd8c2
JK
61142016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6117
2d2476aa
MR
61182016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6119
2806dc7e
PA
6120 * gdb.base/killed-outside.exp: Remove $options from a call to
6121 `prepare_for_testing'.
2d2476aa 6122
e42b25a0
SM
61232016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6124
6125 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6126 Change test message.
6127
3ccdb432
SM
61282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6129
6130 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6131 Update comment.
6132
5bad3170
SM
61332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6134
6135 * gdb.trace/mi-trace-save.exp: New file.
6136
5ad9dba7
YQ
61372016-10-13 Yao Qi <yao.qi@linaro.org>
6138
6139 * gdb.base/code_elim.exp (get_var_address): Remove.
6140 * gdb.base/relocate.exp: Likewise.
6141 * gdb.base/shreloc.exp: Likewise.
6142 * lib/gdb.exp (get_var_address): New.
6143
62df7e21
YQ
61442016-10-13 Yao Qi <yao.qi@linaro.org>
6145
6146 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6147 floating point tests if $skip_float_test is false.
6148
4dac951e
LM
61492016-10-12 Luis Machado <lgustavo@codesourcery.com>
6150
6151 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6152 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6153 argc values.
6154 Add 1 to argc so we guarantee distinct initial/modified argc values.
6155
8f1a8fc4
JK
61562016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6157
6158 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6159
16c85b5d
JK
61602016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6161
6162 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6163 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6164 * gdb.arch/vsx-regs.exp: Likewise.
6165
1d0e042a
YQ
61662016-10-07 Yao Qi <yao.qi@linaro.org>
6167
6168 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6169
68dadef5
MM
61702016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6171
6172 * gdb.python/python.exp: Test decode_line("*0").
6173
33fa2c6e
DE
61742016-10-06 Doug Evans <dje@google.com>
6175
6176 * gdb.python/py-value.exp (test_value_creation): Add test for large
6177 unsigned 64-bit value.
6178
9c37b5ae
TT
61792016-10-06 Tom Tromey <tom@tromey.com>
6180
6181 * gdb.compile/compile.exp: Change java tests to rust.
6182 * gdb.base/setshow.exp: Change java tests to rust.
6183 * gdb.base/default.exp: Remove java from language list.
6184 * README (Examples): Update language example.
6185 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6186 test.
6187 * lib/gdb.exp (skip_java_tests): Remove.
6188 * lib/java.exp: Remove.
6189 * gdb.java: Remove.
6190
78b86327
MR
61912016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6192
6193 * gdb.arch/mips-fcr.exp: New test.
6194 * gdb.arch/mips-fcr.c: Source for the new test.
6195
7470adbb
MR
61962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6197
6198 * gdb.base/solib-disc.exp: Use `standard_output_file'
6199 throughout.
6200
4a556533
PA
62012016-10-06 Pedro Alves <palves@redhat.com>
6202
6203 * gdb.base/jit-simple-dl.c: New file.
6204 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6205 * gdb.base/jit-simple.c: ... this.
6206 * gdb.base/jit-simple.exp (jit_run): Delete.
6207 (build_jit): New proc.
6208 (jit_test_reread): Recompile either the main program or the shared
6209 library, depending on what is being tested. Skip changing address
6210 if caller wants to. Compare before/after addresses. If testing
6211 standalone, explicitly load the binary. Test "maint info
6212 breakpoints".
6213 (top level): Add "standalone vs shared lib" and "change address"
6214 vs "same address" axes.
6215
5a122fbc
PA
62162016-10-06 Pedro Alves <palves@redhat.com>
6217
6218 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6219 call.
6220 (jit_run): Delete.
6221 (jit_test_reread): Use with_test_prefix. Reload the main binary
6222 explicitly. Compare the before/after addresses of the JIT
6223 descriptor.
6224
ee8da4b8
DE
62252016-08-15 Doug Evans <dje@google.com>
6226
6227 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6228 for single bitfields is bool.
6229 * gdb.xml/tdesc-regs.exp: Ditto.
6230
f389f6fe
JK
62312016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6232
6233 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6234
fdebf1a4
YQ
62352016-10-05 Yao Qi <yao.qi@linaro.org>
6236
6237 * lib/gdb.exp (support_complex_tests): Return zero if
6238 gdb_skip_float_test return true.
6239
9c36d954 62402016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6241 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6242
6243 PR gdb/20487
6244 * gdb.mi/user-selected-context-sync.exp: New file.
6245 * gdb.mi/user-selected-context-sync.c: New file.
6246
4034d0ff 62472016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6248 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6249
6250 PR gdb/20487
6251 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6252 =thread-select-event check.
6253
a4297203
PB
62542016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6255
6256 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6257 the compulsory L operand changes.
6258 * gdb.arch/powerpc-power.s: Likewise.
6259
bb805577
JK
62602016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6261
6262 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6263 * gdb.base/jit-attach-pie.c: New file.
6264 * gdb.base/jit-attach-pie.exp: New file.
6265
6d61dee5
PA
62662016-09-28 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.base/infcall-input.c: New file.
6269 * gdb.base/infcall-input.exp: New file.
6270
f73842fc
YQ
62712016-09-22 Yao Qi <yao.qi@linaro.org>
6272
6273 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6274 (gdb_exit): Rename it to ...
6275 (gdbserver_gdb_exit): ... Close GDBserver.
6276 (gdb_exit): New proc, call gdbserver_gdb_exit.
6277 (mi_gdb_exit): Likewise.
6278
90681dab
YQ
62792016-09-22 Yao Qi <yao.qi@linaro.org>
6280
6281 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6282 path.
6283 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6284 Remove duplication.
6285
9c211fd8
YQ
62862016-09-22 Yao Qi <yao.qi@linaro.org>
6287
6288 * lib/gdbserver-support.exp: Check the existence of
6289 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6290
ad0a504f
AK
62912016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6292
6293 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6294
36cf1806
TT
62952016-09-21 Tom Tromey <tom@tromey.com>
6296
6297 PR gdb/20604:
6298 * gdb.base/quit.exp: New file.
6299
74172ecf
SM
63002016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6301
6302 * .gitignore: New file.
6303
3d0ec882
MR
63042016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6305
6306 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6307 throughout.
6308
8193adea
AA
63092016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6310
6311 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6312
d41a5c09
JK
63132016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 * gdb.cp/casts.cc (decltype): Move it ...
6316 (main): ... with its call to ...
6317 * gdb.cp/casts03.cc: ... a new file.
6318 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6319
d2dfe700
JK
63202016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6323
e2a92b16
PB
63242016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6325
6326 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6327 and sync up the test with tests in gas/testsuite/gas/ppc.
6328 * gdb.arch/powerpc-power.exp: Likewise.
6329
49b4de64
JK
63302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6331
6332 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6333
2c29df25
SDJ
63342016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6335 Jan Kratochvil <jan.kratochvil@redhat.com>
6336
6337 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6338 make m1's definition to be different from m2's. Use 'dummy' as an
6339 argument for probe 'two'.
6340
cc3c2846
JB
63412016-09-10 Jon Beniston <jon@beniston.com>
6342
6343 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6344 for sim target.
6345
e1b2624a
AA
63462016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6347
6348 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6349 variable declaration.
6350 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6351 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6352 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6353 received HWCAP as its argument.
6354
4295e285
PA
63552016-09-06 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/new-ui-pending-input.c: New file.
6358 * gdb.base/new-ui-pending-input.exp: New file.
6359 * gdb.exp (clear_gdb_spawn_id): New procedure.
6360 (with_spawn_id): Check whether gdb_spawn_id exists before
6361 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6362 on exit.
6363
00d5215e
UW
63642016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6365
6366 * gdb.base/float128.c: New file.
6367 * gdb.base/float128.exp: Likewise.
6368 * gdb.base/floatn.c: Likewise.
6369 * gdb.base/floatn.exp: Likewise.
6370
a9ff5f12
UW
63712016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6372
6373 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6374
f245535c
PA
63752016-09-05 Pedro Alves <palves@redhat.com>
6376
6377 PR backtrace/19927
6378 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6379 unwinders are immediately called as side effect of "source" or
6380 "disable unwinder" commands.
6381 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6382
ae9cf263
YQ
63832016-09-02 Yao Qi <yao.qi@linaro.org>
6384
6385 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6386 is true and $type is "float" or "double".
6387
27aba047
YQ
63882016-09-02 Yao Qi <yao.qi@linaro.org>
6389
6390 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6391 true.
6392 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6393 * gdb.base/call-rt-st.exp: Likewise.
6394 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6395 return value instead of gdb,skip_float_test.
6396 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6397 (do_function_calls): Use its return value instead of
6398 gdb,skip_float_test.
6399 * gdb.base/finish.exp: Likewise.
6400 * gdb.base/funcargs.exp: Likewise.
6401 * gdb.base/return.exp: Likewise.
6402 * gdb.base/return2.exp: Likewise.
6403 * gdb.base/varargs.exp: Likewise.
6404 * lib/gdb.exp (gdb_skip_float_test): Change it to
6405 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6406
5af962df
AA
64072016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6408
6409 * gdb.multi/tids.exp: Test "thread apply all".
6410
7fac6910
JK
64112016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6412
6413 * gdb.base/default.exp (tty): Remove.
6414
bb1fe4ac
KB
64152016-08-24 Kevin Buettner <kevinb@redhat.com>
6416
2806dc7e
PA
6417 * gdb.python/py-recurse-unwind.c: New file.
6418 * gdb.python/py-recurse-unwind.py: New file.
6419 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6420
0a1ddfa6
SM
64212016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6422
6423 * gdb.base/set-inferior-tty.exp: New file.
6424 * gdb.base/set-inferior-tty.c: New file.
6425
d9de1fe3
PA
64262016-08-23 Pedro Alves <palves@redhat.com>
6427
6428 PR gdb/20494
6429 * gdb.base/new-ui-echo.c: New file.
6430 * gdb.base/new-ui-echo.exp: New file.
6431
e9d9abd7
YQ
64322016-08-23 Yao Qi <yao.qi@linaro.org>
6433
6434 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6435 gdbserver_spawn.
6436 * gdb.server/connect-without-multi-process.exp (do_test):
6437 Likewise.
6438
3589529e
YQ
64392016-08-23 Yao Qi <yao.qi@linaro.org>
6440
6441 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6442 standalone_txt. Delete gdb_txt and standalone_txt on host
6443 and target. Spawn the binary on target. Copy files from
6444 target to host.
6445
6bb90213
PA
64462016-08-22 Pedro Alves <palves@redhat.com>
6447
6448 PR gdb/20505
6449 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6450 with_test_prefix. Factor out bits to ...
6451 (test_no_vdso): ... this new procedure.
6452
20c2c024
CL
64532016-08-19 Carl Love <cel@us.ibm.com>
6454
6455 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6456 maintaining separate logic for constructing the output path.
6457 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6458 * gdb.arch/ppc-dfp.exp: Likewise.
6459 * gdb.arch/ppc-fp.exp: Likewise.
6460 * gdb.arch/vsx-regs.exp: Likewise.
6461 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6462 binprefix for generating the additional binary files.
6463
0646e07d
PA
64642016-08-19 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.trace/mi-trace-frame-collected.exp
6467 (test_trace_frame_collected): On x32, expect two registers.
6468
46da9242
CL
64692016-08-18 Carl Love <cel@us.ibm.com>
6470
6471 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6472 and sync up the test with tests in gas/testsuite/gas/ppc.
6473 * gdb.arch/powerpc-power.exp: Likewise.
6474
eb2332d7
SM
64752016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6476
6477 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6478 expected error message.
6479
63c61e04
SM
64802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6481
6482 * gdb.multi/remove-inferiors.exp: New file.
6483 * gdb.multi/remove-inferiors.c: New file.
6484
7b17065f
YQ
64852016-08-12 Yao Qi <yao.qi@linaro.org>
6486
6487 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6488 argument list.
6489
01d3dedf
PA
64902016-08-10 Pedro Alves <palves@redhat.com>
6491
6492 PR gdb/19187
6493 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6494 setup_kfails.
6495
3eb7562a
PA
64962016-08-09 Pedro Alves <palves@redhat.com>
6497 Simon Marchi <simon.marchi@ericsson.com>
6498
6499 PR gdb/20418
6500 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6501 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6502
80614914
PA
65032016-08-09 Pedro Alves <palves@redhat.com>
6504
6505 PR mi/20431
6506 * gdb.mi/mi-cmd-error.exp: New file.
6507
f348d89a
PA
65082016-08-09 Pedro Alves <palves@redhat.com>
6509
6510 PR gdb/18653
6511 * gdb.base/signals-state-child.c: New file.
6512 * gdb.base/signals-state-child.exp: New file.
6513 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6514
e5ca03b4
PA
65152016-08-09 Pedro Alves <palves@redhat.com>
6516
6517 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6518
282a0691
TT
65192016-08-03 Tom Tromey <tom@tromey.com>
6520
6521 PR python/18565:
6522 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6523
41bfcd63
YQ
65242016-08-01 Yao Qi <yao.qi@linaro.org>
6525
6526 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6527 variable mode to "multi-process" if $multi_process is 1, otherwise
6528 set it to "single-process".
6529
e3465b24
YQ
65302016-08-01 Yao Qi <yao.qi@linaro.org>
6531
6532 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6533 * gdb.cp/cpexprs.exp: Likewise.
6534 * gdb.cp/m-static.exp: Likewise.
6535
0b31a4bc
TT
65362016-07-26 Tom Tromey <tom@tromey.com>
6537
6538 PR python/20190:
6539 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6540 test.
6541
e0461dbb
MM
65422016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6543
6544 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6545 selecting assembly source files.
6546 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6547 assembly source files.
6548 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6549 assembly source files.
6550 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6551 selecting assembly source files.
6552
8194e927
SM
65532016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6554
6555 * gdb.base/new-ui.exp (do_test_invalid_args): New
6556 procedure.
6557
c0272db5
TW
65582016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6559
6560 * gdb.btrace/reconnect.c: New file.
6561 * gdb.btrace/reconnect.exp: New file.
6562
e3487908
GKB
65632016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6564
6565 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6566 to test_catch_syscall_group.
6567 (test_catch_syscall_group): New.
6568
12df5c00
TT
65692016-07-21 Tom Tromey <tom@tromey.com>
6570
6571 * gdb.rust/simple.rs (main): Use empty struct expression.
6572 * gdb.rust/simple.exp: Add tests for empty struct expression.
6573
bae62ee2
YQ
65742016-07-21 Yao Qi <yao.qi@linaro.org>
6575
6576 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6577 if gdb_skip_xml_test is true on some targets.
6578
b1b53fb3
YQ
65792016-07-21 Yao Qi <yao.qi@linaro.org>
6580
6581 * gdb.server/solib-list.exp: Unset last_loaded_file.
6582
027d97f8
JK
65832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6584
6585 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6586 "step into captured_main (args)".
6587
7674d381
JK
65882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6589
6590 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6591
72b5d099
JK
65922016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6593
6594 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6595
1f960ced
PA
65962016-07-19 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6599 * gdb.opt/inline-bt.exp: Likewise.
6600 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6601 additional_flags=-Winline.
6602 * gdb.opt/inline-locals.exp: Likewise.
6603 * gdb.opt/inline-markers.c (ATTR): Define.
6604 (inlined_fn): Use it.
6605
f25827c1
YQ
66062016-07-19 Yao Qi <yao.qi@linaro.org>
6607
6608 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6609 (test_with_self): Remove some code. Remove argument executable.
6610 (top-level): Use do_self_tests.
6611
37539ebe
DB
66122016-07-15 Zachary Welch <zwelch@codesourcery.com>
6613 Don Breazeal <donb@codesourcery.com>
6614
6615 * gdb.base/maint.exp: Escape paths used in regular expressions.
6616 * gdb.stabs/weird.exp: Likewise.
6617
dac790e1
TT
66182016-07-13 Tom Tromey <tom@tromey.com>
6619
6620 PR python/15620, PR python/18620:
6621 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6622 (test_bkpt_events): New procs.
6623
93daf339
TT
66242016-07-13 Tom Tromey <tom@tromey.com>
6625
6626 PR python/17698:
6627 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6628 test.
6629 (test_watchpoints): Likewise.
6630 (test_bkpt_pending): New proc.
6631
6571a381
TT
66322016-07-13 Tom Tromey <tom@tromey.com>
6633
6634 PR cli/18053:
6635 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6636 completion test.
6637
e8732474
JK
66382016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6639
6640 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6641 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6642 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6643 f_label.
6644 (g): Rename g_end_lbl to g_label.
6645 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6646 low_pc and high_pc.
6647 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6648
e0f3fd7c
TT
66492016-07-12 Tom Tromey <tom@tromey.com>
6650
6651 PR python/19293:
6652 * gdb.python/py-unwind-maint.exp: Update tests.
6653
3cfe46b6
YQ
66542016-07-12 Yao Qi <yao.qi@linaro.org>
6655
6656 * lib/selftest-support.exp (selftest_setup): Match the output
6657 when captured_main is inlined.
6658
4f19a0e6
WT
66592016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6660
6661 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6662 New variables.
6663 (print this%a, print this%b, print this): New tests.
6664 * gdb.fortran/derived-types.f90 (this): New object and
6665 initialization.
6666
986cf455
SM
66672016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6668
6669 * gdb.ada/arraydim.exp: Remove extra directory level in build
6670 directory.
6671
f0464b23
SM
66722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6673
6674 * lib/ada.exp: Remove extra directory level in build directory.
6675 * gdb.ada/cond_lang.exp: Likewise.
6676 * gdb.ada/exec_changed.exp: Likewise.
6677 * gdb.ada/lang_switch.exp: Likewise.
6678
42d94011
MG
66792016-07-06 Manish Goregaokar <manish@mozilla.com>
6680
2806dc7e
PA
6681 * simple.rs: Add test for raw pointer subscripting.
6682 * simple.exp: Add test expectations.
42d94011 6683
647c264c
YQ
66842016-07-05 Yao Qi <yao.qi@linaro.org>
6685
6686 * gdb.mi/mi-reverse.exp: Match =record-started output.
6687
20aa2c60
PA
66882016-07-01 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6691 procedure.
6692 (jit_reader_test): Test the jit reader's unwinder.
6693 * gdb.base/jithost.c (jit_function_00_code): New global.
6694 (main): Use memcpy to fill in the mmapped code, instead of poking
6695 bytes manually here.
6696 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6697 value.
6698 (read_debug_info): Save the function's range.
6699 (read_sp): New function.
6700 (unwind_frame): Use it. Also unwind RBP.
6701 (get_frame_id): Use read_sp.
6702 (gdb_init_reader): Use calloc instead of malloc.
6703 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6704 parameter. Use gdb_test_multiple.
6705
ced2dffb
PA
67062016-07-01 Pedro Alves <palves@redhat.com>
6707 Antoine Tremblay <antoine.tremblay@ericsson.com>
6708
6709 * gdb.threads/process-dies-while-detaching.c: New file.
6710 * gdb.threads/process-dies-while-detaching.exp: New file.
6711
63000888
PA
67122016-07-01 Pedro Alves <palves@redhat.com>
6713
6714 * gdb.multi/watchpoint-multi-exit.c: New file.
6715 * gdb.multi/watchpoint-multi-exit.exp: New file.
6716
038d4868
PA
67172016-06-30 Pedro Alves <palves@redhat.com>
6718
6719 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6720 unset inferior_spawn_id.
6721
994e9c83
PA
67222016-06-30 Pedro Alves <palves@redhat.com>
6723
6724 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6725 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6726
e5653468
YQ
67272016-06-29 Yao Qi <yao.qi@linaro.org>
6728
6729 * gdb.base/return.c: Add copyright header.
6730
803b47e5
TT
67312016-06-29 Tom Tromey <tom@tromey.com>
6732
6733 PR python/20129:
6734 * gdb.python/py-framefilter.exp: Add tests for setting priority
6735 and disabling of non-existent frame filter.
6736
28244707
YQ
67372016-06-29 Yao Qi <yao.qi@linaro.org>
6738
6739 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6740 0x0f07ff.
6741
a31d2f06
YQ
67422016-06-28 Yao Qi <yao.qi@linaro.org>
6743
6744 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6745 triplets. Start gdb, execute catch syscall, and continue. Check
6746 gdb's output to determine catch syscall is supported.
6747
921d8f54
MG
67482016-06-27 Manish Goregaokar <manish@mozilla.com>
6749
25d49b86
PA
6750 * gdb.rust/simple.rs: Add test for returning unit in a function.
6751 * gdb.rust/simple.exp: Add expectation for functions returning
6752 unit.
921d8f54 6753
f4952523
PMR
67542016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6755
6756 * gdb.python/py-breakpoint-create-fail.c,
6757 gdb.python/py-breakpoint-create-fail.exp,
6758 gdb.python/py-breakpoint-create-fail.py: New testcase.
6759
fccb08f8
MG
67602016-06-25 Manish Goregaokar <manish@mozilla.com>
6761
6762 PR gdb/20239
6763 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6764 * gdb.rust/simple.exp: Add test expectations for new NonZero
6765 tests.
fccb08f8 6766
6b850546
DT
67672016-06-24 David Taylor <dtaylor@emc.com>
6768
6769 * gdb.base/offsets.exp: New file.
6770 * gdb.base/offsets.c: New file.
6771
17621150
TT
67722016-06-23 Tom Tromey <tom@tromey.com>
6773
6774 PR gdb/16483:
6775 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6776 before any filters are loaded.
6777
04d59df6
WT
67782016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6779
6780 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6781 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6782 structs.
6783 * gdb.fortran/derived-type-function.exp: New file.
6784 * gdb.fortran/derived-type-function.f90: New file.
6785
6786
ac69f786
PA
67872016-06-21 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.base/new-ui.exp: New file.
6790 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6791 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6792 (with_spawn_id): New procedure.
6793
49940788
PA
67942016-06-21 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.mi/mi-exec-run.exp: New file.
6797
ef274d26
PA
67982016-06-21 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6801 breakpoint command's output on the main UI.
6802 (test_break): New procedure, factored out from calls in the top
6803 level.
6804 (top level): Use foreach_with_prefix to test MI as main UI and as
6805 separate UI.
6806
468afe6c
PA
68072016-06-21 Pedro Alves <palves@redhat.com>
6808
6809 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6810 (test_awatch_creation_and_listing)
6811 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6812 Remove 'type' parameter.
6813 (test_watchpoint_all): New parameter mi_mode. Remove
6814 with_test_prefix.
6815 (top level): Use foreach_with_prefix, and add main/separate UI MI
6816 testing axis.
6817
51f77c37
PA
68182016-06-21 Pedro Alves <palves@redhat.com>
6819
6820 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6821 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6822 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6823 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6824 (gdb_main_spawn_id, mi_spawn_id): Declare and
6825 comment.
6826 (mi_create_inferior_pty): New procedure,
6827 factored out from default_mi_gdb_start.
6828 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6829 procedures.
6830 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6831 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6832 Use mi_create_inferior_pty.
6833 (mi_gdb_start): Use eval to pass down args list.
6834
8980e177
PA
68352016-06-21 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6838 * gdb.opt/inline-cmds.exp: Add MI tests.
6839
f38d3ad1
PA
68402016-06-21 Pedro Alves <palves@redhat.com>
6841
6842 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6843
45db7c09
PA
68442016-06-21 Pedro Alves <palves@redhat.com>
6845
6846 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6847 (top level): Use it instead of mi_execute_to.
6848
5a069ab3
PA
68492016-06-21 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6852 (cont_handler_str): New.
6853 (signal_stop_handler): Set stop_handler_str instead of printing to
6854 stdout.
6855 (continue_handler): Set cont_handler_str instead of printing to
6856 stdout.
6857 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6858 mi_send_resuming_command. Print stop_handler_str and
6859 cont_handler_str instead of expecting the python events print
6860 directly.
6861
2838cc1d
SD
68622016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6863
6864 * gdb.base/jit-reader.exp: New file.
6865 * gdb.base/jithost.c: New file.
6866 * gdb.base/jithost.h: New file.
6867 * gdb.base/jitreader.c : New file.
6868 * gdb.base/jit-protocol.h: New file.
6869
21a77091
YQ
68702016-06-17 Yao Qi <yao.qi@linaro.org>
6871
6872 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6873 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6874 and detach-on-fork. Adjust tests.
6875 (top level): Invoke break_cond_on_syscall with combinations of
6876 syscall, follow-fork-mode and detach-on-fork.
6877
f50bf8e5
YQ
68782016-06-17 Yao Qi <yao.qi@linaro.org>
6879
6880 * gdb.base/step-over-exit.c: New.
6881 * gdb.base/step-over-exit.exp: New.
6882
a28d8e50
YTL
68832016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6884
6885 * gdb.base/float.exp: Add target check for nds32*-*-*.
6886 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6887
cad8e26d
AB
68882016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6889
6890 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6891 for unsupported target features.
6892 * gdb.base/call-rt-st.exp: Likewise.
6893 * gdb.base/call-sc.exp: Likewise.
6894 * gdb.base/call-signal-resume.exp: Likewise.
6895 * gdb.base/call-strs.exp: Likewise.
6896 * gdb.base/callexit.exp: Likewise.
6897 * gdb.base/callfuncs.exp: Likewise.
6898 * gdb.base/nodebug.exp: Likewise.
6899 * gdb.base/printcmds.exp: Likewise.
6900 * gdb.base/ptype.exp: Likewise.
6901 * gdb.base/structs.exp: Likewise.
6902 * gdb.base/unwindonsignal.exp: Likewise.
6903 * gdb.cp/gdb2495.exp: Likewise.
6904 * gdb.cp/templates.exp: Likewise.
6905 * gdb.cp/virtfunc.exp: Likewise.
6906 * gdb.threads/hand-call-in-threads.exp: Likewise.
6907 * gdb.threads/interrupted-hand-call.exp: Likewise.
6908 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6909
347dc102
TT
69102016-06-10 Tom Tromey <tom@tromey.com>
6911
6912 PR rust/20110:
6913 * gdb.rust/expr.exp: Add test for integer constant larger than
6914 i32.
6915
5e13cf25
BH
69162016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6917
6918 * gdb.fortran/nested-funcs.exp: New.
6919 * gdb.fortran/nested-funcs.f90: New.
6920
bb556f1f
TK
69212016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6922
6923 * gdb.base/examine-backward.c: New file.
6924 * gdb.base/examine-backward.exp: New file.
6925
38b022b4
SM
69262016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6927
6928 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6929 matching.
6930
1b40ec05
TT
69312016-06-02 Tom Tromey <tom@tromey.com>
6932
6933 PR python/18984:
6934 * gdb.python/py-shared.exp: Add solib_name test.
6935
193bd378
SM
69362016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6937
6938 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6939
3326303b
MG
69402016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6941
6942 PR c++/19893
6943 * gdb.dwarf2/implref.exp: Rename to...
6944 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6945 * gdb.dwarf2/implref-array.c: New file.
6946 * gdb.dwarf2/implref-array.exp: Likewise.
6947 * gdb.dwarf2/implref-global.c: Likewise.
6948 * gdb.dwarf2/implref-global.exp: Likewise.
6949 * gdb.dwarf2/implref-struct.c: Likewise.
6950 * gdb.dwarf2/implref-struct.exp: Likewise.
6951
825c8ef2
AT
69522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6953
6954 * gdb.trace/trace-condition.exp: Add 64bit tests.
6955
2320162a
AT
69562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6957
6958 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6959 bits types.
6960 (main): Adapt to 8 to 64 bits types.
6961 * gdb.trace/trace-condition.exp: Add new tests.
6962
a7818233
AT
69632016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6964
6965 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6966
0d336466
AT
69672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6968
6969 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6970 Move condition tests...
6971 * gdb.trace/trace-condition.exp: Here.
6972
7faeb45a
AT
69732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6974
6975 * gdb.trace/trace-condition.exp: Add counter-case tests.
6976
e385593e
JK
69772016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6978
6979 PR c++/15231
6980 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6981 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6982
744608cc
PA
69832016-05-27 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6986 New procedure.
6987 (top level): Call it, and bail out of DejaGnu is known to be bad.
6988
ac775bf4
AB
69892016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6990
6991 * gdb.base/whatis.c: Extend the test case.
6992 * gdb.base/whatis.exp: Add additional tests.
6993
2bbad2ea
BH
69942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6995
6996* gdb.fortran/type.f90: Add pointer variable.
6997* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6998
8b70175d
BH
69992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7000
7001 * gdb.fortran/vla-type.exp: Fix testcase name.
7002
86d8a848
BH
70032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7004
7005 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7006
e188eb36
BH
70072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7008
7009 * gdb.fortran/type.f90: Add nested structures.
7010 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7011 * gdb.fortran/derived-type.exp: Adapt expected output.
7012 * gdb.fortran/vla-type.exp: Adapt expected output.
7013
9b2db1fd
BH
70142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7015
7016 * gdb.fortran/whatis_type.exp: Adapt expected output.
7017
72b17055
BH
70182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7019
7020 * gdb.fortran/print_type.exp: Fix expected output.
7021 * gdb.fortran/whatis_type.exp: Fix expected output.
7022
3cd81d8d
BH
70232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7024
7025 * gdb.fortran/whatis_type.exp: Use multi_line.
7026
ddae9462
TT
70272016-05-24 Tom Tromey <tom@tromey.com>
7028
7029 PR python/17386:
7030 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7031 use value as an index.
7032
1957f6b8
TT
70332016-05-23 Tom Tromey <tom@tromey.com>
7034
7035 PR python/17981:
7036 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7037 no-breakpoint case.
7038
026a9174
PA
70392016-05-24 Pedro Alves <palves@redhat.com>
7040
7041 PR gdb/19828
7042 * gdb.threads/clone-attach-detach.c: New file.
7043 * gdb.threads/clone-attach-detach.exp: New file.
7044
e70a7231
FR
70452016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7046
7047 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7048
0f6ed0e0
TT
70492016-05-23 Tom Tromey <tom@tromey.com>
7050
7051 PR python/19438, PR python/18393:
7052 * gdb.python/py-progspace.exp: Add "dir" test.
7053 * gdb.python/py-objfile.exp: Add "dir" test.
7054
ffd19d61
YQ
70552016-05-23 Yao Qi <yao.qi@linaro.org>
7056
7057 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7058 * gdb.arch/thumb2-it.exp: Likewise.
7059
9e8f9b05
SM
70602016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7061
7062 * gdb.mi/mi-threads-interrupt.c: New file.
7063 * gdb.mi/mi-threads-interrupt.exp: New file.
7064
61c6156d
SM
70652016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7066
7067 PR gdb/18077
7068 * gdb.mi/mi-async-run.exp: New file.
7069 * gdb.mi/mi-async-run.c: New file.
7070
67218854
TT
70712016-05-17 Tom Tromey <tom@tromey.com>
7072 Manish Goregaokar <manishsmail@gmail.com>
7073
7074 * lib/rust-support.exp: New file.
7075 * lib/gdb.exp (skip_rust_tests): New proc.
7076 (build_executable_from_specs): Handle rust.
7077 * lib/future.exp (gdb_find_rustc): New proc.
7078 (gdb_default_target_compile): Handle rust.
7079 * gdb.rust/expr.exp: New file.
7080 * gdb.rust/generics.exp: New file.
7081 * gdb.rust/generics.rs: New file.
7082 * gdb.rust/methods.exp: New file.
7083 * gdb.rust/methods.rs: New file.
7084 * gdb.rust/modules.exp: New file.
7085 * gdb.rust/modules.rs: New file.
7086 * gdb.rust/simple.exp: New file.
7087 * gdb.rust/simple.rs: New file.
7088
c44af4eb
TT
70892016-05-17 Tom Tromey <tom@tromey.com>
7090
7091 * gdb.base/default.exp (set language): Add rust.
7092
dcd1f979
TT
70932016-05-17 Tom Tromey <tom@tromey.com>
7094
7095 * gdb.gdb/unittest.exp: New file.
7096
155b7f57
YQ
70972016-05-16 Yao Qi <yao.qi@linaro.org>
7098
7099 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7100 shell_prompt. Update shell_prompt_re.
7101
8ddd5a6c
DE
71022016-05-12 Doug Evans <dje@google.com>
7103
7104 PR symtab/19999
7105 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7106 $options when building executable.
7107 * gdb.dwarf2/fission-loclists-pie.S: New file.
7108 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7109
02e370d9
SM
71102016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7111
7112 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7113 of [is_remote target],
7114
8929ad8b
SM
71152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7116
7117 * lib/gdb.exp (use_gdb_stub): New procedure.
7118
6c447423
DE
71192016-05-03 Yunlian Jiang <yunlian@google.com>
7120 Doug Evans <dje@google.com>
7121
7122 PR symtab/19914
7123 * gdb.dwarf2/dwp-sepdebug.c: New file.
7124 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7125
444e826c
SM
71262016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7127
7128 * gdb.base/detach.exp: Remove is_remote check.
7129
740feeaa
SM
71302016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * gdb.base/annota-input-while-running.exp: Don't check for
7133 [is_remote target]. Enable annotations after running to main.
7134 Remove unused "set test..." line.
7135
9080ac9d
SM
71362016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7137
7138 * gdb.trace/trace-enable-disable.exp: New file.
7139 * gdb.trace/trace-enable-disable.c: New file.
7140
952ebca5
SM
71412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7142
7143 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7144 use it in info sharedlibrary test.
7145 * gdb.trace/ftrace-lock.exp: Likewise.
7146 * gdb.trace/ftrace.exp: Likewise.
7147 * gdb.trace/range-stepping.exp: Likewise.
7148 * gdb.trace/trace-break.exp: Likewise.
7149 * gdb.trace/trace-condition.exp: Likewise.
7150 * gdb.trace/trace-mt.exp: Likewise.
7151
d9019901
SM
71522016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7153
7154 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7155 (gdb_load_shlib): ... this.
7156 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7157 gdb_load_shlib.
7158 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7159 * gdb.base/ctxobj.exp: Likewise.
7160 * gdb.base/dprintf-pending.exp: Likewise.
7161 * gdb.base/dso2dso.exp: Likewise.
7162 * gdb.base/fixsection.exp: Likewise.
7163 * gdb.base/gcore-relro.exp: Likewise.
7164 * gdb.base/gdb1555.exp: Likewise.
7165 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7166 * gdb.base/gnu-ifunc.exp: Likewise.
7167 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7168 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7169 * gdb.base/pending.exp: Likewise.
7170 * gdb.base/print-file-var.exp: Likewise.
7171 * gdb.base/print-symbol-loading.exp: Likewise.
7172 * gdb.base/shlib-call.exp: Likewise.
7173 * gdb.base/shreloc.exp: Likewise.
7174 * gdb.base/so-impl-ld.exp: Likewise.
7175 * gdb.base/solib-disc.exp: Likewise.
7176 * gdb.base/solib-nodir.exp: Likewise.
7177 * gdb.base/solib-overlap.exp: Likewise.
7178 * gdb.base/solib-symbol.exp: Likewise.
7179 * gdb.base/solib-weak.exp (do_test): Likewise.
7180 * gdb.base/sym-file.exp: Likewise.
7181 * gdb.base/symtab-search-order.exp: Likewise.
7182 * gdb.base/type-opaque.exp: Likewise.
7183 * gdb.base/unload.exp: Likewise.
7184 * gdb.base/watchpoint-solib.exp: Likewise.
7185 * gdb.compile/compile.exp: Likewise.
7186 * gdb.cp/gdb2384.exp: Likewise.
7187 * gdb.cp/infcall-dlopen.exp: Likewise.
7188 * gdb.cp/re-set-overloaded.exp: Likewise.
7189 * gdb.fortran/library-module.exp: Likewise.
7190 * gdb.opt/solib-intra-step.exp: Likewise.
7191 * gdb.python/py-finish-breakpoint.exp: Likewise.
7192 * gdb.python/py-shared.exp: Likewise.
7193 * gdb.reverse/solib-precsave.exp: Likewise.
7194 * gdb.reverse/solib-reverse.exp: Likewise.
7195 * gdb.server/solib-list.exp: Likewise.
7196 * gdb.threads/dlopen-libpthread.exp: Likewise.
7197 * gdb.threads/tls-shared.exp: Likewise.
7198 * gdb.threads/tls-so_extern.exp: Likewise.
7199 * gdb.trace/change-loc.exp: Likewise.
7200 * gdb.trace/ftrace-lock.exp: Likewise.
7201 * gdb.trace/ftrace.exp: Likewise.
7202 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7203 * gdb.trace/pending.exp: Likewise.
7204 * gdb.trace/range-stepping.exp: Likewise.
7205 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7206 (strace_info_marker): Likewise.
7207 (strace_probe_marker): Likewise.
7208 (strace_trace_on_same_addr): Likewise.
7209 (strace_trace_on_diff_addr): Likewise.
7210 * gdb.trace/trace-break.exp: Likewise.
7211 * gdb.trace/trace-condition.exp: Likewise.
7212 * gdb.trace/trace-mt.exp: Likewise.
7213
fca4cfd9
SM
72142016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7215
7216 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7217 result of gdb_remote_download.
7218 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7219 * gdb.base/dso2dso.exp: Likewise.
7220 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7221 * gdb.base/print-file-var.exp: Likewise.
7222 * gdb.base/shlib-call.exp: Likewise.
7223 * gdb.base/shreloc.exp: Likewise.
7224 * gdb.base/solib-overlap.exp: Likewise.
7225 * gdb.base/solib-weak.exp (do_test): Likewise.
7226 * gdb.base/unload.exp: Likewise.
7227
11cf4ffb
YQ
72282016-04-27 Yao Qi <yao.qi@linaro.org>
7229
7230 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7231 exists.
7232
3e2e34f8
KB
72332016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7234
7235 * vla-type.exp: Print structure from toplevel.
7236
8f07e298
BH
72372016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7238
7239 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7240 of dynamic types.
7241 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7242 of dynamic types.
7243
9920b434
BH
72442016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7245
7246 * gdb.fortran/vla-type.f90: New file.
7247 * gdb.fortran/vla-type.exp: New file.
7248
f3abeff5
YQ
72492016-04-25 Yao Qi <yao.qi@linaro.org>
7250
7251 * gdb.base/branch-to-self.c: New file.
7252 * gdb.base/branch-to-self.exp: New file.
7253
0a5d52f0
YQ
72542016-04-22 Yao Qi <yao.qi@linaro.org>
7255
7256 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7257 more after $hex.
7258
495346f6
YQ
72592016-04-22 Yao Qi <yao.qi@linaro.org>
7260
7261 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7262 * gdb.base/annota3.exp: Likewise.
7263
4a7e075c
YQ
72642016-04-22 Yao Qi <yao.qi@linaro.org>
7265
7266 * gdb.reverse/step-precsave.exp: Do one step and test program
7267 stops in "callee" and do multiple steps until program goes out
7268 of "callee".
7269 * gdb.reverse/step-reverse.exp: Likewise.
7270
5b061e98
YQ
72712016-04-22 Yao Qi <yao.qi@linaro.org>
7272
7273 * gdb.trace/signal.exp: Also pass if
7274 $tracepoint_hits($i) > $iterations.
7275
5c5dc57f
YQ
72762016-04-22 Yao Qi <yao.qi@linaro.org>
7277
7278 * gdb.trace/signal.c: New file.
7279 * gdb.trace/signal.exp: New file.
7280
a55411b9
DE
72812016-04-19 Doug Evans <xdje42@gmail.com>
7282
7283 * gdb.base/bad-file.exp: New file.
7284
a22df60a
MG
72852016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7286
7287 * gdb.dwarf2/implref.exp: New file.
7288
0c13f7e5
BH
72892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7290
7291 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7292 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7293 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7294 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7295 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7296 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7297 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7298 * lib/fortran.exp (fortran_int4): New procedure.
7299 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7300 (fortran_logical4): Likewise.
7301
9b9b09e9
BH
73022016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7303
7304 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7305
a14d1f4d
BH
73062016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7307
7308 * lib/compiler.c: Add Intel specific preprocessor macros.
7309 * lib/compiler.cc: Likewise.
25d49b86 7310
7d49b1d0
LM
73112016-04-13 Luis Machado <lgustavo@codesourcery.com>
7312
7313 * gdb.server/connect-with-no-symbol-file.c: New file.
7314 * gdb.server/connect-with-no-symbol-file.exp: New file.
7315
8392fa22
SM
73162016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7317
7318 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7319
8c4c4aeb
SM
73202016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7321
7322 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7323 standard output directory.
7324
45e3745e
AT
73252016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7326
7327 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7328
e26b7e41
MM
73292016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7330
7331 * gdb.btrace/instruction_history.c (loop): Add declaration.
7332
8ce09462
AT
73332016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7334
7335 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7336
2e88a1ea
SM
73372016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7338
7339 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7340 parentheses to print.
7341 (continue_handler): Likewise.
7342
f48e22e3
SM
73432016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7344
7345 * gdb.server/solib-list.exp: Remove is_remote check.
7346 Pass shlib= to gdb_compile. Don't link shared library with
7347 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7348 Run binary filename through "readlink -f" on the target.
7349
096be756
PA
73502016-04-08 Pedro Alves <palves@redhat.com>
7351
7352 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7353 interpreter filename as argument to gdbserver_spawn.
7354 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7355 Return empty if $last_loaded_file does not exist.
7356
06500533
JK
73572016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7358
7359 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7360 * gdb.base/jit-main.c: Use exit after usage.
7361
2d35e871
JK
73622016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7363
7364 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7365 GDBHISTSIZE prior to the tests.
7366 * gdb.base/gdbinit-history.exp: Likewise.
7367
73682016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7369
7370 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7371 instead of build_executable. Use gdb_load_shlibs.
7372
c8064e7e
YQ
73732016-04-07 Yao Qi <yao.qi@linaro.org>
7374
7375 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7376 Execute "si" command.
7377
bde47561
YQ
73782016-04-07 Yao Qi <yao.qi@linaro.org>
7379
7380 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7381 number instead of the comments on some line.
7382
b16f8a3b
DB
73832016-04-06 Don Breazeal <donb@codesourcery.com>
7384
7385 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7386 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7387
c2f901df
SM
73882016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7389
7390 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7391 standard_output_file. Remove unused binfile variable.
7392
ac17fda0
CU
73932016-04-05 Catalin Udma <catalin.udma@freescale.com>
7394
7395 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7396 * gdb.python/py-mi-objfile.exp: Match "list main" output
7397 in console format.
7398
03a8c4df
SM
73992016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7400
7401 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7402 absolute.
7403
6e774b13
SM
74042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7405
7406 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7407 absolute.
7408 * gdb.trace/ftrace.exp: Likewise.
7409 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7410 targets as well.
7411 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7412 (gdb_load_shlibs): Copy libraries to test directory when testing
7413 natively. Only set solib-search-path if testing remotely.
7414 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7415
7817ea46
SM
74162016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7417
7418 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7419 gdb_download. Use it even if the target is not remote.
7420 * gdb.base/jit.exp (compile_jit_test): Likewise.
7421 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7422 output directory if the destination board is local, otherwise use
7423 the standard remote_download from DejaGnu.
7424 (gdb_download): Remove.
7425 (gdb_load_shlibs): Use gdb_remote_download instead of
7426 gdb_download.
7427 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7428 Use gdb_remote_download instead of gdb_download. Use it even if
7429 the target is not remote.
7430 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7431 instead of gdb_download.
7432
7beb7f68
SM
74332016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7434
7435 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7436 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7437 run.
7438
cc63428a
AV
74392016-04-01 Artemiy Volkov <artemiyv@acm.org>
7440
7441 PR gdb/19820
7442 * gdb.base/printcmds.exp: Add artificial arrays tests.
7443
64cdf930
PA
74442016-03-31 Pedro Alves <palves@redhat.com>
7445
7446 PR gdb/19858
7447 * gdb.base/jit-main.c: Include unistd.h.
7448 (ATTACH): Define to 0 if not already defined.
7449 (wait_for_gdb, mypid): New globals.
7450 (WAIT_FOR_GDB): New macro.
7451 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7452 some breakpoint locations.
7453 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7454 New procedures.
7455 (one_jit_test): Add REATTACH parameter, and handle it. Use
7456 continue_to_test_location.
7457 (top level): Test attach, and adjusts calls to one_jit_test.
7458
40dea8cb
PA
74592016-03-31 Pedro Alves <palves@redhat.com>
7460
7461 PR gdb/19858
7462 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7463 BINSUFFIX parameter, and handle it.
7464 (top level): Adjust calls compile_jit_test.
7465
e7ea3ec7
CU
74662016-03-31 Catalin Udma <catalin.udma@freescale.com>
7467
7468 PR python/19743
7469 * gdb.python/py-mi-events-gdb.py: New file.
7470 * gdb.python/py-mi-events.c: New file.
7471 * gdb.python/py-mi-events.exp: New file.
7472
e6359af3
YQ
74732016-03-30 Yao Qi <yao.qi@linaro.org>
7474
7475 * gdb.reverse/until-precsave.exp: Match function name only.
7476 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7477 Move malloc to a condition block.
7478 * gdb.reverse/until-reverse.exp: Match function name only.
7479
a4105d04
MK
74802016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7481
7482 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7483 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7484 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7485 variable for GPR 0 instead of assuming it is register 0.
7486 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7487 * lib/trace-support.exp: Add s390 registers.
7488
bfa6adb9
YQ
74892016-03-29 Yao Qi <yao.qi@linaro.org>
7490
7491 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7492
1e6697ea
YQ
74932016-03-24 Yao Qi <yao.qi@linaro.org>
7494
7495 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7496 test message.
7497
64bcd522
AA
74982016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7499
7500 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7501 maintaining separate logic for constructing the output path.
7502
7868401b
DB
75032016-03-16 Don Breazeal <donb@codesourcery.com>
7504
7505 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7506 Retry fork and waitpid on interrupted system call errors.
7507 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7508 Use with_timeout_factor to increase timeout by factor of 10.
7509
1cafadb4
DB
75102016-03-15 Don Breazeal <donb@codesourcery.com>
7511
7512 * gdb.cp/scope-err.cc: New test program.
7513 * gdb.cp/scope-err.exp: New test script.
7514 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7515 lines and "set breakpoint here" comment.
7516 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7517 Fixed some whitespace and format issues.
7518 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7519 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7520
81516450
DE
75212016-03-15 Doug Evans <dje@google.com>
7522
7523 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7524 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7525 All callers updated. Add tests for enums, mixed flags register.
7526
aa52b601
DE
75272016-03-15 Doug Evans <dje@google.com>
7528
7529 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7530 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7531
fa4ff313
SM
75322016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7533
7534 * gdb.base/default.exp: Add $_as_string to the list of expected
7535 convenience functions.
7536
f2403c39
AB
75372016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7538
7539 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7540
f2f3ccb9
SM
75412016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7542
7543 * gdb.python/py-as-string.exp: New file.
7544 * gdb.python/py-as-string.c: New file.
7545
00dbd492
PA
75462016-03-09 Pedro Alves <palves@redhat.com>
7547
7548 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7549 signal" -> "Thread NN received signal" output change.
7550 * gdb.threads/ia64-sigill.exp: Likewise.
7551 * gdb.threads/linux-dp.exp: Likewise.
7552 * gdb.threads/manythreads.exp: Likewise.
7553 * gdb.threads/pending-step.exp: Likewise.
7554 * gdb.threads/print-threads.exp: Likewise.
7555 * gdb.threads/sigstep-threads.exp: Likewise.
7556 * gdb.threads/staticthreads.exp: Likewise.
7557 * gdb.threads/tls.exp: Likewise.
7558
1e6697ea
YQ
75592016-03-09 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.base/command-line-input.exp: New file.
7562
b04fd3be
MK
75632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7564
7565 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7566 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7567 * gdb.trace/pending.exp: Accept leading dot before function name.
7568 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7569 * lib/trace-support.exp: Set registers for ppc.
7570
98fa59e9
MK
75712016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7572
7573 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7574 use it for disassembly; accept .main in addition to main in backtrace.
7575
f77198c8
MK
75762016-03-09 Wei-cheng Wang <cole945@gmail.com>
7577 Marcin Kościelnicki <koriakin@0x04.net>
7578
7579 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7580 (gdb_recursion_test_ptr): New global variable.
7581 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7582 gdb_recursion_test.
7583 (gdb_c_test): Ditto.
7584
ba84e0da
MK
75852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7586
7587 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7588 ordering.
7589
4366d36e
MK
75902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7591
7592 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7593 (bar): Add bar_start_lbl label.
7594 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7595 of foo/bar for emitting DWARF and tracing.
7596
5eb264df
SDJ
75972016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7598
7599 * analyze-racy-logs.py: Set executable bit.
7600
fb6a751f
SDJ
76012016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7602
7603 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7604 (CHECK_TARGET_TMP): Likewise.
7605 (check-single-racy): New rule.
7606 (check-parallel-racy): Likewise.
7607 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7608 (do-check-parallel-racy): New rule.
7609 (check-racy/%.exp): Likewise.
7610 * README (Racy testcases): New section.
7611 * analyze-racy-logs.py: New file.
7612
bdf7e230
DE
76132016-03-03 Doug Evans <dje@google.com>
7614
7615 * gdb.base/skip.exp: Use with_test_prefix.
7616
4719d415
YQ
76172016-03-03 Yao Qi <yao.qi@linaro.org>
7618
7619 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7620 Invoke step_over_syscall "clone" and break_cond_on_syscall
7621 "clone".
7622 * gdb.base/step-over-clone.c: New file.
7623
ea507862
YQ
76242016-03-03 Yao Qi <yao.qi@linaro.org>
7625
7626 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7627 code format.
7628
8fc8cbda
YQ
76292016-03-03 Yao Qi <yao.qi@linaro.org>
7630
7631 * gdb.base/disp-step-fork.c: Rename to ...
7632 * gdb.base/step-over-fork.c: ... it. New file.
7633 * gdb.base/disp-step-vfork.c: Rename to ...
7634 * gdb.base/step-over-vfork.c: ... it. New file.
7635 * gdb.base/disp-step-syscall.exp: Rename to ...
7636 * gdb.base/step-over-syscall.exp: ... it. New file.
7637 (disp_step_cross_syscall): Rename to ...
7638 (step_over_syscall): ... it.
7639
92fa70b0
YQ
76402016-03-03 Yao Qi <yao.qi@linaro.org>
7641
7642 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7643 If target supports condition evaluation on target, invoke
7644 break_cond_on_syscall for fork and vfork.
7645
e197ad3c
YQ
76462016-03-03 Yao Qi <yao.qi@linaro.org>
7647
7648 * gdb.base/disp-step-syscall.exp: Don't invoke
7649 support_displaced_stepping.
7650 (disp_step_cross_syscall): Test with displaced stepping off and
7651 on if supported.
7652
0b47da9f
YQ
76532016-03-03 Yao Qi <yao.qi@linaro.org>
7654
7655 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7656 proc.
7657 (setup): New proc.
7658 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7659 and setup.
7660
065ab6dc
BH
76612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7662
7663 * gdb.fortran/vla-history.exp: Remove breakpoint.
7664
07e448ad 76652016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7666
25d49b86
PA
7667 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7668 exceeds timeout.
07e448ad 7669
9ac2d526 76702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7671
25d49b86
PA
7672 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7673 breakpoint.
9ac2d526 7674
17807369
BH
76752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7676
7677 * gdb.mi/vla.f90: Nullify pointer after declaration.
7678
86e501af
PA
76792016-03-01 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7682
1e903e32
PA
76832016-03-01 Pedro Alves <palves@redhat.com>
7684
7685 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7686 before anything else.
7687 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7688 _GNU_SOURCE here.
7689 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7690 before anything else.
7691 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7692
6ccb54e2
PA
76932016-03-01 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7696
30ca9da1
YQ
76972016-03-01 Yao Qi <yao.qi@linaro.org>
7698
7699 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7700 prepare_for_testing.
7701
dc856b38
YQ
77022016-03-01 Yao Qi <yao.qi@linaro.org>
7703
7704 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7705
4a932159
AA
77062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7707
7708 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7709 manually constructing the output path.
7710
f2489477
AA
77112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7712
7713 * gdb.arch/s390-stackless.S: New.
7714 * gdb.arch/s390-stackless.exp: New.
7715
38899f16
IB
77162016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7717
7718 * gdb.dlang/circular.c: New file.
7719 * gdb.dlang/circular.exp: New file.
7720
9fde51ed
YQ
77212016-02-26 Yao Qi <yao.qi@linaro.org>
7722
7723 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7724 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7725 (testcases): Update.
7726
ce90fefe
YQ
77272016-02-26 Yao Qi <yao.qi@linaro.org>
7728
7729 * gdb.reverse/aarch64.c: Rename to ...
7730 * gdb.reverse/insn-reverse.c: ... it.
7731 * gdb.reverse/aarch64.exp: Rename to ...
7732 * gdb.reverse/insn-reverse.exp: ... it.
7733
3263bceb
YQ
77342016-02-26 Yao Qi <yao.qi@linaro.org>
7735
7736 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7737 (testcase_ftype): New.
7738 (testcases): New array.
7739 (n_testcases): New.
7740 (main): Call each element in testcases.
7741 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7742 (read_testcase): New.
7743 Do the tests in a loop.
7744
6cb59ff1
YQ
77452016-02-25 Yao Qi <yao.qi@linaro.org>
7746
7747 * gdb.base/branches.c: Remove.
7748
ae91f625
MK
77492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7750
7751 PR gdb/13808
7752 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7753
678b48b7
MK
77542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7755
7756 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7757
7337a6f2
MK
77582016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7759
7760 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7761 change x86_64 call_insn to 'callq'.
7762
861ca91f
AT
77632016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7764
7765 * gdb.trace/tfile-avx.c: Move to...
7766 * gdb.trace/tracefile-pseudo-reg.c: Here.
7767 * gdb.trace/tfile-avx.exp: Move to...
7768 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7769
bf74e428
GB
77702016-02-24 Gary Benson <gbenson@redhat.com>
7771
7772 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7773 message on attach.
7774
cce0e923
DE
77752016-02-23 Doug Evans <dje@google.com>
7776
7777 * gdb.base/skip.c (test_skip): New function.
7778 (end_test_skip_file_and_function): New function.
7779 (test_skip_file_and_function): New function.
7780 * gdb.base/skip1.c (test_skip): New function.
7781 (skip1_test_skip_file_and_function): New function.
7782 * gdb.base/skip.exp: Add tests for new skip options.
7783 * gdb.base/skip-solib.exp: Update expected output.
7784 * gdb.perf/skip-command.cc: New file.
7785 * gdb.perf/skip-command.exp: New file.
7786 * gdb.perf/skip-command.py: New file.
7787
4000e47e
MK
77882016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7789
7790 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7791 info registers pattern.
7792
24f75ead
IB
77932016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7794
7795 * lib/future.exp: Add D support.
7796 (gdb_find_gdc): New proc.
7797 (gdb_default_target_compile): Add D support.
7798
fbb7bcbe
WW
77992016-02-18 Wei-cheng Wang <cole945@gmail.com>
7800
7801 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7802 user+system time.
7803 (trace_speed_test): Determine the iteration count for a time
7804 between 15..30 seconds.
7805
012b3a21
WT
78062016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7807
7808 * gdb.arch/i386-mpx-sigsegv.c: New file.
7809 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7810 * gdb.arch/i386-mpx-simple_segv.c: New file.
7811 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7812
2d5189bd
YQ
78132016-02-18 Yao Qi <yao.qi@linaro.org>
7814
7815 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7816 Don't call setup_kfail.
7817
40fb20d0
YQ
78182016-02-18 Yao Qi <yao.qi@linaro.org>
7819
7820 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7821 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7822
21b1f8d2
DE
78232016-02-16 Doug Evans <dje@google.com>
7824
7825 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7826 * gdb.base/skip1.c: Ditto.
7827 * gdb.base/skip.exp: Whitespace cleanup.
7828
4041ed77
DB
78292016-02-16 Don Breazeal <donb@codesourcery.com>
7830
7831 PR remote/19496
7832 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7833 Remove kfail for PR remote/19496.
7834
c4ef31bf
SM
78352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7836
7837 * lib/gdb.exp (standard_temp_file): Return a path specific to
7838 the runtest invocation.
7839
266b65b3
SM
78402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7841
7842 * gdb.trace/save-trace.exp: Change relative path to be in the
7843 standard output directory.
7844
a7a0a6a9
JK
78452016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7846
7847 * gdb.arch/i386-prologue.c: Add missing prototypes.
7848
c99dbb42
JK
78492016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7850
7851 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7852 * gdb.arch/i386-prologue.exp: Likewise.
7853 * gdb.arch/i386-size.exp: Likewise.
7854
aa480355
SM
78552016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7856
7857 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7858 define object file path.
7859 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7860 file path.
7861 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7862 standard_output_file to define binfile.
7863
ba881f50
JK
78642016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7865
7866 Fix compatibility with recent gfortran-5.3.1.
7867 * gdb.fortran/vla-history.exp (print vla1 allocated)
7868 (print vla2 allocated, print $2, print $3): Remove
7869 (print $4): Rename to ...
7870 (print $2): ... here.
7871 (print $9): Rename to ...
7872 (print $5): ... here.
7873 (print $10): Rename to ...
7874 (print $6): ... here.
7875 * gdb.fortran/vla.f90: Add pvla initialization.
7876
e9fb005c
JK
78772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7878
7879 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7880 New test.
7881 * gdb.fortran/vla-value-sub.exp: Likewise.
7882
e44e00ff
MK
78832016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7884
7885 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7886
97e94151
SM
78872016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7888
7889 * i386-biarch-core.exp: Define corefile using
7890 standard_output_file.
7891
01113bc1
YQ
78922016-02-12 Yao Qi <yao.qi@linaro.org>
7893
7894 * gdb.arch/arm-single-step-kernel-helper.c: New.
7895 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7896
33b4777c
MM
78972016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7898
7899 * gdb.btrace/tailcall-only.exp: New.
7900 * gdb.btrace/tailcall-only.c: New.
7901 * gdb.btrace/x86_64-tailcall-only.S: New.
7902 * gdb.btrace/i686-tailcall-only.S: New.
7903
acc23c11
PA
79042016-02-11 Pedro Alves <palves@redhat.com>
7905
7906 * README (Parallel testing): Add missing double quotes.
7907
e352bf0a
PA
79082016-02-11 Pedro Alves <palves@redhat.com>
7909
7910 * README (Parallel testing): New section.
7911 (GDB_PARALLEL): Rewrite.
7912 (FORCE_PARALLEL): Document.
7913
9f5fed78
MK
79142016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7915
7916 * gdb.trace/tfile-avx.c: New test.
7917 * gdb.trace/tfile-avx.exp: New test.
7918
9ef9e6a6
KS
79192016-02-09 Keith Seitz <keiths@redhat.com>
7920
7921 PR breakpoints/19546
7922 * gdb.base/infcall-exec.c: New file.
7923 * gdb.base/infcall-exec2.c: New file.
7924 * gdb.base/infcall-exec.exp: New file.
7925
a96e36da
KS
79262016-02-09 Keith Seitz <keiths@redhat.com>
7927
7928 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7929 (toplevel): Call test_bkpt_address.
7930
9f61929f
KS
79312016-02-09 Keith Seitz <keiths@redhat.com>
7932
7933 PR python/19506
7934 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7935 (toplevel): Call test_bkpt_address.
7936
1e94266c
SM
79372016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7938
7939 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7940 to AC_OUTPUT.
7941 * configure: Regenerate.
7942
2a7f3dff
PA
79432016-02-09 Pedro Alves <palves@redhat.com>
7944
7945 PR breakpoints/19548
7946 * gdb.base/execl-update-breakpoints.c (some_function): New
7947 function.
7948 (main): Call it.
7949 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7950 Tighten expected GDB output.
7951
2151ccc5
SM
79522016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7953
7954 * Makefile.in (ALL_SUBDIRS): Remove.
7955 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7956 (distclean maintainer-clean realclean): Likewise.
7957 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7958 * configure: Regenerate.
7959 * gdb.ada/Makefile.in: Delete.
7960 * gdb.arch/Makefile.in: Likewise.
7961 * gdb.asm/Makefile.in: Likewise.
7962 * gdb.base/Makefile.in: Likewise.
7963 * gdb.btrace/Makefile.in: Likewise.
7964 * gdb.cell/Makefile.in: Likewise.
7965 * gdb.compile/Makefile.in: Likewise.
7966 * gdb.cp/Makefile.in: Likewise.
7967 * gdb.disasm/Makefile.in: Likewise.
7968 * gdb.dlang/Makefile.in: Likewise.
7969 * gdb.dwarf2/Makefile.in: Likewise.
7970 * gdb.fortran/Makefile.in: Likewise.
7971 * gdb.gdb/Makefile.in: Likewise.
7972 * gdb.go/Makefile.in: Likewise.
7973 * gdb.guile/Makefile.in: Likewise.
7974 * gdb.java/Makefile.in: Likewise.
7975 * gdb.linespec/Makefile.in: Likewise.
7976 * gdb.mi/Makefile.in: Likewise.
7977 * gdb.modula2/Makefile.in: Likewise.
7978 * gdb.multi/Makefile.in: Likewise.
7979 * gdb.objc/Makefile.in: Likewise.
7980 * gdb.opencl/Makefile.in: Likewise.
7981 * gdb.opt/Makefile.in: Likewise.
7982 * gdb.pascal/Makefile.in: Likewise.
7983 * gdb.perf/Makefile.in: Likewise.
7984 * gdb.python/Makefile.in: Likewise.
7985 * gdb.reverse/Makefile.in: Likewise.
7986 * gdb.server/Makefile.in: Likewise.
7987 * gdb.stabs/Makefile.in: Likewise.
7988 * gdb.threads/Makefile.in: Likewise.
7989 * gdb.trace/Makefile.in: Likewise.
7990 * gdb.xml/Makefile.in: Likewise.
7991 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7992 GDB_PARALLEL.
7993 (standard_output_file): Remove check for GDB_PARALLEL, always
7994 return path in outputs/$subdir/$testname.
7995
437277d4
SM
79962016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7997
7998 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7999 (site.exp): Assign abs_srcdir to tcl's srcdir.
8000
31d913c7
YQ
80012016-02-04 Yao Qi <yao.qi@linaro.org>
8002
8003 * gdb.base/foll-exec-mode.c: Include limits.h.
8004 (main): Add parameters argc and argv. Get directory from
8005 argv[0].
8006 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8007 compilation.
8008 * gdb.base/foll-exec.c: Include limits.h.
8009 (main): Add parameters argc and argv.
8010 Get directory from argv[0].
8011 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8012 Adjust tests on the number of lines as source code changed.
8013 * gdb.base/foll-vfork-exit.c: Include limits.h.
8014 (main): Add one line of statement before vfork.
8015 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8016 (main): Add parameters argc and argv. Get directory from
8017 argv[0].
8018 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8019 (setup_gdb): Set tbreak to skip some source lines.
8020 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8021 (main): Add parameters argc and argv. Get directory from
8022 argv[0].
8023 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8024 compilation.
8025 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8026 (main): Add parameters argc and argv. Get directory from
8027 argv[0].
8028 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8029 compilation.
8030
9482b9fb
DE
80312016-02-01 Doug Evans <dje@google.com>
8032
8033 * gdb.base/skip.exp: Clean up multiple references to same test name.
8034
6b2e4f10
PA
80352016-02-01 Pedro Alves <palves@redhat.com>
8036
ccb6afd6 8037 PR remote/19496
6b2e4f10
PA
8038 * gdb.threads/forking-threads-plus-breakpoint.exp
8039 (displaced_stepping_supported): New global.
8040 (probe_displaced_stepping_support): New procedure.
8041 (do_test): Add 'displaced' parameter, and use it.
8042 (top level): Check for displaced stepping support. Add displaced
8043 stepping on/off testing axis.
8044
37a8db1a
AB
80452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8046
8047 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8048 pointer. Don't perform further tests on the unassociated pointer
8049 if the first test fails.
8050
5fdf6324
AB
80512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8052
8053 * gdb.base/max-value-size.c: New file.
8054 * gdb.base/max-value-size.exp: New file.
8055 * gdb.base/huge.exp: Disable max-value-size for this test.
8056
935c6144
IB
80572016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8058
8059 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8060
7fe8399d
YQ
80612016-01-28 Yao Qi <yao.qi@linaro.org>
8062
8063 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8064
a2077e25
PA
80652016-01-25 Pedro Alves <palves@redhat.com>
8066
8067 PR threads/19461
8068 * gdb.base/fork-running-state.c: New file.
8069 * gdb.base/fork-running-state.exp: New file.
8070
1d2736d4
PA
80712016-01-25 Pedro Alves <palves@redhat.com>
8072
8073 PR gdb/19494
8074 * gdb.base/catch-fork-kill.c: New file.
8075 * gdb.base/catch-fork-kill.exp: New file.
8076
f1da4b11
PA
80772016-01-25 Pedro Alves <palves@redhat.com>
8078
8079 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8080 Delete, moved to lib/gdb.exp.
8081 * gdb.threads/forking-threads-plus-breakpoint.exp
8082 (foreach_with_prefix): Likewise.
8083 * gdb.threads/process-dies-while-handling-bp.exp
8084 (foreach_with_prefix): Likewise.
8085 * lib/gdb.exp (foreach_with_prefix): New procedure.
8086
45f38546
MK
80872016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8088
8089 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8090 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8091
dc29a1ce
MK
80922016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8093
8094 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8095 endian targets.
8096
092127d7
JK
80972016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8098 Pedro Alves <palves@redhat.com>
8099
8100 Fix testsuite compatibility with Guile.
8101 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8102 number.
8103
31d765d3
JK
81042016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 Fix testsuite compatibility with Guile.
8107 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8108 (thread 1): New test for backtrace through signal handler.
8109
1ac78c04
YQ
81102016-01-22 Yao Qi <yao.qi@linaro.org>
8111
8112 PR testsuite/19491
8113 * gdb.base/multi-forks.c: Include
8114 ../lib/unbuffer_output.c
8115 (main): Call gdb_unbuffer_output.
8116
4f5946a8
DE
81172016-01-21 Doug Evans <dje@google.com>
8118
8119 * lib/ada.exp (gdb_compile_ada): Fix typo.
8120
305e13e6
JB
81212016-01-21 Joel Brobecker <brobecker@adacore.com>
8122
8123 * gdb.base/break-fun-addr.exp: New file.
8124 * gdb.base/break-fun-addr1.c: New file.
8125 * gdb.base/break-fun-addr2.c: New file.
8126
5f5dfff6
SM
81272016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8128
8129 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8130 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8131 enum flag values.
8132
fd356fa2
AA
81332016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8134
8135 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8136 when GDB can not set the vector return value. Add more comments
8137 for clarification.
8138
9df22175
AT
81392016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8140
8141 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8142 command.
8143
41d1845e
SM
81442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8145
8146 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8147
01ac6840
SM
81482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8149
8150 * Makefile.in (check-single): Pass --status to runtest.
8151 (check/%.exp): Likewise.
8152
81532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8154
8155 * Makefile.in (check-parallel): Propagate return code from make
8156 do-check-parallel.
8157
bd0a71fa
MK
81582016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8159
8160 * gdb.trace/ftrace.exp: Fix expected message on continue.
8161 * gdb.trace/pending.exp: Fix expected message on continue.
8162 * gdb.trace/trace-break.exp: Fix expected message on continue.
8163
8bcbad33
SM
81642016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8165
8166 * lib/gdb.exp (gdb_test): Remove unused global references.
8167
f303dbd6
PA
81682016-01-18 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/async-shell.exp: Adjust expected output.
8171 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8172 * gdb.base/siginfo-thread.exp: Adjust expected output.
8173 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8174 * gdb.java/jnpe.exp: Adjust expected output.
8175 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8176 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8177 * gdb.threads/leader-exit.exp: Adjust expected output.
8178 * gdb.threads/manythreads.exp: Adjust expected output.
8179 * gdb.threads/pthreads.exp: Adjust expected output.
8180 * gdb.threads/schedlock.exp: Adjust expected output.
8181 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8182 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8183 expected output.
8184 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8185 output.
8186 * gdb.threads/sigthread.exp: Adjust expected output.
8187 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8188
b2789696
YQ
81892016-01-18 Yao Qi <yao.qi@linaro.org>
8190
8191 * gdb.guile/scm-section-script.c: Replace @progbits with
8192 %progbits.
8193 * gdb.python/py-section-script.c: Likewise.
8194
71ef29a8
PA
81952016-01-15 Pedro Alves <palves@redhat.com>
8196
8197 * gdb.multi/tids.exp: Test star wildcard ranges.
8198
3f5b7598
PA
81992016-01-15 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8202 command from "thread apply" invocation.
8203 (thr_apply_info_thr_invalid): Default the expected output to the
8204 input tid list.
8205 (top level): Add tests that use convenience variables. Add tests
8206 for "thread apply" with a valid TID list, but missing the command.
8207
663f6d42
PA
82082016-01-13 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/default.exp: Expect $_gthread as well.
8211 * gdb.multi/tids.exp: Test $_gthread.
8212 * gdb.threads/thread-specific.exp: Test $_gthread.
8213
c84f6bbf
PA
82142016-01-13 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.multi/tids.exp: Test "info threads -gid".
8217
22a02324
PA
82182016-01-13 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8221 Breakpoint.thread.
8222 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8223
5d5658a1
PA
82242016-01-07 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.base/break.exp: Adjust to output changes.
8227 * gdb.base/hbreak2.exp: Likewise.
8228 * gdb.base/sepdebug.exp: Likewise.
8229 * gdb.base/watch_thread_num.exp: Likewise.
8230 * gdb.linespec/keywords.exp: Likewise.
8231 * gdb.multi/info-threads.exp: Likewise.
8232 * gdb.threads/thread-find.exp: Likewise.
8233 * gdb.multi/tids.c: New file.
8234 * gdb.multi/tids.exp: New file.
8235
84654457
PA
82362016-01-13 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8239
e3940304
PA
82402016-01-13 Pedro Alves <palves@redhat.com>
8241
8242 * gdb.base/default.exp: Expect $_inferior as well.
8243 * gdb.multi/base.exp: Test $_inferior.
8244
a911d87a
PA
82452016-01-13 Pedro Alves <palves@redhat.com>
8246
8247 PR breakpoints/19388
8248 * gdb.base/catch-signal-siginfo-cond.c: New file.
8249 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8250
82075af2
JS
82512016-01-12 Josh Stone <jistone@redhat.com>
8252 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8253
8254 * gdb.base/catch-syscall.c (do_execve): New variable.
8255 (main): Conditionally trigger an execve.
8256 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8257 (test_catch_syscall_execve): New, check entry/return across execve.
8258 (do_syscall_tests): Call test_catch_syscall_execve.
8259
e46eeedd
PA
82602016-01-12 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.base/random-signal.exp (do_test): New procedure, with body
8263 of testcase moved in.
8264
01d8c27e
JK
82652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8266 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.base/funcargs.exp (finish from indirectly called function):
8269 Reintroduce the case for 'First'.
8270
9a706302
JK
82712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8272 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8275 (tcatch_vfork_then_child_follow_exec)
8276 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8277 identification.
8278
c0ecb95f
JK
82792016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8280
8281 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8282 and repeats to unlimited.
8283 * gdb.python/py-value.exp: Likewise.
8284 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8285 and repeats to unlimited.
8286
6cfc1fcb
JK
82872016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8290 and reordering the functions.
8291 * gdb.multi/hangout.c: Likewise.
8292 * gdb.multi/hello.c: Likewise.
8293
582a1b00
SM
82942016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8295
8296 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8297 absolute.
8298 (SingleStatisticTestResult.report): Use dict.keys instead of
8299 dict.iterkeys.
8300
79bc59cb
PA
83012016-01-06 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8304
43368e1d
MM
83052016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8306
8307 * gdb.btrace/dlopen.exp: New.
8308 * gdb.btrace/dlopen.c: New.
8309 * gdb.btrace/dlopen-dso.c: New.
8310
79fad5b8
SL
83112015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8312
8313 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8314 PATTERN argument is optional.
8315
ab8314b3
JB
83162015-12-24 Joel Brobecker <brobecker@adacore.com>
8317
8318 * lib/ada.exp (target_compile_ada_from_dir): New function.
8319 (gdb_compile_ada): Reimplement avoiding the use of project files.
8320 * gdb.ada/gnat_ada.gpr: Delete.
8321 * gdb.ada/cond_lang.exp: Adjust test to make path before
8322 filename optional.
8323 * gdb.ada/small_reg_param.exp: Likewise.
8324
fe33faff
SM
83252015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8326
8327 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8328
6d265cb4
TP
83292015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8330
8331 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8332 case.
8333
10125099
SM
83342015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8335
8336 * gdb.base/break.exp: Remove dead code.
8337 * gdb.base/sepdebug.exp: Likewise.
8338
3ca22649
SM
83392015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8340
8341 * gdb.asm/asm-source.exp: Remove HP-UX references.
8342 * gdb.base/annota1.exp: Likewise.
8343 * gdb.base/annota3.exp: Likewise.
8344 * gdb.base/attach.exp: Likewise.
8345 * gdb.base/bigcore.exp: Likewise.
8346 * gdb.base/break.exp: Likewise.
8347 * gdb.base/call-ar-st.exp: Likewise.
8348 * gdb.base/callfuncs.exp: Likewise.
8349 * gdb.base/catch-fork-static.exp: Likewise.
8350 * gdb.base/display.exp: Likewise.
8351 * gdb.base/foll-exec-mode.exp: Likewise.
8352 * gdb.base/foll-exec.exp: Likewise.
8353 * gdb.base/foll-fork.exp: Likewise.
8354 * gdb.base/foll-vfork.exp: Likewise.
8355 * gdb.base/funcargs.exp: Likewise.
8356 * gdb.base/hbreak2.exp: Likewise.
8357 * gdb.base/inferior-died.exp: Likewise.
8358 * gdb.base/interrupt.exp: Likewise.
8359 * gdb.base/multi-forks.exp: Likewise.
8360 * gdb.base/nodebug.exp: Likewise.
8361 * gdb.base/sepdebug.exp: Likewise.
8362 * gdb.base/solib1.c: Likewise.
8363 * gdb.base/step-test.exp: Likewise.
8364 * gdb.mi/non-stop.c: Likewise.
8365 * gdb.mi/pthreads.c: Likewise.
8366 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8367 * gdb.threads/pthreads.c: Likewise.
8368 * gdb.threads/staticthreads.exp: Likewise.
8369 * lib/future.exp: Likewise.
8370 * lib/gdb.exp: Likewise.
8371 * gdb.base/so-indr-cl.c: Remove.
8372 * gdb.base/so-indr-cl.exp: Likewise.
8373 * gdb.base/solib.c: Likewise.
8374 * gdb.base/solib.exp: Likewise.
8375 * gdb.base/solib2.c: Likewise.
8376
b6304613
SM
83772015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8378
8379 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8380 * gdb.base/call-ar-st.exp: Likewise.
8381 * gdb.base/callfuncs.exp: Likewise.
8382 * gdb.base/condbreak.exp: Likewise.
8383 * gdb.base/constvars.exp: Likewise.
8384 * gdb.base/hbreak2.exp: Likewise.
8385 * gdb.base/langs.exp: Likewise.
8386 * gdb.base/list.exp: Likewise.
8387 * gdb.base/long_long.exp: Likewise.
8388 * gdb.base/ptype.exp: Likewise.
8389 * gdb.base/scope.exp: Likewise.
8390 * gdb.base/signals.exp: Likewise.
8391 * gdb.base/so-impl-ld.exp: Likewise.
8392 * gdb.base/varargs.exp: Likewise.
8393 * gdb.base/volatile.exp: Likewise.
8394 * gdb.base/whatis.exp: Likewise.
8395 * gdb.cp/cplusfuncs.exp: Likewise.
8396 * gdb.cp/inherit.exp: Likewise.
8397 * gdb.cp/local.exp: Likewise.
8398 * gdb.cp/member-ptr.exp: Likewise.
8399 * gdb.cp/method.exp: Likewise.
8400 * gdb.cp/overload.exp: Likewise.
8401 * gdb.cp/templates.exp: Likewise.
8402 * gdb.stabs/weird.exp: Likewise.
8403 * lib/compiler.c: Likewise.
8404 * lib/compiler.cc: Likewise.
8405 * lib/cp-support.exp: Likewise.
8406 * lib/gdb.exp: Likewise.
8407
bf401b07
SM
84082015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8409
8410 * configure.ac: Remove HP-UX case.
8411 * configure: Regenerate.
8412
aff9c0f8
SM
84132015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8414
8415 * lib/gdb.exp (gdb_compile): Add function doc.
8416
a6904d5a
PA
84172015-12-17 Pedro Alves <palves@redhat.com>
8418
8419 PR threads/19354
8420 * gdb.multi/info-threads.exp: New file.
8421
a22279dd
YQ
84222015-12-15 Yao Qi <yao.qi@linaro.org>
8423
8424 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8425 is aarch64*-*-*.
8426
0588c796
SL
84272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8428
8429 * gdb.base/history-duplicates.exp: Skip if no readline support.
8430
5d978e17
SL
84312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8432
8433 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8434
7e763b86
SL
84352015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8436
8437 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8438
87a3a92c
SL
84392015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8440
8441 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8442 ctrl-C if nointerrupts target property is set.
8443 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8444 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8445 * gdb.base/paginate-bg-execution.exp: Likewise.
8446 * gdb.base/paginate-execution-startup.exp: Likewise.
8447 * gdb.base/random-signal.exp: Likewise.
8448 * gdb.base/range-stepping.exp: Likewise.
8449 * gdb.cp/annota2.exp: Likewise.
8450 * gdb.cp/annota3.exp: Likewise.
8451 * gdb.gdb/selftest.exp: Likewise.
8452 * gdb.threads/continue-pending-status.exp: Likewise.
8453 * gdb.threads/leader-exit.exp: Likewise.
8454 * gdb.threads/manythreads.exp: Likewise.
8455 * gdb.threads/pthreads.exp: Likewise.
8456 * gdb.threads/schedlock.exp: Likewise.
8457 * gdb.threads/sigthread.exp: Likewise.
8458
a8f077dc
DB
84592015-12-11 Don Breazeal <donb@codesourcery.com>
8460
8461 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8462 remote.
8463 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8464 * gdb.base/foll-exec.exp (main): Enable for target remote.
8465 * gdb.base/foll-fork.exp (main): Likewise.
8466 * gdb.base/foll-vfork.exp (main): Likewise.
8467 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8468 (proc continue_to_exit_bp_loc): Use clean_restart.
8469 * gdb.base/pie-execl.exp (main): Disable for target remote.
8470 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8471 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8472 * gdb.threads/execl.exp (main): Likewise.
8473 * gdb.threads/fork-child-threads.exp (main): Likewise.
8474 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8475 remote.
8476 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8477 remote.
8478 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8479 pid.tid style ptids, instead of just tid.
8480 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8481 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8482 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8483 ptids, instead of just tid.
8484
3b2464a8
AB
84852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8486
8487 * gdb.base/list.exp (test_list_forward): Add end of file error
8488 test.
8489 (test_repeat_list_command): Add end of file error test.
8490 (test_list_backwards): Add beginning of file error test.
8491
a0def019
AB
84922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8493
8494 * gdb.base/list.exp (test_list_invalid_args): New function,
8495 defined, and called.
8496
5c000dff
AB
84972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8498
8499 * gdb.base/list.exp (test_list): Make test names unique.
8500
f1637ebe
YQ
85012015-12-11 Yao Qi <yao.qi@linaro.org>
8502
8503 * gdb.base/coremaker2.c: Remove.
8504
36d6fc0a
PA
85052015-12-10 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.multi/base.exp: Remove stale "spaces" references.
8508
762f7747
PA
85092015-12-10 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.multi/base.exp: Don't use nowarnings.
8512 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8513 * gdb.multi/hangout.c: Include stdio.h.
8514 * gdb.multi/hello.c: Include stdlib.h.
8515 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8516 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8517 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8518
28d2bfb9
AB
85192015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8520
8521 * gdb.dwarf2/dw2-ranges-base.c: New file.
8522 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8523 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8524 support additional line table, and debug ranges generation.
8525 (Dwarf::ranges): New function, generate .debug_ranges.
8526 (Dwarf::lines): Support generating simple line table programs.
8527 (Dwarf::assemble): Initialise new namespace variables.
8528
5fc2beac
KB
85292015-12-09 Kevin Buettner <kevinb@redhat.com>
8530
8531 * gdb.base/async.exp (proc test_background): Add case for
8532 asynchronous execution not supported.
8533
1c35a88f
LM
85342015-12-09 Luis Machado <lgustavo@codesourcery.com>
8535
8536 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8537 format and change test names to make them unique.
8538
b593e3d9
RK
85392015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8540 Pedro Alves <pedro@redhat.com>
8541
8542 PR gdb/18702
8543 Add checking of floatformats setup on x86_64 hosts.
8544 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8545 (smallval, bigval): New labels/constants.
8546 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8547 float" after loading bigval and smallval.
8548
d72413e6
PMR
85492015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8550
8551 * gdb.ada/fun_overload_menu.exp: New testcase.
8552 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8553
ece66d65
JS
85542015-12-04 Josh Stone <jistone@redhat.com>
8555
8556 * gdb.base/catch-fork-static.exp: New.
8557
41d0efca
YQ
85582015-12-03 Yao Qi <yao.qi@linaro.org>
8559
8560 * gdb.base/sizeof.c: Don't include stdio.h and
8561 ../lib/unbuffer_output.c.
8562 (main): New variable 'size' and 'value'. Remove printf and
8563 gdb_unbuffer_output. Assign return value to size and value.
8564 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8565 at the beginning.
8566 (check_sizeof): Check the result by printing variable 'size'.
8567 (check_valueof): Check the result by printing variable 'value'.
8568
99fd02d9
YQ
85692015-12-01 Yao Qi <yao.qi@linaro.org>
8570
8571 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8572 for aarch64*-*-linux* target.
8573
f2faf941
PA
85742015-11-30 Pedro Alves <palves@redhat.com>
8575
8576 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8577
04bf20c5
PA
85782015-11-30 Pedro Alves <palves@redhat.com>
8579
8580 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8581 Handle non-stop mode vCont replies.
8582
09df4675
PA
85832015-11-30 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8586 prepare_for_testing. Start gdb with "set non-stop on" appended to
8587 GDBFLAGS. Lax expected stop output.
8588
58b584af
YQ
85892015-11-27 Yao Qi <yao.qi@linaro.org>
8590
8591 * gdb.arch/arm-neon.exp: New.
8592 * gdb.arch/arm-neon.c: New.
8593
dfcb77a8
YQ
85942015-11-27 Yao Qi <yao.qi@linaro.org>
8595
8596 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8597
88e8ec1b
YQ
85982015-11-27 Yao Qi <yao.qi@linaro.org>
8599
8600 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8601 frames-invalid annotation.
8602
bfde72c2
YQ
86032015-11-27 Yao Qi <yao.qi@linaro.org>
8604
8605 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8606
f6512a69
SM
86072015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8608
8609 * gdb.threads/names.exp: New file.
8610 * gdb.threads/names.c: New file.
8611 * README: Mention gdb,no_thread_names.
8612
46a3515b
MM
86132015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8614
8615 PR 19297
8616 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8617 support" error.
8618
62147a22
PA
86192015-11-24 Pedro Alves <palves@redhat.com>
8620
8621 PR 17539
8622 * gdb.base/display.exp: Expect displays to be sorted in ascending
8623 order. Use multi_line.
8624 * gdb.base/solib-display.exp: Likewise.
8625
2f341b6e
PA
86262015-11-24 Pedro Alves <palves@redhat.com>
8627
8628 PR 17539
25d49b86
PA
8629 * gdb.base/display.exp: Expect displays to be sorted in ascending
8630 order. Use multi_line.
8631 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8632
7e0aa6aa
PA
86332015-11-24 Pedro Alves <palves@redhat.com>
8634
8635 PR 17539
8636 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8637 threads in ascending order.
8638 * gdb.base/foll-fork.exp: Likewise.
8639 * gdb.base/foll-vfork.exp: Likewise.
8640 * gdb.base/multi-forks.exp: Likewise.
8641 * gdb.mi/mi-nonstop.exp: Likewise.
8642 * gdb.mi/mi-nsintrall.exp: Likewise.
8643 * gdb.multi/base.exp: Likewise.
8644 * gdb.multi/multi-arch.exp: Likewise.
8645 * gdb.python/py-inferior.exp: Likewise.
8646 * gdb.threads/break-while-running.exp: Likewise.
8647 * gdb.threads/execl.exp: Likewise.
8648 * gdb.threads/gcore-thread.exp: Likewise.
8649 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8650 * gdb.threads/kill.exp: Likewise.
8651 * gdb.threads/linux-dp.exp: Likewise.
8652 * gdb.threads/multiple-step-overs.exp: Likewise.
8653 * gdb.threads/next-bp-other-thread.exp: Likewise.
8654 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8655 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8656 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8657 * gdb.threads/thread-find.exp: Likewise.
8658 * gdb.threads/tls.exp: Likewise.
8659 * lib/mi-support.exp (mi_reverse_list): Delete.
8660 (mi_check_thread_states): No longer reverse list.
8661
2cc57ad8
PA
86622015-11-24 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8665 use lowercase.
8666
c93e8391
SM
86672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8668
8669 * gdb.trace/actions.c: Include trace-common.h.
8670 (main): Add a location for a fast tracepoint.
8671 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8672 the normal tracepoints.
8673 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8674
045ccf91
SM
86752015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8676
8677 * save-trace.exp: Factor out code to these...
8678 (gdb_save_tracepoints): New.
8679 (gdb_load_tracepoints): New.
8680 (do_save_load_test): New.
8681
5506f9f6
KB
86822015-11-23 Kevin Buettner <kevinb@redhat.com>
8683
8684 * gdb.base/asmlabel.exp: New test.
8685 * gdb.base/asmlabel.c: New test case.
8686
16c3b12f
JB
86872015-11-23 Joel Brobecker <brobecker@adacore.com>
8688
8689 * gdb.base/wrong_frame_bt_full-main.c: New file.
8690 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8691 * gdb.base/wrong_frame_bt_full.exp: New file.
8692
155bfbd3
JB
86932015-11-23 Joel Brobecker <brobecker@adacore.com>
8694
8695 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8696
bb097445
JM
86972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8698
206853a0 8699 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8700 pstate register when comparing registers values in
8701 sparc64-*-linux-gnu targets to avoid spurious differences.
8702
9c88ed8f
JM
87032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8704
206853a0 8705 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8706
96161e25
SL
87072015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8708
8709 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8710 as type argument to gdb_compile.
8711 * gdb.base/nested-subp2.exp: Likewise.
8712 * gdb.base/nested-subp3.exp: Likewise.
8713
340c2830
DV
87142015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8715
8716 * lib/dwarf.exp (_note): Fix left shift of negative value.
8717 * gdb.trace/trace-condition.exp: Likewise.
8718
c1862d0f
YQ
87192015-11-13 Yao Qi <yao.qi@linaro.org>
8720
8721 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8722 comments about d10v.
8723 (test_scalar_returns): Likewise.
8724 * gdb.base/d10v.ld: Remove.
8725 * gdb.base/overlays.exp: Remove the target triplet checking for
8726 d10v-*-*.
8727 * gdb.base/structs.exp (test_struct_returns): Remove the
8728 comments about d10v.
8729 (test_struct_calls): Likewise.
8730
77ae9c19
YQ
87312015-11-13 Yao Qi <yao.qi@linaro.org>
8732
8733 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8734 * gdb.base/gnu_vector.c: Don't include stdio.h.
8735 (main): Don't print res and call add_some_intvecs.
8736
430e004e
MK
87372015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8738
8739 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8740 macro.
8741 (func5): Removed.
8742 (func4): Use FAST_TRACEPOINT_LABEL.
8743 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8744 macro.
8745 (func): Removed.
8746 (thread_function): Use FAST_TRACEPOINT_LABEL.
8747 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8748 (func): Remove.
8749 (marker): Use FAST_TRACEPOINT_LABEL.
8750 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8751 (pendfunc1): Remove.
8752 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8753 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8754 (foo): Remove.
8755 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8756 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8757 macro.
8758 (func): Remove.
8759 (marker): Use FAST_TRACEPOINT_LABEL.
8760 * gdb.trace/trace-common.h: New header.
8761 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8762 macro.
8763 (func): Remove.
8764 (marker): Use FAST_TRACEPOINT_LABEL.
8765 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8766 (func): Remove.
8767 (thread_function): Use FAST_TRACEPOINT_LABEL.
8768
6e7675a7
MK
87692015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8770
8771 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8772 in front.
8773 * gdb.trace/change-loc.exp: Use global pcreg definition.
8774 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8775 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8776 in front.
8777 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8778 * gdb.trace/pending.exp: Likewise.
8779 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8780 * gdb.trace/trace-break.exp: Likewise.
8781 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8782 in front.
8783 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8784 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8785 in front.
8786 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8787
dddc0e16
JB
87882015-11-09 Joel Brobecker <brobecker@adacore.com>
8789
8790 * gdb.ada/fin_fun_out: New testcase.
8791
c6f0b406
KB
87922015-11-07 Kevin Buettner <kevinb@redhat.com>
8793
8794 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8795 value associated with DW_AT_byte_size.
8796 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8797 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8798 DW_AT_upper_bound.
8799
f01dcfd9
KB
88002015-11-07 Kevin Buettner <kevinb@redhat.com>
8801
8802 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8803 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8804 version.
8805 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8806 gdb.dwarf2/dw2-canonicalize-type.exp,
8807 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8808 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8809 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8810 provided by gdb_target_symbol_prefix_flags_asm.
8811 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8812 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8813 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8814 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8815 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8816 macros where needed). Use this macro for symbols which require
8817 the prefix provided by SYMBOL_PREFIX.
8818
2223449a
KB
88192015-11-05 Kevin Buettner <kevinb@redhat.com>
8820
8821 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8822 New procs.
8823 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8824 representing expressions, of more than one list element.
8825 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8826 to prepend linker symbol prefix to f.
8827 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8828 table_1 and table_2.
8829 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8830 Likewise, for f and g.
8831 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8832 for ptr.
8833 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8834 for main.
8835 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8836 table_1_ptr and table_2_ptr.
8837
6f2f1a3a
JK
88382015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8839 Joel Brobecker <brobecker@adacore.com>
8840
8841 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8842
566c56c9
MK
88432015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8844
8845 * gdb.reverse/s390-mvcle.c: New test.
8846 * gdb.reverse/s390-mvcle.exp: New file.
8847 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8848
d5f0636b
MK
88492015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8850
8851 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8852
7ad8b86c
MK
88532015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8854
8855 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8856 reaching marker2.
8857 * gdb.reverse/getresuid-reverse.exp: Likewise.
8858 * gdb.reverse/pipe-reverse.exp: Likewise.
8859 * gdb.reverse/readv-reverse.exp: Likewise.
8860 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8861 * gdb.reverse/time-reverse.exp: Likewise.
8862 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8863
4081c0f1
YQ
88642015-10-30 Yao Qi <yao.qi@linaro.org>
8865
8866 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8867 (empty_cycle): Remove.
8868 (main): Don't call empty_cycle. Don't use watch_count_done.
8869 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8870 empty_cycle. Rewrite the code counting HW watchpoints.
8871
452b4ba5
MK
88722015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8873
8874 * gdb.reverse/fstatat-reverse.c: New test.
8875 * gdb.reverse/fstatat-reverse.exp: New file.
8876 * gdb.reverse/getresuid-reverse.c: New test.
8877 * gdb.reverse/getresuid-reverse.exp: New file.
8878 * gdb.reverse/pipe-reverse.c: New test.
8879 * gdb.reverse/pipe-reverse.exp: New file.
8880 * gdb.reverse/readv-reverse.c: New test.
8881 * gdb.reverse/readv-reverse.exp: New file.
8882 * gdb.reverse/recvmsg-reverse.c: New test.
8883 * gdb.reverse/recvmsg-reverse.exp: New file.
8884 * gdb.reverse/time-reverse.c: New test.
8885 * gdb.reverse/time-reverse.exp: New file.
8886 * gdb.reverse/waitpid-reverse.c: New test.
8887 * gdb.reverse/waitpid-reverse.exp: New file.
8888
5e2e7507
JK
88892015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8890
8891 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8892
0fde2c53
DE
88932015-10-26 Doug Evans <dje@google.com>
8894
8895 PR symtab/17391
8896 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8897 * gdb.dwarf2/bad-regnum.c: New file.
8898 * gdb.dwarf2/bad-regnum.exp: New file.
8899
1a70ae97
DE
89002015-10-26 Doug Evans <dje@google.com>
8901
8902 PR python/18938
8903 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8904 file.
8905
27dc26ab
JK
89062015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8907
8908 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8909 for a change by "Mention language in compile error message".
8910
bed91f4d
SM
89112015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8912
8913 PR python/18073
8914 * gdb.python/py-type.c (C::a_method): New.
8915 (C::a_const_method): New.
8916 (C::a_static_method): New.
8917 (a_function): New.
8918 * gdb.python/py-type.exp (test_fields): Test getting fields
8919 from function and method.
8920
3f2f83dd
KB
89212015-10-21 Keven Boell <keven.boell@intel.com>
8922
8923 * gdb.fortran/vla-alloc-assoc.exp: New file.
8924 * gdb.fortran/vla-datatypes.exp: New file.
8925 * gdb.fortran/vla-datatypes.f90: New file.
8926 * gdb.fortran/vla-history.exp: New file.
8927 * gdb.fortran/vla-ptype-sub.exp: New file.
8928 * gdb.fortran/vla-ptype.exp: New file.
8929 * gdb.fortran/vla-sizeof.exp: New file.
8930 * gdb.fortran/vla-sub.f90: New file.
8931 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8932 * gdb.fortran/vla-value-sub-finish.exp: New file.
8933 * gdb.fortran/vla-value-sub.exp: New file.
8934 * gdb.fortran/vla-value.exp: New file.
8935 * gdb.fortran/vla-ptr-info.exp: New file.
8936 * gdb.mi/mi-vla-fortran.exp: New file.
8937 * gdb.mi/vla.f90: New file.
8938
27145d50
SL
89392015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8940
8941 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8942 of hardwired timeout value.
8943
5f3ff4f8
JK
89442015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8945 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8948 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8949
bfd09d20
JS
89502015-10-19 Josh Stone <jistone@redhat.com>
8951
8952 * gdb.base/catch-syscall.c: Include <sched.h>.
8953 (unknown_syscall): New variable.
8954 (main): Trigger a vfork and an unknown syscall.
8955 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8956 (unknown_syscall_number): Likewise.
8957 (check_call_to_syscall): Accept an optional syscall pattern.
8958 (check_return_from_syscall): Likewise.
8959 (check_continue): Likewise.
8960 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8961 (test_catch_syscall_skipping_return): New test toggling off 'catch
8962 syscall' to step over the syscall return, then toggling back on.
8963 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8964 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8965 (do_syscall_tests): Call test_catch_syscall_without_args and
8966 test_catch_syscall_mid_vfork.
8967 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8968 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8969
b32b93c6
AS
89702015-10-19 Andrew Stubbs <ams@codesourcery.com>
8971
8972 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8973 print g_vE): Add new pass patterns.
8974 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8975 print various symbol names for vptr fields.
8976
9d622bda
AB
89772015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8978
8979 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8980 results.
8981
0fd8ac1c
YQ
89822015-10-12 Yao Qi <yao.qi@linaro.org>
8983
8984 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8985
34240514
YQ
89862015-10-12 Yao Qi <yao.qi@linaro.org>
8987
8988 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8989 is aarch64*-*-linux*.
8990
8240f442
YQ
89912015-10-12 Yao Qi <yao.qi@linaro.org>
8992
8993 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8994 (can_relocate_bcond_true): ... it.
8995 (can_relocate_bcond_false): New function.
8996 (foo): Likewise.
8997 (can_relocate_bl): Likewise.
8998 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8999 can_relocate_bl.
9000
2520f728
PMR
90012015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9002
9003 * gdb.base/nested-addr.c: New file.
9004 * gdb.base/nested-addr.exp: New testcase.
9005
abcef95a
MM
90062015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9007
9008 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9009 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9010 its output. Ignore the output of "record goto begin" and instead
9011 check that GDB is replaying.
9012
145e3ddb
PA
90132015-10-09 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9016 (top level): Use it in the run with no args test.
9017
d5d8c4e1
IB
90182015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9019
9020 * gdb.dlang/properties.exp: New file.
9021
06e635ef
SL
90222015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9023
9024 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9025 whether or not address 0x1000 is mapped on the target.
9026
e019fd1d
SM
90272015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9028
9029 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9030 build.
9031
77ba2a67
MM
90322015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9033
9034 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9035 instruction-history test.
9036
c60eb31f
DE
90372015-09-28 Doug Evans <dje@google.com>
9038
9039 * gdb.base/gcore.c (array_func): Add reference to static_array.
9040
9a3c8263
SM
90412015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9042
9043 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9044 source line.
9045
9720e656
SL
90462015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9047
9048 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9049 short or char as base type.
9050
938d3bf2
SL
90512015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9052
9053 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9054 to allow any size enum.
9055
e6c2c623
PMR
90562015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9057
9058 * gdb.ada/array_ptr_renaming.exp: New testcase.
9059 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9060 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9061
06da0f77
PL
90622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9063
9064 * gdb.trace/ftrace-lock.c: New file.
9065 * gdb.trace/ftrace-lock.exp: New file.
9066
4f51c22a
PL
90672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9068
9069 * gdb.arch/insn-reloc.c: New file.
9070 * gdb.arch/ftrace-insn-reloc.exp: New file.
9071
7041adf4
PL
90722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9073
9074 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9075 instruction.
9076 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9077 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9078 * gdb.trace/range-stepping.c: Likewise.
9079 * gdb.trace/trace-break.c: Likewise.
9080 * gdb.trace/trace-mt.c (thread_function): Likewise.
9081 * gdb.trace/ftrace.c (marker): Likewise.
9082 * gdb.trace/trace-condition.c (marker): Likewise.
9083 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9084 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9085 is_aarch64_target.
9086
015d2e7e
DE
90872015-09-18 Doug Evans <xdje42@gmail.com>
9088
9089 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9090 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9091
26b188a2
SL
90922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9093
9094 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9095 the breakpoint.
9096
79dc332b
SL
90972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9098
9099 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9100 the pending breakpoint. Remove timeout override for "Run till
9101 MI pending breakpoint on pendfunc3 on thread 2" test.
9102
f57929f2
SL
91032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9104
9105 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9106 filename pattern.
9107
3f469b17
SL
91082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9109
9110 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9111 in breakpoint filename pattern.
9112
515b89b3
SL
91132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9114
7800dbe4
SL
9115 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9116
91172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9118
515b89b3
SL
9119 * gdb.linespec/explicit.exp: Check for readline support for
9120 tab-completion tests. Fix obvious typo.
9121
d2939ba2
MM
91222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9123
9124 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9125 and replay.
9126
cbb55fa7
MM
91272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9128
9129 * gdb.btrace/non-stop.c: New.
9130 * gdb.btrace/non-stop.exp: New.
9131
43691ca1
PL
91322015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9133 Yao Qi <yao.qi@linaro.org>
9134
9135 * gdb.trace/trace-condition.c: New file.
9136 * gdb.trace/trace-condition.exp: New file.
9137
d78908cf
WW
91382015-09-16 Wei-cheng Wang <cole945@gmail.com>
9139
9140 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9141 for testing bytecode compilation.
9142
1ed415e2
PA
91432015-09-16 Pedro Alves <palves@redhat.com>
9144 Sandra Loosemore <sandra@codesourcery.com>
9145
9146 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9147 (SECONDS): Redefine.
9148 (main): Call pthread_kill and alarm early.
9149 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9150 support.
9151 (test): If the target can't hardware step and doesn't support
9152 displaced stepping, increase the timeout.
9153
d136eff5
PA
91542015-09-16 Pedro Alves <palves@redhat.com>
9155
9156 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9157 (enable_debug): New procedures.
9158 (test): Use them. Bail out if waiting for threads fails.
9159 (top level): Bail out if a test fails.
9160
991f019c
YQ
91612015-09-16 Yao Qi <yao.qi@linaro.org>
9162
9163 * gdb.asm/asm-source.exp: Set asm-arch for
9164 aarch64*-*-* target.
9165 * gdb.asm/aarch64.inc: New file.
9166
bfca584f
PMR
91672015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9168
9169 * gdb.ada/array_of_variable_length.exp: New testcase.
9170 * gdb.ada/array_of_variable_length/foo.adb: New file.
9171 * gdb.ada/array_of_variable_length/pck.adb: New file.
9172 * gdb.ada/array_of_variable_length/pck.ads: New file.
9173
b326e587
DE
91742015-09-15 Doug Evans <dje@google.com>
9175
9176 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9177 of function static local variable.
9178
5382cfab
PW
91792015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9180
9181 * gdb.threads/tls-so_extern.exp: New test file.
9182 * gdb.threads/tls-so_extern.c: New test file.
9183 * gdb.threads/tls-so_extern_main.c: New test file.
9184
141c5cc4
JK
91852015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9186
9187 * gdb.opt/solib-intra-step-lib.c: New file.
9188 * gdb.opt/solib-intra-step-main.c: New file.
9189 * gdb.opt/solib-intra-step.exp: New file.
9190
d15dcecd
PA
91912015-09-15 Pedro Alves <palves@redhat.com>
9192
9193 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9194 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9195
4c2f2a79
PA
91962015-09-14 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/hook-stop-continue.c: Delete.
9199 * gdb.base/hook-stop-continue.exp: Delete.
9200 * gdb.base/hook-stop-frame.c: Delete.
9201 * gdb.base/hook-stop-frame.exp: Delete.
9202 * gdb.base/hook-stop.c: New file.
9203 * gdb.base/hook-stop.exp: New file.
9204
919e6dbe
PMR
92052015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9206
9207 * gdb.ada/access_to_packed_array.exp: New testcase.
9208 * gdb.ada/access_to_packed_array/foo.adb: New file.
9209 * gdb.ada/access_to_packed_array/pack.adb: New file.
9210 * gdb.ada/access_to_packed_array/pack.ads: New file.
9211
157280a4
MM
92122015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9213
9214 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9215 buffer size test.
9216
2fd33e94
DB
92172015-09-11 Don Breazeal <donb@codesourcery.com>
9218
9219 * gdb.base/foll-exec.c: Add copyright header. Fix
9220 formatting issues.
9221 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9222 (do_exec_tests): Use clean_restart in place of zap_session,
9223 and for test initialization. Fix formatting issues. Use
9224 fail in place of perror.
9225 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9226 an expect statement to match an expression with output from
9227 the program under debug.
9228 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9229 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9230 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9231 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9232 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9233
e70b6e8e
DE
92342015-09-09 Doug Evans <dje@google.com>
9235
9236 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9237
7a551a51
DE
92382015-09-09 Doug Evans <dje@google.com>
9239
9240 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9241
4c666f84
DE
92422015-09-09 Doug Evans <dje@google.com>
9243
9244 * gdb.base/savedregs.exp: Fix typo.
9245
243a9253
PA
92462015-09-09 Pedro Alves <palves@redhat.com>
9247
9248 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9249
c0fa8fbd
SL
92502015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9251
9252 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9253 command actually switches threads. Give up on remaining
9254 tests if target fails to stop at breakpoint.
9255
cd7c1778
PMR
92562015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9257
9258 * gdb.ada/funcall_char.exp: New testcase.
9259 * gdb.ada/funcall_char/foo.adb: New file.
9260
dc5c8746
PMR
92612015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9262
9263 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9264 expected outputs. Add two testcases for completing ambiguous
9265 functions.
9266 * gdb.ada/complete/aux_pck.adb: New file.
9267 * gdb.ada/complete/aux_pck.ads: New file.
9268 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9269 Ambiguous_Func functions.
9270 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9271 * gdb.ada/complete/pck.adb: Likewise.
9272
4e83a1e7
UW
92732015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9274
9275 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9276 failures to run the test program under GDB.
9277
8ce74153
LM
92782015-08-26 Luis Machado <lgustavo@codesourcery.com>
9279
9280 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9281 to C.
9282
e9756d52
PP
92832015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9284
9285 * gdb.base/run-after-attach.exp: New test file.
9286 * gdb.base/run-after-attach.c: New test file.
9287
8d37573b
DB
92882015-08-26 Don Breazeal <donb@codesourcery.com>
9289
9290 * gdb.base/foll-exec-2.c: New test program.
9291 * gdb.base/foll-exec-2.exp: New test.
9292
63e43d3a
PMR
92932015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9294
9295 * gdb.base/nested-subp1.exp: New file.
9296 * gdb.base/nested-subp1.c: New file.
9297 * gdb.base/nested-subp2.exp: New file.
9298 * gdb.base/nested-subp2.c: New file.
9299 * gdb.base/nested-subp3.exp: New file.
9300 * gdb.base/nested-subp3.c: New file.
9301
3d40fbb5
PA
93022015-08-24 Pedro Alves <palves@redhat.com>
9303
9304 * gdb.server/connect-without-multi-process.c: New file.
9305 * gdb.server/connect-without-multi-process.exp: New file.
9306
4422ac93
LM
93072015-08-24 Luis Machado <lgustavo@codesourcery.com>
9308
9309 * gdb.opt/inline-markers.c: Make z int.
9310
91dddb86
LM
93112015-08-24 Luis Machado <lgustavo@codesourcery.com>
9312
9313 * gdb.opt/inline-markers.c: Make z volatile.
9314
a48847ee
LM
93152015-08-24 Luis Machado <lgustavo@codesourcery.com>
9316
9317 * gdb.opt/inline-bt.c: New volatile global z.
9318 * gdb.opt/inline-cmds.c: Likewise.
9319 * gdb.opt/inline-locals.c: Likewise.
9320 * gdb.opt/inline-markers.c: New extern global z.
9321 (marker): Use z.
9322 (inline_fn): Likewise.
9323
0ebbc52b
PA
93242015-08-24 Pedro Alves <palves@redhat.com>
9325
9326 * config/m32r-stub.exp: Remove file.
9327 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9328 * gdb.base/call-rt-st.exp: Likewise.
9329 * gdb.base/call-strs.exp: Likewise.
9330 * gdb.base/default.exp: Remove references to h8300-*-hms and
9331 *-*-udi*.
9332 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9333
77c365df
AA
93342015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9335
9336 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9337 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9338 and "return" use KFAIL when GDB can not read/write the vector
9339 return value.
9340
4313b8c0
GB
93412015-08-21 Gary Benson <gbenson@redhat.com>
9342
9343 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9344
0e433b32
PA
93452015-08-20 Pedro Alves <palves@redhat.com>
9346
9347 * gdb.server/solib-list.exp: No longer expect an interior stop in
9348 non-stop mode.
9349
221e1a37
PA
93502015-08-20 Pedro Alves <palves@redhat.com>
9351
9352 * gdb.server/connect-stopped-target.c: New file.
9353 * gdb.server/connect-stopped-target.exp: New file.
9354
40e3ad0e
PA
93552015-08-20 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.dwarf2/comp-unit-lang.exp: New file.
9358 * gdb.dwarf2/comp-unit-lang.c: New file.
9359
af39b327
PMR
93602015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9361
9362 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9363 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9364
7d45c7c3 93652015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9366
7d45c7c3
KB
9367 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9368 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9369
4d6cceb4
DE
93702015-08-18 Doug Evans <dje@google.com>
9371 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9372
9373 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9374 skip_python_tests. New arg prompt_regexp.
9375 (skip_python_tests): New function.
9376 * lib/mi-support.exp (mi_skip_python_tests): New function.
9377 * gdb.python/py-mi-objfile-gdb.py: New file.
9378 * gdb.python/py-mi-objfile.c: New file.
9379 * gdb.python/py-mi-objfile.exp: New file.
9380
ad89c2aa
KS
93812015-08-17 Keith Seitz <keiths@redhat.com>
9382
9383 * gdb.linespec/explicit.exp: Move strace test from here ...
9384 * gdb.trace/strace.exp: ... to here.
9385
e3ae3c43
PP
93862015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9387
9388 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9389 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9390
604b2636
DE
93912015-08-14 Doug Evans <xdje42@gmail.com>
9392
9393 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9394 inferior before selecting a new file.
9395
6ff0ba5f
DE
93962015-08-14 Doug Evans <xdje42@gmail.com>
9397
9398 * gdb.mi/mi-disassemble.exp: Update.
9399 * gdb.base/disasm-optim.S: New file.
9400 * gdb.base/disasm-optim.c: New file.
9401 * gdb.base/disasm-optim.h: New file.
9402 * gdb.base/disasm-optim.exp: New file.
9403
9ca98f92
KS
94042015-08-14 Keith Seitz <keiths@redhat.com>
9405
9406 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9407 "evaluated-by".
9408
52bbc560
JB
94092015-08-13 Joel Brobecker <brobecker@adacore.com>
9410
9411 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9412
5d8c3ed3
PMR
94132015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9414
9415 * gdb.ada/fun_renaming.exp: New testcase.
9416 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9417 * gdb.ada/fun_renaming/pack.adb: New file.
9418 * gdb.ada/fun_renaming/pack.ads: New file.
9419
ea8812bc
KS
94202015-08-12 Keith Seitz <keiths@redhat.com>
9421
9422 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9423 gdb_get_line_number.
9424
4dafcdeb
JB
94252015-08-12 Joel Brobecker <brobecker@adacore.com>
9426
9427 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9428 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9429 gdb.base/dso2dso.exp: New files.
9430
5ba32597
SDJ
94312015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9432 Pedro Alves <palves@redhat.com>
9433 Keith Seitz <keiths@redhat.com>
9434
9435 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9436 GDBFLAGS.
9437
b6dafabf
PP
94382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9439
9440 * gdb.base/gdbhistsize-history.exp
9441 (test_histsize_history_setting): Use save_vars.
9442 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9443 Use save_vars.
9444 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9445 * gdb.base/readline.exp: Use save_vars.
9446
abe8e607
PP
94472015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9448
9449 * lib/gdb.exp (save_vars): New proc.
9450
629500fa
KS
94512015-08-11 Keith Seitz <keiths@redhat.com>
9452
9453 * gdb.base/help.exp: Update help_breakpoint_text.
9454
eb8c4e2e
KS
94552015-08-11 Keith Seitz <keiths@redhat.com>
9456
9457 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9458 (at toplevel): Call test_explicit_breakpoints.
9459 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9460 breakpoints.
9461 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9462 breakpoint conditions, "-cond".
9463
87f0e720
KS
94642015-08-11 Keith Seitz <keiths@redhat.com>
9465
9466 * gdb.linespec/3explicit.c: New file.
9467 * gdb.linespec/cpexplicit.cc: New file.
9468 * gdb.linespec/cpexplicit.exp: New file.
9469 * gdb.linespec/explicit.c: New file.
9470 * gdb.linespec/explicit.exp: New file.
9471 * gdb.linespec/explicit2.c: New file.
9472 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9473 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9474 before using in the matching pattern.
9475 Clarify that `prefix' is a regular expression.
9476
f00aae0f
KS
94772015-08-11 Keith Seitz <keiths@redhat.com>
9478
9479 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9480 test.
9481 Add tests for missing ",FMT" and ",".
9482
e27852be
DE
94832015-08-10 Doug Evans <dje@google.com>
9484 Keith Seitz <keiths@redhat.com>
9485
9486 PR gdb/17960
9487 * gdb.base/completion.exp: Add location completer tests.
9488
7f03bd92
PA
94892015-08-07 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9492 tests here.
9493 (top level): Run do_test with and without displaced stepping.
9494
3fc8eb30
PA
94952015-08-07 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.base/valgrind-disp-step.c: New file.
9498 * gdb.base/valgrind-disp-step.exp: New file.
9499
d4569d7b
PA
95002015-08-07 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9503 Delete function.
9504 (main): Add alarm. Run an infinite loop instead of calling
9505 wait_threads.
9506 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9507 comment.
9508 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9509 Delete function.
9510 (main): Add alarm. Run an infinite loop instead of calling
9511 wait_threads.
9512 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9513 comment.
9514
e1316e60
PA
95152015-08-07 Pedro Alves <palves@redhat.com>
9516
9517 * gdb.base/checkpoint-ns.exp: New file.
9518 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9519 standard_testfile.
9520
da8c46d2
MM
95212015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9522
9523 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9524 * gdb.btrace/instruction_history.exp: Update.
9525 * gdb.btrace/tsx.exp: New.
9526 * gdb.btrace/tsx.c: New.
9527
de1c2c52
PA
95282015-08-06 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9531 increase timeout.
9532 * gdb.reverse/until-precsave.exp: Bump timeouts.
9533
782e0bf4
PA
95342015-08-06 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9537
83e97ed0
PA
95382015-08-06 Pedro Alves <palves@redhat.com>
9539
9540 PR gdb/18749
9541 * gdb.threads/process-dies-while-handling-bp.c: New file.
9542 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9543
863d01bd
PA
95442015-08-06 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9547 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9548
0a39bb32
PA
95492015-08-05 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9552 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9553
ee2d2b10
SL
95542015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9555
9556 * gdb.base/bp-permanent.exp: Report test as unsupported if
9557 the target cannot stop at the permanent breakpoint.
9558
4e1bdb00
DE
95592015-08-03 Doug Evans <dje@google.com>
9560
9561 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9562 10000.
9563
3d338901
DE
95642015-08-03 Doug Evans <dje@google.com>
9565
9566 * Makefile.in (workers/%.worker, build-perf): New rule.
9567 (GDB_PERFTEST_MODE): New variable.
9568 (check-perf): Use it.
9569 (clean): Clean up gdb.perf parallel build subdirs.
9570 * lib/build-piece.exp: New file.
9571 * lib/gdb.exp (make_gdb_parallel_path): New function
9572 (standard_output_file, standard_temp_file): Call it.
9573 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9574 of $GDB_PARALLEL.
9575 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9576
af061d3e
DE
95772015-08-03 Doug Evans <dje@google.com>
9578
8e1afc81 9579 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9580 (LOG_FILE_NAME): New global.
9581 (TextReporter.__init__): Initialize self.txt_sum.
9582 (TextReporter.report): Add support for multiple data-points.
9583 Move report to perftest.sum, put raw data in perftest.log.
9584 (TextReporter.start): Open sum and log files.
9585 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9586 * gdb.perf/lib/perftest/testresult.py
9587 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9588
2c8c5d37
PA
95892015-07-31 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9592 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9593 kill_wait_spawned_process instead of explicit "kill -9".
9594 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9595 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9596 kill_wait_spawned_process.
9597 * gdb.base/attach-twice.exp: Likewise.
9598 * gdb.base/attach.exp: Likewise.
9599 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9600 gdb_test_multiple.
9601 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9602 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9603 kill_wait_spawned_process.
9604 * gdb.base/valgrind-infcall.exp: Likewise.
9605 * gdb.multi/multi-attach.exp: Likewise.
9606 * gdb.python/py-prompt.exp: Likewise.
9607 * gdb.python/py-sync-interp.exp: Likewise.
9608 * gdb.server/ext-attach.exp: Likewise.
9609 * gdb.threads/attach-into-signal.exp (corefunc): Use
9610 spawn_wait_for_attach, spawn_id_get_pid and
9611 kill_wait_spawned_process.
9612 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9613 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9614 spawn_id_get_pid and kill_wait_spawned_process.
9615 * gdb.threads/attach-stopped.exp (corefunc): Use
9616 spawn_wait_for_attach, spawn_id_get_pid and
9617 kill_wait_spawned_process.
9618 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9619 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9620 kill_wait_spawned_process instead of explicit "kill -9".
9621 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9622 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9623 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9624 processes. Don't map cygwin/windows pids here. Now returns a
9625 spawn id list.
9626
032a0fca
SL
96272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9628
9629 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9630 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9631 correct patch.
9632
61a934ca
SL
96332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9634
9635 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9636
4bc4d428
SL
96372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9638
9639 Reapply:
9640 2014-05-21 Mark Wielaard <mjw@redhat.com>
9641
9642 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9643
998d452a
PA
96442015-07-30 Pedro Alves <palves@redhat.com>
9645
9646 * linux-low.c (handle_extended_wait): Set the child's last
9647 reported status to TARGET_WAITKIND_STOPPED.
9648
69dde7dc
PA
96492015-07-30 Pedro Alves <palves@redhat.com>
9650
9651 PR threads/18600
9652 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9653 only shows inferior 1.
9654
4dd63d48
PA
96552015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9656 Pedro Alves <palves@redhat.com>
9657
9658 PR threads/18600
9659 * gdb.threads/fork-plus-threads.c: New file.
9660 * gdb.threads/fork-plus-threads.exp: New file.
9661
d618e4c5
PP
96622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9663
9664 * gdb.base/batch-preserve-term-settings.exp
9665 (test_terminal_settings_preserved_after_cli_exit): Use
9666 send_quit_command.
9667
1eef6428
PA
96682015-07-29 Pedro Alves <palves@redhat.com>
9669 Don Breazeal <donb@codesourcery.com>
9670
9671 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9672 output from both inferior_spawn_id and gdb_spawn_id.
9673
7da5b897
SDJ
96742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9675
9676 * gdb.threads/attach-into-signal.exp (corefunc): Use
9677 with_test_prefix on nested loops, uniquefying the test messages.
9678
dac804df
SDJ
96792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9680
9681 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9682 commit.
9683
06265e53
PP
96842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9685
9686 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9687 New proc.
9688 (test_terminal_settings_preserved_after_sigterm): New test.
9689
18206ca3
PP
96902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9691
9692 * gdb.base/batch-preserve-term-settings.exp
9693 (test_terminal_settings_preserved_after_cli_exit): New test.
9694
90074d11
PP
96952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9696
9697 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9698 manipulation of saved_gdbflags.
9699 (test_terminal_settings_preserved): Remove global declaration of
9700 the unused variable pagination_prompt. Remove manipulation of
9701 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9702 GDBFLAGS.
9703
eb1a7902
PA
97042015-07-29 Pedro Alves <palves@redhat.com>
9705
9706 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9707
8b75dd3b
PA
97082015-07-29 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9711 at the top.
9712
dedad4e3
PA
97132015-07-29 Pedro Alves <palves@redhat.com>
9714
9715 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9716 (main): Call gdb_unbuffer_output.
9717 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9718 (main): Call gdb_unbuffer_output.
9719 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9720 (main): Call gdb_unbuffer_output.
9721 * gdb.base/call-strs.exp: Adjust to step over the
9722 gdb_unbuffer_output call.
9723 * gdb.base/catch-gdb-caused-signals.c: Include
9724 "../lib/unbuffer_output.c".
9725 (main): Call gdb_unbuffer_output.
9726 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9727 (main): Call gdb_unbuffer_output.
9728 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9729 (main): Call gdb_unbuffer_output.
9730 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9731 (main): Call gdb_unbuffer_output.
9732 * gdb.base/shlib-call.exp: Adjust to step over the
9733 gdb_unbuffer_output call.
9734 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9735 (main): Call gdb_unbuffer_output.
9736 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9737 (main): Call gdb_unbuffer_output.
9738 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9739 (main): Rename to ...
9740 (test): ... this.
9741 (main): Reimplement.
9742 * gdb.base/varargs.exp: Run to test instead of to main.
9743 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9744 (main): Call gdb_unbuffer_output.
9745
58789a91
PA
97462015-07-29 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9749 factore out from mi_continue_dprintf. For call-style dprintfs,
9750 expect dprintf output out of $inferior_spawn_id.
9751 (mi_continue_dprintf): Use mi_expect_dprintf.
9752 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9753 (main): Call gdb_unbuffer_output.
9754
e8376742
PA
97552015-07-29 Pedro Alves <palves@redhat.com>
9756
9757 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9758 (default_mi_gdb_start): Set inferior_spawn_id instead of
9759 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9760 gdb_spawn_id.
9761 (mi_gdb_test): Always expect inferior output from both
9762 $inferior_spawn_id and $gdb_spawn_id.
9763
08280010
PA
97642015-07-29 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9767 send_inferior and $inferior_spawn_id.
9768
4d30e432
PA
97692015-07-29 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.gdb/complaints.exp (test_initial_complaints)
9772 (test_serial_complaints, test_short_complaints): Use
9773 gdb_test_stdio.
9774 (test_empty_complaint): Handle $inferior_spawn_id !=
9775 $gdb_spawn_id.
9776
0d30a335
PA
97772015-07-29 Pedro Alves <palves@redhat.com>
9778
9779 * gdb.base/varargs.exp: Use gdb_test_stdio.
9780
39413b29
PA
97812015-07-29 Pedro Alves <palves@redhat.com>
9782
9783 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9784
7cb000a9
PA
97852015-07-29 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9788
d7b8ac82
PA
97892015-07-29 Pedro Alves <palves@redhat.com>
9790
9791 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9792 parameter into two new parameters, "inf_result" and "gdb_result".
9793 Expect inferior output and gdb output from $inferior_spawn_id and
9794 $gdb_spawn_id, respectively. Adjust all callers.
9795
789c3a0c
PA
97962015-07-29 Pedro Alves <palves@redhat.com>
9797
9798 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9799 of gdb_test_sequence.
9800
77e760c3
PA
98012015-07-29 Pedro Alves <palves@redhat.com>
9802
9803 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9804 (saw_spurious_output): Expect inferior output from
9805 $inferior_spawn_id. Use gdb_test_stdio.
9806
8396d2cd
PA
98072015-07-29 Pedro Alves <palves@redhat.com>
9808
9809 * gdb.base/dprintf.exp: Use standard_testfile. Change
9810 prepare_for_testing call.
9811 (srcfile): Don't set.
9812 (restart): New procedure.
9813 (test_dprintf): New procecure, use to continue over dprintfs.
9814 (test_call, test_agent): New procedures, tests moved here.
9815 Restart gdb and recreate dprintfs. Adjust expected output.
9816
2051d61f
PA
98172015-07-29 Pedro Alves <palves@redhat.com>
9818
9819 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9820
452397af
PA
98212015-07-29 Pedro Alves <palves@redhat.com>
9822
9823 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9824
8aed9555
PA
98252015-07-29 Pedro Alves <palves@redhat.com>
9826
9827 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9828 gdb_test_stdio.
9829
188a61b4
PA
98302015-07-29 Pedro Alves <palves@redhat.com>
9831
9832 * lib/gdb.exp (gdb_test_stdio): New procedure.
9833
12264a45
PA
98342015-07-29 Pedro Alves <palves@redhat.com>
9835
9836 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9837
23ffc893
PA
98382015-07-29 Pedro Alves <palves@redhat.com>
9839
9840 * gdb.base/call-signal-resume.exp: Remove check for
9841 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9842 * gdb.base/unwindonsignal.exp: Likewise.
9843 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9844 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9845
65566918
PA
98462015-07-29 Pedro Alves <palves@redhat.com>
9847
9848 * gdb.base/siginfo-addr.c (pass): New function.
9849 (handler): Call it iff si_addr is correct.
9850 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9851 Set a breakpoint at "pass" and continue to it.
9852
d60a9221
SDJ
98532015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9854
9855 * gdb.python/py-objfile.exp: Make some tests have unique names.
9856 * gdb.python/py-pp-registration.exp: Likewise.
9857
bde40b8f
PA
98582015-07-28 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9861
13e1dec8
SM
98622015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9863
9864 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9865
da33c9a7
SM
98662015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9867
9868 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9869
077836f7
PP
98702015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9871
9872 * gdb.base/gdb-sigterm-2.exp: New test.
9873
b8cc7b2e
DE
98742015-07-25 Doug Evans <xdje42@gmail.com>
9875
9876 Revert:
9877 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9878 (workers/%.worker, build-perf): New rule.
9879 (GDB_PERFTEST_MODE): New variable.
9880 (check-perf): Use it.
9881 (clean): Clean up gdb.perf parallel build subdirs.
9882 * lib/build-piece.exp: New file.
9883 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9884 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9885 name.
9886 (standard_temp_file): Ditto.
9887 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9888 of $GDB_PARALLEL.
9889
c8bd4544
DE
98902015-07-24 Doug Evans <dje@google.com>
9891
9892 * gdb.perf/lib/perftest/utils.py: New file.
9893 * gdb.perf/gm-hello.cc: New file.
9894 * gdb.perf/gm-pervasive-typedef.cc: New file.
9895 * gdb.perf/gm-pervasive-typedef.h: New file.
9896 * gdb.perf/gm-std.cc: New file.
9897 * gdb.perf/gm-std.h: New file.
9898 * gdb.perf/gm-use-cerr.cc: New file.
9899 * gdb.perf/gm-utils.h: New file.
9900 * gdb.perf/gmonster-null-lookup.py: New file.
9901 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9902 * gdb.perf/gmonster-print-cerr.py: New file.
9903 * gdb.perf/gmonster-ptype-string.py: New file.
9904 * gdb.perf/gmonster-runto-main.py: New file.
9905 * gdb.perf/gmonster-select-file.py: New file.
9906 * gdb.perf/gmonster1-null-lookup.exp: New file.
9907 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9908 * gdb.perf/gmonster1-print-cerr.exp: New file.
9909 * gdb.perf/gmonster1-ptype-string.exp: New file.
9910 * gdb.perf/gmonster1-runto-main.exp: New file.
9911 * gdb.perf/gmonster1-select-file.exp: New file.
9912 * gdb.perf/gmonster1.cc: New file.
9913 * gdb.perf/gmonster1.exp: New file.
9914 * gdb.perf/gmonster2-null-lookup.exp: New file.
9915 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9916 * gdb.perf/gmonster2-print-cerr.exp: New file.
9917 * gdb.perf/gmonster2-ptype-string.exp: New file.
9918 * gdb.perf/gmonster2-runto-main.exp: New file.
9919 * gdb.perf/gmonster2-select-file.exp: New file.
9920 * gdb.perf/gmonster2.cc: New file.
9921 * gdb.perf/gmonster2.exp: New file.
9922
6eab34f3
DE
99232015-07-24 Doug Evans <dje@google.com>
9924
9925 * gdb.perf/README: New file.
9926 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9927 * lib/gen-perf-test.exp: New file.
9928
63738bfd
DE
99292015-07-24 Doug Evans <dje@google.com>
9930
9931 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9932 (PerfTest::startup): New function.
9933 (PerfTest::run): Return result of calling body.
9934 (PerfTest::assemble): Rewrite.
9935 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9936 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9937 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9938 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9939 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9940
7b606f95
DE
99412015-07-24 Doug Evans <dje@google.com>
9942
9943 * lib/gdb.exp (clean_restart): Make executable optional.
9944
a97b16b8
DE
99452015-07-24 Doug Evans <dje@google.com>
9946
9947 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9948 compiler_info references.
9949 * gdb.cp/temargs.exp: Ditto.
9950 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9951 (get_compiler_info): Early exit if already computed. Set compiler_info
9952 to "unknown" if there was a problem.
9953 (test_compiler_info): Add function comment. Call get_compiler_info.
9954
35baa57f
DE
99552015-07-24 Doug Evans <dje@google.com>
9956
9957 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9958 (workers/%.worker, build-perf): New rule.
9959 (GDB_PERFTEST_MODE): New variable.
9960 (check-perf): Use it.
9961 (clean): Clean up gdb.perf parallel build subdirs.
9962 * lib/build-piece.exp: New file.
9963 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9964 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9965 name.
9966 (standard_temp_file): Ditto.
9967 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9968 of $GDB_PARALLEL.
9969
6ebea266
DE
99702015-07-24 Doug Evans <dje@google.com>
9971
9972 * lib/future.exp (gdb_default_target_compile): New option
9973 "early_flags".
9974 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9975 --as-needed.
9976
1e76a7e9
SDJ
99772015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9978
9979 * gdb.base/catch-syscall.exp: Call gdb_exit before
9980 gdb_skip_xml_test.
9981
5068630a
PA
99822015-07-24 Pedro Alves <palves@redhat.com>
9983
9984 * gdb.python/py-events.exp: Accept output between the stop event
9985 and the prompt.
9986 * gdb.python/py-evsignal.exp: Likewise.
9987 * gdb.python/py-evthreads.exp: Likewise.
9988
77598427
PA
99892015-07-24 Pedro Alves <palves@redhat.com>
9990
9991 PR gdb/18717
9992 * gdb.threads/non-ldr-exit.c: New file.
9993 * gdb.threads/non-ldr-exit.exp: New file.
9994
11e6c98f
YQ
99952015-07-24 Yao Qi <yao.qi@linaro.org>
9996
9997 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9998 restarting process.
9999
51aee833
YQ
100002015-07-24 Yao Qi <yao.qi@linaro.org>
10001
10002 * gdb.server/ext-restart.exp: New file.
10003
8cfe207c
YQ
100042015-07-24 Yao Qi <yao.qi@linaro.org>
10005
10006 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10007 argument options.
10008 * gdb.server/ext-wrapper.exp: New file.
10009
cc12ce38
DE
100102015-07-23 Doug Evans <dje@google.com>
10011
10012 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10013 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10014
d0d84780
PMR
100152015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10016
10017 * gdb.ada/var_arr_typedef.exp: New testcase.
10018 * gdb.ada/var_arr_typedef/pack.adb: New file.
10019 * gdb.ada/var_arr_typedef/pack.ads: New file.
10020 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10021
8b558f79
JB
100222015-07-20 Joel Brobecker <brobecker@adacore.com>
10023
10024 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10025
775a3298
JK
100262015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10027
10028 * gdb.arch/i386-biarch-core.exp: Replace istarget
10029 by "complete set gnutarget". Remove expectation for the "core-file"
10030 command.
10031
db1ff28b
JK
100322015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10033
10034 Revert the previous commit:
10035 Tests for validate symbol file using build-id.
10036
0a94970d
JK
100372015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10038
10039 Tests for validate symbol file using build-id.
10040 * gdb.base/solib-mismatch-lib.c: New file.
10041 * gdb.base/solib-mismatch-libmod.c: New file.
10042 * gdb.base/solib-mismatch.c: New file.
10043 * gdb.base/solib-mismatch.exp: New file.
10044
03346981
SL
100452015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10046
10047 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10048 nios2-*-linux*.
10049 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10050 * gdb.base/siginfo.exp: Likewise.
10051 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10052
42422cc7
PL
100532015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10054
10055 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10056 Move it to ...
10057 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10058 ... here.
10059 * gdb.trace/range-stepping.exp: Check that the target supports
10060 range stepping.
10061
cfa68bae
JK
100622015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10063
10064 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10065
8ffdba26
PA
100662015-07-14 Pedro Alves <palves@redhat.com>
10067
10068 * gdb.base/killed-outside.exp: New file.
10069 * gdb.base/killed-outside.c: New file.
10070
218a5a11
JK
100712015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10072
10073 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10074 (n at main): New.
10075 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10076
e03ed3c6
AA
100772015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10078
10079 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10080 infcall tests instead of setting up for KFAIL.
10081
485668e5
MM
100822015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10083
10084 * gdb.btrace/record_goto-step.exp: New.
10085
08464196
JK
100862015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10087
10088 PR compile/18484
10089 * gdb.compile/compile.c (struct struct_type): Add volatile to
10090 selffield's type.
10091 * gdb.compile/compile.exp
10092 (compile code struct_object.selffield = &struct_object): Skip further
10093 struct_object tests if this one xfails.
10094
bcf5c1d9
RC
100952015-07-08 Robert O'Callahan <robert@ocallahan.org>
10096
10097 PR exp/18617
10098 * gdb.trace/ax.exp: Add test.
10099
4931af25
YQ
101002015-07-07 Yao Qi <yao.qi@linaro.org>
10101
10102 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10103 instead of istarget "aarch64*-*-*".
10104 * gdb.arch/aarch64-fp.exp: Likewise.
10105 * gdb.base/float.exp: Likewise.
10106 * gdb.reverse/aarch64.exp: Likewise.
10107 * lib/gdb.exp (is_aarch64_target): New proc.
10108
9fcf688e
YQ
101092015-07-07 Yao Qi <yao.qi@linaro.org>
10110
10111 * lib/gdb.exp (is_aarch32_target): New proc.
10112 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10113 instead of "istarget "arm*-*-*"".
10114 * gdb.arch/arm-disp-step.exp: Likewise.
10115 * gdb.arch/thumb-bx-pc.exp: Likewise.
10116 * gdb.arch/thumb-prologue.exp: Likewise.
10117 * gdb.arch/thumb-singlestep.exp: Likewise.
10118 * gdb.base/disp-step-syscall.exp: Likewise.
10119 * gdb.base/float.exp: Likewise.
10120
fbd8d50d
YQ
101212015-07-07 Yao Qi <yao.qi@linaro.org>
10122
10123 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10124 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10125
71be1fdc
YQ
101262015-07-07 Yao Qi <yao.qi@linaro.org>
10127
10128 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10129 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10130 if it exists.
10131 * gdb.multi/multi-arch.exp: Likewise.
10132
3e221d36
SM
101332015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10134
10135 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10136 print.
10137
d441430b
YQ
101382015-07-07 Yao Qi <yao.qi@linaro.org>
10139
10140 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10141
06f810bd
MG
101422015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10143
10144 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10145 '[' and ']' characters.
10146
5e61e7c0
IB
101472015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10148
10149 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10150
28bf096c
PA
101512015-06-29 Pedro Alves <palves@redhat.com>
10152
10153 PR threads/18127
10154 * gdb.threads/hand-call-new-thread.c: New file.
10155 * gdb.threads/hand-call-new-thread.c: New file.
10156
ee93cd5e
KS
101572015-06-26 Keith Seitz <keiths@redhat.com>
10158 Doug Evans <dje@google.com>
10159
10160 PR 16253
10161 * gdb.cp/var-tag-2.cc: New file.
10162 * gdb.cp/var-tag-3.cc: New file.
10163 * gdb.cp/var-tag-4.cc: New file.
10164 * gdb.cp/var-tag.cc: New file.
10165 * gdb.cp/var-tag.exp: New file.
10166
fc637f04
PP
101672015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10168
10169 * gdb.base/history-duplicates.exp: New test.
10170
2e52ae68
PP
101712015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10172
10173 * gdb.base/completion.exp: Test the completion of the "focus"
10174 command.
10175
6e22494e
JK
101762015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10177
10178 * gdb.arch/amd64-prologue-skip.S: New file.
10179 * gdb.arch/amd64-prologue-skip.exp: New file.
10180
bf7b9cd9
SM
101812015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10182
10183 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10184 is_address_zero_readable check.
10185
201e8dfd
PB
101862015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10187
10188 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10189 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10190
5cd867b4
YQ
101912015-06-24 Yao Qi <yao.qi@linaro.org>
10192
10193 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10194 linux targets.
10195
4d7be007
YQ
101962015-06-24 Yao Qi <yao.qi@linaro.org>
10197
10198 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10199 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10200 * gdb.base/siginfo-thread.exp: Likewise.
10201
07fcd301
YQ
102022015-06-22 Yao Qi <yao.qi@linaro.org>
10203
10204 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10205
52042a00
YQ
102062015-06-22 Yao Qi <yao.qi@linaro.org>
10207
10208 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10209 aarch64*-*-*.
10210 (skip_hw_watchpoint_tests): Likewise.
10211
74bd41ce
PP
102122015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10213
10214 * gdb.base/gdbinit-history.exp: Test the interaction between
10215 setting GDBHISTSIZE and setting the history size via .gdbinit.
10216
bc460514
PP
102172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10218
10219 PR gdb/16999
10220 * gdb.base/gdbhistsize-history.exp: New test.
10221
b58c513b
PP
102222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10223
10224 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10225 with GDBHISTSIZE.
10226 * gdb.base/readline.exp: Likewise.
10227
92046791
YQ
102282015-06-17 Yao Qi <yao.qi@linaro.org>
10229
10230 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10231 line.
10232
2093d2d3
PP
102332015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10234
10235 * gdb.base/gdbinit-history.exp: Add test case to check that
10236 an unlimited history file does not get truncated on exit.
10237
e6c693af
AA
102382015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10239
10240 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10241 (VECTOR): New macro. Use it...
10242 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10243 ...for these typedefs.
10244 (int8, char1, int1, double1): New typedefs.
10245 (struct just_int2, struct two_int2): New structures.
10246 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10247 (add_structvecs, add_singlevecs): New functions.
10248 (main): Call add_some_intvecs twice.
10249 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10250 the compile and exit upon failure. Try compiling for the "native"
10251 architecture. Test inferior function calls with vector arguments
10252 and vector return value handling with "finish" and "return".
10253
c74f7d1c
JT
102542015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10255
10256 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10257 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10258 PE file.
10259 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10260
98aa42ee
AT
102612015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10262
10263 PR breakpoints/16465
10264 * gdb.mi/mi-dprintf-pending.c: New file.
10265 * gdb.mi/mi-dprintf-pending.exp: New test.
10266 * gdb.mi/mi-dprintf-pendshr.c: New file.
10267
7d73c23c 102682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10269 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10270
10271 * gdb.arch/i386-mpx-map.c: New file.
10272 * gdb.arch/i386-mpx-map.exp: New File.
10273
102742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10275
10276 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10277 * gdb.arch/i386-mpx.exp: Indentation fixed.
10278
102792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10280
10281 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10282 function and improved indentation.
10283 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10284 gdb_test_multiple. Added additional tests to skip the test.
10285
102862015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10287
10288 * gdb.arch/i386-avx512.c: Change path in include file.
10289 * gdb.arch/i386-avx512.exp: Change include dir path
10290 compilation flag.
10291 * gdb.arch/i386-mpx.c: Change path in include file.
10292 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10293 flag.
10294
d5eba19a
JK
102952015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10296
10297 * gdb.compile/compile-print.exp (compile print *vararray@3)
10298 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10299
7f361056
JK
103002015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10301
10302 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10303 (do not keep jit in memory): ... this.
10304 (expect 5): Change it to ...
10305 (expect no 5): ... this.
10306
3b462ec2
SM
103072015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10308
10309 PR gdb/15564
10310 * gdb.mi/mi-detach.exp: New file.
10311
e0619de6
JK
103122015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10313
10314 PR symtab/18392
10315 * gdb.arch/amd64-tailcall-self.S: New file.
10316 * gdb.arch/amd64-tailcall-self.c: New file.
10317 * gdb.arch/amd64-tailcall-self.exp: New file.
10318
e970cb34
DB
103192015-05-28 Don Breazeal <donb@codesourcery.com>
10320
10321 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10322 tests for remote targets by checking is_target_gdbserver.
10323
b2e2f908
DE
103242015-05-27 Doug Evans <dje@google.com>
10325
10326 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10327 * gdb.dwarf2/opaque-type-lookup.c: New file.
10328 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10329
82c7be31
DE
103302015-05-26 Doug Evans <dje@google.com>
10331
10332 * gdb.cp/iostream.cc: New file.
10333 * gdb.cp/iostream.exp: New file.
10334
b4f54984
DE
103352015-05-26 Doug Evans <dje@google.com>
10336
10337 * gdb.dwarf2/dw2-op-call.exp: Update.
10338 * gdb.dwarf2/dw4-sig-types.exp: Update.
10339 * gdb.dwarf2/implptr.exp: Update.
10340 * gdb.mi/mi-cmd-param-changed.exp: Update.
10341
4ea6efe9
DE
103422015-05-26 Doug Evans <dje@google.com>
10343
10344 * gdb.python/py-lazy-string.c: New file.
10345 * gdb.python/py-lazy-string.exp: New file.
10346 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10347 (main): Update. Add estring3.
10348 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10349 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10350
f6bb7db3
YQ
103512015-05-26 Omair Javaid <omair.javaid@linaro.org>
10352 Yao Qi <yao.qi@linaro.org>
10353
10354 * gdb.reverse/aarch64.c: New.
10355 * gdb.reverse/aarch64.exp: New.
10356
a81bfbd0
OJ
103572015-05-26 Omair Javaid <omair.javaid@linaro.org>
10358
25d49b86
PA
10359 * lib/gdb.exp (supports_process_record): Return true for
10360 aarch64*-linux*.
a81bfbd0
OJ
10361 (supports_reverse): Likewise.
10362
158bf1b4
PP
103632015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10364
10365 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10366 Use with_test_prefix.
10367
a0145030
AB
103682015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10369
10370 * gdb.base/completion.exp: Add test for completion of layout
10371 names.
10372
ebe3b578
AB
103732015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10374
10375 * lib/gdb.exp (skip_tui_tests): New proc.
10376 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10377
84204ed7
PA
103782015-05-19 Pedro Alves <palves@redhat.com>
10379
10380 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10381 Save the whole env array instead of just HOME. Unset HISTSIZE in
10382 the environment while testing. Restore whole environment
10383 afterwards.
10384
37442ce1
DE
103852015-05-16 Doug Evans <xdje42@gmail.com>
10386
10387 * gdb.guile/scm-ports.c: New file.
10388 * gdb.guile/scm-ports.exp: Add memory port tests.
10389
36de76f9
JK
103902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10391
10392 * gdb.compile/compile-print.c: New file.
10393 * gdb.compile/compile-print.exp: New file.
10394
3a9558c4
JK
103952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10396
10397 * gdb.compile/compile-ops.exp: Cast param to void.
10398 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10399 (compile code struct_object.selffield = &struct_object): Add xfail.
10400
aa715135
JG
104012015-05-15 Joel Brobecker <brobecker@adacore.com>
10402
10403 * gdb.ada/arr_enum_with_gap: New testcase.
10404
931e5bc3
JG
104052015-05-15 Joel Brobecker <brobecker@adacore.com>
10406
10407 * gdb.ada/byte_packed_arr: New testcase.
10408
9cd4d857
JB
104092015-05-15 Joel Brobecker <brobecker@adacore.com>
10410
10411 * gdb.ada/pckd_neg: New testcase.
10412
ebfd00d2
PP
104132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10414
10415 PR gdb/17820
10416 * gdb.base/gdbinit-history.exp: New test.
10417 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10418 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10419
4c082a81
SC
104202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10421
10422 * gdb.python/py-xmethods.cc: Enhance test case.
10423 * gdb.python/py-xmethods.exp: New tests.
10424 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10425 function.
10426 (B_indexoper): Likewise.
10427 (global_dm_list) : Add new xmethod worker functions.
10428
f7797074
SDJ
104292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10430
10431 * gdb.base/coredump-filter.exp: Correctly unset
10432 "coredump_var_addr" array.
10433
a4674e4e
PA
104342015-05-08 Pedro Alves <palves@redhat.com>
10435
10436 * gdb.server/non-existing-program.exp: Unset spawn_id.
10437
df2eb078
SC
104382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10439
10440 PR python/18291
10441 * gdb.python/py-xmethods.exp: Add tests.
10442
422349a3
YQ
104432015-05-08 Yao Qi <yao.qi@linaro.org>
10444
10445 PR gdb/18208
10446 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10447 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10448 function set_coredump_filter, and remove remote_exec call.
10449 Remove argument ipid. Callers update.
10450 (top level): Don't get inferior's PID.
10451
63fc80ce
AA
104522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10453
10454 * gdb.base/watch_thread_num.exp: Skip test on targets without
10455 access watchpoints.
10456
80ad801e
PA
104572015-05-06 Pedro Alves <palves@redhat.com>
10458
10459 PR server/18081
10460 * gdb.server/non-existing-program.exp: New file.
10461
0fa7fe50
JB
104622015-05-05 Joel Brobecker <brobecker@adacore.com>
10463
10464 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10465
3ea89b92
PMR
104662015-05-05 Joel Brobecker <brobecker@adacore.com>
10467
10468 * gdb.ada/out_of_line_in_inlined: New testcase.
10469
87b8eff0
JB
104702015-05-05 Joel Brobecker <brobecker@adacore.com>
10471
10472 * gdb.ada/var_rec_arr: New testcase.
10473
5fccc635
YQ
104742015-04-30 Yao Qi <yao.qi@linaro.org>
10475
10476 * gdb.base/break-idempotent.exp: If
10477 skip_hw_watchpoint_multi_tests returns true, skip the tests
10478 on "rwatch" and "awatch".
10479
42d38f42
YQ
104802015-04-30 Yao Qi <yao.qi@linaro.org>
10481
10482 * gdb.base/relativedebug.exp: Invoke gdb command
10483 "info sharedlibrary", and if libc.so doesn't have debug info,
10484 skip the test.
10485
2ce1cdbf
DE
104862015-04-29 Doug Evans <dje@google.com>
10487
10488 * gdb.python/py-xmethods.exp: Add ptype tests.
10489 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10490 get_result_type method.
10491
f24a38c5
LM
104922015-04-29 Luis Machado <lgustavo@codesourcery.com>
10493
10494 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10495 the target does not support hardware watchpoints.
10496
ecbf2b3c
LM
104972015-04-29 Luis Machado <lgustavo@codesourcery.com>
10498
10499 * gdb.base/break-always.exp: Abort testing if writing to memory
10500 causes an error.
10501
34f5f757
DE
105022015-04-28 Doug Evans <dje@google.com>
10503
10504 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10505 * gdb.python/py-pp-registration.exp: ... here. New file.
10506 * gdb.python/py-pp-registration.c: New file.
10507 * gdb.python/py-pp-registration.py: New file.
10508
69b4374a
DE
105092015-04-28 Doug Evans <dje@google.com>
10510
10511 * gdb.python/py-bad-printers.c: New file.
10512 * gdb.python/py-bad-printers.py: New file.
10513 * gdb.python/py-bad-printers.exp: New file.
10514
59fb7612
SS
105152015-04-28 Sasha Smundak <asmundak@google.com>
10516
10517 * gdb.python/py-type.exp: New test.
10518
2631b16a
AW
105192015-04-28 Andy Wingo <wingo@igalia.com>
10520
10521 * gdb.python/py-parameter.exp:
10522 * gdb.guile/scm-parameter.exp: Escape the path that we are
10523 matching against, as it might contain characters that are special
10524 to regular expressions.
10525
460efde1
JB
105262015-04-27 Joel Brobecker <brobecker@adacore.com>
10527
10528 * gdb.ada/rec_comp: New testcase.
10529
2d369d8e
SDJ
105302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10531
10532 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10533 before using it.
10534
cf75d6c3
AB
105352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10536
10537 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10538 new tests for verilog output.
10539
8dbe7ca5
YQ
105402015-04-24 Yao Qi <yao.qi@linaro.org>
10541
10542 * boards/remote-gdbserver-on-localhost.exp: New file.
10543
4ef9fb2f
PA
105442015-04-23 Pedro Alves <palves@redhat.com>
10545
10546 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10547 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10548 "end of file", remove $inferior_spawn_id from the indirect list.
10549
0a803169
PA
105502015-04-23 Pedro Alves <palves@redhat.com>
10551
10552 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10553
749ef8f8
PA
105542015-04-23 Pedro Alves <palves@redhat.com>
10555
10556 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10557 on $any_spawn_id instead of only on $gdb_spawn_id.
10558
8aae4344
PM
105592015-04-21 Pierre Muller <muller@sourceware.org>
10560
10561 PR pascal/17815
10562 * lib/pascal.exp (gpc_compile): Add new option "class".
10563 (fpc_compile): Likewise.
10564 * gdb.pascal/case-insensitive-symbols.pas: New file.
10565 * gdb.pascal/case-insensitive-symbols.exp: New file.
10566
1586c8fb
GB
105672015-04-20 Gary Benson <gbenson@redhat.com>
10568
10569 * gdb.base/attach.exp: Fix three extended remote failures.
10570
1b6e6f5c
GB
105712015-04-17 Gary Benson <gbenson@redhat.com>
10572
10573 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10574 the main executable over the remote protocol.
10575
e797481d
PA
105762015-04-16 Pedro Alves <palves@redhat.com>
10577
10578 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10579 a new gdbserver if gdbserver_reconnect_p is set.
10580
1ca99c42
PA
105812015-04-16 Pedro Alves <palves@redhat.com>
10582
10583 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10584 is set, don't exit gdbserver.
10585
af9fd6f8
AA
105862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10587
10588 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10589 appropriate .insn, such that an older assembler can be used.
10590 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10591 the z/Architecture instruction set on 31-bit targets as well.
10592
04ff1e61
AA
105932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10594
10595 * gdb.go/handcall.exp: Remove all logic related to the first
10596 breakpoint and rely on go_runto_main instead.
10597 * gdb.go/strings.exp: Likewise.
10598 * gdb.go/unsafe.exp: Likewise.
10599 * gdb.go/hello.exp: Likewise. Also rename the remaining
10600 breakpoint marker to "breakpoint 1".
10601 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10602 * gdb.go/strings.go: Likewise.
10603 * gdb.go/unsafe.go: Likewise.
10604 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10605 "set breakpoint 2 here" and rename the remaining breakpoint marker
10606 to "breakpoint 1".
10607
40d2f8d6
SM
106082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10609
10610 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10611 if itertools.imap is not present.
10612 * gdb.python/py-objfile.exp: Add parentheses.
10613 * gdb.python/py-type.exp: Same.
10614 * gdb.python/py-unwind-maint.py: Same.
10615
8cbc97c6
YQ
106162015-04-15 Yao Qi <yao.qi@linaro.org>
10617
10618 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10619 of ":$ptr_size" and set its form explicitly.
10620
45fd756c
YQ
106212015-04-15 Pedro Alves <palves@redhat.com>
10622 Yao Qi <yao.qi@linaro.org>
10623
10624 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10625 timeout by factor of 4.
10626 (test_regular_watch): Likewise.
10627 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10628 * gdb.reverse/sigall-reverse.exp: Likewise.
10629 * gdb.reverse/until-precsave.exp: Likewise.
10630 * lib/gdb.exp (with_timeout_factor): New proc.
10631 (gdb_expect): Move some code to ...
10632 (get_largest_timeout): ... here. New procedure.
10633
9e811bc3
LM
106342015-04-14 Luis Machado <lgustavo@codesourcery.com>
10635
10636 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10637
0ff6fcb2
LM
106382015-04-13 Luis Machado <lgustavo@codesourcery.com>
10639
10640 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10641 to write to the .text section.
10642
7578d5f7
LM
106432015-04-13 Luis Machado <lgustavo@codesourcery.com>
10644
10645 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10646 Handle the case of targets that do not provide PID information.
10647
2efe15c4
YQ
106482015-04-13 Yao Qi <yao.qi@linaro.org>
10649
10650 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10651 and use expect instead of gdb_expect.
10652
8cd8f2f8
SDJ
106532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10654
10655 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10656 "coredump_var_addr" to avoid naming conflict with other testcases.
10657
9ee41772
PA
106582015-04-10 Pedro Alves <palves@redhat.com>
10659
10660 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10661 gdb_test_sequence and gdb_assert.
10662
07473109
PA
106632015-04-10 Pedro Alves <palves@redhat.com>
10664
10665 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10666 test messages that don't include the breakpoint address.
10667
de3db44c
YQ
106682015-04-10 Yao Qi <yao.qi@linaro.org>
10669
10670 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10671 false for some offset and width combinations which aren't
10672 supported by linux kernel.
10673
c79d856c
PA
106742015-04-10 Pedro Alves <palves@redhat.com>
10675
10676 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10677 procedure, factored out from ...
10678 (top level): ... here. Add "set displaced-stepping" testing axis.
10679 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10680 parameter "displaced". Use it.
10681 (top level): Use foreach and add "set displaced-stepping" testing
10682 axis.
10683
ebc90b50
PA
106842015-04-10 Pedro Alves <palves@redhat.com>
10685
10686 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10687 Remove comment.
10688 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10689 both the address of the instruction that triggers the watchpoint
10690 and the address of the instruction immediately after, and use
10691 those addresses for the test. Fix comment.
10692
8f572e5c
PA
106932015-04-10 Pedro Alves <palves@redhat.com>
10694
10695 * gdb.base/sigstep.exp (breakpoint_to_handler)
10696 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10697 Test "backtrace" in handler.
10698 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10699 (top level): Add new "displaced" test axis to
10700 breakpoint_to_handler, breakpoint_to_handler_entry and
10701 breakpoint_over_handler.
10702
8d707a12
PA
107032015-04-10 Pedro Alves <palves@redhat.com>
10704
10705 PR gdb/18216
10706 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10707
ef713951
YQ
107082015-04-10 Yao Qi <yao.qi@linaro.org>
10709
10710 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10711 (test_add_rn_pc): New function.
10712 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10713 (top level): Invoke test_add_rn_pc.
10714
906d60cf
PA
107152015-04-10 Pedro Alves <palves@redhat.com>
10716
10717 PR gdb/13858
10718 * gdb.base/step-over-no-symbols.exp: New file.
10719
f2983cc3
AW
107202015-04-09 Andy Wingo <wingo@igalia.com>
10721
10722 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10723 after the Python tests.
10724
6d62641c
SDJ
107252015-04-08 Keith Seitz <keiths@redhat.com>
10726
10727 PR python/16699
10728 * gdb.python/py-completion.exp: New tests for completion.
10729 * gdb.python/py-completion.py (CompleteLimit1): New class.
10730 (CompleteLimit2): Likewise.
10731 (CompleteLimit3): Likewise.
10732 (CompleteLimit4): Likewise.
10733 (CompleteLimit5): Likewise.
10734 (CompleteLimit6): Likewise.
10735 (CompleteLimit7): Likewise.
10736
f3770638
PA
107372015-04-08 Pedro Alves <palves@redhat.com>
10738
10739 PR gdb/18214
10740 PR gdb/18216
10741 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10742 function.
10743 (main): Install it as SIGUSR1 handler.
10744 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10745 parameter. Always use "setup" as prefix. Toggle "set
10746 displaced-stepping" off/on depending on global. Don't switch to
10747 thread 1 here.
10748 (top level): Add displaced stepping "off/on" test axis. Update
10749 "setup" calls. Wrap each subtest with with_test_prefix. Test
10750 continuing with a queued signal in each thread.
10751
4496bed7
PA
107522015-04-08 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10755 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10756 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10757 Return early if running to main fails.
10758 * gdb.trace/while-stepping.exp: Likewise.
10759
b97fde92
PA
107602015-04-07 Pedro Alves <palves@redhat.com>
10761
10762 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10763 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10764 interact with inferior program.
10765
f71c18e7
PA
107662015-04-07 Pedro Alves <palves@redhat.com>
10767
10768 * lib/gdb.exp (inferior_spawn_id): New global.
10769 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10770 spawn id after processing the user code.
10771 (default_gdb_start): Set inferior_spawn_id.
10772 (send_inferior): New procedure.
10773 * lib/gdbserver-support.exp (gdbserver_start): Set
10774 inferior_spawn_id.
10775 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10776
6423214f
PA
107772015-04-07 Pedro Alves <palves@redhat.com>
10778
10779 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10780 * lib/gdbserver-support.exp (gdbserver_start): Make
10781 $server_spawn_id global.
10782 (gdbserver_start): Don't wait for gdbserver's spawn id with
10783 expect_background.
10784 (close_gdbserver): New procedure.
10785 (gdb_exit): Rename the default version and reimplement.
10786
71c0ee8c
PA
107872015-04-07 Pedro Alves <palves@redhat.com>
10788
72f4393d 10789 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10790 append the substituted item, not the original item.
10791
203bc29b
PA
107922015-04-07 Pedro Alves <palves@redhat.com>
10793
10794 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10795 gdb_expect.
10796
508a3ddf
PA
107972015-04-07 Pedro Alves <palves@redhat.com>
10798
10799 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10800 output appearing once only.
10801
9f6dbe2b
PA
108022015-04-07 Pedro Alves <palves@redhat.com>
10803
10804 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10805 that doesn't expect anything. Return early if running to main
10806 fails.
10807
337532fa
YQ
108082015-04-07 Yao Qi <yao.qi@linaro.org>
10809
10810 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10811 (child_function): Call alarm.
10812 (main): Move call to alarm into the loop.
10813 * gdb.threads/non-stop-fair-events.exp: Build program with
10814 -DTIMEOUT=$timeout.
10815
01b622d4
DE
108162015-04-06 Doug Evans <xdje42@gmail.com>
10817
10818 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10819 Fix dest parameter to board_info.
10820 (fpc_compile): Ditto.
10821 (gdb_compile_pascal): Rename dest arg to destfile.
10822
961f4160
PMR
108232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10824
10825 * gdb.ada/funcall_ref.exp: New file.
10826 * gdb.ada/funcall_ref/foo.adb: New file.
10827
cafda597
YQ
108282015-04-02 Yao Qi <yao.qi@linaro.org>
10829
10830 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10831 is remote.
10832
fed040c6
GB
108332015-04-02 Gary Benson <gbenson@redhat.com>
10834
10835 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10836
d11916aa
SS
108372015-04-01 Sasha Smundak <asmundak@google.com>
10838
10839 * gdb.python/py-unwind-maint.c: New file.
10840 * gdb.python/py-unwind-maint.exp: New test.
10841 * gdb.python/py-unwind-maint.py: New file.
10842 * gdb.python/py-unwind.c: New file.
10843 * gdb.python/py-unwind.exp: New test.
10844 * gdb.python/py-unwind.py: New test.
10845
a1471180
PA
108462015-04-01 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10849 to fail instead of non-existent $test.
10850
0bbeccb1
PA
108512015-04-01 Pedro Alves <palves@redhat.com>
10852
10853 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10854 GDBFLAGS if not empty.
10855
3c724c8c
PMR
108562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10857
10858 * gdb.ada/complete.exp: Remove "multi_line".
10859 * gdb.ada/info_exc.exp: Remove "multi_line".
10860 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10861 * gdb.ada/ptype_field.exp: Remove "multi_line".
10862 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10863 * gdb.ada/tagged.exp: Remove "multi_line".
10864 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10865 [multi_line ...]
10866 * gdb.btrace/delta.exp: Likewise.
10867 * gdb.btrace/exception.exp: Likewise.
10868 * gdb.btrace/function_call_history.exp: Likewise.
10869 * gdb.btrace/instruction_history.exp: Likewise.
10870 * gdb.btrace/nohist.exp: Likewise.
10871 * gdb.btrace/record_goto.exp: Likewise.
10872 * gdb.btrace/segv.exp: Likewise.
10873 * gdb.btrace/stepi.exp: Likewise.
10874 * gdb.btrace/tailcall.exp: Likewise.
10875 * gdb.btrace/unknown_functions.exp: Likewise.
10876 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10877 * lib/gdb.exp: Add the "multi_line" helper.
10878
4eec2deb
PA
108792015-04-01 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.threads/tid-reuse.c: New file.
10882 * gdb.threads/tid-reuse.exp: New file.
10883
df8411da
SDJ
108842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10885
10886 PR corefiles/16092
10887 * gdb.base/coredump-filter.c: New file.
10888 * gdb.base/coredump-filter.exp: Likewise.
10889
6ef37366
PM
108902015-03-27 Petr Machata <pmachata@redhat.com>
10891
10892 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10893 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10894 (Dwarf::assemble): Initialize them.
10895 (Dwarf::lines): New function.
10896
7ec911b0
JT
108972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10898
10899 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10900 SYMBOL_PREFIX for x86_64-*-cygwin.
10901
ff908ebf
AW
109022015-03-26 Andy Wingo <wingo@igalia.com>
10903
10904 PR symtab/18148
10905 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10906 const_value but not a location.
10907 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10908 location defined in non-main CUs are visible.
10909
6d5f0679
YQ
109102015-03-26 Yao Qi <yao.qi@linaro.org>
10911
10912 PR testsuite/18139
10913 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10914 Add a line number entry for the same line.
10915 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10916 Add a line number entry for the same line.
10917
2898689b
YQ
109182015-03-26 Yao Qi <yao.qi@linaro.org>
10919
10920 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10921 .int 0.
10922 (func): Likewise. Add .Lfunc_1 label.
10923 Use .Lfunc_1 label.
10924 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10925 .int 0.
10926 (func): Likewise.
10927 Use .Lfunc_1 label.
10928
85180498
YQ
109292015-03-26 Yao Qi <yao.qi@linaro.org>
10930
10931 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10932 Call gdb_compile instead to compile each .s files without debug
10933 information.
10934
8aa08a8d
YQ
109352015-03-26 Yao Qi <yao.qi@linaro.org>
10936
10937 * gdb.base/savedregs.exp (process_saved_regs): Make
10938 "Saved registers:" optional in the pattern.
10939
66849923
MM
109402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10941
10942 * gdb.btrace/next.exp: Merged into step.exp.
10943 * gdb.btrace/finish.exp: Merged into step.exp.
10944 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10945 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10946 "record goto" and checking the exact replay position.
10947 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10948 check for "Recording format" in "info record" output.
10949 * gdb.btrace/record_goto.exp: Choose test file based on target.
10950 * gdb.btrace/x86-record_goto.S: Renamed into ...
10951 * gdb.btrace/x86_64-record_goto.S: ... this.
10952 * gdb.btrace/i686-record_goto.S: New.
10953 * gdb.btrace/x86-tailcall.S: Renamed into ...
10954 * gdb.btrace/x86_64-tailcall.S: ... this.
10955 * gdb.btrace/i686-tailcall.S: New.
10956 * gdb.btrace/x86-tailcall.c: Renamed into ...
10957 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10958 separate statements. Update test.
10959 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10960 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10961 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10962 * gdb.btrace/tailcall.exp: Choose test file based on target.
10963 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10964
11cc1b74
MM
109652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10966
10967 * gdb.btrace/exception.exp: Increase BTS buffer size.
10968
a25d8bf9
PA
109692015-03-24 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10972
856e7dd6
PA
109732015-03-24 Pedro Alves <palves@redhat.com>
10974
10975 * gdb.threads/schedlock.exp (test_step): No longer expect that
10976 "set scheduler-locking step" with "next" over a function call runs
10977 threads unlocked.
10978
ad235a41
AT
109792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10980
10981 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10982
15630549
AT
109832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10984
10985 PR breakpoints/16466
10986 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10987 * gdb.mi/mi-pending.c (thread_func): New function.
10988 (int main): Add threading support required.
10989 * gdb.mi/mi-pending.exp: Add tests for this issue.
10990 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10991 (pendfunc2): Remove stdio dependency.
10992 * gdb.mi/mi-pendshr2.c: New file.
10993
693dca06
KS
109942015-03-23 Keith Seitz <keiths@redhat.com>
10995
10996 * gdb.linespec/keywords.c: New file.
10997 * gdb.linespec/keywords.exp: New file.
10998
7e993ebf
KS
109992015-03-23 Keith Seitz <keiths@redhat.com>
11000
11001 PR gdb/18021
11002 * gdb.dwarf2/staticvirtual.exp: New test.
11003
bc23328c
JK
110042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11005
11006 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11007 * README: Remove HP-UX and gdb.hp.
11008 (configuration):
11009 * configure: Regenerate.
11010 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11011 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11012 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11013 gdb.hp/gdb.defects/Makefile.
11014 * gdb.hp/Makefile.in: File deleted.
11015 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11016 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11017 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11018 * gdb.hp/gdb.aCC/run.c: File deleted.
11019 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11020 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11021 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11022 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11023 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11024 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11025 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11026 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11027 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11028 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11029 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11030 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11031 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11032 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11033 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11034 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11035 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11036 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11037 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11038 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11039 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11040 * gdb.hp/gdb.compat/average.c: File deleted.
11041 * gdb.hp/gdb.compat/sum.c: File deleted.
11042 * gdb.hp/gdb.compat/xdb.c: File deleted.
11043 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11044 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11045 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11046 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11047 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11048 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11049 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11050 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11051 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11052 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11053 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11054 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11055 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11056 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11057 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11058 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11059 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11060 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11061 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11062 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11063 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11064 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11065 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11066 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11067 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11068 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11069 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11070 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11071 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11072 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11073 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11074 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11075 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11076 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11077 * gdb.hp/tools/odump: File deleted.
11078
8bf3b159
PA
110792015-03-19 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11082 (saw_thread_3): New globals.
11083 (top level): Increment them when an event for the corresponding
11084 thread is seen.
11085 (no thread starvation): New test.
11086
eb54c8bf
PA
110872015-03-19 Pedro Alves <palves@redhat.com>
11088
11089 * gdb.threads/continue-pending-status.c: New file.
11090 * gdb.threads/continue-pending-status.exp: New file.
11091
32d2e5d6
PA
110922015-03-18 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11095 Use gdb_is_target_remote instead of is_remote. Use
11096 gdb_test_multiple instead of gdb_expect. Exit early if
11097 gdb_test_multiple hits its internal matches. Tighten stepi tests
11098 expected output. Fail on exit with any signal, instead of just
11099 SIGILL.
11100
f68f11b7
YQ
111012015-03-18 Yao Qi <yao.qi@linaro.org>
11102
11103 PR tdep/18107
11104 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11105 variable.
11106 * gdb.base/catch-syscall.exp: Don't skip it on
11107 aarch64*-*-linux* target. Remove elements in all_syscalls.
11108 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11109 target.
11110 (setup_all_syscalls): New proc.
11111
ca5fd19b
YQ
111122015-03-16 Yao Qi <yao.qi@linaro.org>
11113
11114 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11115 (top level): Skip tests if valid_addr_p returns false for
11116 $cmd1 or $cmd2.
11117
85642ba0
AW
111182015-03-11 Andy Wingo <wingo@igalia.com>
11119
11120 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11121
e03f9645
YQ
111222015-03-11 Yao Qi <yao.qi@linaro.org>
11123
11124 * gdb.base/catch-syscall.exp: Fix typo in comments.
11125
5d0962b2
YQ
111262015-03-11 Yao Qi <yao.qi@linaro.org>
11127
11128 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11129
b2df3cef
PA
111302015-03-09 Pedro Alves <palves@redhat.com>
11131
11132 * dg-extract-results.py: Delete.
11133
ef878e53
PA
111342015-03-09 Pedro Alves <palves@redhat.com>
11135
11136 Merge dg-extract-results.sh from GCC upstream (r218843).
11137
11138 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11139 * dg-extract-results.sh: Use --text with grep to avoid issues with
11140 binary files. Fall back to cat -v, if that doesn't work.
11141
9494d219
PA
111422015-03-05 Pedro Alves <palves@redhat.com>
11143
11144 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11145
a8d9763a
SM
111462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11147
11148 * lib/mi-support.exp (mi_expect_interrupt): Accept
11149 alternative event for when in all-stop mode.
11150
be9957b8
PA
111512015-03-04 Pedro Alves <palves@redhat.com>
11152
11153 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11154
d57be0f4 111552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11156
11157 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11158
c214c7cf
AA
111592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11160
11161 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11162 regexps for GDB's current line display, accept a hex address
11163 preceding the line number.
11164
6d74a497
AA
111652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11166
11167 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11168 the 'arch1' variable for "s390*-linux*" targets.
11169
511aee7c
PA
111702015-03-04 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11173 (main): Pass missing retval argument to pthread_join call.
11174
95e50b27
PA
111752015-03-02 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11178 (top level): Call do_test with non-stop as well.
11179
28054d69
PA
111802015-03-02 Pedro Alves <palves@redhat.com>
11181
11182 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11183 -1.
11184
4fa5d7b4
AA
111852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11186
11187 * gdb.arch/s390-vregs.exp: New test.
11188 * gdb.arch/s390-vregs.S: New file.
11189
97c18565
PA
111902015-02-27 Pedro Alves <palves@redhat.com>
11191
11192 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11193 call to catch_command_errors.
11194 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11195 catch_command_errors.
11196
a37bfa30
PA
111972015-02-27 Pedro Alves <palves@redhat.com>
11198
11199 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11200 "true" for boolean result.
11201 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11202 prototype of main.
11203
6f98576f
PA
112042015-02-27 Pedro Alves <palves@redhat.com>
11205
11206 * lib/unbuffer_output.c: New file.
11207 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11208 (main): Call gdb_unbuffer_output.
11209
eba5ab56
YQ
112102015-02-27 Yao Qi <yao.qi@linaro.org>
11211
11212 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11213 target.
11214
0def5aaa
DE
112152015-02-26 Doug Evans <dje@google.com>
11216
11217 * gdb.cp/class2.cc (Dbase, D): New classes.
11218 (main): New local delta.
11219 * gdb.cp/class2.exp: Test printing delta.
11220 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11221 (dynbar): New global.
11222 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11223
081a1c2c
JK
112242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11225
11226 * gdb.compile/compile-ifunc.c: New file.
11227 * gdb.compile/compile-ifunc.exp: New file.
11228
2f41223f
AT
112292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11230
11231 * gdb.base/structs.exp: Check for correct struct on finish.
11232
03eddd80
YQ
112332015-02-26 Yao Qi <yao.qi@linaro.org>
11234
11235 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11236 is zero.
11237
80c57053
JK
112382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11239
11240 * gdb.arch/cordic.ko.bz2: New file.
11241 * gdb.arch/cordic.ko.debug.bz2: New file.
11242 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11243
21613c12
YQ
112442015-02-25 Yao Qi <yao.qi@linaro.org>
11245
11246 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11247 aarch64*-*-* target.
11248
d8b901ed
PA
112492015-02-23 Pedro Alves <palves@redhat.com>
11250
11251 * lib/gdb.exp (delete_breakpoints): Rewrite using
11252 gdb_test_multiple.
11253
e5b85ead
PA
112542015-02-23 Pedro Alves <palves@redhat.com>
11255
11256 * gdb.base/info-os.c: Include stdlib.h.
11257
85c3a371
DE
112582015-02-22 Doug Evans <xdje42@gmail.com>
11259
11260 PR symtab/17855
11261 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11262 is read after symbols have been re-read.
11263 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11264 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11265
96553a0c
DE
112662015-02-21 Doug Evans <dje@google.com>
11267
11268 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11269
97a0c697
JK
112702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11271
11272 PR corefiles/17808
11273 * gdb.arch/i386-biarch-core.core.bz2: New file.
11274 * gdb.arch/i386-biarch-core.exp: New file.
11275
a47cd6e9
PA
112762015-02-21 Pedro Alves <palves@redhat.com>
11277
11278 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11279 runto_main fails.
11280
c5facdc4
PA
112812015-02-20 Pedro Alves <palves@redhat.com>
11282
11283 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11284 info probes.
11285
2db9a427
PA
112862015-02-20 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11289
60fb7e9e
PA
112902015-02-20 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11293 clean_restart before gdb_target_supports_trace.
11294
5c5019c2
PA
112952015-02-20 Pedro Alves <palves@redhat.com>
11296
11297 PR threads/18006
11298 * gdb.threads/clone-thread_db.c: New file.
11299 * gdb.threads/clone-thread_db.exp: New file.
11300
c9587f88
AT
113012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11302
11303 PR breakpoints/16812
11304 * gdb.base/catch-gdb-caused-signals.c: New file.
11305 * gdb.base/catch-gdb-caused-signals.exp: New file.
11306
f6a88844
JM
113072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11308
11309 * configure: Regenerated.
11310 * configure.ac: Use GDB_AC_TRANSFORM.
11311 * aclocal.m4: sinclude ../transform.m4.
11312
497c491b
JM
113132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11314
11315 * lib/dtrace.exp: New file.
11316 * gdb.base/dtrace-probe.exp: Likewise.
11317 * gdb.base/dtrace-probe.d: Likewise.
11318 * gdb.base/dtrace-probe.c: Likewise.
11319 * lib/pdtrace.in: Likewise.
11320 * configure.ac: Output variables with the transformed names of
11321 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11322 * configure: Regenerated.
11323
03e98035
JM
113242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11325
11326 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11327 expected message when trying to access $_probe_* convenience
11328 variables while not on a probe.
11329
63cc30e9
JK
113302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11331
11332 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11333
0703599a
PA
113342015-02-11 Pedro Alves <pedro@codesourcery.com>
11335
11336 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11337 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11338
7e60a48e
DE
113392015-02-10 Doug Evans <xdje42@gmail.com>
11340
11341 * lib/gdb.exp (gdb_load): Always return a result.
11342
01b088bc
PA
113432015-02-10 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.threads/signal-sigtrap.c: New file.
11346 * gdb.threads/signal-sigtrap.exp: New file.
11347
b05ec7a5
AT
113482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11349
11350 * gdb.trace/no-attach-trace.c: New file.
11351 * gdb.trace/no-attach-trace.exp: New file.
11352
a2c2acaf
MW
113532015-02-09 Mark Wielaard <mjw@redhat.com>
11354
11355 * gdb.dwarf2/atomic.c: New file.
11356 * gdb.dwarf2/atomic-type.exp: Likewise.
11357
31fd9caa
MM
113582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11359
11360 * gdb.btrace/buffer-size.exp: Update "info record" output.
11361 * gdb.btrace/delta.exp: Update "info record" output.
11362 * gdb.btrace/enable.exp: Update "info record" output.
11363 * gdb.btrace/finish.exp: Update "info record" output.
11364 * gdb.btrace/instruction_history.exp: Update "info record" output.
11365 * gdb.btrace/next.exp: Update "info record" output.
11366 * gdb.btrace/nexti.exp: Update "info record" output.
11367 * gdb.btrace/step.exp: Update "info record" output.
11368 * gdb.btrace/stepi.exp: Update "info record" output.
11369 * gdb.btrace/nohist.exp: Update "info record" output.
11370
d33501a5
MM
113712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11372
11373 * gdb.btrace/buffer-size: New.
11374
f4abbc16
MM
113752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11376
11377 * gdb.btrace/delta.exp: Update "info record" output.
11378 * gdb.btrace/enable.exp: Update "info record" output.
11379 * gdb.btrace/finish.exp: Update "info record" output.
11380 * gdb.btrace/instruction_history.exp: Update "info record" output.
11381 * gdb.btrace/next.exp: Update "info record" output.
11382 * gdb.btrace/nexti.exp: Update "info record" output.
11383 * gdb.btrace/step.exp: Update "info record" output.
11384 * gdb.btrace/stepi.exp: Update "info record" output.
11385 * gdb.btrace/nohist.exp: Update "info record" output.
11386
b9d61307
SM
113872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11388
11389 PR gdb/15678
11390 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11391
e584fdbc
PA
113922015-02-06 Pedro Alves <palves@redhat.com>
11393
11394 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11395 macro.
11396 (seconds_left, again): New globals.
11397 (main): Wait seconds_left in a 1-second sleep loop instead of
11398 sleeping 180 seconds. If 'again' is set, reset the seconds
11399 counter.
11400 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11401 'again' in the inferior before detaching. Print the seconds left.
11402 (options): New global.
11403 (top level): Build program with -DTIMEOUT=$timeout.
11404
77f41761
PA
114052015-02-06 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11408 determine how many seconds to pass to 'alarm'.
11409 * gdb.base/gdb-sigterm.exp (top level): Build program with
11410 -DTIMEOUT=$timeout.
11411 (do_test): Return success/failure indication. Add more verbose
11412 logging. Don't fail if 200 single steps are seen. Instead, fail
11413 when the test times out.
11414 (passes): New global.
11415 (top level): Break the testing loop if testing fails on any
11416 iteration. Use gdb_assert.
11417
b9394193
DB
114182015-02-04 Don Breazeal <donb@codesourcery.com>
11419
11420 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11421 and initialize them.
11422 (ipc_cleanup): New function.
11423 (main): Don't declare shmid, semid, and msqid. Add a call to
11424 atexit so that we call ipc_cleanup on exit.
11425
42d9e528
PA
114262015-02-04 Pedro Alves <palves@redhat.com>
11427
11428 * boards/native-extended-gdbserver.exp: Remove any target variant
11429 specifications from the board name before clearing the isremote
11430 flag from board_info.
11431
ae6ae975
DE
114322015-01-31 Doug Evans <xdje42@gmail.com>
11433
11434 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11435
cfb069a8
GB
114362015-01-31 Gary Benson <gbenson@redhat.com>
11437
11438 * gdb.base/completion.exp: Disable completion limiting for
11439 existing tests. Add new tests to check completion limiting.
11440 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11441
5dd31d79
DE
114422015-01-31 Doug Evans <xdje42@gmail.com>
11443
11444 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11445
9f050062
DE
114462015-01-31 Doug Evans <xdje42@gmail.com>
11447
11448 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11449 entries. Duplicate file section script entries.
11450 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11451 inlined entries. Add test for safe-path rejection.
11452 * gdb.python/py-section-script.c: Add duplicate inlined section script
11453 entries. Duplicate file section script entries.
11454 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11455 inlined entries. Add test for safe-path rejection.
11456
df25ebbd
JB
114572015-01-29 Joel Brobecker <brobecker@adacore.com>
11458
11459 * gdb.ada/disc_arr_bound: New testcase.
11460
4a0ca9ec
JB
114612015-01-29 Joel Brobecker <brobecker@adacore.com>
11462
11463 * gdb.ada/mi_var_array: New testcase.
11464
3a8b707a
DE
114652015-01-27 Doug Evans <dje@google.com>
11466
11467 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11468 Add test for objfile.filename, objfile.username after objfile
11469 has been unloaded.
11470
f8313f6e
JB
114712015-01-26 Joel Brobecker <brobecker@adacore.com>
11472
11473 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11474 the second test to print the name attribute of value
11475 returned by the call to gdb.lookup_type, and adjust
11476 the expected output accordingly.
11477
37bc665e
MW
114782015-01-25 Mark Wielaard <mjw@redhat.com>
11479
11480 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11481 * gdb.base/disp-step-fork.c: Include unistd.h.
11482 * gdb.base/siginfo-obj.c: Include stdio.h.
11483 * gdb.base/siginfo-thread.c: Likewise.
11484 * gdb.mi/non-stop.c: Include unistd.h.
11485 * gdb.mi/nsthrexec.c: Include stdio.h.
11486 * gdb.mi/pthreads.c: Include unistd.h.
11487 * gdb.modula2/unbounded1.c (main): Declare returns int.
11488 * gdb.reverse/consecutive-reverse.c: Likewise.
11489 * gdb.threads/create-fail.c: Include unistd.h.
11490 * gdb.threads/killed.c: Likewise.
11491 * gdb.threads/linux-dp.c: Likewise.
11492 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11493 * gdb.threads/non-ldr-exc-2.c: Likewise.
11494 * gdb.threads/non-ldr-exc-3.c: Likewise.
11495 * gdb.threads/non-ldr-exc-4.c: Likewise.
11496 * gdb.threads/pthreads.c: Include unistd.h.
11497 (main): Declare returns int.
11498 * gdb.threads/tls-main.c (foo): New declaration.
11499 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11500
f7e5394d
SM
115012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11502
11503 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11504 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11505
743649fd
MW
115062015-01-15 Mark Wielaard <mjw@redhat.com>
11507
11508 * gdb.base/noreturn-return.c: New file.
11509 * gdb.base/noreturn-return.exp: New file.
11510 * gdb.base/noreturn-finish.c: New file.
11511 * gdb.base/noreturn-finish.exp: New file.
11512
198297aa
PA
115132015-01-23 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.threads/continue-pending-after-query.c: New file.
11516 * gdb.threads/continue-pending-after-query.exp: New file.
11517
717cf30c
AG
115182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11519 Simon Marchi <simon.marchi@ericsson.com>
11520
11521 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11522 * gdb.base/valgrind-db-attach.exp: Same.
11523 * gdb.base/valgrind-infcall.exp: Same.
11524 * lib/mi-support.exp (default_mi_gdb_start): Same.
11525 * lib/prompt.exp (default_prompt_gdb_start): Same.
11526 * lib/gdb.exp (default_gdb_spawn): Same.
11527 (gdb_interact): New.
11528
11529
4b62a76e
JK
115302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11531
11532 * gdb.compile/compile.exp (pointer to jit function): New test.
11533
b4cdae6f
WW
115342015-01-17 Wei-cheng Wang <cole945@gmail.com>
11535
11536 * lib/gdb.exp (supports_process_record): Return true for
11537 powerpc*-*-linux*.
11538 (supports_reverse): Likewise.
11539
d221e7ef
DB
115402015-01-15 Don Breazeal <donb@codesourcery.com>
11541
11542 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11543 instead of checking whether the target board is remote and
11544 use spawn_wait_for_attach instead of exec/sleep.
11545 * gdb.base/attach-twice.exp: Likewise.
11546
bafffb51
JB
115472015-01-15 Joel Brobecker <brobecker@adacore.com>
11548
11549 * gdb.ada/var_arr_attrs: New testcase.
11550
5589af0e
PA
115512015-01-14 Pedro Alves <palves@redhat.com>
11552 Joel Brobecker <brobecker@adacore.com>
11553
11554 PR gdb/17525
11555 * gdb.base/bp-cmds-execution-x-script.c: New file.
11556 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11557 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11558
6c400b59
PA
115592015-01-14 Pedro Alves <palves@redhat.com>
11560
11561 PR cli/17828
11562 * gdb.base/batch-preserve-term-settings.c: New file.
11563 * gdb.base/batch-preserve-term-settings.exp: New file.
11564
e02c96a7
DE
115652015-01-13 Doug Evans <dje@google.com>
11566
11567 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11568 binary.
11569
576fd14c
JB
115702015-01-13 Joel Brobecker <brobecker@adacore.com>
11571
11572 * Makefile.in (clean mostlyclean): Do not delete *.py.
11573
04dccad0
JB
115742015-01-13 Joel Brobecker <brobecker@adacore.com>
11575
11576 * gdb.python/py-lookup-type.exp: New file.
11577
3d230f71
PA
115782015-01-12 Pedro Alves <palves@redhat.com>
11579
11580 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11581 restore GDBFLAGS before returning.
11582
7e67715d
JK
115832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11584
11585 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11586 is_amd64_regs_target and is_x86_like_target.
11587
f2e0d4b4
DE
115882015-01-11 Doug Evans <xdje42@gmail.com>
11589
11590 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11591 is given without an explicit form.
11592 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11593 attributes.
11594 * gdb.dwarf/corrupt.exp: Ditto.
11595 * gdb.dwarf2/enum-type.exp: Ditto.
11596 * gdb.trace/entry-values.exp: Ditto.
11597 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11598
439250fb
DE
115992015-01-11 Doug Evans <xdje42@gmail.com>
11600
11601 PR gdb/15830
11602 * gdb.base/maint.exp: Remove references to "maint demangle".
11603 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11604 Add tests for explicitly specifying language to demangle.
11605 * gdb.dlang/demangle.exp: Ditto.
11606
ede9f622
PA
116072015-01-09 Pedro Alves <palves@redhat.com>
11608
11609 * gdb.threads/non-stop-fair-events.c: New file.
11610 * gdb.threads/non-stop-fair-events.exp: New file.
11611
a7b796db
PA
116122015-01-09 Pedro Alves <palves@redhat.com>
11613
11614 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11615 the global scope. Set a breakpoint after all threads are started
11616 rather than stepping over two source lines. Expect the prompt.
11617 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11618 global.
11619 (NUM): Now 15.
11620 (main): Use threads_started_barrier to wait for all threads to
11621 start. Main thread no longer calls thread_function. Exit after
11622 180 seconds.
11623 (loop): New function.
11624 (thread_function): Wait on threads_started_barrier barrier. Call
11625 'loop' at each iteration.
11626 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11627 threads have started, instead of hardcoding number of "next"
11628 steps. Use an access watchpoint instead of a write watchpoint.
11629
9665ffdd
PA
116302015-01-09 Pedro Alves <palves@redhat.com>
11631
11632 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11633 (thread_func): Wait on barrier.
11634 (main): Wait for all threads to start before stopping GDB.
11635 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11636 global.
11637 (thread1_func, thread2_func): Wait on barrier.
11638 (main): Wait for all threads to start before stopping GDB.
11639 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11640 New global.
11641 (thread1_func, thread2_func): Wait on barrier.
11642 (main): Wait for all threads to start before stopping GDB.
11643
c945a99f
PA
116442015-01-09 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.threads/attach-many-short-lived-threads.c: New file.
11647 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11648
c1a747c1
PA
116492014-01-09 Pedro Alves <palves@redhat.com>
11650
11651 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11652 instead of to thread 2.
11653 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11654 Add barrier around each pthread_create call instead of around all
11655 calls.
11656 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11657 Set a break on thread_function and have the child threads hit it
11658 one at at a time.
11659
60b3033e
PA
116602015-01-09 Pedro Alves <palves@redhat.com>
11661
11662 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11663 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11664 false.
11665 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11666 checking whether the target board is remote.
11667 * gdb.multi/multi-attach.exp: Likewise.
11668 * gdb.python/py-sync-interp.exp: Likewise.
11669 * gdb.server/ext-attach.exp: Likewise.
11670 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11671 tests that need to attach, instead of checking whether the target
11672 board is remote at the top of the file.
11673
acc018ac
YQ
116742015-01-08 Yao Qi <yao@codesourcery.com>
11675
11676 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11677
50a18af8
JK
116782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11679
11680 Fix testcase compilation.
11681 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11682
8503d6e1
JB
116832015-01-06 Joel Brobecker <brobecker@adacore.com>
11684
11685 * gdb.python/py-type.exp: Add a couple test about empty
11686 array creation, and negative-length array creation.
11687
cc73dbcc
DE
116882015-01-02 Doug Evans <xdje42@gmail.com>
11689
11690 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11691
0300bbc7
DE
116922015-01-02 Doug Evans <dje@google.com>
11693
11694 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11695
9d85a0ec
YQ
116962014-12-29 Yao Qi <yao@codesourcery.com>
11697
11698 * gdb.trace/entry-values.exp: Update comments. Rename variable
11699 bar_call_foo to returned_from_foo.
11700
87186c6a
MMN
117012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11702
11703 PR gdb/17394
11704 * gdb.linespec/break-asm-file.c: New file.
11705 * gdb.linespec/break-asm-file.exp: New file.
11706 * gdb.linespec/break-asm-file0.s: New file.
11707 * gdb.linespec/break-asm-file1.s: New file.
11708
1bab7383
YQ
117092014-12-18 Nigel Stephens <nigel@mips.com>
11710 Maciej W. Rozycki <macro@codesourcery.com>
11711
11712 * gdb.base/float.exp: Handle the new output from "info float" on
11713 MIPS targets.
11714
1bc1068a
JK
117152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11716
11717 Fix MinGW compilation.
11718 * gdb.compile/compile-ops.exp: Update untested message if
11719 !skip_compile_feature_tests.
11720 * gdb.compile/compile-setjmp.exp: Likewise.
11721 * gdb.compile/compile-tls.exp: Likewise.
11722 * gdb.compile/compile.exp: Likewise.
11723 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11724 supported on this host".
11725
b6615d10
DE
117262014-12-16 Doug Evans <xdje42@gmail.com>
11727
11728 * boards/stabs.exp: New file.
11729
25dda427
AA
117302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11731
11732 * gdb.base/completion.exp: Adjust to format changes of "maint
11733 print user-registers".
11734
bf330350
CU
117352014-12-16 Catalin Udma <catalin.udma@freescale.com>
11736
11737 PR server/17457
11738 * gdb.arch/aarch64-fp.c: New file.
11739 * gdb.arch/aarch64-fp.exp: New file.
11740
395cf596
SDJ
117412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11742
11743 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11744 r210637, r210913, r211666, r215400, r215817).
11745
11746 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11747 * dg-extract-results.py: New file.
11748 * dg-extract-results.sh: Use it if the environment seems
11749 suitable.
11750
11751 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11752
11753 * dg-extract-results.py (parse_run): Handle warnings that
11754 are printed before a test harness is run.
11755
11756 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11757
11758 * dg-extract-results.py (Named): Remove __cmp__ method.
11759 (output_variation): Use a key to sort variation.harnesses.
11760
11761 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11762
11763 * dg-extract-results.py: For Python 3, force sys.stdout to
11764 handle surrogate escape sequences.
11765 (safe_open): New function.
11766 (output_segment, main): Use it.
11767
11768 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11769
11770 * dg-extract-results.py (Prog.result_re): Include options
11771 in test name.
11772
11773 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11774
11775 * dg-extract-results.py (output_variation): Always sort if
11776 do_sum.
11777
e882ef3c
SM
117782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11779
11780 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11781 as long as we get pagination notifications.
11782
4992aa20
JM
117832014-12-15 Jason Merrill <jason@redhat.com>
11784
11785 * Makefile.in (check-gdb.%): Restore.
11786 * README: Mention it.
11787
c1b5a1a6
JB
117882014-12-13 Joel Brobecker <brobecker@adacore.com>
11789
11790 * gdb.ada/str_uninit: New testcase.
11791
5537b577
JK
117922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11793
11794 PR symtab/17642
11795 * gdb.base/vla-stub-define.c: New file.
11796 * gdb.base/vla-stub.c: New file.
11797 * gdb.base/vla-stub.exp: New file.
11798
bb2ec1b3
TT
117992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11800 Jan Kratochvil <jan.kratochvil@redhat.com>
11801 Tom Tromey <tromey@redhat.com>
11802
11803 * configure.ac: Add gdb.compile/.
11804 * configure: Regenerate.
11805 * gdb.compile/Makefile.in: New file.
11806 * gdb.compile/compile-ops.exp: New file.
11807 * gdb.compile/compile-ops.c: New file.
11808 * gdb.compile/compile-tls.c: New file.
11809 * gdb.compile/compile-tls.exp: New file.
11810 * gdb.compile/compile-constvar.S: New file.
11811 * gdb.compile/compile-constvar.c: New file.
11812 * gdb.compile/compile-mod.c: New file.
11813 * gdb.compile/compile-nodebug.c: New file.
11814 * gdb.compile/compile-setjmp-mod.c: New file.
11815 * gdb.compile/compile-setjmp.c: New file.
11816 * gdb.compile/compile-setjmp.exp: New file.
11817 * gdb.compile/compile-shlib.c: New file.
11818 * gdb.compile/compile.c: New file.
11819 * gdb.compile/compile.exp: New file.
11820 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11821
4ff709eb
TT
118222014-12-12 Tom Tromey <tromey@redhat.com>
11823
11824 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11825 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11826
6dddd6a5
DE
118272014-12-12 Doug Evans <dje@google.com>
11828
11829 * lib/gdb-python.exp (get_python_valueof): New function.
11830 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11831
71c24708
AA
118322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11833
11834 * gdb.base/completion.exp: Add test for completion of "info
11835 registers ".
11836
3e29f34a
MR
118372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11838
11839 * gdb.base/func-ptrs.c: New file.
11840 * gdb.base/func-ptrs.exp: New file.
11841
fc126975
SM
118422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11843
11844 PR breakpoints/17012
11845 * gdb.base/dprintf-detach.c: New file.
11846 * gdb.base/dprintf-detach.exp: New file.
11847
0a46d518
SM
118482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11849
11850 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11851 * lib/gdb.exp (target_is_gdbserver): New procedure.
11852
a0be3e44
DE
118532014-12-08 Doug Evans <dje@google.com>
11854
11855 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11856
df1b803a
YQ
118572014-12-05 Yao Qi <yao@codesourcery.com>
11858
11859 * gdb.guile/scm-error.exp: Remove the third argument to
11860 gdb_remote_download.
11861 * gdb.guile/scm-frame-args.exp: Likewise.
11862 * gdb.guile/scm-section-script.exp: Likewise.
11863
ddb9f679
YQ
118642014-12-05 Yao Qi <yao@codesourcery.com>
11865
11866 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11867
86e4ed39
DE
118682014-12-04 Doug Evans <dje@google.com>
11869
11870 * gdb.python/py-objfile.exp: Add tests for
11871 objfile.add_separate_debug_file.
11872
7c50a931
DE
118732014-12-04 Doug Evans <dje@google.com>
11874
11875 * lib/gdb.exp (get_build_id): New function.
11876 (build_id_debug_filename_get): Rewrite to use it.
11877 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11878
621661e3
MR
118792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11880
11881 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11882 `method(long)', not just 0x0.
11883 * gdb.cp/nsalias.exp: Align code labels to 4.
11884 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11885 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11886 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11887 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11888 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11889 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11890
29f0c3b7
DE
118912014-12-02 Doug Evans <dje@google.com>
11892
e1e061e7 11893 PR symtab/17602
29f0c3b7 11894 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11895 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11896 * gdb.cp/anon-ns.exp: Update.
11897
162078c8
NB
118982014-12-02 Nick Bull <nicholaspbull@gmail.com>
11899
11900 * gdb.python/py-events.py (inferior_call_handler): New.
11901 (register_changed_handler, memory_changed_handler): New.
11902 (test_events.invoke): Register new handlers.
11903 * gdb.python/py-events.exp: Add tests for inferior call,
11904 memory_changed and register_changed events.
11905
fdb09caf
AA
119062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11907
11908 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11909 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11910 if the linker doesn't understand this.
11911
55cfb2c4
SM
119122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11913
11914 * gdb.python/python.exp: Change expected reply to help().
11915
9e8cd6df
YQ
119162014-12-01 Yao Qi <yao@codesourcery.com>
11917
11918 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11919 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11920 * configure: Re-generated.
11921
6c659fc2
SC
119222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11923
11924 * gdb.cp/chained-calls.cc: New file.
11925 * gdb.cp/chained-calls.exp: New file.
11926 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11927
d7fc3181
SM
119282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11929
11930 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11931 * gdb.dwarf2/symtab-producer.exp: Same.
11932 * gdb.gdb/python-interrupts.exp: Same.
11933 * gdb.gdb/python-selftest.exp: Same.
11934 * gdb.python/py-linetable.exp: Same.
11935 * gdb.python/py-type.exp: Same.
11936 * gdb.python/py-value-cc.exp: Same.
11937 * gdb.python/py-value.exp: Same.
11938
10e79639
YQ
119392014-11-28 Yao Qi <yao@codesourcery.com>
11940
11941 * gdb.base/break-probes.exp: Match library name prefixed with
11942 sysroot.
11943
f28a0564
SM
119442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11945
11946 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11947 test expected output. Add parentheses for the call to print.
11948 Remove L suffix from integers.
11949
3fe1ce1d
DE
119502014-11-26 Doug Evans <dje@google.com>
11951
11952 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11953
84429e27
YQ
119542014-11-22 Yao Qi <yao@codesourcery.com>
11955
11956 * gdb.trace/entry-values.c: Remove asms.
11957 (foo): Add foo_label.
11958 (bar): Add bar_label.
11959 * gdb.trace/entry-values.exp: Remove code computing foo's
11960 length and bar's length.
11961 (Dwarf::assemble): Invoke function_range for bar and use
11962 MACRO_AT_func for foo.
11963
26741859
YQ
119642014-11-22 Yao Qi <yao@codesourcery.com>
11965
11966 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11967 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11968 Use .Lgcc43_procstart instead of gcc43.
11969
45e44d27
JB
119702014-11-21 Joel Brobecker <brobecker@adacore.com>
11971
11972 * gdb.ada/n_arr_bound: New testcase.
11973
458c8db8
SDJ
119742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11975
11976 PR breakpoints/10737
11977 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11978 test_catch_syscall_multi_arch.
11979 (test_catch_syscall_multi_arch): New function.
11980
43f3e411
DE
119812014-11-20 Doug Evans <xdje42@gmail.com>
11982
11983 * gdb.base/maint.exp: Update expected output.
11984
0d7b2549
AA
119852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11986
11987 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11988 4-byte instruction on S390.
11989
8908fca5
JB
119902014-11-19 Joel Brobecker <brobecker@adacore.com>
11991
11992 * gdb.ada/arr_arr: New testcase.
11993
4a46959e
JB
119942014-11-19 Joel Brobecker <brobecker@adacore.com>
11995
11996 * gdb.ada/pkd_arr_elem: New Testcase.
11997
470e2f4e
LM
119982014-11-18 Luis Machado <lgustavo@codesourcery.com>
11999
12000 * gdb.reverse/break-precsave: Expect completion message for
12001 core file reads.
12002 * gdb.reverse/consecutive-precsave.exp: Likewise.
12003 * gdb.reverse/finish-precsave.exp: Likewise.
12004 * gdb.reverse/i386-precsave.exp: Likewise.
12005 * gdb.reverse/machinestate-precsave.exp: Likewise.
12006 * gdb.reverse/sigall-precsave.exp: Likewise.
12007 * gdb.reverse/solib-precsave.exp: Likewise.
12008 * gdb.reverse/step-precsave.exp: Likewise.
12009 * gdb.reverse/until-precsave.exp: Likewise.
12010 * gdb.reverse/watch-precsave.exp: Likewise.
12011
a267f3ad
AA
120122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12013
12014 * gdb.base/bp-permanent.c: Include unistd.h.
12015 * gdb.python/py-framefilter-mi.c (main): Add return type.
12016 * gdb.python/py-framefilter.c (main): Likewise.
12017 * gdb.trace/actions-changed.c (main): Likewise.
12018
12084a9a
AA
120192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12020
12021 * gdb.mi/until.c: Add eye-catchers.
12022 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12023 line numbers.
12024
dc7e1a77
AA
120252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12026
12027 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12028 function header variants in break1.c.
12029 * gdb.base/ena-dis-br.exp: Likewise.
12030 * gdb.base/hbreak2.exp: Likewise.
12031 * gdb.reverse/until-precsave.exp: Drop references to removed
12032 non-prototype function header variants in ur1.c.
12033 * gdb.reverse/until-reverse.exp: Likewise.
12034
41c77605
PM
120352014-11-17 Petr Machata <pmachata@redhat.com>
12036
12037 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12038 ${_cu_offset_size} bytes abbrev offset.
12039
34248c3a
DE
120402014-11-15 Doug Evans <xdje42@gmail.com>
12041
12042 PR symtab/17559
12043 * gdb.base/line-symtabs.exp: New file.
12044 * gdb.base/line-symtabs.c: New file.
12045 * gdb.base/line-symtabs.h: New file.
12046
646da059
YQ
120472014-11-14 Yao Qi <yao@codesourcery.com>
12048
12049 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12050 (func): Add label func_label.
12051 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12052 Replace low_pc and high_pc with MACRO_AT_range.
12053 Replace name, low_pc and high_pc with MACRO_AT_func.
12054
9301ebe6
YQ
120552014-11-14 Yao Qi <yao@codesourcery.com>
12056
12057 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12058 Replace name, low_pc and high_pc with MACRO_AT_func.
12059
f166b542
YQ
120602014-11-14 Yao Qi <yao@codesourcery.com>
12061
12062 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12063 produce debug information.
12064 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12065
0f6e71e3
YQ
120662014-11-14 Yao Qi <yao@codesourcery.com>
12067
12068 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12069 object and get function length.
12070 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12071 with MACRO_AT_func.
12072 (top-level): Replace gdb_compile and clean_restart with
12073 prepare_for_testing.
12074 * gdb.dwarf2/main.c (main): Add label main_label.
12075
876c4df9
YQ
120762014-11-14 Yao Qi <yao@codesourcery.com>
12077
12078 * lib/dwarf.exp (function_range): New procedure.
12079 (Dwarf::_handle_macro_at_func): New procedure.
12080 (Dwarf::_handle_macro_at_range): New procedure.
12081 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12082
02ad9cf1
YQ
120832014-11-14 Yao Qi <yao@codesourcery.com>
12084
12085 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12086 (_handle_attribute): New procedure.
12087
a59add0c
AA
120882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12089
12090 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12091 * gdb.base/call-sc.c (zed): Likewise.
12092 * gdb.base/checkpoint.c (main): Likewise.
12093 * gdb.base/dump.c (main): Likewise.
12094 * gdb.base/gcore.c (main): Likewise.
12095 * gdb.base/huge.c (main): Likewise.
12096 * gdb.base/multi-forks.c (main): Likewise.
12097 * gdb.base/pr10179-a.c (main): Likewise.
12098 * gdb.base/savedregs.c (main): Likewise.
12099 * gdb.base/sigaltstack.c (main): Likewise.
12100 * gdb.base/siginfo.c (main): Likewise.
12101 * gdb.base/structs.c (zed): Likewise.
12102 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12103 * gdb.mi/mi-syn-frame.c (main): Likewise.
12104 * gdb.mi/until.c (foo, main): Likewise.
12105 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12106 * gdb.base/solib-weak.c (foo): Declare.
12107 * gdb.base/attach-twice.c: Include stdio.h.
12108 * gdb.base/weaklib1.c: Likewise.
12109 * gdb.base/weaklib2.c: Likewise.
12110 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12111 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12112 unistd.h.
12113 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12114 * gdb.mi/mi-exit-code.c: Likewise.
12115 * gdb.base/break-interp-lib.c: Include string.h.
12116 * gdb.base/coremaker.c: Likewise.
12117 * gdb.base/testenv.c: Likewise.
12118 * gdb.python/py-finish-breakpoint.c: Likewise.
12119 * gdb.base/inferior-died.c: Include sys/wait.h.
12120 * gdb.base/fileio.c: Include time.h.
12121 * gdb.base/async-shell.c: Include unistd.h.
12122 * gdb.base/dprintf-non-stop.c: Likewise.
12123 * gdb.base/info-os.c: Likewise.
12124 * gdb.mi/mi-console.c: Likewise.
12125 * gdb.mi/watch-nonstop.c: Likewise.
12126 * gdb.python/py-events.c: Likewise.
12127 * gdb.base/async.c (baz): Move up before its invocation.
12128 * gdb.base/code_elim2.c (my_global_func): Likewise.
12129 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12130 * gdb.base/advance.c (func2): Likewise.
12131
3b5d5997
AA
121322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12133
12134 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12135 variant.
12136 * gdb.base/annota3.c: Likewise.
12137 * gdb.base/async.c: Likewise.
12138 * gdb.base/average.c: Likewise.
12139 * gdb.base/call-ar-st.c: Likewise.
12140 * gdb.base/call-rt-st.c: Likewise.
12141 * gdb.base/call-sc.c: Likewise.
12142 * gdb.base/call-strs.c: Likewise.
12143 * gdb.base/ending-run.c: Likewise.
12144 * gdb.base/execd-prog.c: Likewise.
12145 * gdb.base/exprs.c: Likewise.
12146 * gdb.base/foll-exec.c: Likewise.
12147 * gdb.base/foll-fork.c: Likewise.
12148 * gdb.base/foll-vfork.c: Likewise.
12149 * gdb.base/funcargs.c: Likewise.
12150 * gdb.base/gcore.c: Likewise.
12151 * gdb.base/jump.c: Likewise.
12152 * gdb.base/langs0.c: Likewise.
12153 * gdb.base/langs1.c: Likewise.
12154 * gdb.base/langs2.c: Likewise.
12155 * gdb.base/mips_pro.c: Likewise.
12156 * gdb.base/nodebug.c: Likewise.
12157 * gdb.base/opaque0.c: Likewise.
12158 * gdb.base/opaque1.c: Likewise.
12159 * gdb.base/recurse.c: Likewise.
12160 * gdb.base/run.c: Likewise.
12161 * gdb.base/scope0.c: Likewise.
12162 * gdb.base/scope1.c: Likewise.
12163 * gdb.base/setshow.c: Likewise.
12164 * gdb.base/setvar.c: Likewise.
12165 * gdb.base/shmain.c: Likewise.
12166 * gdb.base/shr1.c: Likewise.
12167 * gdb.base/shr2.c: Likewise.
12168 * gdb.base/sigall.c: Likewise.
12169 * gdb.base/signals.c: Likewise.
12170 * gdb.base/so-indr-cl.c: Likewise.
12171 * gdb.base/solib2.c: Likewise.
12172 * gdb.base/structs.c: Likewise.
12173 * gdb.base/sum.c: Likewise.
12174 * gdb.base/vforked-prog.c: Likewise.
12175 * gdb.base/watchpoint.c: Likewise.
12176 * gdb.reverse/shr2.c: Likewise.
12177 * gdb.reverse/until-reverse.c: Likewise.
12178 * gdb.reverse/ur1.c: Likewise.
12179 * gdb.reverse/watch-reverse.c: Likewise.
12180
066a77c5
AA
121812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12182
12183 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12184 variant.
12185 * gdb.base/sepdebug.exp: Drop references to removed code.
12186
4f204ea5
AA
121872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12188
12189 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12190 variant. Preserve original line numbering.
12191 * gdb.base/list1.c: Likewise.
12192
3b377a3a
AA
121932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12194
12195 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12196 variant.
12197 * gdb.base/break1.c: Likewise.
12198 * gdb.base/break.exp: Drop references to removed code.
12199
e444df73
AA
122002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12201
12202 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12203 variant.
12204
8008f2a7
AA
122052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12206
12207 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12208
a5a06887
AA
122092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12210
12211 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12212 logic into perform_all_tests() and invoke it with and without
12213 function header prototypes.
12214 (do_function_calls): Remove conditional XFAIL for PR 5318.
12215 (rerun_and_prepare): Remove duplicate code.
12216 (perform_all_tests): New. Main logic moved here.
12217
44dba9b9
AA
122182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12219
12220 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12221 code guarded by #ifdef NO_PROTOTYPES.
12222 (t_double_many_args): Likewise.
12223 (DEF_FUNC_MANY_ARGS_1): Likewise.
12224 (DEF_FUNC_VALUES_1): Likewise.
12225 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12226 guarded by #ifdef PROTOTYPES.
12227
d1fbcd56
AA
122282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12229
12230 * gdb.mi/mi-console.c: Add eye-catcher.
12231 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12232 instead of literal line number.
12233
b0e59b8f
AA
122342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12235
12236 * gdb.base/shr2.c: Add eye-catcher.
12237 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12238 line number.
12239
78f98cca
AA
122402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12241
12242 * gdb.base/jump.c: Add eye-catchers.
12243 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12244 numbers.
12245
58fa2af0
AA
122462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12247
12248 * gdb.base/execd-prog.c: Add eye-catchers.
12249 * gdb.base/foll-exec.c: Likewise.
12250 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12251 line numbers.
12252
04e5059b
AA
122532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12254
12255 * gdb.base/ending-run.c: Add eye-catchers.
12256 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12257 literal line numbers.
12258
dbfdb174
AA
122592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12260
12261 * gdb.base/call-rt-st.c: Add eye-catchers.
12262 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12263 literal line numbers.
12264
888a2ade
AA
122652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12266
12267 * gdb.base/call-ar-st.c: Add eye-catchers.
12268 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12269 literal line numbers.
12270
6acc2dde
AA
122712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12272
12273 * gdb.base/average.c: Add eye-catchers.
12274 * gdb.base/sum.c: Likewise.
12275 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12276 regexps dynamically.
12277
9ecfcd1d
AA
122782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12279
12280 * gdb.base/solib1.c: Add eye-catchers.
12281 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12282 literal line numbers.
12283
78708b7c
PA
122842014-11-12 Pedro Alves <palves@redhat.com>
12285
12286 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12287 leader has exited.
12288
af48d08f
PA
122892014-11-12 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.arch/i386-bp_permanent.c: New file.
12292 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12293 (srcfile): Set to i386-bp_permanent.c.
12294 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12295 that stepi does not execute the 'leave' instruction, instead of
12296 testing it does execute.
12297 * gdb.base/bp-permanent.c: New file.
12298 * gdb.base/bp-permanent.exp: New file.
12299
af3768e9
DE
123002014-11-10 Doug Evans <xdje42@gmail.com>
12301
12302 PR symtab/17564
12303 * gdb.base/symtab-search-order.exp: New file.
12304 * gdb.base/symtab-search-order.c: New file.
12305 * gdb.base/symtab-search-order-1.c: New file.
12306 * gdb.base/symtab-search-order-shlib-1.c: New file.
12307
9de00a4a
PA
123082014-11-07 Pedro Alves <palves@redhat.com>
12309
12310 PR gdb/17511
12311 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12312 i?86-*-linux*.
12313
e0f52461
SC
123142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12315
12316 PR c++/17494
12317 * gdb.cp/pr17494.cc: New file.
12318 * gdb.cp/pr17494.exp: New file.
12319
6ce8c980
YQ
123202014-11-02 Yao Qi <yao@codesourcery.com>
12321
12322 * gdb.python/python.exp: Get working directory and match the
12323 output of "set extended-prompt \\w " with it.
12324
02be9a71
DE
123252014-10-30 Doug Evans <dje@google.com>
12326
12327 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12328 in objfiles.
12329 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12330 in progspaces.
12331
3bdff46b
LM
123322014-10-30 Janis Johnson <janisjo@codesourcery.com>
12333
12334 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12335 * gdb.base/realname-expand.exp: Likewise.
12336 * gdb.linespec/macro-relative.exp: Likewise.
12337
ab917dfb
PA
123382014-10-29 Pedro Alves <palves@redhat.com>
12339
12340 PR gdb/17408
12341 * gdb.threads/schedlock.c (some_function): New function.
12342 (call_function): New global.
12343 (MAYBE_CALL_SOME_FUNCTION): New macro.
12344 (thread_function): Call it.
12345 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12346 and use it instead of a global counter. Adjust all callers.
12347 (get_current_thread): Use "find current thread" for test message
12348 here rather than having all callers pass down the same string.
12349 (goto_loop): New procedure, factored out from ...
12350 (my_continue): ... this.
12351 (step_ten_loops): Change parameter from test message to command to
12352 use. Adjust.
12353 (list_count): Delete global.
12354 (check_result): New procedure, factored out from duplicate top
12355 level code.
12356 (continue tests): Wrap in with_test_prefix.
12357 (test_step): New procedure, factored out from duplicate top level
12358 code.
12359 (top level): Test "step" in combination with all scheduler-locking
12360 modes. Test "next" in combination with all scheduler-locking
12361 modes, and in combination with stepping over a function call or
12362 not.
12363 * gdb.threads/next-bp-other-thread.c: New file.
12364 * gdb.threads/next-bp-other-thread.exp: New file.
12365
d3d4baed
PA
123662014-10-29 Pedro Alves <palves@redhat.com>
12367
12368 PR python/17372
12369 * gdb.python/python.exp: Test a multi-line command that spawns
12370 interactive Python.
12371 * gdb.base/multi-line-starts-subshell.exp: New file.
12372
563e8d85
YQ
123732014-10-29 Yao Qi <yao@codesourcery.com>
12374
12375 * gdb.base/fileio.exp: Make directories on host.
12376
0ea4d52e
YQ
123772014-10-29 Yao Qi <yao@codesourcery.com>
12378
12379 * gdb.base/fileio.c (test_write): Close the file.
12380
7f5ef605
PA
123812014-10-28 Pedro Alves <palves@redhat.com>
12382
12383 PR gdb/12623
12384 * gdb.base/sigstep.c (no_handler): New global.
12385 (main): If 'no_handler is true, set the signal handlers to
12386 SIG_IGN.
12387 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12388 with_sw_watch and no_handler parameters. Handle them.
12389 (top level) <stepping over handler when stopped at a breakpoint
12390 test>: Add a test axis for testing with a software watchpoint, and
12391 another for testing with the signal handler set to SIG_IGN.
12392 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12393 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12394
abbdbd03
PA
123952014-10-28 Pedro Alves <palves@redhat.com>
12396
12397 PR gdb/17511
12398 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12399 * gdb.base/sigstep.exp (other_handler_location): New global.
12400 (advance): Support stepping into the signal handler, and running
12401 commands while in the handler.
12402 (in_handler_map): New global.
12403 (top level): In the advance test, add combinations for getting
12404 into the handler with stepping commands, and for running commands
12405 in the handler. Add comment descripting the advancei tests.
12406
1df4399f
PA
124072014-10-28 Pedro Alves <palves@redhat.com>
12408
12409 * gdb.base/sigstep.exp: Use build_executable instead of
12410 prepare_for_testing.
12411 (top level): Move code that starts GDB, runs to main and creates a
12412 display to ...
12413 (restart): ... this new procedure.
12414 (top level): Move backtrace from signal handler test to ...
12415 (validate_backtrace): ... this new procedure.
12416 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12417 with_test_prefix. Always restart GDB.
12418 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12419 with_test_prefix. Always restart GDB. No need to delete
12420 breakpoints after the test.
12421 (test_skip_handler): Remove prefix parameter.
12422 (skip_over_handler, breakpoint_to_handler)
12423 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12424 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12425 restart GDB. No need to delete breakpoints after the test.
12426 (top level): Use foreach to call the test procedures with
12427 different commands.
12428
a5b6e449
PA
124292014-10-28 Pedro Alves <palves@redhat.com>
12430
12431 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12432 instead of GNATS numbers.
12433 * gdb.base/sigbpt.exp: Likewise.
12434 * gdb.base/siginfo.exp: Likewise.
12435 * gdb.base/sigstep.exp: Likewise.
12436
e5f8a7cc
PA
124372014-10-27 Pedro Alves <palves@redhat.com>
12438
12439 * gdb.base/sigstep.c (dummy): New global.
12440 (main): Issue a couple writes to the new global.
12441 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12442 procedures.
12443 (skip_over_handler): Use test_skip_handler.
12444 (top level): Call skip_over_handler for stepi and nexti too.
12445 (breakpoint_over_handler): Use test_skip_handler.
12446 (top level): Call breakpoint_over_handler for stepi and nexti too.
12447
763905a3
YQ
124482014-10-27 Yao Qi <yao@codesourcery.com>
12449
12450 * gdb.trace/tfile.c (adjust_function_address)
12451 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12452 function descriptor.
12453
6f259a23
DB
124542014-10-24 Don Breazeal <donb@codesourcery.com>
12455
12456 * gdb.base/foll-fork.exp (test_follow_fork,
12457 catch_fork_child_follow): Check for updated fork messages emitted
12458 from infrun.c.
12459 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12460 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12461 vfork_and_exec_child_follow_through_step): Check for updated vfork
12462 messages emitted from infrun.c.
12463
09dd9a69
PA
124642014-10-24 Pedro Alves <palves@redhat.com>
12465
12466 * gdb.base/corefile.exp: Remove references to ultrix.
12467 * gdb.base/interrupt.exp: Likewise.
12468 * gdb.base/whatis.exp: Likewise.
12469 * gdb.gdb/selftest.exp: Likewise.
12470 * gdb.threads/manythreads.exp: Likewise.
12471 * gdb.threads/print-threads.exp: Likewise.
12472 * gdb.threads/pthreads.exp:: Likewise.
12473 * gdb.threads/schedlock.exp: Likewise.
12474
3433cfa5
SC
124752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12476
12477 * gdb.cp/non-trivial-retval.cc: Add a test case.
12478 * gdb.cp/non-trivial-retval.exp: Add a test.
12479
092f880b
YQ
124802014-10-20 Yao Qi <yao@codesourcery.com>
12481
12482 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12483 * gdb.python/py-objfile-script-gdb.py: New file.
12484 * gdb.python/py-objfile-script.exp: Update reference to
12485 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12486 of remote_download. Remove the dest file.
12487
acbdb7f3
YQ
124882014-10-20 Yao Qi <yao@codesourcery.com>
12489
12490 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12491 * gdb.base/step-line.exp: Likewise.
12492 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12493 * gdb.dwarf2/dw2-basic.exp: Likewise.
12494 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12495 * gdb.dwarf2/dw2-filename.exp: Likewise.
12496 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12497 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12498 * gdb.dwarf2/dw2-producer.exp: Likewise.
12499 * gdb.dwarf2/mac-fileno.exp: Likewise.
12500 * gdb.python/py-frame-args.exp: Likewise.
12501 * gdb.python/py-framefilter.exp: Likewise.
12502 * gdb.python/py-mi.exp: Likewise.
12503 * gdb.python/py-objfile-script.exp: Likewise
12504 * gdb.python/py-pp-integral.exp: Likewise.
12505 * gdb.python/py-pp-re-notag.exp: Likewise.
12506 * gdb.python/py-prettyprint.exp: Likewise.
12507 * gdb.python/py-section-script.exp: Likewise.
12508 * gdb.python/py-typeprint.exp: Likewise.
12509 * gdb.python/py-xmethods.exp: Likewise.
12510 * gdb.stabs/weird.exp: Likewise.
12511 * gdb.xml/tdesc-regs.exp: Likewise.
12512
bd286a29
KCY
125132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12514
12515 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12516 (out_cu): Use addr_len for the size of addresses.
12517 (out_line): Likewise. Size DW_LNE_set_address instruction
12518 according to addr_len.
12519 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12520 (FUNC): Add START_INSNS to definition.
12521
673dc4a0
YQ
125222014-10-18 Yao Qi <yao@codesourcery.com>
12523
12524 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12525 gdb_has_argv0 return true.
12526 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12527 check [target_info exists noargs], check [gdb_has_argv0]
12528 instead.
12529 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12530 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12531 procedures.
12532
4ffbba72
DE
125332014-10-17 Doug Evans <dje@google.com>
12534
12535 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12536 event.
12537 * gdb.python/py-events.py: Add clear_objfiles event.
12538
d096d8c1
DE
125392014-10-17 Doug Evans <dje@google.com>
12540
12541 * gdb.python/py-objfile.exp: Test progspace attribute.
12542
a80db015
LM
125432014-10-17 Luis Machado <lgustavo@codesourcery.com>
12544
12545 * gdb.guile/scm-breakpoint.exp: Do not assume any
12546 directory separators when matching source file paths.
12547 * gdb.python/py-breakpoint.exp: Likewise.
12548 * gdb.reverse/break-precsave.exp: Likewise.
12549 * gdb.reverse/break-reverse.exp: Likewise.
12550 * gdb.reverse/consecutive-precsave.exp: Likewise.
12551 * gdb.reverse/finish-precsave.exp: Likewise.
12552 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12553 * gdb.reverse/finish-reverse.exp: Likewise.
12554 * gdb.reverse/i386-precsave.exp: Likewise.
12555 * gdb.reverse/i387-env-reverse.exp: Likewise.
12556 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12557 * gdb.reverse/machinestate-precsave.exp: Likewise.
12558 * gdb.reverse/machinestate.exp: Likewise.
12559 * gdb.reverse/sigall-precsave.exp: Likewise.
12560 * gdb.reverse/solib-precsave.exp: Likewise.
12561 * gdb.reverse/step-precsave.exp: Likewise.
12562 * gdb.reverse/until-precsave.exp: Likewise.
12563 * gdb.reverse/watch-precsave.exp: Likewise.
12564 * gdb.reverse/watch-reverse.exp: Likewise.
12565
b22089ab
YQ
125662014-10-17 Yao Qi <yao@codesourcery.com>
12567
12568 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12569 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12570
6c4486e6
PA
125712014-10-17 Pedro Alves <palves@redhat.com>
12572
12573 PR gdb/17471
12574 * gdb.base/bg-execution-repeat.c: New file.
12575 * gdb.base/bg-execution-repeat.exp: New file.
12576
0ff33695
PA
125772014-10-17 Pedro Alves <palves@redhat.com>
12578
12579 PR gdb/17300
12580 * gdb.base/continue-all-already-running.c: New file.
12581 * gdb.base/continue-all-already-running.exp: New file.
12582
6fdebc3d
PA
125832014-10-17 Pedro Alves <palves@redhat.com>
12584
12585 PR gdb/17472
12586 * gdb.base/annota-input-while-running.c: New file.
12587 * gdb.base/annota-input-while-running.exp: New file.
12588
32a8097b
PA
125892014-10-17 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.base/callfuncs.exp: emove references to osf.
12592 * gdb.base/sigall.exp: Likewise.
12593 * gdb.gdb/selftest.exp: Likewise.
12594 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12595 * gdb.mi/non-stop.c: Likewise.
12596 * gdb.mi/pthreads.c: Likewise.
12597 * gdb.reverse/sigall-precsave.exp: Likewise.
12598 * gdb.reverse/sigall-reverse.exp: Likewise.
12599 * gdb.threads/pthreads.c: Likewise.
12600 * gdb.threads/pthreads.exp: Likewise.
12601
7a3517ff
YQ
126022014-10-17 Yao Qi <yao@codesourcery.com>
12603
12604 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12605 check 'target_info exists noargs'.
12606 (test_command_prompt_position): Likewise.
12607 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12608 Remove "set args".
12609 (progvar_simple_while_test): Likewise.
12610 (progvar_complex_if_while_test): Likewise.
12611 (if_while_breakpoint_command_test): Likewise.
12612 (infrun_breakpoint_command_test): Likewise.
12613 (breakpoint_command_test): Likewise.
12614 (watchpoint_command_test): Likewise.
12615 (bp_deleted_in_command_test): Likewise.
12616 (temporary_breakpoint_commands): Likewise.
12617
bb99c472
YQ
126182014-10-16 Yao Qi <yao@codesourcery.com>
12619
12620 * gdb.base/remotetimeout.exp: Remove noargs checking.
12621
7c16b83e
PA
126222014-10-15 Pedro Alves <palves@redhat.com>
12623
12624 PR breakpoints/9649
12625 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12626 * gdb.base/breakpoint-in-ro-region.exp
12627 (probe_target_hardware_step): New procedure.
12628 (top level): Probe hardware stepping and hardware breakpoint
12629 support. Test stepping through a read-only region, with both
12630 "breakpoint auto-hw" on and off and both "always-inserted" on and
12631 off.
12632
35a49624
IB
126332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12634
12635 * gdb.dlang/demangle.exp: Update for demangling changes.
12636
2d1c107c
SC
126372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12638
12639 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12640 * gdb.cp/non-trivial-retval.exp: Add new tests.
12641
778811d5
SC
126422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12643
12644 PR c++/13403
12645 PR c++/15154
12646 * gdb.cp/non-trivial-retval.cc: New file.
12647 * gdb.cp/non-trivial-retval.exp: New file.
12648
10c5f0a8
YQ
126492014-10-15 Yao Qi <yao@codesourcery.com>
12650
12651 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12652 remote host.
12653
65d7b369
YQ
126542014-10-15 Yao Qi <yao@codesourcery.com>
12655
12656 * gdb.python/py-symbol.exp: Match file base name if host is
12657 remote, otherwise match file name with dir name.
12658 * gdb.python/py-symtab.exp: Likewise.
12659 * gdb.python/python.exp: Likewise.
12660
46dc1394
YQ
126612014-10-15 Yao Qi <yao@codesourcery.com>
12662
12663 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12664 pattern.
12665 * gdb.python/py-symtab.exp: Likewise.
12666 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12667 locationn.
12668
c40cc657
JB
126692014-10-14 Joel Brobecker <brobecker@adacore.com>
12670
12671 * gdb.ada/addr_arith: New testcase.
12672
2abf49e1
MR
126732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12674
12675 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12676 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12677 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12678 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12679
f7088df3
SDJ
126802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12681
12682 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12683 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12684 * gdb.arch/stap-eval-lang-ada.exp: New file.
12685
4dc06805
YQ
126862014-10-14 Yao Qi <yao@codesourcery.com>
12687
12688 * gdb.mi/mi-var-child.c (nothing1): New function.
12689 (nothing2): New function.
12690 (do_children_tests): Set function pointers by nothing1 and
12691 nothing2.
12692 * gdb.mi/mi-var-child.exp: Step over new added statements.
12693 Update test to match the new output.
12694 * gdb.mi/var-cmd.c (nothing1): New function.
12695 (nothing2): New function.
12696 (do_children_tests): Set function pointers by nothing1 and
12697 nothing2.
12698 * gdb.mi/mi-var-display.exp: Update test to match output.
12699 Step to the line specified by $line_dct_nothing.
12700 Increase the number of lines to step.
12701
46a93de2
YQ
127022014-10-14 Yao Qi <yao@codesourcery.com>
12703
12704 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12705 tests.
12706 * gdb.mi/mi2-var-child.exp: Likewise.
12707
14ea52ee
DE
127082014-10-13 Doug Evans <dje@google.com>
12709
12710 * gdb.python/py-objfile.exp: Change name of file name test.
12711
e5c6e92b
DE
127122014-10-13 Doug Evans <dje@google.com>
12713
12714 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12715 from the start of the CU.
12716
c780cc2f
JK
127172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12718 Yao Qi <yao@codesourcery.com>
12719
12720 Fix "save breakpoints" for "catch" command.
12721 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12722 Remove -nonewline. Match also the added "main" line.
12723
99894e11
JK
127242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12725
12726 Fix "save breakpoints" for "disable $bpnum" command.
12727 * gdb.base/save-bp.c (main): Add label.
12728 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12729
6e1ac5a3
JK
127302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12731
12732 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12733
754dd2b0
YQ
127342014-10-11 Yao Qi <yao@codesourcery.com>
12735
12736 * gdb.server/server-kill.exp: Execute command
12737 "set remote trace-status-packet on" before "tstatus".
12738
f90183d7
YQ
127392014-10-11 Yao Qi <yao@codesourcery.com>
12740
12741 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12742 (main): Call getppid.
12743 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12744 and continue to it. Read variable "server_pid".
12745
bf40a607
YQ
127462014-10-11 Yao Qi <yao@codesourcery.com>
12747
12748 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12749
052ca370
YQ
127502014-10-11 Yao Qi <yao@codesourcery.com>
12751
12752 * gdb.threads/thread-find.exp: Don't execute command
12753 "info threads".
12754 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12755 * gdb.threads/linux-dp.exp: Don't check the condition
12756 $threads_created equals to zero.
12757
3831839c
PA
127582014-10-10 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.base/bigcore.exp: Remove references to IRIX.
12761 * gdb.base/funcargs.exp: Likewise.
12762 * gdb.base/interrupt.exp: Likewise.
12763 * gdb.base/mips_pro.exp: Likewise.
12764 * gdb.base/nodebug.exp: Likewise.
12765 * gdb.base/setvar.exp: Likewise.
12766 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12767
8b9a549d
PA
127682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12769 Pedro Alves <palves@redhat.com>
12770
12771 PR symtab/14466
12772 * gdb.base/vdso-warning.c: New file.
12773 * gdb.base/vdso-warning.exp: New file.
12774
d48ba5e8
DE
127752014-10-02 Doug Evans <dje@google.com>
12776
12777 * gdb.base/structs.c (main): Don't run forever.
12778
2278c276
PA
127792014-10-02 Pedro Alves <palves@redhat.com>
12780
12781 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12782 (top level) <stop threads 1, stop threads 2>: Use it.
12783
b57bacec
PA
127842014-10-02 Pedro Alves <palves@redhat.com>
12785
12786 * gdb.threads/break-while-running.exp (test): Add new
12787 'update_thread_list' argument. Skip "info threads" if false.
12788 (top level): Add new 'update_thread_list' axis.
12789
13fd3ff3
PA
127902014-10-02 Pedro Alves <palves@redhat.com>
12791
12792 PR breakpoints/17431
12793 * gdb.base/execl-update-breakpoints.c: New file.
12794 * gdb.base/execl-update-breakpoints.exp: New file.
12795
0fec99e8
PA
127962014-10-01 Pedro Alves <palves@redhat.com>
12797
12798 * gdb.base/breakpoint-in-ro-region.c: New file.
12799 * gdb.base/breakpoint-in-ro-region.exp: New file.
12800
2ddf4301
SM
128012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12802
12803 * gdb.mi/mi-exit-code.exp: New file.
12804 * gdb.mi/mi-exit-code.c: New file.
12805
6a5f3f43
YQ
128062014-09-30 Yao Qi <yao@codesourcery.com>
12807
12808 * lib/prelink-support.exp (build_executable_own_libs): Error if
12809 the target isn't native.
12810
345bcc73
YQ
128112014-09-30 Yao Qi <yao@codesourcery.com>
12812
12813 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12814 false.
12815
a25a5a45
PA
128162014-09-22 Pedro Alves <palves@redhat.com>
12817
12818 * gdb.threads/break-while-running.exp: New file.
12819 * gdb.threads/break-while-running.c: New file.
12820
00ba3162
YQ
128212014-09-19 Yao Qi <yao@codesourcery.com>
12822
12823 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12824 Invoke test. Restart GDB with --readnow and invoke test again.
12825
c3b7b696
YQ
128262014-09-19 Yao Qi <yao@codesourcery.com>
12827
12828 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12829 proc set_breakpoint_on_gcd_function. Invoke
12830 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12831 invoke set_breakpoint_on_gcd_function again.
12832
2b4fd423
DE
128332014-09-18 Doug Evans <dje@google.com>
12834
12835 * gdb.dwarf2/symtab-producer.exp: New file.
12836
a5947601
SDJ
128372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12838
12839 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12840 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12841 * gdb.base/global-var-nested-by-dso.c: Likewise.
12842 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12843
91c19059
SDJ
128442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12845 Pedro Alves <palves@redhat.com>
12846
12847 * gdb.base/watch-bitfields.exp: Pass string other than test file
12848 name to prepare_for_testing.
12849 (watch): New procedure.
12850 (expect_watchpoint): Use with_test_prefix.
12851 (top level): Factor out tests to ...
12852 (test_watch_location, test_regular_watch): ... these new
12853 procedures, and use with_test_prefix and gdb_continue_to_end.
12854
bb9d5f81
PP
128552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12856
12857 PR breakpoints/12526
12858 * gdb.base/watch-bitfields.exp: New file.
12859 * gdb.base/watch-bitfields.c: New file.
12860
635856f5
PA
128612014-09-16 Pedro Alves <palves@redhat.com>
12862
12863 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12864 software and hardware addresses, not software address against
12865 itself.
12866
7280ceea
PA
128672014-09-16 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12870 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12871
428b16bd
PA
128722014-09-16 Pedro Alves <palves@redhat.com>
12873
12874 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12875 files.
12876 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12877 "*-*-vxworks*" throughout.
12878 * gdb.base/break.exp: Likewise.
12879 * gdb.base/default.exp: Likewise.
12880 * gdb.base/scope.exp: Likewise.
12881 * gdb.base/sepdebug.exp: Likewise.
12882 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12883 throughout.
12884 * gdb.base/run.c: Likewise.
12885 * gdb.base/sepdebug.c: Likewise.
12886 * gdb.hp/gdb.aCC/run.c: Likewise.
12887 * gdb.reverse/until-reverse.c: Likewise.
12888 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12889
666d413c
YQ
128902014-09-16 Yao Qi <yao@codesourcery.com>
12891
12892 * boards/local-remote-host-native.exp: New file.
12893
57cbd724
DE
128942014-09-14 Doug Evans <xdje42@gmail.com>
12895
12896 * gdb.threads/queue-signal.c (thread_count): New variable.
12897 (thread_count_mutex, thread_count_condvar): New variables.
12898 (incr_thread_count, wait_all_threads_running): New functions.
12899 (main): Wait for all threads to be in their thread functions.
12900
81219e53
DE
129012014-09-13 Doug Evans <xdje42@gmail.com>
12902
12903 * gdb.threads/queue-signal.c: New file.
12904 * gdb.threads/queue-signal.exp: New file.
12905
3714cea7
DE
129062014-09-13 Doug Evans <xdje42@gmail.com>
12907
12908 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12909 be consistent with what default_gdb_init uses.
12910 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12911 the plain text of the prompt. Add some logging printfs.
12912 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12913
fa43b1d7
PA
129142014-09-12 Pedro Alves <palves@redhat.com>
12915
12916 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12917 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12918 * gdb.arch/i386-size-overlap.exp: Likewise.
12919 * gdb.arch/i386-size.exp: Likewise.
12920 * gdb.arch/i386-unwind.exp: Likewise.
12921 * gdb.base/a2-run.exp: Likewise.
12922 * gdb.base/break.exp: Likewise.
12923 * gdb.base/charset.exp: Likewise.
12924 * gdb.base/chng-syms.exp: Likewise.
12925 * gdb.base/commands.exp: Likewise.
12926 * gdb.base/dbx.exp: Likewise.
12927 * gdb.base/find.exp: Likewise.
12928 * gdb.base/funcargs.exp: Likewise.
12929 * gdb.base/jit-simple.exp: Likewise.
12930 * gdb.base/reread.exp: Likewise.
12931 * gdb.base/sepdebug.exp: Likewise.
12932 * gdb.base/step-bt.exp: Likewise.
12933 * gdb.cp/mb-inline.exp: Likewise.
12934 * gdb.cp/mb-templates.exp: Likewise.
12935 * gdb.objc/basicclass.exp: Likewise.
12936 * gdb.threads/killed.exp: Likewise.
12937
9d9bf2df
EBM
129382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12939
12940 PR tdep/17379
12941 * gdb.arch/powerpc-stackless.S: New file.
12942 * gdb.arch/powerpc-stackless.exp: New file.
12943
1cf2f1b0
JK
129442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12945
12946 * gdb.base/attach.c: Include unistd.h.
12947 (main): Call alarm. Add label postloop.
12948 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12949 gdb_breakpoint, gdb_continue_to_breakpoint.
12950 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12951
98880d46
PA
129522014-09-11 Pedro Alves <palves@redhat.com>
12953
12954 PR gdb/17347
12955 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12956 * gdb.base/attach.exp (test_command_line_attach_run): New
12957 procedure.
12958 (top level): Call it.
12959
4c92ff2c
PA
129602014-09-11 Pedro Alves <palves@redhat.com>
12961
12962 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12963 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12964 (do_command_attach_tests): Use spawn_wait_for_attach.
12965 * gdb.base/solib-overlap.exp: Likewise.
12966 * gdb.multi/multi-attach.exp: Likewise.
12967 * gdb.python/py-prompt.exp: Likewise.
12968 * gdb.python/py-sync-interp.exp: Likewise.
12969 * gdb.server/ext-attach.exp: Likewise.
12970
3adc1a7d
GKB
129712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12972
12973 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12974 command in testcase. Simplify testcase.
12975
96334934
JB
129762014-09-10 Joel Brobecker <brobecker@adacore.com>
12977
12978 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12979
eb479039
JB
129802014-09-10 Joel Brobecker <brobecker@adacore.com>
12981
12982 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12983
deede10c
JB
129842014-09-10 Joel Brobecker <brobecker@adacore.com>
12985
12986 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12987
7828a5f5
JB
129882014-09-10 Joel Brobecker <brobecker@adacore.com>
12989
12990 * gdb.dwarf2/dynarr-ptr.c: New file.
12991 * gdb.dwarf2/dynarr-ptr.exp: New file.
12992
33aeebcf
MR
129932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12994
12995 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12996 of 30 rather than hardcoding 120 for a slow test case. Take the
12997 `gdb,timeout' target setting into account for this calculation.
12998 Don't extend the timeout for the test cases that don't need it.
12999
7b415901
MR
130002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13001
13002 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13003 a factor of 2 for a slow test case. Take the `gdb,timeout'
13004 target setting into account for this calculation.
13005 * gdb.reverse/until-precsave.exp: Increase the timeout by
13006 a factor of 15 and 3 respectively rather than adding 120
13007 for a pair of slow test cases. Take the `gdb,timeout'
13008 target setting into account for this calculation.
13009
4a40f85a
MR
130102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13011
13012 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13013 timeout, don't pass one down to gdb_expect.
13014 (gdb_expect): Rework timeout selection.
13015
09635af7
MR
130162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13017
13018 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13019 exception on timeout.
13020 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13021 (gdbserver_start_extended): Catch any `gdbserver_start' error
13022 exceptions.
13023 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13024 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13025 `gdbserver_gdb_load' error exceptions.
13026
2bdd10b7
MR
130272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13028
13029 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13030 120 on waiting for the TCP socket to open.
13031
316935f0
DE
130322014-09-09 Doug Evans <xdje42@gmail.com>
13033
13034 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13035 _caller_matches, _any_caller_is, _any_caller_matches.
13036
83740597
DE
130372014-09-09 Doug Evans <xdje42@gmail.com>
13038
13039 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13040
4c122fc3
YQ
130412014-09-09 Yao Qi <yao@codesourcery.com>
13042
13043 * gdb.mi/mi-var-display.exp: Set print symbol off.
13044
a9f116cb
GKB
130452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13046
13047 PR gdb/17035
13048 * gdb.base/commands.exp: Add tests to verify user-defined
13049 commands with empty bodies.
13050 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13051 python commands in `show user command`.
13052 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13053 scheme commands in `show user command`.
13054
c75bd3a2
JK
130552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13056
13057 PR python/17355
13058 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13059 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13060 * gdb.python/py-framefilter-invalidarg.exp: New file.
13061 * gdb.python/py-framefilter-invalidarg.py: New file.
13062
faa42425
DE
130632014-09-06 Doug Evans <xdje42@gmail.com>
13064
13065 PR 15276
13066 * gdb.python/py-caller-is.c: New file.
13067 * gdb.python/py-caller-is.exp: New file.
13068
474ca4f6
SDJ
130692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13070
13071 PR gdb/17235
13072 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13073 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13074
eb0b0463
SDJ
130752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13076
13077 PR fortran/17237
13078 * gdb.fortran/print-formatted.exp: New file.
13079 * gdb.fortran/print-formatted.f90: Likewise.
13080
5f3b99cf
SS
130812014-09-03 Sasha Smundak <asmundak@google.com>
13082
13083 * gdb.python/py-frame.exp: Test Frame.read_register.
13084
7d793aa9
SDJ
130852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13086
13087 PR python/16699
13088 * gdb.python/py-completion.exp: New file.
13089 * gdb.python/py-completion.py: Likewise.
13090
fb0576e9
DE
130912014-08-28 Doug Evans <dje@google.com>
13092
13093 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13094 eax,etc. are live with values set by gdb and thus the compiler can't
13095 use them.
13096 * gdb.arch/i386-pseudo.c (main): Ditto.
13097
ee92b0dd
DE
130982014-08-27 Doug Evans <dje@google.com>
13099
13100 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13101
6649db35
DE
131022014-08-25 Doug Evans <dje@google.com>
13103
13104 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13105 (main): Ditto.
13106
564b7600
DE
131072014-08-25 Doug Evans <dje@google.com>
13108
13109 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13110
3881fb67
YQ
131112014-08-24 Yao Qi <yao@codesourcery.com>
13112
13113 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13114 symbol off.
13115 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13116
a05a36a5
DE
131172014-08-22 Doug Evans <dje@google.com>
13118
13119 PR 17276
13120 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13121 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13122 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13123
7c343b48
YQ
131242014-08-22 Yao Qi <yao@codesourcery.com>
13125
13126 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13127 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13128 * gdb.python/python.exp: Likewise. Use .py file on the host
13129 instead of the build.
13130
22fd09ae
JK
131312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13132
13133 * gdb.threads/gcore-stale-thread.c: New file.
13134 * gdb.threads/gcore-stale-thread.exp: New file.
13135
a8454a7c
PA
131362014-08-21 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13139 * gdb.base/gcore-relro-pie.exp: Likewise.
13140 * gdb.base/gcore-relro.exp: Likewise.
13141 * gdb.base/gcore.exp: Likewise.
13142 * gdb.base/print-symbol-loading.exp: Likewise.
13143 * gdb.threads/gcore-thread.exp: Likewise.
13144 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13145
2a31c623
PA
131462014-08-20 Pedro Alves <palves@redhat.com>
13147 Jan Kratochvil <jan.kratochvil@redhat.com>
13148
13149 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13150 configure.
13151 (EXPECT): Handle READ1 being set.
13152 (all): Depend on EXTRA_RULES.
13153 (check-read1, expect-read1, read1.so, read1): New rules.
13154 * README (Testsuite Parameters): Document the READ1 make variable.
13155 (Race detection): New section.
13156 * configure: Regenerate.
13157 * configure.ac: If build==host==target, and running under a
13158 GNU/glibc system, add read1 to the extra Makefile rules.
13159 (EXTRA_RULES): AC_SUBST it.
13160 * lib/read1.c: New file.
13161
d36430db
JB
131622014-08-20 Joel Brobecker <brobecker@adacore.com>
13163
13164 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13165 the handling of variables declared as a typedef to an array
13166 which a DW_AT_data_location attribute.
13167
9a0dc9e3
PA
131682014-08-19 Andrew Burgess <aburgess@broadcom.com>
13169 Pedro Alves <palves@redhat.com>
13170
13171 PR symtab/14604
13172 PR symtab/14605
13173 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13174 gdb_test.
13175
0718a8da
PA
131762014-08-19 Pedro Alves <palves@redhat.com>
13177
13178 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13179
13b448cd
YQ
131802014-08-19 Yao Qi <yao@codesourcery.com>
13181
13182 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13183 right line.
13184
1cbf5077
DB
131852014-08-18 David Blaikie <dblaikie@gmail.com>
13186
13187 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13188
bf0fae19
JB
131892014-08-18 Joel Brobecker <brobecker@adacore.com>
13190
13191 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13192 attribute in array range.
13193
3c8c5dcc
JB
131942014-08-18 Joel Brobecker <brobecker@adacore.com>
13195
13196 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13197
e66d4446
SC
131982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13199
13200 PR c++/17132
13201 * gdb.cp/pr17132.cc: New file.
13202 * gdb.cp/pr17132.exp: New file.
13203
940df408
SC
132042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13205
13206 * gdb.python/py-xmethods.py (A_getarrayind)
13207 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13208 Use 'print' with function call syntax.
13209 (E_method_matcher.match): Fix tab vs space indentation mixup.
13210
ebcc6c3a
YQ
132112014-08-15 Yao Qi <yao@codesourcery.com>
13212
13213 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13214 false.
13215
775e0f04
YQ
132162014-08-15 Yao Qi <yao@codesourcery.com>
13217
13218 * gdb.cp/casts.exp: Set print symbol off.
13219 * gdb.cp/class2.exp: Likewise.
13220 * gdb.cp/overload.exp: Likewise.
13221 * gdb.cp/templates.exp: Likewise.
13222
d769e349
DE
132232014-08-11 Doug Evans <dje@google.com>
13224
13225 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13226 (test_load_shlib): Update.
13227
20c6f1e1
YQ
132282014-08-09 Yao Qi <yao@codesourcery.com>
13229
13230 * gdb.base/display.exp: Invoke is_address_zero_readable.
13231 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13232 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13233 * gdb.base/hbreak-unmapped.exp: Return if
13234 is_address_zero_readable returns true.
13235 * gdb.base/signest.exp: Likewise.
13236 * gdb.base/signull.exp: Likewise.
13237 * gdb.base/sigbpt.exp: Likewise.
13238 * gdb.guile/scm-disasm.exp: Do the test if
13239 is_address_zero_readable returns false.
13240 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13241 * gdb.python/py-arch.exp: Likewise.
13242 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13243 * lib/gdb.exp (is_address_zero_readable): New proc.
13244
5792e8e3
YQ
132452014-08-09 Yao Qi <yao@codesourcery.com>
13246
13247 PR testsuite/13443
13248 * gdb.mi/mi-var-display.exp: Make test messages unique.
13249
3cecbbbe
TT
132502014-08-04 Tom Tromey <tromey@redhat.com>
13251
13252 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13253 target 0".
13254
00b51ff5
TT
132552014-08-04 Tom Tromey <tromey@redhat.com>
13256
13257 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13258 "target_resume".
13259
6908c509
JB
132602014-08-01 Joel Brobecker <brobecker@adacore.com>
13261
13262 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13263 inner_vla_struct_object_size.
13264 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13265 as xfail.
13266
cc6563d2
PA
132672014-07-30 Pedro Alves <palves@redhat.com>
13268
13269 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13270 comment.
13271
7e09a223
YQ
132722014-07-29 Yao Qi <yao@codesourcery.com>
13273
13274 PR gdb/17206
13275 * gdb.base/until-nodebug.exp: New.
13276
7ebdbe92
DE
132772014-07-28 Doug Evans <xdje42@gmail.com>
13278
13279 PR guile/17203
13280 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13281 previously existing parameter, and previously ambiguously spelled
13282 parameter.
13283
fdb1adc6
WN
132842014-07-28 Will Newton <will.newton@linaro.org>
13285
13286 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13287
186fcde0
DE
132882014-07-26 Ludovic Courtès <ludo@gnu.org>
13289 Doug Evans <xdje42@gmail.com>
13290
13291 PR guile/17146
13292 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13293
70509625
PA
132942014-07-25 Pedro Alves <palves@redhat.com>
13295
13296 * gdb.threads/signal-command-handle-nopass.c: New file.
13297 * gdb.threads/signal-command-handle-nopass.exp: New file.
13298 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13299 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13300 * gdb.threads/signal-delivered-right-thread.c: New file.
13301 * gdb.threads/signal-delivered-right-thread.exp: New file.
13302
c3f814a1
PA
133032014-07-25 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.base/double-prompt-target-event-error.exp
13306 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13307 match.
13308 (cancel_pagination_in_target_event): Rework double prompt
13309 detection.
13310 * gdb.base/paginate-after-ctrl-c-running.exp
13311 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13312 <return>' match.
13313 * gdb.base/paginate-bg-execution.exp
13314 (test_bg_execution_pagination_return)
13315 (test_bg_execution_pagination_cancel): Remove '-notransfer
13316 <return>' matches.
13317 * gdb.base/paginate-execution-startup.exp
13318 (test_fg_execution_pagination_return)
13319 (test_fg_execution_pagination_cancel): Remove '-notransfer
13320 <return>' matches.
13321 * gdb.base/paginate-inferior-exit.exp
13322 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13323 match.
13324 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13325 * lib/gdb.exp (pagination_prompt): Run text through
13326 string_to_regexp.
13327 (gdb_test_multiple): Match $pagination_prompt instead of
13328 "<return>".
13329 (string_to_regexp): Move to lib/gdb-utils.exp.
13330
e214cf6c
JK
133312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13332
13333 * gdb.arch/amd64-entry-value-paramref.S: New file.
13334 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13335 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13336 * gdb.arch/amd64-optimout-repeat.S: New file.
13337 * gdb.arch/amd64-optimout-repeat.c: New file.
13338 * gdb.arch/amd64-optimout-repeat.exp: New file.
13339
17d0c5c8
JK
133402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13341
13342 PR gdb/17170
13343 * gdb.base/statistics.exp: New file.
13344
b8b8facf
DE
133452014-07-17 Doug Evans <dje@google.com>
13346
74b49205 13347 PR gdb/17170
b8b8facf
DE
13348 * gdb.base/maint.exp: Update testing of per-command stats.
13349
1b5d0ab3
PA
133502014-07-16 Pedro Alves <palves@redhat.com>
13351
13352 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13353 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13354 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13355 (tfile_write_buf): New functions.
13356 (add_memory_block): Rewrite using the above.
13357 (adjust_function_address): New function.
13358 (FUNCTION_ADDRESS): New macro.
13359 (write_basic_trace_file): Remove short_x local, and use
13360 tfile_write_16. Change type of func_addr local to unsigned long
13361 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13362 here. Cast argument of add_memory_block to char pointer.
13363 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13364 (main): Remove parameters.
13365 * gdb.trace/tfile.exp: Remove nowarnings.
13366
4d974e88
SM
133672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13368
13369 * gdb.base/debug-expr.exp: Test string evaluation with
13370 "debug expression" on.
13371
41e99568
PA
133722014-07-15 Pedro Alves <palves@redhat.com>
13373
13374 * gdb.base/reread.exp: Use clean_restart.
13375
487d9753
PL
133762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13377
13378 * gdb.arch/avr-flash-qualifer.c: New.
13379 * gdb.arch/avr-flash-qualifer.exp: New.
13380
cc1c52ad
PA
133812014-07-14 Pedro Alves <palves@redhat.com>
13382
13383 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13384 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13385
1e973570
PA
133862014-07-14 Pedro Alves <palves@redhat.com>
13387
13388 * gdb.base/double-prompt-target-event-error.c: New file.
13389 * gdb.base/double-prompt-target-event-error.exp: New file.
13390
93d6eb10
PA
133912014-07-14 Pedro Alves <palves@redhat.com>
13392
13393 PR gdb/17072
13394 * gdb.base/paginate-inferior-exit.c: New file.
13395 * gdb.base/paginate-inferior-exit.exp: New file.
13396
0017922d
PA
133972014-07-14 Pedro Alves <palves@redhat.com>
13398
13399 PR gdb/17072
13400 * gdb.base/paginate-bg-execution.c: New file.
13401 * gdb.base/paginate-bg-execution.exp: New file.
13402
94696ad3
PA
134032014-07-14 Pedro Alves <palves@redhat.com>
13404
13405 PR gdb/17072
13406 * gdb.base/paginate-execution-startup.c: New file.
13407 * gdb.base/paginate-execution-startup.exp: New file.
13408 * lib/gdb.exp (pagination_prompt): New global.
13409 (default_gdb_spawn): New procedure, factored out from
13410 default_gdb_spawn.
13411 (default_gdb_start): Adjust to call default_gdb_spawn.
13412 (gdb_spawn): New procedure.
13413
bd293940
PA
134142014-07-14 Pedro Alves <palves@redhat.com>
13415
13416 * lib/gdb.exp (gdb_assert): New procedure.
13417 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13418
c933f875
PA
134192014-07-14 Pedro Alves <palves@redhat.com>
13420
13421 * gdb.base/execution-termios.c: New file.
13422 * gdb.base/execution-termios.exp: New file.
13423
d98b7a16
TT
134242014-07-14 Tom Tromey <tromey@redhat.com>
13425
13426 * gdb.cp/vla-cxx.cc: New file.
13427 * gdb.cp/vla-cxx.exp: New file.
13428
548740d6
TT
134292014-07-14 Tom Tromey <tromey@redhat.com>
13430
13431 * gdb.reverse/rerun-prec.c: New file.
13432 * gdb.reverse/rerun-prec.exp: New file.
13433
a25eb028
MR
134342014-07-12 Maciej W. Rozycki <macro@mips.com>
13435 Maciej W. Rozycki <macro@codesourcery.com>
13436
13437 * lib/gdb-utils.exp: New file.
13438 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13439 inline `gdb_init_command' processing.
13440 (gdb_start_cmd): Likewise.
13441 * lib/mi-support.exp (mi_run_cmd): Likewise.
13442 * README: Document `gdb_init_command' and `gdb_init_commands'.
13443
218c2655
JK
134442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13445
13446 Fix false FAIL running under a very long directory name.
13447 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13448 and "set print elements 10000". Twice.
13449
5401fde3
YQ
134502014-07-11 Yao Qi <yao@codesourcery.com>
13451
13452 * gdb.base/exprs.exp: "set print symbol off".
13453
e76126e8
PA
134542014-07-11 Pedro Alves <palves@redhat.com>
13455
13456 * gdb.threads/kill.c: New file.
13457 * gdb.threads/kill.exp: New file.
13458
2d6f0de6
YQ
134592014-07-10 Yao Qi <yao@codesourcery.com>
13460
13461 * gdb.trace/tfile.c (write_basic_trace_file)
13462 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13463 address written to trace file.
13464
7180e04a
PA
134652014-07-09 Pedro Alves <palves@redhat.com>
13466
13467 * gdb.base/attach-wait-input.exp: New file.
13468 * gdb.base/attach-wait-input.c: New file.
13469
9a9a7608
AB
134702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13471
13472 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13473 setting up test structures.
13474 (main): Call new test function.
13475 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13476 test function, continue into test function and walk test
13477 structures.
13478
161ac41e
YQ
134792014-07-02 Yao Qi <yao@codesourcery.com>
13480
13481 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13482 'bar_start' at the beginning of functions 'foo' and 'bar'
13483 respectively.
13484 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13485 instead of 'foo' and 'bar'.
13486
1f267ae3
MM
134872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13488
13489 * gdb.btrace/segv.exp: New.
13490 * gdb.btrace/segv.c: New.
13491
2b239efb
LM
134922014-07-02 Luis Machado <lgustavo@codesourcery.com>
13493
13494 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13495 instruction.
13496
cf363f18
MW
134972014-06-30 Mark Wielaard <mjw@redhat.com>
13498
13499 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13500 vulture, vilify, villar): New volatile array constants.
13501 (vindictive, vegetation): New const volatile array constants.
13502 * gdb.base/volatile.exp: Test volatile and const volatile array
13503 types.
13504
aebf9d24
AA
135052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13506
13507 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13508 target lacks support for awatch, rwatch, or hbreak.
13509
b67a2c6f
YQ
135102014-06-27 Yao Qi <yao@codesourcery.com>
13511
13512 * gdb.multi/dummy-frame-restore.exp: New.
13513 * gdb.multi/dummy-frame-restore.c: New.
13514
aef92902
MM
135152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13516
13517 * gdb.btrace/gcore.exp: New.
13518
8e9db26e
PA
135192014-06-23 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.base/watchpoint-reuse-slot.c: New file.
13522 * gdb.base/watchpoint-reuse-slot.exp: New file.
13523
70afc5b7
SC
135242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13525
13526 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13527 progspace's filename in 'info', 'enable' and 'disable' command
13528 tests.
13529
b972bd9c
JK
135302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13531
13532 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13533 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13534 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13535
125f8a3d
GB
135362014-06-20 Gary Benson <gbenson@redhat.com>
13537
13538 * gdb.arch/i386-avx.exp: Fix include file location.
13539 * gdb.arch/i386-sse.exp: Likewise.
13540
3ed9baed
IB
135412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13542
13543 * gdb.dlang/expression.exp: New file.
13544
034f788c
PA
135452014-06-19 Pedro Alves <palves@redhat.com>
13546
13547 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13548 out from ...
13549 (top level): ... here. Iterate running tests under different
13550 scheduler-locking settings.
13551
45371d0c
LM
135522014-06-18 Luis Machado <lgustavo@codesourcery.com>
13553
13554 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13555 to DW_FORM_addr and use non-zero addresses.
13556
5d376983
SC
135572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13558
13559 PR gdb/17017
13560 * gdb.python/py-xmethods.cc: Add global function call counters and
13561 increment them in their respective functions. Remove "cout"
13562 statements.
13563 * gdb.python/py-xmethods.exp: Make tests check the global function
13564 call counters instead of depending on inferior IO.
13565
a1aa2221
LM
135662014-06-18 Don Breazeal <donb@codesourcery.com>
13567
13568 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13569 Deleted procedure.
13570 (explicit_fork_parent_follow): Deleted procedure.
13571 (explicit_fork_child_follow): Deleted procedure.
13572 (test_follow_fork): New procedure.
13573 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13574 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13575 procedure calls.
13576
0fc05997
YQ
135772014-06-17 Yao Qi <yao@codesourcery.com>
13578
13579 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13580 CP1252.
13581
70795c52
LM
135822014-06-17 Luis Machado <lgustavo@codesourcery.com>
13583
13584 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13585 Initialize ptr and S explicitly.
13586 (skip_type_update_when_not_use_rtti_test): Likewise.
13587
6be47f0c
KS
135882014-06-16 Keith Seitz <keiths@redhat.com>
13589
13590 PR mi/15863
13591 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13592 the inferior is started.
13593
d03de421
PA
135942014-06-16 Pedro Alves <palves@redhat.com>
13595
13596 * gdb.base/break-main-file-remove-fail.c: New file.
13597 * gdb.base/break-main-file-remove-fail.exp: New file.
13598 * gdb.base/break-unload-file.exp: Use build_executable instead of
13599 prepare_for_testing.
13600 (test_break): New parameter "initial_load". Handle it.
13601 (top level): Add initial_load cmdline/file axis.
13602
f9579b99
TT
136032014-06-12 Tom Tromey <tromey@redhat.com>
13604
13605 * gdb.base/completion.exp: Don't use directory name in test.
13606
3657956b
GB
136072014-06-09 Gary Benson <gbenson@redhat.com>
13608
13609 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13610 separate the always-available ANSI-standard signals from the
13611 signals that require checking.
13612 (main): Likewise.
13613 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13614 Likewise.
13615 (main): Likewise.
13616
4186eb54
KS
136172014-06-07 Keith Seitz <keiths@redhat.com>
13618
13619 Revert:
13620 PR c++/16253
13621 * gdb.cp/var-tag.cc: New file.
13622 * gdb.cp/var-tag.exp: New file.
13623 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13624 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13625 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13626 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13627
25326a28 136282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13629
13630 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13631
829155c9
PA
136322014-06-06 Pedro Alves <palves@redhat.com>
13633
13634 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13635 in target debug output instead of looking at RSP packets,
13636 disabling the test on any target that uses hardware stepping.
13637 Update comments.
13638
61c8d22e
PA
136392014-06-06 Pedro Alves <palves@redhat.com>
13640
13641 * gdb.base/break-unload-file.exp: Fix typo.
13642
d9a47287
YQ
136432014-06-06 Yao Qi <yao@codesourcery.com>
13644
13645 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13646 from "jit_function" to "^jit_function".
13647
e5e01dbf
YQ
136482014-06-06 Yao Qi <yao@codesourcery.com>
13649
13650 * gdb.base/async.c (foo): Add one statement.
13651 * gdb.base/async.exp: Get the next instruction address and
13652 match the output of "nexti" by instruction address. Match
13653 the hex address in the output of "finish".
13654
73ba372c
GB
136552014-06-06 Gary Benson <gbenson@redhat.com>
13656
13657 * gdb.base/call-signals.c: Remove preprocessor conditionals
13658 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13659 SIGSEGV and SIGTERM.
13660 * gdb.base/sigall.c: Likewise.
13661 * gdb.base/unwindonsignal.c: Likewise.
13662 * gdb.reverse/sigall-reverse.c: Likewise.
13663
831517df
YQ
136642014-06-06 Yao Qi <yao@codesourcery.com>
13665
13666 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13667 readable, skip the test.
13668
b8b91e98
YQ
136692014-06-06 Yao Qi <yao@codesourcery.com>
13670
13671 * gdb.threads/staticthreads.c (thread_function): Move the line
13672 setting breakpoint on forward.
13673 * gdb.threads/staticthreads.exp: Update comments.
13674
fb934770
LC
136752014-06-05 Ludovic Courtès <ludo@gnu.org>
13676
13677 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13678 "history-append! type error".
13679
6ef284bd
SM
136802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13681
13682 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13683 erroneous dprintf expected input.
13684
a872e241
DE
136852014-06-04 Doug Evans <xdje42@gmail.com>
13686
13687 * gdb.guile/scm-generics.exp: Delete.
13688
16f691fb
DE
136892014-06-04 Doug Evans <xdje42@gmail.com>
13690
13691 * gdb.guile/scm-breakpoint.exp: Update.
13692 Add tests for breakpoint registration.
13693
012370f6
TT
136942014-06-04 Tom Tromey <tromey@redhat.com>
13695
13696 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13697 VLA-in-union.
13698 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13699 inner_vla_struct, vla_union types. Initialize objects of those
13700 types and compute their sizes.
13701
9f5a4cef
HZ
137022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13703 Hui Zhu <hui@codesourcery.com>
13704
13705 * gdb.base/fileio.exp: Add test for shell not available as well as
13706 available.
13707 * gdb.base/fileio.c (test_system): Check for shell twice.
13708
90a45c4d
YQ
137092014-06-04 Yao Qi <yao@codesourcery.com>
13710
13711 * gdb.base/auto-connect-native-target.exp: Remove redundant
13712 space from the regexp pattern.
13713
70017e41
YQ
137142014-06-04 Yao Qi <yao@codesourcery.com>
13715
13716 * gdb.base/default.exp: Replace "child" with "native" in
13717 regexp pattern.
13718
883964a7
SC
137192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13720
13721 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13722 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13723 * gdb.python/py-xmethods.py: Python script supporting the
13724 new testcase and tests.
13725
ef370185
JB
137262014-06-03 Joel Brobecker <brobecker@adacore.com>
13727 Pedro Alves <palves@redhat.com>
13728
13729 PR breakpoints/17000
13730 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13731 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13732
1e2ccb61
BM
137332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13734
13735 * gdb.base/subst.exp: Add tests to verify partial path matching
13736 output.
13737
c6ec5ab2
PA
137382014-06-03 Pedro Alves <palves@redhat.com>
13739
13740 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13741 target that doesn't use software single-stepping.
13742
835c559f
PA
137432014-06-03 Pedro Alves <palves@redhat.com>
13744
13745 PR breakpoints/17000
13746 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13747 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13748
06eb1586
DE
137492014-06-02 Doug Evans <xdje42@gmail.com>
13750
13751 * gdb.guile/scm-parameter.exp: New file.
13752
e698b8c4
DE
137532014-06-02 Doug Evans <xdje42@gmail.com>
13754
13755 * gdb.guile/scm-cmd.c: New file.
13756 * gdb.guile/scm-cmd.exp: New file.
13757
ded03782
DE
137582014-06-02 Doug Evans <xdje42@gmail.com>
13759
13760 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13761 pretty-printer lookup.
13762 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13763 (make-pp_s-printer): Call it.
13764 (make-pretty-printer-from-dict): New function.
13765 (lookup-pretty-printer-maker-from-dict): New function.
13766 (*pretty-printer*): Simplify.
13767 (make-objfile-pp_s-printer): New function.
13768 (install-objfile-pretty-printers!): New function.
13769 (make-progspace-pp_s-printer): New function.
13770 (install-progspace-pretty-printers!): New function.
13771 * gdb.guile/scm-progspace.c: New file.
13772 * gdb.guile/scm-progspace.exp: New file.
13773
41fac0cf
PA
137742014-06-02 Pedro Alves <palves@redhat.com>
13775
13776 * gdb.base/dprintf-bp-same-addr.c: New file.
13777 * gdb.base/dprintf-bp-same-addr.exp: New file.
13778
96ae5695
EBM
137792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13780
13781 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13782 * gdb.arch/powerpc-power.s: Likewise.
13783
da02b3a8
JB
137842014-06-02 Joel Brobecker <brobecker@adacore.com>
13785
13786 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13787
c72b2e7b
YQ
137882014-06-01 Yao Qi <yao@codesourcery.com>
13789
13790 * gdb.base/watchpoint.exp (test_watch_location): Check null
13791 pointer can be dereferenced. If not, do the test, otherwise
13792 skip it.
13793
53e8a631
AB
137942014-05-30 Andrew Burgess <aburgess@broadcom.com>
13795
13796 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13797 results.
13798 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13799
938f0e2f
AB
138002014-05-30 Andrew Burgess <aburgess@broadcom.com>
13801
13802 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13803 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13804 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13805 * gdb.arch/amd64-invalid-stack-top.c: New file.
13806 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13807
9ba6657a
PA
138082014-05-30 Pedro Alves <palves@redhat.com>
13809
13810 PR breakpoints/17000
13811 * gdb.base/sss-bp-on-user-bp.c: New file.
13812 * gdb.base/sss-bp-on-user-bp.exp: New file.
13813
522c09bf
DB
138142014-05-30 David Blaikie <dblaikie@gmail.com>
13815
13816 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13817 gnu_inline semantics via attribute.
13818 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13819 source explicitly specifies the required semantics.
13820
bf4ef81e
MR
138212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13822
13823 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13824
329ea579
PA
138252014-05-29 Pedro Alves <palves@redhat.com>
13826 Tom Tromey <tromey@redhat.com>
13827
13828 * gdb.base/async-shell.exp: Don't enable target-async.
13829 * gdb.base/async.exp
13830 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13831 parameter. Adjust.
13832 (top level): Don't test with "target-async".
13833 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13834 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13835 * gdb.base/inferior-died.exp: Don't enable target-async.
13836 * gdb.base/interrupt-noterm.exp: Likewise.
13837 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13838 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13839 * gdb.mi/mi-nonstop.exp: Likewise.
13840 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13841 * gdb.mi/mi-nsintrall.exp: Likewise.
13842 * gdb.mi/mi-nsmoribund.exp: Likewise.
13843 * gdb.mi/mi-nsthrexec.exp: Likewise.
13844 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13845 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13846 * gdb.python/py-evsignal.exp: Don't enable target-async.
13847 * gdb.python/py-evthreads.exp: Likewise.
13848 * gdb.python/py-prompt.exp: Likewise.
13849 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13850 * gdb.server/solib-list.exp: Don't enable target-async.
13851 * gdb.threads/thread-specific-bp.exp: Likewise.
13852 * lib/mi-support.exp: Adjust to use mi-async.
13853
fd664c91
PA
138542014-05-29 Pedro Alves <palves@redhat.com>
13855
13856 PR gdb/13860
13857 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13858 reason, even in sync mode.
13859
251bde03
PA
138602014-05-29 Pedro Alves <palves@redhat.com>
13861 Hui Zhu <hui@codesourcery.com>
13862
13863 PR PR15693
13864 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13865 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13866 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13867 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13868
7f3c0343
JB
138692014-05-28 Joel Brobecker <brobecker@adacore.com>
13870
13871 * config/monitor.exp (gdb_target_monitor): Replace use of
13872 "set remotebaud" by "set serial baud".
13873
b2715b27
AW
138742014-05-26 Andy Wingo <wingo@igalia.com>
13875
13876 * gdb.guile/scm-breakpoint.exp:
13877 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13878 properties instead of gdb-object-properties.
13879
498a4489
YQ
138802014-05-26 Yao Qi <yao@codesourcery.com>
13881
13882 * gdb.server/no-thread-db.exp: Specify source file name
13883 explicitly when setting a breakpoint.
13884
589fdceb
MM
138852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13886
13887 * gdb.btrace/vdso.c: New.
13888 * gdb.btrace/vdso.exp: New.
13889
e9089e05
MM
138902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13891
13892 * gdb.base/gcore.exp (capture_command_output): Move ...
13893 * lib/gdb.exp (capture_command_output): ... here.
13894
67b5c0c1
MM
138952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13896
13897 * gdb.btrace/data.exp: Test memory access during btrace replay.
13898
a2199296
SM
138992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13900
13901 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13902
17b2616c
PA
139032014-05-21 Pedro Alves <palves@redhat.com>
13904
13905 PR gdb/13860
13906 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13907 (top level): Test that output related to execution commands is
13908 sent to the console with CLI commands, but not with MI commands.
13909 Test that breakpoint events are always mirrored to the console.
13910 Also expect the new source line to be output after a "next" in
13911 async mode too. Make it a pass/fail test.
13912 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13913 output.
13914 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13915
5166082f
PA
139162014-05-21 Pedro Alves <palves@redhat.com>
13917
13918 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13919 Use them to test variations of "list" after reaching a breakpoint.
13920 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13921 Test "list" with listsize 10 after reaching a breakpoint.
13922 * gdb.python/python.exp (decode_line current location line
13923 number): Adjust expected line number.
13924
2f25d70f
SM
139252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13926
13927 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13928 behavior for $args, pass it directly to "run".
13929
ff604a67
MR
139302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13931
13932 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13933 30000 to 65536.
13934
6a3cb8e8
PA
139352014-05-21 Pedro Alves <palves@redhat.com>
13936
13937 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13938 auto-connect-native-target off".
13939 * gdb.base/auto-connect-native-target.c: New file.
13940 * gdb.base/auto-connect-native-target.exp: New file.
13941
4ebfc96e
PA
139422014-05-21 Pedro Alves <palves@redhat.com>
13943
13944 * gdb.base/default.exp: Test "target native" instead of "target
13945 child".
13946
36d46afb
MW
139472014-05-21 Mark Wielaard <mjw@redhat.com>
13948
13949 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13950
5876f503
JK
139512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13952
13953 Fix TLS access for -static -pthread.
13954 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13955 <HAVE_TLS> (thread_function, main): Initialize it.
13956 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13957 Add clean_restart.
13958 <$have_tls != "">: Check TLSVAR.
13959
0256a6ac
PA
139602014-05-21 Pedro Alves <palves@redhat.com>
13961
13962 * gdb.base/dcache-line-read-error.c: New.
13963 * gdb.base/dcache-line-read-error.exp: New.
13964
936d2992
PA
139652014-05-20 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.base/compare-sections.c: New file.
13968 * gdb.base/compare-sections.exp: New file.
13969
802e8e6d
PA
139702014-05-20 Pedro Alves <palves@redhat.com>
13971
13972 * gdb.base/break-idempotent.c: New file.
13973 * gdb.base/break-idempotent.exp: New file.
13974
e59fa00f
MM
139752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13976
13977 * gdb.btrace/nohist.exp: New.
13978
8b696e31
YQ
139792014-05-20 Yao Qi <yao@codesourcery.com>
13980
13981 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13982 gdb.reverse directory and gdb_reverse_timeout exists in board
13983 setting.
13984 * README: Document gdb_reverse_timeout.
13985
73c9764f
YQ
139862014-05-20 Yao Qi <yao@codesourcery.com>
13987
13988 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13989 'test_file_name'. Treat args as a string instead of a list.
13990 (gdb_init): Rename argument 'args' by 'test_file_name'.
13991
f1f4348a
JK
139922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13993
13994 * gdb.arch/powerpc-power.exp: New file.
13995 * gdb.arch/powerpc-power.s: New file.
13996
0dbe70ce
DE
139972014-05-16 Doug Evans <dje@google.com>
13998
13999 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14000 * gdb.base/completion.exp: Check that all expected files exist
14001 before doing file completion.
0dbe70ce 14002
8d551b02
DE
140032014-05-16 Doug Evans <dje@google.com>
14004
14005 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14006 Update.
14007 (do_syscall_tests_without_xml): Update.
14008
73eb7709
PA
140092014-05-16 Pedro Alves <palves@redhat.com>
14010
14011 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14012 instead of "unknown output after running".
14013
3fae92fc
YQ
140142014-05-16 Yao Qi <yao@codesourcery.com>
14015
14016 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14017 file1.txt from host at the end.
14018 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14019
c2b2ccc5
DE
140202014-05-15 Doug Evans <dje@google.com>
14021
14022 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14023 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14024 loading file. Add test for TU lookup.
14025
8c217a4b
SM
140262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14027
14028 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14029 calling "-exec-arguments" or "set args" before running the
14030 inferior.
14031
3deb39c6
SM
140322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14033
14034 * lib/mi-support.exp (mi_expect_stop): Expect message for
14035 inferiors that exit with non-zero exit code.
14036
71a79f8c
YQ
140372014-05-14 Yao Qi <yao@codesourcery.com>
14038
14039 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14040 match absolute path on remote host.
14041 (test_file_list_exec_source_files): Remove "/" from the
14042 pattern.
14043
f23fcd46
YQ
140442014-05-14 Yao Qi <yao@codesourcery.com>
14045
14046 * boards/local-remote-host-notty.exp (${board}_file): New
14047 proc.
14048
9404b58f
KM
140492014-05-07 Kyle McMartin <kyle@redhat.com>
14050
14051 Pushed by Joel Brobecker <brobecker@adacore.com>.
14052 * gdb.arch/aarch64-atomic-inst.c: New file.
14053 * gdb.arch/aarch64-atomic-inst.exp: New file.
14054
5e45f04c
YQ
140552014-05-07 Yao Qi <yao@codesourcery.com>
14056
14057 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14058 in current context" too.
14059
c888a17d
KS
140602014-05-05 Keith Seitz <keiths@redhat.com>
14061
14062 * gdb.linespec/ls-dollar.exp: Add test for linespec
14063 file:convenience_variable.
14064
290a839c
YQ
140652014-05-05 Yao Qi <yao@codesourcery.com>
14066
14067 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14068 traceframes into tfile and ctf trace files. Read data from
14069 trace file and test collected data.
14070 (gdb_collect_locals_test): Likewise.
14071 (gdb_unavailable_registers_test): Likewise.
14072 (gdb_unavailable_floats): Likewise.
14073 (gdb_collect_globals_test): Likewise.
14074 (top-level): Append "ctf" to trace_file_targets if GDB
14075 supports.
14076
b5262cd0
YQ
140772014-05-05 Yao Qi <yao@codesourcery.com>
14078
14079 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14080 code to ...
14081 (gdb_collect_args_test_1): ... it. New proc.
14082 (gdb_collect_locals_test): Move some code to ...
14083 (gdb_collect_locals_test_1): ... it. New proc.
14084 (gdb_unavailable_registers_test): Move some code to ...
14085 (gdb_unavailable_registers_test_1): ... it. New proc.
14086 (gdb_unavailable_floats): Move some code to ...
14087 (gdb_unavailable_floats_1): ... it. New proc.
14088
30a1e6cc
SDJ
140892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14090
14091 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14092 probes to test for bitness recognition.
14093 * gdb.arch/amd64-stap-optional-prefix.exp
14094 (test_probe_value_without_reg): New procedure.
14095 Add code to test for different kinds of bitness.
14096
f33da99a
SDJ
140972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14098
14099 PR breakpoints/16889
14100 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14101 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14102
5b80f00d
PA
141032014-05-01 Pedro Alves <palves@redhat.com>
14104
14105 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14106 gdb_file_cmd if no file is specified.
14107 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14108 last_loaded_file to set the remote exec-file.
14109
f8c2a73c
PA
141102014-05-01 Pedro Alves <palves@redhat.com>
14111
14112 * boards/local-remote-host.exp: New file.
14113
be6e8ac7
PA
141142014-05-01 Pedro Alves <palves@redhat.com>
14115
14116 * boards/local-remote-host.exp: Rename to ...
14117 * boards/local-remote-host-notty.exp: ... this.
14118
cac0dc8f
JB
141192014-04-28 Joel Brobecker <brobecker@adacore.com>
14120
14121 * gdb.ada/dyn_arrayidx: New testcase.
14122
9730e6cc
YQ
141232014-04-26 Yao Qi <yao@codesourcery.com>
14124
14125 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14126 and compute the length of function main. Save it in
14127 $main_length.
14128 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14129 (top-level): Use gdb_compile to compile objects into
14130 executable and restart GDB. Remove invocation to
14131 prepare_for_testing.
14132
7ae1a6a6
PA
141332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14134 Pedro Alves <palves@redhat.com>
14135
14136 PR server/16255
14137 * gdb.multi/multi-attach.c: New file.
14138 * gdb.multi/multi-attach.exp: New file.
14139
4082afcc
PA
141402014-04-25 Pedro Alves <palves@redhat.com>
14141
14142 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14143 user.
14144 (top level): Test that "set remote conditional-breakpoints-packet
14145 off" works as intended.
14146 * gdb.base/dprintf.exp: Test that "set remote
14147 breakpoint-commands-packet off" works as intended.
14148 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14149 New function.
14150 (top level): Call it.
14151 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14152 remote fast-tracepoints-packet off" works as intended.
14153 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14154 * lib/gdb.exp (gdb_is_target_remote): ... here.
14155
2abc3f8d
DB
141562014-04-24 David Blaikie <dblaikie@gmail.com>
14157
14158 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14159 ensure clang would not discard them.
14160 * gdb.base/gdbvars.c: Ditto.
14161 * gdb.base/memattr.c: Ditto.
14162 * gdb.base/whatis.c: Ditto.
14163 * gdb.python/py-prettyprint.c: Ditto.
14164 * gdb.trace/actions.c: Ditto.
14165 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14166 ensure clang would not discard it.
14167
bfd39632
DB
141682014-04-24 David Blaikie <dblaikie@gmail.com>
14169
14170 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14171 clang to emit the full definition of type required by the test
14172 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14173
22842ff6
DB
141742014-04-24 David Blaikie <dblaikie@gmail.com>
14175
14176 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14177 coax Clang into emitting the definition of the type.
14178 * gdb.cp/pr10728-x.h (y): Ditto.
14179 * gdb.cp/pr10728-y.cc (y): Ditto.
14180
c2e827ad
DB
141812014-04-24 David Blaikie <dblaikie@gmail.com>
14182
14183 * gdb.base/label.exp: XFAIL label related tests under Clang.
14184 * gdb.cp/cplabel.exp: Ditto.
14185 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14186 under Clang those using labels.
14187
4c2d33e7
YQ
141882014-04-25 Yao Qi <yao@codesourcery.com>
14189
14190 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14191 double_label.
14192 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14193 partial_label and double_label.
14194
56083b99
DB
141952014-04-24 David Blaikie <dblaikie@gmail.com>
14196
14197 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14198
25d4e99d
DB
141992014-04-24 David Blaikie <dblaikie@gmail.com>
14200
14201 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14202 of the function to work across GCC and Clang.
14203 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14204 pointer types (const void ** const V void **).
14205
01f9f808
MS
142062014-04-24 Michael Sturm <michael.sturm@mintel.com>
14207 Walfred Tedeschi <walfred.tedeschi@intel.com>
14208
14209 * Makefile.in (EXECUTABLES): Added i386-avx512.
14210 * gdb.arch/i386-avx512.c: New file.
14211 * gdb.arch/i386-avx512.exp: Likewise.
14212
4b48d439
KS
142132014-04-23 Keith Seitz <keiths@redhat.com>
14214
14215 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14216 (mi_make_breakpoint_table): New procedure.
14217 (mi_create_breakpoint): Use mi_make_breakpoint
14218 and return the result.
14219 (mi_make_breakpoint): New procedure.
14220 (mi_build_kv_pairs): New procedure.
14221
14222 * gdb.mi/mi-break.exp: Remove unused globals,
14223 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14224 All callers updated.
14225 * gdb.mi/mi-dprintf.exp: Use variable to track command
14226 number.
14227 Update all callers of mi_create_breakpoint and use
14228 mi_make_breakpoint_table.
14229 Remove any unused global variables.
14230 * gdb.mi/mi-nonstop.exp: Likewise.
14231 * gdb.mi/mi-nsintrall.exp: Likewise.
14232 * gdb.mi/mi-nsmoribund.exp: Likewise.
14233 * gdb.mi/mi-nsthrexec.exp: Likewise.
14234 * gdb.mi/mi-reverse.exp: Likewise.
14235 * gdb.mi/mi-simplerun.exp: Likewise.
14236 * gdb.mi/mi-stepn.exp: Likewise.
14237 * gdb.mi/mi-syn-frame.exp: Likewise.
14238 * gdb.mi/mi-until.exp: Likewise.
14239 * gdb.mi/mi-var-cp.exp: Likewise.
14240 * gdb.mi/mi-var-display.exp: Likewise.
14241 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14242 * gdb.mi/mi2-var-child.exp: Likewise.
14243 * gdb.mi/mi-vla-c99.exp: Likewise.
14244 * lib/mi-support.exp: Likewise.
14245
14246 From Ian Lance Taylor <iant@cygnus.com>:
14247 * lib/gdb.exp (parse_args): New procedure.
14248
08351840
PA
142492014-04-23 Pedro Alves <palves@redhat.com>
14250
14251 * gdb.base/break-unload-file.c: New file.
14252 * gdb.base/break-unload-file.exp: New file.
14253 * gdb.base/sym-file-lib.c (baz): New function.
14254 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14255 field.
14256 (load): Store the segment's mapped size.
14257 (unload): New function.
14258 (unload_shlib): New function.
14259 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14260 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14261 set a breakpoint at baz, and call it.
14262 * gdb.base/sym-file.exp: New tests for stale breakpoint
14263 instructions.
14264
076855f9
PA
142652014-04-23 Pedro Alves <palves@redhat.com>
14266
14267 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14268 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14269 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14270 * gdb.base/hbreak-unmapped.c: New file.
14271 * gdb.base/hbreak-unmapped.exp: New file.
14272 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14273 * lib/gdb.exp (gdb_is_target_remote): ... here.
14274
483805cf
PA
142752014-04-22 Pedro Alves <palves@redhat.com>
14276
14277 * gdb.base/consecutive-step-over.c: New file.
14278 * gdb.base/consecutive-step-over.exp: New file.
14279
06d97543
PA
142802014-04-22 Pedro Alves <palves@redhat.com>
14281
14282 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14283 instead of send_gdb/gdb_expect.
14284
b4429ea2
YQ
142852014-04-22 Yao Qi <yao@codesourcery.com>
14286
14287 * lib/trace-support.exp (generate_tracefile): New procedure.
14288 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14289 return 0.
14290 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14291 if generate_tracefile returns 1.
14292
51d48146
PA
142932014-04-18 Tom Tromey <palves@redhat.com>
14294 Pedro alves <tromey@redhat.com>
14295
14296 PR backtrace/15558
14297 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14298 with a backtrace limit.
14299 * gdb.python/py-frame-inline.exp: Test running to an inline
14300 function with a backtrace limit, and printing the newest frame.
14301 * gdb.python/py-frame-inline.c (main): Call f.
14302
bd1dce5f
MS
143032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14304
14305 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14306
40d1a503
MS
143072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14308
14309 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14310 Drop prefix from unsupported source file path.
14311
389b98f7
YQ
143122014-04-17 Yao Qi <yao@codesourcery.com>
14313
14314 * lib/gdb.exp (with_target_charset): New proc.
14315 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14316 with_target_charset.
14317 (test_print_strings): Likewise.
14318 (test_repeat_bytes): Likewise.
14319 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14320 for some tests.
14321
22869d73
KS
143222014-04-16 Keith Seitz <keiths@redhat.com>
14323
14324 PR gdb/15827
14325 * gdb.dwarf2/corrupt.c: New file.
14326 * gdb.dwarf2/corrupt.exp: New file.
14327
c4f87ca6
KS
143282014-04-16 Keith Seitz <keiths@redhat.com>
14329
14330 PR c++/16597
14331 * gdb.cp/namelessclass.cc: New file.
14332 * gdb.cp/namelessclass.exp: New file.
14333 * gdb.cp/namelessclass.S: New file.
14334
ab19de87
DE
143352014-04-16 Doug Evans <dje@google.com>
14336
14337 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14338 Add comment.
14339 (gdbserver_default_get_comm_port): New function.
14340 (gdbserver_start): Check if board file provided
14341 "gdbserver,get_comm_port" and use it if so.
14342 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14343 (gdb,socketport): Set to "stdio".
14344 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14345 (stdio_gdbserver_template): Delete.
14346 (${board}_get_remote_address): Update.
14347 (${board}_build_remote_cmd): Delete.
14348 (${board}_get_comm_port): New function.
14349 (${board}_spawn): Update.
14350 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14351 Delete.
14352 (${board}_get_remote_address): Update.
14353 (${board}_get_comm_port): New function.
14354
fc98a809
AB
143552014-04-16 Andrew Burgess <aburgess@broadcom.com>
14356
14357 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14358 appearing in any order.
14359
87fd9e6e
DE
143602014-04-15 Doug Evans <dje@google.com>
14361
14362 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14363 uninitialized value of "description".
14364
099fc3ea
KS
143652014-04-15 Keith Seitz <keiths@redhat.com>
14366
14367 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14368 Remove unused globals.
14369 (test_running_the_program): Likewise.
14370 (test_controlled_execution): Likewise.
14371 (test_controlling_breakpoints): Likewise.
14372 (test_program_termination): Likewise.
14373
5da151d4
KS
143742014-04-15 Keith Seitz <keiths@redhat.com>
14375
14376 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14377 unused globals.
14378 (test_rbreak_creation_and_listing): Likewise.
14379 (test_ignore_count): Likewise.
14380 (test_error): Likewise.
14381
35e5d2f0
PA
143822014-04-15 Pedro Alves <palves@redhat.com>
14383
14384 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14385 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14386 sym-file-loader.c.
14387 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14388 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14389 to sym-file-loader.c.
14390 (struct library): Forward declare.
14391 (load_shlib, lookup_function): Change prototypes.
14392 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14393 (translate_offset): Remove declarations.
14394 (get_text_addr): New declaration.
14395 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14396 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14397 sym-file-loader.h.
14398 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14399 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14400 here from sym-file-loader.h.
14401 (struct library): New structure.
14402 (load_shlib, lookup_function): Change prototypes and adjust to
14403 work with a struct library.
14404 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14405 (translate_offset): Make static.
14406 (get_text_addr): New function.
14407 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14408
eb4c1710
PA
144092014-04-15 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14412
2d1baf52
PA
144132014-04-15 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.base/sym-file-loader.c: Include <limits.h>.
14416 (SELF_LINK): New define.
14417 (get_origin): New function.
14418 (load_shlib): Use it.
14419 * gdb.base/sym-file.exp: Don't early return if the target is
14420 remote. Use runto_main, and issue fail is that fails. Use
14421 gdb_load_shlibs.
14422 (shlib_name): Delete.
14423 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14424
7dd6df01
PA
144252014-04-15 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.base/sym-file.exp: Remove regex characters from test
14428 message. Don't refer to breakpoint numbers in test messages.
14429
b50c8614
KS
144302014-04-14 Keith Seitz <keiths@redhat.com>
14431
14432 PR c++/16253
14433 * gdb.cp/var-tag.cc: New file.
14434 * gdb.cp/var-tag.exp: New file.
14435 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14436 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14437 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14438 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14439
3d567982
TT
144402014-04-14 Tom Tromey <tromey@redhat.com>
14441
14442 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14443 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14444 type.
14445 * gdb.cp/enum-class.exp: New file.
14446 * gdb.cp/enum-class.cc: New file.
14447
0626fc76
TT
144482014-04-14 Tom Tromey <tromey@redhat.com>
14449
14450 * gdb.dwarf2/enum-type.exp: New file.
14451
dca325b3
SA
144522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14453
14454 * gdb.mi/mi-vla-c99.exp: New file.
14455 * gdb.mi/vla.c: New file.
14456
5854b38a
SA
144572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14458
14459 * gdb.base/vla-datatypes.c: New file.
14460 * gdb.base/vla-datatypes.exp: New file.
14461
463bb957
SA
144622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14463
14464 * gdb.base/vla-ptr.c: New file.
14465 * gdb.base/vla-ptr.exp: New file.
14466
3dd170be
SA
144672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14468
14469 * gdb.dwarf2/count.exp: New file.
14470
5ecaaa66
SA
144712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14472
14473 * gdb.base/vla-sideeffect.c: New file.
14474 * gdb.base/vla-sideeffect.exp: New file.
14475
41f1ada5
DB
144762014-04-14 David Blaikie <dblaikie@gmail.com>
14477
14478 * gdb.mi/non-stop.c: Add return value for non-void function return
14479 statement.
14480 * gdb.threads/staticthreads.c: Ditto.
14481
0be03e84
DE
144822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14483 Doug Evans <xdje42@gmail.com>
14484
14485 * gdb.guile/scm-value.c: Improve test case.
14486 * gdb.guile/scm-value.exp: Add new test.
14487
f180a1fb
DB
144882014-04-11 David Blaikie <dblaikie@gmail.com>
14489
14490 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14491 override Clang's default.
14492
6b662e19
JB
144932014-04-11 Joel Brobecker <brobecker@adacore.com>
14494
14495 Revert the following changes (regressions):
14496
14497 * gdb.base/vla-sideeffect.c: New file.
14498 * gdb.base/vla-sideeffect.exp: New file.
14499
14500 * gdb.dwarf2/count.exp: New file.
14501
14502 * gdb.base/vla-multi.c: New file.
14503 * gdb.base/vla-multi.exp: New file.
14504
14505 * gdb.base/vla-ptr.c: New file.
14506 * gdb.base/vla-ptr.exp: New file.
14507
14508 * gdb.base/vla-datatypes.c: New file.
14509 * gdb.base/vla-datatypes.exp: New file.
14510
14511 * gdb.mi/mi-vla-c99.exp: New file.
14512 * gdb.mi/vla.c: New file.
14513
245a5f0b
KS
145142014-04-11 Keith Seitz <keiths@redhat.com>
14515
14516 PR c++/16675
14517 * gdb.cp/cpsizeof.exp: New file.
14518 * gdb.cp/cpsizeof.cc: New file.
14519
58a84dcf
SA
145202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14521
191a8a90
JB
14522 * gdb.mi/mi-vla-c99.exp: New file.
14523 * gdb.mi/vla.c: New file.
58a84dcf 14524
c8655f75
SA
145252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14526
14527 * gdb.base/vla-datatypes.c: New file.
14528 * gdb.base/vla-datatypes.exp: New file.
14529
024e13b4
SA
145302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14531
14532 * gdb.base/vla-ptr.c: New file.
14533 * gdb.base/vla-ptr.exp: New file.
14534
1a237e0e
SA
145352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14536
14537 * gdb.base/vla-multi.c: New file.
14538 * gdb.base/vla-multi.exp: New file.
14539
504f3432
SA
145402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14541
14542 * gdb.dwarf2/count.exp: New file.
14543
3bce8237
SA
145442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14545
191a8a90
JB
14546 * gdb.base/vla-sideeffect.c: New file.
14547 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14548
322f9c21
YQ
145492014-04-11 Yao Qi <yao@codesourcery.com>
14550
14551 * gdb.base/completion.exp: Check file exists before running tests
14552 on file completion.
14553
d708bcd1
PA
145542014-04-10 Pedro Alves <palves@redhat.com>
14555
14556 * gdb.base/cond-eval-mode.c: New file.
14557 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14558 prepare_for_testing to build the new file. Check result of
14559 runto_main.
14560 (test_break, test_watch): New procedures.
14561 (top level): Use them.
14562
ae1d2761
PM
145632014-04-08 Pierre Muller <muller@sourceware.org>
14564
14565 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14566 Ctrl-V use for mingw hosts.
14567
7af389b8
SC
145682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14569
14570 * gdb.python/py-value.c: Improve test case.
14571 * gdb.python/py-value.exp: Add new test.
14572
5e703181
DE
145732014-04-07 David Blaikie <dblaikie@gmail.com>
14574
14575 * lib/compiler.c: Identify the clang compiler.
14576 * lib/compiler.cc: Ditto.
14577
9810b410
YQ
145782014-04-03 Yao Qi <yao@codesourcery.com>
14579
14580 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14581
98d1b8dc
AB
145822014-04-01 Anton Blanchard <anton@samba.org>
14583
14584 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14585 messages unique.
14586
3114cea1
AB
145872014-04-01 Anton Blanchard <anton@samba.org>
14588
14589 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14590 prepare_for_testing.
14591
62f7182c
AB
145922014-04-01 Anton Blanchard <anton@samba.org>
14593
14594 * gdb.arch/ppc64-atomic-inst.c: Remove.
14595 * gdb.arch/ppc64-atomic-inst.S: New file.
14596 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14597
770e7fc7
DE
145982014-03-31 Doug Evans <dje@google.com>
14599
14600 * gdb.base/print-symbol-loading-lib.c: New file.
14601 * gdb.base/print-symbol-loading-main.c: New file.
14602 * gdb.base/print-symbol-loading.exp: New file.
14603
46e2bafa
YQ
146042014-03-31 Yao Qi <yao@codesourcery.com>
14605
14606 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14607
8776cfe9
JB
146082014-03-28 Joel Brobecker <brobecker@adacore.com>
14609
14610 * gdb.ada/mi_dyn_arr: New testcase.
14611
5d1ef361
DE
146122014-03-27 Doug Evans <dje@google.com>
14613
14614 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14615
b5bee914
YQ
146162014-03-27 Yao Qi <yao@codesourcery.com>
14617
14618 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14619 if target is nios2-*-*.
14620
0d4d0e77
YQ
146212014-03-26 Yao Qi <yao@codesourcery.com>
14622
14623 * lib/gdb.exp (readline_is_used): New proc.
14624 * gdb.base/completion.exp: Move tests on command complete up.
14625 Skip the rest of tests if readline is not used.
14626 * gdb.ada/complete.exp: Skp the test if readline is not
14627 used.
14628 * gdb.base/filesym.exp: Likewise.
14629 * gdb.base/macscp.exp: Likewise.
14630 * gdb.base/readline-ask.exp: Likewise.
14631 * gdb.base/readline.exp: Likewise.
14632 * gdb.python/py-cmd.exp: Likewise.
14633 * gdb.trace/tfile.exp: Likewise.
14634
29361eee
YQ
146352014-03-26 Yao Qi <yao@codesourcery.com>
14636
14637 * gdb.base/macscp.exp: Fix code format issues.
14638
bc9a5525
UW
146392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14640
14641 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14642 * gdb.asm/powerpc64le.inc: New file.
14643
d3839ede
PA
146442014-03-25 Pedro Alves <palves@redhat.com>
14645 Doug Evans <dje@google.com>
14646
14647 * gdb.base/source-execution.c: New file.
14648 * gdb.base/source-execution.exp: New file.
14649 * gdb.base/source-execution.gdb: New file.
14650
01672a57
DE
146512014-03-24 Doug Evans <dje@google.com>
14652
14653 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14654 using fission.
14655
88bbeca9
HZ
146562014-03-24 Hui Zhu <hui@codesourcery.com>
14657 Pedro Alves <palves@redhat.com>
14658
14659 PR breakpoints/16101
14660 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14661 test pass/fail messages. Detect missing support for dprintf when
14662 breakpoints are actually inserted.
14663 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14664 breakpoints are actually inserted.
14665 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14666 fails.
14667
d2348791
JK
146682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14669
14670 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14671
feef67ab
DE
146722014-03-22 Doug Evans <xdje42@gmail.com>
14673
14674 * gdb.python/python.exp (python not supported): Verify multi-line
14675 python command issues an error.
25d743f9 14676 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14677 guile command issues an error.
feef67ab 14678
ecebef6a
MR
146792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14680
14681 * gdb.threads/thread-specific.exp: Handle the lack of usable
14682 $this_breakpoint and $this_thread.
14683
ccdd1909
HZ
146842014-03-21 Hui Zhu <hui@codesourcery.com>
14685
14686 * gdb.base/attach.exp (do_command_attach_tests): New.
14687
beb460e8
PA
146882014-03-20 Tom Tromey <tromey@redhat.com>
14689 Pedro Alves <palves@redhat.com>
14690
14691 PR cli/15718
14692 * gdb.base/condbreak-call-false.c: New file.
14693 * gdb.base/condbreak-call-false.exp: New file.
14694
40acf43a
PA
146952014-03-20 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14698 Delete.
14699 (block_signals, unblock_signals): Delete.
14700 (child_function_2, main): Remove references to deleted variable
14701 and functions.
14702
9f5e1e02
PA
147032014-03-20 Pedro Alves <palves@redhat.com>
14704
14705 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14706 Use pthread_kill to signal thread 2.
14707 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14708 Adjust to make the test send itself a signal rather than using the
14709 host's "kill" command.
14710
99619bea
PA
147112014-03-20 Pedro Alves <palves@redhat.com>
14712
14713 * gdb.threads/multiple-step-overs.c: New file.
14714 * gdb.threads/multiple-step-overs.exp: New file.
14715 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14716 Adjust expected infrun debug output.
14717
2adfaa28
PA
147182014-03-20 Pedro Alves <palves@redhat.com>
14719
14720 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14721 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14722
31e77af2
PA
147232014-03-20 Pedro Alves <palves@redhat.com>
14724
14725 PR breakpoints/7143
14726 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14727 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14728 of gdb_test_multiple.
14729 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14730 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14731
b9f437de
PA
147322014-03-20 Pedro Alves <palves@redhat.com>
14733
14734 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14735 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14736
05adc73e
PA
147372014-03-19 Pedro Alves <palves@redhat.com>
14738
14739 * gdb.base/async.exp: Remove early return.
14740
6048b950
PA
147412014-03-19 Pedro Alves <palves@redhat.com>
14742
14743 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14744
8bcfb00a
PA
147452014-03-19 Pedro Alves <palves@redhat.com>
14746
14747 * gdb.base/async.exp (test_background): Expect \r\n after
14748 "completed." in the fail pattern.
14749
884e37dc
PA
147502014-03-19 Pedro Alves <palves@redhat.com>
14751
14752 * gdb.base/async.exp (test_background): New procedure.
14753 Use it for all background execution command tests.
14754
148e57e2
PA
147552014-03-19 Pedro Alves <palves@redhat.com>
14756
14757 * gdb.base/async.exp: Use prepare_for_testing.
14758
f48088c7
PA
147592014-03-19 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14762 the same line.
14763
e2f6c966
PA
147642014-03-19 Pedro Alves <palves@redhat.com>
14765
14766 * gdb.base/async.c (main): Add "jump here" and "until here" line
14767 marker comments.
14768 * gdb.base/async.exp (jump_here): New global.
14769 (jump& test): Use it.
14770 (until_here): New global.
14771 (until& test): Use it.
14772
c30568d4
PA
147732014-03-19 Pedro Alves <palves@redhat.com>
14774
14775 * gdb.base/async.exp: Don't frob gdb_protocol.
14776
0172b6a7
DE
147772014-03-18 Doug Evans <xdje42@gmail.com>
14778
14779 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14780 Fix spelling of exec-done-display.
14781
06c868a8
JK
147822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14783
14784 PR gdb/15358
14785 * gdb.base/gdb-sigterm.c: New file.
14786 * gdb.base/gdb-sigterm.exp: New file.
14787
0c7e1a46
PA
147882014-03-18 Pedro Alves <palves@redhat.com>
14789
14790 PR gdb/13860
14791 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14792 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14793 solib-event.
14794
f7c77d93
JB
147952014-03-17 Joel Brobecker <brobecker@adacore.com>
14796
14797 * gdb.ada/pckd_arr_ren: New testcase.
14798
5a1e8c7a
DE
147992014-03-13 Doug Evans <xdje42@gmail.com>
14800
14801 PR guile/16612
14802 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14803 collect after discarding symbols.
14804
350e1a76
DE
148052014-03-13 Ludovic Courtès <ludo@gnu.org>
14806 Doug Evans <xdje42@gmail.com>
14807
14808 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14809 to history survives a gc.
14810
a69900ae
PA
148112014-03-13 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.base/default.exp: Don't test "target procfs".
14814
5db9f0bd
PA
148152014-03-13 Pedro Alves <palves@redhat.com>
14816
14817 * gdb.base/default.exp: Update "target child" and "target procfs"
14818 tests to not expect "Unix".
14819
b3ccfe11
TT
148202014-03-12 Tom Tromey <tromey@redhat.com>
14821
14822 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14823 New procs. Add target-async tests.
14824 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14825 Add target-async tests.
14826
646f4417
AA
148272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14828
14829 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14830 'func_start' and 'func_end' for the beginning and end of the
14831 function code, respectively.
14832 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14833 'func_end' instead of 'func' and 'main'.
14834
288c211f
AA
148352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14836
14837 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14838 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14839 generate the debug info assembler source.
14840
e0c0f156
AA
148412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14842
14843 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14844 * gdb.dwarf2/arr-subrange.exp: Likewise.
14845 * gdb.dwarf2/dwz.exp: Likewise.
14846 * gdb.dwarf2/method-ptr.exp: Likewise.
14847 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14848 * gdb.dwarf2/subrange.exp: Likewise.
14849 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14850 * gdb.dwarf2/implptrpiece.exp: Likewise.
14851 * gdb.dwarf2/nostaticblock.exp: Likewise.
14852
0e5c4555
AA
148532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14854
14855 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14856 directory to absolute path name arguments.
14857
5ec18f2b
JG
148582014-03-10 Joel Brobecker <brobecker@adacore.com>
14859
14860 * gdb.ada/tagged_access: New testcase.
14861
847fc4f2
MM
148622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14863
14864 * gdb.btrace/data.exp: Update expected output.
14865
cc3da688
YQ
148662014-03-06 Yao Qi <yao@codesourcery.com>
14867
14868 * gdb.trace/pr16508.exp: New file.
14869
0f26cec1
PA
148702014-03-05 Pedro Alves <palves@redhat.com>
14871
14872 PR gdb/16575
14873 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14874 procedure.
14875 (top level): Adjust to use it. Add tests that exercise breakpoint
14876 interaction with the code-cache.
14877
7a5a839f
LC
148782014-02-26 Ludovic Courtès <ludo@gnu.org>
14879
14880 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14881 test for 'history-append!'.
14882
31aa7e4e
JB
148832014-02-26 Joel Brobecker <brobecker@adacore.com>
14884
14885 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14886 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14887 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14888 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14889 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14890 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14891
1b588015
JB
148922014-02-26 Joel Brobecker <brobecker@adacore.com>
14893
14894 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14895 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14896 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14897
55426c9d
JB
148982014-02-26 Joel Brobecker <brobecker@adacore.com>
14899
14900 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14901
dc53a7ad
JB
149022014-02-26 Joel Brobecker <brobecker@adacore.com>
14903
14904 * gdb.dwarf2/arr-stride.c: New file.
14905 * gdb.dwarf2/arr-stride.exp: New file.
14906
12ab52e9
PA
149072014-02-26 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14910 that won't ever trigger. Make sure that GDB reports the correct
14911 breakpoint that caused the stop.
14912
849c862e
JK
149132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14914
14915 PR gdb/16626
14916 * gdb.base/auto-load-script: New file.
14917 * gdb.base/auto-load.c: New file.
14918 * gdb.base/auto-load.exp: New file.
14919
71b7d793
JK
14920 PR gdb/16626
14921 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14922
e2f0d509
JK
149232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14924
14925 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14926 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14927
50cc37c8
DE
149282014-02-24 Doug Evans <dje@google.com>
14929
14930 * lib/gdb.exp (run_on_host): Log error output if program fails.
14931
ea4758f2
PA
149322014-02-21 Pedro Alves <palves@redhat.com>
14933
14934 * gdb.threads/step-after-sr-lock.c: Rename to ...
14935 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14936 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14937 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14938 ... this.
14939
d7b30f67
SDJ
149402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14941
14942 PR tdep/16397
14943 * gdb.arch/amd64-stap-special-operands.exp: New file.
14944 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14945 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14946 * gdb.arch/amd64-stap-triplet.S: Likewise.
14947 * gdb.arch/amd64-stap-triplet.c: Likewise.
14948
83deb43f
JB
149492014-02-20 Joel Brobecker <brobecker@adacore.com>
14950
14951 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14952 in .section pseudo-op.
14953
adde2bff
DE
149542014-02-20 lin zuojian <manjian2006@gmail.com>
14955 Joel Brobecker <brobecker@adacore.com>
14956 Doug Evans <xdje42@gmail.com>
14957
14958 PR symtab/16581
14959 * gdb.dwarf2/dw2-icycle.S: New file.
14960 * gdb.dwarf2/dw2-icycle.c: New file.
14961 * gdb.dwarf2/dw2-icycle.exp: New file.
14962
f7bd0f78
SC
149632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14964
14965 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14966 operations on gdb.Value objects.
14967 * gdb.python/py-value-cc.exp: Add new test to test operations on
14968 gdb.Value objects.
14969
c17ef0d5
DE
149702014-02-18 Doug Evans <dje@google.com>
14971
14972 * Makefile.in (TESTS): New variable.
14973 (expanded_tests, expanded_tests_or_none): New variables
14974 (check-single): Pass $(expanded_tests_or_none) to runtest.
14975 (check-parallel): Only run tests in $(TESTS) if non-empty.
14976 (check/no-matching-tests-found): New rule.
14977 * README: Document TESTS makefile variable.
14978
5dd3176f
DE
149792014-02-18 Doug Evans <dje@google.com>
14980
14981 * Makefile.in (check-parallel): rm -rf outputs temp.
14982
0b10be4f
JK
149832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14984
14985 Fix "ERROR: no fileid for" in the testsuite.
14986 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14987
85f224e7
DE
149882014-02-12 Doug Evans <dje@google.com>
14989
14990 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14991 (MISCELLANEOUS): New variable.
14992 (clean): rm -rf $(MISCELLANEOUS).
14993 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14994 dwp live in the same directory as symlinks, with each symlink pointed
14995 to a differently named file in a different directory.
14996
149b30ff
DE
149972014-02-11 Doug Evans <dje@google.com>
14998
14999 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15000 of Tcl file commands.
15001
1dfdac32
MK
150022014-02-10 Mark Kettenis <kettenis@gnu.org>
15003
15004 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15005 "kill -SIGUSR1 -1".
15006
aa4fb036
JB
150072014-02-10 Joel Brobecker <brobecker@adacore.com>
15008
15009 * gdb.ada/tick_length_array_enum_idx: New testcase.
15010
ed3ef339
DE
150112014-02-10 Doug Evans <xdje42@gmail.com>
15012
15013 * configure.ac (AC_OUTPUT): Add gdb.guile.
15014 * configure: Regenerate.
15015 * lib/gdb-guile.exp: New file.
15016 * lib/gdb.exp (get_target_charset): New function.
15017 * gdb.base/help.exp: Update expected output from "apropos apropos".
15018 * gdb.guile/Makefile.in: New file.
15019 * gdb.guile/guile.exp: New file.
15020 * gdb.guile/scm-arch.c: New file.
15021 * gdb.guile/scm-arch.exp: New file.
15022 * gdb.guile/scm-block.c: New file.
15023 * gdb.guile/scm-block.exp: New file.
15024 * gdb.guile/scm-breakpoint.c: New file.
15025 * gdb.guile/scm-breakpoint.exp: New file.
15026 * gdb.guile/scm-disasm.c: New file.
15027 * gdb.guile/scm-disasm.exp: New file.
15028 * gdb.guile/scm-equal.c: New file.
15029 * gdb.guile/scm-equal.exp: New file.
15030 * gdb.guile/scm-error.exp: New file.
15031 * gdb.guile/scm-error.scm: New file.
15032 * gdb.guile/scm-frame-args.c: New file.
15033 * gdb.guile/scm-frame-args.exp: New file.
15034 * gdb.guile/scm-frame-args.scm: New file.
15035 * gdb.guile/scm-frame-inline.c: New file.
15036 * gdb.guile/scm-frame-inline.exp: New file.
15037 * gdb.guile/scm-frame.c: New file.
15038 * gdb.guile/scm-frame.exp: New file.
15039 * gdb.guile/scm-generics.exp: New file.
15040 * gdb.guile/scm-gsmob.exp: New file.
15041 * gdb.guile/scm-iterator.c: New file.
15042 * gdb.guile/scm-iterator.exp: New file.
15043 * gdb.guile/scm-math.c: New file.
15044 * gdb.guile/scm-math.exp: New file.
15045 * gdb.guile/scm-objfile-script-gdb.in: New file.
15046 * gdb.guile/scm-objfile-script.c: New file.
15047 * gdb.guile/scm-objfile-script.exp: New file.
15048 * gdb.guile/scm-objfile.c: New file.
15049 * gdb.guile/scm-objfile.exp: New file.
15050 * gdb.guile/scm-ports.exp: New file.
15051 * gdb.guile/scm-pretty-print.c: New file.
15052 * gdb.guile/scm-pretty-print.exp: New file.
15053 * gdb.guile/scm-pretty-print.scm: New file.
15054 * gdb.guile/scm-section-script.c: New file.
15055 * gdb.guile/scm-section-script.exp: New file.
15056 * gdb.guile/scm-section-script.scm: New file.
15057 * gdb.guile/scm-symbol.c: New file.
15058 * gdb.guile/scm-symbol.exp: New file.
15059 * gdb.guile/scm-symtab-2.c: New file.
15060 * gdb.guile/scm-symtab.c: New file.
15061 * gdb.guile/scm-symtab.exp: New file.
15062 * gdb.guile/scm-type.c: New file.
15063 * gdb.guile/scm-type.exp: New file.
15064 * gdb.guile/scm-value-cc.cc: New file.
15065 * gdb.guile/scm-value-cc.exp: New file.
15066 * gdb.guile/scm-value.c: New file.
15067 * gdb.guile/scm-value.exp: New file.
15068 * gdb.guile/source2.scm: New file.
15069 * gdb.guile/types-module.cc: New file.
15070 * gdb.guile/types-module.exp: New file.
15071
7026a7c1
YQ
150722014-02-10 Yao Qi <yao@codesourcery.com>
15073
15074 PR testsuite/16543
15075 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15076 * configure: Regenerated.
15077 * Makefile.in: New file.
15078
6c466447
AS
150792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15080
15081 * gdb.python/py-framefilter.exp: Fix typo.
15082
6e854735
YQ
150832014-02-08 Yao Qi <yao@codesourcery.com>
15084
15085 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15086 that no =breakpoint-modified is emitted when breakpoints are
15087 modified through MI commands.
15088
d137e6dc
PA
150892014-02-07 Pedro Alves <pedro@codesourcery.com>
15090 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.threads/step-after-sr-lock.c: New file.
15093 * gdb.threads/step-after-sr-lock.exp: New file.
15094
b5ee5a50
PA
150952014-02-07 Pedro Alves <palves@redhat.com>
15096
15097 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15098
3c77faf3
JK
150992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15100
15101 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15102 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15103
6dddc817
DE
151042014-02-06 Doug Evans <xdje42@gmail.com>
15105
15106 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15107 output.
15108
15109 * gdb.gdb/python-interrupts.exp: New file.
15110
de7b2893
YQ
151112014-02-05 Yao Qi <yao@codesourcery.com>
15112
15113 * gdb.trace/report.exp (use_collected_data): Test the output
15114 of "info threads" and "info inferiors".
15115
66d032ac
YQ
151162014-02-05 Yao Qi <yao@codesourcery.com>
15117
15118 Revert this patch:
15119
15120 2013-05-24 Yao Qi <yao@codesourcery.com>
15121
15122 * gdb.trace/tfile.exp: Test inferior and thread.
15123
591a12a1
UW
151242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15125
15126 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15127 on a function.
15128 * gdb.base/step-bt.c: Call hello via function pointer to make
15129 sure its first instruction is executed on powerpc64le-linux.
15130
0ff3e01f
UW
151312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15132
15133 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15134
084ee545
UW
151352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15136
15137 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15138 of the test patterns for use on little-endian systems.
15139
6ed14ff3
UW
151402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15141
15142 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15143 (decimal_vector): Fix for little-endian.
15144
401e27fd
JM
151452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15146
15147 * gdb.arch/sparc-sysstep.exp: New file.
15148 * gdb.arch/sparc-sysstep.c: Likewise.
15149
15150 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15151
8b924729
EBM
151522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15153
15154 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15155
fb151210
JB
151562014-01-23 Tom Tromey <tromey@redhat.com>
15157
15158 * gdb.ada/array_char_idx: New testcase.
15159
0740f8d8
TT
151602014-01-23 Tom Tromey <tromey@redhat.com>
15161
15162 PR python/16487:
15163 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15164 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15165 classes.
15166
21909fa1
TT
151672014-01-23 Tom Tromey <tromey@redhat.com>
15168
15169 PR python/16491:
15170 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15171 string from an inferior frame.
15172 * gdb.python/py-framefilter-mi.exp: Update.
15173
87ce2a04
DE
151742014-01-22 Doug Evans <dje@google.com>
15175
15176 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15177
237b092b
AA
151782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15179
15180 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15181
d674a709
AA
151822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15183
15184 * gdb.trace/entry-values.exp: Remove excess space character from
15185 regex patterns. Handle s390 call instruction.
15186
20fa3390
AA
151872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15188
15189 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15190 define "*_start" label. Make "name" static.
15191 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15192 ${name} by references to ${name}_start.
15193
78466714
AA
151942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15195
15196 * gdb.base/info-macros.exp: Remove "debug" from the compile
15197 options.
15198
ec9f644a
IB
151992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15200
15201 * gdb.dlang/demangle.exp: New file.
15202
94b1b47e
IB
152032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15204
15205 * gdb.dlang/primitive-types.exp: New file.
15206
7f420862
IB
152072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15208
15209 * configure.ac: Create gdb.dlang/Makefile.
15210 * configure: Regenerate.
15211 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15212 * gdb.dlang/Makefile.in: New file.
15213 * lib/d-support.exp: New file.
15214 * lib/gdb.exp (skip_d_tests): New proc.
15215
52834460
MM
152162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15217
15218 * gdb.btrace/delta.exp: Check reverse stepi.
15219 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15220 * gdb.btrace/finish.exp: New.
15221 * gdb.btrace/next.exp: New.
15222 * gdb.btrace/nexti.exp: New.
15223 * gdb.btrace/record_goto.c: Add comments.
15224 * gdb.btrace/step.exp: New.
15225 * gdb.btrace/stepi.exp: New.
15226 * gdb.btrace/multi-thread-step.c: New.
15227 * gdb.btrace/multi-thread-step.exp: New.
15228 * gdb.btrace/rn-dl-bind.c: New.
15229 * gdb.btrace/rn-dl-bind.exp: New.
15230 * gdb.btrace/data.c: New.
15231 * gdb.btrace/data.exp: New.
15232 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15233
6e07b1d2
MM
152342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15235
15236 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15237 * gdb.btrace/exception.exp: Update.
15238 * gdb.btrace/instruction_history.exp: Update.
15239 * gdb.btrace/record_goto.exp: Update.
15240 * gdb.btrace/tailcall.exp: Update.
15241 * gdb.btrace/unknown_functions.exp: Update.
15242 * gdb.btrace/delta.exp: New.
15243
0b722aec
MM
152442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15245
15246 * gdb.btrace/record_goto.exp: Add backtrace test.
15247 * gdb.btrace/tailcall.exp: Add backtrace test.
15248
066ce621
MM
152492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15250
15251 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15252 * gdb.btrace/record_goto.c: New.
15253 * gdb.btrace/record_goto.exp: New.
15254 * gdb.btrace/x86-record_goto.S: New.
15255
0688d04e
MM
152562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15257
15258 * gdb.btrace/function_call_history.exp: Update tests.
15259 * gdb.btrace/instruction_history.exp: Update tests.
15260
8710b709
MM
152612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15262
15263 * gdb.btrace/function_call_history.exp: Fix expected field
15264 order for "record function-call-history".
15265 Add new tests for "record function-call-history /c".
15266 * gdb.btrace/exception.cc: New.
15267 * gdb.btrace/exception.exp: New.
15268 * gdb.btrace/tailcall.exp: New.
15269 * gdb.btrace/x86-tailcall.S: New.
15270 * gdb.btrace/x86-tailcall.c: New.
15271 * gdb.btrace/unknown_functions.c: New.
15272 * gdb.btrace/unknown_functions.exp: New.
15273 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15274
5de9129b
MM
152752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15276
15277 * gdb.btrace/instruction_history.exp: Update.
15278 * gdb.btrace/function_call_history.exp: Update.
15279
23a7fe75
MM
152802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15281
15282 * gdb.btrace/function_call_history.exp: Fix expected function
15283 trace.
15284 * gdb.btrace/instruction_history.exp: Initialize traced.
15285 Remove traced_functions.
15286
724c7dd8
MM
152872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15288
15289 * gdb.btrace/function_call_history.exp: Update
15290 * gdb.btrace/instruction_history.exp: Update.
15291
6d78d93b
MM
152922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15293
15294 * gdb.btrace/enable.exp: Update expected text.
15295
93a360cc
OJ
152962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15297
15298 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15299 bytes.
15300
3772b53f
MR
153012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15302
15303 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15304
596662fa
OJ
153052014-01-15 Omair Javaid <omair.javaid@linaro.org>
15306
15307 * lib/gdb.exp (supports_process_record): Return true for
15308 arm*-linux*. (supports_reverse): Likewise.
15309
b5b08fb4
SC
153102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15311
15312 PR python/15464
15313 PR python/16113
15314 * gdb.python/py-type.c: Enhance test case.
15315 * gdb.python/py-value-cc.cc: Likewise
15316 * gdb.python/py-type.exp: Add new tests.
15317 * gdb.python/py-value-cc.exp: Likewise
15318
52d7fb13
AA
153192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15320 Pedro Alves <palves@redhat.com>
15321
15322 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15323 Make "name" extern.
15324 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15325 references to ${name}_start by references to ${name}.
15326
a2cd8cfe
JB
153272014-01-10 Joel Brobecker <brobecker@adacore.com>
15328
15329 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15330
4e23fced
JB
153312014-01-10 Joel Brobecker <brobecker@adacore.com>
15332
15333 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15334
c6a9e42c
PA
153352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15336 Pedro Alves <palves@redhat.com>
15337
15338 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15339 mi_gdb_target_load.
c6a9e42c 15340
b7ea362b
PA
153412014-01-08 Pedro Alves <palves@redhat.com>
15342
15343 * gdb.threads/reconnect-signal.c: New file.
15344 * gdb.threads/reconnect-signal.exp: New file.
15345
5e3f4fab
EBM
153462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15347
15348 * gdb.base/source-dir.exp: New file.
15349
79301218
JB
153502014-01-07 Joel Brobecker <brobecker@adacore.com>
15351
15352 * gdb.ada/mi_interface: New testcase.
15353
8e355c5d
JB
153542014-01-07 Joel Brobecker <brobecker@adacore.com>
15355
15356 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15357 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15358 gdb.ada/pp-rec-component/pck.ads: New files.
15359
c0d48811
JB
153602014-01-07 Joel Brobecker <brobecker@adacore.com>
15361
15362 * gdb.python/py-pp-integral.c: New file.
15363 * gdb.python/py-pp-integral.py: New file.
15364 * gdb.python/py-pp-integral.exp: New file.
15365
17b609c3 15366For older changes see ChangeLog-1993-2013.
c906108c 15367\f
8d8cb839
EZ
15368;; Local Variables:
15369;; mode: change-log
15370;; left-margin: 8
15371;; fill-column: 74
15372;; version-control: never
15373;; End:
902f2ccb 15374
42a4f53d 15375 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15376 Copying and distribution of this file, with or without modification,
15377 are permitted provided the copyright notice and this notice are preserved.
This page took 3.33406 seconds and 4 git commands to generate.