gdb/23712: Remove dw2_add_symbol_to_list
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
041be526
SM
12019-01-09 Simon Marchi <simon.marchi@ericsson.com>
2
3 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
4 (test_gnuv3_style_demangling): ... this.
5 (test_lucid_style_demangling): Remove.
6 (test_arm_style_demangling): Remove.
7 (test_hp_style_demangling): Remove.
8 (do_tests): Remove calls to the above.
9
d820d0c3
AB
102019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
13 case.
14
f097f5ad
TT
152019-01-06 Tom Tromey <tom@tromey.com>
16
17 PR gdb/28155:
18 * gdb.dwarf2/typedef-void-finish.exp: New file.
19
2cd8cc0b
TT
202018-12-28 Tom Tromey <tom@tromey.com>
21 Simon Marchi <simark@simark.ca>
22
23 * gdb.base/jit-exec.exp: New file.
24 * gdb.base/jit-exec.c: New file.
25 * gdb.base/jit-execd.c: New file.
26
35fb8261
TT
272018-12-28 Tom Tromey <tom@tromey.com>
28
29 * gdb.base/style.exp: Update test to check for address styling.
30
47fd17cd
TT
312018-12-28 Tom Tromey <tom@tromey.com>
32
33 * gdb.base/style.exp: Add test for styling of "Reading symbols"
34 message.
35
d47032b7
TT
362018-12-28 Tom Tromey <tom@tromey.com>
37
38 * gdb.base/style.exp: Add test for version number styling.
39
af79b68d
TT
402018-12-28 Tom Tromey <tom@tromey.com>
41
42 * gdb.base/style.exp: Add test for print_address_symbolic.
43
0bb296cb
TT
442018-12-28 Tom Tromey <tom@tromey.com>
45
46 * gdb.base/style.exp: Add test for breakpoint setting.
47
80ae2043
TT
482018-12-28 Tom Tromey <tom@tromey.com>
49
50 * gdb.base/style.exp: Add test for variable names.
51
cbe56571
TT
522018-12-28 Tom Tromey <tom@tromey.com>
53
54 * gdb.base/style.exp: New file.
55 * gdb.base/style.c: New file.
56
9162a27c
TT
572018-12-28 Tom Tromey <tom@tromey.com>
58
59 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
60 "dumb".
61 * gdb.base/readline.exp (operate_and_get_next): Save and restore
62 the TERM environment variable.
63
bc543c90
TT
642018-12-27 Tom Tromey <tom@tromey.com>
65
66 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
67 pagination test.
68
6f0ffe50
AB
692018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
70
71 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
72 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
73
b5a1e557
PW
742018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
75
76 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
77 Filename a.adb changed to bp_fun_addr.adb.
78 gdb.ada/bp_fun_addr.exp: Update test accordingly.
79
6e8b1ab2
JV
802018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
81
82 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
83 non-PIE executables.
84 * README: Mention the gdb,nopie_flag board setting.
85 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
86 non-PIE executable.
87 * gdb.arch/amd64-entry-value.exp: Likewise.
88 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
89 * gdb.arch/i386-float.exp: Likewise.
90 * gdb.arch/i386-signal.exp: Likewise.
91 * gdb.mi/mi-reg-undefined.exp: Likewise.
92
d00a27c5
PM
932018-12-21 Paul Marechal <paul.marechal@ericsson.com>
94
95 PR gdb/23974
96 * gdb.base/info-os.exp: Check return for unknown "info os" type.
97
161d081c
PW
982018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
99
100 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
101 Update order of results accordingly.
102
b001de23
AB
1032018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
104
105 * gdb.base/annota1.exp: Update a test regexp.
106
99e1a184
AB
1072018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
110
7a81c1e2
PW
1112018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
112
113 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
114 (reuse_time): Initialize to REUSE_TIME_CAP.
115 (check_rc): New function.
116 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
117 Check pthread_create rc.
118 (spawner_thread_func): Check pthread_create and pthread_join rc.
119
73e8dc90
PA
1202018-12-08 Pedro Alves <palves@redhat.com>
121
122 * gdb.base/list.exp (test_forward_search): Rename to ...
123 (test_forward_reverse_search): ... this. Also test reverse-search
124 and the forward-search alias.
125
13f2ed32
AB
1262018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
129 local timeout variable before return, and remove all local timeout
130 variable entirely.
131 (gdb_load): Likewise.
132
64d27cfc
TV
1332018-12-01 Tom de Vries <tdevries@suse.de>
134
135 * gdb.base/gdb-caching-proc.exp: New file.
136
f63c03b4
SDJ
1372018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
138
139 * Makefile.in (TIMESTAMP): New variable.
140 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
141 command.
142 (check-single-racy): Likewise.
143 (check/%.exp): Likewise.
144 (check-racy/%.exp): Likewise.
145 (workers/%.worker): Likewise.
146 (build-perf): Likewise.
147 (check-perf): Likewise.
148 * README: Describe new "TS" and "TS_FORMAT" variables.
149 * print-ts.py: New file.
150
1c97054b
BF
1512018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
152
153 PR python/23714
154 * gdb.python/python.exp: Test command repetition after
155 gdb.execute.
156
1871a62d
AB
1572018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * gdb.opt/inline-break.exp: Add test that info breakpoint output
160 is correctly aligned.
161
fb5e1ed9
PW
1622018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
163
164 * gdb.ada/info_auto_lang.exp: New testcase.
165 * gdb.ada/info_auto_lang/global_pack.ads: New file.
166 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
167 * gdb.ada/info_auto_lang/some_c.c: New file.
168
43d397ca
PW
1692018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
170
171 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
172 FUNC_lang language syntax.
173
beddd671
PW
1742018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
175
176 * gdb.base/info_minsym.c: New file.
177 * gdb.base/info_minsym.exp: New file.
178
73fc52c4
TT
1792018-11-19 Tom Tromey <tom@tromey.com>
180
181 PR rust/23625:
182 * gdb.rust/simple.exp: Add ptype test. Update expected output.
183 * gdb.rust/expr.exp: Update expected output. Change one test.
184
994b876a
TT
1852018-11-19 Tom Tromey <tom@tromey.com>
186
187 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
188
6769f276
PA
1892018-11-19 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
192 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
193 see the expected warning.
194
38a72da0
AH
1952018-11-16 Alan Hayward <alan.hayward@arm.com>
196
197 PR gdb/22736:
198 * gdb.cp/infcall-nodebug-lib.c: New test.
199 * gdb.cp/infcall-nodebug-main.c: New test.
200 * gdb.cp/infcall-nodebug.exp: New file.
201
53a89d6e
SM
2022018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
203
204 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
205 completer tests.
206
9325300d
TV
2072018-11-09 Tom de Vries <tdevries@suse.de>
208
209 * gdb.base/msym-lang.c: New test.
210 * gdb.base/msym-lang.exp: New file.
211 * gdb.base/msym-lang-main.c: New test.
212
20f0d60d
TT
2132018-11-08 Tom Tromey <tom@tromey.com>
214
215 PR gdb/23555:
216 PR gdb/23838:
217 * gdb.base/warning.exp: New file.
218
b5420128
JB
2192018-11-08 Jan Beulich <jbeulich@suse.com>
220
221 * testsuite/gdb.arch/i386-avx512.c,
222 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
223
cd115d61
AB
2242018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
227 point hardware.
228
35ee2dc2
AB
2292018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
232 * gdb.dwarf2/missing-type-name.exp: New file.
233
31aceee8
TV
2342018-11-06 Tom de Vries <tdevries@suse.de>
235
236 * gdb.base/many-headers.c: New test.
237 * gdb.base/many-headers.exp: New file.
238
109be305
JW
2392018-11-06 Jim Wilson <jimw@sifive.com>
240
241 * gdb.base/code_elim.exp: For riscv, set additional_flags
242 to include -msmall-data-limit=0.
243
e2b7af72
JB
2442018-11-01 Joel Brobecker <brobecker@adacore.com>
245
246 * gdb.ada/watch_minus_l: New testcase.
247
cdcda965
SM
2482018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
249
250 * gdb.arch/aix-sighandle.c: New file.
251 * gdb.arch/aix-sighandle.exp: New file.
252
92dcebf3
AB
2532018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
254
255 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
256 registers being unions.
257
68b9ac18
TV
2582018-10-31 Tom de Vries <tdevries@suse.de>
259
260 * lib/valgrind.exp: New file.
261 (vgdb_start, vgdb_stop): New procs, factored out of ...
262 * gdb.base/valgrind-bt.exp: ... here, ...
263 * gdb.base/valgrind-disp-step.exp: ... here and ...
264 * gdb.base/valgrind-infcall.exp: ... here.
265
1443936e
TV
2662018-10-31 Tom de Vries <tdevries@suse.de>
267
268 * lib/gdb.exp (get_valueof): Don't output read value in test name.
269
eb77c9df
AB
2702018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * gdb.dwarf2/void-type.c: New file.
273 * gdb.dwarf2/void-type.exp: New file.
274
82b5e646
PW
2752018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
276
277 * gdb.base/info_qt.c: New file.
278 * gdb.base/info_qt.exp: New file.
279
8d619c01
EBM
2802018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
281
282 * gdb.arch/powerpc-htm-regs.c: New file.
283 * gdb.arch/powerpc-htm-regs.exp: New file.
284
f2cf6173
EBM
2852018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
286
287 * gdb.arch/powerpc-tar.c: New file.
288 * gdb.arch/powerpc-tar.exp: New file.
289
7ca18ed6
EBM
2902018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
291
292 * gdb.arch/powerpc-ppr-dscr.c: New file.
293 * gdb.arch/powerpc-ppr-dscr.exp: New file.
294
bfcc0eba
TV
2952018-10-25 Tom de Vries <tdevries@suse.de>
296
297 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
298
fe1a5cad
TV
2992018-10-24 Tom de Vries <tdevries@suse.de>
300
301 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
302 longer exists error.
303
a76dc3b7
TV
3042018-10-24 Tom de Vries <tdevries@suse.de>
305
306 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
307
4df46df7
TV
3082018-10-24 Tom de Vries <tdevries@suse.de>
309
310 * gdb.base/valgrind-db-attach.exp: Handle removed support for
311 --db-attach in valgrind.
312
0dbfcfff
AB
3132018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * gdb.arch/riscv-reg-aliases.c: New file.
316 * gdb.arch/riscv-reg-aliases.exp: New file.
317
b04480b1
AH
3182018-10-19 Alan Hayward <alan.hayward@arm.com>
319
320 * gdb.python/py-cmd.exp: Check for gdb_prompt.
321
2c6ac8d7
AH
3222018-10-19 Alan Hayward <alan.hayward@arm.com>
323
324 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
325
2bc69f25
AH
3262018-10-19 Alan Hayward <alan.hayward@arm.com>
327
328 * gdb.cp/ovldbreak.exp: Fix regexps.
329
1f1ae3a3
AH
3302018-10-19 Alan Hayward <alan.hayward@arm.com>
331
332 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
333
94c18618
SDJ
3342018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
335
336 PR cli/23785
337 * gdb.base/restore.exp: New test to check if "restore" with an
338 invalid file doesn't segfault.
339
812cd6eb
TV
3402018-10-18 Tom de Vries <tdevries@suse.de>
341
342 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
343 * gdb.ada/excep_handle.exp: Same.
344 * gdb.ada/mi_string_access.exp: Same.
345 * gdb.ada/mi_var_union.exp: Same.
346 * gdb.arch/arc-analyze-prologue.exp: Same.
347 * gdb.arch/arc-decode-insn.exp: Same.
348 * gdb.base/readnever.exp: Same.
349 * gdb.fortran/printing-types.exp: Same.
350 * gdb.guile/scm-lazy-string.exp: Same.
351
c4b90788
TV
3522018-10-16 Tom de Vries <tdevries@suse.de>
353
354 PR gdb/23730
355 * gdb.base/catch-follow-exec.c: Add copyright notice.
356 * gdb.base/catch-follow-exec.exp: Rewrite to use
357 gdb_spawn_with_cmdline_opts. Require gdb-native.
358
8bca2978
SL
3592018-10-12 Sandra Loosemore <sandra@codesourcery.com>
360
361 * gdb.trace/actions-changed.exp: Check for arch support.
362 * gdb.trace/actions.exp: Likewise.
363 * gdb.trace/ax.exp: Likewise.
364 * gdb.trace/backtrace.exp: Likewise.
365 * gdb.trace/change-loc.exp: Likewise.
366 * gdb.trace/deltrace.exp: Likewise.
367 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
368 * gdb.trace/ftrace.exp: Likewise.
369 * gdb.trace/infotrace.exp: Check for arch support.
370 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
371 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
372 * gdb.trace/mi-tsv-changed.exp: Likewise.
373 * gdb.trace/packetlen.exp: Likewise.
374 * gdb.trace/passc-dyn.exp: Likewise.
375 * gdb.trace/passcount.exp: Likewise.
376 * gdb.trace/pending.exp: Likewise.
377 * gdb.trace/range-stepping.exp: Check for shlib support.
378 * gdb.trace/report.exp: Check for arch support.
379 * gdb.trace/save-trace.exp: Likewise.
380 * gdb.trace/signal.exp: Check for signal support.
381 * gdb.trace/tfind.exp: Check for arch support.
382 * gdb.trace/trace-break.exp: Check for arch and shlib support.
383 * gdb.trace/trace-common.h: Add comment.
384 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
385 * gdb.trace/trace-enable-disable.exp: Likewise.
386 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
387 * gdb.trace/tracecmd.exp: Check for arch support.
388 * gdb.trace/tspeed.exp: Check for shlib and target support.
389 * gdb.trace/tstatus.exp: Check for arch support.
390 * gdb.trace/tsv.exp: Likewise.
391 * gdb.trace/while-dyn.exp: Likewise.
392 * gdb.trace/while-stepping.exp: Likewise.
393 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
394
f9c49bff
SM
3952018-10-12 Simon Marchi <simon.marchi@ericsson.com>
396
397 * gdb.trace/tspeed.exp: Remove nowarnings.
398 (prepare_for_trace_test): Declare "global ipalib".
399 * gdb.trace/tspeed.c: Include unistd.h.
400 (main): Remove superfluous printf argument.
401
d4330bde
SL
4022018-10-11 Sandra Loosemore <sandra@codesourcery.com>
403
404 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
405 directory prefix on the filename.
406
8ecfd7bd
SDJ
4072018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
408
409 * gdb.gdb/unittest.exp: Update expected message informing that
410 selftests have been disabled.
411 * gdb.server/unittest.exp: Likewise.
412
58bbcd02
TV
4132018-10-09 Tom de Vries <tdevries@suse.de>
414
415 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
416 with runto_main.
417
9f6b697b
WP
4182018-10-08 Weimin Pan <weimin.pan@oracle.com>
419
420 PR c++/16841
421 * gdb.cp/virtbase2.cc: New file.
422 * gdb.cp/virtbase2.exp: New file.
423
add5ded5
TT
4242018-10-06 Tom Tromey <tom@tromey.com>
425
426 PR python/19399:
427 * gdb.python/py-inferior.exp: Add architecture test.
428
f9e48344
TT
4292018-10-06 Tom Tromey <tom@tromey.com>
430
431 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
432 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
433
2a8be203
TT
4342018-10-06 Tom Tromey <tom@tromey.com>
435
436 * gdb.python/py-breakpoint.exp (check_last_event): Check location
437 of a "throw" catchpoint.
438
e04caa70
SDJ
4392018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
440
441 * gdb.base/info-proc.exp: Update string expected from "help info
442 proc".
443
5ca8c39f
TT
4442018-10-04 Tom Tromey <tom@tromey.com>
445
446 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
447 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
448 (test_initial_complaints, test_empty_complaints): Update.
449 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
450
3453e7e4
TT
4512018-10-04 Tom Tromey <tom@tromey.com>
452
453 PR cli/19551:
454 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
455 * lib/gdb.exp (gdb_file_cmd): Update.
456 * gdb.stabs/weird.exp (print_weird_var): Update.
457 * gdb.server/solib-list.exp: Update.
458 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
459 * gdb.mi/mi-cli.exp: Update.
460 * gdb.linespec/linespec.exp: Update.
461 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
462 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
463 * gdb.cp/cp-relocate.exp: Update.
464 * gdb.base/sym-file.exp: Update.
465 * gdb.base/relocate.exp: Update.
466 * gdb.base/readnever.exp: Update.
467 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
468 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
469 * gdb.base/dbx.exp (gdb_file_cmd): Update.
470 * gdb.base/code_elim.exp: Update.
471 * gdb.base/break-unload-file.exp (test_break): Update.
472 * gdb.base/break-interp.exp (test_attach_gdb): Update.
473 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
474 Update.
475 * gdb.base/attach.exp (do_attach_tests): Update.
476 * gdb.base/sepdebug.exp: Update.
477 * gdb.python/py-section-script.exp: Update.
478
6afcf761
TT
4792018-10-04 Tom Tromey <tom@tromey.com>
480
481 PR cli/22234:
482 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
483 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
484 output.
485
fef1b293
TT
4862018-10-04 Tom Tromey <tom@tromey.com>
487
488 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
489 set width and height to 0.
490 (test_command_line_attach_run): Use -quiet.
491
ca98345e
SL
4922018-10-03 Sandra Loosemore <sandra@codesourcery.com>
493
494 * lib/gdb.exp (skip_ifunc_tests): New.
495 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
496 other compile failures.
497 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
498
ff34e6ae
SM
4992018-10-01 Simon Marchi <simon.marchi@ericsson.com>
500
501 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
502 is_amd64_regs_target.
503
6bb8890e
AH
5042018-10-01 Alan Hayward <alan.hayward@arm.com>
505
506 * gdb.arch/aarch64-sighandler-regs.c: New test.
507 * gdb.arch/aarch64-sighandler-regs.exp: New file.
508 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
509
224d30d3
MM
5102018-10-01 Markus Metzger <markus.t.metzger@intel.com>
511
512 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
513 assembly.
514
f67ffa6a
AB
5152018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.base/frame-selection.exp: New file.
518 * gdb.base/frame-selection.c: New file.
519
9fc3183f
AH
5202018-09-27 Alan Hayward <alan.hayward@arm.com>
521
522 * gdb.threads/check-libthread-db.c (thread_routine): Use a
523 pthread barrier.
524 (main): Likewise.
525
d354055e
AB
5262018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
527
528 * gdb.base/large-frame-1.c: New file.
529 * gdb.base/large-frame-2.c: New file.
530 * gdb.base/large-frame.exp: New file.
531 * gdb.base/large-frame.h: New file.
532
db727370
JL
5332018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
534
535 PR gdb/20948
536 * gdb.base/write_mem.exp: New test.
537 * gdb.base/write_mem.c: Likewise.
538
ae778caf
TT
5392018-09-23 Tom Tromey <tom@tromey.com>
540
541 PR python/18852:
542 * gdb.python/py-parameter.exp: Add test for parameter that throws
543 on "set".
544
fd3ba736
TT
5452018-09-23 Tom Tromey <tom@tromey.com>
546
547 PR python/17284:
548 * gdb.python/py-template.exp (test_template_arg): Add test for
549 negative template argument number.
550
39a24317
TT
5512018-09-23 Tom Tromey <tom@tromey.com>
552
553 PR python/14062:
554 * gdb.python/python.exp: Add test for post_event error.
555
f5769a2c
TT
5562018-09-23 Tom Tromey <tom@tromey.com>
557
558 PR python/18170:
559 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
560 convert pointers to int and long.
561
1c1e54f6
TT
5622018-09-23 Tom Tromey <tom@tromey.com>
563
564 PR python/20126:
565 * gdb.python/py-value.exp (test_value_numeric_ops): Add
566 signed-ness conversion tests.
567
fb4fa946
TT
5682018-09-23 Tom Tromey <tom@tromey.com>
569
570 PR python/18352;
571 * gdb.python/py-value.exp (test_float_conversion): New proc.
572 Use it.
573
a466edac
HAQ
5742018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
575
576 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
577
4ee9b0c5
SL
5782018-09-18 Sandra Loosemore <sandra@codesourcery.com>
579
580 * gdb.base/complete-empty.exp: Skip tab-completion tests if
581 no readline.
582 * gdb.base/utf8-identifiers.exp: Likewise.
583 * gdb.cp/cpcompletion.exp: Likewise.
584 * gdb.linespec/cpcompletion.exp: Likewise.
585 * gdb.linespec/cpls-abi-tag.exp: Likewise.
586 * gdb.linespec/cpls-ops.exp: Likewise.
587
23be8da7
RB
5882018-09-19 Richard Bunt <richard.bunt@arm.com>
589 Chris January <chris.january@arm.com>
590
591 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
592 * gdb.fortran/short-circuit-argument-list.exp: New file.
593 * gdb.fortran/short-circuit-argument-list.f90: New test.
594
5031d0ae
SDJ
5952018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
596
597 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
598 "arch=" keyword when executing "-stack-list-frames".
599
b4c0d1a4
SDJ
6002018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
601
602 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
603 "arch=" keyword when executing "-stack-list-frames".
604
7a6d2b45
SDJ
6052018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
606
607 * gdb.ada/complete.exp: Expect for "@" when doing "complete
608 break ada".
609
8588b356
SM
6102018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
611
612 PR python/23669
613 * gdb.python/python.exp: Test gdb.execute("show commands").
614
65e65158
TT
6152018-09-16 Tom Tromey <tom@tromey.com>
616
617 * gdb.base/new-ui.exp (do_execution_tests): Update.
618 * gdb.base/dbx.exp (test_breakpoints): Update.
619
bf326452
AH
6202018-09-14 Alan Hayward <alan.hayward@arm.com>
621
622 * lib/gdb.exp (gdb_simple_compile): Add proc.
623 (is_elf_target): Use gdb_simple_compile.
624 (skip_altivec_tests): Likewise.
625 (skip_vsx_tests): Likewise.
626 (skip_tsx_tests): Likewise.
627 (skip_btrace_tests): Likewise.
628 (skip_btrace_pt_tests): Likewise.
629 (gdb_can_simple_compile): Likewise.
630 (gdb_has_argv0): Likewise.
631 (gdb_target_symbol_prefix): Likewise.
632 (target_supports_scheduler_locking): Likewise.
633
2361b0fb
TT
6342018-09-13 Tom Tromey <tom@tromey.com>
635
636 * Makefile.in (TAGS): Recognize proc_with_prefix and
637 gdb_caching_proc.
638
0ae1a321
SM
6392018-09-13 Simon Marchi <simon.marchi@ericsson.com>
640
641 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
642 method.
643
a40bf0c2
SM
6442018-09-13 Simon Marchi <simon.marchi@ericsson.com>
645
646 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
647 and a few other Inferior properties when the Inferior is no
648 longer valid.
649
4a3fe98f
TT
6502018-09-13 Tom Tromey <tom@tromey.com>
651
652 PR rust/23650:
653 * gdb.rust/simple.exp: Add test for enum field access error.
654
098b2108
TT
6552018-09-13 Tom Tromey <tom@tromey.com>
656
657 PR rust/23626:
658 * gdb.rust/simple.rs (EmptyEnum): New type.
659 (main): Use it.
660 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
661
1256af7d
SM
6622018-09-13 Simon Marchi <simon.marchi@ericsson.com>
663
664 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
665 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
666 * gdb.python/py-symtab.exp: Update test printing an objfile.
667
4aa8e6c2
SM
6682018-09-12 Simon Marchi <simon.marchi@ericsson.com>
669
670 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
671 object.
672
c221b2f7
AH
6732018-09-12 Alan Hayward <alan.hayward@arm.com>
674
675 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
676 (support_complex_tests): Use gdb_can_simple_compile.
677 (is_ilp32_target): Likewise.
678 (is_lp64_target): Likewise.
679 (is_64_target): Likewise.
680 (is_amd64_regs_target): Likewise.
681 (is_aarch32_target): Likewise.
682 (gdb_int128_helper): Likewise.
683
6f1107b5
JK
6842018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
685
686 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
687
1f5d1570
JG
6882018-09-10 Jerome Guitton <guitton@adacore.com>
689
690 * gdb.ada/same_component_name: Add test for case of tagged record
691 with variable-length fields.
692
cc330e39
XR
6932018-09-10 Xavier Roirand <roirand@adacore.com>
694
695 * gdb.ada/access_to_unbounded_array.exp: New testcase.
696 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
697 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
698 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
699
b9c50e9a
XR
7002018-09-10 Xavier Roirand <roirand@adacore.com>
701
702 * gdb.ada/mi_string_access.exp: New testcase.
703 * gdb.ada/mi_string_access/bar.adb: New file.
704 * gdb.ada/mi_string_access/pck.adb: New file.
705 * gdb.ada/mi_string_access/pck.asd: New file.
706
2963898f
XR
7072018-09-10 Xavier Roirand <roirand@adacore.com>
708
709 * gdb.ada/mi_var_union.exp: New testcase.
710 * gdb.ada/mi_var_union/bar.adb: New file.
711 * gdb.ada/mi_var_union/pck.adb: New file.
712 * gdb.ada/mi_var_union/pck.asd: New file.
713
1aac008f
TT
7142018-09-08 Tom Tromey <tom@tromey.com>
715
716 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
717
332cf4c9
TT
7182018-09-08 Tom Tromey <tom@tromey.com>
719
720 PR python/16047:
721 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
722 (register_pretty_printers): Register new printer.
723 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
724 test.
725 * gdb.python/py-prettyprint.c (int_type3): New typedef.
726 (an_int_type3): New global.
727
424da6cf
JB
7282018-09-08 Joel Brobecker <brobecker@adacore.com>
729
730 * gdb.ada/expr_with_funcall: New testcase.
731
2a62dfa9
JB
7322018-09-08 Joel Brobecker <brobecker@adacore.com>
733
734 * gdb.ada/packed_array_assign: New testcase.
735
96b6697f
AB
7362018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
737
738 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
739 names, and add test prefixes to make test names unique.
740
e4a62c65
TV
7412018-09-05 Tom de Vries <tdevries@suse.de>
742
743 * gdb.dwarf2/varval.exp: Add test.
744
dd083ee2
GB
7452018-09-04 Gary Benson <gbenson@redhat.com>
746
747 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
748 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
749
aef9346c
TT
7502018-08-31 Tom Tromey <tom@tromey.com>
751
752 * gdb.rust/simple.rs: Rename second variable "v".
753
c67f2e15
AB
7542018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.base/funcargs.c (use_a): New function.
757 (recurse): Call use_a.
758
078a0207
KS
7592018-08-29 Keith Seitz <keiths@redhat.com>
760
761 * gdb.compile/compile-cplus-anonymous.cc: New file.
762 * gdb.compile/compile-cplus-anonymous.exp: New file.
763 * gdb.compile/compile-cplus-array-decay.cc: New file.
764 * gdb.compile/compile-cplus-array-decay.exp: New file.
765 * gdb.compile/compile-cplus-inherit.cc: New file.
766 * gdb.compile/compile-cplus-inherit.exp: New file.
767 * gdb.compile/compile-cplus-member.cc: New file.
768 * gdb.compile/compile-cplus-member.exp: New file.
769 * gdb.compile/compile-cplus-method.cc: New file.
770 * gdb.compile/compile-cplus-method.exp: New file.
771 * gdb.compile/compile-cplus-mod.c: "New" file.
772 * gdb.compile/compile-cplus-namespace.cc: New file.
773 * gdb.compile/compile-cplus-namespace.exp: New file.
774 * gdb.compile/compile-cplus-nested.cc: New file.
775 * gdb.compile/compile-cplus-nested.exp: New file.
776 * gdb.compile/compile-cplus-print.c: "New" file.
777 * gdb.compile/compile-cplus-print.exp: "New" file.
778 * gdb.compile/compile-cplus-virtual.cc: New file.
779 * gdb.compile/compile-cplus-virtual.exp: New file.
780 * gdb.compile/compile-cplus.c: "New" file.
781 * gdb.compile/compile-cplus.exp: "New" file.
782 * lib/compile-support.exp: New file.
783
b0f492b9
GB
7842018-08-16 Gary Benson <gbenson@redhat.com>
785
786 PR gdb/13000:
787 * gdb.base/batch-exit-status.exp: New file.
788 * gdb.base/batch-exit-status.good-commands: Likewise.
789 * gdb.base/batch-exit-status.bad-commands: Likewise.
790
36eb4c5f
AH
7912018-08-29 Alan Hayward <alan.hayward@arm.com>
792
793 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
794 (struct struct02): Likewise.
795 (struct struct03): Likewise.
796 (struct struct04): Likewise.
797 (struct struct_01_01): New struct.
798 (struct struct_01_02): Likewise.
799 (struct struct_01_03): Likewise.
800 (struct struct_01_04): Likewise.
801 (struct struct_02_01): Likewise.
802 (struct struct_02_02): Likewise.
803 (struct struct_02_03): Likewise.
804 (struct struct_02_04): Likewise.
805 (struct struct_04_01): Likewise.
806 (struct struct_04_02): Likewise.
807 (struct struct_04_03): Likewise.
808 (struct struct_04_04): Likewise.
809 (struct struct_05_01): Likewise.
810 (struct struct_05_02): Likewise.
811 (struct struct_05_03): Likewise.
812 (struct struct_05_04): Likewise.
813 (cmp_struct01): Remove function.
814 (cmp_struct02): Likewise.
815 (cmp_struct03): Likewise.
816 (cmp_struct04): Likewise.
817 (cmp_struct_01_01): Add Function.
818 (cmp_struct_01_02): Likewise.
819 (cmp_struct_01_03): Likewise.
820 (cmp_struct_01_04): Likewise.
821 (cmp_struct_02_01): Likewise.
822 (cmp_struct_02_02): Likewise.
823 (cmp_struct_02_03): Likewise.
824 (cmp_struct_02_04): Likewise.
825 (cmp_struct_04_01): Likewise.
826 (cmp_struct_04_02): Likewise.
827 (cmp_struct_04_03): Likewise.
828 (cmp_struct_04_04): Likewise.
829 (cmp_struct_05_01): Likewise.
830 (cmp_struct_05_02): Likewise.
831 (cmp_struct_05_03): Likewise.
832 (cmp_struct_05_04): Likewise.
833 (call_all): Add new structs.
834 * gdb.base/infcall-nested-structs.exp: Likewise.
835
3bf9c013
JV
8362018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
837
838 * gdb.python/py-framefilter-mi.exp: Update regexp to
839 check for "arch" field in frame output.
840
450d1e88
KB
8412018-08-23 Kevin Buettner <kevinb@redhat.com>
842
843 * gdb.dwarf2/dw2-ranges-func.c: New file.
844 * gdb.dwarf2/dw2-ranges-func.exp: New file.
845
ae739fe7
SM
8462018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
847
848 * gdb.base/term.exp: Compare terminal settings with values from
849 the inferior.
850 * gdb.base/term.c: Get and set terminal settings.
851
6d52907e
JV
8522018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
853
854 * lib/mi-support.exp (mi_expect_stop): Update regexp to
855 accommodate new "arch" field in frame output.
856 * gdb.mi/mi-return.exp: Likewise.
857 * gdb.mi/mi-stack.exp: Likewise.
858 * gdb.mi/mi-syn-frame.exp: Likewise.
859 * gdb.mi/user-selected-context-sync.exp: Likewise.
860
be2d111a
MS
8612018-08-19 Michael Spang <spang@google.com>
862
863 PR gdb/11786
864 * gdb.base/gcore-tls-pie.c: New file.
865 * gdb.base/gcore-tls-pie.exp: New file.
866
ae3a7c47
KB
8672018-08-18 Kevin Buettner <kevinb@redhat.com>
868
869 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
870 * gdb.dwarf2/varval.c: New file.
871 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 872
2ecae92e
AH
8732018-08-17 Alan Hayward <alan.hayward@arm.com>
874
875 PR gdb/18931
876 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
877
c1854f1d
KS
8782018-08-16 Keith Seitz <keiths@redhat.com>
879
880 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
881 tests expected to pass.
882
26fb3983
JV
8832018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
884
885 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
886 -data-disassemble -a.
887 (test_disassembly_bogus_args): Likewise.
888
67943c00
AB
8892018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
890
891 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
892
5ff2bbae
AB
8932018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
894
895 * gdb.base/vla-optimized-out.exp: Add new test.
896
e5bbcd0f
AB
8972018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * gdb.base/vla-optimized-out-o3.exp: Delete.
900 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
901 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
902 deleted tests.
903
9d4a934c
AB
9042018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 PR gdb/18050:
907 * gdb.server/extended-remote-restart.c: New file.
908 * gdb.server/extended-remote-restart.exp: New file.
909
045cf012
SM
9102018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
911
912 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
913 "set variable index = 42".
914
87d6a7aa
SM
9152018-08-07 Simon Marchi <simon.marchi@ericsson.com>
916
917 * boards/index-cache-gdb.exp: New file.
918 * gdb.dwarf2/index-cache.exp: New file.
919 * gdb.dwarf2/index-cache.c: New file.
920 * gdb.base/maint.exp: Check if we are using the index cache.
921
96d68bd4
RO
9222018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
923
924 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
925 MAKEFLAGS.
926
5a699617
RO
9272018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
928
929 * dg-extract-results.sh: Move to toplevel contrib.
930 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
931 * Makefile.in (check-parallel-racy): Likewise.
932
5bd18990
AB
9332018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
934
935 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
936 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
937 tests if the target supports scheduler locking.
938
3fbbcf47
TV
9392018-08-04 Tom de Vries <tdevries@suse.de>
940
941 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
942
3e1d3d8c
TT
9432018-08-02 Tom Tromey <tom@tromey.com>
944
945 PR symtab/16842.
946 * gdb.cp/temargs.exp: Test "info address" of a template
947 parameter.
948
5abe0f0c
JV
9492018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
950
951 * gdb.python/py-mi-var-info-path-expression.c: New file.
952 * gdb.python/py-mi-var-info-path-expression.py: New file.
953 * gdb.python/py-mi-var-info-path-expression.exp: New file.
954
fb66cde8
SDJ
9552018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
956
957 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
958 error after "cannot resolve name" string.
959
c708f4d2
AB
9602018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
963 started.
964 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
965
37cc0cae
TV
9662018-07-28 Tom de Vries <tdevries@suse.de>
967
968 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
969
63b4ecf7
TV
9702018-07-26 Tom de Vries <tdevries@suse.de>
971
972 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
973
3c3bb058
AB
9742018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
975
976 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
977 is visible.
978
9e7f3bbb
TV
9792018-07-26 Tom de Vries <tdevries@suse.de>
980
981 PR breakpoints/23366
982 * gdb.base/catch-follow-exec.c: New test.
983 * gdb.base/catch-follow-exec.exp: New file.
984
16f808ec
TV
9852018-07-25 Tom de Vries <tdevries@suse.de>
986
987 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
988 vla-optimized-out.c.
989
d7154a8d
JV
9902018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
991
992 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
993 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
994
232a0032
TV
9952018-07-20 Tom de Vries <tdevries@suse.de>
996
997 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
998 NOCLONE macro.
999 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1000
fbb1d502
TV
10012018-07-19 Tom de Vries <tdevries@suse.de>
1002
1003 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1004 regular expression.
1005
42dc7699
TV
10062018-07-18 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.base/vla-optimized-out.c: New test.
1009 * gdb.base/vla-optimized-out.exp: New file.
1010
7f1f7e23
SDJ
10112018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1012
1013 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1014 message "No address associated with hostname" when gdbserver
1015 cannot resolve the hostname.
1016
5759ebb3
PW
10172018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1018
1019 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1020 Add some test prefixes to make tests unique.
1021
3606ccab
PW
10222018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1023
1024 * gdb.base/frameapply.c: New file.
1025 * gdb.base/frameapply.exp: New file.
1026
529c08b2
PW
10272018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1028
1029 * gdb.base/skip.exp: Update expected error message.
1030
c7ab0aef
SDJ
10312018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1032 Jan Kratochvil <jan.kratochvil@redhat.com>
1033 Paul Fertser <fercerpav@gmail.com>
1034 Tsutomu Seki <sekiriki@gmail.com>
1035
1036 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1037 parameter.
1038 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1039 by default.
1040 * boards/native-gdbserver.exp: Likewise.
1041 * gdb.server/run-without-local-binary.exp: Improve regexp used
1042 for detecting when a remote debugging connection succeeds.
1043 * gdb.server/server-connect.exp: New file.
1044 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1045 Do not prefix the port number with ":".
1046 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1047 support for detecting and using it. Add '$debughost_gdbserver'
1048 to the list of arguments used to start gdbserver. Handle case
1049 when gdbserver cannot resolve a network name.
1050
16ff70dd
SDJ
10512018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1052
1053 PR c++/23373
1054 * gdb.base/ptype-offsets.cc (struct static_member): New
1055 struct.
1056 (main) <stmember>: New variable.
1057 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1058 with a static member in it.
1059
3541979f
AB
10602018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1061
1062 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1063 watchpoints enabled and disabled.
1064
c8ad9b9a
AB
10652018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1066
1067 * gdb.base/examine-backward.exp: Still run tests around address
1068 0x0, even if address 0x0 is not readable. Update the pattern for
1069 matching address 0x0 in expected output.
1070
e0e5e971
AB
10712018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1072
1073 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1074 malloc/free.
1075
1ea5da02
TV
10762018-07-04 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1079
471b9d15
MR
10802018-07-02 Maciej W. Rozycki <macro@mips.com>
1081
1082 PR tdep/8282
1083 * gdb.arch/mips-disassembler-options.exp: New test.
1084 * gdb.arch/mips-disassembler-options.s: New test source.
1085
75acb486
PA
10862018-06-29 Pedro Alves <palves@redhat.com>
1087
1088 * gdb.threads/names.exp: Adjust expected "info threads" output.
1089
cd2bb709
PA
10902018-06-29 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.opt/inline-break.exp (line number, address): Add "info
1093 break" tests.
1094
991ff292
PA
10952018-06-29 Pedro Alves <palves@redhat.com>
1096
1097 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1098 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1099 number and address and running to them.
1100
356819b6 11012018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1102
1103 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1104
2512d7ef
JK
11052018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1106
1107 * lib/compiler.c: Remove executable permission flag.
1108
be1b6474
RB
11092018-06-28 Richard Bunt <richard.bunt@arm.com>
1110
1111 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1112 code.
1113 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1114
291f9a96
PT
11152018-06-28 Petr Tesarik <ptesarik@suse.cz>
1116
1117 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1118
ed6dfe51
PT
11192018-06-28 Petr Tesarik <ptesarik@suse.cz>
1120
1121 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1122 address argument is omitted.
1123
d4d429d5
PT
11242018-06-28 Petr Tesarik <ptesarik@suse.cz>
1125
1126 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1127
7ab6656f
OJ
11282018-06-27 Omair Javaid <omair.javaid@linaro.org>
1129
1130 PR gdb/21695
1131 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1132 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1133
a33ccfc7
TT
11342018-06-26 Tom Tromey <tom@tromey.com>
1135
1136 PR rust/22574:
1137 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1138 * gdb.rust/simple.rs (struct SimpleLayout): New.
1139
6d72d289
SM
11402018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1141
1142 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1143 "info registers" output.
1144
8363f9d5
RB
11452018-06-21 Richard Bunt <richard.bunt@arm.com>
1146
1147 * gdb.base/watchpoint-hw-attach.c: New test.
1148 * gdb.base/watchpoint-hw-attach.exp: New file.
1149
f00674fe
SM
11502018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1151
1152 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1153 through /bin/sh.
1154 * boards/dwarf4-gdb-index.exp: Likewise.
1155 * boards/fission-dwp.exp: Likewise.
1156
1d554008
UW
11572018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1158
1159 * gdb.base/float128.exp: Add comment and improved fail message
1160 to the failure case of "print large128" test.
1161
d0ac1c44
SM
11622018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1163
1164 * configure.ac: Remove AC_PREREQ.
1165 * configure: Re-generate.
1166
61b04dd0
PA
11672018-06-19 Pedro Alves <palves@redhat.com>
1168
1169 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1170 (func_extern_caller): New.
1171 (main): Call func_extern_caller.
1172 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1173 logic change.
1174
f63b508a
SM
11752018-06-18 Weimin Pan <weimin.pan@oracle.com>
1176
1177 PR gdb/16841
1178 * gdb.cp/typedef-base.cc: New file.
1179 * gdb.cp/typedef-base.exp: New file.
1180
0fe3a558
TV
11812018-06-18 Tom de Vries <tdevries@suse.de>
1182
1183 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1184
7010835a
AB
11852018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1186 Richard Bunt <Richard.Bunt@arm.com>
1187
1188 * gdb.threads/attach-slow-waitpid.c: New file.
1189 * gdb.threads/attach-slow-waitpid.exp: New file.
1190 * gdb.threads/slow-waitpid.c: New file.
1191
14897d65
PA
11922018-06-14 Pedro Alves <palves@redhat.com>
1193
1194 * gdb.base/fork-running-state.c: Include <errno.h>.
1195 (exit_if_relative_exits): New.
1196 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1197 exits.
1198 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1199 child exits.
1200
5d9a0608
TV
12012018-06-14 Tom de Vries <tdevries@suse.de>
1202
1203 PR cli/22573
1204 * gdb.base/finish-pretty.c: New test.
1205 * gdb.base/finish-pretty.exp: New file.
1206
11ae5818
PA
12072018-06-14 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1210 gdb's expected startup output.
1211
1d39de44
PA
12122018-06-14 Pedro Alves <palves@redhat.com>
1213
1214 * lib/selftest-support.exp (selftest_setup): Remove inlined
1215 function handling.
1216
70ee0000
TV
12172018-06-14 Tom de Vries <tdevries@suse.de>
1218
1219 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1220 matching of breakpoint printing.
1221
11f4b608
TV
12222018-06-13 Tom de Vries <tdevries@suse.de>
1223
1224 PR testsuite/23269
1225 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1226 (fork_child): ... here, and ...
1227 (fork_parent): ... here.
1228
12292018-06-12 Tom de Vries <tdevries@suse.de>
1230
1231 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1232
9516f85a
AB
12332018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1234 Stephen Roberts <stephen.roberts@arm.com>
1235
1236 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1237 rewrite test to describe action performed, rather than possible
1238 failure.
1239
5045b3d7
GB
12402018-06-08 Gary Benson <gbenson@redhat.com>
1241
1242 * gdb.threads/check-libthread-db.exp: New file.
1243 * gdb.threads/check-libthread-db.c: Likewise.
1244
c61b06a1
TT
12452018-06-05 Tom Tromey <tom@tromey.com>
1246
1247 * gdb.base/default.exp: Update expected "show version" output.
1248
eb6af809
TT
12492018-06-05 Tom Tromey <tom@tromey.com>
1250
1251 PR cli/12326:
1252 * gdb.cp/static-print-quit.exp: Update.
1253 * lib/gdb.exp (pagination_prompt): Update.
1254 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1255 * gdb.python/python.exp: Update.
1256
178d6a63
JB
12572018-06-04 Joel Brobecker <brobecker@adacore.com>
1258
1259 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1260
8e817061
JB
12612018-06-01 Joel Brobecker <brobecker@adacore.com>
1262
1263 * gdb.ada/bp_fun_addr: New testcase.
1264
e86ca25f
TT
12652018-06-01 Tom Tromey <tom@tromey.com>
1266
1267 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1268 results.
1269 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1270 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1271 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1272 * gdb.base/maint.exp (maint_pass_if): Update.
1273
4b2dfa9d
MR
12742018-05-31 Maciej W. Rozycki <macro@mips.com>
1275
1276 * gdb.base/endian.exp: New test.
1277 * gdb.base/endian.c: New test source.
1278
45f25d6c
AB
12792018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1280
1281 PR gdb/23203
1282 * gdb.base/bt-selected-frame.c: New file.
1283 * gdb.base/bt-selected-frame.exp: New file.
1284 * lib/gdb.exp (get_current_frame_number): New function.
1285
d9f6d7f8
MR
12862018-05-24 Maciej W. Rozycki <macro@mips.com>
1287 Pedro Alves <palves@redhat.com>
1288
1289 * gdb.threads/tls-core.c: Include <stdlib.h>
1290 (thread_proc): Call `abort'.
1291 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1292 (tls_core_test): New procedure, bits factored out from ...
1293 (top level): ... here. Test both native cores and gcore cores.
1294
ff1cf532
TT
12952018-05-23 Tom Tromey <tom@tromey.com>
1296
1297 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1298
b98664d3
TT
12992018-05-23 Tom Tromey <tom@tromey.com>
1300
1301 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1302 symfile_complaints.
1303 (test_short_complaints): Likewise.
1304 (test_empty_complaints): Likewise.
1305 (test_initial_complaints): Update.
1306
4e9668d0
TT
13072018-05-23 Tom Tromey <tom@tromey.com>
1308
1309 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1310
43ba33c7
TT
13112018-05-23 Tom Tromey <tom@tromey.com>
1312
1313 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1314 (test_short_complaints): Update.
1315
035522c0
PA
13162018-05-22 Pedro Alves <palves@redhat.com>
1317
1318 * gdb.base/remote.exp: Only gdb_start after compiling the
1319 testcase. Issue "disconnect" before testing "set remote" command
1320 defaults. Issue clean_restart before running to main.
1321
cc0be08f
PA
13222018-05-22 Pedro Alves <palves@redhat.com>
1323
1324 * gdb.base/remote.exp: Adjust expected output of "show remote
1325 memory-write-packet-size". Add tests for "set remote
1326 memory-write-packet-size 0" and "set remote
1327 memory-write-packet-size fixed/limit".
1328
b1b60145
PA
13292018-05-22 Pedro Alves <palves@redhat.com>
1330
1331 PR gdb/22973
1332 * gdb.base/utf8-identifiers.c: New file.
1333 * gdb.base/utf8-identifiers.exp: New file.
1334
0ec848ad
PFC
13352018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1336
1337 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1338
2c3305f6
PFC
13392018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1340
1341 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1342
ce1e8424
TT
13432018-05-18 Tom Tromey <tom@tromey.com>
1344
1345 * gdb.base/ptype-offsets.exp: Update.
1346
ddfe970e
KS
13472018-05-17 Keith Seitz <keiths@redhat.com>
1348
1349 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1350 in expected breakpoint stop locations.
1351 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1352 move to proper scope to test variable values.
1353 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1354 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1355 New functions.
1356 (main): Call not_inline_func3.
1357 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1358 inline_func1, inline_func2, and inline_func3. Test that when each
1359 breakpoint is hit, GDB properly reports both the stop location
1360 and the backtrace. Repeat tests for temporary breakpoints.
1361
0726fcc6
MR
13622018-05-15 Maciej W. Rozycki <macro@mips.com>
1363
1364 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1365 rather then trying to access it in determining whether the PID
1366 of `gdbserver' could have been retrieved.
1367
8ee22052
AB
13682018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1369
1370 * gdb.arch/amd64-init-x87-values.S: New file.
1371 * gdb.arch/amd64-init-x87-values.exp: New file.
1372
7785df48
JK
13732018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1374
1375 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1376
56bcdbea
TT
13772018-05-04 Tom Tromey <tom@tromey.com>
1378
1379 PR python/22730:
1380 * gdb.python/python.exp: Test multi-line execute.
1381
a913fffb
TT
13822018-05-04 Tom Tromey <tom@tromey.com>
1383
1384 PR python/22731:
1385 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1386
7a2c85f2
TT
13872018-05-04 Tom Tromey <tom@tromey.com>
1388
1389 PR gdb/11750:
1390 * gdb.base/define.exp: Test defining a user command inside a user
1391 command.
1392 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1393
a3b60e45
JK
13942018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1395 Pedro Alves <palves@redhat.com>
1396
1397 PR breakpoints/19806 and support for PR external/20207.
1398 * gdb.base/watchpoint-unaligned.c: New file.
1399 * gdb.base/watchpoint-unaligned.exp: New file.
1400
45fe4a03
AB
14012018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.base/maint.exp: Make test names unique, use
1404 test_prefix_command_help to test 'help maint info', and remove
1405 repeated test of 'help maint'.
1406
9be2ae8f
TT
14072018-05-04 Tom Tromey <tom@tromey.com>
1408
1409 PR gdb/22619:
1410 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1411 behavior.
1412
11859c31
AB
14132018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1414
1415 * gdb.base/maint.exp: Process output from 'maint print registers'
1416 line at a time.
1417
089a9490
AB
14182018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1419
1420 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1421 timeout.
1422
9b0797e2
AB
14232018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1424
1425 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1426 filter pattern.
1427
f6ac5f3d
PA
14282018-05-02 Pedro Alves <palves@redhat.com>
1429
1430 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1431 to_log_command renames.
1432 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1433
77d3c63b
TT
14342018-05-02 Tom Tromey <tom@tromey.com>
1435
1436 * gdb.python/py-parameter.exp: Set test message.
1437
0489430a
TT
14382018-05-02 Tom Tromey <tom@tromey.com>
1439
1440 PR python/20084:
1441 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1442 PARAM_ZUINTEGER_UNLIMITED tests.
1443
1632f8ba
DR
14442018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1445
1446 PR rust/23124
1447 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1448 when casting.
1449
6d7bb824
TT
14502018-04-30 Tom Tromey <tom@tromey.com>
1451
1452 * gdb.python/py-type.exp: Check align attribute.
1453 * gdb.python/py-type.c: New "aligncheck" global.
1454
007e1530
TT
14552018-04-30 Tom Tromey <tom@tromey.com>
1456
1457 PR exp/17095:
1458 * gdb.dwarf2/dw2-align.exp: New file.
1459 * gdb.cp/align.exp: New file.
1460 * gdb.base/align.exp: New file.
1461 * lib/gdb.exp (gdb_int128_helper): New proc.
1462 (has_int128_c, has_int128_cxx): New caching procs.
1463
6873858b
TT
14642018-04-27 Tom Tromey <tom@tromey.com>
1465
1466 PR rust/22545:
1467 * gdb.rust/simple.exp: Add inclusive range tests.
1468
79188d8d
PA
14692018-04-26 Pedro Alves <palves@redhat.com>
1470
1471 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1472 ifunc breakpoint locations correctly of ifunc breakpoints set
1473 while the program resolves the ifunc.
1474
c7075ad5
PA
14752018-04-26 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.base/gnu-ifunc-final.c: New file.
1478 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1479 * gdb.base/gnu-ifunc.exp (executable): Delete.
1480 (staticexecutable): Adjust.
1481 (lib_opts, exec_opts): Delete.
1482 (make_binsuffix, build, set-break): New procedures.
1483 (misc_tests): New, with tests factored out from the top level.
1484 (top level): Test different combinations of ifunc resolver name,
1485 resolver with and with debug info, and ifunc target with and
1486 without debug info. Wrap static tests with with_target_prefix.
1487
8388016d
PA
14882018-04-26 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1491 return type" warnings.
1492
249b5733
PA
14932018-04-25 Pedro Alves <palves@redhat.com>
1494
1495 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1496 killed".
1497 * gdb.base/kill-after-signal.exp: Likewise.
1498 * gdb.threads/kill.exp: Likewise.
1499
f67c0c91
SDJ
15002018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1501 Sergio Durigan Junior <sergiodj@redhat.com>
1502 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1505 regexps to expect for '[Inferior ... detached]' as well.
1506 * gdb.base/attach.exp: Likewise.
1507 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1508 "gdb_continue_to_end".
1509 (test_catch_syscall_with_wrong_args): Likewise.
1510 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1511 ']'. Don't set 'verbose' on.
1512 * gdb.base/foll-vfork.exp: Likewise.
1513 * gdb.base/fork-print-inferior-events.c: New file.
1514 * gdb.base/fork-print-inferior-events.exp: New file.
1515 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1516 '[Inferior ... has been killed]' message.
1517 * gdb.base/kill-after-signal.exp: Likewise.
1518 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1519 detach message.
1520 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1521 message.
1522 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1523 regexps to expect for '[Inferior ... detached]' as well.
1524 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1525
0a8ddac4
SM
15262018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1527
1528 PR gdb/23104
1529 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1530
d27d16bf
RB
15312018-04-19 Richard Bunt <richard.bunt@arm.com>
1532
1533 * gdb.threads/multiple-successive-infcall.c: New test.
1534 * gdb.threads/multiple-successive-infcall.exp: New file.
1535
a037790e
TT
15362018-04-17 Tom Tromey <tom@tromey.com>
1537
1538 * gdb.rust/simple.rs (Union): New type.
1539 (main): New local "u".
1540 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1541
e3a91079
AA
15422018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1543
1544 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1545 number information in output of "whereis" command.
1546 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1547
b744723f
AA
15482018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1549
1550 * gdb.ada/info_types.exp: Adjust expected output to the line
1551 numbers now printed by "info var/func/type".
1552 * gdb.base/completion.exp: Likewise.
1553 * gdb.base/included.exp: Likewise.
1554 * gdb.cp/cp-relocate.exp: Likewise.
1555 * gdb.cp/cplusfuncs.exp: Likewise.
1556 * gdb.cp/namespace.exp: Likewise.
1557 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1558
4a4495d6
MM
15592018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1560
1561 * gdb.btrace/cpu.exp: New.
1562
1d509aa6
MM
15632018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1564
1565 * gdb.base/step-indirect-call-thunk.exp: New.
1566 * gdb.base/step-indirect-call-thunk.c: New.
1567 * gdb.reverse/step-indirect-call-thunk.exp: New.
1568 * gdb.reverse/step-indirect-call-thunk.c: New.
1569
6295b6da
SM
15702018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * gdb.base/pie-fork.c: New file.
1573 * gdb.base/pie-fork.exp: New file.
1574
50146e70
TT
15752018-04-11 Tom Tromey <tom@tromey.com>
1576
1577 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1578
f50d8a2e
PA
15792018-04-10 Pedro Alves <palves@redhat.com>
1580
1581 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1582 exits. Instead loop running forever.
1583 (fork_parent): Run forever too.
1584
a0be7a36
SM
15852018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1586
1587 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1588 mi_continue_to_line.
1589 * gdb.mi/mi-stack.c (callee4): Add comment.
1590
9b73db36
SM
15912018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1592
1593 * gdb.mi/mi-stack.exp: Fix indentation.
1594
c912f608
SM
15952018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1596
1597 PR gdb/22979
1598 * gdb.arch/amd64-osabi.exp: New file.
1599
26540402
SM
16002018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1601
1602 PR gdb/22980
1603 * gdb.base/osabi.exp: New file.
1604
121ad66c 16052018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1606
1607 * gdb.cp/static-typedef-print.exp: New file.
1608 * gdb.cp/static-typedef-print.cc: New file.
1609
3fcded8f
JB
16102018-03-27 Joel Brobecker <brobecker@adacore.com>
1611
1612 * gdb.ada/varsize_limit: New testcase.
1613
59cc4834
JB
16142018-03-27 Joel Brobecker <brobecker@adacore.com>
1615
1616 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1617
1618 * gdb.ada/notcplusplus: New testcase.
1619
1620 * gdb.base/c-linkage-name.c: New file.
1621 * gdb.base/c-linkage-name.exp: New testcase.
1622
4ca59a9f
TT
16232018-03-26 Tom Tromey <tom@tromey.com>
1624
1625 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1626 * gdb.python/py-framefilter.py (name_error): New global.
1627 (ErrorInName.function): Use name_error.
1628
978d6c75
TT
16292018-03-26 Tom Tromey <tom@tromey.com>
1630
1631 PR backtrace/15582:
1632 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1633
b7fee5a3
KS
16342018-03-23 Keith Seitz <keiths@redhat.com>
1635
1636 PR c++/22968
1637 * gdb.cp/subtypes.exp: New file.
1638 * gdb.cp/subtypes.h: New file.
1639 * gdb.cp/subtypes.cc: New file.
1640 * gdb.cp/subtypes-2.cc: New file.
1641
376be529
AB
16422018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1643
1644 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1645 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1646 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1647 -nostartfiles when compiling the test. Confirm that all registers
1648 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1649
066cfa98
AB
16502018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1651
1652 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1653 option, syntax was wrong anyway.
1654 * gdb.arch/arm-disp-step.exp: Likewise.
1655 * gdb.arch/sparc64-regs.exp: Likewise.
1656 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1657 option, syntax was wrong anyway, switch to use
1658 prepare_for_testing.
1659 * gdb.arch/i386-disp-step.exp: Likewise.
1660
079670b9
AA
16612018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1662
1663 * gdb.ada/exec_changed.exp: Replace "target_info exists
1664 use_gdb_stub" by "use_gdb_stub".
1665 * gdb.ada/start.exp: Likewise.
1666 * gdb.base/async-shell.exp: Likewise.
1667 * gdb.base/attach-pie-misread.exp: Likewise.
1668 * gdb.base/attach-wait-input.exp: Likewise.
1669 * gdb.base/break-entry.exp: Likewise.
1670 * gdb.base/break-interp.exp: Likewise.
1671 * gdb.base/dprintf-detach.exp: Likewise.
1672 * gdb.base/nostdlib.exp: Likewise.
1673 * gdb.base/solib-nodir.exp: Likewise.
1674 * gdb.base/statistics.exp: Likewise.
1675 * gdb.base/testenv.exp: Likewise.
1676 * gdb.mi/mi-exec-run.exp: Likewise.
1677 * gdb.mi/mi-start.exp: Likewise.
1678 * gdb.multi/dummy-frame-restore.exp: Likewise.
1679 * gdb.multi/multi-arch-exec.exp: Likewise.
1680 * gdb.multi/multi-arch.exp: Likewise.
1681 * gdb.multi/tids.exp: Likewise.
1682 * gdb.multi/watchpoint-multi.exp: Likewise.
1683 * gdb.python/py-events.exp: Likewise.
1684 * gdb.threads/attach-into-signal.exp: Likewise.
1685 * gdb.threads/attach-stopped.exp: Likewise.
1686 * gdb.threads/threadapply.exp: Likewise.
1687 * lib/selftest-support.exp: Likewise.
1688
26d6cec4
AA
16892018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1690
1691 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1692
4ee89e90
SR
16932018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1694
1695 * gdb.perf/template-breakpoints.cc: New file.
1696 * gdb.perf/template-breakpoints.exp: New file.
1697 * gdb.perf/template-breakpoints.py: New file.
1698
92630041
TT
16992018-03-19 Tom Tromey <tom@tromey.com>
1700
1701 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1702 y0.
1703 * gdb.rust/simple.exp: Test bare identifier form of struct
1704 initializer.
1705
76727919
TT
17062018-03-19 Tom Tromey <tom@tromey.com>
1707
1708 * gdb.gdb/observer.exp: Remove.
1709
194ed413
AA
17102018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1711
1712 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1713 "qualified" option when setting breakpoints.
1714 * gdb.trace/backtrace.exp: Likewise.
1715 * gdb.trace/circ.exp: Likewise.
1716 * gdb.trace/collection.exp: Likewise.
1717 * gdb.trace/disconnected-tracing.exp: Likewise.
1718 * gdb.trace/ftrace-lock.exp: Likewise.
1719 * gdb.trace/ftrace.exp: Likewise.
1720 * gdb.trace/infotrace.exp: Likewise.
1721 * gdb.trace/packetlen.exp: Likewise.
1722 * gdb.trace/passc-dyn.exp: Likewise.
1723 * gdb.trace/qtro.exp: Likewise.
1724 * gdb.trace/read-memory.exp: Likewise.
1725 * gdb.trace/report.exp: Likewise.
1726 * gdb.trace/signal.exp: Likewise.
1727 * gdb.trace/status-stop.exp: Likewise.
1728 * gdb.trace/strace.exp: Likewise.
1729 * gdb.trace/tfind.exp: Likewise.
1730 * gdb.trace/trace-break.exp: Likewise.
1731 * gdb.trace/trace-condition.exp: Likewise.
1732 * gdb.trace/trace-mt.exp: Likewise.
1733 * gdb.trace/tstatus.exp: Likewise.
1734 * gdb.trace/tsv.exp: Likewise.
1735 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1736 * gdb.trace/unavailable.exp: Likewise.
1737 * gdb.trace/while-dyn.exp: Likewise.
1738
8b067d2c
AA
17392018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1740
1741 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1742 that libinproctrace is copied to the target.
1743
3ae9ce5d
TT
17442018-03-14 Tom Tromey <tom@tromey.com>
1745
1746 PR cli/14977:
1747 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1748 a null pointer.
1749 * gdb.base/wchar.exp: Likewise.
1750
b8c2339b
TT
17512018-03-14 Tom Tromey <tom@tromey.com>
1752
1753 PR cli/19918:
1754 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1755 flag.
1756
4872dc46
SM
17572018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1758
1759 PR gdb/22841
1760 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1761 "target" to remote_exec.
1762
e4fe3756
SM
17632018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1764
1765 PR gdb/22841
1766 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1767 ${board}_upload): Remove.
1768
e95a97d4
AA
17692018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1770
1771 * gdb.cp/watch-cp.cc: New test.
1772 * gdb.cp/watch-cp.exp: New file.
1773
dbbb1059
AB
17742018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.base/infcall-nested-structs.exp: New file.
1777 * gdb.base/infcall-nested-structs.c: New file.
1778 * gdb.base/float.exp: Add riscv support.
1779
ecc054c0
TP
17802018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1781
1782 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1783 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1784
25e3c82c
SDJ
17852018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1786
1787 * gdb.server/abspath.exp: New file.
1788 * lib/gdb.exp (with_cwd): New procedure.
1789
3083294d
SM
17902018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1791
1792 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1793 use it.
1794 (gdb_is_target_remote_prompt): New proc.
1795 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1796 (gdb_is_target_native): Pass prompt parameter to
1797 gdb_is_target_1.
1798
3275ef47
SM
17992018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1800
1801 * gdb.base/load-command.c: New file.
1802 * gdb.base/load-command.exp: New file.
1803 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1804 (gdb_is_target_1): ...this, and generalize for other targets
1805 than just remote.
1806 (gdb_is_target_remote): Use gdb_is_target_1.
1807 (gdb_is_target_native): use gdb_is_target_1.
1808
6893c19a
TT
18092018-02-26 Tom Tromey <tom@tromey.com>
1810
1811 PR python/16497:
1812 * gdb.python/py-framefilter.exp: Update test.
1813
2ddeaf8a
TT
18142018-02-26 Tom Tromey <tom@tromey.com>
1815
1816 * gdb.dwarf2/variant.c: New file.
1817 * gdb.dwarf2/variant.exp: New file.
1818
c9317f21
TT
18192018-02-26 Tom Tromey <tom@tromey.com>
1820
1821 * gdb.rust/simple.exp: Accept more possible results in enum test.
1822
6f6d0c26
SM
18232018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1824
1825 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1826 parentheses.
1827
11b03145
MR
18282018-02-23 Maciej W. Rozycki <macro@mips.com>
1829
1830 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1831 name of a variable: $actual_linejj -> $actual_line.
1832
54a27fe5
JB
18332018-02-21 John Baldwin <jhb@FreeBSD.org>
1834
1835 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1836
de65820c
MM
18372018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1838
1839 * gdb.btrace/buffer-size.exp: Do not force BTS.
1840
980548fd
PA
18412018-02-14 Pedro Alves <palves@redhat.com>
1842
1843 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1844 getting a "Quit".
1845
c4e12631
MM
18462018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1847
1848 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1849 Fix test name.
1850
c2e0e465
SM
18512018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1852
1853 * gdb.cp/m-static.exp: Check type of optimized out static
1854 member.
1855
f7216783
AB
18562018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1857
1858 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1859 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1860
0625771b
LS
18612018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1862 Leszek Swirski <leszeks@google.com>
1863
1864 * gdb.python/py-prettyprint.c
1865 (struct to_string_returns_value_inner,
1866 struct to_string_returns_value_wrapper): New.
1867 (main): Add tsrvw variable.
1868 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1869 ToStringReturnsValueWrapper): New classes.
1870 (register_pretty_printers): Register new pretty-printers.
1871 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1872 recursive pretty printer.
1873 * gdb.python/py-mi.exp: Likewise.
1874
59498c30
LS
18752018-02-01 Leszek Swirski <leszeks@google.com>
1876
1877 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1878 functions with the same name as an include file are parsed
1879 correctly.
1880
d4d38844
YQ
18812018-02-01 Yao Qi <yao.qi@linaro.org>
1882
1883 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1884 "\[^\r\n\]*".
1885
07e5f5cf
NP
18862018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1887
1888 * gdb.arch/powerpc-prologue-frame.s: New file.
1889 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1890 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1891
929b5ad4
JB
18922018-01-31 Joel Brobecker <brobecker@adacore.com>
1893
1894 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1895
e671cd59
PA
18962018-01-30 Pedro Alves <palves@redhat.com>
1897
1898 PR gdb/13211
1899 * gdb.base/interrupt-daemon.c: New.
1900 * gdb.base/interrupt-daemon.exp: New.
1901 * gdb.multi/multi-term-settings.c: New.
1902 * gdb.multi/multi-term-settings.exp: New.
1903
fc413dc4
JB
19042018-01-30 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.base/break.exp: Save the location where the breakpoint
1907 on break.c:47 was actually inserted when debugging the version
1908 compiled at -O2 and use it in the expected output of the "info
1909 break" test performed soon after.
1910
5c319bb2
PA
19112018-01-22 Pedro Alves <palves@redhat.com>
1912 Sergio Durigan Junior <sergiodj@redhat.com>
1913
1914 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1915 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1916
a9e40818
JB
19172018-01-22 Joel Brobecker <brobecker@adacore.com>
1918
1919 * gdb.base/break-include.c, gdb.base/break-include.inc,
1920 gdb.base/break-include.exp: New files.
1921 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1922 line number now being the actual line number where the breakpoint
1923 was inserted.
1924 * gdb.mi/mi-break.exp: Likewise.
1925 * gdb.mi/mi-reverse.exp: Likewise.
1926 * gdb.mi/mi-simplerun.exp: Ditto.
1927
e707fc44
AB
19282018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1931 varobj.
1932 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1933
ae451627
AB
19342018-01-21 Don Breazeal <donb@codesourcery.com>
1935 Andrew Burgess <andrew.burgess@embecosm.com>
1936
1937 * gdb.mi/basics.c: Add new global.
1938 * gdb.mi/mi-frame-regs.exp: New file.
1939 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1940 case.
1941
b1b189e0
AB
19422018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1943
1944 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1945 non-parameter, and on an unknown symbol.
1946
fcfcc376
TT
19472018-01-19 Tom Tromey <tom@tromey.com>
1948
1949 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1950 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1951
634c1c31
AA
19522018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1953
1954 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1955 setrlimit and chdir to int.
1956
d6ad07fd
AA
19572018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1958
1959 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1960 function.
1961 (my_tend): Likewise.
1962 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1963 rationale of avoiding FP- and vector instructions.
1964
adf8243b
RK
19652018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1966
1967 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1968 "info reg" with "\[ \t\]*".
1969 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1970 "\[ \t\]+".
1971 * gdb.arch/s390-multiarch.exp: Ditto.
1972 * gdb.base/pc-fp.exp: Ditto.
1973 * gdb.reverse/i386-precsave.exp: Ditto.
1974 * gdb.reverse/i386-reverse.exp: Ditto.
1975 * gdb.reverse/i387-env-reverse.exp: Ditto.
1976 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1977
dcc06925
AA
19782018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1979
1980 * lib/gdb.exp (gdb_compile): Re-enable use of
1981 universal_compile_options for languages other than Rust.
1982
25d4fd80
AA
19832018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1984
1985 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1986
ee7f689e 19872018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1988
1989 PR gdb/16577
1990 * gdb.base/solib-vanish.exp: New.
1991 * gdb.base/solib-vanish-main.c: New.
1992 * gdb.base/solib-vanish-lib1.c: New.
1993 * gdb.base/solib-vanish-lib2.c: New.
1994
d8447b6b
YQ
19952018-01-17 Yao Qi <yao.qi@linaro.org>
1996
1997 * gdb.compile/compile.exp: Match the address printed for
1998 frame in the output of command "bt".
1999
86d6a90c
TT
20002018-01-15 Tom Tromey <tom@tromey.com>
2001
2002 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2003 compute sp_reg.
2004
cbcdb1aa
AB
20052018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2006
2007 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2008 to prepare.
2009 (prepare): Return 0 on error, 1 on success.
2010
eea61984
PA
20112018-01-12 Pedro Alves <palves@redhat.com>
2012
2013 * gdb.base/continue-after-aborted-step-over.c: New.
2014 * gdb.base/continue-after-aborted-step-over.exp: New.
2015
6181e9c2
SM
20162018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2017
2018 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2019 options when not creating an executable.
2020
3cada740
PA
20212018-01-11 Pedro Alves <palves@redhat.com>
2022
2023 PR remote/22597
2024 * gdb.server/stop-reply-no-thread.c: New file.
2025 * gdb.server/stop-reply-no-thread.exp: New file.
2026
c63d3e8d
PA
20272018-01-10 Pedro Alves <palves@redhat.com>
2028
2029 PR gdb/22670
2030 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2031 functions too. Test setting breakpoints and printing C functions
2032 with no debug info too.
2033 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2034
d4c2a405
PA
20352018-01-10 Pedro Alves <palves@redhat.com>
2036
2037 PR gdb/22670
2038 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2039 a fail.
2040
8825213e
PA
20412018-01-10 Pedro Alves <palves@redhat.com>
2042
2043 PR gdb/22670
2044 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2045
605fd3c6
YQ
20462018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2047
2048 * gdb.server/unittest.exp: Match the output in non-development
2049 mode.
2050
1e5ded6c
YQ
20512018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2052
2053 * gdb.gdb/unittest.exp: Match output in non-development mode.
2054
30066b0b
JB
20552018-01-08 Joel Brobecker <brobecker@adacore.com>
2056
2057 * gdb.ada/access_tagged_param.exp: Relax expected output
2058 for value of "ObjL" in "continue" to pck.inspect breakpoint
2059 test.
2060
04bafb1e
XR
20612018-01-08 Joel Brobecker <brobecker@adacore.com>
2062
9f86398b
JB
2063 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2064 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2065
e379cee6
PA
20662018-01-05 Pedro Alves <palves@redhat.com>
2067
2068 PR gdb/18653
2069 * gdb.base/libsegfault.exp: New.
2070
de63c46b
PA
20712018-01-05 Joel Brobecker <brobecker@adacore.com>
2072
2073 PR gdb/22670
2074 * gdb.ada/access_tagged_param.exp: New file.
2075 * gdb.ada/access_tagged_param/foo.adb: New file.
2076
f98fc17b
PA
20772018-01-05 Pedro Alves <palves@redhat.com>
2078
2079 PR gdb/22670
2080 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2081 exercise lower case too, and to exercise both full matching and
2082 wild matching.
2083
342f8240
JB
20842018-01-05 Joel Brobecker <brobecker@adacore.com>
2085
2086 * gdb.ada/rename_subscript_param: New testcase.
2087
7150d33c
JG
20882018-01-05 Jerome Guitton <guitton@adacore.com>
2089
2090 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2091
cc0e770c
JB
20922018-01-05 Joel Brobecker <brobecker@adacore.com>
2093
2094 * gdb.ada/convvar_comp: New testcase.
2095
672a41aa 20962018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2097
2098 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2099 (My_Table): New global variable.
2100 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2101
7365ec2f
JB
21022018-01-04 Joel Brobecker <brobecker@adacore.com>
2103
2104 PR gdb/22670
2105 * gdb.ada/maint_with_ada: New testcase.
2106
289483b6
JB
21072018-01-04 Joel Brobecker <brobecker@adacore.com>
2108
2109 PR gdb/22670
2110 * gdb.ada/bp_c_mixed_case: New testcase.
2111
344420da
JB
21122018-01-04 Joel Brobecker <brobecker@adacore.com>
2113
2114 PR gdb/22670
2115 * gdb.ada/complete.exp: Add "complete break ada" test.
2116
66fc87a0
JB
21172018-01-04 Joel Brobecker <brobecker@adacore.com>
2118
2119 PR gdb/22670
2120 * gdb.ada/info_addr_mixed_case: New testcase.
2121
9f757bf7
XR
21222018-01-03 Xavier Roirand <roirand@adacore.com>
2123
2124 * gdb.ada/excep_handle.exp: New testcase.
2125 * gdb.ada/excep_handle/foo.adb: New file.
2126 * gdb.ada/excep_handle/pck.ads: New file.
2127
bd570f80
JB
21282018-01-03 Joel Brobecker <brobecker@adacore.com>
2129
2130 * gdb.base/step-line.c: Add extra empty line in copyright header.
2131 * gdb.base/step-line.inp: Likewise.
2132
9fe561ab
JB
21332018-01-02 Joel Brobecker <brobecker@adacore.com>
2134
2135 * gdb.ada/dyn_stride.exp: Add slice test.
2136
a405673c
JB
21372018-01-02 Joel Brobecker <brobecker@adacore.com>
2138
2139 * gdb.ada/dyn_stride: New testcase.
2140
cef0f868
SH
21412017-12-27 Stafford Horne <shorne@gmail.com>
2142
2143 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2144 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2145
b67d92b0
SH
21462017-12-27 Stafford Horne <shorne@gmail.com>
2147
2148 * gdb.base/reggroups.c: New file.
2149 * gdb.base/reggroups.exp: New file.
2150
eccab96d
JB
21512017-12-18 Joel Brobecker <brobecker@adacore.com>
2152
2153 * gdb.dwarf2/ada-valprint-error.c: New file.
2154 * gdb.dwarf2/ada-valprint-error.exp: New file.
2155
0e2da9f0
JB
21562017-12-18 Joel Brobecker <brobecker@adacore.com>
2157
2158 * gdb.ada/assign_arr: New testcase.
2159
cb923fcc
XR
21602017-12-18 Xavier Roirand <roirand@adacore.com>
2161
2162 * gdb.ada/funcall_ptr: New testcase.
2163
7c161838
SDJ
21642017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2165
2166 PR cli/16224
2167 * gdb.base/ptype-offsets.cc: New file.
2168 * gdb.base/ptype-offsets.exp: New file.
2169
1af17fd9
YQ
21702017-12-15 Yao Qi <yao.qi@linaro.org>
2171
2172 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2173 if XML is disabled.
2174
828d5846
XR
21752017-12-15 Xavier Roirand <roirand@adacore.com>
2176
2177 * gdb.ada/same_component_name: New testcase.
2178
79e8fcaa
JB
21792017-12-14 Joel Brobecker <brobecker@adacore.com>
2180
2181 * gdb.ada/str_binop_equal: New testcase.
2182
e05fa6f9
JB
21832017-12-14 Joel Brobecker <brobecker@adacore.com>
2184
2185 * gdb.ada/task_switch_in_core: New testcase.
2186
b89641ba
SM
21872017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2188
2189 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2190 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2191 call test_bkpt_qualified.
2192 (test_bkpt_qualified): New proc.
2193
6892d2e4
PA
21942017-12-13 Pedro Alves <palves@redhat.com>
2195
2196 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2197 Tighten regexp by matching with an anchor.
2198
a22ecf70
PA
21992017-12-13 Pedro Alves <palves@redhat.com>
2200
2201 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2202 ("expression with namespace"): New set of tests.
2203 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2204 (Nested::Test_NS::qux): New.
2205 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2206 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2207
9937536c
JB
22082017-12-13 Joel Brobecker <brobecker@adacore.com>
2209
2210 * gdb.base/server-del-break.c: New file.
2211 * gdb.base/server-del-break.exp: New file.
2212
fe49c6f5
SH
22132017-12-12 Stafford Horne <shorne@gmail.com>
2214
2215 * gdb.xml/tdesc-regs.exp: Add or1k support.
2216
c3d18620
SH
22172017-12-12 Stafford Horne <shorne@gmail.com>
2218
2219 * gdb.base/bp-permanent.c: Define nop of or1k.
2220
c5f9cfc8
JB
22212017-12-11 Joel Brobecker <brobecker@adacore.com>
2222
2223 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2224 output with components being reordered.
2225
a9c135fc
JB
22262017-12-11 Joel Brobecker <brobecker@adacore.com>
2227
2228 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2229 output with components being reordered.
2230
927aa2e7
JK
22312017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2232 Pedro Alves <palves@redhat.com>
2233
2234 * gdb.base/maint.exp (check for .gdb_index): Check also for
2235 .debug_names.
2236 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2237 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2238 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2239 (.gdb_index used after symbol reloading): Support also .debug_names.
2240 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2241
f17d9474
YQ
22422017-12-08 Yao Qi <yao.qi@linaro.org>
2243
2244 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2245 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2246
a0de8c21
YQ
22472017-12-08 Yao Qi <yao.qi@linaro.org>
2248
2249 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2250 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2251
a738ea1d
YQ
22522017-12-08 Yao Qi <yao.qi@linaro.org>
2253
2254 * gdb.arch/aarch64-tagged-pointer.c: New file.
2255 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2256
1cd9a73b
SDJ
22572017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2258
2259 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2260 "int".
2261
fa6eb693
KS
22622017-12-07 Keith Seitz <keiths@redhat.com>
2263
2264 PR breakpoints/22569
2265 * gdb.linespec/ls-errs.exp: Change expected result of "break
2266 -source this file has spaces.c -line 3".
2267 Check that an explicit source file followed by whitespace is
2268 identified as an invalid explicit location.
2269
883fd55a
KS
22702017-12-07 Keith Seitz <keiths@redhat.com>
2271
2272 * gdb.cp/nested-types.cc: New file.
2273 * gdb.cp/nested-types.exp: New file.
2274 * lib/cp-support.exp: Load data-structures.exp library.
2275 (debug_cp_test_ptype_class): New global.
2276 (cp_ptype_class_verbose, next_line): New procedures.
2277 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2278 Add and document new return value.
2279 Switch the list of lines to a queue.
2280 Add support for new `type' key for nested type definitions.
2281 Add debugging/troubleshooting messages.
2282 * lib/data-structures.exp: New file.
2283
ec72db3e
SM
22842017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2285
2286 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2287 with proc_with_prefix, don't use with_test_prefix.
2288
99598d71
TT
22892017-12-07 Tom Tromey <tom@tromey.com>
2290
2291 * gdb.base/break.exp: Add test for empty "commands".
2292
a8806230
YQ
22932017-12-07 Yao Qi <yao.qi@linaro.org>
2294
2295 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2296 malloc and catch syscall.
2297
824cc835
PM
22982017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2299
2300 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2301 tests for explicit locations.
2302
7cc244de
PA
23032017-12-06 Pedro Alves <palves@redhat.com>
2304
2305 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2306 force-disabling XML descriptions.
2307
50a1fdd5
PA
23082017-12-04 Pedro Alves <palves@redhat.com>
2309
2310 PR gdb/22499
2311 * gdb.arch/amd64-disp-step-avx.S: New file.
2312 * gdb.arch/amd64-disp-step-avx.exp: New file.
2313
f0fb2488
PA
23142017-12-03 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2317 and <string.h>.
2318 (parent_function): Print distinct messages when waitpid fails, or
2319 the child exits with a signal, or the child exits for an unhandled
2320 reason.
2321 * gdb.threads/process-dies-while-detaching.exp
2322 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2323 it. Wait for both inferior output and GDB's prompt. Use an
2324 indirect spawn id list.
2325 (do_detach): New parameter 'child_exit'. Use it to compute
2326 expected inferior output.
2327 (test_detach, test_detach_watch, test_detach_killed_outside):
2328 Adjust to pass down the expected child exit kind.
2329
97cbe998
SDJ
23302017-12-01 Joel Brobecker <brobecker@adacore.com>
2331 Sergio Durigan Junior <sergiodj@redhat.com>
2332 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2335
40fc416f
SDJ
23362017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2337
2338 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2339 to 'symbol-file' and 'add-symbol-file' can be
2340 position-independent.
2341
1cc75e92
YQ
23422017-12-01 Yao Qi <yao.qi@linaro.org>
2343
2344 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2345 the URL in copyright header.
2346 * gdb.arch/aarch64-fp.exp: Likewise.
2347 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2348 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2349 * gdb.base/expand-psymtabs.exp: Likewise.
2350 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2351 * gdb.fortran/common-block.exp: Likewise.
2352 * gdb.fortran/common-block.f90: Likewise.
2353 * gdb.fortran/logical.exp: Likewise.
2354 * gdb.fortran/vla-datatypes.f90: Likewise.
2355 * gdb.fortran/vla-sub.f90: Likewise.
2356
875fb7a7
JB
23572017-11-30 Joel Brobecker <brobecker@adacore.com>
2358
2359 * gdb.ada/repeat_dyn: New testcase.
2360
6f14765f
UW
23612017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2362
2363 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2364 Update for changed thread numbering.
2365 * gdb.cell/bt.exp: Update for changed GDB output.
2366
f1af7b94
SM
23672017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2368
2369 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2370 setting isremote by hand.
2371 * boards/dwarf4-gdb-index.exp: Likewise.
2372 * boards/fission.exp: Likewise.
2373 * boards/stabs.exp: Likewise.
2374
e3919f3e
PA
23752017-11-30 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.linespec/cpls-ops.exp
2378 (check_explicit_skips_function_argument): Extract the underlying
2379 type of size_t instead of hardcoding it.
2380
bd69330d
PA
23812017-11-29 Pedro Alves <palves@redhat.com>
2382
2383 PR c++/19436
2384 * gdb.linespec/cpls-abi-tag.cc: New file.
2385 * gdb.linespec/cpls-abi-tag.exp: New file.
2386
a20714ff
PA
23872017-11-29 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.base/langs.exp: Use -qualified.
2390 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2391 it.
2392 * gdb.cp/namespace.exp: Use -qualified.
2393 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2394 (overload-3, template-overload, template-ret-type, const-overload)
2395 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2396 procedures.
2397 (test_driver): Call them.
2398 * gdb.cp/save-bp-qualified.cc: New.
2399 * gdb.cp/save-bp-qualified.exp: New.
2400 * gdb.linespec/explicit.exp: Test -qualified.
2401 * lib/completion-support.exp (completion::explicit_opts_list): Add
2402 "-qualified".
2403 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2404
f6f1d339
PM
24052017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2406
2407 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2408
02ca603a
TT
24092017-11-29 Tom Tromey <tom@tromey.com>
2410
2411 * gdb.base/relocate.exp: Update invalid argument test.
2412 Add new tests for invalid arguments.
2413
ed6c0bfb
TP
24142017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2415
2416 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2417 Return 0 as a long.
2418 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2419
f106e10e
TP
24202017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2421
2422 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2423 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2424 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2425 func ().
2426 * gdb.cp/shadow.cc (B.func): Return 0.
2427
10329bb2
JB
24282017-11-27 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2431 expected output in gdb_expect call to allow the exception
2432 message to be present as well. Fix syntax confusion to avoid
2433 TCL thinking that exception_name is an array.
2434
617cd4bc
UW
24352017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2436
2437 * gdb.arch/spu-info.c: Include <unistd.h>.
2438 (do_signal_test): Fix broken calls to write.
2439 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2440 Fix checks for empty mailboxes. Update signal tests for corrected
2441 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2442 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2443 * gdb.cell/arch.exp: Use standard_output_file.
2444 * gdb.cell/break.exp: Likewise.
2445 * gdb.cell/bt.exp: Likewise.
2446 * gdb.cell/core.exp: Likewise.
2447 * gdb.cell/dwarfaddr.exp: Likewise.
2448 * gdb.cell/ea-cache.exp: Likewise.
2449 * gdb.cell/ea-standalone.exp: Likewise.
2450 * gdb.cell/f-regs.exp: Likewise.
2451 * gdb.cell/fork.exp: Likewise.
2452 * gdb.cell/gcore.exp: Likewise.
2453 * gdb.cell/mem-access.exp: Likewise.
2454 * gdb.cell/ptype.exp: Likewise.
2455 * gdb.cell/registers.exp: Likewise.
2456 * gdb.cell/sizeof.exp: Likewise.
2457 * gdb.cell/solib-symbol.exp: Likewise.
2458 * gdb.cell/solib.exp: Likewise.
617cd4bc 2459
a81aaca0
PA
24602017-11-25 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.base/complete-empty.exp: New file.
2463 * gdb.base/completion.exp: Adjust.
2464
6a3c6ee4
PA
24652017-11-25 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.linespec/cpls-ops.cc: New file.
2468 * gdb.linespec/cpls-ops.exp: New file.
2469 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2470 factored out from ...
2471 (test_complete_prefix_range): ... this.
2472
8955eb2d
PA
24732017-11-24 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.linespec/cpcompletion.exp: New file.
2476 * gdb.linespec/cpls-hyphen.cc: New file.
2477 * gdb.linespec/cpls.cc: New file.
2478 * gdb.linespec/cpls2.cc: New file.
2479 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2480 test to use test_gdb_complete_unique. Add label completion,
2481 keyword completion and explicit location completion tests.
2482 * lib/completion-support.exp: New file.
2483
e547c119
JB
24842017-11-24 Joel Brobecker <brobecker@adacore.com>
2485
2486 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2487 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2488 when hitting an exception catchpoint.
2489
7c3c1aa8
YQ
24902017-11-22 Yao Qi <yao.qi@linaro.org>
2491
2492 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2493
41bd68f5
SM
24942017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2495
2496 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2497 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2498 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2499
1daad298
YQ
25002017-11-22 Yao Qi <yao.qi@linaro.org>
2501
2502 * gdb.base/info-os.exp: Pass pthreads.
2503 * gdb.multi/multi-attach.exp: Likewise.
2504
88465e87
YQ
25052017-11-22 Yao Qi <yao.qi@linaro.org>
2506
2507 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2508 compiler.
2509
dc196b23
YQ
25102017-11-22 Yao Qi <yao.qi@linaro.org>
2511
2512 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2513 * gdb.base/break-interp.exp: Likewise.
2514 * gdb.base/jit-attach-pie.exp: Likewise.
2515
2400729e
UW
25162017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2517
2518 * gdb.base/float128.c (large128): New variable.
2519 * gdb.base/float128.exp: Add test to print largest __float128 value.
2520
7a26362d
UW
25212017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2522
2523 * gdb.arch/vsx-regs.exp: Update register content checks.
2524
ed0f4273
UW
25252017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2526
2527 * gdb.arch/ppc-longdouble.exp: New file.
2528 * gdb.arch/ppc-longdouble.c: Likewise.
2529
a25d69c6
PA
25302017-11-21 Pedro Alves <palves@redhat.com>
2531
2532 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2533
73fcf641
PA
25342017-11-20 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2537 (long_double_typedef): New typedefs.
2538 Use DEF on double and long double.
2539 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2540 cases.
2541 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2542 and 'long_double_ptr_same_size' locals. Use them to decide
2543 whether cast from array/function to float is valid/invalid.
2544
71a3c369
TT
25452017-11-17 Tom Tromey <tom@tromey.com>
2546
2547 * gdb.rust/traits.rs: New file.
2548 * gdb.rust/traits.exp: New file.
2549
ced9779b
JB
25502017-11-17 Joel Brobecker <brobecker@adacore.com>
2551
2552 * gdb.ada/minsyms: New testcase.
2553
a0922d80
PA
25542017-11-16 Pedro Alves <palves@redhat.com>
2555
2556 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2557 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2558
ea04e54c
PA
25592017-11-16 Pedro Alves <palves@redhat.com>
2560
2561 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2562 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2563
e849ea89
PA
25642017-11-16 Pedro Alves <palves@redhat.com>
2565
2566 * gdb.server/reconnect-ctrl-c.c: New file.
2567 * gdb.server/reconnect-ctrl-c.exp: New file.
2568
d8ae99a7
PM
25692017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2570
2571 * gdb.python/py-rbreak.exp: New file.
2572 * gdb.python/py-rbreak.c: New file.
2573 * gdb.python/py-rbreak-func2.c: New file.
2574
968a13f8
PA
25752017-11-16 Pedro Alves <palves@redhat.com>
2576
2577 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2578 pattern.
2579 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2580 GDB.
2581
71774bc9
SM
25822017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2583
2584 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2585 regex.
2586
ddbb44cf
SM
25872017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2588
2589 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2590 test names.
2591
584a564f
PA
25922017-11-09 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2595 factored out from ...
2596 (top level): ... here, and adjusted to avoid expecting beyond the
2597 prompt in a single gdb_test_multiple.
2598
5ed7a928
PA
25992017-11-09 Pedro Alves <palves@redhat.com>
2600
2601 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2602 output.
2603 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2604 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2605 * gdb.server/ext-run.exp ("kill" test): Likewise.
2606 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2607
a60e0738
PA
26082017-11-09 Pedro Alves <palves@redhat.com>
2609
2610 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2611 match till end of line.
2612
2c88253f
PA
26132017-11-09 Pedro Alves <palves@redhat.com>
2614
2615 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2616
c7a38517
PA
26172017-11-09 Pedro Alves <palves@redhat.com>
2618
2619 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2620 New procedures, factored out from ...
2621 (top level): ... here, and adjusted to avoid expecting beyond the
2622 prompt in one go.
2623
f29f4b6b
PA
26242017-11-09 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2627 output. Fix '?' match.
2628
286acbb5
JB
26292017-11-08 Joel Brobecker <brobecker@adacore.com>
2630
2631 * gdb.ada/scoped_watch: New testcase.
2632 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2633 which is actually correct.
2634 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2635 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2636
62d7ae92
PA
26372017-11-08 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.gdb/complaints.exp (test_initial_complaints)
2640 (test_serial_complaints, test_short_complaints): Call
2641 complaint_internal instead of complaint.
2642
280ca31f
DT
26432017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2644
2645 * gdb.threads/tls-core.c: New file.
2646 * gdb.threads/tls-core.exp: Likewise.
2647
b5ec771e
PA
26482017-11-08 Pedro Alves <palves@redhat.com>
2649
2650 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2651 (p Exported_Capitalized): New test.
2652 (p exported_capitalized): New test.
2653
a02b41a7
PA
26542017-11-07 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2657
95e95a6d
PA
26582017-11-07 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2661 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2662 (disable_invalid, disable_inverted, disable_negative): New
2663 procedures.
2664 ("bad numbers"): New set of tests.
2665
cee62dbd
PA
26662017-11-07 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.cp/ena-dis-br-range.exp: Add tests.
2669
cc638e86
PA
26702017-11-07 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2673
d0fe4701
XR
26742017-11-07 Xavier Roirand <roirand@adacore.com>
2675 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.base/ena-dis-br.exp: Add reference to
2678 gdb.cp/ena-dis-br-range.exp.
2679 * gdb.cp/ena-dis-br-range.exp: New file.
2680 * gdb.cp/ena-dis-br-range.cc: New file.
2681
46f67f80
PA
26822017-11-06 Pedro Alves <palves@redhat.com>
2683
2684 * gdb.base/attach-non-pgrp-leader.c: New.
2685 * gdb.base/attach-non-pgrp-leader.exp: New.
2686
726e1356
PA
26872017-11-06 Pedro Alves <palves@redhat.com>
2688
2689 * configure.ac: No longer check for termio.h and sgtty.h.
2690 * configure: Regenerate.
2691 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2692 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2693 Remove termio and sgtty code.
2694
50ab6ace
YQ
26952017-11-03 Yao Qi <yao.qi@linaro.org>
2696
2697 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2698 in GDB is disabled.
2699
8e68731c
YQ
27002017-11-03 Yao Qi <yao.qi@linaro.org>
2701
2702 * gdb.python/py-thrhandle.exp: Skip it if python is not
2703 enabled.
2704
3a87ae65
SM
27052017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2706
2707 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2708 as a breakpoint command.
2709
484d8d36
MD
27102017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2711
2712 PR python/21213
2713 * gdb.python/py-infthread.exp: Test calling
2714 InferiorThread.inferior () multiple times in a row.
2715
4a27f119
KS
27162017-10-27 Keith Seitz <keiths@redhat.com>
2717
2718 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2719 Test "info break" for every inlined function breakpoint.
2720
bb11dd58
YQ
27212017-10-27 Yao Qi <yao.qi@linaro.org>
2722
2723 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2724
a43f3893
PF
27252017-10-26 Patrick Frants <osscontribute@gmail.com>
2726
2727 * gdb.cp/classes.exp (test_static_members): Test printing
2728 Outer::instance.
2729 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2730 (Inner::instance, Outer::instance): New.
2731
792ccf00
PA
27322017-10-24 Pedro Alves <palves@redhat.com>
2733
2734 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2735 extra console" test in two stages.
2736
eb2bfbad
PA
27372017-10-24 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2740
1f75a651
PA
27412017-10-24 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2744 loop.
2745
779990d9
PA
27462017-10-24 Pedro Alves <palves@redhat.com>
2747
2748 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2749 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2750
ad9b8f5d
PA
27512017-10-24 Pedro Alves <palves@redhat.com>
2752
2753 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2754 parameter and handle it. Don't output read value in test name.
2755
fee6da6e
PA
27562017-10-24 Pedro Alves <palves@redhat.com>
2757
2758 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2759 custom test name.
2760
10389c2c
PA
27612017-10-24 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2764 include the unstable output directory name in the test's name.
2765 (initial_setup_simple) <'set args'>: Use custom test name.
2766
a80e65a9
PA
27672017-10-24 Pedro Alves <palves@redhat.com>
2768
2769 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2770 with explicit test name.
2771
15763a09
PA
27722017-10-20 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2775 'wait -i'. Use gdb_assert and remote_close.
2776
49a4ce2e
AB
27772017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2778
2779 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2780 number from variable rather than hard-coded.
2781
a75868f5
PA
27822017-10-19 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.base/long-inferior-output.c: New file.
2785 * gdb.base/long-inferior-output.exp: New file.
2786
c8ba13ad
KS
27872017-11-18 Keith Seitz <keiths@redhat.com>
2788
2789 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2790 method.
2791 (main): Call it.
2792 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2793 Add additional user-defined conversion operator tests.
2794
b27de576
PA
27952017-10-17 Pedro Alves <palves@redhat.com>
2796
2797 * boards/native-stdio-gdbserver.exp: Load "local-board".
2798
8484c955
PA
27992017-10-17 Pedro Alves <palves@redhat.com>
2800
2801 * gdb.base/quit-live.c: New file.
2802 * gdb.base/quit-live.exp: New file.
2803
83d5a34d
KS
28042017-10-16 Keith Seitz <keiths@redhat.com>
2805
2806 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2807 (class_with_protected_typedef, class_with_private_typedef)
2808 (struct_with_public_typedef, struct_with_protected_typedef)
2809 (struct_with_private_typedef): New classes/structs.
2810 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2811 typedefs and access specifiers.
2812
739b3f1d
PA
28132017-10-16 Pedro Alves <palves@redhat.com>
2814 Simon Marchi <simon.marchi@polymtl.ca>
2815
2816 * README (Local vs Remote vs Native): New section.
2817 * boards/local-board.exp: New file, with bits factored out from
2818 ...
2819 * boards/native-extended-gdbserver.exp: ... here. Load
2820 "local-board".
2821 * boards/native-gdbserver.exp: Load "local-board".
2822 (${board}_spawn, ${board}_exec): Delete.
2823 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2824 ...
2825 * boards/stdio-gdbserver-base.exp: ... this new file.
2826 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2827 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2828 procedure.
2829 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2830 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2831 stdio_gdbserver_command.
2832 (${board}_get_remote_address, ${board}_get_comm_port)
2833 (${board}_download, ${board}_upload): Delete.
2834 (get_target_remote_pipe_cmd): New.
2835
fe68b953
SM
28362017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2837
2838 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2839 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2840 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2841 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2842 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2843 remove with_test_prefix.
2844
300b6685
PA
28452017-10-13 Pedro Alves <palves@redhat.com>
2846
2847 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2848 * gdb.base/annota1.exp: Use it instead of is_remote.
2849 * gdb.base/annota3.exp: Use it instead of is_remote.
2850 * gdb.cp/annota2.exp: Use it instead of is_remote.
2851 * gdb.cp/annota3.exp: Use it instead of is_remote.
2852 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2853
50500caf
PA
28542017-10-13 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2857 (test_num_test_vars, run_and_count_vars, find_env)
2858 (test_set_unset_env, test_inherit_env_var): New procedures.
2859 (top level): Use them.
2860
dad0c6d2
PA
28612017-10-13 Pedro Alves <palves@redhat.com>
2862
2863 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2864 also skip on stub-like targets.
2865
8b0553c1
PA
28662017-10-13 Pedro Alves <palves@redhat.com>
2867
2868 PR gdb/22293
2869 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2870 (top level): Move some tests to ...
2871 (test_not_found): ... this new procedure.
2872 (top level): Call it.
2873
7594f623
PA
28742017-10-13 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2877 expect different "info terminal" output if testing with a
2878 non-native target.
2879
ebe3b402
PA
28802017-10-13 Pedro Alves <palves@redhat.com>
2881 Simon Marchi <simon.marchi@polymtl.ca>
2882
2883 PR python/12966
2884 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2885
42f1b161
PA
28862017-10-13 Pedro Alves <palves@redhat.com>
2887
2888 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2889 already.
2890
8d6ef72b
PA
28912017-10-13 Pedro Alves <palves@redhat.com>
2892
2893 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2894 is_remote.
2895
d7bcd5b8
PA
28962017-10-13 Pedro Alves <palves@redhat.com>
2897
2898 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2899 is_remote.
2900
df479dc6
PA
29012017-10-13 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2904 is set.
2905 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2906 instead of is_remote.
2907
23fb630a
PA
29082017-10-13 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2911 (top level): Add comment.
2912
cc77b1dc
PA
29132017-10-13 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.base/remote.exp (top level): Fix comment typo and add
2916 missing return.
2917
27c9e813
PA
29182017-10-13 Pedro Alves <palves@redhat.com>
2919 Simon Marchi <simon.marchi@polymtl.ca>
2920
2921 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2922 calls and add comments. Skip test if use_gdb_stub is set.
2923 (top level): Use "set cwd" command instead of "cd" command.
2924
5e830d98
PA
29252017-10-13 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2928 is_remote target check.
2929
f5ca0032
PA
29302017-10-13 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.base/scope.exp: Use build_executable + clean_restart +
2933 gdb_file_cmd instead of prepare_for_testing and no longer skip
2934 "before run" tests on is_remote target boards. Update comments.
2935 * boards/native-extended-gdbserver.exp
2936 (extended_gdbserver_load_last_file): New, factored out from ...
2937 (gdb_load): ... this. Move further below and add comment.
2938 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2939
8aed1c0d
PA
29402017-10-12 Pedro Alves <palves@redhat.com>
2941
2942 * gdb.base/attach.exp: Remove references to gdb64.
2943 * gdb.base/dbx.exp: Remove references to gdb64.
2944
cfa34c87
SM
29452017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2946 Pedro Alves <palves@redhat.com>
2947
2948 * gdb.base/label.exp: Remove is_remote target check.
2949
9192b7de
PA
29502017-10-12 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.base/auvx.exp (coredir): Update comment.
2953 (top level) <core_works>: Use "set cwd" command instead of "cd"
2954 command.
2955
6bf0052d
PA
29562017-10-12 Pedro Alves <palves@redhat.com>
2957 Simon Marchi <simon.marchi@polymtl.ca>
2958
2959 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2960 target boards.
2961
e48ef82d
PA
29622017-10-12 Pedro Alves <palves@redhat.com>
2963 Simon Marchi <simon.marchi@polymtl.ca>
2964
2965 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2966 Instead skip if there's any gdb_protocol set.
2967
8d7aea57
SM
29682017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2969 Pedro Alves <palves@redhat.com>
2970
2971 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2972
30440677
PA
29732017-10-12 Pedro Alves <palves@redhat.com>
2974 Simon Marchi <simon.marchi@polymtl.ca>
2975
2976 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2977 instead of on dejagnu remote boards.
2978
4e04f045 29792017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2980 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2981
2982 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2983 checks. Use build_executable + clean_restart instead of
2984 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2985 of enabling non-stop after starting gdb.
2986
871a186e
PA
29872017-10-12 Pedro Alves <palves@redhat.com>
2988
2989 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2990 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2991 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2992 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2993
56d704da
AK
29942017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2995
2996 * gdb.arch/arc-tdesc-cpu.exp: New file.
2997 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2998
2f20e312
SM
29992017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3000
3001 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3002
65630365
PA
30032017-10-10 Pedro Alves <palves@redhat.com>
3004
3005 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3006 expect CLI output.
3007
bf469271
PA
30082017-10-10 Pedro Alves <palves@redhat.com>
3009
3010 * lib/selftest-support.exp (selftest_setup): Update for
3011 captured_command_loop's prototype change.
3012
777a42f1
PA
30132017-10-09 Pedro Alves <palves@redhat.com>
3014
3015 Test both arch1=>arch2 and arch2=>arch1.
3016
3017 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3018 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3019 factored out to...
3020 (append_arch1_options, append_arch2_options, append_arch_options)
3021 (build_executables): New procedures.
3022 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3023 local.
3024 (top level): Add new 'first_arch' testing axis.
3025
cbd2b4e3
PA
30262017-10-09 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3029 (barrier): New.
3030 (thread_start, all_started): New functions.
3031 (main): Spawn new thread and wait until it is scheduled.
3032 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3033 option.
3034 (do_test): Add 'selected_thread' parameter. Run to all_started
3035 instead of main. Explicitly set the breakpoint at main. Switch
3036 to the SELECTED_THREAD thread.
3037 (top level): Test handling the exec event with either the main
3038 thread or the second thread selected.
3039
5c9e4427
PA
30402017-10-09 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3043 logic. Move STOP marker after the value checks.
3044 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3045 regexp.
3046
b3b7c423
SL
30472017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3048
3049 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3050
3b4b2f16
UW
30512017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3052
3053 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3054 integer-to-dfp conversion.
3055 * gdb.base/dfp-test.exp: Likewise.
3056
5cd63fda
PA
30572017-10-04 Pedro Alves <palves@redhat.com>
3058
3059 * gdb.multi/hangout.c: Include <unistd.h>.
3060 (hangout_loop): New function.
3061 (main): Call alarm. Call hangout_loop in a loop.
3062 * gdb.multi/hello.c: Include <unistd.h>.
3063 (hello_loop): New function.
3064 (main): Call alarm. Call hangout_loop in a loop.
3065 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3066 inferior with the other selected.
3067
4c71c105
SM
30682017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3069
3070 * gdb.mi/list-thread-groups-available.exp: New file.
3071 * gdb.mi/list-thread-groups-available.c: New file.
3072
bc3b087d
SDJ
30732017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3074
3075 * gdb.base/set-cwd.exp: Make it available on
3076 native-extended-gdbserver.
3077
d092c5a2
SDJ
30782017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3079
3080 * gdb.base/set-cwd.c: New file.
3081 * gdb.base/set-cwd.exp: Likewise.
3082
45320ffa
TT
30832017-10-02 Tom Tromey <tom@tromey.com>
3084
3085 PR rust/22236:
3086 * gdb.rust/simple.rs (main): New variable "fslice".
3087 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3088
b3e3859b
TT
30892017-10-02 Tom Tromey <tom@tromey.com>
3090
3091 * gdb.rust/simple.exp: Test ptype of a slice.
3092
01af5e0d
TT
30932017-10-02 Tom Tromey <tom@tromey.com>
3094
3095 * gdb.rust/simple.exp: Test index of slice.
3096
a9bbfbd8
TT
30972017-09-27 Tom Tromey <tom@tromey.com>
3098
3099 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3100
df8899e5
TP
31012017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3102 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.base/compare-sections.exp (get value of read-only section): Read
3105 as unsigned value.
3106 (corrupt read-only section): Likewise and don't set written if patching
3107 failed.
3108
757bf54b
KB
31092017-09-21 Kevin Buettner <kevinb@redhat.com>
3110
3111 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3112 files.
3113
06871ae8
PA
31142017-09-20 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3117 symbol names in gdb's output.
3118 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3119
e5f25bc5
PA
31202017-09-20 Pedro Alves <palves@redhat.com>
3121
3122 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3123 Rename to ...
3124 (test_list_ambiguous_symbol): ... this and add a symbol name
3125 parameter. Adjust.
3126 (test_list_ambiguous_function): Reimplement on top of
3127 test_list_ambiguous_symbol and also test listing ambiguous
3128 variables.
3129 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3130 (ambiguous_fun): ... this.
3131 (ambiguous_var): New.
3132 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3133 (ambiguous_fun): ... this.
3134 (ambiguous_var): New.
3135
4e5a4f58
JB
31362017-09-19 John Baldwin <jhb@FreeBSD.org>
3137
3138 * gdb.base/starti.c: New file.
3139 * gdb.base/starti.exp: New file.
3140 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3141
26e53f3e
PA
31422017-09-14 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3145 (top level): Use it instead of runto.
3146
cb791d59
TT
31472017-09-11 Tom Tromey <tom@tromey.com>
3148
3149 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3150
7c96f8c1
TT
31512017-09-11 Tom Tromey <tom@tromey.com>
3152
3153 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3154 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3155
469412dd
CW
31562017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3157
3158 * gdb.fortran/printing-types.exp: New file.
3159 * gdb.fortran/printing-types.exp: New file.
3160
e0f86435
BH
31612017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3162
3163 * gdb.fortran/vla-ptype.exp: Fix typos.
3164 * gdb.fortran/vla-value.exp: Same.
3165
9e9af4be
BH
31662017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3167
3168 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3169 * gdb.mi/mi-var-child-f.exp: Likewise.
3170 * gdb.mi/mi-vla-fortran.exp: Likewise.
3171
a5ad232b
FP
31722017-09-08 Frank Penczek <frank.penczek@intel.com>
3173 Christoph Weinmann <christoph.t.weinmann@intel.com>
3174 Bernhard Heckel <bernhard.heckel@intel.com>
3175
3176 * gdb.fortran/ptr-indentation.f90: New file.
3177 * gdb.fortran/ptr-indentation.exp: New file.
3178
5aec60eb
TT
31792017-09-05 Tom Tromey <tom@tromey.com>
3180
3181 PR gdb/22010:
3182 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3183
8f8f8152
TP
31842017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3185
3186 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3187
fbd1b771
JK
31882017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3189
3190 * gdb.threads/tls-nodebug-pie.c: New file.
3191 * gdb.threads/tls-nodebug-pie.exp: New file.
3192
5eb5f850
TT
31932017-09-05 Tom Tromey <tom@tromey.com>
3194
3195 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3196 for rust.
3197
ae780a21
SM
31982017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3199
3200 * gdb.multi/multi-arch-exec.exp: Test with different
3201 "follow-exec-mode" settings.
3202 (do_test): New procedure.
3203
3693fdb3
PA
32042017-09-04 Pedro Alves <palves@redhat.com>
3205
3206 * gdb.base/func-static.c (S::method const, S::method volatile)
3207 (S::method volatile const): New methods.
3208 (c_s, v_s, cv_s): New instances.
3209 (main): Call method() on them.
3210 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3211 (cannot_resolve): New procedure.
3212 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3213 print-quote-unquoted columns.
3214 (do_test): Test printing each scope too.
3215
e68cb8e0
PA
32162017-09-04 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.base/local-static.exp: Also test with
3219 class::method::variable wholly quoted.
3220 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3221
858be34c
PA
32222017-09-04 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.base/local-static.c: New.
3225 * gdb.base/local-static.cc: New.
3226 * gdb.base/local-static.exp: New.
3227
46a4882b
PA
32282017-09-04 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.asm/asm-source.exp: Add casts to int.
3231 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3232 (dataglobal64_1, dataglobal64_2): New globals.
3233 * gdb.base/nodebug.exp: Test different expressions involving the
3234 new globals, with print, whatis and ptype. Add casts to int.
3235 * gdb.base/solib-display.exp: Add casts to int.
3236 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3237 * gdb.cp/m-static.exp: Add cast to int.
3238 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3239 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3240 tls variable with no debug info without a cast. Test with a cast
3241 to int too.
3242 * gdb.trace/entry-values.exp: Add casts.
3243
2c5a2be1
PA
32442017-09-04 Pedro Alves <palves@redhat.com>
3245
3246 * gdb.base/nodebug.exp: Test that ptype's error about functions
3247 with unknown return type includes the function name too.
3248
7022349d
PA
32492017-09-04 Pedro Alves <palves@redhat.com>
3250
3251 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3252 return type of munmap in infcall.
3253 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3254 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3255 type of ftell in infcall.
3256 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3257 type of getpid in infcall.
3258 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3259 infcall.
3260 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3261 Bail on failure to extract the pid.
3262 * gdb.base/nodebug.c: #include <stdint.h>.
3263 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3264 New functions.
3265 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3266 Change expected output of print/whatis/ptype with functions with
3267 no debug info. Test all supported languages. Call
3268 test_call_promotion.
3269 * gdb.compile/compile.exp: Adjust expected output to expect
3270 warning.
3271 * gdb.threads/siginfo-threads.exp: Likewise.
3272
54990598
PA
32732017-09-04 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3276 "prototypes". Test calling float functions via prototyped and
3277 unprototyped function pointers.
3278 (perform_all_tests): New parameter "prototypes". Pass it down.
3279 (top level): Pass down "prototypes" parameter to
3280 perform_all_tests.
3281
34d16ea2
SM
32822017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3283
3284 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3285 Test with nested loops.
3286
9521ecda
SM
32872017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3288
3289 * gdb.base/commands.exp: Call the new procedures.
3290 (loop_break_test, loop_continue_test): New procedures.
3291
80a65e9b
SM
32922017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3293
3294 * gdb.base/commands.exp: Call new procedure.
3295 (define_if_without_arg_test): New procedure.
3296
e439fa14
PA
32972017-09-04 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.base/list-ambiguous.exp: New file.
3300 * gdb.base/list-ambiguous0.c: New file.
3301 * gdb.base/list-ambiguous1.c: New file.
3302 * gdb.base/list.exp (test_list_range): Adjust expected output.
3303
0a2dde4a
SDJ
33042017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3305
3306 * gdb.base/share-env-with-gdbserver.c: New file.
3307 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3308
5e89eb3a
SM
33092017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3310
3311 * gdb.base/commands.exp (gdbvar_simple_if_test,
3312 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3313 progvar_simple_if_test, progvar_simple_while_test,
3314 progvar_complex_if_while_test, user_defined_command_test,
3315 user_defined_command_args_eval,
3316 user_defined_command_args_stack_test,
3317 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3318 temporary_breakpoint_commands,
3319 gdb_test_no_prompt, redefine_hook_test,
3320 redefine_backtrace_test): Remove "global gdb_prompt".
3321
fd437cbc
SM
33222017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3323
3324 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3325 New proc, call it from toplevel.
3326
87215ad1
SDJ
33272017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3328
3329 PR remote/21852
3330 * gdb.server/normal.c: New file, copied from gdb.base.
3331 * gdb.server/run-without-local-binary.exp: New file.
3332
58afddc6
WP
33332017-08-07 Weimin Pan <weimin.pan@oracle.com>
3334
3335 * gdb.arch/sparc64-adi.exp: New file.
3336 * gdb.arch/sparc64-adi.c: New file.
3337
5277199a
PA
33382017-08-22 Pedro Alves <palves@redhat.com>
3339
3340 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3341 (top level): Add "list all overloads" tests.
3342
14278e1f
TT
33432017-08-22 Tom Tromey <tom@tromey.com>
3344
3345 * gdb.gdb/xfullpath.exp: Remove.
3346
bf223d3e
PA
33472017-08-21 Pedro Alves <palves@redhat.com>
3348
3349 PR gdb/19487
3350 * gdb.base/symbol-alias.c: New.
3351 * gdb.base/symbol-alias2.c: New.
3352 * gdb.base/symbol-alias.exp: New.
3353
c973d0aa
PA
33542017-08-21 Pedro Alves <palves@redhat.com>
3355
3356 * gdb.base/dfp-test.c
3357 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3358 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3359 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3360 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3361 * gdb.base/whatis-ptype-typedefs.c: New.
3362 * gdb.base/whatis-ptype-typedefs.exp: New.
3363 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3364 (an_int, an_int_type, an_int_type2): New globals.
3365 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3366 involving typedefs and cast expressions.
3367 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3368 (lookup_typedefs_function): New.
3369 (typedefs_pretty_printers_dict): New.
3370 (top level): Register lookup_typedefs_function in
3371 gdb.pretty_printers.
3372
6d580b63
YQ
33732017-08-18 Yao Qi <yao.qi@linaro.org>
3374
3375 * gdb.server/unittest.exp: New.
3376
206726fb
SDJ
33772017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3378
3379 PR gdb/21954
3380 * gdb.base/environ.exp: Add test to check if 'unset environment'
3381 works.
3382
bf0ec4c2
AA
33832017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3384
3385 * lib/gdb.exp (universal_compile_options): New caching proc.
3386 (gdb_compile): Suppress GCC's coloring of messages.
3387
d6382fff
TT
33882017-08-14 Tom Tromey <tom@tromey.com>
3389
3390 PR gdb/21675:
3391 * gdb.base/printcmds.exp (test_radices): New function.
3392 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3393 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3394 * lib/gdb.exp (get_integer_valueof): Use p/d.
3395
c2c2dd9f
SM
33962017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3397
3398 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3399 characters.
3400
fdffd6f4
TT
34012017-08-05 Tom Tromey <tom@tromey.com>
3402
3403 * gdb.rust/simple.exp: Allow String to appear in a different
3404 namespace.
3405
27d41eac
YQ
34062017-07-26 Yao Qi <yao.qi@linaro.org>
3407
3408 * gdb.gdb/unittest.exp: Invoke command
3409 "maintenance check xml-descriptions".
3410
031ed05d
AA
34112017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3412
3413 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3414 calling context.
3415 (hex128): Drop erroneous calculation of parameters.
3416
dcd27ddf
SM
34172017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3418
3419 * gdb.python/py-unwind.exp: Disable stack protection when
3420 building test file.
3421
47e77640
PA
34222017-07-20 Pedro Alves <palves@redhat.com>
3423
3424 * gdb.base/default.exp (set language): Adjust expected output.
3425
62d2a18a
PA
34262017-07-20 Pedro Alves <palves@redhat.com>
3427
3428 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3429 (test_minsym): ... this, and make static.
3430 (get_pck__foo__bar__minsym): Rename to ...
3431 (get_test_minsym): ... this.
3432 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3433 symbol names and comments.
3434 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3435 (get_test_minsym): ... this.
3436 (pck__foo__bar__minsym__2): Rename to ...
3437 (test_minsym): ... this.
3438 (main): Adjust.
3439
c45ec17c
PA
34402017-07-17 Pedro Alves <palves@redhat.com>
3441
3442 * gdb.base/completion.exp: Adjust expected output.
3443 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3444 the completer works.
3445
c6756f62
PA
34462017-07-17 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3449
5bd68487
AB
34502017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3451
3452 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3453
8880f2a9
TT
34542017-07-14 Tom Tromey <tom@tromey.com>
3455
3456 PR rust/21764:
3457 * gdb.rust/simple.exp: Add tests.
3458
65547233
TT
34592017-07-14 Tom Tromey <tom@tromey.com>
3460
3461 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3462
8f14146e
PA
34632017-07-14 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.linespec/base/one/thefile.cc (z1): New function.
3466 * gdb.linespec/base/two/thefile.cc (z2): New function.
3467 * gdb.linespec/linespec.exp: Add tests.
3468
b4365d02
AB
34692017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3472 to mi_create_breakpoint.
3473
5d2cbaa5
AB
34742017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3477 mi_create_breakpoint.
3478
11cb5716
IB
34792017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3480
3481 * gdb.dlang/demangle.exp: Update for demangling changes.
3482
03278692
TT
34832017-07-09 Tom Tromey <tom@tromey.com>
3484
3485 * gdb.dwarf2/shortpiece.exp: New file.
3486
33c5cd75
DB
34872017-07-06 David Blaikie <dblaikie@gmail.com>
3488
3489 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3490 built from fissiont-multi-cu{1,2}.c.
3491 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3492 except putting 'main' and 'func' in separate CUs in the same DWO file.
3493 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3494 test.
3495 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3496 test.
3497
8455d262
PA
34982017-07-06 Pedro Alves <palves@redhat.com>
3499
3500 * gdb.python/py-unwind.exp: Test flushregs.
3501
dc4bde35
SDJ
35022017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3503
3504 PR cli/21688
3505 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3506 tests for alias commands and trailing whitespace.
3507
51ed89aa
SDJ
35082017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3509
3510 PR cli/21688
3511 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3512 procedure. Call it.
3513
eb17d413
PA
35142017-06-29 Pedro Alves <palves@redhat.com>
3515
3516 * gdb.base/printcmds.exp: Add tests.
3517
41664b45
DG
35182017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3519
3520 PR gdb/21337
3521 * gdb.base/reread-readsym.exp: New file.
3522 * gdb.base/reread-readsym.c: New file.
3523
75312ae3
KB
35242017-06-21 Kevin Buettner <kevinb@redhat.com>
3525
3526 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3527 subpattern.
3528
66953522
PB
35292017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3530
3531 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3532 extended mnemonic.
3533 * gdb.arch/powerpc-power9.s: Likewise.
3534
5524b525
AA
35352017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3536
3537 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3538 on 32-bit x86 targets. Exploit is_*_target macros where
3539 appropriate.
3540
03c8af18
AA
35412017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3542
3543 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3544 register pieces.
3545
3bf31011
AA
35462017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3547
3548 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3549 located in one or more DWARF pieces.
3550
805acca0
AA
35512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3552
3553 * lib/gdb.exp (get_endianness): New proc.
3554 * gdb.arch/aarch64-fp.exp: Use it.
3555 * gdb.arch/altivec-regs.exp: Likewise.
3556 * gdb.arch/e500-regs.exp: Likewise.
3557 * gdb.arch/vsx-regs.exp: Likewise.
3558 * gdb.base/dump.exp: Likewise.
3559 * gdb.base/funcargs.exp: Likewise.
3560 * gdb.base/gnu_vector.exp: Likewise.
3561 * gdb.dwarf2/formdata16.exp: Likewise.
3562 * gdb.dwarf2/implptrpiece.exp: Likewise.
3563 * gdb.dwarf2/nonvar-access.exp: Likewise.
3564 * gdb.python/py-inferior.exp: Likewise.
3565 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3566
e9352324
AA
35672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3568
3569 PR gdb/21226
3570 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3571 stack value pieces are taken from the LSB end.
3572
d5d1163e
AA
35732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3574
3575 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3576 variable at nonzero offset.
3577
0567c986
AA
35782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3579
3580 * gdb.dwarf2/var-access.c: New file.
3581 * gdb.dwarf2/var-access.exp: New test.
3582 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3583
973e9aab
TT
35842017-06-12 Tom Tromey <tom@tromey.com>
3585
3586 * gdb.dwarf2/formdata16.exp: Add tests.
3587
d9109c80
TT
35882017-06-12 Tom Tromey <tom@tromey.com>
3589
3590 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3591
30a25466
TT
35922017-06-12 Tom Tromey <tom@tromey.com>
3593
3594 PR exp/16225:
3595 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3596 * gdb.arch/vsx-regs.exp: Update tests.
3597 * gdb.arch/s390-vregs.exp (hex128): New proc.
3598 Update test.
3599 * gdb.arch/altivec-regs.exp: Update tests.
3600
aefd8b33
SDJ
36012017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3602
3603 * gdb.base/startup-with-shell.c: New file.
3604 * gdb.base/startup-with-shell.exp: Likewise.
3605
2090129c
SDJ
36062017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3607
3608 * gdb.server/non-existing-program.exp: Update regex in order to
3609 reflect the fact that gdbserver is now using fork_inferior (with a
3610 shell) to startup the inferior.
3611
8e86a419
SM
36122017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3613
3614 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3615 support function calls from GDB.
3616
e6cf65f2
TT
36172017-05-21 Tom Tromey <tom@tromey.com>
3618
3619 PR rust/21466:
3620 * gdb.rust/unsized.exp: New file.
3621 * gdb.rust/unsized.rs: New file.
3622
43cc5389
TT
36232017-05-19 Tom Tromey <tom@tromey.com>
3624
3625 PR rust/21484:
3626 * gdb.rust/watch.exp: New file.
3627 * gdb.rust/watch.rs: New file.
3628
ec8df234
TT
36292017-05-18 Tom Tromey <tom@tromey.com>
3630
3631 * gdb.rust/simple.exp: Allow Box to be qualified.
3632
3e3e7fae
TP
36332017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3634
3635 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3636
59cc050d
PA
36372017-05-18 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.base/fileio.c (test_write, test_read, test_close)
3640 (test_fstat): Don't print 'ret' in the fail path.
3641
c8f6abd1
PA
36422017-05-18 Pedro Alves <palves@redhat.com>
3643
3644 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3645 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3646 (test_system, test_rename, test_unlink, test_time): Change
3647 prototypes.
3648 * gdb.base/fileio.exp (stop_msg): Adjust.
3649
d2a03b77
PA
36502017-05-18 Pedro Alves <palves@redhat.com>
3651
3652 * gdb.base/fileio.c (null_str): New global.
3653 (test_stat): Use it.
3654 * gdb.base/fileio.exp: Remove nowarnings.
3655
0d5c6999
YQ
36562017-05-17 Yao Qi <yao.qi@linaro.org>
3657
3658 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3659
21873064
YQ
36602017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3661
3662 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3663 argument command.
3664 (top-level): Invoke test_set_inferior_tty.
3665
d512d31c
PA
36662017-05-04 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3669 Add parens to print call for Python 3.
3670
90cef2ed
KS
36712017-05-03 Keith Seitz <keiths@redhat.com>
3672
3673 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3674 (main): Call it.
3675
14f819c8
TW
36762017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3677
3678 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3679 to prev and next.
3680
913aeadd
TW
36812017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3682
3683 * gdb.python/py-record-btrace.exp: Remove test for
3684 gdb.BtraceInstruction.error.
3685
a3be24ad
TW
36862017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3687
3688 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3689
ae20e79a
TW
36902017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3691
3692 * gdb.python/py-record-btrace-threads.c: New file.
3693 * gdb.python/py-record-btrace-threads.exp: New file.
3694
45ce1b47
SDJ
36952017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3696
3697 PR testsuite/8595
3698 * gdb.base/environ.exp: Make test available in all architectures.
3699 Move bits related to "info program" testing to
3700 gdb.base/info-program.exp. Rewrite tests to use the two new
3701 procedures mentione below.
3702 (test_set_show_env_var) New procedure.
3703 (test_set_show_env_var_equal): Likewise.
3704 * gdb.base/info-program.exp: New file.
3705
e15c3eb4
KS
37062017-04-27 Keith Seitz <keiths@redhat.com>
3707
3708 * gdb.cp/oranking.cc (test15): New function.
3709 (main): Call test15 and declare additional variables for testing.
3710 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3711 "p foo101('abc')" tests.
3712 Add tests for cv qualifier overloads.
3713 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3714 "lvalue reference overload" test.
3715 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3716 "print value of f1 on Child&& in f2" test.
3717
3a3fd0fd
PA
37182017-04-19 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3721 procedure.
3722 (top level): Call it.
3723 * lib/gdb.exp (gdb_define_cmd): New procedure.
3724
53375380
PA
37252017-04-12 Pedro Alves <palves@redhat.com>
3726
3727 PR gdb/21323
3728 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3729 (wchar): New global.
3730 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3731 (do_test_wide_char, wide_char_types_no_program, top level): Add
3732 wchar_t testing.
3733
53e710ac
PA
37342017-04-12 Pedro Alves <palves@redhat.com>
3735
3736 PR c++/21323
3737 * gdb.cp/wide_char_types.c: New file.
3738 * gdb.cp/wide_char_types.exp: New file.
3739
0ad9d8c7
SDJ
37402017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3741
3742 PR gdb/21352
3743 * gdb.trace/tsv.exp: Add test for "tsave -r".
3744
b1b45502
IB
37452017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3746
3747 * gdb.dlang/watch-loc.c: New file.
3748 * gdb.dlang/watch-loc.exp: New file.
3749
ec13808e
JK
37502017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3751
3752 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3753
fe5f7374
AK
37542017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3755
3756 * gdb.arch/arc-analyze-prologue.S: New file.
3757 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3758
eea78757
AK
37592017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3760
3761 * gdb.arch/arc-decode-insn.S: New file.
3762 * gdb.arch/arc-decode-insn.exp: Likewise.
3763
5badf10a
IR
37642017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3765
3766 PR tdep/20928
3767 * gdb.arch/sparc64-regs.exp: New file.
3768 * gdb.arch/sparc64-regs.S: Likewise.
3769
cee59b3f
TW
37702017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3771
3772 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3773 and memory view on Python 3.
3774
c0f55cc6
AV
37752017-03-20 Artemiy Volkov <artemiyv@acm.org>
3776 Keith Seitz <keiths@redhat.com>
3777
3778 PR gdb/14441
3779 * gdb.cp/demangle.exp: Add rvalue reference tests.
3780 * gdb.cp/rvalue-ref-casts.cc: New file.
3781 * gdb.cp/rvalue-ref-casts.exp: New file.
3782 * gdb.cp/rvalue-ref-overload.cc: New file.
3783 * gdb.cp/rvalue-ref-overload.exp: New file.
3784 * gdb.cp/rvalue-ref-params.cc: New file.
3785 * gdb.cp/rvalue-ref-params.exp: New file.
3786 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3787 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3788 * gdb.cp/rvalue-ref-types.cc: New file.
3789 * gdb.cp/rvalue-ref-types.exp: New file.
3790 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3791 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3792
51457a05
MAL
37932017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3794
3795 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3796 New procedure.
3797
5b291c04
MAL
37982017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3799
3800 * lib/mi-support.exp (mi_gdb_test): Add additional message
3801 for unexpected output.
3802
59a56148
AA
38032017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3804
3805 * gdb.base/examine-backward.c (Barrier): New character array
3806 constant, to ensure that TestStrings is preceded by a string
3807 terminator.
3808
7942e96e
AA
38092017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3810
3811 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3812 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3813 and implicit pointer into such a location.
3814
6ebac3fb
DE
38152017-03-16 Doug Evans <dje@google.com>
3816
3817 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3818
ec3b243d
TP
38192017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3820
3821 * gdb.cp/m-static.exp: Fix expectation for prototype of
3822 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3823
38242017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3825
3826 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3827 * gdb.guile/scm-lazy-string.c: New file.
3828 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3829 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3830 for pointer, array, typedef lazy strings.
3831
2cc36e25 38322017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3833
3834 PR python/17728, python/18439, python/18779
3835 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3836 * gdb.python/py-lazy-string.c (pointer): New typedef.
3837 (main): New locals ptr, array, typedef_ptr.
3838 * gdb.python/py-value.exp: Move lazy string tests to ...
3839 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3840 array, typedef lazy strings.
ec3b243d 3841
0efcde63
AK
38422017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3843
3844 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3845 Add optional 'test' parameter.
3846
7978d7c3
SM
38472017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3848
3849 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3850 Skip for versions of DejaGnu < 1.5.
3851
896c0c1e
SM
38522017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3853
3854 * lib/gdb.exp (dejagnu_version): New proc.
3855 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3856 Use dejagnu_version.
3857
5f4d1085
KS
38582017-03-10 Keith Seitz <keiths@redhat.com>
3859
3860 PR c++/8128
3861 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3862 type from destructor regexps.
3863 Add a branch which actually passes the test.
3864 Adjust "ptype t5i" test names.
3865
1de05205
PA
38662017-03-08 Pedro Alves <palves@redhat.com>
3867
3868 * gdb.base/step-over-exit.exp: Add explicit test message.
3869
c65d6b55
PA
38702017-03-08 Pedro Alves <palves@redhat.com>
3871
3872 PR gdb/18360
3873 * gdb.threads/interrupt-while-step-over.c: New file.
3874 * gdb.threads/interrupt-while-step-over.exp: New file.
3875
2e86a283
PA
38762017-03-08 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3879 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3880
25dcbff6
PA
38812017-03-08 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3884 PKRU as not supported as a PASS.
3885
dc9366eb
PA
38862017-03-08 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3889 prefix instead of $binfile1/$binfile2.
3890 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3891 in test message.
3892 * gdb.python/py-completion.exp: Use "load python file" as test
3893 messages instead of unstable path names.
3894
6e5d74e7
PA
38952017-03-08 Pedro Alves <palves@redhat.com>
3896 Jan Kratochvil <jan.kratochvil@redhat.com>
3897
3898 PR cli/21218
3899 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3900 New proc.
3901 (top level): Call it.
3902
9753a2f6
PA
39032017-03-08 Pedro Alves <palves@redhat.com>
3904
3905 PR tui/21216
3906 * gdb.tui/tui-nl-filtered-output.exp: New file.
3907
1a4dd9dd
PA
39082017-03-08 Pedro Alves <palves@redhat.com>
3909
3910 * gdb.base/completion.exp: Move TUI completion tests to ...
3911 * gdb.tui/completion.exp: ... this new file.
3912
7cbbff33
PA
39132017-03-08 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.base/tui-disasm-long-lines.c,
3916 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3917 gdb.base/tui-layout.exp: Move to ...
3918 * gdb.tui/: ... this new directory.
3919
5f6fd321
PA
39202017-03-07 Pedro Alves <palves@redhat.com>
3921
3922 * gdb.base/tui-layout.c: New file.
3923 * gdb.base/tui-layout.exp: New file.
3924
44959fa8
PA
39252017-03-07 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.base/tui-layout.c: Rename to ...
3928 * gdb.base/tui-disasm-long-lines.c: ... this.
3929 * gdb.base/tui-layout.exp: Rename to ...
3930 * gdb.base/tui-disasm-long-lines.exp: ... this.
3931
f8c4e718
PA
39322017-03-07 Pedro Alves <palves@redhat.com>
3933
3934 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3935
6dbb839a 39362017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3937
3938 * i386-mpx-call.c: New file.
3939 * i386-mpx-call.exp: New file.
3940
65b48a81
PB
39412017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3942
3943 * gdb.arch/powerpc-power.exp: Delete test.
3944 * gdb.arch/powerpc-power.s: Likewise.
3945 * gdb.disasm/disassembler-options.exp: New test.
3946 * gdb.arch/powerpc-altivec.exp: Likewise.
3947 * gdb.arch/powerpc-altivec.s: Likewise.
3948 * gdb.arch/powerpc-altivec2.exp: Likewise.
3949 * gdb.arch/powerpc-altivec2.s: Likewise.
3950 * gdb.arch/powerpc-altivec3.exp: Likewise.
3951 * gdb.arch/powerpc-altivec3.s: Likewise.
3952 * gdb.arch/powerpc-power7.exp: Likewise.
3953 * gdb.arch/powerpc-power7.s: Likewise.
3954 * gdb.arch/powerpc-power8.exp: Likewise.
3955 * gdb.arch/powerpc-power8.s: Likewise.
3956 * gdb.arch/powerpc-power9.exp: Likewise.
3957 * gdb.arch/powerpc-power9.s: Likewise.
3958 * gdb.arch/powerpc-vsx.exp: Likewise.
3959 * gdb.arch/powerpc-vsx.s: Likewise.
3960 * gdb.arch/powerpc-vsx2.exp: Likewise.
3961 * gdb.arch/powerpc-vsx2.s: Likewise.
3962 * gdb.arch/powerpc-vsx3.exp: Likewise.
3963 * gdb.arch/powerpc-vsx3.s: Likewise.
3964 * gdb.arch/arm-disassembler-options.exp: Likewise.
3965 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3966 * gdb.arch/s390-disassembler-options.exp: Likewise.
3967
17cd4947
LM
39682017-02-23 Luis Machado <lgustavo@codesourcery.com>
3969
3970 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3971 (check_supported_features): ... this. Changed return type to void.
3972 (supports_rdseed): New static global.
3973 (rdseed): Check supports_rdseed.
3974 (initialize): Call check_supported_features.
3975
2039d74e
EBM
39762017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3977
3978 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3979 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3980 and lqarx/stqcx.
3981 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3982 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3983
a51d7ecf
EBM
39842017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3985
3986 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3987 uppercase.
3988
0224619f
JK
39892017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3990
3991 * gdb.dwarf2/formdata16.c: New file.
3992 * gdb.dwarf2/formdata16.exp: New file.
3993 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3994
216f72a1
JK
39952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3996
3997 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3998 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3999 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4000 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4001 DW_AT_GNU_*.
4002
43988095
JK
40032017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4004
4005 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4006
99e8a4f9
SDJ
40072017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4008
4009 PR gdb/21164
4010 * gdb.base/maint.exp: Add testcases for when the commands do
4011 not have arguments.
4012
b58a8c0c
TP
40132017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4014
4015 * gdb.cp/chained-calls.exp: Use p instead of P.
4016
4e746bb6
TW
40172017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4018
4019 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4020 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4021
3f77c769
TT
40222017-02-14 Tom Tromey <tom@tromey.com>
4023
4024 PR python/13598:
4025 * gdb.python/py-events.exp: Add before_prompt event tests.
4026
075beec0
AA
40272017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4028
4029 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4030
bf5f525c
LM
40312017-02-13 Luis Machado <lgustavo@codesourcery.com>
4032
4033 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4034 (main): Call my_unique_function_name.
4035 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4036 completion of patterns with a single match.
4037 Add missing -re switches to gdb_test_multiple calls.
4038
13a66184
LM
40392017-02-13 Luis Machado <lgustavo@codesourcery.com>
4040
4041 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4042 return if core file is not recognized.
4043
26a06916
SM
40442017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4045
4046 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4047 and extra UIs.
4048
b761ca9e
SM
40492017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4050
4051 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4052 proc_with_prefix.
4053
b964bee0
TT
40542017-02-10 Tom Tromey <tom@tromey.com>
4055
4056 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4057
18da0c51
MG
40582017-02-10 Martin Galvan <martingalvan@sourceware.org>
4059
4060 PR gdb/21122
4061 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4062
604c4576
JG
40632017-02-08 Jerome Guitton <guitton@adacore.com>
4064
4065 * gdb.base/define.exp: Add test for command abbreviations
4066 in define.
4067
20b477a7
LM
40682017-02-06 Luis Machado <lgustavo@codesourcery.com>
4069
4070 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4071 * gdb.reverse/insn-reverse-x86.c: New file.
4072
3f7b46f2
IR
40732017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4074
4075 PR tdep/20936
4076 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4077
f0fd41c1
TT
40782017-02-03 Tom Tromey <tom@tromey.com>
4079
4080 PR rust/21097:
4081 * gdb.rust/simple.exp: Add new tests.
4082
5be5dbf0
PA
40832017-02-02 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4086 tests.
4087
7346ef59
AA
40882017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4089
4090 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4091 taking a 2-byte value out of a 4-byte DWARF implicit value on
4092 big-endian targets.
4093 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4094 logic. Add test cases for DW_OP_implicit.
4095
787f0025
MM
40962017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4097
4098 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4099
68777c29
MM
41002017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4101
4102 * gdb.btrace/enable.exp: Call gdb_exit before
4103 skip_gdbserver_tests.
4104
0a1c7e28
MM
41052017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4106
4107 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4108 GDBFLAGS.
4109
b5ac99b0
MM
41102017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4111
4112 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4113 the test is skipped.
4114 * gdb.btrace/data.exp: Likewise.
4115 * gdb.btrace/delta.exp: Likewise.
4116 * gdb.btrace/dlopen.exp: Likewise.
4117 * gdb.btrace/enable-running.exp: Likewise.
4118 * gdb.btrace/enable.exp: Likewise.
4119 * gdb.btrace/exception.exp: Likewise.
4120 * gdb.btrace/function_call_history.exp: Likewise.
4121 * gdb.btrace/gcore.exp: Likewise.
4122 * gdb.btrace/instruction_history.exp: Likewise.
4123 * gdb.btrace/multi-thread-step.exp: Likewise.
4124 * gdb.btrace/nohist.exp: Likewise.
4125 * gdb.btrace/non-stop.exp: Likewise.
4126 * gdb.btrace/reconnect.exp: Likewise.
4127 * gdb.btrace/record_goto-step.exp: Likewise.
4128 * gdb.btrace/record_goto.exp: Likewise.
4129 * gdb.btrace/rn-dl-bind.exp: Likewise.
4130 * gdb.btrace/segv.exp: Likewise.
4131 * gdb.btrace/step.exp: Likewise.
4132 * gdb.btrace/stepi.exp: Likewise.
4133 * gdb.btrace/tailcall-only.exp: Likewise.
4134 * gdb.btrace/tailcall.exp: Likewise.
4135 * gdb.btrace/tsx.exp: Likewise.
4136 * gdb.btrace/unknown_functions.exp: Likewise.
4137 * gdb.btrace/vdso.exp: Likewise.
4138
cd4007e4
MM
41392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4140
4141 * gdb.btrace/enable-running.c: New.
4142 * gdb.btrace/enable-running.exp: New.
4143
2735833d
WT
41442017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4145
4146 * gdb.arch/amd64-gs_base.c: New file.
4147 * gdb.arch/amd64-gs_base.exp: New file.
4148
b51e1e94
LM
41492017-01-26 Luis Machado <lgustavo@codesourcery.com>
4150
4151 * lib/memory.exp: Remove spurious empty newlines.
4152
72ca0410
SM
41532017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4154
4155 * gdb.python/py-bad-printers.exp: Load python file using "source".
4156 * gdb.python/py-events.exp: Likewise.
4157 * gdb.python/py-evsignal.exp: Likewise.
4158 * gdb.python/py-evthreads.exp: Likewise.
4159 * gdb.python/py-frame-args.exp: Likewise.
4160 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4161 * gdb.python/py-framefilter-mi.exp: Likewise.
4162 * gdb.python/py-framefilter.exp: Likewise.
4163 * gdb.python/py-mi.exp: Likewise.
4164 * gdb.python/py-pp-maint.exp: Likewise.
4165 * gdb.python/py-pp-registration.exp: Likewise.
4166 * gdb.python/py-prettyprint.exp: Likewise.
4167 (run_lang_tests): Likewise.
4168 * gdb.python/py-typeprint.exp: Likewise.
4169
e309aa65
LM
41702017-01-26 Luis Machado <lgustavo@codesourcery.com>
4171
4172 * lib/memory.exp: New file.
4173 * lib/gdb.exp: Load memory.exp.
4174 * gdb.base/memattr.exp (delete_memory): Move proc to
4175 lib/memory.exp and rename to delete_memory_regions.
4176 Replace delete_memory with delete_memory_regions.
4177 Cleanup memory regions before tests.
4178 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4179 before tests.
4180
515aff23
LM
41812017-01-26 Luis Machado <lgustavo@codesourcery.com>
4182
4183 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4184 files.
4185 (initialize): New function conditionally defined.
4186 (testcases): Move within conditional block.
4187 (main): Call initialize.
4188 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4189 of gdb.reverse/insn-reverse.c.
4190 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4191 gdb.reverse/insn-reverse.c.
4192
d8b49cf0
YQ
41932017-01-26 Yao Qi <yao.qi@linaro.org>
4194
4195 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4196 disassemble on address 0.
4197
f13a9a0c
YQ
41982017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4199 Yao Qi <yao.qi@linaro.org>
4200
4201 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4202 * gdb.dwarf2/implptr-64bit.S: Remove.
4203 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4204 variables in caller's context. Add DW_OP_implicit_value.
4205
5ac95241
YQ
42062017-01-25 Yao Qi <yao.qi@linaro.org>
4207
4208 * lib/dwarf.exp (Dwarf::_location): Handle
4209 DW_OP_GNU_implicit_pointer with proper size.
4210
23e82930
LM
42112017-01-20 Luis Machado <lgustavo@codesourcery.com>
4212
4213 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4214 and add untested calls.
4215
d334ae25
LM
42162017-01-20 Luis Machado <lgustavo@codesourcery.com>
4217
4218 * gdb.python/python.exp: Check line number against what GDB thinks
4219 the line number is for func1.
4220
f5e6296e
IB
42212017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4222
4223 * gdb.dlang/debug-expr.exp: New file.
4224
5b362f04
LM
42252016-12-23 Luis Machado <lgustavo@codesourcery.com>
4226
4227 Fix test names for the following files:
4228
4229 * gdb.ada/exec_changed.exp
4230 * gdb.ada/info_types.exp
4231 * gdb.arch/aarch64-atomic-inst.exp
4232 * gdb.arch/aarch64-fp.exp
4233 * gdb.arch/altivec-abi.exp
4234 * gdb.arch/altivec-regs.exp
4235 * gdb.arch/amd64-byte.exp
4236 * gdb.arch/amd64-disp-step.exp
4237 * gdb.arch/amd64-dword.exp
4238 * gdb.arch/amd64-entry-value-inline.exp
4239 * gdb.arch/amd64-entry-value-param.exp
4240 * gdb.arch/amd64-entry-value-paramref.exp
4241 * gdb.arch/amd64-entry-value.exp
4242 * gdb.arch/amd64-i386-address.exp
4243 * gdb.arch/amd64-invalid-stack-middle.exp
4244 * gdb.arch/amd64-invalid-stack-top.exp
4245 * gdb.arch/amd64-optimout-repeat.exp
4246 * gdb.arch/amd64-prologue-skip.exp
4247 * gdb.arch/amd64-prologue-xmm.exp
4248 * gdb.arch/amd64-stap-special-operands.exp
4249 * gdb.arch/amd64-stap-wrong-subexp.exp
4250 * gdb.arch/amd64-tailcall-cxx.exp
4251 * gdb.arch/amd64-tailcall-noret.exp
4252 * gdb.arch/amd64-tailcall-ret.exp
4253 * gdb.arch/amd64-tailcall-self.exp
4254 * gdb.arch/amd64-word.exp
4255 * gdb.arch/arm-bl-branch-dest.exp
4256 * gdb.arch/arm-disp-step.exp
4257 * gdb.arch/arm-neon.exp
4258 * gdb.arch/arm-single-step-kernel-helper.exp
4259 * gdb.arch/avr-flash-qualifier.exp
4260 * gdb.arch/disp-step-insn-reloc.exp
4261 * gdb.arch/e500-abi.exp
4262 * gdb.arch/e500-regs.exp
4263 * gdb.arch/ftrace-insn-reloc.exp
4264 * gdb.arch/i386-avx512.exp
4265 * gdb.arch/i386-bp_permanent.exp
4266 * gdb.arch/i386-byte.exp
4267 * gdb.arch/i386-cfi-notcurrent.exp
4268 * gdb.arch/i386-disp-step.exp
4269 * gdb.arch/i386-dr3-watch.exp
4270 * gdb.arch/i386-float.exp
4271 * gdb.arch/i386-gnu-cfi.exp
4272 * gdb.arch/i386-mpx-map.exp
4273 * gdb.arch/i386-mpx-sigsegv.exp
4274 * gdb.arch/i386-mpx-simple_segv.exp
4275 * gdb.arch/i386-mpx.exp
4276 * gdb.arch/i386-permbkpt.exp
4277 * gdb.arch/i386-prologue.exp
4278 * gdb.arch/i386-signal.exp
4279 * gdb.arch/i386-size-overlap.exp
4280 * gdb.arch/i386-unwind.exp
4281 * gdb.arch/i386-word.exp
4282 * gdb.arch/mips-fcr.exp
4283 * gdb.arch/powerpc-d128-regs.exp
4284 * gdb.arch/powerpc-stackless.exp
4285 * gdb.arch/ppc64-atomic-inst.exp
4286 * gdb.arch/s390-stackless.exp
4287 * gdb.arch/s390-tdbregs.exp
4288 * gdb.arch/s390-vregs.exp
4289 * gdb.arch/sparc-sysstep.exp
4290 * gdb.arch/thumb-bx-pc.exp
4291 * gdb.arch/thumb-singlestep.exp
4292 * gdb.arch/thumb2-it.exp
4293 * gdb.arch/vsx-regs.exp
4294 * gdb.asm/asm-source.exp
4295 * gdb.base/a2-run.exp
4296 * gdb.base/advance.exp
4297 * gdb.base/all-bin.exp
4298 * gdb.base/anon.exp
4299 * gdb.base/args.exp
4300 * gdb.base/arithmet.exp
4301 * gdb.base/async-shell.exp
4302 * gdb.base/async.exp
4303 * gdb.base/attach-pie-noexec.exp
4304 * gdb.base/attach-twice.exp
4305 * gdb.base/auto-load.exp
4306 * gdb.base/bang.exp
4307 * gdb.base/bitfields.exp
4308 * gdb.base/break-always.exp
4309 * gdb.base/break-caller-line.exp
4310 * gdb.base/break-entry.exp
4311 * gdb.base/break-inline.exp
4312 * gdb.base/break-on-linker-gcd-function.exp
4313 * gdb.base/break-probes.exp
4314 * gdb.base/break.exp
4315 * gdb.base/breakpoint-shadow.exp
4316 * gdb.base/call-ar-st.exp
4317 * gdb.base/call-sc.exp
4318 * gdb.base/call-signal-resume.exp
4319 * gdb.base/call-strs.exp
4320 * gdb.base/callfuncs.exp
4321 * gdb.base/catch-fork-static.exp
4322 * gdb.base/catch-gdb-caused-signals.exp
4323 * gdb.base/catch-load.exp
4324 * gdb.base/catch-signal-fork.exp
4325 * gdb.base/catch-signal.exp
4326 * gdb.base/catch-syscall.exp
4327 * gdb.base/charset.exp
4328 * gdb.base/checkpoint.exp
4329 * gdb.base/chng-syms.exp
4330 * gdb.base/code-expr.exp
4331 * gdb.base/code_elim.exp
4332 * gdb.base/commands.exp
4333 * gdb.base/completion.exp
4334 * gdb.base/complex.exp
4335 * gdb.base/cond-expr.exp
4336 * gdb.base/condbreak.exp
4337 * gdb.base/consecutive.exp
4338 * gdb.base/continue-all-already-running.exp
4339 * gdb.base/coredump-filter.exp
4340 * gdb.base/corefile.exp
4341 * gdb.base/dbx.exp
4342 * gdb.base/debug-expr.exp
4343 * gdb.base/define.exp
4344 * gdb.base/del.exp
4345 * gdb.base/disabled-location.exp
4346 * gdb.base/disasm-end-cu.exp
4347 * gdb.base/disasm-optim.exp
4348 * gdb.base/display.exp
4349 * gdb.base/duplicate-bp.exp
4350 * gdb.base/ena-dis-br.exp
4351 * gdb.base/ending-run.exp
4352 * gdb.base/enumval.exp
4353 * gdb.base/environ.exp
4354 * gdb.base/eu-strip-infcall.exp
4355 * gdb.base/eval-avoid-side-effects.exp
4356 * gdb.base/eval-skip.exp
4357 * gdb.base/exitsignal.exp
4358 * gdb.base/expand-psymtabs.exp
4359 * gdb.base/filesym.exp
4360 * gdb.base/find-unmapped.exp
4361 * gdb.base/finish.exp
4362 * gdb.base/float.exp
4363 * gdb.base/foll-exec-mode.exp
4364 * gdb.base/foll-exec.exp
4365 * gdb.base/foll-fork.exp
4366 * gdb.base/fortran-sym-case.exp
4367 * gdb.base/freebpcmd.exp
4368 * gdb.base/func-ptr.exp
4369 * gdb.base/func-ptrs.exp
4370 * gdb.base/funcargs.exp
4371 * gdb.base/gcore-buffer-overflow.exp
4372 * gdb.base/gcore-relro-pie.exp
4373 * gdb.base/gcore-relro.exp
4374 * gdb.base/gcore.exp
4375 * gdb.base/gdb1090.exp
4376 * gdb.base/gdb11530.exp
4377 * gdb.base/gdb11531.exp
4378 * gdb.base/gdb1821.exp
4379 * gdb.base/gdbindex-stabs.exp
4380 * gdb.base/gdbvars.exp
4381 * gdb.base/hbreak.exp
4382 * gdb.base/hbreak2.exp
4383 * gdb.base/included.exp
4384 * gdb.base/infcall-input.exp
4385 * gdb.base/inferior-died.exp
4386 * gdb.base/infnan.exp
4387 * gdb.base/info-macros.exp
4388 * gdb.base/info-os.exp
4389 * gdb.base/info-proc.exp
4390 * gdb.base/info-shared.exp
4391 * gdb.base/info-target.exp
4392 * gdb.base/infoline.exp
4393 * gdb.base/interp.exp
4394 * gdb.base/interrupt.exp
4395 * gdb.base/jit-reader.exp
4396 * gdb.base/jit-simple.exp
4397 * gdb.base/kill-after-signal.exp
4398 * gdb.base/kill-detach-inferiors-cmd.exp
4399 * gdb.base/label.exp
4400 * gdb.base/langs.exp
4401 * gdb.base/ldbl_e308.exp
4402 * gdb.base/line-symtabs.exp
4403 * gdb.base/linespecs.exp
4404 * gdb.base/list.exp
4405 * gdb.base/long_long.exp
4406 * gdb.base/longest-types.exp
4407 * gdb.base/maint.exp
4408 * gdb.base/max-value-size.exp
4409 * gdb.base/memattr.exp
4410 * gdb.base/mips_pro.exp
4411 * gdb.base/morestack.exp
4412 * gdb.base/moribund-step.exp
4413 * gdb.base/multi-forks.exp
4414 * gdb.base/nested-addr.exp
4415 * gdb.base/nextoverexit.exp
4416 * gdb.base/noreturn-finish.exp
4417 * gdb.base/noreturn-return.exp
4418 * gdb.base/nostdlib.exp
4419 * gdb.base/offsets.exp
4420 * gdb.base/opaque.exp
4421 * gdb.base/pc-fp.exp
4422 * gdb.base/permissions.exp
4423 * gdb.base/print-symbol-loading.exp
4424 * gdb.base/prologue-include.exp
4425 * gdb.base/psymtab.exp
4426 * gdb.base/ptype.exp
4427 * gdb.base/random-signal.exp
4428 * gdb.base/randomize.exp
4429 * gdb.base/range-stepping.exp
4430 * gdb.base/readline-ask.exp
4431 * gdb.base/recpar.exp
4432 * gdb.base/recurse.exp
4433 * gdb.base/relational.exp
4434 * gdb.base/restore.exp
4435 * gdb.base/return-nodebug.exp
4436 * gdb.base/return.exp
4437 * gdb.base/run-after-attach.exp
4438 * gdb.base/save-bp.exp
4439 * gdb.base/scope.exp
4440 * gdb.base/sect-cmd.exp
4441 * gdb.base/set-lang-auto.exp
4442 * gdb.base/set-noassign.exp
4443 * gdb.base/setvar.exp
4444 * gdb.base/sigall.exp
4445 * gdb.base/sigbpt.exp
4446 * gdb.base/siginfo-addr.exp
4447 * gdb.base/siginfo-infcall.exp
4448 * gdb.base/siginfo-obj.exp
4449 * gdb.base/siginfo.exp
4450 * gdb.base/signals-state-child.exp
4451 * gdb.base/signest.exp
4452 * gdb.base/sigstep.exp
4453 * gdb.base/sizeof.exp
4454 * gdb.base/skip.exp
4455 * gdb.base/solib-corrupted.exp
4456 * gdb.base/solib-nodir.exp
4457 * gdb.base/solib-search.exp
4458 * gdb.base/stack-checking.exp
4459 * gdb.base/stale-infcall.exp
4460 * gdb.base/stap-probe.exp
4461 * gdb.base/start.exp
4462 * gdb.base/step-break.exp
4463 * gdb.base/step-bt.exp
4464 * gdb.base/step-line.exp
4465 * gdb.base/step-over-exit.exp
4466 * gdb.base/step-over-syscall.exp
4467 * gdb.base/step-resume-infcall.exp
4468 * gdb.base/step-test.exp
4469 * gdb.base/store.exp
4470 * gdb.base/structs3.exp
4471 * gdb.base/sym-file.exp
4472 * gdb.base/symbol-without-target_section.exp
4473 * gdb.base/term.exp
4474 * gdb.base/testenv.exp
4475 * gdb.base/ui-redirect.exp
4476 * gdb.base/until.exp
4477 * gdb.base/unwindonsignal.exp
4478 * gdb.base/value-double-free.exp
4479 * gdb.base/vla-datatypes.exp
4480 * gdb.base/vla-ptr.exp
4481 * gdb.base/vla-sideeffect.exp
4482 * gdb.base/volatile.exp
4483 * gdb.base/watch-cond-infcall.exp
4484 * gdb.base/watch-cond.exp
4485 * gdb.base/watch-non-mem.exp
4486 * gdb.base/watch-read.exp
4487 * gdb.base/watch-vfork.exp
4488 * gdb.base/watchpoint-cond-gone.exp
4489 * gdb.base/watchpoint-delete.exp
4490 * gdb.base/watchpoint-hw-hit-once.exp
4491 * gdb.base/watchpoint-hw.exp
4492 * gdb.base/watchpoint-stops-at-right-insn.exp
4493 * gdb.base/watchpoints.exp
4494 * gdb.base/wchar.exp
4495 * gdb.base/whatis-exp.exp
4496 * gdb.btrace/buffer-size.exp
4497 * gdb.btrace/data.exp
4498 * gdb.btrace/delta.exp
4499 * gdb.btrace/dlopen.exp
4500 * gdb.btrace/enable.exp
4501 * gdb.btrace/exception.exp
4502 * gdb.btrace/function_call_history.exp
4503 * gdb.btrace/gcore.exp
4504 * gdb.btrace/instruction_history.exp
4505 * gdb.btrace/nohist.exp
4506 * gdb.btrace/reconnect.exp
4507 * gdb.btrace/record_goto-step.exp
4508 * gdb.btrace/record_goto.exp
4509 * gdb.btrace/rn-dl-bind.exp
4510 * gdb.btrace/segv.exp
4511 * gdb.btrace/step.exp
4512 * gdb.btrace/stepi.exp
4513 * gdb.btrace/tailcall-only.exp
4514 * gdb.btrace/tailcall.exp
4515 * gdb.btrace/tsx.exp
4516 * gdb.btrace/unknown_functions.exp
4517 * gdb.btrace/vdso.exp
4518 * gdb.compile/compile-ifunc.exp
4519 * gdb.compile/compile-ops.exp
4520 * gdb.compile/compile-print.exp
4521 * gdb.compile/compile-setjmp.exp
4522 * gdb.cp/abstract-origin.exp
4523 * gdb.cp/ambiguous.exp
4524 * gdb.cp/annota2.exp
4525 * gdb.cp/annota3.exp
4526 * gdb.cp/anon-ns.exp
4527 * gdb.cp/anon-struct.exp
4528 * gdb.cp/anon-union.exp
4529 * gdb.cp/arg-reference.exp
4530 * gdb.cp/baseenum.exp
4531 * gdb.cp/bool.exp
4532 * gdb.cp/breakpoint.exp
4533 * gdb.cp/bs15503.exp
4534 * gdb.cp/call-c.exp
4535 * gdb.cp/casts.exp
4536 * gdb.cp/chained-calls.exp
4537 * gdb.cp/class2.exp
4538 * gdb.cp/classes.exp
4539 * gdb.cp/cmpd-minsyms.exp
4540 * gdb.cp/converts.exp
4541 * gdb.cp/cp-relocate.exp
4542 * gdb.cp/cpcompletion.exp
4543 * gdb.cp/cpexprs.exp
4544 * gdb.cp/cplabel.exp
4545 * gdb.cp/cplusfuncs.exp
4546 * gdb.cp/cpsizeof.exp
4547 * gdb.cp/ctti.exp
4548 * gdb.cp/derivation.exp
4549 * gdb.cp/destrprint.exp
4550 * gdb.cp/dispcxx.exp
4551 * gdb.cp/enum-class.exp
4552 * gdb.cp/exception.exp
4553 * gdb.cp/exceptprint.exp
4554 * gdb.cp/expand-psymtabs-cxx.exp
4555 * gdb.cp/expand-sals.exp
4556 * gdb.cp/extern-c.exp
4557 * gdb.cp/filename.exp
4558 * gdb.cp/formatted-ref.exp
4559 * gdb.cp/fpointer.exp
4560 * gdb.cp/gdb1355.exp
4561 * gdb.cp/gdb2495.exp
4562 * gdb.cp/hang.exp
4563 * gdb.cp/impl-this.exp
4564 * gdb.cp/infcall-dlopen.exp
4565 * gdb.cp/inherit.exp
4566 * gdb.cp/iostream.exp
4567 * gdb.cp/koenig.exp
4568 * gdb.cp/local.exp
4569 * gdb.cp/m-data.exp
4570 * gdb.cp/m-static.exp
4571 * gdb.cp/mb-ctor.exp
4572 * gdb.cp/mb-inline.exp
4573 * gdb.cp/mb-templates.exp
4574 * gdb.cp/member-name.exp
4575 * gdb.cp/member-ptr.exp
4576 * gdb.cp/meth-typedefs.exp
4577 * gdb.cp/method.exp
4578 * gdb.cp/method2.exp
4579 * gdb.cp/minsym-fallback.exp
4580 * gdb.cp/misc.exp
4581 * gdb.cp/namelessclass.exp
4582 * gdb.cp/namespace-enum.exp
4583 * gdb.cp/namespace-nested-import.exp
4584 * gdb.cp/namespace.exp
4585 * gdb.cp/nextoverthrow.exp
4586 * gdb.cp/no-dmgl-verbose.exp
4587 * gdb.cp/non-trivial-retval.exp
4588 * gdb.cp/noparam.exp
4589 * gdb.cp/nsdecl.exp
4590 * gdb.cp/nsimport.exp
4591 * gdb.cp/nsnested.exp
4592 * gdb.cp/nsnoimports.exp
4593 * gdb.cp/nsrecurs.exp
4594 * gdb.cp/nsstress.exp
4595 * gdb.cp/nsusing.exp
4596 * gdb.cp/operator.exp
4597 * gdb.cp/oranking.exp
4598 * gdb.cp/overload-const.exp
4599 * gdb.cp/overload.exp
4600 * gdb.cp/ovldbreak.exp
4601 * gdb.cp/ovsrch.exp
4602 * gdb.cp/paren-type.exp
4603 * gdb.cp/parse-lang.exp
4604 * gdb.cp/pass-by-ref.exp
4605 * gdb.cp/pr-1023.exp
4606 * gdb.cp/pr-1210.exp
4607 * gdb.cp/pr-574.exp
4608 * gdb.cp/pr10687.exp
4609 * gdb.cp/pr12028.exp
4610 * gdb.cp/pr17132.exp
4611 * gdb.cp/pr17494.exp
4612 * gdb.cp/pr9067.exp
4613 * gdb.cp/pr9167.exp
4614 * gdb.cp/pr9631.exp
4615 * gdb.cp/printmethod.exp
4616 * gdb.cp/psmang.exp
4617 * gdb.cp/psymtab-parameter.exp
4618 * gdb.cp/ptype-cv-cp.exp
4619 * gdb.cp/ptype-flags.exp
4620 * gdb.cp/re-set-overloaded.exp
4621 * gdb.cp/ref-types.exp
4622 * gdb.cp/rtti.exp
4623 * gdb.cp/scope-err.exp
4624 * gdb.cp/shadow.exp
4625 * gdb.cp/smartp.exp
4626 * gdb.cp/static-method.exp
4627 * gdb.cp/static-print-quit.exp
4628 * gdb.cp/temargs.exp
4629 * gdb.cp/templates.exp
4630 * gdb.cp/try_catch.exp
4631 * gdb.cp/typedef-operator.exp
4632 * gdb.cp/typeid.exp
4633 * gdb.cp/userdef.exp
4634 * gdb.cp/using-crash.exp
4635 * gdb.cp/var-tag.exp
4636 * gdb.cp/virtbase.exp
4637 * gdb.cp/virtfunc.exp
4638 * gdb.cp/virtfunc2.exp
4639 * gdb.cp/vla-cxx.exp
4640 * gdb.disasm/t01_mov.exp
4641 * gdb.disasm/t02_mova.exp
4642 * gdb.disasm/t03_add.exp
4643 * gdb.disasm/t04_sub.exp
4644 * gdb.disasm/t05_cmp.exp
4645 * gdb.disasm/t06_ari2.exp
4646 * gdb.disasm/t07_ari3.exp
4647 * gdb.disasm/t08_or.exp
4648 * gdb.disasm/t09_xor.exp
4649 * gdb.disasm/t10_and.exp
4650 * gdb.disasm/t11_logs.exp
4651 * gdb.disasm/t12_bit.exp
4652 * gdb.disasm/t13_otr.exp
4653 * gdb.dlang/circular.exp
4654 * gdb.dwarf2/arr-stride.exp
4655 * gdb.dwarf2/arr-subrange.exp
4656 * gdb.dwarf2/atomic-type.exp
4657 * gdb.dwarf2/bad-regnum.exp
4658 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4659 * gdb.dwarf2/callframecfa.exp
4660 * gdb.dwarf2/clztest.exp
4661 * gdb.dwarf2/corrupt.exp
4662 * gdb.dwarf2/data-loc.exp
4663 * gdb.dwarf2/dup-psym.exp
4664 * gdb.dwarf2/dw2-anon-mptr.exp
4665 * gdb.dwarf2/dw2-anonymous-func.exp
4666 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4667 * gdb.dwarf2/dw2-bad-unresolved.exp
4668 * gdb.dwarf2/dw2-basic.exp
4669 * gdb.dwarf2/dw2-canonicalize-type.exp
4670 * gdb.dwarf2/dw2-case-insensitive.exp
4671 * gdb.dwarf2/dw2-common-block.exp
4672 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4673 * gdb.dwarf2/dw2-compressed.exp
4674 * gdb.dwarf2/dw2-const.exp
4675 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4676 * gdb.dwarf2/dw2-cu-size.exp
4677 * gdb.dwarf2/dw2-dup-frame.exp
4678 * gdb.dwarf2/dw2-entry-value.exp
4679 * gdb.dwarf2/dw2-icycle.exp
4680 * gdb.dwarf2/dw2-ifort-parameter.exp
4681 * gdb.dwarf2/dw2-inline-break.exp
4682 * gdb.dwarf2/dw2-inline-param.exp
4683 * gdb.dwarf2/dw2-intercu.exp
4684 * gdb.dwarf2/dw2-intermix.exp
4685 * gdb.dwarf2/dw2-lexical-block-bare.exp
4686 * gdb.dwarf2/dw2-linkage-name-trust.exp
4687 * gdb.dwarf2/dw2-minsym-in-cu.exp
4688 * gdb.dwarf2/dw2-noloc.exp
4689 * gdb.dwarf2/dw2-op-call.exp
4690 * gdb.dwarf2/dw2-op-out-param.exp
4691 * gdb.dwarf2/dw2-opt-structptr.exp
4692 * gdb.dwarf2/dw2-param-error.exp
4693 * gdb.dwarf2/dw2-producer.exp
4694 * gdb.dwarf2/dw2-ranges-base.exp
4695 * gdb.dwarf2/dw2-ref-missing-frame.exp
4696 * gdb.dwarf2/dw2-reg-undefined.exp
4697 * gdb.dwarf2/dw2-regno-invalid.exp
4698 * gdb.dwarf2/dw2-restore.exp
4699 * gdb.dwarf2/dw2-restrict.exp
4700 * gdb.dwarf2/dw2-single-line-discriminators.exp
4701 * gdb.dwarf2/dw2-strp.exp
4702 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4703 * gdb.dwarf2/dw2-unresolved.exp
4704 * gdb.dwarf2/dw2-var-zero-addr.exp
4705 * gdb.dwarf2/dw4-sig-types.exp
4706 * gdb.dwarf2/dwz.exp
4707 * gdb.dwarf2/dynarr-ptr.exp
4708 * gdb.dwarf2/enum-type.exp
4709 * gdb.dwarf2/gdb-index.exp
4710 * gdb.dwarf2/implptr-64bit.exp
4711 * gdb.dwarf2/implptr-optimized-out.exp
4712 * gdb.dwarf2/implptr.exp
4713 * gdb.dwarf2/implref-array.exp
4714 * gdb.dwarf2/implref-const.exp
4715 * gdb.dwarf2/implref-global.exp
4716 * gdb.dwarf2/implref-struct.exp
4717 * gdb.dwarf2/mac-fileno.exp
4718 * gdb.dwarf2/main-subprogram.exp
4719 * gdb.dwarf2/member-ptr-forwardref.exp
4720 * gdb.dwarf2/method-ptr.exp
4721 * gdb.dwarf2/missing-sig-type.exp
4722 * gdb.dwarf2/nonvar-access.exp
4723 * gdb.dwarf2/opaque-type-lookup.exp
4724 * gdb.dwarf2/pieces-optimized-out.exp
4725 * gdb.dwarf2/pieces.exp
4726 * gdb.dwarf2/pr10770.exp
4727 * gdb.dwarf2/pr13961.exp
4728 * gdb.dwarf2/staticvirtual.exp
4729 * gdb.dwarf2/subrange.exp
4730 * gdb.dwarf2/symtab-producer.exp
4731 * gdb.dwarf2/trace-crash.exp
4732 * gdb.dwarf2/typeddwarf.exp
4733 * gdb.dwarf2/valop.exp
4734 * gdb.dwarf2/watch-notconst.exp
4735 * gdb.fortran/array-element.exp
4736 * gdb.fortran/charset.exp
4737 * gdb.fortran/common-block.exp
4738 * gdb.fortran/complex.exp
4739 * gdb.fortran/derived-type-function.exp
4740 * gdb.fortran/derived-type.exp
4741 * gdb.fortran/logical.exp
4742 * gdb.fortran/module.exp
4743 * gdb.fortran/multi-dim.exp
4744 * gdb.fortran/nested-funcs.exp
4745 * gdb.fortran/print-formatted.exp
4746 * gdb.fortran/subarray.exp
4747 * gdb.fortran/vla-alloc-assoc.exp
4748 * gdb.fortran/vla-datatypes.exp
4749 * gdb.fortran/vla-history.exp
4750 * gdb.fortran/vla-ptr-info.exp
4751 * gdb.fortran/vla-ptype-sub.exp
4752 * gdb.fortran/vla-ptype.exp
4753 * gdb.fortran/vla-sizeof.exp
4754 * gdb.fortran/vla-type.exp
4755 * gdb.fortran/vla-value-sub-arbitrary.exp
4756 * gdb.fortran/vla-value-sub-finish.exp
4757 * gdb.fortran/vla-value-sub.exp
4758 * gdb.fortran/vla-value.exp
4759 * gdb.fortran/whatis_type.exp
4760 * gdb.go/chan.exp
4761 * gdb.go/handcall.exp
4762 * gdb.go/hello.exp
4763 * gdb.go/integers.exp
4764 * gdb.go/methods.exp
4765 * gdb.go/package.exp
4766 * gdb.go/strings.exp
4767 * gdb.go/types.exp
4768 * gdb.go/unsafe.exp
4769 * gdb.guile/scm-arch.exp
4770 * gdb.guile/scm-block.exp
4771 * gdb.guile/scm-breakpoint.exp
4772 * gdb.guile/scm-cmd.exp
4773 * gdb.guile/scm-disasm.exp
4774 * gdb.guile/scm-equal.exp
4775 * gdb.guile/scm-frame-args.exp
4776 * gdb.guile/scm-frame-inline.exp
4777 * gdb.guile/scm-frame.exp
4778 * gdb.guile/scm-iterator.exp
4779 * gdb.guile/scm-math.exp
4780 * gdb.guile/scm-objfile.exp
4781 * gdb.guile/scm-ports.exp
4782 * gdb.guile/scm-symbol.exp
4783 * gdb.guile/scm-symtab.exp
4784 * gdb.guile/scm-value-cc.exp
4785 * gdb.guile/types-module.exp
4786 * gdb.linespec/break-ask.exp
4787 * gdb.linespec/cpexplicit.exp
4788 * gdb.linespec/explicit.exp
4789 * gdb.linespec/keywords.exp
4790 * gdb.linespec/linespec.exp
4791 * gdb.linespec/ls-dollar.exp
4792 * gdb.linespec/ls-errs.exp
4793 * gdb.linespec/skip-two.exp
4794 * gdb.linespec/thread.exp
4795 * gdb.mi/mi-async.exp
4796 * gdb.mi/mi-basics.exp
4797 * gdb.mi/mi-break.exp
4798 * gdb.mi/mi-catch-load.exp
4799 * gdb.mi/mi-cli.exp
4800 * gdb.mi/mi-cmd-param-changed.exp
4801 * gdb.mi/mi-console.exp
4802 * gdb.mi/mi-detach.exp
4803 * gdb.mi/mi-disassemble.exp
4804 * gdb.mi/mi-eval.exp
4805 * gdb.mi/mi-file-transfer.exp
4806 * gdb.mi/mi-file.exp
4807 * gdb.mi/mi-fill-memory.exp
4808 * gdb.mi/mi-inheritance-syntax-error.exp
4809 * gdb.mi/mi-linespec-err-cp.exp
4810 * gdb.mi/mi-logging.exp
4811 * gdb.mi/mi-memory-changed.exp
4812 * gdb.mi/mi-read-memory.exp
4813 * gdb.mi/mi-record-changed.exp
4814 * gdb.mi/mi-reg-undefined.exp
4815 * gdb.mi/mi-regs.exp
4816 * gdb.mi/mi-return.exp
4817 * gdb.mi/mi-reverse.exp
4818 * gdb.mi/mi-simplerun.exp
4819 * gdb.mi/mi-solib.exp
4820 * gdb.mi/mi-stack.exp
4821 * gdb.mi/mi-stepi.exp
4822 * gdb.mi/mi-syn-frame.exp
4823 * gdb.mi/mi-until.exp
4824 * gdb.mi/mi-var-block.exp
4825 * gdb.mi/mi-var-child.exp
4826 * gdb.mi/mi-var-cmd.exp
4827 * gdb.mi/mi-var-cp.exp
4828 * gdb.mi/mi-var-display.exp
4829 * gdb.mi/mi-var-invalidate.exp
4830 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4831 * gdb.mi/mi-vla-fortran.exp
4832 * gdb.mi/mi-watch.exp
4833 * gdb.mi/mi2-var-child.exp
4834 * gdb.mi/user-selected-context-sync.exp
4835 * gdb.modula2/unbounded-array.exp
4836 * gdb.multi/dummy-frame-restore.exp
4837 * gdb.multi/multi-arch-exec.exp
4838 * gdb.multi/multi-arch.exp
4839 * gdb.multi/tids.exp
4840 * gdb.multi/watchpoint-multi.exp
4841 * gdb.opencl/callfuncs.exp
4842 * gdb.opencl/convs_casts.exp
4843 * gdb.opencl/datatypes.exp
4844 * gdb.opencl/operators.exp
4845 * gdb.opencl/vec_comps.exp
4846 * gdb.opt/clobbered-registers-O2.exp
4847 * gdb.opt/inline-break.exp
4848 * gdb.opt/inline-bt.exp
4849 * gdb.opt/inline-cmds.exp
4850 * gdb.opt/inline-locals.exp
4851 * gdb.pascal/case-insensitive-symbols.exp
4852 * gdb.pascal/floats.exp
4853 * gdb.pascal/gdb11492.exp
4854 * gdb.python/lib-types.exp
4855 * gdb.python/py-arch.exp
4856 * gdb.python/py-as-string.exp
4857 * gdb.python/py-bad-printers.exp
4858 * gdb.python/py-block.exp
4859 * gdb.python/py-breakpoint-create-fail.exp
4860 * gdb.python/py-breakpoint.exp
4861 * gdb.python/py-caller-is.exp
4862 * gdb.python/py-cmd.exp
4863 * gdb.python/py-explore-cc.exp
4864 * gdb.python/py-explore.exp
4865 * gdb.python/py-finish-breakpoint.exp
4866 * gdb.python/py-finish-breakpoint2.exp
4867 * gdb.python/py-frame-args.exp
4868 * gdb.python/py-frame-inline.exp
4869 * gdb.python/py-frame.exp
4870 * gdb.python/py-framefilter-mi.exp
4871 * gdb.python/py-infthread.exp
4872 * gdb.python/py-lazy-string.exp
4873 * gdb.python/py-linetable.exp
4874 * gdb.python/py-mi-events.exp
4875 * gdb.python/py-mi-objfile.exp
4876 * gdb.python/py-mi.exp
4877 * gdb.python/py-objfile.exp
4878 * gdb.python/py-pp-integral.exp
4879 * gdb.python/py-pp-maint.exp
4880 * gdb.python/py-pp-re-notag.exp
4881 * gdb.python/py-pp-registration.exp
4882 * gdb.python/py-recurse-unwind.exp
4883 * gdb.python/py-strfns.exp
4884 * gdb.python/py-symbol.exp
4885 * gdb.python/py-symtab.exp
4886 * gdb.python/py-sync-interp.exp
4887 * gdb.python/py-typeprint.exp
4888 * gdb.python/py-unwind-maint.exp
4889 * gdb.python/py-unwind.exp
4890 * gdb.python/py-value-cc.exp
4891 * gdb.python/py-xmethods.exp
4892 * gdb.reverse/amd64-tailcall-reverse.exp
4893 * gdb.reverse/break-precsave.exp
4894 * gdb.reverse/break-reverse.exp
4895 * gdb.reverse/consecutive-precsave.exp
4896 * gdb.reverse/consecutive-reverse.exp
4897 * gdb.reverse/finish-precsave.exp
4898 * gdb.reverse/finish-reverse-bkpt.exp
4899 * gdb.reverse/finish-reverse.exp
4900 * gdb.reverse/fstatat-reverse.exp
4901 * gdb.reverse/getresuid-reverse.exp
4902 * gdb.reverse/i386-precsave.exp
4903 * gdb.reverse/i386-reverse.exp
4904 * gdb.reverse/i386-sse-reverse.exp
4905 * gdb.reverse/i387-env-reverse.exp
4906 * gdb.reverse/i387-stack-reverse.exp
4907 * gdb.reverse/insn-reverse.exp
4908 * gdb.reverse/machinestate-precsave.exp
4909 * gdb.reverse/machinestate.exp
4910 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4911 * gdb.reverse/pipe-reverse.exp
4912 * gdb.reverse/readv-reverse.exp
4913 * gdb.reverse/recvmsg-reverse.exp
4914 * gdb.reverse/rerun-prec.exp
4915 * gdb.reverse/s390-mvcle.exp
4916 * gdb.reverse/step-precsave.exp
4917 * gdb.reverse/step-reverse.exp
4918 * gdb.reverse/time-reverse.exp
4919 * gdb.reverse/until-precsave.exp
4920 * gdb.reverse/until-reverse.exp
4921 * gdb.reverse/waitpid-reverse.exp
4922 * gdb.reverse/watch-precsave.exp
4923 * gdb.reverse/watch-reverse.exp
4924 * gdb.rust/generics.exp
4925 * gdb.rust/methods.exp
4926 * gdb.rust/modules.exp
4927 * gdb.rust/simple.exp
4928 * gdb.server/connect-with-no-symbol-file.exp
4929 * gdb.server/ext-attach.exp
4930 * gdb.server/ext-restart.exp
4931 * gdb.server/ext-wrapper.exp
4932 * gdb.server/file-transfer.exp
4933 * gdb.server/server-exec-info.exp
4934 * gdb.server/server-kill.exp
4935 * gdb.server/server-mon.exp
4936 * gdb.server/wrapper.exp
4937 * gdb.stabs/exclfwd.exp
4938 * gdb.stabs/gdb11479.exp
4939 * gdb.threads/clone-new-thread-event.exp
4940 * gdb.threads/corethreads.exp
4941 * gdb.threads/current-lwp-dead.exp
4942 * gdb.threads/dlopen-libpthread.exp
4943 * gdb.threads/gcore-thread.exp
4944 * gdb.threads/sigstep-threads.exp
4945 * gdb.threads/watchpoint-fork.exp
4946 * gdb.trace/actions-changed.exp
4947 * gdb.trace/backtrace.exp
4948 * gdb.trace/change-loc.exp
4949 * gdb.trace/circ.exp
4950 * gdb.trace/collection.exp
4951 * gdb.trace/disconnected-tracing.exp
4952 * gdb.trace/ftrace.exp
4953 * gdb.trace/mi-trace-frame-collected.exp
4954 * gdb.trace/mi-trace-unavailable.exp
4955 * gdb.trace/mi-traceframe-changed.exp
4956 * gdb.trace/mi-tsv-changed.exp
4957 * gdb.trace/no-attach-trace.exp
4958 * gdb.trace/passc-dyn.exp
4959 * gdb.trace/qtro.exp
4960 * gdb.trace/range-stepping.exp
4961 * gdb.trace/read-memory.exp
4962 * gdb.trace/save-trace.exp
4963 * gdb.trace/signal.exp
4964 * gdb.trace/status-stop.exp
4965 * gdb.trace/tfile.exp
4966 * gdb.trace/trace-break.exp
4967 * gdb.trace/trace-buffer-size.exp
4968 * gdb.trace/trace-condition.exp
4969 * gdb.trace/tracefile-pseudo-reg.exp
4970 * gdb.trace/tstatus.exp
4971 * gdb.trace/unavailable.exp
4972 * gdb.trace/while-dyn.exp
4973 * gdb.trace/while-stepping.exp
4974
34c41c68
DE
49752016-12-22 Doug Evans <xdje42@gmail.com>
4976
4977 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4978 and msymbols.
4979
16e69324
YQ
49802016-12-19 Yao Qi <yao.qi@linaro.org>
4981
4982 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4983 (test_with_self): Don't call do_steps_and_nexts, and remove
4984 code about stepping into xmalloc.
4985
f94f411b
YQ
49862016-12-09 Yao Qi <yao.qi@linaro.org>
4987
4988 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4989
49902016-12-09 Yao Qi <yao.qi@linaro.org>
4991
4992 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4993
f1b5deee
PA
49942016-12-09 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.base/all-architectures-0.exp: New file.
4997 * gdb.base/all-architectures-1.exp: New file.
4998 * gdb.base/all-architectures-2.exp: New file.
4999 * gdb.base/all-architectures-3.exp: New file.
5000 * gdb.base/all-architectures-4.exp: New file.
5001 * gdb.base/all-architectures-5.exp: New file.
5002 * gdb.base/all-architectures-6.exp: New file.
5003 * gdb.base/all-architectures-7.exp: New file.
5004 * gdb.base/all-architectures.exp.in: New file.
5005
364ca42e
YQ
50062016-12-09 Yao Qi <yao.qi@linaro.org>
5007
5008 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5009
107c2d62
LM
50102016-12-02 Luis Machado <lgustavo@codesourcery.com>
5011
5012 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5013 possible.
5014 Remove useless pattern-matching code.
5015
df3ee9ca
PA
50162016-12-02 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5019 procedure.
5020 (top level): Call it.
5021
ec835369
PA
50222016-12-02 Pedro Alves <palves@redhat.com>
5023
5024 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5025 New procedure.
5026 (top level): Call it.
5027
01770bbd
PA
50282016-12-02 Pedro Alves <palves@redhat.com>
5029
5030 PR cli/20559
5031 * gdb.base/commands.exp (user_defined_command_args_eval): New
5032 procedure.
5033 (top level): Call it.
5034
008459ea
LM
50352016-12-02 Luis Machado <lgustavo@codesourcery.com>
5036
5037 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5038 timeout handling.
5039
0c1b455e
TT
50402016-12-02 Tom Tromey <tom@tromey.com>
5041
5042 * gdb.dwarf2/main-subprogram.c: New file.
5043 * gdb.dwarf2/main-subprogram.exp: New file.
5044
018572b8
LM
50452016-12-01 Luis Machado <lgustavo@codesourcery.com>
5046
5047 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5048 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5049 gdb_test_no_output for a couple of cases.
5050 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5051
84c93cd5
LM
50522016-12-01 Luis Machado <lgustavo@codesourcery.com>
5053
5054 Fix test names and standardize compilation error messages throughout
5055 the following files:
5056
5057 * gdb.ada/start.exp
5058 * gdb.arch/alpha-step.exp
5059 * gdb.arch/e500-prologue.exp
5060 * gdb.arch/ftrace-insn-reloc.exp
5061 * gdb.arch/gdb1291.exp
5062 * gdb.arch/gdb1431.exp
5063 * gdb.arch/gdb1558.exp
5064 * gdb.arch/i386-dr3-watch.exp
5065 * gdb.arch/i386-sse-stack-align.exp
5066 * gdb.arch/ia64-breakpoint-shadow.exp
5067 * gdb.arch/pa-nullify.exp
5068 * gdb.arch/powerpc-aix-prologue.exp
5069 * gdb.arch/thumb-bx-pc.exp
5070 * gdb.base/annota1.exp
5071 * gdb.base/annota3.exp
5072 * gdb.base/arrayidx.exp
5073 * gdb.base/assign.exp
5074 * gdb.base/attach.exp
5075 * gdb.base/auxv.exp
5076 * gdb.base/bang.exp
5077 * gdb.base/bfp-test.exp
5078 * gdb.base/bigcore.exp
5079 * gdb.base/bitfields2.exp
5080 * gdb.base/break-fun-addr.exp
5081 * gdb.base/break-probes.exp
5082 * gdb.base/call-rt-st.exp
5083 * gdb.base/callexit.exp
5084 * gdb.base/catch-fork-kill.exp
5085 * gdb.base/charset.exp
5086 * gdb.base/checkpoint.exp
5087 * gdb.base/comprdebug.exp
5088 * gdb.base/constvars.exp
5089 * gdb.base/coredump-filter.exp
5090 * gdb.base/cursal.exp
5091 * gdb.base/cvexpr.exp
5092 * gdb.base/detach.exp
5093 * gdb.base/display.exp
5094 * gdb.base/dmsym.exp
5095 * gdb.base/dprintf-pending.exp
5096 * gdb.base/dso2dso.exp
5097 * gdb.base/dtrace-probe.exp
5098 * gdb.base/dump.exp
5099 * gdb.base/enum_cond.exp
5100 * gdb.base/exe-lock.exp
5101 * gdb.base/exec-invalid-sysroot.exp
5102 * gdb.base/execl-update-breakpoints.exp
5103 * gdb.base/exprs.exp
5104 * gdb.base/fileio.exp
5105 * gdb.base/find.exp
5106 * gdb.base/finish.exp
5107 * gdb.base/fixsection.exp
5108 * gdb.base/foll-vfork.exp
5109 * gdb.base/frame-args.exp
5110 * gdb.base/gcore.exp
5111 * gdb.base/gdb1250.exp
5112 * gdb.base/global-var-nested-by-dso.exp
5113 * gdb.base/gnu-ifunc.exp
5114 * gdb.base/hashline1.exp
5115 * gdb.base/hashline2.exp
5116 * gdb.base/hashline3.exp
5117 * gdb.base/hbreak-in-shr-unsupported.exp
5118 * gdb.base/huge.exp
5119 * gdb.base/infcall-input.exp
5120 * gdb.base/info-fun.exp
5121 * gdb.base/info-shared.exp
5122 * gdb.base/jit-simple.exp
5123 * gdb.base/jit-so.exp
5124 * gdb.base/jit.exp
5125 * gdb.base/jump.exp
5126 * gdb.base/label.exp
5127 * gdb.base/lineinc.exp
5128 * gdb.base/logical.exp
5129 * gdb.base/longjmp.exp
5130 * gdb.base/macscp.exp
5131 * gdb.base/miscexprs.exp
5132 * gdb.base/new-ui-echo.exp
5133 * gdb.base/new-ui-pending-input.exp
5134 * gdb.base/new-ui.exp
5135 * gdb.base/nodebug.exp
5136 * gdb.base/nofield.exp
5137 * gdb.base/offsets.exp
5138 * gdb.base/overlays.exp
5139 * gdb.base/pending.exp
5140 * gdb.base/pointers.exp
5141 * gdb.base/pr11022.exp
5142 * gdb.base/printcmds.exp
5143 * gdb.base/prologue.exp
5144 * gdb.base/ptr-typedef.exp
5145 * gdb.base/realname-expand.exp
5146 * gdb.base/relativedebug.exp
5147 * gdb.base/relocate.exp
5148 * gdb.base/remote.exp
5149 * gdb.base/reread.exp
5150 * gdb.base/return2.exp
5151 * gdb.base/savedregs.exp
5152 * gdb.base/sep.exp
5153 * gdb.base/sepdebug.exp
5154 * gdb.base/sepsymtab.exp
5155 * gdb.base/set-inferior-tty.exp
5156 * gdb.base/setshow.exp
5157 * gdb.base/shlib-call.exp
5158 * gdb.base/sigaltstack.exp
5159 * gdb.base/siginfo-addr.exp
5160 * gdb.base/signals.exp
5161 * gdb.base/signull.exp
5162 * gdb.base/sigrepeat.exp
5163 * gdb.base/so-impl-ld.exp
5164 * gdb.base/solib-display.exp
5165 * gdb.base/solib-overlap.exp
5166 * gdb.base/solib-search.exp
5167 * gdb.base/solib-symbol.exp
5168 * gdb.base/structs.exp
5169 * gdb.base/structs2.exp
5170 * gdb.base/symtab-search-order.exp
5171 * gdb.base/twice.exp
5172 * gdb.base/unload.exp
5173 * gdb.base/varargs.exp
5174 * gdb.base/watchpoint-solib.exp
5175 * gdb.base/watchpoint.exp
5176 * gdb.base/whatis.exp
5177 * gdb.base/wrong_frame_bt_full.exp
5178 * gdb.btrace/dlopen.exp
5179 * gdb.cell/ea-standalone.exp
5180 * gdb.cell/ea-test.exp
5181 * gdb.cp/dispcxx.exp
5182 * gdb.cp/gdb2384.exp
5183 * gdb.cp/method2.exp
5184 * gdb.cp/nextoverthrow.exp
5185 * gdb.cp/pr10728.exp
5186 * gdb.disasm/am33.exp
5187 * gdb.disasm/h8300s.exp
5188 * gdb.disasm/mn10300.exp
5189 * gdb.disasm/sh3.exp
5190 * gdb.dwarf2/dw2-dir-file-name.exp
5191 * gdb.fortran/complex.exp
5192 * gdb.fortran/library-module.exp
5193 * gdb.guile/scm-pretty-print.exp
5194 * gdb.guile/scm-symbol.exp
5195 * gdb.guile/scm-type.exp
5196 * gdb.guile/scm-value.exp
5197 * gdb.linespec/linespec.exp
5198 * gdb.mi/gdb701.exp
5199 * gdb.mi/gdb792.exp
5200 * gdb.mi/mi-breakpoint-changed.exp
5201 * gdb.mi/mi-dprintf-pending.exp
5202 * gdb.mi/mi-dprintf.exp
5203 * gdb.mi/mi-exit-code.exp
5204 * gdb.mi/mi-pending.exp
5205 * gdb.mi/mi-solib.exp
5206 * gdb.mi/new-ui-mi-sync.exp
5207 * gdb.mi/pr11022.exp
5208 * gdb.mi/user-selected-context-sync.exp
5209 * gdb.opt/solib-intra-step.exp
5210 * gdb.python/py-events.exp
5211 * gdb.python/py-finish-breakpoint.exp
5212 * gdb.python/py-mi.exp
5213 * gdb.python/py-prettyprint.exp
5214 * gdb.python/py-shared.exp
5215 * gdb.python/py-symbol.exp
5216 * gdb.python/py-template.exp
5217 * gdb.python/py-type.exp
5218 * gdb.python/py-value.exp
5219 * gdb.reverse/solib-precsave.exp
5220 * gdb.reverse/solib-reverse.exp
5221 * gdb.server/solib-list.exp
5222 * gdb.stabs/weird.exp
5223 * gdb.threads/reconnect-signal.exp
5224 * gdb.threads/stepi-random-signal.exp
5225 * gdb.trace/actions.exp
5226 * gdb.trace/ax.exp
5227 * gdb.trace/backtrace.exp
5228 * gdb.trace/change-loc.exp
5229 * gdb.trace/deltrace.exp
5230 * gdb.trace/ftrace-lock.exp
5231 * gdb.trace/ftrace.exp
5232 * gdb.trace/infotrace.exp
5233 * gdb.trace/mi-tracepoint-changed.exp
5234 * gdb.trace/packetlen.exp
5235 * gdb.trace/passcount.exp
5236 * gdb.trace/pending.exp
5237 * gdb.trace/range-stepping.exp
5238 * gdb.trace/report.exp
5239 * gdb.trace/stap-trace.exp
5240 * gdb.trace/tfind.exp
5241 * gdb.trace/trace-break.exp
5242 * gdb.trace/trace-condition.exp
5243 * gdb.trace/trace-enable-disable.exp
5244 * gdb.trace/trace-mt.exp
5245 * gdb.trace/tracecmd.exp
5246 * gdb.trace/tspeed.exp
5247 * gdb.trace/tsv.exp
5248 * lib/perftest.exp
5249
fb9feb35
LM
52502016-12-01 Luis Machado <lgustavo@codesourcery.com>
5251
5252 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5253 with gdb_test_no_output.
5254 Use command as test name.
5255
cd2ddb6c
LM
52562016-12-01 Luis Machado <lgustavo@codesourcery.com>
5257
5258 Fix test names starting with uppercase throughout the files.
5259
5260 * gdb.ada/assign_1.exp
5261 * gdb.ada/boolean_expr.exp
5262 * gdb.base/arrayidx.exp
5263 * gdb.base/del.exp
5264 * gdb.base/gcore-buffer-overflow.exp
5265 * gdb.base/testenv.exp
5266 * gdb.compile/compile.exp
5267 * gdb.python/py-framefilter-invalidarg.exp
5268 * gdb.python/py-framefilter.exp
5269
bb95117e
LM
52702016-12-01 Luis Machado <lgustavo@codesourcery.com>
5271
5272 Fix test names starting with uppercase throughout the files.
5273
5274 * gdb.ada/array_return.exp
5275 * gdb.ada/expr_delims.exp
5276 * gdb.ada/mi_dyn_arr.exp
5277 * gdb.ada/mi_interface.exp
5278 * gdb.ada/mi_var_array.exp
5279 * gdb.ada/watch_arg.exp
5280 * gdb.arch/alpha-step.exp
5281 * gdb.arch/altivec-regs.exp
5282 * gdb.arch/e500-regs.exp
5283 * gdb.arch/powerpc-d128-regs.exp
5284 * gdb.base/arrayidx.exp
5285 * gdb.base/break.exp
5286 * gdb.base/checkpoint.exp
5287 * gdb.base/debug-expr.exp
5288 * gdb.base/dmsym.exp
5289 * gdb.base/radix.exp
5290 * gdb.base/sepdebug.exp
5291 * gdb.base/testenv.exp
5292 * gdb.base/watch_thread_num.exp
5293 * gdb.base/watchpoint-cond-gone.exp
5294 * gdb.cell/break.exp
5295 * gdb.cell/ea-cache.exp
5296 * gdb.compile/compile.exp
5297 * gdb.cp/gdb2495.exp
5298 * gdb.gdb/selftest.exp
5299 * gdb.gdb/xfullpath.exp
5300 * gdb.go/hello.exp
5301 * gdb.go/integers.exp
5302 * gdb.objc/basicclass.exp
5303 * gdb.pascal/hello.exp
5304 * gdb.pascal/integers.exp
5305 * gdb.python/py-breakpoint.exp
5306 * gdb.python/py-cmd.exp
5307 * gdb.python/py-linetable.exp
5308 * gdb.python/py-xmethods.exp
5309 * gdb.python/python.exp
5310 * gdb.reverse/consecutive-precsave.exp
5311 * gdb.reverse/finish-precsave.exp
5312 * gdb.reverse/i386-precsave.exp
5313 * gdb.reverse/machinestate-precsave.exp
5314 * gdb.reverse/sigall-precsave.exp
5315 * gdb.reverse/solib-precsave.exp
5316 * gdb.reverse/step-precsave.exp
5317 * gdb.reverse/until-precsave.exp
5318 * gdb.reverse/watch-precsave.exp
5319 * gdb.threads/leader-exit.exp
5320 * gdb.threads/pthreads.exp
5321 * gdb.threads/wp-replication.exp
5322 * gdb.trace/actions.exp
5323 * gdb.trace/mi-tsv-changed.exp
5324 * gdb.trace/tsv.exp
5325
de97fdd4
LM
53262016-12-01 Luis Machado <lgustavo@codesourcery.com>
5327
5328 Fix test names starting with uppercase throughout the files.
5329
5330 * gdb.arch/i386-bp_permanent.exp
5331 * gdb.arch/i386-gnu-cfi.exp
5332 * gdb.base/disasm-end-cu.exp
5333 * gdb.base/macscp.exp
5334 * gdb.base/pending.exp
5335 * gdb.base/watch_thread_num.exp
5336 * gdb.cp/exception.exp
5337 * gdb.cp/gdb2495.exp
5338 * gdb.cp/local.exp
5339 * gdb.python/py-evsignal.exp
5340 * gdb.python/python.exp
5341 * gdb.trace/tracecmd.exp
5342
9f058c10
LM
53432016-12-01 Luis Machado <lgustavo@codesourcery.com>
5344
5345 Fix test names starting with uppercase throughout the files.
5346
5347 * gdb.base/charset.exp
5348 * gdb.base/eval.exp
5349 * gdb.base/multi-forks.exp
5350 * gdb.guile/scm-progspace.exp
5351 * gdb.opencl/datatypes.exp
5352 * gdb.python/py-block.exp
5353 * gdb.python/py-function.exp
5354 * gdb.python/py-symbol.exp
5355 * gdb.python/py-symtab.exp
5356 * gdb.python/py-xmethods.exp
5357 * gdb.reverse/break-precsave.exp
5358 * gdb.reverse/break-reverse.exp
5359 * gdb.reverse/consecutive-precsave.exp
5360 * gdb.reverse/consecutive-reverse.exp
5361 * gdb.reverse/finish-precsave.exp
5362 * gdb.reverse/finish-reverse-bkpt.exp
5363 * gdb.reverse/finish-reverse.exp
5364 * gdb.reverse/fstatat-reverse.exp
5365 * gdb.reverse/getresuid-reverse.exp
5366 * gdb.reverse/i386-precsave.exp
5367 * gdb.reverse/i386-reverse.exp
5368 * gdb.reverse/i386-sse-reverse.exp
5369 * gdb.reverse/i387-stack-reverse.exp
5370 * gdb.reverse/insn-reverse.exp
5371 * gdb.reverse/machinestate-precsave.exp
5372 * gdb.reverse/machinestate.exp
5373 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5374 * gdb.reverse/pipe-reverse.exp
5375 * gdb.reverse/readv-reverse.exp
5376 * gdb.reverse/recvmsg-reverse.exp
5377 * gdb.reverse/rerun-prec.exp
5378 * gdb.reverse/s390-mvcle.exp
5379 * gdb.reverse/sigall-precsave.exp
5380 * gdb.reverse/sigall-reverse.exp
5381 * gdb.reverse/solib-precsave.exp
5382 * gdb.reverse/solib-reverse.exp
5383 * gdb.reverse/step-precsave.exp
5384 * gdb.reverse/step-reverse.exp
5385 * gdb.reverse/time-reverse.exp
5386 * gdb.reverse/until-precsave.exp
5387 * gdb.reverse/until-reverse.exp
5388 * gdb.reverse/waitpid-reverse.exp
5389 * gdb.reverse/watch-precsave.exp
5390 * gdb.reverse/watch-reverse.exp
5391
cdc7edd7
LM
53922016-12-01 Luis Machado <lgustavo@codesourcery.com>
5393
5394 Fix test names starting with uppercase throughout the files.
5395
5396 * gdb.arch/i386-mpx-simple_segv.exp
5397 * gdb.arch/i386-mpx.exp
5398 * gdb.arch/i386-permbkpt.exp
5399 * gdb.arch/pa-nullify.exp
5400 * gdb.arch/powerpc-d128-regs.exp
5401 * gdb.arch/vsx-regs.exp
5402 * gdb.base/bfp-test.exp
5403 * gdb.base/break.exp
5404 * gdb.base/breakpoint-shadow.exp
5405 * gdb.base/callfuncs.exp
5406 * gdb.base/charset.exp
5407 * gdb.base/commands.exp
5408 * gdb.base/completion.exp
5409 * gdb.base/dfp-test.exp
5410 * gdb.base/echo.exp
5411 * gdb.base/ending-run.exp
5412 * gdb.base/eval.exp
5413 * gdb.base/expand-psymtabs.exp
5414 * gdb.base/float128.exp
5415 * gdb.base/floatn.exp
5416 * gdb.base/foll-exec-mode.exp
5417 * gdb.base/gdb1056.exp
5418 * gdb.base/gdb11531.exp
5419 * gdb.base/kill-after-signal.exp
5420 * gdb.base/multi-forks.exp
5421 * gdb.base/overlays.exp
5422 * gdb.base/pending.exp
5423 * gdb.base/sepdebug.exp
5424 * gdb.base/testenv.exp
5425 * gdb.base/valgrind-db-attach.exp
5426 * gdb.base/watch_thread_num.exp
5427 * gdb.base/watchpoint-cond-gone.exp
5428 * gdb.base/watchpoint.exp
5429 * gdb.base/watchpoints.exp
5430 * gdb.cp/arg-reference.exp
5431 * gdb.cp/baseenum.exp
5432 * gdb.cp/operator.exp
5433 * gdb.cp/shadow.exp
5434 * gdb.dwarf2/dw2-op-out-param.exp
5435 * gdb.dwarf2/dw2-reg-undefined.exp
5436 * gdb.go/chan.exp
5437 * gdb.go/hello.exp
5438 * gdb.go/integers.exp
5439 * gdb.go/methods.exp
5440 * gdb.go/package.exp
5441 * gdb.guile/scm-parameter.exp
5442 * gdb.guile/scm-progspace.exp
5443 * gdb.guile/scm-value.exp
5444 * gdb.mi/mi-pending.exp
5445 * gdb.mi/user-selected-context-sync.exp
5446 * gdb.multi/multi-attach.exp
5447 * gdb.multi/tids.exp
5448 * gdb.opt/clobbered-registers-O2.exp
5449 * gdb.pascal/floats.exp
5450 * gdb.pascal/integers.exp
5451 * gdb.python/py-block.exp
5452 * gdb.python/py-events.exp
5453 * gdb.python/py-parameter.exp
5454 * gdb.python/py-symbol.exp
5455 * gdb.python/py-symtab.exp
5456 * gdb.python/py-type.exp
5457 * gdb.python/py-value.exp
5458 * gdb.python/py-xmethods.exp
5459 * gdb.python/python.exp
5460 * gdb.reverse/break-precsave.exp
5461 * gdb.reverse/consecutive-precsave.exp
5462 * gdb.reverse/finish-precsave.exp
5463 * gdb.reverse/i386-precsave.exp
5464 * gdb.reverse/machinestate-precsave.exp
5465 * gdb.reverse/sigall-precsave.exp
5466 * gdb.reverse/solib-precsave.exp
5467 * gdb.reverse/step-precsave.exp
5468 * gdb.reverse/until-precsave.exp
5469 * gdb.reverse/watch-precsave.exp
5470 * gdb.server/ext-attach.exp
5471 * gdb.server/ext-restart.exp
5472 * gdb.server/ext-run.exp
5473 * gdb.server/ext-wrapper.exp
5474 * gdb.stabs/gdb11479.exp
5475 * gdb.stabs/weird.exp
5476 * gdb.threads/attach-many-short-lived-threads.exp
5477 * gdb.threads/kill.exp
5478 * gdb.threads/watchpoint-fork.exp
5479
bc6c7af4
LM
54802016-12-01 Luis Machado <lgustavo@codesourcery.com>
5481
5482 Fix test names starting with uppercase throughout all the files below.
5483
5484 * gdb.ada/array_return.exp
5485 * gdb.ada/catch_ex.exp
5486 * gdb.ada/info_exc.exp
5487 * gdb.ada/mi_catch_ex.exp
5488 * gdb.ada/mi_dyn_arr.exp
5489 * gdb.ada/mi_ex_cond.exp
5490 * gdb.ada/mi_exc_info.exp
5491 * gdb.ada/mi_interface.exp
5492 * gdb.ada/mi_task_arg.exp
5493 * gdb.ada/mi_task_info.exp
5494 * gdb.ada/mi_var_array.exp
5495 * gdb.arch/alpha-step.exp
5496 * gdb.arch/amd64-disp-step.exp
5497 * gdb.arch/arm-disp-step.exp
5498 * gdb.arch/disp-step-insn-reloc.exp
5499 * gdb.arch/e500-prologue.exp
5500 * gdb.arch/ftrace-insn-reloc.exp
5501 * gdb.arch/gdb1558.exp
5502 * gdb.arch/i386-bp_permanent.exp
5503 * gdb.arch/i386-disp-step.exp
5504 * gdb.arch/i386-float.exp
5505 * gdb.arch/i386-gnu-cfi.exp
5506 * gdb.arch/ia64-breakpoint-shadow.exp
5507 * gdb.arch/mips16-thunks.exp
5508 * gdb.arch/pa-nullify.exp
5509 * gdb.arch/powerpc-aix-prologue.exp
5510 * gdb.arch/powerpc-power.exp
5511 * gdb.arch/ppc-dfp.exp
5512 * gdb.arch/s390-tdbregs.exp
5513 * gdb.arch/spu-info.exp
5514 * gdb.arch/spu-ls.exp
5515 * gdb.arch/thumb-bx-pc.exp
5516 * gdb.base/advance.exp
5517 * gdb.base/annota-input-while-running.exp
5518 * gdb.base/arrayidx.exp
5519 * gdb.base/asmlabel.exp
5520 * gdb.base/async.exp
5521 * gdb.base/attach-wait-input.exp
5522 * gdb.base/auto-connect-native-target.exp
5523 * gdb.base/batch-preserve-term-settings.exp
5524 * gdb.base/bfp-test.exp
5525 * gdb.base/bigcore.exp
5526 * gdb.base/bp-permanent.exp
5527 * gdb.base/break-always.exp
5528 * gdb.base/break-fun-addr.exp
5529 * gdb.base/break-idempotent.exp
5530 * gdb.base/break-main-file-remove-fail.exp
5531 * gdb.base/break-probes.exp
5532 * gdb.base/break-unload-file.exp
5533 * gdb.base/break.exp
5534 * gdb.base/call-ar-st.exp
5535 * gdb.base/call-rt-st.exp
5536 * gdb.base/call-sc.exp
5537 * gdb.base/call-signal-resume.exp
5538 * gdb.base/call-strs.exp
5539 * gdb.base/callexit.exp
5540 * gdb.base/callfuncs.exp
5541 * gdb.base/catch-gdb-caused-signals.exp
5542 * gdb.base/catch-signal-siginfo-cond.exp
5543 * gdb.base/catch-syscall.exp
5544 * gdb.base/compare-sections.exp
5545 * gdb.base/cond-eval-mode.exp
5546 * gdb.base/condbreak-call-false.exp
5547 * gdb.base/consecutive-step-over.exp
5548 * gdb.base/cursal.exp
5549 * gdb.base/disabled-location.exp
5550 * gdb.base/disasm-end-cu.exp
5551 * gdb.base/display.exp
5552 * gdb.base/double-prompt-target-event-error.exp
5553 * gdb.base/dprintf-bp-same-addr.exp
5554 * gdb.base/dprintf-detach.exp
5555 * gdb.base/dprintf-next.exp
5556 * gdb.base/dprintf-non-stop.exp
5557 * gdb.base/dprintf-pending.exp
5558 * gdb.base/dso2dso.exp
5559 * gdb.base/ending-run.exp
5560 * gdb.base/enum_cond.exp
5561 * gdb.base/examine-backward.exp
5562 * gdb.base/exe-lock.exp
5563 * gdb.base/exec-invalid-sysroot.exp
5564 * gdb.base/execl-update-breakpoints.exp
5565 * gdb.base/execution-termios.exp
5566 * gdb.base/fileio.exp
5567 * gdb.base/fixsection.exp
5568 * gdb.base/foll-exec-mode.exp
5569 * gdb.base/foll-exec.exp
5570 * gdb.base/fork-running-state.exp
5571 * gdb.base/frame-args.exp
5572 * gdb.base/fullpath-expand.exp
5573 * gdb.base/func-ptr.exp
5574 * gdb.base/gcore-relro-pie.exp
5575 * gdb.base/gdb1090.exp
5576 * gdb.base/gdb1555.exp
5577 * gdb.base/global-var-nested-by-dso.exp
5578 * gdb.base/gnu-ifunc.exp
5579 * gdb.base/hbreak-in-shr-unsupported.exp
5580 * gdb.base/hbreak-unmapped.exp
5581 * gdb.base/hook-stop.exp
5582 * gdb.base/infcall-input.exp
5583 * gdb.base/info-fun.exp
5584 * gdb.base/info-shared.exp
5585 * gdb.base/interrupt-noterm.exp
5586 * gdb.base/jit-so.exp
5587 * gdb.base/jit.exp
5588 * gdb.base/line-symtabs.exp
5589 * gdb.base/list.exp
5590 * gdb.base/longjmp.exp
5591 * gdb.base/macscp.exp
5592 * gdb.base/max-value-size.exp
5593 * gdb.base/nodebug.exp
5594 * gdb.base/nofield.exp
5595 * gdb.base/overlays.exp
5596 * gdb.base/paginate-after-ctrl-c-running.exp
5597 * gdb.base/paginate-bg-execution.exp
5598 * gdb.base/paginate-inferior-exit.exp
5599 * gdb.base/pending.exp
5600 * gdb.base/pr11022.exp
5601 * gdb.base/printcmds.exp
5602 * gdb.base/ptr-typedef.exp
5603 * gdb.base/ptype.exp
5604 * gdb.base/randomize.exp
5605 * gdb.base/range-stepping.exp
5606 * gdb.base/realname-expand.exp
5607 * gdb.base/relativedebug.exp
5608 * gdb.base/remote.exp
5609 * gdb.base/savedregs.exp
5610 * gdb.base/sepdebug.exp
5611 * gdb.base/set-noassign.exp
5612 * gdb.base/shlib-call.exp
5613 * gdb.base/shreloc.exp
5614 * gdb.base/sigaltstack.exp
5615 * gdb.base/sigbpt.exp
5616 * gdb.base/siginfo-addr.exp
5617 * gdb.base/siginfo-obj.exp
5618 * gdb.base/siginfo-thread.exp
5619 * gdb.base/signest.exp
5620 * gdb.base/signull.exp
5621 * gdb.base/sigrepeat.exp
5622 * gdb.base/skip.exp
5623 * gdb.base/so-impl-ld.exp
5624 * gdb.base/solib-corrupted.exp
5625 * gdb.base/solib-disc.exp
5626 * gdb.base/solib-display.exp
5627 * gdb.base/solib-overlap.exp
5628 * gdb.base/solib-search.exp
5629 * gdb.base/solib-symbol.exp
5630 * gdb.base/source-execution.exp
5631 * gdb.base/sss-bp-on-user-bp-2.exp
5632 * gdb.base/sss-bp-on-user-bp.exp
5633 * gdb.base/stack-checking.exp
5634 * gdb.base/stale-infcall.exp
5635 * gdb.base/step-break.exp
5636 * gdb.base/step-line.exp
5637 * gdb.base/step-over-exit.exp
5638 * gdb.base/step-test.exp
5639 * gdb.base/structs.exp
5640 * gdb.base/sym-file.exp
5641 * gdb.base/symtab-search-order.exp
5642 * gdb.base/term.exp
5643 * gdb.base/type-opaque.exp
5644 * gdb.base/unload.exp
5645 * gdb.base/until-nodebug.exp
5646 * gdb.base/until.exp
5647 * gdb.base/unwindonsignal.exp
5648 * gdb.base/watch-cond.exp
5649 * gdb.base/watch-non-mem.exp
5650 * gdb.base/watch_thread_num.exp
5651 * gdb.base/watchpoint-reuse-slot.exp
5652 * gdb.base/watchpoint-solib.exp
5653 * gdb.base/watchpoint.exp
5654 * gdb.btrace/dlopen.exp
5655 * gdb.cell/arch.exp
5656 * gdb.cell/break.exp
5657 * gdb.cell/bt.exp
5658 * gdb.cell/core.exp
5659 * gdb.cell/data.exp
5660 * gdb.cell/dwarfaddr.exp
5661 * gdb.cell/ea-cache.exp
5662 * gdb.cell/ea-standalone.exp
5663 * gdb.cell/ea-test.exp
5664 * gdb.cell/f-regs.exp
5665 * gdb.cell/fork.exp
5666 * gdb.cell/gcore.exp
5667 * gdb.cell/mem-access.exp
5668 * gdb.cell/ptype.exp
5669 * gdb.cell/registers.exp
5670 * gdb.cell/sizeof.exp
5671 * gdb.cell/solib-symbol.exp
5672 * gdb.cell/solib.exp
5673 * gdb.compile/compile-tls.exp
5674 * gdb.cp/exception.exp
5675 * gdb.cp/gdb2495.exp
5676 * gdb.cp/local.exp
5677 * gdb.cp/mb-inline.exp
5678 * gdb.cp/mb-templates.exp
5679 * gdb.cp/pr10687.exp
5680 * gdb.cp/pr9167.exp
5681 * gdb.cp/scope-err.exp
5682 * gdb.cp/templates.exp
5683 * gdb.cp/virtfunc.exp
5684 * gdb.dwarf2/dw2-dir-file-name.exp
5685 * gdb.dwarf2/dw2-single-line-discriminators.exp
5686 * gdb.fortran/complex.exp
5687 * gdb.fortran/library-module.exp
5688 * gdb.guile/guile.exp
5689 * gdb.guile/scm-cmd.exp
5690 * gdb.guile/scm-frame-inline.exp
5691 * gdb.guile/scm-objfile.exp
5692 * gdb.guile/scm-pretty-print.exp
5693 * gdb.guile/scm-symbol.exp
5694 * gdb.guile/scm-type.exp
5695 * gdb.guile/scm-value.exp
5696 * gdb.linespec/keywords.exp
5697 * gdb.linespec/ls-errs.exp
5698 * gdb.linespec/macro-relative.exp
5699 * gdb.linespec/thread.exp
5700 * gdb.mi/mi-breakpoint-changed.exp
5701 * gdb.mi/mi-dprintf-pending.exp
5702 * gdb.mi/mi-fullname-deleted.exp
5703 * gdb.mi/mi-logging.exp
5704 * gdb.mi/mi-pending.exp
5705 * gdb.mi/mi-solib.exp
5706 * gdb.mi/new-ui-mi-sync.exp
5707 * gdb.mi/user-selected-context-sync.exp
5708 * gdb.multi/dummy-frame-restore.exp
5709 * gdb.multi/multi-arch-exec.exp
5710 * gdb.multi/remove-inferiors.exp
5711 * gdb.multi/watchpoint-multi-exit.exp
5712 * gdb.opt/solib-intra-step.exp
5713 * gdb.perf/backtrace.exp
5714 * gdb.perf/single-step.exp
5715 * gdb.perf/skip-command.exp
5716 * gdb.perf/skip-prologue.exp
5717 * gdb.perf/solib.exp
5718 * gdb.python/lib-types.exp
5719 * gdb.python/py-as-string.exp
5720 * gdb.python/py-bad-printers.exp
5721 * gdb.python/py-block.exp
5722 * gdb.python/py-breakpoint.exp
5723 * gdb.python/py-cmd.exp
5724 * gdb.python/py-events.exp
5725 * gdb.python/py-evthreads.exp
5726 * gdb.python/py-finish-breakpoint.exp
5727 * gdb.python/py-finish-breakpoint2.exp
5728 * gdb.python/py-frame-inline.exp
5729 * gdb.python/py-frame.exp
5730 * gdb.python/py-inferior.exp
5731 * gdb.python/py-infthread.exp
5732 * gdb.python/py-mi.exp
5733 * gdb.python/py-objfile.exp
5734 * gdb.python/py-pp-maint.exp
5735 * gdb.python/py-pp-registration.exp
5736 * gdb.python/py-prettyprint.exp
5737 * gdb.python/py-recurse-unwind.exp
5738 * gdb.python/py-shared.exp
5739 * gdb.python/py-symbol.exp
5740 * gdb.python/py-symtab.exp
5741 * gdb.python/py-template.exp
5742 * gdb.python/py-type.exp
5743 * gdb.python/py-unwind-maint.exp
5744 * gdb.python/py-unwind.exp
5745 * gdb.python/py-value.exp
5746 * gdb.python/python.exp
5747 * gdb.reverse/finish-reverse-bkpt.exp
5748 * gdb.reverse/insn-reverse.exp
5749 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5750 * gdb.reverse/solib-precsave.exp
5751 * gdb.reverse/solib-reverse.exp
5752 * gdb.stabs/gdb11479.exp
5753 * gdb.stabs/weird.exp
5754 * gdb.threads/fork-child-threads.exp
5755 * gdb.threads/fork-plus-threads.exp
5756 * gdb.threads/fork-thread-pending.exp
5757 * gdb.threads/forking-threads-plus-breakpoint.exp
5758 * gdb.threads/hand-call-in-threads.exp
5759 * gdb.threads/interrupted-hand-call.exp
5760 * gdb.threads/linux-dp.exp
5761 * gdb.threads/local-watch-wrong-thread.exp
5762 * gdb.threads/next-while-other-thread-longjmps.exp
5763 * gdb.threads/non-ldr-exit.exp
5764 * gdb.threads/pending-step.exp
5765 * gdb.threads/print-threads.exp
5766 * gdb.threads/process-dies-while-detaching.exp
5767 * gdb.threads/process-dies-while-handling-bp.exp
5768 * gdb.threads/pthreads.exp
5769 * gdb.threads/queue-signal.exp
5770 * gdb.threads/reconnect-signal.exp
5771 * gdb.threads/signal-command-handle-nopass.exp
5772 * gdb.threads/signal-command-multiple-signals-pending.exp
5773 * gdb.threads/signal-delivered-right-thread.exp
5774 * gdb.threads/signal-sigtrap.exp
5775 * gdb.threads/sigthread.exp
5776 * gdb.threads/staticthreads.exp
5777 * gdb.threads/stepi-random-signal.exp
5778 * gdb.threads/thread-unwindonsignal.exp
5779 * gdb.threads/thread_check.exp
5780 * gdb.threads/thread_events.exp
5781 * gdb.threads/tid-reuse.exp
5782 * gdb.threads/tls-nodebug.exp
5783 * gdb.threads/tls-shared.exp
5784 * gdb.threads/tls-so_extern.exp
5785 * gdb.threads/tls.exp
5786 * gdb.threads/wp-replication.exp
5787 * gdb.trace/actions-changed.exp
5788 * gdb.trace/actions.exp
5789 * gdb.trace/backtrace.exp
5790 * gdb.trace/change-loc.exp
5791 * gdb.trace/collection.exp
5792 * gdb.trace/deltrace.exp
5793 * gdb.trace/disconnected-tracing.exp
5794 * gdb.trace/entry-values.exp
5795 * gdb.trace/ftrace-lock.exp
5796 * gdb.trace/ftrace.exp
5797 * gdb.trace/infotrace.exp
5798 * gdb.trace/mi-trace-frame-collected.exp
5799 * gdb.trace/mi-trace-unavailable.exp
5800 * gdb.trace/mi-traceframe-changed.exp
5801 * gdb.trace/mi-tracepoint-changed.exp
5802 * gdb.trace/mi-tsv-changed.exp
5803 * gdb.trace/no-attach-trace.exp
5804 * gdb.trace/packetlen.exp
5805 * gdb.trace/passc-dyn.exp
5806 * gdb.trace/passcount.exp
5807 * gdb.trace/pending.exp
5808 * gdb.trace/pr16508.exp
5809 * gdb.trace/qtro.exp
5810 * gdb.trace/range-stepping.exp
5811 * gdb.trace/read-memory.exp
5812 * gdb.trace/report.exp
5813 * gdb.trace/save-trace.exp
5814 * gdb.trace/signal.exp
5815 * gdb.trace/stap-trace.exp
5816 * gdb.trace/status-stop.exp
5817 * gdb.trace/strace.exp
5818 * gdb.trace/tfile.exp
5819 * gdb.trace/tfind.exp
5820 * gdb.trace/trace-break.exp
5821 * gdb.trace/trace-condition.exp
5822 * gdb.trace/trace-enable-disable.exp
5823 * gdb.trace/trace-mt.exp
5824 * gdb.trace/tracecmd.exp
5825 * gdb.trace/tracefile-pseudo-reg.exp
5826 * gdb.trace/tspeed.exp
5827 * gdb.trace/tstatus.exp
5828 * gdb.trace/tsv.exp
5829 * gdb.trace/unavailable.exp
5830 * gdb.trace/while-dyn.exp
5831 * gdb.trace/while-stepping.exp
5832 * lib/gdb-guile.exp
5833 * lib/gdb.exp
5834 * lib/mi-support.exp
5835 * lib/pascal.exp
5836 * lib/perftest.exp
5837 * lib/prelink-support.exp
5838 * lib/selftest-support.exp
5839
ad02e4fe
SM
58402016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5841
5842 * Makefile.in: Include disable-implicit-rules.mk.
5843
22347e55
AA
58442016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5845
5846 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5847 non-byte-aligned bit fields.
5848
da5b30da
AA
58492016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5850
5851 PR gdb/12616
5852 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5853 respects the DW_AT_data_bit_offset attribute.
5854
b593ecca
SM
58552016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5856
5857 * gdb.base/default.exp: Fix output of "set language".
5858
3b165252
SM
58592016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5860
5861 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5862 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5863 make.
5864 * configure.ac: Remove checks for the make program.
5865 * configure: Re-generate.
5866
1a2f3d7f
KB
58672016-11-16 Kevin Buettner <kevinb@redhat.com>
5868
5869 * gdb.python/py-recurse-unwind.c (main): Add loop.
5870 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5871 to read_register() and gdb.parse_and_eval(). Make each code
5872 call a separate case that can be individually tested.
5873 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5874 proc. Call cont_and_backtrace for each of the code paths that
5875 we want to test in the unwinder.
5876
b7f38fda
AA
58772016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5878
5879 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5880 the definition of struct S.
5881
1f8db343
CM
58822016-11-11 Catherine Moore <clm@codesourcery.com>
5883
5884 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5885
fad0c9fb
PA
58862016-11-09 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/commands.exp (runto_or_return): New procedure.
5889 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5890 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5891 (progvar_simple_while_test, progvar_complex_if_while_test)
5892 (if_while_breakpoint_command_test)
5893 (infrun_breakpoint_command_test, breakpoint_command_test)
5894 (user_defined_command_test, watchpoint_command_test)
5895 (test_command_prompt_position, redefine_hook_test)
5896 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5897 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5898 multi_line_input and multi_line. Remove gdb_expect and
5899 gdb_stop_suppressing_tests uses.
5900 * lib/gdb.exp (valnum_re): New global.
5901 (multi_line_input): New procedure.
5902
8354c62c
SM
59032016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5904
5905 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5906 Remove.
5907 (test_setup): Define with proc_with_prefix.
5908 (test_cli_inferior): Likewise.
5909 (test_cli_thread): Likewise.
5910 (test_cli_frame): Likewise.
5911 (test_cli_select_frame): Likewise.
5912 (test_cli_up_down): Likewise.
5913 (test_mi_thread_select): Likewise.
5914 (test_mi_stack_select_frame): Likewise.
5915 (test_cli_in_mi_inferior): Likewise.
5916 (test_cli_in_mi_thread): Likewise.
5917 (test_cli_in_mi_frame): Likewise.
5918 (top level): Do not use with_test_prefix_procname.
5919
64f367a2
PA
59202016-11-09 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.base/commands.exp (gdbvar_simple_if_test)
5923 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5924 (progvar_simple_if_test, progvar_simple_while_test)
5925 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5926 (infrun_breakpoint_command_test, breakpoint_command_test)
5927 (user_defined_command_test, watchpoint_command_test)
5928 (test_command_prompt_position, deprecated_command_test)
5929 (bp_deleted_in_command, temporary_breakpoint_commands)
5930 (stray_arg0_test, source_file_with_indented_comment)
5931 (recursive_source_test, if_commands_test)
5932 (error_clears_commands_left, redefine_hook_test)
5933 (redefine_backtrace_test): Use proc_with_prefix.
5934 * lib/gdb.exp (proc_with_prefix): New proc.
5935
0bb65f1e
AA
59362016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5937
5938 * gdb.base/tui-layout.c: New file.
5939 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5940 disassembly window contains very long lines.
5941
7353f247
TT
59422016-11-08 Tom Tromey <tom@tromey.com>
5943
5944 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5945 depend on Python 2.
5946
30a7bb83
TT
59472016-11-08 Tom Tromey <tom@tromey.com>
5948
5949 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5950 New method.
5951
cdf5a07c
MG
59522016-10-29 Manish Goregaokar <manish@mozilla.com>
5953
2806dc7e 5954 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5955
51a789c3
MG
59562016-10-27 Manish Goregaokar <manish@mozilla.com>
5957
2806dc7e
PA
5958 * gdb.rust/simple.rs: Add test for univariant enums without
5959 discriminants and for encoded struct-like enums.
51a789c3 5960
f610ab6d
PA
59612016-10-28 Pedro Alves <palves@redhat.com>
5962
5963 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5964 gdb_test_multiple, tighten regexps and match symtabs and line
5965 tables incrementally.
5966
b129b0ca
LM
59672016-10-28 Luis Machado <lgustavo@codesourcery.com>
5968
5969 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5970 general.
5971
ecf45d2c
SL
59722016-10-25 Luis Machado <lgustavo@codesourcery.com>
5973
5974 * gdb.base/exec-invalid-sysroot.exp: New file.
5975
b8d38ee4
JK
59762016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5977
5978 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5979
f90fd8c2
JK
59802016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5981
5982 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5983
2d2476aa
MR
59842016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5985
2806dc7e
PA
5986 * gdb.base/killed-outside.exp: Remove $options from a call to
5987 `prepare_for_testing'.
2d2476aa 5988
e42b25a0
SM
59892016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5990
5991 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5992 Change test message.
5993
3ccdb432
SM
59942016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5995
5996 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5997 Update comment.
5998
5bad3170
SM
59992016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6000
6001 * gdb.trace/mi-trace-save.exp: New file.
6002
5ad9dba7
YQ
60032016-10-13 Yao Qi <yao.qi@linaro.org>
6004
6005 * gdb.base/code_elim.exp (get_var_address): Remove.
6006 * gdb.base/relocate.exp: Likewise.
6007 * gdb.base/shreloc.exp: Likewise.
6008 * lib/gdb.exp (get_var_address): New.
6009
62df7e21
YQ
60102016-10-13 Yao Qi <yao.qi@linaro.org>
6011
6012 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6013 floating point tests if $skip_float_test is false.
6014
4dac951e
LM
60152016-10-12 Luis Machado <lgustavo@codesourcery.com>
6016
6017 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6018 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6019 argc values.
6020 Add 1 to argc so we guarantee distinct initial/modified argc values.
6021
8f1a8fc4
JK
60222016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6023
6024 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6025
16c85b5d
JK
60262016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6027
6028 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6029 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6030 * gdb.arch/vsx-regs.exp: Likewise.
6031
1d0e042a
YQ
60322016-10-07 Yao Qi <yao.qi@linaro.org>
6033
6034 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6035
68dadef5
MM
60362016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6037
6038 * gdb.python/python.exp: Test decode_line("*0").
6039
33fa2c6e
DE
60402016-10-06 Doug Evans <dje@google.com>
6041
6042 * gdb.python/py-value.exp (test_value_creation): Add test for large
6043 unsigned 64-bit value.
6044
9c37b5ae
TT
60452016-10-06 Tom Tromey <tom@tromey.com>
6046
6047 * gdb.compile/compile.exp: Change java tests to rust.
6048 * gdb.base/setshow.exp: Change java tests to rust.
6049 * gdb.base/default.exp: Remove java from language list.
6050 * README (Examples): Update language example.
6051 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6052 test.
6053 * lib/gdb.exp (skip_java_tests): Remove.
6054 * lib/java.exp: Remove.
6055 * gdb.java: Remove.
6056
78b86327
MR
60572016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6058
6059 * gdb.arch/mips-fcr.exp: New test.
6060 * gdb.arch/mips-fcr.c: Source for the new test.
6061
7470adbb
MR
60622016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6063
6064 * gdb.base/solib-disc.exp: Use `standard_output_file'
6065 throughout.
6066
4a556533
PA
60672016-10-06 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/jit-simple-dl.c: New file.
6070 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6071 * gdb.base/jit-simple.c: ... this.
6072 * gdb.base/jit-simple.exp (jit_run): Delete.
6073 (build_jit): New proc.
6074 (jit_test_reread): Recompile either the main program or the shared
6075 library, depending on what is being tested. Skip changing address
6076 if caller wants to. Compare before/after addresses. If testing
6077 standalone, explicitly load the binary. Test "maint info
6078 breakpoints".
6079 (top level): Add "standalone vs shared lib" and "change address"
6080 vs "same address" axes.
6081
5a122fbc
PA
60822016-10-06 Pedro Alves <palves@redhat.com>
6083
6084 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6085 call.
6086 (jit_run): Delete.
6087 (jit_test_reread): Use with_test_prefix. Reload the main binary
6088 explicitly. Compare the before/after addresses of the JIT
6089 descriptor.
6090
ee8da4b8
DE
60912016-08-15 Doug Evans <dje@google.com>
6092
6093 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6094 for single bitfields is bool.
6095 * gdb.xml/tdesc-regs.exp: Ditto.
6096
f389f6fe
JK
60972016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6098
6099 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6100
fdebf1a4
YQ
61012016-10-05 Yao Qi <yao.qi@linaro.org>
6102
6103 * lib/gdb.exp (support_complex_tests): Return zero if
6104 gdb_skip_float_test return true.
6105
9c36d954 61062016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6107 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6108
6109 PR gdb/20487
6110 * gdb.mi/user-selected-context-sync.exp: New file.
6111 * gdb.mi/user-selected-context-sync.c: New file.
6112
4034d0ff 61132016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6114 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6115
6116 PR gdb/20487
6117 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6118 =thread-select-event check.
6119
a4297203
PB
61202016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6121
6122 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6123 the compulsory L operand changes.
6124 * gdb.arch/powerpc-power.s: Likewise.
6125
bb805577
JK
61262016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6127
6128 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6129 * gdb.base/jit-attach-pie.c: New file.
6130 * gdb.base/jit-attach-pie.exp: New file.
6131
6d61dee5
PA
61322016-09-28 Pedro Alves <palves@redhat.com>
6133
6134 * gdb.base/infcall-input.c: New file.
6135 * gdb.base/infcall-input.exp: New file.
6136
f73842fc
YQ
61372016-09-22 Yao Qi <yao.qi@linaro.org>
6138
6139 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6140 (gdb_exit): Rename it to ...
6141 (gdbserver_gdb_exit): ... Close GDBserver.
6142 (gdb_exit): New proc, call gdbserver_gdb_exit.
6143 (mi_gdb_exit): Likewise.
6144
90681dab
YQ
61452016-09-22 Yao Qi <yao.qi@linaro.org>
6146
6147 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6148 path.
6149 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6150 Remove duplication.
6151
9c211fd8
YQ
61522016-09-22 Yao Qi <yao.qi@linaro.org>
6153
6154 * lib/gdbserver-support.exp: Check the existence of
6155 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6156
ad0a504f
AK
61572016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6158
6159 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6160
36cf1806
TT
61612016-09-21 Tom Tromey <tom@tromey.com>
6162
6163 PR gdb/20604:
6164 * gdb.base/quit.exp: New file.
6165
74172ecf
SM
61662016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6167
6168 * .gitignore: New file.
6169
3d0ec882
MR
61702016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6171
6172 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6173 throughout.
6174
8193adea
AA
61752016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6176
6177 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6178
d41a5c09
JK
61792016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6180
6181 * gdb.cp/casts.cc (decltype): Move it ...
6182 (main): ... with its call to ...
6183 * gdb.cp/casts03.cc: ... a new file.
6184 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6185
d2dfe700
JK
61862016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6187
6188 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6189
e2a92b16
PB
61902016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6191
6192 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6193 and sync up the test with tests in gas/testsuite/gas/ppc.
6194 * gdb.arch/powerpc-power.exp: Likewise.
6195
49b4de64
JK
61962016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6199
2c29df25
SDJ
62002016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6201 Jan Kratochvil <jan.kratochvil@redhat.com>
6202
6203 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6204 make m1's definition to be different from m2's. Use 'dummy' as an
6205 argument for probe 'two'.
6206
cc3c2846
JB
62072016-09-10 Jon Beniston <jon@beniston.com>
6208
6209 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6210 for sim target.
6211
e1b2624a
AA
62122016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6213
6214 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6215 variable declaration.
6216 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6217 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6218 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6219 received HWCAP as its argument.
6220
4295e285
PA
62212016-09-06 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.base/new-ui-pending-input.c: New file.
6224 * gdb.base/new-ui-pending-input.exp: New file.
6225 * gdb.exp (clear_gdb_spawn_id): New procedure.
6226 (with_spawn_id): Check whether gdb_spawn_id exists before
6227 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6228 on exit.
6229
00d5215e
UW
62302016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6231
6232 * gdb.base/float128.c: New file.
6233 * gdb.base/float128.exp: Likewise.
6234 * gdb.base/floatn.c: Likewise.
6235 * gdb.base/floatn.exp: Likewise.
6236
a9ff5f12
UW
62372016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6238
6239 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6240
f245535c
PA
62412016-09-05 Pedro Alves <palves@redhat.com>
6242
6243 PR backtrace/19927
6244 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6245 unwinders are immediately called as side effect of "source" or
6246 "disable unwinder" commands.
6247 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6248
ae9cf263
YQ
62492016-09-02 Yao Qi <yao.qi@linaro.org>
6250
6251 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6252 is true and $type is "float" or "double".
6253
27aba047
YQ
62542016-09-02 Yao Qi <yao.qi@linaro.org>
6255
6256 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6257 true.
6258 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6259 * gdb.base/call-rt-st.exp: Likewise.
6260 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6261 return value instead of gdb,skip_float_test.
6262 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6263 (do_function_calls): Use its return value instead of
6264 gdb,skip_float_test.
6265 * gdb.base/finish.exp: Likewise.
6266 * gdb.base/funcargs.exp: Likewise.
6267 * gdb.base/return.exp: Likewise.
6268 * gdb.base/return2.exp: Likewise.
6269 * gdb.base/varargs.exp: Likewise.
6270 * lib/gdb.exp (gdb_skip_float_test): Change it to
6271 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6272
5af962df
AA
62732016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6274
6275 * gdb.multi/tids.exp: Test "thread apply all".
6276
7fac6910
JK
62772016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6278
6279 * gdb.base/default.exp (tty): Remove.
6280
bb1fe4ac
KB
62812016-08-24 Kevin Buettner <kevinb@redhat.com>
6282
2806dc7e
PA
6283 * gdb.python/py-recurse-unwind.c: New file.
6284 * gdb.python/py-recurse-unwind.py: New file.
6285 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6286
0a1ddfa6
SM
62872016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6288
6289 * gdb.base/set-inferior-tty.exp: New file.
6290 * gdb.base/set-inferior-tty.c: New file.
6291
d9de1fe3
PA
62922016-08-23 Pedro Alves <palves@redhat.com>
6293
6294 PR gdb/20494
6295 * gdb.base/new-ui-echo.c: New file.
6296 * gdb.base/new-ui-echo.exp: New file.
6297
e9d9abd7
YQ
62982016-08-23 Yao Qi <yao.qi@linaro.org>
6299
6300 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6301 gdbserver_spawn.
6302 * gdb.server/connect-without-multi-process.exp (do_test):
6303 Likewise.
6304
3589529e
YQ
63052016-08-23 Yao Qi <yao.qi@linaro.org>
6306
6307 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6308 standalone_txt. Delete gdb_txt and standalone_txt on host
6309 and target. Spawn the binary on target. Copy files from
6310 target to host.
6311
6bb90213
PA
63122016-08-22 Pedro Alves <palves@redhat.com>
6313
6314 PR gdb/20505
6315 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6316 with_test_prefix. Factor out bits to ...
6317 (test_no_vdso): ... this new procedure.
6318
20c2c024
CL
63192016-08-19 Carl Love <cel@us.ibm.com>
6320
6321 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6322 maintaining separate logic for constructing the output path.
6323 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6324 * gdb.arch/ppc-dfp.exp: Likewise.
6325 * gdb.arch/ppc-fp.exp: Likewise.
6326 * gdb.arch/vsx-regs.exp: Likewise.
6327 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6328 binprefix for generating the additional binary files.
6329
0646e07d
PA
63302016-08-19 Pedro Alves <palves@redhat.com>
6331
6332 * gdb.trace/mi-trace-frame-collected.exp
6333 (test_trace_frame_collected): On x32, expect two registers.
6334
46da9242
CL
63352016-08-18 Carl Love <cel@us.ibm.com>
6336
6337 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6338 and sync up the test with tests in gas/testsuite/gas/ppc.
6339 * gdb.arch/powerpc-power.exp: Likewise.
6340
eb2332d7
SM
63412016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6342
6343 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6344 expected error message.
6345
63c61e04
SM
63462016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6347
6348 * gdb.multi/remove-inferiors.exp: New file.
6349 * gdb.multi/remove-inferiors.c: New file.
6350
7b17065f
YQ
63512016-08-12 Yao Qi <yao.qi@linaro.org>
6352
6353 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6354 argument list.
6355
01d3dedf
PA
63562016-08-10 Pedro Alves <palves@redhat.com>
6357
6358 PR gdb/19187
6359 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6360 setup_kfails.
6361
3eb7562a
PA
63622016-08-09 Pedro Alves <palves@redhat.com>
6363 Simon Marchi <simon.marchi@ericsson.com>
6364
6365 PR gdb/20418
6366 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6367 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6368
80614914
PA
63692016-08-09 Pedro Alves <palves@redhat.com>
6370
6371 PR mi/20431
6372 * gdb.mi/mi-cmd-error.exp: New file.
6373
f348d89a
PA
63742016-08-09 Pedro Alves <palves@redhat.com>
6375
6376 PR gdb/18653
6377 * gdb.base/signals-state-child.c: New file.
6378 * gdb.base/signals-state-child.exp: New file.
6379 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6380
e5ca03b4
PA
63812016-08-09 Pedro Alves <palves@redhat.com>
6382
6383 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6384
282a0691
TT
63852016-08-03 Tom Tromey <tom@tromey.com>
6386
6387 PR python/18565:
6388 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6389
41bfcd63
YQ
63902016-08-01 Yao Qi <yao.qi@linaro.org>
6391
6392 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6393 variable mode to "multi-process" if $multi_process is 1, otherwise
6394 set it to "single-process".
6395
e3465b24
YQ
63962016-08-01 Yao Qi <yao.qi@linaro.org>
6397
6398 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6399 * gdb.cp/cpexprs.exp: Likewise.
6400 * gdb.cp/m-static.exp: Likewise.
6401
0b31a4bc
TT
64022016-07-26 Tom Tromey <tom@tromey.com>
6403
6404 PR python/20190:
6405 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6406 test.
6407
e0461dbb
MM
64082016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6409
6410 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6411 selecting assembly source files.
6412 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6413 assembly source files.
6414 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6415 assembly source files.
6416 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6417 selecting assembly source files.
6418
8194e927
SM
64192016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6420
6421 * gdb.base/new-ui.exp (do_test_invalid_args): New
6422 procedure.
6423
c0272db5
TW
64242016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6425
6426 * gdb.btrace/reconnect.c: New file.
6427 * gdb.btrace/reconnect.exp: New file.
6428
e3487908
GKB
64292016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6430
6431 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6432 to test_catch_syscall_group.
6433 (test_catch_syscall_group): New.
6434
12df5c00
TT
64352016-07-21 Tom Tromey <tom@tromey.com>
6436
6437 * gdb.rust/simple.rs (main): Use empty struct expression.
6438 * gdb.rust/simple.exp: Add tests for empty struct expression.
6439
bae62ee2
YQ
64402016-07-21 Yao Qi <yao.qi@linaro.org>
6441
6442 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6443 if gdb_skip_xml_test is true on some targets.
6444
b1b53fb3
YQ
64452016-07-21 Yao Qi <yao.qi@linaro.org>
6446
6447 * gdb.server/solib-list.exp: Unset last_loaded_file.
6448
027d97f8
JK
64492016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6450
6451 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6452 "step into captured_main (args)".
6453
7674d381
JK
64542016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6455
6456 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6457
72b5d099
JK
64582016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6459
6460 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6461
1f960ced
PA
64622016-07-19 Pedro Alves <palves@redhat.com>
6463
6464 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6465 * gdb.opt/inline-bt.exp: Likewise.
6466 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6467 additional_flags=-Winline.
6468 * gdb.opt/inline-locals.exp: Likewise.
6469 * gdb.opt/inline-markers.c (ATTR): Define.
6470 (inlined_fn): Use it.
6471
f25827c1
YQ
64722016-07-19 Yao Qi <yao.qi@linaro.org>
6473
6474 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6475 (test_with_self): Remove some code. Remove argument executable.
6476 (top-level): Use do_self_tests.
6477
37539ebe
DB
64782016-07-15 Zachary Welch <zwelch@codesourcery.com>
6479 Don Breazeal <donb@codesourcery.com>
6480
6481 * gdb.base/maint.exp: Escape paths used in regular expressions.
6482 * gdb.stabs/weird.exp: Likewise.
6483
dac790e1
TT
64842016-07-13 Tom Tromey <tom@tromey.com>
6485
6486 PR python/15620, PR python/18620:
6487 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6488 (test_bkpt_events): New procs.
6489
93daf339
TT
64902016-07-13 Tom Tromey <tom@tromey.com>
6491
6492 PR python/17698:
6493 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6494 test.
6495 (test_watchpoints): Likewise.
6496 (test_bkpt_pending): New proc.
6497
6571a381
TT
64982016-07-13 Tom Tromey <tom@tromey.com>
6499
6500 PR cli/18053:
6501 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6502 completion test.
6503
e8732474
JK
65042016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6505
6506 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6507 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6508 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6509 f_label.
6510 (g): Rename g_end_lbl to g_label.
6511 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6512 low_pc and high_pc.
6513 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6514
e0f3fd7c
TT
65152016-07-12 Tom Tromey <tom@tromey.com>
6516
6517 PR python/19293:
6518 * gdb.python/py-unwind-maint.exp: Update tests.
6519
3cfe46b6
YQ
65202016-07-12 Yao Qi <yao.qi@linaro.org>
6521
6522 * lib/selftest-support.exp (selftest_setup): Match the output
6523 when captured_main is inlined.
6524
4f19a0e6
WT
65252016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6526
6527 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6528 New variables.
6529 (print this%a, print this%b, print this): New tests.
6530 * gdb.fortran/derived-types.f90 (this): New object and
6531 initialization.
6532
986cf455
SM
65332016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6534
6535 * gdb.ada/arraydim.exp: Remove extra directory level in build
6536 directory.
6537
f0464b23
SM
65382016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6539
6540 * lib/ada.exp: Remove extra directory level in build directory.
6541 * gdb.ada/cond_lang.exp: Likewise.
6542 * gdb.ada/exec_changed.exp: Likewise.
6543 * gdb.ada/lang_switch.exp: Likewise.
6544
42d94011
MG
65452016-07-06 Manish Goregaokar <manish@mozilla.com>
6546
2806dc7e
PA
6547 * simple.rs: Add test for raw pointer subscripting.
6548 * simple.exp: Add test expectations.
42d94011 6549
647c264c
YQ
65502016-07-05 Yao Qi <yao.qi@linaro.org>
6551
6552 * gdb.mi/mi-reverse.exp: Match =record-started output.
6553
20aa2c60
PA
65542016-07-01 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6557 procedure.
6558 (jit_reader_test): Test the jit reader's unwinder.
6559 * gdb.base/jithost.c (jit_function_00_code): New global.
6560 (main): Use memcpy to fill in the mmapped code, instead of poking
6561 bytes manually here.
6562 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6563 value.
6564 (read_debug_info): Save the function's range.
6565 (read_sp): New function.
6566 (unwind_frame): Use it. Also unwind RBP.
6567 (get_frame_id): Use read_sp.
6568 (gdb_init_reader): Use calloc instead of malloc.
6569 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6570 parameter. Use gdb_test_multiple.
6571
ced2dffb
PA
65722016-07-01 Pedro Alves <palves@redhat.com>
6573 Antoine Tremblay <antoine.tremblay@ericsson.com>
6574
6575 * gdb.threads/process-dies-while-detaching.c: New file.
6576 * gdb.threads/process-dies-while-detaching.exp: New file.
6577
63000888
PA
65782016-07-01 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.multi/watchpoint-multi-exit.c: New file.
6581 * gdb.multi/watchpoint-multi-exit.exp: New file.
6582
038d4868
PA
65832016-06-30 Pedro Alves <palves@redhat.com>
6584
6585 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6586 unset inferior_spawn_id.
6587
994e9c83
PA
65882016-06-30 Pedro Alves <palves@redhat.com>
6589
6590 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6591 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6592
e5653468
YQ
65932016-06-29 Yao Qi <yao.qi@linaro.org>
6594
6595 * gdb.base/return.c: Add copyright header.
6596
803b47e5
TT
65972016-06-29 Tom Tromey <tom@tromey.com>
6598
6599 PR python/20129:
6600 * gdb.python/py-framefilter.exp: Add tests for setting priority
6601 and disabling of non-existent frame filter.
6602
28244707
YQ
66032016-06-29 Yao Qi <yao.qi@linaro.org>
6604
6605 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6606 0x0f07ff.
6607
a31d2f06
YQ
66082016-06-28 Yao Qi <yao.qi@linaro.org>
6609
6610 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6611 triplets. Start gdb, execute catch syscall, and continue. Check
6612 gdb's output to determine catch syscall is supported.
6613
921d8f54
MG
66142016-06-27 Manish Goregaokar <manish@mozilla.com>
6615
25d49b86
PA
6616 * gdb.rust/simple.rs: Add test for returning unit in a function.
6617 * gdb.rust/simple.exp: Add expectation for functions returning
6618 unit.
921d8f54 6619
f4952523
PMR
66202016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6621
6622 * gdb.python/py-breakpoint-create-fail.c,
6623 gdb.python/py-breakpoint-create-fail.exp,
6624 gdb.python/py-breakpoint-create-fail.py: New testcase.
6625
fccb08f8
MG
66262016-06-25 Manish Goregaokar <manish@mozilla.com>
6627
6628 PR gdb/20239
6629 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6630 * gdb.rust/simple.exp: Add test expectations for new NonZero
6631 tests.
fccb08f8 6632
6b850546
DT
66332016-06-24 David Taylor <dtaylor@emc.com>
6634
6635 * gdb.base/offsets.exp: New file.
6636 * gdb.base/offsets.c: New file.
6637
17621150
TT
66382016-06-23 Tom Tromey <tom@tromey.com>
6639
6640 PR gdb/16483:
6641 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6642 before any filters are loaded.
6643
04d59df6
WT
66442016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6645
6646 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6647 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6648 structs.
6649 * gdb.fortran/derived-type-function.exp: New file.
6650 * gdb.fortran/derived-type-function.f90: New file.
6651
6652
ac69f786
PA
66532016-06-21 Pedro Alves <palves@redhat.com>
6654
6655 * gdb.base/new-ui.exp: New file.
6656 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6657 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6658 (with_spawn_id): New procedure.
6659
49940788
PA
66602016-06-21 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.mi/mi-exec-run.exp: New file.
6663
ef274d26
PA
66642016-06-21 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6667 breakpoint command's output on the main UI.
6668 (test_break): New procedure, factored out from calls in the top
6669 level.
6670 (top level): Use foreach_with_prefix to test MI as main UI and as
6671 separate UI.
6672
468afe6c
PA
66732016-06-21 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6676 (test_awatch_creation_and_listing)
6677 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6678 Remove 'type' parameter.
6679 (test_watchpoint_all): New parameter mi_mode. Remove
6680 with_test_prefix.
6681 (top level): Use foreach_with_prefix, and add main/separate UI MI
6682 testing axis.
6683
51f77c37
PA
66842016-06-21 Pedro Alves <palves@redhat.com>
6685
6686 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6687 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6688 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6689 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6690 (gdb_main_spawn_id, mi_spawn_id): Declare and
6691 comment.
6692 (mi_create_inferior_pty): New procedure,
6693 factored out from default_mi_gdb_start.
6694 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6695 procedures.
6696 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6697 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6698 Use mi_create_inferior_pty.
6699 (mi_gdb_start): Use eval to pass down args list.
6700
8980e177
PA
67012016-06-21 Pedro Alves <palves@redhat.com>
6702
6703 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6704 * gdb.opt/inline-cmds.exp: Add MI tests.
6705
f38d3ad1
PA
67062016-06-21 Pedro Alves <palves@redhat.com>
6707
6708 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6709
45db7c09
PA
67102016-06-21 Pedro Alves <palves@redhat.com>
6711
6712 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6713 (top level): Use it instead of mi_execute_to.
6714
5a069ab3
PA
67152016-06-21 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6718 (cont_handler_str): New.
6719 (signal_stop_handler): Set stop_handler_str instead of printing to
6720 stdout.
6721 (continue_handler): Set cont_handler_str instead of printing to
6722 stdout.
6723 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6724 mi_send_resuming_command. Print stop_handler_str and
6725 cont_handler_str instead of expecting the python events print
6726 directly.
6727
2838cc1d
SD
67282016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6729
6730 * gdb.base/jit-reader.exp: New file.
6731 * gdb.base/jithost.c: New file.
6732 * gdb.base/jithost.h: New file.
6733 * gdb.base/jitreader.c : New file.
6734 * gdb.base/jit-protocol.h: New file.
6735
21a77091
YQ
67362016-06-17 Yao Qi <yao.qi@linaro.org>
6737
6738 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6739 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6740 and detach-on-fork. Adjust tests.
6741 (top level): Invoke break_cond_on_syscall with combinations of
6742 syscall, follow-fork-mode and detach-on-fork.
6743
f50bf8e5
YQ
67442016-06-17 Yao Qi <yao.qi@linaro.org>
6745
6746 * gdb.base/step-over-exit.c: New.
6747 * gdb.base/step-over-exit.exp: New.
6748
a28d8e50
YTL
67492016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6750
6751 * gdb.base/float.exp: Add target check for nds32*-*-*.
6752 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6753
cad8e26d
AB
67542016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6755
6756 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6757 for unsupported target features.
6758 * gdb.base/call-rt-st.exp: Likewise.
6759 * gdb.base/call-sc.exp: Likewise.
6760 * gdb.base/call-signal-resume.exp: Likewise.
6761 * gdb.base/call-strs.exp: Likewise.
6762 * gdb.base/callexit.exp: Likewise.
6763 * gdb.base/callfuncs.exp: Likewise.
6764 * gdb.base/nodebug.exp: Likewise.
6765 * gdb.base/printcmds.exp: Likewise.
6766 * gdb.base/ptype.exp: Likewise.
6767 * gdb.base/structs.exp: Likewise.
6768 * gdb.base/unwindonsignal.exp: Likewise.
6769 * gdb.cp/gdb2495.exp: Likewise.
6770 * gdb.cp/templates.exp: Likewise.
6771 * gdb.cp/virtfunc.exp: Likewise.
6772 * gdb.threads/hand-call-in-threads.exp: Likewise.
6773 * gdb.threads/interrupted-hand-call.exp: Likewise.
6774 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6775
347dc102
TT
67762016-06-10 Tom Tromey <tom@tromey.com>
6777
6778 PR rust/20110:
6779 * gdb.rust/expr.exp: Add test for integer constant larger than
6780 i32.
6781
5e13cf25
BH
67822016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6783
6784 * gdb.fortran/nested-funcs.exp: New.
6785 * gdb.fortran/nested-funcs.f90: New.
6786
bb556f1f
TK
67872016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6788
6789 * gdb.base/examine-backward.c: New file.
6790 * gdb.base/examine-backward.exp: New file.
6791
38b022b4
SM
67922016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6793
6794 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6795 matching.
6796
1b40ec05
TT
67972016-06-02 Tom Tromey <tom@tromey.com>
6798
6799 PR python/18984:
6800 * gdb.python/py-shared.exp: Add solib_name test.
6801
193bd378
SM
68022016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6803
6804 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6805
3326303b
MG
68062016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6807
6808 PR c++/19893
6809 * gdb.dwarf2/implref.exp: Rename to...
6810 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6811 * gdb.dwarf2/implref-array.c: New file.
6812 * gdb.dwarf2/implref-array.exp: Likewise.
6813 * gdb.dwarf2/implref-global.c: Likewise.
6814 * gdb.dwarf2/implref-global.exp: Likewise.
6815 * gdb.dwarf2/implref-struct.c: Likewise.
6816 * gdb.dwarf2/implref-struct.exp: Likewise.
6817
825c8ef2
AT
68182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6819
6820 * gdb.trace/trace-condition.exp: Add 64bit tests.
6821
2320162a
AT
68222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6823
6824 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6825 bits types.
6826 (main): Adapt to 8 to 64 bits types.
6827 * gdb.trace/trace-condition.exp: Add new tests.
6828
a7818233
AT
68292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6830
6831 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6832
0d336466
AT
68332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6834
6835 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6836 Move condition tests...
6837 * gdb.trace/trace-condition.exp: Here.
6838
7faeb45a
AT
68392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6840
6841 * gdb.trace/trace-condition.exp: Add counter-case tests.
6842
e385593e
JK
68432016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6844
6845 PR c++/15231
6846 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6847 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6848
744608cc
PA
68492016-05-27 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6852 New procedure.
6853 (top level): Call it, and bail out of DejaGnu is known to be bad.
6854
ac775bf4
AB
68552016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6856
6857 * gdb.base/whatis.c: Extend the test case.
6858 * gdb.base/whatis.exp: Add additional tests.
6859
2bbad2ea
BH
68602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6861
6862* gdb.fortran/type.f90: Add pointer variable.
6863* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6864
8b70175d
BH
68652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6866
6867 * gdb.fortran/vla-type.exp: Fix testcase name.
6868
86d8a848
BH
68692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6870
6871 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6872
e188eb36
BH
68732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6874
6875 * gdb.fortran/type.f90: Add nested structures.
6876 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6877 * gdb.fortran/derived-type.exp: Adapt expected output.
6878 * gdb.fortran/vla-type.exp: Adapt expected output.
6879
9b2db1fd
BH
68802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6881
6882 * gdb.fortran/whatis_type.exp: Adapt expected output.
6883
72b17055
BH
68842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6885
6886 * gdb.fortran/print_type.exp: Fix expected output.
6887 * gdb.fortran/whatis_type.exp: Fix expected output.
6888
3cd81d8d
BH
68892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6890
6891 * gdb.fortran/whatis_type.exp: Use multi_line.
6892
ddae9462
TT
68932016-05-24 Tom Tromey <tom@tromey.com>
6894
6895 PR python/17386:
6896 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6897 use value as an index.
6898
1957f6b8
TT
68992016-05-23 Tom Tromey <tom@tromey.com>
6900
6901 PR python/17981:
6902 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6903 no-breakpoint case.
6904
026a9174
PA
69052016-05-24 Pedro Alves <palves@redhat.com>
6906
6907 PR gdb/19828
6908 * gdb.threads/clone-attach-detach.c: New file.
6909 * gdb.threads/clone-attach-detach.exp: New file.
6910
e70a7231
FR
69112016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6912
6913 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6914
0f6ed0e0
TT
69152016-05-23 Tom Tromey <tom@tromey.com>
6916
6917 PR python/19438, PR python/18393:
6918 * gdb.python/py-progspace.exp: Add "dir" test.
6919 * gdb.python/py-objfile.exp: Add "dir" test.
6920
ffd19d61
YQ
69212016-05-23 Yao Qi <yao.qi@linaro.org>
6922
6923 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6924 * gdb.arch/thumb2-it.exp: Likewise.
6925
9e8f9b05
SM
69262016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6927
6928 * gdb.mi/mi-threads-interrupt.c: New file.
6929 * gdb.mi/mi-threads-interrupt.exp: New file.
6930
61c6156d
SM
69312016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6932
6933 PR gdb/18077
6934 * gdb.mi/mi-async-run.exp: New file.
6935 * gdb.mi/mi-async-run.c: New file.
6936
67218854
TT
69372016-05-17 Tom Tromey <tom@tromey.com>
6938 Manish Goregaokar <manishsmail@gmail.com>
6939
6940 * lib/rust-support.exp: New file.
6941 * lib/gdb.exp (skip_rust_tests): New proc.
6942 (build_executable_from_specs): Handle rust.
6943 * lib/future.exp (gdb_find_rustc): New proc.
6944 (gdb_default_target_compile): Handle rust.
6945 * gdb.rust/expr.exp: New file.
6946 * gdb.rust/generics.exp: New file.
6947 * gdb.rust/generics.rs: New file.
6948 * gdb.rust/methods.exp: New file.
6949 * gdb.rust/methods.rs: New file.
6950 * gdb.rust/modules.exp: New file.
6951 * gdb.rust/modules.rs: New file.
6952 * gdb.rust/simple.exp: New file.
6953 * gdb.rust/simple.rs: New file.
6954
c44af4eb
TT
69552016-05-17 Tom Tromey <tom@tromey.com>
6956
6957 * gdb.base/default.exp (set language): Add rust.
6958
dcd1f979
TT
69592016-05-17 Tom Tromey <tom@tromey.com>
6960
6961 * gdb.gdb/unittest.exp: New file.
6962
155b7f57
YQ
69632016-05-16 Yao Qi <yao.qi@linaro.org>
6964
6965 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6966 shell_prompt. Update shell_prompt_re.
6967
8ddd5a6c
DE
69682016-05-12 Doug Evans <dje@google.com>
6969
6970 PR symtab/19999
6971 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6972 $options when building executable.
6973 * gdb.dwarf2/fission-loclists-pie.S: New file.
6974 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6975
02e370d9
SM
69762016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6977
6978 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6979 of [is_remote target],
6980
8929ad8b
SM
69812016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6982
6983 * lib/gdb.exp (use_gdb_stub): New procedure.
6984
6c447423
DE
69852016-05-03 Yunlian Jiang <yunlian@google.com>
6986 Doug Evans <dje@google.com>
6987
6988 PR symtab/19914
6989 * gdb.dwarf2/dwp-sepdebug.c: New file.
6990 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6991
444e826c
SM
69922016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6993
6994 * gdb.base/detach.exp: Remove is_remote check.
6995
740feeaa
SM
69962016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6997
6998 * gdb.base/annota-input-while-running.exp: Don't check for
6999 [is_remote target]. Enable annotations after running to main.
7000 Remove unused "set test..." line.
7001
9080ac9d
SM
70022016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7003
7004 * gdb.trace/trace-enable-disable.exp: New file.
7005 * gdb.trace/trace-enable-disable.c: New file.
7006
952ebca5
SM
70072016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7008
7009 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7010 use it in info sharedlibrary test.
7011 * gdb.trace/ftrace-lock.exp: Likewise.
7012 * gdb.trace/ftrace.exp: Likewise.
7013 * gdb.trace/range-stepping.exp: Likewise.
7014 * gdb.trace/trace-break.exp: Likewise.
7015 * gdb.trace/trace-condition.exp: Likewise.
7016 * gdb.trace/trace-mt.exp: Likewise.
7017
d9019901
SM
70182016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7019
7020 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7021 (gdb_load_shlib): ... this.
7022 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7023 gdb_load_shlib.
7024 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7025 * gdb.base/ctxobj.exp: Likewise.
7026 * gdb.base/dprintf-pending.exp: Likewise.
7027 * gdb.base/dso2dso.exp: Likewise.
7028 * gdb.base/fixsection.exp: Likewise.
7029 * gdb.base/gcore-relro.exp: Likewise.
7030 * gdb.base/gdb1555.exp: Likewise.
7031 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7032 * gdb.base/gnu-ifunc.exp: Likewise.
7033 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7034 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7035 * gdb.base/pending.exp: Likewise.
7036 * gdb.base/print-file-var.exp: Likewise.
7037 * gdb.base/print-symbol-loading.exp: Likewise.
7038 * gdb.base/shlib-call.exp: Likewise.
7039 * gdb.base/shreloc.exp: Likewise.
7040 * gdb.base/so-impl-ld.exp: Likewise.
7041 * gdb.base/solib-disc.exp: Likewise.
7042 * gdb.base/solib-nodir.exp: Likewise.
7043 * gdb.base/solib-overlap.exp: Likewise.
7044 * gdb.base/solib-symbol.exp: Likewise.
7045 * gdb.base/solib-weak.exp (do_test): Likewise.
7046 * gdb.base/sym-file.exp: Likewise.
7047 * gdb.base/symtab-search-order.exp: Likewise.
7048 * gdb.base/type-opaque.exp: Likewise.
7049 * gdb.base/unload.exp: Likewise.
7050 * gdb.base/watchpoint-solib.exp: Likewise.
7051 * gdb.compile/compile.exp: Likewise.
7052 * gdb.cp/gdb2384.exp: Likewise.
7053 * gdb.cp/infcall-dlopen.exp: Likewise.
7054 * gdb.cp/re-set-overloaded.exp: Likewise.
7055 * gdb.fortran/library-module.exp: Likewise.
7056 * gdb.opt/solib-intra-step.exp: Likewise.
7057 * gdb.python/py-finish-breakpoint.exp: Likewise.
7058 * gdb.python/py-shared.exp: Likewise.
7059 * gdb.reverse/solib-precsave.exp: Likewise.
7060 * gdb.reverse/solib-reverse.exp: Likewise.
7061 * gdb.server/solib-list.exp: Likewise.
7062 * gdb.threads/dlopen-libpthread.exp: Likewise.
7063 * gdb.threads/tls-shared.exp: Likewise.
7064 * gdb.threads/tls-so_extern.exp: Likewise.
7065 * gdb.trace/change-loc.exp: Likewise.
7066 * gdb.trace/ftrace-lock.exp: Likewise.
7067 * gdb.trace/ftrace.exp: Likewise.
7068 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7069 * gdb.trace/pending.exp: Likewise.
7070 * gdb.trace/range-stepping.exp: Likewise.
7071 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7072 (strace_info_marker): Likewise.
7073 (strace_probe_marker): Likewise.
7074 (strace_trace_on_same_addr): Likewise.
7075 (strace_trace_on_diff_addr): Likewise.
7076 * gdb.trace/trace-break.exp: Likewise.
7077 * gdb.trace/trace-condition.exp: Likewise.
7078 * gdb.trace/trace-mt.exp: Likewise.
7079
fca4cfd9
SM
70802016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7081
7082 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7083 result of gdb_remote_download.
7084 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7085 * gdb.base/dso2dso.exp: Likewise.
7086 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7087 * gdb.base/print-file-var.exp: Likewise.
7088 * gdb.base/shlib-call.exp: Likewise.
7089 * gdb.base/shreloc.exp: Likewise.
7090 * gdb.base/solib-overlap.exp: Likewise.
7091 * gdb.base/solib-weak.exp (do_test): Likewise.
7092 * gdb.base/unload.exp: Likewise.
7093
11cf4ffb
YQ
70942016-04-27 Yao Qi <yao.qi@linaro.org>
7095
7096 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7097 exists.
7098
3e2e34f8
KB
70992016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7100
7101 * vla-type.exp: Print structure from toplevel.
7102
8f07e298
BH
71032016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7104
7105 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7106 of dynamic types.
7107 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7108 of dynamic types.
7109
9920b434
BH
71102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7111
7112 * gdb.fortran/vla-type.f90: New file.
7113 * gdb.fortran/vla-type.exp: New file.
7114
f3abeff5
YQ
71152016-04-25 Yao Qi <yao.qi@linaro.org>
7116
7117 * gdb.base/branch-to-self.c: New file.
7118 * gdb.base/branch-to-self.exp: New file.
7119
0a5d52f0
YQ
71202016-04-22 Yao Qi <yao.qi@linaro.org>
7121
7122 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7123 more after $hex.
7124
495346f6
YQ
71252016-04-22 Yao Qi <yao.qi@linaro.org>
7126
7127 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7128 * gdb.base/annota3.exp: Likewise.
7129
4a7e075c
YQ
71302016-04-22 Yao Qi <yao.qi@linaro.org>
7131
7132 * gdb.reverse/step-precsave.exp: Do one step and test program
7133 stops in "callee" and do multiple steps until program goes out
7134 of "callee".
7135 * gdb.reverse/step-reverse.exp: Likewise.
7136
5b061e98
YQ
71372016-04-22 Yao Qi <yao.qi@linaro.org>
7138
7139 * gdb.trace/signal.exp: Also pass if
7140 $tracepoint_hits($i) > $iterations.
7141
5c5dc57f
YQ
71422016-04-22 Yao Qi <yao.qi@linaro.org>
7143
7144 * gdb.trace/signal.c: New file.
7145 * gdb.trace/signal.exp: New file.
7146
a55411b9
DE
71472016-04-19 Doug Evans <xdje42@gmail.com>
7148
7149 * gdb.base/bad-file.exp: New file.
7150
a22df60a
MG
71512016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7152
7153 * gdb.dwarf2/implref.exp: New file.
7154
0c13f7e5
BH
71552016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7156
7157 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7158 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7159 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7160 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7161 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7162 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7163 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7164 * lib/fortran.exp (fortran_int4): New procedure.
7165 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7166 (fortran_logical4): Likewise.
7167
9b9b09e9
BH
71682016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7169
7170 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7171
a14d1f4d
BH
71722016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7173
7174 * lib/compiler.c: Add Intel specific preprocessor macros.
7175 * lib/compiler.cc: Likewise.
25d49b86 7176
7d49b1d0
LM
71772016-04-13 Luis Machado <lgustavo@codesourcery.com>
7178
7179 * gdb.server/connect-with-no-symbol-file.c: New file.
7180 * gdb.server/connect-with-no-symbol-file.exp: New file.
7181
8392fa22
SM
71822016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7183
7184 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7185
8c4c4aeb
SM
71862016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7187
7188 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7189 standard output directory.
7190
45e3745e
AT
71912016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7192
7193 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7194
e26b7e41
MM
71952016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7196
7197 * gdb.btrace/instruction_history.c (loop): Add declaration.
7198
8ce09462
AT
71992016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7200
7201 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7202
2e88a1ea
SM
72032016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7204
7205 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7206 parentheses to print.
7207 (continue_handler): Likewise.
7208
f48e22e3
SM
72092016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7210
7211 * gdb.server/solib-list.exp: Remove is_remote check.
7212 Pass shlib= to gdb_compile. Don't link shared library with
7213 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7214 Run binary filename through "readlink -f" on the target.
7215
096be756
PA
72162016-04-08 Pedro Alves <palves@redhat.com>
7217
7218 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7219 interpreter filename as argument to gdbserver_spawn.
7220 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7221 Return empty if $last_loaded_file does not exist.
7222
06500533
JK
72232016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7224
7225 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7226 * gdb.base/jit-main.c: Use exit after usage.
7227
2d35e871
JK
72282016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7229
7230 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7231 GDBHISTSIZE prior to the tests.
7232 * gdb.base/gdbinit-history.exp: Likewise.
7233
72342016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7235
7236 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7237 instead of build_executable. Use gdb_load_shlibs.
7238
c8064e7e
YQ
72392016-04-07 Yao Qi <yao.qi@linaro.org>
7240
7241 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7242 Execute "si" command.
7243
bde47561
YQ
72442016-04-07 Yao Qi <yao.qi@linaro.org>
7245
7246 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7247 number instead of the comments on some line.
7248
b16f8a3b
DB
72492016-04-06 Don Breazeal <donb@codesourcery.com>
7250
7251 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7252 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7253
c2f901df
SM
72542016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7255
7256 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7257 standard_output_file. Remove unused binfile variable.
7258
ac17fda0
CU
72592016-04-05 Catalin Udma <catalin.udma@freescale.com>
7260
7261 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7262 * gdb.python/py-mi-objfile.exp: Match "list main" output
7263 in console format.
7264
03a8c4df
SM
72652016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7266
7267 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7268 absolute.
7269
6e774b13
SM
72702016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7271
7272 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7273 absolute.
7274 * gdb.trace/ftrace.exp: Likewise.
7275 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7276 targets as well.
7277 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7278 (gdb_load_shlibs): Copy libraries to test directory when testing
7279 natively. Only set solib-search-path if testing remotely.
7280 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7281
7817ea46
SM
72822016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7283
7284 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7285 gdb_download. Use it even if the target is not remote.
7286 * gdb.base/jit.exp (compile_jit_test): Likewise.
7287 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7288 output directory if the destination board is local, otherwise use
7289 the standard remote_download from DejaGnu.
7290 (gdb_download): Remove.
7291 (gdb_load_shlibs): Use gdb_remote_download instead of
7292 gdb_download.
7293 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7294 Use gdb_remote_download instead of gdb_download. Use it even if
7295 the target is not remote.
7296 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7297 instead of gdb_download.
7298
7beb7f68
SM
72992016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7300
7301 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7302 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7303 run.
7304
cc63428a
AV
73052016-04-01 Artemiy Volkov <artemiyv@acm.org>
7306
7307 PR gdb/19820
7308 * gdb.base/printcmds.exp: Add artificial arrays tests.
7309
64cdf930
PA
73102016-03-31 Pedro Alves <palves@redhat.com>
7311
7312 PR gdb/19858
7313 * gdb.base/jit-main.c: Include unistd.h.
7314 (ATTACH): Define to 0 if not already defined.
7315 (wait_for_gdb, mypid): New globals.
7316 (WAIT_FOR_GDB): New macro.
7317 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7318 some breakpoint locations.
7319 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7320 New procedures.
7321 (one_jit_test): Add REATTACH parameter, and handle it. Use
7322 continue_to_test_location.
7323 (top level): Test attach, and adjusts calls to one_jit_test.
7324
40dea8cb
PA
73252016-03-31 Pedro Alves <palves@redhat.com>
7326
7327 PR gdb/19858
7328 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7329 BINSUFFIX parameter, and handle it.
7330 (top level): Adjust calls compile_jit_test.
7331
e7ea3ec7
CU
73322016-03-31 Catalin Udma <catalin.udma@freescale.com>
7333
7334 PR python/19743
7335 * gdb.python/py-mi-events-gdb.py: New file.
7336 * gdb.python/py-mi-events.c: New file.
7337 * gdb.python/py-mi-events.exp: New file.
7338
e6359af3
YQ
73392016-03-30 Yao Qi <yao.qi@linaro.org>
7340
7341 * gdb.reverse/until-precsave.exp: Match function name only.
7342 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7343 Move malloc to a condition block.
7344 * gdb.reverse/until-reverse.exp: Match function name only.
7345
a4105d04
MK
73462016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7347
7348 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7349 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7350 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7351 variable for GPR 0 instead of assuming it is register 0.
7352 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7353 * lib/trace-support.exp: Add s390 registers.
7354
bfa6adb9
YQ
73552016-03-29 Yao Qi <yao.qi@linaro.org>
7356
7357 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7358
1e6697ea
YQ
73592016-03-24 Yao Qi <yao.qi@linaro.org>
7360
7361 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7362 test message.
7363
64bcd522
AA
73642016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7365
7366 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7367 maintaining separate logic for constructing the output path.
7368
7868401b
DB
73692016-03-16 Don Breazeal <donb@codesourcery.com>
7370
7371 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7372 Retry fork and waitpid on interrupted system call errors.
7373 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7374 Use with_timeout_factor to increase timeout by factor of 10.
7375
1cafadb4
DB
73762016-03-15 Don Breazeal <donb@codesourcery.com>
7377
7378 * gdb.cp/scope-err.cc: New test program.
7379 * gdb.cp/scope-err.exp: New test script.
7380 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7381 lines and "set breakpoint here" comment.
7382 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7383 Fixed some whitespace and format issues.
7384 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7385 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7386
81516450
DE
73872016-03-15 Doug Evans <dje@google.com>
7388
7389 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7390 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7391 All callers updated. Add tests for enums, mixed flags register.
7392
aa52b601
DE
73932016-03-15 Doug Evans <dje@google.com>
7394
7395 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7396 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7397
fa4ff313
SM
73982016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7399
7400 * gdb.base/default.exp: Add $_as_string to the list of expected
7401 convenience functions.
7402
f2403c39
AB
74032016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7404
7405 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7406
f2f3ccb9
SM
74072016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7408
7409 * gdb.python/py-as-string.exp: New file.
7410 * gdb.python/py-as-string.c: New file.
7411
00dbd492
PA
74122016-03-09 Pedro Alves <palves@redhat.com>
7413
7414 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7415 signal" -> "Thread NN received signal" output change.
7416 * gdb.threads/ia64-sigill.exp: Likewise.
7417 * gdb.threads/linux-dp.exp: Likewise.
7418 * gdb.threads/manythreads.exp: Likewise.
7419 * gdb.threads/pending-step.exp: Likewise.
7420 * gdb.threads/print-threads.exp: Likewise.
7421 * gdb.threads/sigstep-threads.exp: Likewise.
7422 * gdb.threads/staticthreads.exp: Likewise.
7423 * gdb.threads/tls.exp: Likewise.
7424
1e6697ea
YQ
74252016-03-09 Pedro Alves <palves@redhat.com>
7426
7427 * gdb.base/command-line-input.exp: New file.
7428
b04fd3be
MK
74292016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7430
7431 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7432 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7433 * gdb.trace/pending.exp: Accept leading dot before function name.
7434 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7435 * lib/trace-support.exp: Set registers for ppc.
7436
98fa59e9
MK
74372016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7438
7439 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7440 use it for disassembly; accept .main in addition to main in backtrace.
7441
f77198c8
MK
74422016-03-09 Wei-cheng Wang <cole945@gmail.com>
7443 Marcin Kościelnicki <koriakin@0x04.net>
7444
7445 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7446 (gdb_recursion_test_ptr): New global variable.
7447 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7448 gdb_recursion_test.
7449 (gdb_c_test): Ditto.
7450
ba84e0da
MK
74512016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7452
7453 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7454 ordering.
7455
4366d36e
MK
74562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7457
7458 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7459 (bar): Add bar_start_lbl label.
7460 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7461 of foo/bar for emitting DWARF and tracing.
7462
5eb264df
SDJ
74632016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7464
7465 * analyze-racy-logs.py: Set executable bit.
7466
fb6a751f
SDJ
74672016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7468
7469 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7470 (CHECK_TARGET_TMP): Likewise.
7471 (check-single-racy): New rule.
7472 (check-parallel-racy): Likewise.
7473 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7474 (do-check-parallel-racy): New rule.
7475 (check-racy/%.exp): Likewise.
7476 * README (Racy testcases): New section.
7477 * analyze-racy-logs.py: New file.
7478
bdf7e230
DE
74792016-03-03 Doug Evans <dje@google.com>
7480
7481 * gdb.base/skip.exp: Use with_test_prefix.
7482
4719d415
YQ
74832016-03-03 Yao Qi <yao.qi@linaro.org>
7484
7485 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7486 Invoke step_over_syscall "clone" and break_cond_on_syscall
7487 "clone".
7488 * gdb.base/step-over-clone.c: New file.
7489
ea507862
YQ
74902016-03-03 Yao Qi <yao.qi@linaro.org>
7491
7492 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7493 code format.
7494
8fc8cbda
YQ
74952016-03-03 Yao Qi <yao.qi@linaro.org>
7496
7497 * gdb.base/disp-step-fork.c: Rename to ...
7498 * gdb.base/step-over-fork.c: ... it. New file.
7499 * gdb.base/disp-step-vfork.c: Rename to ...
7500 * gdb.base/step-over-vfork.c: ... it. New file.
7501 * gdb.base/disp-step-syscall.exp: Rename to ...
7502 * gdb.base/step-over-syscall.exp: ... it. New file.
7503 (disp_step_cross_syscall): Rename to ...
7504 (step_over_syscall): ... it.
7505
92fa70b0
YQ
75062016-03-03 Yao Qi <yao.qi@linaro.org>
7507
7508 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7509 If target supports condition evaluation on target, invoke
7510 break_cond_on_syscall for fork and vfork.
7511
e197ad3c
YQ
75122016-03-03 Yao Qi <yao.qi@linaro.org>
7513
7514 * gdb.base/disp-step-syscall.exp: Don't invoke
7515 support_displaced_stepping.
7516 (disp_step_cross_syscall): Test with displaced stepping off and
7517 on if supported.
7518
0b47da9f
YQ
75192016-03-03 Yao Qi <yao.qi@linaro.org>
7520
7521 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7522 proc.
7523 (setup): New proc.
7524 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7525 and setup.
7526
065ab6dc
BH
75272016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7528
7529 * gdb.fortran/vla-history.exp: Remove breakpoint.
7530
07e448ad 75312016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7532
25d49b86
PA
7533 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7534 exceeds timeout.
07e448ad 7535
9ac2d526 75362016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7537
25d49b86
PA
7538 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7539 breakpoint.
9ac2d526 7540
17807369
BH
75412016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7542
7543 * gdb.mi/vla.f90: Nullify pointer after declaration.
7544
86e501af
PA
75452016-03-01 Pedro Alves <palves@redhat.com>
7546
7547 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7548
1e903e32
PA
75492016-03-01 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7552 before anything else.
7553 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7554 _GNU_SOURCE here.
7555 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7556 before anything else.
7557 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7558
6ccb54e2
PA
75592016-03-01 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7562
30ca9da1
YQ
75632016-03-01 Yao Qi <yao.qi@linaro.org>
7564
7565 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7566 prepare_for_testing.
7567
dc856b38
YQ
75682016-03-01 Yao Qi <yao.qi@linaro.org>
7569
7570 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7571
4a932159
AA
75722016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7573
7574 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7575 manually constructing the output path.
7576
f2489477
AA
75772016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7578
7579 * gdb.arch/s390-stackless.S: New.
7580 * gdb.arch/s390-stackless.exp: New.
7581
38899f16
IB
75822016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7583
7584 * gdb.dlang/circular.c: New file.
7585 * gdb.dlang/circular.exp: New file.
7586
9fde51ed
YQ
75872016-02-26 Yao Qi <yao.qi@linaro.org>
7588
7589 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7590 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7591 (testcases): Update.
7592
ce90fefe
YQ
75932016-02-26 Yao Qi <yao.qi@linaro.org>
7594
7595 * gdb.reverse/aarch64.c: Rename to ...
7596 * gdb.reverse/insn-reverse.c: ... it.
7597 * gdb.reverse/aarch64.exp: Rename to ...
7598 * gdb.reverse/insn-reverse.exp: ... it.
7599
3263bceb
YQ
76002016-02-26 Yao Qi <yao.qi@linaro.org>
7601
7602 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7603 (testcase_ftype): New.
7604 (testcases): New array.
7605 (n_testcases): New.
7606 (main): Call each element in testcases.
7607 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7608 (read_testcase): New.
7609 Do the tests in a loop.
7610
6cb59ff1
YQ
76112016-02-25 Yao Qi <yao.qi@linaro.org>
7612
7613 * gdb.base/branches.c: Remove.
7614
ae91f625
MK
76152016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7616
7617 PR gdb/13808
7618 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7619
678b48b7
MK
76202016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7621
7622 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7623
7337a6f2
MK
76242016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7625
7626 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7627 change x86_64 call_insn to 'callq'.
7628
861ca91f
AT
76292016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7630
7631 * gdb.trace/tfile-avx.c: Move to...
7632 * gdb.trace/tracefile-pseudo-reg.c: Here.
7633 * gdb.trace/tfile-avx.exp: Move to...
7634 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7635
bf74e428
GB
76362016-02-24 Gary Benson <gbenson@redhat.com>
7637
7638 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7639 message on attach.
7640
cce0e923
DE
76412016-02-23 Doug Evans <dje@google.com>
7642
7643 * gdb.base/skip.c (test_skip): New function.
7644 (end_test_skip_file_and_function): New function.
7645 (test_skip_file_and_function): New function.
7646 * gdb.base/skip1.c (test_skip): New function.
7647 (skip1_test_skip_file_and_function): New function.
7648 * gdb.base/skip.exp: Add tests for new skip options.
7649 * gdb.base/skip-solib.exp: Update expected output.
7650 * gdb.perf/skip-command.cc: New file.
7651 * gdb.perf/skip-command.exp: New file.
7652 * gdb.perf/skip-command.py: New file.
7653
4000e47e
MK
76542016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7655
7656 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7657 info registers pattern.
7658
24f75ead
IB
76592016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7660
7661 * lib/future.exp: Add D support.
7662 (gdb_find_gdc): New proc.
7663 (gdb_default_target_compile): Add D support.
7664
fbb7bcbe
WW
76652016-02-18 Wei-cheng Wang <cole945@gmail.com>
7666
7667 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7668 user+system time.
7669 (trace_speed_test): Determine the iteration count for a time
7670 between 15..30 seconds.
7671
012b3a21
WT
76722016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7673
7674 * gdb.arch/i386-mpx-sigsegv.c: New file.
7675 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7676 * gdb.arch/i386-mpx-simple_segv.c: New file.
7677 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7678
2d5189bd
YQ
76792016-02-18 Yao Qi <yao.qi@linaro.org>
7680
7681 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7682 Don't call setup_kfail.
7683
40fb20d0
YQ
76842016-02-18 Yao Qi <yao.qi@linaro.org>
7685
7686 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7687 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7688
21b1f8d2
DE
76892016-02-16 Doug Evans <dje@google.com>
7690
7691 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7692 * gdb.base/skip1.c: Ditto.
7693 * gdb.base/skip.exp: Whitespace cleanup.
7694
4041ed77
DB
76952016-02-16 Don Breazeal <donb@codesourcery.com>
7696
7697 PR remote/19496
7698 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7699 Remove kfail for PR remote/19496.
7700
c4ef31bf
SM
77012016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * lib/gdb.exp (standard_temp_file): Return a path specific to
7704 the runtest invocation.
7705
266b65b3
SM
77062016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * gdb.trace/save-trace.exp: Change relative path to be in the
7709 standard output directory.
7710
a7a0a6a9
JK
77112016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7712
7713 * gdb.arch/i386-prologue.c: Add missing prototypes.
7714
c99dbb42
JK
77152016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7716
7717 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7718 * gdb.arch/i386-prologue.exp: Likewise.
7719 * gdb.arch/i386-size.exp: Likewise.
7720
aa480355
SM
77212016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7722
7723 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7724 define object file path.
7725 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7726 file path.
7727 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7728 standard_output_file to define binfile.
7729
ba881f50
JK
77302016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7731
7732 Fix compatibility with recent gfortran-5.3.1.
7733 * gdb.fortran/vla-history.exp (print vla1 allocated)
7734 (print vla2 allocated, print $2, print $3): Remove
7735 (print $4): Rename to ...
7736 (print $2): ... here.
7737 (print $9): Rename to ...
7738 (print $5): ... here.
7739 (print $10): Rename to ...
7740 (print $6): ... here.
7741 * gdb.fortran/vla.f90: Add pvla initialization.
7742
e9fb005c
JK
77432016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7744
7745 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7746 New test.
7747 * gdb.fortran/vla-value-sub.exp: Likewise.
7748
e44e00ff
MK
77492016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7750
7751 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7752
97e94151
SM
77532016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7754
7755 * i386-biarch-core.exp: Define corefile using
7756 standard_output_file.
7757
01113bc1
YQ
77582016-02-12 Yao Qi <yao.qi@linaro.org>
7759
7760 * gdb.arch/arm-single-step-kernel-helper.c: New.
7761 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7762
33b4777c
MM
77632016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7764
7765 * gdb.btrace/tailcall-only.exp: New.
7766 * gdb.btrace/tailcall-only.c: New.
7767 * gdb.btrace/x86_64-tailcall-only.S: New.
7768 * gdb.btrace/i686-tailcall-only.S: New.
7769
acc23c11
PA
77702016-02-11 Pedro Alves <palves@redhat.com>
7771
7772 * README (Parallel testing): Add missing double quotes.
7773
e352bf0a
PA
77742016-02-11 Pedro Alves <palves@redhat.com>
7775
7776 * README (Parallel testing): New section.
7777 (GDB_PARALLEL): Rewrite.
7778 (FORCE_PARALLEL): Document.
7779
9f5fed78
MK
77802016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7781
7782 * gdb.trace/tfile-avx.c: New test.
7783 * gdb.trace/tfile-avx.exp: New test.
7784
9ef9e6a6
KS
77852016-02-09 Keith Seitz <keiths@redhat.com>
7786
7787 PR breakpoints/19546
7788 * gdb.base/infcall-exec.c: New file.
7789 * gdb.base/infcall-exec2.c: New file.
7790 * gdb.base/infcall-exec.exp: New file.
7791
a96e36da
KS
77922016-02-09 Keith Seitz <keiths@redhat.com>
7793
7794 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7795 (toplevel): Call test_bkpt_address.
7796
9f61929f
KS
77972016-02-09 Keith Seitz <keiths@redhat.com>
7798
7799 PR python/19506
7800 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7801 (toplevel): Call test_bkpt_address.
7802
1e94266c
SM
78032016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7804
7805 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7806 to AC_OUTPUT.
7807 * configure: Regenerate.
7808
2a7f3dff
PA
78092016-02-09 Pedro Alves <palves@redhat.com>
7810
7811 PR breakpoints/19548
7812 * gdb.base/execl-update-breakpoints.c (some_function): New
7813 function.
7814 (main): Call it.
7815 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7816 Tighten expected GDB output.
7817
2151ccc5
SM
78182016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7819
7820 * Makefile.in (ALL_SUBDIRS): Remove.
7821 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7822 (distclean maintainer-clean realclean): Likewise.
7823 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7824 * configure: Regenerate.
7825 * gdb.ada/Makefile.in: Delete.
7826 * gdb.arch/Makefile.in: Likewise.
7827 * gdb.asm/Makefile.in: Likewise.
7828 * gdb.base/Makefile.in: Likewise.
7829 * gdb.btrace/Makefile.in: Likewise.
7830 * gdb.cell/Makefile.in: Likewise.
7831 * gdb.compile/Makefile.in: Likewise.
7832 * gdb.cp/Makefile.in: Likewise.
7833 * gdb.disasm/Makefile.in: Likewise.
7834 * gdb.dlang/Makefile.in: Likewise.
7835 * gdb.dwarf2/Makefile.in: Likewise.
7836 * gdb.fortran/Makefile.in: Likewise.
7837 * gdb.gdb/Makefile.in: Likewise.
7838 * gdb.go/Makefile.in: Likewise.
7839 * gdb.guile/Makefile.in: Likewise.
7840 * gdb.java/Makefile.in: Likewise.
7841 * gdb.linespec/Makefile.in: Likewise.
7842 * gdb.mi/Makefile.in: Likewise.
7843 * gdb.modula2/Makefile.in: Likewise.
7844 * gdb.multi/Makefile.in: Likewise.
7845 * gdb.objc/Makefile.in: Likewise.
7846 * gdb.opencl/Makefile.in: Likewise.
7847 * gdb.opt/Makefile.in: Likewise.
7848 * gdb.pascal/Makefile.in: Likewise.
7849 * gdb.perf/Makefile.in: Likewise.
7850 * gdb.python/Makefile.in: Likewise.
7851 * gdb.reverse/Makefile.in: Likewise.
7852 * gdb.server/Makefile.in: Likewise.
7853 * gdb.stabs/Makefile.in: Likewise.
7854 * gdb.threads/Makefile.in: Likewise.
7855 * gdb.trace/Makefile.in: Likewise.
7856 * gdb.xml/Makefile.in: Likewise.
7857 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7858 GDB_PARALLEL.
7859 (standard_output_file): Remove check for GDB_PARALLEL, always
7860 return path in outputs/$subdir/$testname.
7861
437277d4
SM
78622016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7863
7864 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7865 (site.exp): Assign abs_srcdir to tcl's srcdir.
7866
31d913c7
YQ
78672016-02-04 Yao Qi <yao.qi@linaro.org>
7868
7869 * gdb.base/foll-exec-mode.c: Include limits.h.
7870 (main): Add parameters argc and argv. Get directory from
7871 argv[0].
7872 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7873 compilation.
7874 * gdb.base/foll-exec.c: Include limits.h.
7875 (main): Add parameters argc and argv.
7876 Get directory from argv[0].
7877 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7878 Adjust tests on the number of lines as source code changed.
7879 * gdb.base/foll-vfork-exit.c: Include limits.h.
7880 (main): Add one line of statement before vfork.
7881 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7882 (main): Add parameters argc and argv. Get directory from
7883 argv[0].
7884 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7885 (setup_gdb): Set tbreak to skip some source lines.
7886 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7887 (main): Add parameters argc and argv. Get directory from
7888 argv[0].
7889 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7890 compilation.
7891 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7892 (main): Add parameters argc and argv. Get directory from
7893 argv[0].
7894 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7895 compilation.
7896
9482b9fb
DE
78972016-02-01 Doug Evans <dje@google.com>
7898
7899 * gdb.base/skip.exp: Clean up multiple references to same test name.
7900
6b2e4f10
PA
79012016-02-01 Pedro Alves <palves@redhat.com>
7902
ccb6afd6 7903 PR remote/19496
6b2e4f10
PA
7904 * gdb.threads/forking-threads-plus-breakpoint.exp
7905 (displaced_stepping_supported): New global.
7906 (probe_displaced_stepping_support): New procedure.
7907 (do_test): Add 'displaced' parameter, and use it.
7908 (top level): Check for displaced stepping support. Add displaced
7909 stepping on/off testing axis.
7910
37a8db1a
AB
79112016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7912
7913 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7914 pointer. Don't perform further tests on the unassociated pointer
7915 if the first test fails.
7916
5fdf6324
AB
79172016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7918
7919 * gdb.base/max-value-size.c: New file.
7920 * gdb.base/max-value-size.exp: New file.
7921 * gdb.base/huge.exp: Disable max-value-size for this test.
7922
935c6144
IB
79232016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7924
7925 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7926
7fe8399d
YQ
79272016-01-28 Yao Qi <yao.qi@linaro.org>
7928
7929 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7930
a2077e25
PA
79312016-01-25 Pedro Alves <palves@redhat.com>
7932
7933 PR threads/19461
7934 * gdb.base/fork-running-state.c: New file.
7935 * gdb.base/fork-running-state.exp: New file.
7936
1d2736d4
PA
79372016-01-25 Pedro Alves <palves@redhat.com>
7938
7939 PR gdb/19494
7940 * gdb.base/catch-fork-kill.c: New file.
7941 * gdb.base/catch-fork-kill.exp: New file.
7942
f1da4b11
PA
79432016-01-25 Pedro Alves <palves@redhat.com>
7944
7945 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7946 Delete, moved to lib/gdb.exp.
7947 * gdb.threads/forking-threads-plus-breakpoint.exp
7948 (foreach_with_prefix): Likewise.
7949 * gdb.threads/process-dies-while-handling-bp.exp
7950 (foreach_with_prefix): Likewise.
7951 * lib/gdb.exp (foreach_with_prefix): New procedure.
7952
45f38546
MK
79532016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7954
7955 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7956 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7957
dc29a1ce
MK
79582016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7959
7960 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7961 endian targets.
7962
092127d7
JK
79632016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7964 Pedro Alves <palves@redhat.com>
7965
7966 Fix testsuite compatibility with Guile.
7967 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7968 number.
7969
31d765d3
JK
79702016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7971
7972 Fix testsuite compatibility with Guile.
7973 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7974 (thread 1): New test for backtrace through signal handler.
7975
1ac78c04
YQ
79762016-01-22 Yao Qi <yao.qi@linaro.org>
7977
7978 PR testsuite/19491
7979 * gdb.base/multi-forks.c: Include
7980 ../lib/unbuffer_output.c
7981 (main): Call gdb_unbuffer_output.
7982
4f5946a8
DE
79832016-01-21 Doug Evans <dje@google.com>
7984
7985 * lib/ada.exp (gdb_compile_ada): Fix typo.
7986
305e13e6
JB
79872016-01-21 Joel Brobecker <brobecker@adacore.com>
7988
7989 * gdb.base/break-fun-addr.exp: New file.
7990 * gdb.base/break-fun-addr1.c: New file.
7991 * gdb.base/break-fun-addr2.c: New file.
7992
5f5dfff6
SM
79932016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7994
7995 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7996 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7997 enum flag values.
7998
fd356fa2
AA
79992016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8000
8001 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8002 when GDB can not set the vector return value. Add more comments
8003 for clarification.
8004
9df22175
AT
80052016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8006
8007 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8008 command.
8009
41d1845e
SM
80102016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8011
8012 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8013
01ac6840
SM
80142016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8015
8016 * Makefile.in (check-single): Pass --status to runtest.
8017 (check/%.exp): Likewise.
8018
80192016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8020
8021 * Makefile.in (check-parallel): Propagate return code from make
8022 do-check-parallel.
8023
bd0a71fa
MK
80242016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8025
8026 * gdb.trace/ftrace.exp: Fix expected message on continue.
8027 * gdb.trace/pending.exp: Fix expected message on continue.
8028 * gdb.trace/trace-break.exp: Fix expected message on continue.
8029
8bcbad33
SM
80302016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8031
8032 * lib/gdb.exp (gdb_test): Remove unused global references.
8033
f303dbd6
PA
80342016-01-18 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/async-shell.exp: Adjust expected output.
8037 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8038 * gdb.base/siginfo-thread.exp: Adjust expected output.
8039 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8040 * gdb.java/jnpe.exp: Adjust expected output.
8041 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8042 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8043 * gdb.threads/leader-exit.exp: Adjust expected output.
8044 * gdb.threads/manythreads.exp: Adjust expected output.
8045 * gdb.threads/pthreads.exp: Adjust expected output.
8046 * gdb.threads/schedlock.exp: Adjust expected output.
8047 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8048 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8049 expected output.
8050 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8051 output.
8052 * gdb.threads/sigthread.exp: Adjust expected output.
8053 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8054
b2789696
YQ
80552016-01-18 Yao Qi <yao.qi@linaro.org>
8056
8057 * gdb.guile/scm-section-script.c: Replace @progbits with
8058 %progbits.
8059 * gdb.python/py-section-script.c: Likewise.
8060
71ef29a8
PA
80612016-01-15 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.multi/tids.exp: Test star wildcard ranges.
8064
3f5b7598
PA
80652016-01-15 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8068 command from "thread apply" invocation.
8069 (thr_apply_info_thr_invalid): Default the expected output to the
8070 input tid list.
8071 (top level): Add tests that use convenience variables. Add tests
8072 for "thread apply" with a valid TID list, but missing the command.
8073
663f6d42
PA
80742016-01-13 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.base/default.exp: Expect $_gthread as well.
8077 * gdb.multi/tids.exp: Test $_gthread.
8078 * gdb.threads/thread-specific.exp: Test $_gthread.
8079
c84f6bbf
PA
80802016-01-13 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.multi/tids.exp: Test "info threads -gid".
8083
22a02324
PA
80842016-01-13 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8087 Breakpoint.thread.
8088 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8089
5d5658a1
PA
80902016-01-07 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.base/break.exp: Adjust to output changes.
8093 * gdb.base/hbreak2.exp: Likewise.
8094 * gdb.base/sepdebug.exp: Likewise.
8095 * gdb.base/watch_thread_num.exp: Likewise.
8096 * gdb.linespec/keywords.exp: Likewise.
8097 * gdb.multi/info-threads.exp: Likewise.
8098 * gdb.threads/thread-find.exp: Likewise.
8099 * gdb.multi/tids.c: New file.
8100 * gdb.multi/tids.exp: New file.
8101
84654457
PA
81022016-01-13 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8105
e3940304
PA
81062016-01-13 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.base/default.exp: Expect $_inferior as well.
8109 * gdb.multi/base.exp: Test $_inferior.
8110
a911d87a
PA
81112016-01-13 Pedro Alves <palves@redhat.com>
8112
8113 PR breakpoints/19388
8114 * gdb.base/catch-signal-siginfo-cond.c: New file.
8115 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8116
82075af2
JS
81172016-01-12 Josh Stone <jistone@redhat.com>
8118 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8119
8120 * gdb.base/catch-syscall.c (do_execve): New variable.
8121 (main): Conditionally trigger an execve.
8122 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8123 (test_catch_syscall_execve): New, check entry/return across execve.
8124 (do_syscall_tests): Call test_catch_syscall_execve.
8125
e46eeedd
PA
81262016-01-12 Pedro Alves <palves@redhat.com>
8127
8128 * gdb.base/random-signal.exp (do_test): New procedure, with body
8129 of testcase moved in.
8130
01d8c27e
JK
81312016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8132 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/funcargs.exp (finish from indirectly called function):
8135 Reintroduce the case for 'First'.
8136
9a706302
JK
81372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8138 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8141 (tcatch_vfork_then_child_follow_exec)
8142 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8143 identification.
8144
c0ecb95f
JK
81452016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8146
8147 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8148 and repeats to unlimited.
8149 * gdb.python/py-value.exp: Likewise.
8150 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8151 and repeats to unlimited.
8152
6cfc1fcb
JK
81532016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8154
8155 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8156 and reordering the functions.
8157 * gdb.multi/hangout.c: Likewise.
8158 * gdb.multi/hello.c: Likewise.
8159
582a1b00
SM
81602016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8161
8162 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8163 absolute.
8164 (SingleStatisticTestResult.report): Use dict.keys instead of
8165 dict.iterkeys.
8166
79bc59cb
PA
81672016-01-06 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8170
43368e1d
MM
81712016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8172
8173 * gdb.btrace/dlopen.exp: New.
8174 * gdb.btrace/dlopen.c: New.
8175 * gdb.btrace/dlopen-dso.c: New.
8176
79fad5b8
SL
81772015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8178
8179 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8180 PATTERN argument is optional.
8181
ab8314b3
JB
81822015-12-24 Joel Brobecker <brobecker@adacore.com>
8183
8184 * lib/ada.exp (target_compile_ada_from_dir): New function.
8185 (gdb_compile_ada): Reimplement avoiding the use of project files.
8186 * gdb.ada/gnat_ada.gpr: Delete.
8187 * gdb.ada/cond_lang.exp: Adjust test to make path before
8188 filename optional.
8189 * gdb.ada/small_reg_param.exp: Likewise.
8190
fe33faff
SM
81912015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8192
8193 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8194
6d265cb4
TP
81952015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8196
8197 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8198 case.
8199
10125099
SM
82002015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8201
8202 * gdb.base/break.exp: Remove dead code.
8203 * gdb.base/sepdebug.exp: Likewise.
8204
3ca22649
SM
82052015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8206
8207 * gdb.asm/asm-source.exp: Remove HP-UX references.
8208 * gdb.base/annota1.exp: Likewise.
8209 * gdb.base/annota3.exp: Likewise.
8210 * gdb.base/attach.exp: Likewise.
8211 * gdb.base/bigcore.exp: Likewise.
8212 * gdb.base/break.exp: Likewise.
8213 * gdb.base/call-ar-st.exp: Likewise.
8214 * gdb.base/callfuncs.exp: Likewise.
8215 * gdb.base/catch-fork-static.exp: Likewise.
8216 * gdb.base/display.exp: Likewise.
8217 * gdb.base/foll-exec-mode.exp: Likewise.
8218 * gdb.base/foll-exec.exp: Likewise.
8219 * gdb.base/foll-fork.exp: Likewise.
8220 * gdb.base/foll-vfork.exp: Likewise.
8221 * gdb.base/funcargs.exp: Likewise.
8222 * gdb.base/hbreak2.exp: Likewise.
8223 * gdb.base/inferior-died.exp: Likewise.
8224 * gdb.base/interrupt.exp: Likewise.
8225 * gdb.base/multi-forks.exp: Likewise.
8226 * gdb.base/nodebug.exp: Likewise.
8227 * gdb.base/sepdebug.exp: Likewise.
8228 * gdb.base/solib1.c: Likewise.
8229 * gdb.base/step-test.exp: Likewise.
8230 * gdb.mi/non-stop.c: Likewise.
8231 * gdb.mi/pthreads.c: Likewise.
8232 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8233 * gdb.threads/pthreads.c: Likewise.
8234 * gdb.threads/staticthreads.exp: Likewise.
8235 * lib/future.exp: Likewise.
8236 * lib/gdb.exp: Likewise.
8237 * gdb.base/so-indr-cl.c: Remove.
8238 * gdb.base/so-indr-cl.exp: Likewise.
8239 * gdb.base/solib.c: Likewise.
8240 * gdb.base/solib.exp: Likewise.
8241 * gdb.base/solib2.c: Likewise.
8242
b6304613
SM
82432015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8244
8245 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8246 * gdb.base/call-ar-st.exp: Likewise.
8247 * gdb.base/callfuncs.exp: Likewise.
8248 * gdb.base/condbreak.exp: Likewise.
8249 * gdb.base/constvars.exp: Likewise.
8250 * gdb.base/hbreak2.exp: Likewise.
8251 * gdb.base/langs.exp: Likewise.
8252 * gdb.base/list.exp: Likewise.
8253 * gdb.base/long_long.exp: Likewise.
8254 * gdb.base/ptype.exp: Likewise.
8255 * gdb.base/scope.exp: Likewise.
8256 * gdb.base/signals.exp: Likewise.
8257 * gdb.base/so-impl-ld.exp: Likewise.
8258 * gdb.base/varargs.exp: Likewise.
8259 * gdb.base/volatile.exp: Likewise.
8260 * gdb.base/whatis.exp: Likewise.
8261 * gdb.cp/cplusfuncs.exp: Likewise.
8262 * gdb.cp/inherit.exp: Likewise.
8263 * gdb.cp/local.exp: Likewise.
8264 * gdb.cp/member-ptr.exp: Likewise.
8265 * gdb.cp/method.exp: Likewise.
8266 * gdb.cp/overload.exp: Likewise.
8267 * gdb.cp/templates.exp: Likewise.
8268 * gdb.stabs/weird.exp: Likewise.
8269 * lib/compiler.c: Likewise.
8270 * lib/compiler.cc: Likewise.
8271 * lib/cp-support.exp: Likewise.
8272 * lib/gdb.exp: Likewise.
8273
bf401b07
SM
82742015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8275
8276 * configure.ac: Remove HP-UX case.
8277 * configure: Regenerate.
8278
aff9c0f8
SM
82792015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8280
8281 * lib/gdb.exp (gdb_compile): Add function doc.
8282
a6904d5a
PA
82832015-12-17 Pedro Alves <palves@redhat.com>
8284
8285 PR threads/19354
8286 * gdb.multi/info-threads.exp: New file.
8287
a22279dd
YQ
82882015-12-15 Yao Qi <yao.qi@linaro.org>
8289
8290 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8291 is aarch64*-*-*.
8292
0588c796
SL
82932015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8294
8295 * gdb.base/history-duplicates.exp: Skip if no readline support.
8296
5d978e17
SL
82972015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8298
8299 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8300
7e763b86
SL
83012015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8302
8303 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8304
87a3a92c
SL
83052015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8306
8307 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8308 ctrl-C if nointerrupts target property is set.
8309 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8310 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8311 * gdb.base/paginate-bg-execution.exp: Likewise.
8312 * gdb.base/paginate-execution-startup.exp: Likewise.
8313 * gdb.base/random-signal.exp: Likewise.
8314 * gdb.base/range-stepping.exp: Likewise.
8315 * gdb.cp/annota2.exp: Likewise.
8316 * gdb.cp/annota3.exp: Likewise.
8317 * gdb.gdb/selftest.exp: Likewise.
8318 * gdb.threads/continue-pending-status.exp: Likewise.
8319 * gdb.threads/leader-exit.exp: Likewise.
8320 * gdb.threads/manythreads.exp: Likewise.
8321 * gdb.threads/pthreads.exp: Likewise.
8322 * gdb.threads/schedlock.exp: Likewise.
8323 * gdb.threads/sigthread.exp: Likewise.
8324
a8f077dc
DB
83252015-12-11 Don Breazeal <donb@codesourcery.com>
8326
8327 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8328 remote.
8329 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8330 * gdb.base/foll-exec.exp (main): Enable for target remote.
8331 * gdb.base/foll-fork.exp (main): Likewise.
8332 * gdb.base/foll-vfork.exp (main): Likewise.
8333 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8334 (proc continue_to_exit_bp_loc): Use clean_restart.
8335 * gdb.base/pie-execl.exp (main): Disable for target remote.
8336 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8337 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8338 * gdb.threads/execl.exp (main): Likewise.
8339 * gdb.threads/fork-child-threads.exp (main): Likewise.
8340 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8341 remote.
8342 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8343 remote.
8344 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8345 pid.tid style ptids, instead of just tid.
8346 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8347 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8348 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8349 ptids, instead of just tid.
8350
3b2464a8
AB
83512015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8352
8353 * gdb.base/list.exp (test_list_forward): Add end of file error
8354 test.
8355 (test_repeat_list_command): Add end of file error test.
8356 (test_list_backwards): Add beginning of file error test.
8357
a0def019
AB
83582015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8359
8360 * gdb.base/list.exp (test_list_invalid_args): New function,
8361 defined, and called.
8362
5c000dff
AB
83632015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8364
8365 * gdb.base/list.exp (test_list): Make test names unique.
8366
f1637ebe
YQ
83672015-12-11 Yao Qi <yao.qi@linaro.org>
8368
8369 * gdb.base/coremaker2.c: Remove.
8370
36d6fc0a
PA
83712015-12-10 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.multi/base.exp: Remove stale "spaces" references.
8374
762f7747
PA
83752015-12-10 Pedro Alves <palves@redhat.com>
8376
8377 * gdb.multi/base.exp: Don't use nowarnings.
8378 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8379 * gdb.multi/hangout.c: Include stdio.h.
8380 * gdb.multi/hello.c: Include stdlib.h.
8381 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8382 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8383 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8384
28d2bfb9
AB
83852015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8386
8387 * gdb.dwarf2/dw2-ranges-base.c: New file.
8388 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8389 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8390 support additional line table, and debug ranges generation.
8391 (Dwarf::ranges): New function, generate .debug_ranges.
8392 (Dwarf::lines): Support generating simple line table programs.
8393 (Dwarf::assemble): Initialise new namespace variables.
8394
5fc2beac
KB
83952015-12-09 Kevin Buettner <kevinb@redhat.com>
8396
8397 * gdb.base/async.exp (proc test_background): Add case for
8398 asynchronous execution not supported.
8399
1c35a88f
LM
84002015-12-09 Luis Machado <lgustavo@codesourcery.com>
8401
8402 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8403 format and change test names to make them unique.
8404
b593e3d9
RK
84052015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8406 Pedro Alves <pedro@redhat.com>
8407
8408 PR gdb/18702
8409 Add checking of floatformats setup on x86_64 hosts.
8410 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8411 (smallval, bigval): New labels/constants.
8412 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8413 float" after loading bigval and smallval.
8414
d72413e6
PMR
84152015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8416
8417 * gdb.ada/fun_overload_menu.exp: New testcase.
8418 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8419
ece66d65
JS
84202015-12-04 Josh Stone <jistone@redhat.com>
8421
8422 * gdb.base/catch-fork-static.exp: New.
8423
41d0efca
YQ
84242015-12-03 Yao Qi <yao.qi@linaro.org>
8425
8426 * gdb.base/sizeof.c: Don't include stdio.h and
8427 ../lib/unbuffer_output.c.
8428 (main): New variable 'size' and 'value'. Remove printf and
8429 gdb_unbuffer_output. Assign return value to size and value.
8430 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8431 at the beginning.
8432 (check_sizeof): Check the result by printing variable 'size'.
8433 (check_valueof): Check the result by printing variable 'value'.
8434
99fd02d9
YQ
84352015-12-01 Yao Qi <yao.qi@linaro.org>
8436
8437 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8438 for aarch64*-*-linux* target.
8439
f2faf941
PA
84402015-11-30 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8443
04bf20c5
PA
84442015-11-30 Pedro Alves <palves@redhat.com>
8445
8446 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8447 Handle non-stop mode vCont replies.
8448
09df4675
PA
84492015-11-30 Pedro Alves <palves@redhat.com>
8450
8451 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8452 prepare_for_testing. Start gdb with "set non-stop on" appended to
8453 GDBFLAGS. Lax expected stop output.
8454
58b584af
YQ
84552015-11-27 Yao Qi <yao.qi@linaro.org>
8456
8457 * gdb.arch/arm-neon.exp: New.
8458 * gdb.arch/arm-neon.c: New.
8459
dfcb77a8
YQ
84602015-11-27 Yao Qi <yao.qi@linaro.org>
8461
8462 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8463
88e8ec1b
YQ
84642015-11-27 Yao Qi <yao.qi@linaro.org>
8465
8466 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8467 frames-invalid annotation.
8468
bfde72c2
YQ
84692015-11-27 Yao Qi <yao.qi@linaro.org>
8470
8471 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8472
f6512a69
SM
84732015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8474
8475 * gdb.threads/names.exp: New file.
8476 * gdb.threads/names.c: New file.
8477 * README: Mention gdb,no_thread_names.
8478
46a3515b
MM
84792015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8480
8481 PR 19297
8482 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8483 support" error.
8484
62147a22
PA
84852015-11-24 Pedro Alves <palves@redhat.com>
8486
8487 PR 17539
8488 * gdb.base/display.exp: Expect displays to be sorted in ascending
8489 order. Use multi_line.
8490 * gdb.base/solib-display.exp: Likewise.
8491
2f341b6e
PA
84922015-11-24 Pedro Alves <palves@redhat.com>
8493
8494 PR 17539
25d49b86
PA
8495 * gdb.base/display.exp: Expect displays to be sorted in ascending
8496 order. Use multi_line.
8497 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8498
7e0aa6aa
PA
84992015-11-24 Pedro Alves <palves@redhat.com>
8500
8501 PR 17539
8502 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8503 threads in ascending order.
8504 * gdb.base/foll-fork.exp: Likewise.
8505 * gdb.base/foll-vfork.exp: Likewise.
8506 * gdb.base/multi-forks.exp: Likewise.
8507 * gdb.mi/mi-nonstop.exp: Likewise.
8508 * gdb.mi/mi-nsintrall.exp: Likewise.
8509 * gdb.multi/base.exp: Likewise.
8510 * gdb.multi/multi-arch.exp: Likewise.
8511 * gdb.python/py-inferior.exp: Likewise.
8512 * gdb.threads/break-while-running.exp: Likewise.
8513 * gdb.threads/execl.exp: Likewise.
8514 * gdb.threads/gcore-thread.exp: Likewise.
8515 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8516 * gdb.threads/kill.exp: Likewise.
8517 * gdb.threads/linux-dp.exp: Likewise.
8518 * gdb.threads/multiple-step-overs.exp: Likewise.
8519 * gdb.threads/next-bp-other-thread.exp: Likewise.
8520 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8521 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8522 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8523 * gdb.threads/thread-find.exp: Likewise.
8524 * gdb.threads/tls.exp: Likewise.
8525 * lib/mi-support.exp (mi_reverse_list): Delete.
8526 (mi_check_thread_states): No longer reverse list.
8527
2cc57ad8
PA
85282015-11-24 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8531 use lowercase.
8532
c93e8391
SM
85332015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8534
8535 * gdb.trace/actions.c: Include trace-common.h.
8536 (main): Add a location for a fast tracepoint.
8537 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8538 the normal tracepoints.
8539 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8540
045ccf91
SM
85412015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8542
8543 * save-trace.exp: Factor out code to these...
8544 (gdb_save_tracepoints): New.
8545 (gdb_load_tracepoints): New.
8546 (do_save_load_test): New.
8547
5506f9f6
KB
85482015-11-23 Kevin Buettner <kevinb@redhat.com>
8549
8550 * gdb.base/asmlabel.exp: New test.
8551 * gdb.base/asmlabel.c: New test case.
8552
16c3b12f
JB
85532015-11-23 Joel Brobecker <brobecker@adacore.com>
8554
8555 * gdb.base/wrong_frame_bt_full-main.c: New file.
8556 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8557 * gdb.base/wrong_frame_bt_full.exp: New file.
8558
155bfbd3
JB
85592015-11-23 Joel Brobecker <brobecker@adacore.com>
8560
8561 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8562
bb097445
JM
85632015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8564
206853a0 8565 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8566 pstate register when comparing registers values in
8567 sparc64-*-linux-gnu targets to avoid spurious differences.
8568
9c88ed8f
JM
85692015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8570
206853a0 8571 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8572
96161e25
SL
85732015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8574
8575 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8576 as type argument to gdb_compile.
8577 * gdb.base/nested-subp2.exp: Likewise.
8578 * gdb.base/nested-subp3.exp: Likewise.
8579
340c2830
DV
85802015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8581
8582 * lib/dwarf.exp (_note): Fix left shift of negative value.
8583 * gdb.trace/trace-condition.exp: Likewise.
8584
c1862d0f
YQ
85852015-11-13 Yao Qi <yao.qi@linaro.org>
8586
8587 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8588 comments about d10v.
8589 (test_scalar_returns): Likewise.
8590 * gdb.base/d10v.ld: Remove.
8591 * gdb.base/overlays.exp: Remove the target triplet checking for
8592 d10v-*-*.
8593 * gdb.base/structs.exp (test_struct_returns): Remove the
8594 comments about d10v.
8595 (test_struct_calls): Likewise.
8596
77ae9c19
YQ
85972015-11-13 Yao Qi <yao.qi@linaro.org>
8598
8599 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8600 * gdb.base/gnu_vector.c: Don't include stdio.h.
8601 (main): Don't print res and call add_some_intvecs.
8602
430e004e
MK
86032015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8604
8605 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8606 macro.
8607 (func5): Removed.
8608 (func4): Use FAST_TRACEPOINT_LABEL.
8609 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8610 macro.
8611 (func): Removed.
8612 (thread_function): Use FAST_TRACEPOINT_LABEL.
8613 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8614 (func): Remove.
8615 (marker): Use FAST_TRACEPOINT_LABEL.
8616 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8617 (pendfunc1): Remove.
8618 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8619 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8620 (foo): Remove.
8621 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8622 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8623 macro.
8624 (func): Remove.
8625 (marker): Use FAST_TRACEPOINT_LABEL.
8626 * gdb.trace/trace-common.h: New header.
8627 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8628 macro.
8629 (func): Remove.
8630 (marker): Use FAST_TRACEPOINT_LABEL.
8631 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8632 (func): Remove.
8633 (thread_function): Use FAST_TRACEPOINT_LABEL.
8634
6e7675a7
MK
86352015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8636
8637 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8638 in front.
8639 * gdb.trace/change-loc.exp: Use global pcreg definition.
8640 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8641 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8642 in front.
8643 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8644 * gdb.trace/pending.exp: Likewise.
8645 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8646 * gdb.trace/trace-break.exp: Likewise.
8647 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8648 in front.
8649 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8650 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8651 in front.
8652 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8653
dddc0e16
JB
86542015-11-09 Joel Brobecker <brobecker@adacore.com>
8655
8656 * gdb.ada/fin_fun_out: New testcase.
8657
c6f0b406
KB
86582015-11-07 Kevin Buettner <kevinb@redhat.com>
8659
8660 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8661 value associated with DW_AT_byte_size.
8662 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8663 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8664 DW_AT_upper_bound.
8665
f01dcfd9
KB
86662015-11-07 Kevin Buettner <kevinb@redhat.com>
8667
8668 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8669 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8670 version.
8671 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8672 gdb.dwarf2/dw2-canonicalize-type.exp,
8673 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8674 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8675 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8676 provided by gdb_target_symbol_prefix_flags_asm.
8677 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8678 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8679 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8680 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8681 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8682 macros where needed). Use this macro for symbols which require
8683 the prefix provided by SYMBOL_PREFIX.
8684
2223449a
KB
86852015-11-05 Kevin Buettner <kevinb@redhat.com>
8686
8687 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8688 New procs.
8689 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8690 representing expressions, of more than one list element.
8691 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8692 to prepend linker symbol prefix to f.
8693 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8694 table_1 and table_2.
8695 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8696 Likewise, for f and g.
8697 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8698 for ptr.
8699 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8700 for main.
8701 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8702 table_1_ptr and table_2_ptr.
8703
6f2f1a3a
JK
87042015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8705 Joel Brobecker <brobecker@adacore.com>
8706
8707 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8708
566c56c9
MK
87092015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8710
8711 * gdb.reverse/s390-mvcle.c: New test.
8712 * gdb.reverse/s390-mvcle.exp: New file.
8713 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8714
d5f0636b
MK
87152015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8716
8717 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8718
7ad8b86c
MK
87192015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8720
8721 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8722 reaching marker2.
8723 * gdb.reverse/getresuid-reverse.exp: Likewise.
8724 * gdb.reverse/pipe-reverse.exp: Likewise.
8725 * gdb.reverse/readv-reverse.exp: Likewise.
8726 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8727 * gdb.reverse/time-reverse.exp: Likewise.
8728 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8729
4081c0f1
YQ
87302015-10-30 Yao Qi <yao.qi@linaro.org>
8731
8732 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8733 (empty_cycle): Remove.
8734 (main): Don't call empty_cycle. Don't use watch_count_done.
8735 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8736 empty_cycle. Rewrite the code counting HW watchpoints.
8737
452b4ba5
MK
87382015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8739
8740 * gdb.reverse/fstatat-reverse.c: New test.
8741 * gdb.reverse/fstatat-reverse.exp: New file.
8742 * gdb.reverse/getresuid-reverse.c: New test.
8743 * gdb.reverse/getresuid-reverse.exp: New file.
8744 * gdb.reverse/pipe-reverse.c: New test.
8745 * gdb.reverse/pipe-reverse.exp: New file.
8746 * gdb.reverse/readv-reverse.c: New test.
8747 * gdb.reverse/readv-reverse.exp: New file.
8748 * gdb.reverse/recvmsg-reverse.c: New test.
8749 * gdb.reverse/recvmsg-reverse.exp: New file.
8750 * gdb.reverse/time-reverse.c: New test.
8751 * gdb.reverse/time-reverse.exp: New file.
8752 * gdb.reverse/waitpid-reverse.c: New test.
8753 * gdb.reverse/waitpid-reverse.exp: New file.
8754
5e2e7507
JK
87552015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8756
8757 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8758
0fde2c53
DE
87592015-10-26 Doug Evans <dje@google.com>
8760
8761 PR symtab/17391
8762 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8763 * gdb.dwarf2/bad-regnum.c: New file.
8764 * gdb.dwarf2/bad-regnum.exp: New file.
8765
1a70ae97
DE
87662015-10-26 Doug Evans <dje@google.com>
8767
8768 PR python/18938
8769 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8770 file.
8771
27dc26ab
JK
87722015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8773
8774 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8775 for a change by "Mention language in compile error message".
8776
bed91f4d
SM
87772015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8778
8779 PR python/18073
8780 * gdb.python/py-type.c (C::a_method): New.
8781 (C::a_const_method): New.
8782 (C::a_static_method): New.
8783 (a_function): New.
8784 * gdb.python/py-type.exp (test_fields): Test getting fields
8785 from function and method.
8786
3f2f83dd
KB
87872015-10-21 Keven Boell <keven.boell@intel.com>
8788
8789 * gdb.fortran/vla-alloc-assoc.exp: New file.
8790 * gdb.fortran/vla-datatypes.exp: New file.
8791 * gdb.fortran/vla-datatypes.f90: New file.
8792 * gdb.fortran/vla-history.exp: New file.
8793 * gdb.fortran/vla-ptype-sub.exp: New file.
8794 * gdb.fortran/vla-ptype.exp: New file.
8795 * gdb.fortran/vla-sizeof.exp: New file.
8796 * gdb.fortran/vla-sub.f90: New file.
8797 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8798 * gdb.fortran/vla-value-sub-finish.exp: New file.
8799 * gdb.fortran/vla-value-sub.exp: New file.
8800 * gdb.fortran/vla-value.exp: New file.
8801 * gdb.fortran/vla-ptr-info.exp: New file.
8802 * gdb.mi/mi-vla-fortran.exp: New file.
8803 * gdb.mi/vla.f90: New file.
8804
27145d50
SL
88052015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8806
8807 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8808 of hardwired timeout value.
8809
5f3ff4f8
JK
88102015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8811 Pedro Alves <palves@redhat.com>
8812
8813 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8814 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8815
bfd09d20
JS
88162015-10-19 Josh Stone <jistone@redhat.com>
8817
8818 * gdb.base/catch-syscall.c: Include <sched.h>.
8819 (unknown_syscall): New variable.
8820 (main): Trigger a vfork and an unknown syscall.
8821 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8822 (unknown_syscall_number): Likewise.
8823 (check_call_to_syscall): Accept an optional syscall pattern.
8824 (check_return_from_syscall): Likewise.
8825 (check_continue): Likewise.
8826 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8827 (test_catch_syscall_skipping_return): New test toggling off 'catch
8828 syscall' to step over the syscall return, then toggling back on.
8829 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8830 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8831 (do_syscall_tests): Call test_catch_syscall_without_args and
8832 test_catch_syscall_mid_vfork.
8833 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8834 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8835
b32b93c6
AS
88362015-10-19 Andrew Stubbs <ams@codesourcery.com>
8837
8838 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8839 print g_vE): Add new pass patterns.
8840 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8841 print various symbol names for vptr fields.
8842
9d622bda
AB
88432015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8844
8845 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8846 results.
8847
0fd8ac1c
YQ
88482015-10-12 Yao Qi <yao.qi@linaro.org>
8849
8850 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8851
34240514
YQ
88522015-10-12 Yao Qi <yao.qi@linaro.org>
8853
8854 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8855 is aarch64*-*-linux*.
8856
8240f442
YQ
88572015-10-12 Yao Qi <yao.qi@linaro.org>
8858
8859 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8860 (can_relocate_bcond_true): ... it.
8861 (can_relocate_bcond_false): New function.
8862 (foo): Likewise.
8863 (can_relocate_bl): Likewise.
8864 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8865 can_relocate_bl.
8866
2520f728
PMR
88672015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8868
8869 * gdb.base/nested-addr.c: New file.
8870 * gdb.base/nested-addr.exp: New testcase.
8871
abcef95a
MM
88722015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8873
8874 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8875 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8876 its output. Ignore the output of "record goto begin" and instead
8877 check that GDB is replaying.
8878
145e3ddb
PA
88792015-10-09 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8882 (top level): Use it in the run with no args test.
8883
d5d8c4e1
IB
88842015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8885
8886 * gdb.dlang/properties.exp: New file.
8887
06e635ef
SL
88882015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8889
8890 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8891 whether or not address 0x1000 is mapped on the target.
8892
e019fd1d
SM
88932015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8894
8895 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8896 build.
8897
77ba2a67
MM
88982015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8899
8900 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8901 instruction-history test.
8902
c60eb31f
DE
89032015-09-28 Doug Evans <dje@google.com>
8904
8905 * gdb.base/gcore.c (array_func): Add reference to static_array.
8906
9a3c8263
SM
89072015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8908
8909 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8910 source line.
8911
9720e656
SL
89122015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8913
8914 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8915 short or char as base type.
8916
938d3bf2
SL
89172015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8918
8919 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8920 to allow any size enum.
8921
e6c2c623
PMR
89222015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8923
8924 * gdb.ada/array_ptr_renaming.exp: New testcase.
8925 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8926 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8927
06da0f77
PL
89282015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8929
8930 * gdb.trace/ftrace-lock.c: New file.
8931 * gdb.trace/ftrace-lock.exp: New file.
8932
4f51c22a
PL
89332015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8934
8935 * gdb.arch/insn-reloc.c: New file.
8936 * gdb.arch/ftrace-insn-reloc.exp: New file.
8937
7041adf4
PL
89382015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8939
8940 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8941 instruction.
8942 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8943 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8944 * gdb.trace/range-stepping.c: Likewise.
8945 * gdb.trace/trace-break.c: Likewise.
8946 * gdb.trace/trace-mt.c (thread_function): Likewise.
8947 * gdb.trace/ftrace.c (marker): Likewise.
8948 * gdb.trace/trace-condition.c (marker): Likewise.
8949 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8950 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8951 is_aarch64_target.
8952
015d2e7e
DE
89532015-09-18 Doug Evans <xdje42@gmail.com>
8954
8955 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8956 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8957
26b188a2
SL
89582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8959
8960 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8961 the breakpoint.
8962
79dc332b
SL
89632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8964
8965 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8966 the pending breakpoint. Remove timeout override for "Run till
8967 MI pending breakpoint on pendfunc3 on thread 2" test.
8968
f57929f2
SL
89692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8970
8971 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8972 filename pattern.
8973
3f469b17
SL
89742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8975
8976 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8977 in breakpoint filename pattern.
8978
515b89b3
SL
89792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8980
7800dbe4
SL
8981 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8982
89832015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8984
515b89b3
SL
8985 * gdb.linespec/explicit.exp: Check for readline support for
8986 tab-completion tests. Fix obvious typo.
8987
d2939ba2
MM
89882015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8989
8990 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8991 and replay.
8992
cbb55fa7
MM
89932015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8994
8995 * gdb.btrace/non-stop.c: New.
8996 * gdb.btrace/non-stop.exp: New.
8997
43691ca1
PL
89982015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8999 Yao Qi <yao.qi@linaro.org>
9000
9001 * gdb.trace/trace-condition.c: New file.
9002 * gdb.trace/trace-condition.exp: New file.
9003
d78908cf
WW
90042015-09-16 Wei-cheng Wang <cole945@gmail.com>
9005
9006 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9007 for testing bytecode compilation.
9008
1ed415e2
PA
90092015-09-16 Pedro Alves <palves@redhat.com>
9010 Sandra Loosemore <sandra@codesourcery.com>
9011
9012 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9013 (SECONDS): Redefine.
9014 (main): Call pthread_kill and alarm early.
9015 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9016 support.
9017 (test): If the target can't hardware step and doesn't support
9018 displaced stepping, increase the timeout.
9019
d136eff5
PA
90202015-09-16 Pedro Alves <palves@redhat.com>
9021
9022 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9023 (enable_debug): New procedures.
9024 (test): Use them. Bail out if waiting for threads fails.
9025 (top level): Bail out if a test fails.
9026
991f019c
YQ
90272015-09-16 Yao Qi <yao.qi@linaro.org>
9028
9029 * gdb.asm/asm-source.exp: Set asm-arch for
9030 aarch64*-*-* target.
9031 * gdb.asm/aarch64.inc: New file.
9032
bfca584f
PMR
90332015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9034
9035 * gdb.ada/array_of_variable_length.exp: New testcase.
9036 * gdb.ada/array_of_variable_length/foo.adb: New file.
9037 * gdb.ada/array_of_variable_length/pck.adb: New file.
9038 * gdb.ada/array_of_variable_length/pck.ads: New file.
9039
b326e587
DE
90402015-09-15 Doug Evans <dje@google.com>
9041
9042 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9043 of function static local variable.
9044
5382cfab
PW
90452015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9046
9047 * gdb.threads/tls-so_extern.exp: New test file.
9048 * gdb.threads/tls-so_extern.c: New test file.
9049 * gdb.threads/tls-so_extern_main.c: New test file.
9050
141c5cc4
JK
90512015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 * gdb.opt/solib-intra-step-lib.c: New file.
9054 * gdb.opt/solib-intra-step-main.c: New file.
9055 * gdb.opt/solib-intra-step.exp: New file.
9056
d15dcecd
PA
90572015-09-15 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9060 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9061
4c2f2a79
PA
90622015-09-14 Pedro Alves <palves@redhat.com>
9063
9064 * gdb.base/hook-stop-continue.c: Delete.
9065 * gdb.base/hook-stop-continue.exp: Delete.
9066 * gdb.base/hook-stop-frame.c: Delete.
9067 * gdb.base/hook-stop-frame.exp: Delete.
9068 * gdb.base/hook-stop.c: New file.
9069 * gdb.base/hook-stop.exp: New file.
9070
919e6dbe
PMR
90712015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9072
9073 * gdb.ada/access_to_packed_array.exp: New testcase.
9074 * gdb.ada/access_to_packed_array/foo.adb: New file.
9075 * gdb.ada/access_to_packed_array/pack.adb: New file.
9076 * gdb.ada/access_to_packed_array/pack.ads: New file.
9077
157280a4
MM
90782015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9079
9080 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9081 buffer size test.
9082
2fd33e94
DB
90832015-09-11 Don Breazeal <donb@codesourcery.com>
9084
9085 * gdb.base/foll-exec.c: Add copyright header. Fix
9086 formatting issues.
9087 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9088 (do_exec_tests): Use clean_restart in place of zap_session,
9089 and for test initialization. Fix formatting issues. Use
9090 fail in place of perror.
9091 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9092 an expect statement to match an expression with output from
9093 the program under debug.
9094 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9095 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9096 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9097 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9098 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9099
e70b6e8e
DE
91002015-09-09 Doug Evans <dje@google.com>
9101
9102 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9103
7a551a51
DE
91042015-09-09 Doug Evans <dje@google.com>
9105
9106 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9107
4c666f84
DE
91082015-09-09 Doug Evans <dje@google.com>
9109
9110 * gdb.base/savedregs.exp: Fix typo.
9111
243a9253
PA
91122015-09-09 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9115
c0fa8fbd
SL
91162015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9117
9118 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9119 command actually switches threads. Give up on remaining
9120 tests if target fails to stop at breakpoint.
9121
cd7c1778
PMR
91222015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9123
9124 * gdb.ada/funcall_char.exp: New testcase.
9125 * gdb.ada/funcall_char/foo.adb: New file.
9126
dc5c8746
PMR
91272015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9128
9129 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9130 expected outputs. Add two testcases for completing ambiguous
9131 functions.
9132 * gdb.ada/complete/aux_pck.adb: New file.
9133 * gdb.ada/complete/aux_pck.ads: New file.
9134 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9135 Ambiguous_Func functions.
9136 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9137 * gdb.ada/complete/pck.adb: Likewise.
9138
4e83a1e7
UW
91392015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9140
9141 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9142 failures to run the test program under GDB.
9143
8ce74153
LM
91442015-08-26 Luis Machado <lgustavo@codesourcery.com>
9145
9146 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9147 to C.
9148
e9756d52
PP
91492015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9150
9151 * gdb.base/run-after-attach.exp: New test file.
9152 * gdb.base/run-after-attach.c: New test file.
9153
8d37573b
DB
91542015-08-26 Don Breazeal <donb@codesourcery.com>
9155
9156 * gdb.base/foll-exec-2.c: New test program.
9157 * gdb.base/foll-exec-2.exp: New test.
9158
63e43d3a
PMR
91592015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9160
9161 * gdb.base/nested-subp1.exp: New file.
9162 * gdb.base/nested-subp1.c: New file.
9163 * gdb.base/nested-subp2.exp: New file.
9164 * gdb.base/nested-subp2.c: New file.
9165 * gdb.base/nested-subp3.exp: New file.
9166 * gdb.base/nested-subp3.c: New file.
9167
3d40fbb5
PA
91682015-08-24 Pedro Alves <palves@redhat.com>
9169
9170 * gdb.server/connect-without-multi-process.c: New file.
9171 * gdb.server/connect-without-multi-process.exp: New file.
9172
4422ac93
LM
91732015-08-24 Luis Machado <lgustavo@codesourcery.com>
9174
9175 * gdb.opt/inline-markers.c: Make z int.
9176
91dddb86
LM
91772015-08-24 Luis Machado <lgustavo@codesourcery.com>
9178
9179 * gdb.opt/inline-markers.c: Make z volatile.
9180
a48847ee
LM
91812015-08-24 Luis Machado <lgustavo@codesourcery.com>
9182
9183 * gdb.opt/inline-bt.c: New volatile global z.
9184 * gdb.opt/inline-cmds.c: Likewise.
9185 * gdb.opt/inline-locals.c: Likewise.
9186 * gdb.opt/inline-markers.c: New extern global z.
9187 (marker): Use z.
9188 (inline_fn): Likewise.
9189
0ebbc52b
PA
91902015-08-24 Pedro Alves <palves@redhat.com>
9191
9192 * config/m32r-stub.exp: Remove file.
9193 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9194 * gdb.base/call-rt-st.exp: Likewise.
9195 * gdb.base/call-strs.exp: Likewise.
9196 * gdb.base/default.exp: Remove references to h8300-*-hms and
9197 *-*-udi*.
9198 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9199
77c365df
AA
92002015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9201
9202 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9203 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9204 and "return" use KFAIL when GDB can not read/write the vector
9205 return value.
9206
4313b8c0
GB
92072015-08-21 Gary Benson <gbenson@redhat.com>
9208
9209 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9210
0e433b32
PA
92112015-08-20 Pedro Alves <palves@redhat.com>
9212
9213 * gdb.server/solib-list.exp: No longer expect an interior stop in
9214 non-stop mode.
9215
221e1a37
PA
92162015-08-20 Pedro Alves <palves@redhat.com>
9217
9218 * gdb.server/connect-stopped-target.c: New file.
9219 * gdb.server/connect-stopped-target.exp: New file.
9220
40e3ad0e
PA
92212015-08-20 Pedro Alves <palves@redhat.com>
9222
9223 * gdb.dwarf2/comp-unit-lang.exp: New file.
9224 * gdb.dwarf2/comp-unit-lang.c: New file.
9225
af39b327
PMR
92262015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9227
9228 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9229 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9230
7d45c7c3 92312015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9232
7d45c7c3
KB
9233 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9234 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9235
4d6cceb4
DE
92362015-08-18 Doug Evans <dje@google.com>
9237 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9238
9239 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9240 skip_python_tests. New arg prompt_regexp.
9241 (skip_python_tests): New function.
9242 * lib/mi-support.exp (mi_skip_python_tests): New function.
9243 * gdb.python/py-mi-objfile-gdb.py: New file.
9244 * gdb.python/py-mi-objfile.c: New file.
9245 * gdb.python/py-mi-objfile.exp: New file.
9246
ad89c2aa
KS
92472015-08-17 Keith Seitz <keiths@redhat.com>
9248
9249 * gdb.linespec/explicit.exp: Move strace test from here ...
9250 * gdb.trace/strace.exp: ... to here.
9251
e3ae3c43
PP
92522015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9253
9254 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9255 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9256
604b2636
DE
92572015-08-14 Doug Evans <xdje42@gmail.com>
9258
9259 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9260 inferior before selecting a new file.
9261
6ff0ba5f
DE
92622015-08-14 Doug Evans <xdje42@gmail.com>
9263
9264 * gdb.mi/mi-disassemble.exp: Update.
9265 * gdb.base/disasm-optim.S: New file.
9266 * gdb.base/disasm-optim.c: New file.
9267 * gdb.base/disasm-optim.h: New file.
9268 * gdb.base/disasm-optim.exp: New file.
9269
9ca98f92
KS
92702015-08-14 Keith Seitz <keiths@redhat.com>
9271
9272 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9273 "evaluated-by".
9274
52bbc560
JB
92752015-08-13 Joel Brobecker <brobecker@adacore.com>
9276
9277 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9278
5d8c3ed3
PMR
92792015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9280
9281 * gdb.ada/fun_renaming.exp: New testcase.
9282 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9283 * gdb.ada/fun_renaming/pack.adb: New file.
9284 * gdb.ada/fun_renaming/pack.ads: New file.
9285
ea8812bc
KS
92862015-08-12 Keith Seitz <keiths@redhat.com>
9287
9288 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9289 gdb_get_line_number.
9290
4dafcdeb
JB
92912015-08-12 Joel Brobecker <brobecker@adacore.com>
9292
9293 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9294 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9295 gdb.base/dso2dso.exp: New files.
9296
5ba32597
SDJ
92972015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9298 Pedro Alves <palves@redhat.com>
9299 Keith Seitz <keiths@redhat.com>
9300
9301 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9302 GDBFLAGS.
9303
b6dafabf
PP
93042015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9305
9306 * gdb.base/gdbhistsize-history.exp
9307 (test_histsize_history_setting): Use save_vars.
9308 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9309 Use save_vars.
9310 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9311 * gdb.base/readline.exp: Use save_vars.
9312
abe8e607
PP
93132015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9314
9315 * lib/gdb.exp (save_vars): New proc.
9316
629500fa
KS
93172015-08-11 Keith Seitz <keiths@redhat.com>
9318
9319 * gdb.base/help.exp: Update help_breakpoint_text.
9320
eb8c4e2e
KS
93212015-08-11 Keith Seitz <keiths@redhat.com>
9322
9323 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9324 (at toplevel): Call test_explicit_breakpoints.
9325 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9326 breakpoints.
9327 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9328 breakpoint conditions, "-cond".
9329
87f0e720
KS
93302015-08-11 Keith Seitz <keiths@redhat.com>
9331
9332 * gdb.linespec/3explicit.c: New file.
9333 * gdb.linespec/cpexplicit.cc: New file.
9334 * gdb.linespec/cpexplicit.exp: New file.
9335 * gdb.linespec/explicit.c: New file.
9336 * gdb.linespec/explicit.exp: New file.
9337 * gdb.linespec/explicit2.c: New file.
9338 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9339 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9340 before using in the matching pattern.
9341 Clarify that `prefix' is a regular expression.
9342
f00aae0f
KS
93432015-08-11 Keith Seitz <keiths@redhat.com>
9344
9345 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9346 test.
9347 Add tests for missing ",FMT" and ",".
9348
e27852be
DE
93492015-08-10 Doug Evans <dje@google.com>
9350 Keith Seitz <keiths@redhat.com>
9351
9352 PR gdb/17960
9353 * gdb.base/completion.exp: Add location completer tests.
9354
7f03bd92
PA
93552015-08-07 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9358 tests here.
9359 (top level): Run do_test with and without displaced stepping.
9360
3fc8eb30
PA
93612015-08-07 Pedro Alves <palves@redhat.com>
9362
9363 * gdb.base/valgrind-disp-step.c: New file.
9364 * gdb.base/valgrind-disp-step.exp: New file.
9365
d4569d7b
PA
93662015-08-07 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9369 Delete function.
9370 (main): Add alarm. Run an infinite loop instead of calling
9371 wait_threads.
9372 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9373 comment.
9374 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9375 Delete function.
9376 (main): Add alarm. Run an infinite loop instead of calling
9377 wait_threads.
9378 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9379 comment.
9380
e1316e60
PA
93812015-08-07 Pedro Alves <palves@redhat.com>
9382
9383 * gdb.base/checkpoint-ns.exp: New file.
9384 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9385 standard_testfile.
9386
da8c46d2
MM
93872015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9388
9389 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9390 * gdb.btrace/instruction_history.exp: Update.
9391 * gdb.btrace/tsx.exp: New.
9392 * gdb.btrace/tsx.c: New.
9393
de1c2c52
PA
93942015-08-06 Pedro Alves <palves@redhat.com>
9395
9396 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9397 increase timeout.
9398 * gdb.reverse/until-precsave.exp: Bump timeouts.
9399
782e0bf4
PA
94002015-08-06 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9403
83e97ed0
PA
94042015-08-06 Pedro Alves <palves@redhat.com>
9405
9406 PR gdb/18749
9407 * gdb.threads/process-dies-while-handling-bp.c: New file.
9408 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9409
863d01bd
PA
94102015-08-06 Pedro Alves <palves@redhat.com>
9411
9412 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9413 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9414
0a39bb32
PA
94152015-08-05 Pedro Alves <palves@redhat.com>
9416
9417 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9418 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9419
ee2d2b10
SL
94202015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9421
9422 * gdb.base/bp-permanent.exp: Report test as unsupported if
9423 the target cannot stop at the permanent breakpoint.
9424
4e1bdb00
DE
94252015-08-03 Doug Evans <dje@google.com>
9426
9427 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9428 10000.
9429
3d338901
DE
94302015-08-03 Doug Evans <dje@google.com>
9431
9432 * Makefile.in (workers/%.worker, build-perf): New rule.
9433 (GDB_PERFTEST_MODE): New variable.
9434 (check-perf): Use it.
9435 (clean): Clean up gdb.perf parallel build subdirs.
9436 * lib/build-piece.exp: New file.
9437 * lib/gdb.exp (make_gdb_parallel_path): New function
9438 (standard_output_file, standard_temp_file): Call it.
9439 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9440 of $GDB_PARALLEL.
9441 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9442
af061d3e
DE
94432015-08-03 Doug Evans <dje@google.com>
9444
8e1afc81 9445 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9446 (LOG_FILE_NAME): New global.
9447 (TextReporter.__init__): Initialize self.txt_sum.
9448 (TextReporter.report): Add support for multiple data-points.
9449 Move report to perftest.sum, put raw data in perftest.log.
9450 (TextReporter.start): Open sum and log files.
9451 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9452 * gdb.perf/lib/perftest/testresult.py
9453 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9454
2c8c5d37
PA
94552015-07-31 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9458 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9459 kill_wait_spawned_process instead of explicit "kill -9".
9460 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9461 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9462 kill_wait_spawned_process.
9463 * gdb.base/attach-twice.exp: Likewise.
9464 * gdb.base/attach.exp: Likewise.
9465 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9466 gdb_test_multiple.
9467 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9468 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9469 kill_wait_spawned_process.
9470 * gdb.base/valgrind-infcall.exp: Likewise.
9471 * gdb.multi/multi-attach.exp: Likewise.
9472 * gdb.python/py-prompt.exp: Likewise.
9473 * gdb.python/py-sync-interp.exp: Likewise.
9474 * gdb.server/ext-attach.exp: Likewise.
9475 * gdb.threads/attach-into-signal.exp (corefunc): Use
9476 spawn_wait_for_attach, spawn_id_get_pid and
9477 kill_wait_spawned_process.
9478 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9479 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9480 spawn_id_get_pid and kill_wait_spawned_process.
9481 * gdb.threads/attach-stopped.exp (corefunc): Use
9482 spawn_wait_for_attach, spawn_id_get_pid and
9483 kill_wait_spawned_process.
9484 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9485 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9486 kill_wait_spawned_process instead of explicit "kill -9".
9487 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9488 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9489 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9490 processes. Don't map cygwin/windows pids here. Now returns a
9491 spawn id list.
9492
032a0fca
SL
94932015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9494
9495 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9496 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9497 correct patch.
9498
61a934ca
SL
94992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9500
9501 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9502
4bc4d428
SL
95032015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9504
9505 Reapply:
9506 2014-05-21 Mark Wielaard <mjw@redhat.com>
9507
9508 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9509
998d452a
PA
95102015-07-30 Pedro Alves <palves@redhat.com>
9511
9512 * linux-low.c (handle_extended_wait): Set the child's last
9513 reported status to TARGET_WAITKIND_STOPPED.
9514
69dde7dc
PA
95152015-07-30 Pedro Alves <palves@redhat.com>
9516
9517 PR threads/18600
9518 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9519 only shows inferior 1.
9520
4dd63d48
PA
95212015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9522 Pedro Alves <palves@redhat.com>
9523
9524 PR threads/18600
9525 * gdb.threads/fork-plus-threads.c: New file.
9526 * gdb.threads/fork-plus-threads.exp: New file.
9527
d618e4c5
PP
95282015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9529
9530 * gdb.base/batch-preserve-term-settings.exp
9531 (test_terminal_settings_preserved_after_cli_exit): Use
9532 send_quit_command.
9533
1eef6428
PA
95342015-07-29 Pedro Alves <palves@redhat.com>
9535 Don Breazeal <donb@codesourcery.com>
9536
9537 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9538 output from both inferior_spawn_id and gdb_spawn_id.
9539
7da5b897
SDJ
95402015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9541
9542 * gdb.threads/attach-into-signal.exp (corefunc): Use
9543 with_test_prefix on nested loops, uniquefying the test messages.
9544
dac804df
SDJ
95452015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9546
9547 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9548 commit.
9549
06265e53
PP
95502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9551
9552 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9553 New proc.
9554 (test_terminal_settings_preserved_after_sigterm): New test.
9555
18206ca3
PP
95562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9557
9558 * gdb.base/batch-preserve-term-settings.exp
9559 (test_terminal_settings_preserved_after_cli_exit): New test.
9560
90074d11
PP
95612015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9562
9563 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9564 manipulation of saved_gdbflags.
9565 (test_terminal_settings_preserved): Remove global declaration of
9566 the unused variable pagination_prompt. Remove manipulation of
9567 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9568 GDBFLAGS.
9569
eb1a7902
PA
95702015-07-29 Pedro Alves <palves@redhat.com>
9571
9572 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9573
8b75dd3b
PA
95742015-07-29 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9577 at the top.
9578
dedad4e3
PA
95792015-07-29 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9582 (main): Call gdb_unbuffer_output.
9583 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9584 (main): Call gdb_unbuffer_output.
9585 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9586 (main): Call gdb_unbuffer_output.
9587 * gdb.base/call-strs.exp: Adjust to step over the
9588 gdb_unbuffer_output call.
9589 * gdb.base/catch-gdb-caused-signals.c: Include
9590 "../lib/unbuffer_output.c".
9591 (main): Call gdb_unbuffer_output.
9592 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9593 (main): Call gdb_unbuffer_output.
9594 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9595 (main): Call gdb_unbuffer_output.
9596 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9597 (main): Call gdb_unbuffer_output.
9598 * gdb.base/shlib-call.exp: Adjust to step over the
9599 gdb_unbuffer_output call.
9600 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9601 (main): Call gdb_unbuffer_output.
9602 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9603 (main): Call gdb_unbuffer_output.
9604 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9605 (main): Rename to ...
9606 (test): ... this.
9607 (main): Reimplement.
9608 * gdb.base/varargs.exp: Run to test instead of to main.
9609 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9610 (main): Call gdb_unbuffer_output.
9611
58789a91
PA
96122015-07-29 Pedro Alves <palves@redhat.com>
9613
9614 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9615 factore out from mi_continue_dprintf. For call-style dprintfs,
9616 expect dprintf output out of $inferior_spawn_id.
9617 (mi_continue_dprintf): Use mi_expect_dprintf.
9618 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9619 (main): Call gdb_unbuffer_output.
9620
e8376742
PA
96212015-07-29 Pedro Alves <palves@redhat.com>
9622
9623 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9624 (default_mi_gdb_start): Set inferior_spawn_id instead of
9625 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9626 gdb_spawn_id.
9627 (mi_gdb_test): Always expect inferior output from both
9628 $inferior_spawn_id and $gdb_spawn_id.
9629
08280010
PA
96302015-07-29 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9633 send_inferior and $inferior_spawn_id.
9634
4d30e432
PA
96352015-07-29 Pedro Alves <palves@redhat.com>
9636
9637 * gdb.gdb/complaints.exp (test_initial_complaints)
9638 (test_serial_complaints, test_short_complaints): Use
9639 gdb_test_stdio.
9640 (test_empty_complaint): Handle $inferior_spawn_id !=
9641 $gdb_spawn_id.
9642
0d30a335
PA
96432015-07-29 Pedro Alves <palves@redhat.com>
9644
9645 * gdb.base/varargs.exp: Use gdb_test_stdio.
9646
39413b29
PA
96472015-07-29 Pedro Alves <palves@redhat.com>
9648
9649 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9650
7cb000a9
PA
96512015-07-29 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9654
d7b8ac82
PA
96552015-07-29 Pedro Alves <palves@redhat.com>
9656
9657 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9658 parameter into two new parameters, "inf_result" and "gdb_result".
9659 Expect inferior output and gdb output from $inferior_spawn_id and
9660 $gdb_spawn_id, respectively. Adjust all callers.
9661
789c3a0c
PA
96622015-07-29 Pedro Alves <palves@redhat.com>
9663
9664 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9665 of gdb_test_sequence.
9666
77e760c3
PA
96672015-07-29 Pedro Alves <palves@redhat.com>
9668
9669 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9670 (saw_spurious_output): Expect inferior output from
9671 $inferior_spawn_id. Use gdb_test_stdio.
9672
8396d2cd
PA
96732015-07-29 Pedro Alves <palves@redhat.com>
9674
9675 * gdb.base/dprintf.exp: Use standard_testfile. Change
9676 prepare_for_testing call.
9677 (srcfile): Don't set.
9678 (restart): New procedure.
9679 (test_dprintf): New procecure, use to continue over dprintfs.
9680 (test_call, test_agent): New procedures, tests moved here.
9681 Restart gdb and recreate dprintfs. Adjust expected output.
9682
2051d61f
PA
96832015-07-29 Pedro Alves <palves@redhat.com>
9684
9685 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9686
452397af
PA
96872015-07-29 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9690
8aed9555
PA
96912015-07-29 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9694 gdb_test_stdio.
9695
188a61b4
PA
96962015-07-29 Pedro Alves <palves@redhat.com>
9697
9698 * lib/gdb.exp (gdb_test_stdio): New procedure.
9699
12264a45
PA
97002015-07-29 Pedro Alves <palves@redhat.com>
9701
9702 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9703
23ffc893
PA
97042015-07-29 Pedro Alves <palves@redhat.com>
9705
9706 * gdb.base/call-signal-resume.exp: Remove check for
9707 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9708 * gdb.base/unwindonsignal.exp: Likewise.
9709 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9710 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9711
65566918
PA
97122015-07-29 Pedro Alves <palves@redhat.com>
9713
9714 * gdb.base/siginfo-addr.c (pass): New function.
9715 (handler): Call it iff si_addr is correct.
9716 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9717 Set a breakpoint at "pass" and continue to it.
9718
d60a9221
SDJ
97192015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9720
9721 * gdb.python/py-objfile.exp: Make some tests have unique names.
9722 * gdb.python/py-pp-registration.exp: Likewise.
9723
bde40b8f
PA
97242015-07-28 Pedro Alves <palves@redhat.com>
9725
9726 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9727
13e1dec8
SM
97282015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9729
9730 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9731
da33c9a7
SM
97322015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9733
9734 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9735
077836f7
PP
97362015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9737
9738 * gdb.base/gdb-sigterm-2.exp: New test.
9739
b8cc7b2e
DE
97402015-07-25 Doug Evans <xdje42@gmail.com>
9741
9742 Revert:
9743 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9744 (workers/%.worker, build-perf): New rule.
9745 (GDB_PERFTEST_MODE): New variable.
9746 (check-perf): Use it.
9747 (clean): Clean up gdb.perf parallel build subdirs.
9748 * lib/build-piece.exp: New file.
9749 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9750 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9751 name.
9752 (standard_temp_file): Ditto.
9753 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9754 of $GDB_PARALLEL.
9755
c8bd4544
DE
97562015-07-24 Doug Evans <dje@google.com>
9757
9758 * gdb.perf/lib/perftest/utils.py: New file.
9759 * gdb.perf/gm-hello.cc: New file.
9760 * gdb.perf/gm-pervasive-typedef.cc: New file.
9761 * gdb.perf/gm-pervasive-typedef.h: New file.
9762 * gdb.perf/gm-std.cc: New file.
9763 * gdb.perf/gm-std.h: New file.
9764 * gdb.perf/gm-use-cerr.cc: New file.
9765 * gdb.perf/gm-utils.h: New file.
9766 * gdb.perf/gmonster-null-lookup.py: New file.
9767 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9768 * gdb.perf/gmonster-print-cerr.py: New file.
9769 * gdb.perf/gmonster-ptype-string.py: New file.
9770 * gdb.perf/gmonster-runto-main.py: New file.
9771 * gdb.perf/gmonster-select-file.py: New file.
9772 * gdb.perf/gmonster1-null-lookup.exp: New file.
9773 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9774 * gdb.perf/gmonster1-print-cerr.exp: New file.
9775 * gdb.perf/gmonster1-ptype-string.exp: New file.
9776 * gdb.perf/gmonster1-runto-main.exp: New file.
9777 * gdb.perf/gmonster1-select-file.exp: New file.
9778 * gdb.perf/gmonster1.cc: New file.
9779 * gdb.perf/gmonster1.exp: New file.
9780 * gdb.perf/gmonster2-null-lookup.exp: New file.
9781 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9782 * gdb.perf/gmonster2-print-cerr.exp: New file.
9783 * gdb.perf/gmonster2-ptype-string.exp: New file.
9784 * gdb.perf/gmonster2-runto-main.exp: New file.
9785 * gdb.perf/gmonster2-select-file.exp: New file.
9786 * gdb.perf/gmonster2.cc: New file.
9787 * gdb.perf/gmonster2.exp: New file.
9788
6eab34f3
DE
97892015-07-24 Doug Evans <dje@google.com>
9790
9791 * gdb.perf/README: New file.
9792 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9793 * lib/gen-perf-test.exp: New file.
9794
63738bfd
DE
97952015-07-24 Doug Evans <dje@google.com>
9796
9797 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9798 (PerfTest::startup): New function.
9799 (PerfTest::run): Return result of calling body.
9800 (PerfTest::assemble): Rewrite.
9801 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9802 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9803 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9804 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9805 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9806
7b606f95
DE
98072015-07-24 Doug Evans <dje@google.com>
9808
9809 * lib/gdb.exp (clean_restart): Make executable optional.
9810
a97b16b8
DE
98112015-07-24 Doug Evans <dje@google.com>
9812
9813 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9814 compiler_info references.
9815 * gdb.cp/temargs.exp: Ditto.
9816 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9817 (get_compiler_info): Early exit if already computed. Set compiler_info
9818 to "unknown" if there was a problem.
9819 (test_compiler_info): Add function comment. Call get_compiler_info.
9820
35baa57f
DE
98212015-07-24 Doug Evans <dje@google.com>
9822
9823 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9824 (workers/%.worker, build-perf): New rule.
9825 (GDB_PERFTEST_MODE): New variable.
9826 (check-perf): Use it.
9827 (clean): Clean up gdb.perf parallel build subdirs.
9828 * lib/build-piece.exp: New file.
9829 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9830 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9831 name.
9832 (standard_temp_file): Ditto.
9833 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9834 of $GDB_PARALLEL.
9835
6ebea266
DE
98362015-07-24 Doug Evans <dje@google.com>
9837
9838 * lib/future.exp (gdb_default_target_compile): New option
9839 "early_flags".
9840 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9841 --as-needed.
9842
1e76a7e9
SDJ
98432015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9844
9845 * gdb.base/catch-syscall.exp: Call gdb_exit before
9846 gdb_skip_xml_test.
9847
5068630a
PA
98482015-07-24 Pedro Alves <palves@redhat.com>
9849
9850 * gdb.python/py-events.exp: Accept output between the stop event
9851 and the prompt.
9852 * gdb.python/py-evsignal.exp: Likewise.
9853 * gdb.python/py-evthreads.exp: Likewise.
9854
77598427
PA
98552015-07-24 Pedro Alves <palves@redhat.com>
9856
9857 PR gdb/18717
9858 * gdb.threads/non-ldr-exit.c: New file.
9859 * gdb.threads/non-ldr-exit.exp: New file.
9860
11e6c98f
YQ
98612015-07-24 Yao Qi <yao.qi@linaro.org>
9862
9863 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9864 restarting process.
9865
51aee833
YQ
98662015-07-24 Yao Qi <yao.qi@linaro.org>
9867
9868 * gdb.server/ext-restart.exp: New file.
9869
8cfe207c
YQ
98702015-07-24 Yao Qi <yao.qi@linaro.org>
9871
9872 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9873 argument options.
9874 * gdb.server/ext-wrapper.exp: New file.
9875
cc12ce38
DE
98762015-07-23 Doug Evans <dje@google.com>
9877
9878 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9879 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9880
d0d84780
PMR
98812015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9882
9883 * gdb.ada/var_arr_typedef.exp: New testcase.
9884 * gdb.ada/var_arr_typedef/pack.adb: New file.
9885 * gdb.ada/var_arr_typedef/pack.ads: New file.
9886 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9887
8b558f79
JB
98882015-07-20 Joel Brobecker <brobecker@adacore.com>
9889
9890 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9891
775a3298
JK
98922015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9893
9894 * gdb.arch/i386-biarch-core.exp: Replace istarget
9895 by "complete set gnutarget". Remove expectation for the "core-file"
9896 command.
9897
db1ff28b
JK
98982015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9899
9900 Revert the previous commit:
9901 Tests for validate symbol file using build-id.
9902
0a94970d
JK
99032015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9904
9905 Tests for validate symbol file using build-id.
9906 * gdb.base/solib-mismatch-lib.c: New file.
9907 * gdb.base/solib-mismatch-libmod.c: New file.
9908 * gdb.base/solib-mismatch.c: New file.
9909 * gdb.base/solib-mismatch.exp: New file.
9910
03346981
SL
99112015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9912
9913 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9914 nios2-*-linux*.
9915 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9916 * gdb.base/siginfo.exp: Likewise.
9917 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9918
42422cc7
PL
99192015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9920
9921 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9922 Move it to ...
9923 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9924 ... here.
9925 * gdb.trace/range-stepping.exp: Check that the target supports
9926 range stepping.
9927
cfa68bae
JK
99282015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9929
9930 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9931
8ffdba26
PA
99322015-07-14 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.base/killed-outside.exp: New file.
9935 * gdb.base/killed-outside.c: New file.
9936
218a5a11
JK
99372015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9938
9939 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9940 (n at main): New.
9941 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9942
e03ed3c6
AA
99432015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9944
9945 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9946 infcall tests instead of setting up for KFAIL.
9947
485668e5
MM
99482015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9949
9950 * gdb.btrace/record_goto-step.exp: New.
9951
08464196
JK
99522015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9953
9954 PR compile/18484
9955 * gdb.compile/compile.c (struct struct_type): Add volatile to
9956 selffield's type.
9957 * gdb.compile/compile.exp
9958 (compile code struct_object.selffield = &struct_object): Skip further
9959 struct_object tests if this one xfails.
9960
bcf5c1d9
RC
99612015-07-08 Robert O'Callahan <robert@ocallahan.org>
9962
9963 PR exp/18617
9964 * gdb.trace/ax.exp: Add test.
9965
4931af25
YQ
99662015-07-07 Yao Qi <yao.qi@linaro.org>
9967
9968 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9969 instead of istarget "aarch64*-*-*".
9970 * gdb.arch/aarch64-fp.exp: Likewise.
9971 * gdb.base/float.exp: Likewise.
9972 * gdb.reverse/aarch64.exp: Likewise.
9973 * lib/gdb.exp (is_aarch64_target): New proc.
9974
9fcf688e
YQ
99752015-07-07 Yao Qi <yao.qi@linaro.org>
9976
9977 * lib/gdb.exp (is_aarch32_target): New proc.
9978 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9979 instead of "istarget "arm*-*-*"".
9980 * gdb.arch/arm-disp-step.exp: Likewise.
9981 * gdb.arch/thumb-bx-pc.exp: Likewise.
9982 * gdb.arch/thumb-prologue.exp: Likewise.
9983 * gdb.arch/thumb-singlestep.exp: Likewise.
9984 * gdb.base/disp-step-syscall.exp: Likewise.
9985 * gdb.base/float.exp: Likewise.
9986
fbd8d50d
YQ
99872015-07-07 Yao Qi <yao.qi@linaro.org>
9988
9989 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9990 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9991
71be1fdc
YQ
99922015-07-07 Yao Qi <yao.qi@linaro.org>
9993
9994 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9995 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9996 if it exists.
9997 * gdb.multi/multi-arch.exp: Likewise.
9998
3e221d36
SM
99992015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10000
10001 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10002 print.
10003
d441430b
YQ
100042015-07-07 Yao Qi <yao.qi@linaro.org>
10005
10006 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10007
06f810bd
MG
100082015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10009
10010 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10011 '[' and ']' characters.
10012
5e61e7c0
IB
100132015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10014
10015 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10016
28bf096c
PA
100172015-06-29 Pedro Alves <palves@redhat.com>
10018
10019 PR threads/18127
10020 * gdb.threads/hand-call-new-thread.c: New file.
10021 * gdb.threads/hand-call-new-thread.c: New file.
10022
ee93cd5e
KS
100232015-06-26 Keith Seitz <keiths@redhat.com>
10024 Doug Evans <dje@google.com>
10025
10026 PR 16253
10027 * gdb.cp/var-tag-2.cc: New file.
10028 * gdb.cp/var-tag-3.cc: New file.
10029 * gdb.cp/var-tag-4.cc: New file.
10030 * gdb.cp/var-tag.cc: New file.
10031 * gdb.cp/var-tag.exp: New file.
10032
fc637f04
PP
100332015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10034
10035 * gdb.base/history-duplicates.exp: New test.
10036
2e52ae68
PP
100372015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10038
10039 * gdb.base/completion.exp: Test the completion of the "focus"
10040 command.
10041
6e22494e
JK
100422015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10043
10044 * gdb.arch/amd64-prologue-skip.S: New file.
10045 * gdb.arch/amd64-prologue-skip.exp: New file.
10046
bf7b9cd9
SM
100472015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10048
10049 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10050 is_address_zero_readable check.
10051
201e8dfd
PB
100522015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10053
10054 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10055 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10056
5cd867b4
YQ
100572015-06-24 Yao Qi <yao.qi@linaro.org>
10058
10059 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10060 linux targets.
10061
4d7be007
YQ
100622015-06-24 Yao Qi <yao.qi@linaro.org>
10063
10064 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10065 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10066 * gdb.base/siginfo-thread.exp: Likewise.
10067
07fcd301
YQ
100682015-06-22 Yao Qi <yao.qi@linaro.org>
10069
10070 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10071
52042a00
YQ
100722015-06-22 Yao Qi <yao.qi@linaro.org>
10073
10074 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10075 aarch64*-*-*.
10076 (skip_hw_watchpoint_tests): Likewise.
10077
74bd41ce
PP
100782015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10079
10080 * gdb.base/gdbinit-history.exp: Test the interaction between
10081 setting GDBHISTSIZE and setting the history size via .gdbinit.
10082
bc460514
PP
100832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10084
10085 PR gdb/16999
10086 * gdb.base/gdbhistsize-history.exp: New test.
10087
b58c513b
PP
100882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10089
10090 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10091 with GDBHISTSIZE.
10092 * gdb.base/readline.exp: Likewise.
10093
92046791
YQ
100942015-06-17 Yao Qi <yao.qi@linaro.org>
10095
10096 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10097 line.
10098
2093d2d3
PP
100992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10100
10101 * gdb.base/gdbinit-history.exp: Add test case to check that
10102 an unlimited history file does not get truncated on exit.
10103
e6c693af
AA
101042015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10105
10106 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10107 (VECTOR): New macro. Use it...
10108 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10109 ...for these typedefs.
10110 (int8, char1, int1, double1): New typedefs.
10111 (struct just_int2, struct two_int2): New structures.
10112 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10113 (add_structvecs, add_singlevecs): New functions.
10114 (main): Call add_some_intvecs twice.
10115 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10116 the compile and exit upon failure. Try compiling for the "native"
10117 architecture. Test inferior function calls with vector arguments
10118 and vector return value handling with "finish" and "return".
10119
c74f7d1c
JT
101202015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10121
10122 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10123 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10124 PE file.
10125 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10126
98aa42ee
AT
101272015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10128
10129 PR breakpoints/16465
10130 * gdb.mi/mi-dprintf-pending.c: New file.
10131 * gdb.mi/mi-dprintf-pending.exp: New test.
10132 * gdb.mi/mi-dprintf-pendshr.c: New file.
10133
7d73c23c 101342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10135 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10136
10137 * gdb.arch/i386-mpx-map.c: New file.
10138 * gdb.arch/i386-mpx-map.exp: New File.
10139
101402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10141
10142 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10143 * gdb.arch/i386-mpx.exp: Indentation fixed.
10144
101452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10146
10147 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10148 function and improved indentation.
10149 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10150 gdb_test_multiple. Added additional tests to skip the test.
10151
101522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10153
10154 * gdb.arch/i386-avx512.c: Change path in include file.
10155 * gdb.arch/i386-avx512.exp: Change include dir path
10156 compilation flag.
10157 * gdb.arch/i386-mpx.c: Change path in include file.
10158 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10159 flag.
10160
d5eba19a
JK
101612015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10162
10163 * gdb.compile/compile-print.exp (compile print *vararray@3)
10164 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10165
7f361056
JK
101662015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10167
10168 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10169 (do not keep jit in memory): ... this.
10170 (expect 5): Change it to ...
10171 (expect no 5): ... this.
10172
3b462ec2
SM
101732015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10174
10175 PR gdb/15564
10176 * gdb.mi/mi-detach.exp: New file.
10177
e0619de6
JK
101782015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10179
10180 PR symtab/18392
10181 * gdb.arch/amd64-tailcall-self.S: New file.
10182 * gdb.arch/amd64-tailcall-self.c: New file.
10183 * gdb.arch/amd64-tailcall-self.exp: New file.
10184
e970cb34
DB
101852015-05-28 Don Breazeal <donb@codesourcery.com>
10186
10187 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10188 tests for remote targets by checking is_target_gdbserver.
10189
b2e2f908
DE
101902015-05-27 Doug Evans <dje@google.com>
10191
10192 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10193 * gdb.dwarf2/opaque-type-lookup.c: New file.
10194 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10195
82c7be31
DE
101962015-05-26 Doug Evans <dje@google.com>
10197
10198 * gdb.cp/iostream.cc: New file.
10199 * gdb.cp/iostream.exp: New file.
10200
b4f54984
DE
102012015-05-26 Doug Evans <dje@google.com>
10202
10203 * gdb.dwarf2/dw2-op-call.exp: Update.
10204 * gdb.dwarf2/dw4-sig-types.exp: Update.
10205 * gdb.dwarf2/implptr.exp: Update.
10206 * gdb.mi/mi-cmd-param-changed.exp: Update.
10207
4ea6efe9
DE
102082015-05-26 Doug Evans <dje@google.com>
10209
10210 * gdb.python/py-lazy-string.c: New file.
10211 * gdb.python/py-lazy-string.exp: New file.
10212 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10213 (main): Update. Add estring3.
10214 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10215 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10216
f6bb7db3
YQ
102172015-05-26 Omair Javaid <omair.javaid@linaro.org>
10218 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.reverse/aarch64.c: New.
10221 * gdb.reverse/aarch64.exp: New.
10222
a81bfbd0
OJ
102232015-05-26 Omair Javaid <omair.javaid@linaro.org>
10224
25d49b86
PA
10225 * lib/gdb.exp (supports_process_record): Return true for
10226 aarch64*-linux*.
a81bfbd0
OJ
10227 (supports_reverse): Likewise.
10228
158bf1b4
PP
102292015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10230
10231 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10232 Use with_test_prefix.
10233
a0145030
AB
102342015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10235
10236 * gdb.base/completion.exp: Add test for completion of layout
10237 names.
10238
ebe3b578
AB
102392015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10240
10241 * lib/gdb.exp (skip_tui_tests): New proc.
10242 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10243
84204ed7
PA
102442015-05-19 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10247 Save the whole env array instead of just HOME. Unset HISTSIZE in
10248 the environment while testing. Restore whole environment
10249 afterwards.
10250
37442ce1
DE
102512015-05-16 Doug Evans <xdje42@gmail.com>
10252
10253 * gdb.guile/scm-ports.c: New file.
10254 * gdb.guile/scm-ports.exp: Add memory port tests.
10255
36de76f9
JK
102562015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10257
10258 * gdb.compile/compile-print.c: New file.
10259 * gdb.compile/compile-print.exp: New file.
10260
3a9558c4
JK
102612015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10262
10263 * gdb.compile/compile-ops.exp: Cast param to void.
10264 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10265 (compile code struct_object.selffield = &struct_object): Add xfail.
10266
aa715135
JG
102672015-05-15 Joel Brobecker <brobecker@adacore.com>
10268
10269 * gdb.ada/arr_enum_with_gap: New testcase.
10270
931e5bc3
JG
102712015-05-15 Joel Brobecker <brobecker@adacore.com>
10272
10273 * gdb.ada/byte_packed_arr: New testcase.
10274
9cd4d857
JB
102752015-05-15 Joel Brobecker <brobecker@adacore.com>
10276
10277 * gdb.ada/pckd_neg: New testcase.
10278
ebfd00d2
PP
102792015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10280
10281 PR gdb/17820
10282 * gdb.base/gdbinit-history.exp: New test.
10283 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10284 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10285
4c082a81
SC
102862015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10287
10288 * gdb.python/py-xmethods.cc: Enhance test case.
10289 * gdb.python/py-xmethods.exp: New tests.
10290 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10291 function.
10292 (B_indexoper): Likewise.
10293 (global_dm_list) : Add new xmethod worker functions.
10294
f7797074
SDJ
102952015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10296
10297 * gdb.base/coredump-filter.exp: Correctly unset
10298 "coredump_var_addr" array.
10299
a4674e4e
PA
103002015-05-08 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.server/non-existing-program.exp: Unset spawn_id.
10303
df2eb078
SC
103042015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10305
10306 PR python/18291
10307 * gdb.python/py-xmethods.exp: Add tests.
10308
422349a3
YQ
103092015-05-08 Yao Qi <yao.qi@linaro.org>
10310
10311 PR gdb/18208
10312 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10313 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10314 function set_coredump_filter, and remove remote_exec call.
10315 Remove argument ipid. Callers update.
10316 (top level): Don't get inferior's PID.
10317
63fc80ce
AA
103182015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10319
10320 * gdb.base/watch_thread_num.exp: Skip test on targets without
10321 access watchpoints.
10322
80ad801e
PA
103232015-05-06 Pedro Alves <palves@redhat.com>
10324
10325 PR server/18081
10326 * gdb.server/non-existing-program.exp: New file.
10327
0fa7fe50
JB
103282015-05-05 Joel Brobecker <brobecker@adacore.com>
10329
10330 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10331
3ea89b92
PMR
103322015-05-05 Joel Brobecker <brobecker@adacore.com>
10333
10334 * gdb.ada/out_of_line_in_inlined: New testcase.
10335
87b8eff0
JB
103362015-05-05 Joel Brobecker <brobecker@adacore.com>
10337
10338 * gdb.ada/var_rec_arr: New testcase.
10339
5fccc635
YQ
103402015-04-30 Yao Qi <yao.qi@linaro.org>
10341
10342 * gdb.base/break-idempotent.exp: If
10343 skip_hw_watchpoint_multi_tests returns true, skip the tests
10344 on "rwatch" and "awatch".
10345
42d38f42
YQ
103462015-04-30 Yao Qi <yao.qi@linaro.org>
10347
10348 * gdb.base/relativedebug.exp: Invoke gdb command
10349 "info sharedlibrary", and if libc.so doesn't have debug info,
10350 skip the test.
10351
2ce1cdbf
DE
103522015-04-29 Doug Evans <dje@google.com>
10353
10354 * gdb.python/py-xmethods.exp: Add ptype tests.
10355 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10356 get_result_type method.
10357
f24a38c5
LM
103582015-04-29 Luis Machado <lgustavo@codesourcery.com>
10359
10360 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10361 the target does not support hardware watchpoints.
10362
ecbf2b3c
LM
103632015-04-29 Luis Machado <lgustavo@codesourcery.com>
10364
10365 * gdb.base/break-always.exp: Abort testing if writing to memory
10366 causes an error.
10367
34f5f757
DE
103682015-04-28 Doug Evans <dje@google.com>
10369
10370 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10371 * gdb.python/py-pp-registration.exp: ... here. New file.
10372 * gdb.python/py-pp-registration.c: New file.
10373 * gdb.python/py-pp-registration.py: New file.
10374
69b4374a
DE
103752015-04-28 Doug Evans <dje@google.com>
10376
10377 * gdb.python/py-bad-printers.c: New file.
10378 * gdb.python/py-bad-printers.py: New file.
10379 * gdb.python/py-bad-printers.exp: New file.
10380
59fb7612
SS
103812015-04-28 Sasha Smundak <asmundak@google.com>
10382
10383 * gdb.python/py-type.exp: New test.
10384
2631b16a
AW
103852015-04-28 Andy Wingo <wingo@igalia.com>
10386
10387 * gdb.python/py-parameter.exp:
10388 * gdb.guile/scm-parameter.exp: Escape the path that we are
10389 matching against, as it might contain characters that are special
10390 to regular expressions.
10391
460efde1
JB
103922015-04-27 Joel Brobecker <brobecker@adacore.com>
10393
10394 * gdb.ada/rec_comp: New testcase.
10395
2d369d8e
SDJ
103962015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10397
10398 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10399 before using it.
10400
cf75d6c3
AB
104012015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10402
10403 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10404 new tests for verilog output.
10405
8dbe7ca5
YQ
104062015-04-24 Yao Qi <yao.qi@linaro.org>
10407
10408 * boards/remote-gdbserver-on-localhost.exp: New file.
10409
4ef9fb2f
PA
104102015-04-23 Pedro Alves <palves@redhat.com>
10411
10412 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10413 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10414 "end of file", remove $inferior_spawn_id from the indirect list.
10415
0a803169
PA
104162015-04-23 Pedro Alves <palves@redhat.com>
10417
10418 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10419
749ef8f8
PA
104202015-04-23 Pedro Alves <palves@redhat.com>
10421
10422 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10423 on $any_spawn_id instead of only on $gdb_spawn_id.
10424
8aae4344
PM
104252015-04-21 Pierre Muller <muller@sourceware.org>
10426
10427 PR pascal/17815
10428 * lib/pascal.exp (gpc_compile): Add new option "class".
10429 (fpc_compile): Likewise.
10430 * gdb.pascal/case-insensitive-symbols.pas: New file.
10431 * gdb.pascal/case-insensitive-symbols.exp: New file.
10432
1586c8fb
GB
104332015-04-20 Gary Benson <gbenson@redhat.com>
10434
10435 * gdb.base/attach.exp: Fix three extended remote failures.
10436
1b6e6f5c
GB
104372015-04-17 Gary Benson <gbenson@redhat.com>
10438
10439 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10440 the main executable over the remote protocol.
10441
e797481d
PA
104422015-04-16 Pedro Alves <palves@redhat.com>
10443
10444 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10445 a new gdbserver if gdbserver_reconnect_p is set.
10446
1ca99c42
PA
104472015-04-16 Pedro Alves <palves@redhat.com>
10448
10449 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10450 is set, don't exit gdbserver.
10451
af9fd6f8
AA
104522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10453
10454 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10455 appropriate .insn, such that an older assembler can be used.
10456 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10457 the z/Architecture instruction set on 31-bit targets as well.
10458
04ff1e61
AA
104592015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10460
10461 * gdb.go/handcall.exp: Remove all logic related to the first
10462 breakpoint and rely on go_runto_main instead.
10463 * gdb.go/strings.exp: Likewise.
10464 * gdb.go/unsafe.exp: Likewise.
10465 * gdb.go/hello.exp: Likewise. Also rename the remaining
10466 breakpoint marker to "breakpoint 1".
10467 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10468 * gdb.go/strings.go: Likewise.
10469 * gdb.go/unsafe.go: Likewise.
10470 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10471 "set breakpoint 2 here" and rename the remaining breakpoint marker
10472 to "breakpoint 1".
10473
40d2f8d6
SM
104742015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10475
10476 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10477 if itertools.imap is not present.
10478 * gdb.python/py-objfile.exp: Add parentheses.
10479 * gdb.python/py-type.exp: Same.
10480 * gdb.python/py-unwind-maint.py: Same.
10481
8cbc97c6
YQ
104822015-04-15 Yao Qi <yao.qi@linaro.org>
10483
10484 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10485 of ":$ptr_size" and set its form explicitly.
10486
45fd756c
YQ
104872015-04-15 Pedro Alves <palves@redhat.com>
10488 Yao Qi <yao.qi@linaro.org>
10489
10490 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10491 timeout by factor of 4.
10492 (test_regular_watch): Likewise.
10493 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10494 * gdb.reverse/sigall-reverse.exp: Likewise.
10495 * gdb.reverse/until-precsave.exp: Likewise.
10496 * lib/gdb.exp (with_timeout_factor): New proc.
10497 (gdb_expect): Move some code to ...
10498 (get_largest_timeout): ... here. New procedure.
10499
9e811bc3
LM
105002015-04-14 Luis Machado <lgustavo@codesourcery.com>
10501
10502 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10503
0ff6fcb2
LM
105042015-04-13 Luis Machado <lgustavo@codesourcery.com>
10505
10506 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10507 to write to the .text section.
10508
7578d5f7
LM
105092015-04-13 Luis Machado <lgustavo@codesourcery.com>
10510
10511 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10512 Handle the case of targets that do not provide PID information.
10513
2efe15c4
YQ
105142015-04-13 Yao Qi <yao.qi@linaro.org>
10515
10516 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10517 and use expect instead of gdb_expect.
10518
8cd8f2f8
SDJ
105192015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10520
10521 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10522 "coredump_var_addr" to avoid naming conflict with other testcases.
10523
9ee41772
PA
105242015-04-10 Pedro Alves <palves@redhat.com>
10525
10526 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10527 gdb_test_sequence and gdb_assert.
10528
07473109
PA
105292015-04-10 Pedro Alves <palves@redhat.com>
10530
10531 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10532 test messages that don't include the breakpoint address.
10533
de3db44c
YQ
105342015-04-10 Yao Qi <yao.qi@linaro.org>
10535
10536 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10537 false for some offset and width combinations which aren't
10538 supported by linux kernel.
10539
c79d856c
PA
105402015-04-10 Pedro Alves <palves@redhat.com>
10541
10542 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10543 procedure, factored out from ...
10544 (top level): ... here. Add "set displaced-stepping" testing axis.
10545 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10546 parameter "displaced". Use it.
10547 (top level): Use foreach and add "set displaced-stepping" testing
10548 axis.
10549
ebc90b50
PA
105502015-04-10 Pedro Alves <palves@redhat.com>
10551
10552 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10553 Remove comment.
10554 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10555 both the address of the instruction that triggers the watchpoint
10556 and the address of the instruction immediately after, and use
10557 those addresses for the test. Fix comment.
10558
8f572e5c
PA
105592015-04-10 Pedro Alves <palves@redhat.com>
10560
10561 * gdb.base/sigstep.exp (breakpoint_to_handler)
10562 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10563 Test "backtrace" in handler.
10564 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10565 (top level): Add new "displaced" test axis to
10566 breakpoint_to_handler, breakpoint_to_handler_entry and
10567 breakpoint_over_handler.
10568
8d707a12
PA
105692015-04-10 Pedro Alves <palves@redhat.com>
10570
10571 PR gdb/18216
10572 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10573
ef713951
YQ
105742015-04-10 Yao Qi <yao.qi@linaro.org>
10575
10576 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10577 (test_add_rn_pc): New function.
10578 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10579 (top level): Invoke test_add_rn_pc.
10580
906d60cf
PA
105812015-04-10 Pedro Alves <palves@redhat.com>
10582
10583 PR gdb/13858
10584 * gdb.base/step-over-no-symbols.exp: New file.
10585
f2983cc3
AW
105862015-04-09 Andy Wingo <wingo@igalia.com>
10587
10588 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10589 after the Python tests.
10590
6d62641c
SDJ
105912015-04-08 Keith Seitz <keiths@redhat.com>
10592
10593 PR python/16699
10594 * gdb.python/py-completion.exp: New tests for completion.
10595 * gdb.python/py-completion.py (CompleteLimit1): New class.
10596 (CompleteLimit2): Likewise.
10597 (CompleteLimit3): Likewise.
10598 (CompleteLimit4): Likewise.
10599 (CompleteLimit5): Likewise.
10600 (CompleteLimit6): Likewise.
10601 (CompleteLimit7): Likewise.
10602
f3770638
PA
106032015-04-08 Pedro Alves <palves@redhat.com>
10604
10605 PR gdb/18214
10606 PR gdb/18216
10607 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10608 function.
10609 (main): Install it as SIGUSR1 handler.
10610 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10611 parameter. Always use "setup" as prefix. Toggle "set
10612 displaced-stepping" off/on depending on global. Don't switch to
10613 thread 1 here.
10614 (top level): Add displaced stepping "off/on" test axis. Update
10615 "setup" calls. Wrap each subtest with with_test_prefix. Test
10616 continuing with a queued signal in each thread.
10617
4496bed7
PA
106182015-04-08 Pedro Alves <palves@redhat.com>
10619
10620 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10621 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10622 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10623 Return early if running to main fails.
10624 * gdb.trace/while-stepping.exp: Likewise.
10625
b97fde92
PA
106262015-04-07 Pedro Alves <palves@redhat.com>
10627
10628 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10629 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10630 interact with inferior program.
10631
f71c18e7
PA
106322015-04-07 Pedro Alves <palves@redhat.com>
10633
10634 * lib/gdb.exp (inferior_spawn_id): New global.
10635 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10636 spawn id after processing the user code.
10637 (default_gdb_start): Set inferior_spawn_id.
10638 (send_inferior): New procedure.
10639 * lib/gdbserver-support.exp (gdbserver_start): Set
10640 inferior_spawn_id.
10641 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10642
6423214f
PA
106432015-04-07 Pedro Alves <palves@redhat.com>
10644
10645 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10646 * lib/gdbserver-support.exp (gdbserver_start): Make
10647 $server_spawn_id global.
10648 (gdbserver_start): Don't wait for gdbserver's spawn id with
10649 expect_background.
10650 (close_gdbserver): New procedure.
10651 (gdb_exit): Rename the default version and reimplement.
10652
71c0ee8c
PA
106532015-04-07 Pedro Alves <palves@redhat.com>
10654
72f4393d 10655 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10656 append the substituted item, not the original item.
10657
203bc29b
PA
106582015-04-07 Pedro Alves <palves@redhat.com>
10659
10660 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10661 gdb_expect.
10662
508a3ddf
PA
106632015-04-07 Pedro Alves <palves@redhat.com>
10664
10665 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10666 output appearing once only.
10667
9f6dbe2b
PA
106682015-04-07 Pedro Alves <palves@redhat.com>
10669
10670 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10671 that doesn't expect anything. Return early if running to main
10672 fails.
10673
337532fa
YQ
106742015-04-07 Yao Qi <yao.qi@linaro.org>
10675
10676 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10677 (child_function): Call alarm.
10678 (main): Move call to alarm into the loop.
10679 * gdb.threads/non-stop-fair-events.exp: Build program with
10680 -DTIMEOUT=$timeout.
10681
01b622d4
DE
106822015-04-06 Doug Evans <xdje42@gmail.com>
10683
10684 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10685 Fix dest parameter to board_info.
10686 (fpc_compile): Ditto.
10687 (gdb_compile_pascal): Rename dest arg to destfile.
10688
961f4160
PMR
106892015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10690
10691 * gdb.ada/funcall_ref.exp: New file.
10692 * gdb.ada/funcall_ref/foo.adb: New file.
10693
cafda597
YQ
106942015-04-02 Yao Qi <yao.qi@linaro.org>
10695
10696 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10697 is remote.
10698
fed040c6
GB
106992015-04-02 Gary Benson <gbenson@redhat.com>
10700
10701 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10702
d11916aa
SS
107032015-04-01 Sasha Smundak <asmundak@google.com>
10704
10705 * gdb.python/py-unwind-maint.c: New file.
10706 * gdb.python/py-unwind-maint.exp: New test.
10707 * gdb.python/py-unwind-maint.py: New file.
10708 * gdb.python/py-unwind.c: New file.
10709 * gdb.python/py-unwind.exp: New test.
10710 * gdb.python/py-unwind.py: New test.
10711
a1471180
PA
107122015-04-01 Pedro Alves <palves@redhat.com>
10713
10714 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10715 to fail instead of non-existent $test.
10716
0bbeccb1
PA
107172015-04-01 Pedro Alves <palves@redhat.com>
10718
10719 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10720 GDBFLAGS if not empty.
10721
3c724c8c
PMR
107222015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10723
10724 * gdb.ada/complete.exp: Remove "multi_line".
10725 * gdb.ada/info_exc.exp: Remove "multi_line".
10726 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10727 * gdb.ada/ptype_field.exp: Remove "multi_line".
10728 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10729 * gdb.ada/tagged.exp: Remove "multi_line".
10730 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10731 [multi_line ...]
10732 * gdb.btrace/delta.exp: Likewise.
10733 * gdb.btrace/exception.exp: Likewise.
10734 * gdb.btrace/function_call_history.exp: Likewise.
10735 * gdb.btrace/instruction_history.exp: Likewise.
10736 * gdb.btrace/nohist.exp: Likewise.
10737 * gdb.btrace/record_goto.exp: Likewise.
10738 * gdb.btrace/segv.exp: Likewise.
10739 * gdb.btrace/stepi.exp: Likewise.
10740 * gdb.btrace/tailcall.exp: Likewise.
10741 * gdb.btrace/unknown_functions.exp: Likewise.
10742 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10743 * lib/gdb.exp: Add the "multi_line" helper.
10744
4eec2deb
PA
107452015-04-01 Pedro Alves <palves@redhat.com>
10746
10747 * gdb.threads/tid-reuse.c: New file.
10748 * gdb.threads/tid-reuse.exp: New file.
10749
df8411da
SDJ
107502015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10751
10752 PR corefiles/16092
10753 * gdb.base/coredump-filter.c: New file.
10754 * gdb.base/coredump-filter.exp: Likewise.
10755
6ef37366
PM
107562015-03-27 Petr Machata <pmachata@redhat.com>
10757
10758 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10759 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10760 (Dwarf::assemble): Initialize them.
10761 (Dwarf::lines): New function.
10762
7ec911b0
JT
107632015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10764
10765 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10766 SYMBOL_PREFIX for x86_64-*-cygwin.
10767
ff908ebf
AW
107682015-03-26 Andy Wingo <wingo@igalia.com>
10769
10770 PR symtab/18148
10771 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10772 const_value but not a location.
10773 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10774 location defined in non-main CUs are visible.
10775
6d5f0679
YQ
107762015-03-26 Yao Qi <yao.qi@linaro.org>
10777
10778 PR testsuite/18139
10779 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10780 Add a line number entry for the same line.
10781 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10782 Add a line number entry for the same line.
10783
2898689b
YQ
107842015-03-26 Yao Qi <yao.qi@linaro.org>
10785
10786 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10787 .int 0.
10788 (func): Likewise. Add .Lfunc_1 label.
10789 Use .Lfunc_1 label.
10790 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10791 .int 0.
10792 (func): Likewise.
10793 Use .Lfunc_1 label.
10794
85180498
YQ
107952015-03-26 Yao Qi <yao.qi@linaro.org>
10796
10797 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10798 Call gdb_compile instead to compile each .s files without debug
10799 information.
10800
8aa08a8d
YQ
108012015-03-26 Yao Qi <yao.qi@linaro.org>
10802
10803 * gdb.base/savedregs.exp (process_saved_regs): Make
10804 "Saved registers:" optional in the pattern.
10805
66849923
MM
108062015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10807
10808 * gdb.btrace/next.exp: Merged into step.exp.
10809 * gdb.btrace/finish.exp: Merged into step.exp.
10810 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10811 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10812 "record goto" and checking the exact replay position.
10813 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10814 check for "Recording format" in "info record" output.
10815 * gdb.btrace/record_goto.exp: Choose test file based on target.
10816 * gdb.btrace/x86-record_goto.S: Renamed into ...
10817 * gdb.btrace/x86_64-record_goto.S: ... this.
10818 * gdb.btrace/i686-record_goto.S: New.
10819 * gdb.btrace/x86-tailcall.S: Renamed into ...
10820 * gdb.btrace/x86_64-tailcall.S: ... this.
10821 * gdb.btrace/i686-tailcall.S: New.
10822 * gdb.btrace/x86-tailcall.c: Renamed into ...
10823 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10824 separate statements. Update test.
10825 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10826 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10827 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10828 * gdb.btrace/tailcall.exp: Choose test file based on target.
10829 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10830
11cc1b74
MM
108312015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10832
10833 * gdb.btrace/exception.exp: Increase BTS buffer size.
10834
a25d8bf9
PA
108352015-03-24 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10838
856e7dd6
PA
108392015-03-24 Pedro Alves <palves@redhat.com>
10840
10841 * gdb.threads/schedlock.exp (test_step): No longer expect that
10842 "set scheduler-locking step" with "next" over a function call runs
10843 threads unlocked.
10844
ad235a41
AT
108452015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10846
10847 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10848
15630549
AT
108492015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10850
10851 PR breakpoints/16466
10852 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10853 * gdb.mi/mi-pending.c (thread_func): New function.
10854 (int main): Add threading support required.
10855 * gdb.mi/mi-pending.exp: Add tests for this issue.
10856 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10857 (pendfunc2): Remove stdio dependency.
10858 * gdb.mi/mi-pendshr2.c: New file.
10859
693dca06
KS
108602015-03-23 Keith Seitz <keiths@redhat.com>
10861
10862 * gdb.linespec/keywords.c: New file.
10863 * gdb.linespec/keywords.exp: New file.
10864
7e993ebf
KS
108652015-03-23 Keith Seitz <keiths@redhat.com>
10866
10867 PR gdb/18021
10868 * gdb.dwarf2/staticvirtual.exp: New test.
10869
bc23328c
JK
108702015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10871
10872 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10873 * README: Remove HP-UX and gdb.hp.
10874 (configuration):
10875 * configure: Regenerate.
10876 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10877 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10878 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10879 gdb.hp/gdb.defects/Makefile.
10880 * gdb.hp/Makefile.in: File deleted.
10881 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10882 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10883 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10884 * gdb.hp/gdb.aCC/run.c: File deleted.
10885 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10886 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10887 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10888 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10889 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10890 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10891 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10892 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10893 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10894 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10895 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10896 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10897 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10898 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10899 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10900 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10901 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10902 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10903 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10904 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10905 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10906 * gdb.hp/gdb.compat/average.c: File deleted.
10907 * gdb.hp/gdb.compat/sum.c: File deleted.
10908 * gdb.hp/gdb.compat/xdb.c: File deleted.
10909 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10910 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10911 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10912 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10913 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10914 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10915 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10916 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10917 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10918 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10919 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10920 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10921 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10922 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10923 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10924 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10925 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10926 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10927 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10928 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10929 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10930 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10931 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10932 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10933 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10934 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10935 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10936 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10937 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10938 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10939 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10940 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10941 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10942 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10943 * gdb.hp/tools/odump: File deleted.
10944
8bf3b159
PA
109452015-03-19 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10948 (saw_thread_3): New globals.
10949 (top level): Increment them when an event for the corresponding
10950 thread is seen.
10951 (no thread starvation): New test.
10952
eb54c8bf
PA
109532015-03-19 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.threads/continue-pending-status.c: New file.
10956 * gdb.threads/continue-pending-status.exp: New file.
10957
32d2e5d6
PA
109582015-03-18 Pedro Alves <palves@redhat.com>
10959
10960 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10961 Use gdb_is_target_remote instead of is_remote. Use
10962 gdb_test_multiple instead of gdb_expect. Exit early if
10963 gdb_test_multiple hits its internal matches. Tighten stepi tests
10964 expected output. Fail on exit with any signal, instead of just
10965 SIGILL.
10966
f68f11b7
YQ
109672015-03-18 Yao Qi <yao.qi@linaro.org>
10968
10969 PR tdep/18107
10970 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10971 variable.
10972 * gdb.base/catch-syscall.exp: Don't skip it on
10973 aarch64*-*-linux* target. Remove elements in all_syscalls.
10974 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10975 target.
10976 (setup_all_syscalls): New proc.
10977
ca5fd19b
YQ
109782015-03-16 Yao Qi <yao.qi@linaro.org>
10979
10980 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10981 (top level): Skip tests if valid_addr_p returns false for
10982 $cmd1 or $cmd2.
10983
85642ba0
AW
109842015-03-11 Andy Wingo <wingo@igalia.com>
10985
10986 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10987
e03f9645
YQ
109882015-03-11 Yao Qi <yao.qi@linaro.org>
10989
10990 * gdb.base/catch-syscall.exp: Fix typo in comments.
10991
5d0962b2
YQ
109922015-03-11 Yao Qi <yao.qi@linaro.org>
10993
10994 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10995
b2df3cef
PA
109962015-03-09 Pedro Alves <palves@redhat.com>
10997
10998 * dg-extract-results.py: Delete.
10999
ef878e53
PA
110002015-03-09 Pedro Alves <palves@redhat.com>
11001
11002 Merge dg-extract-results.sh from GCC upstream (r218843).
11003
11004 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11005 * dg-extract-results.sh: Use --text with grep to avoid issues with
11006 binary files. Fall back to cat -v, if that doesn't work.
11007
9494d219
PA
110082015-03-05 Pedro Alves <palves@redhat.com>
11009
11010 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11011
a8d9763a
SM
110122015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11013
11014 * lib/mi-support.exp (mi_expect_interrupt): Accept
11015 alternative event for when in all-stop mode.
11016
be9957b8
PA
110172015-03-04 Pedro Alves <palves@redhat.com>
11018
11019 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11020
d57be0f4 110212015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11022
11023 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11024
c214c7cf
AA
110252015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11026
11027 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11028 regexps for GDB's current line display, accept a hex address
11029 preceding the line number.
11030
6d74a497
AA
110312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11032
11033 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11034 the 'arch1' variable for "s390*-linux*" targets.
11035
511aee7c
PA
110362015-03-04 Pedro Alves <palves@redhat.com>
11037
11038 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11039 (main): Pass missing retval argument to pthread_join call.
11040
95e50b27
PA
110412015-03-02 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11044 (top level): Call do_test with non-stop as well.
11045
28054d69
PA
110462015-03-02 Pedro Alves <palves@redhat.com>
11047
11048 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11049 -1.
11050
4fa5d7b4
AA
110512015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11052
11053 * gdb.arch/s390-vregs.exp: New test.
11054 * gdb.arch/s390-vregs.S: New file.
11055
97c18565
PA
110562015-02-27 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11059 call to catch_command_errors.
11060 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11061 catch_command_errors.
11062
a37bfa30
PA
110632015-02-27 Pedro Alves <palves@redhat.com>
11064
11065 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11066 "true" for boolean result.
11067 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11068 prototype of main.
11069
6f98576f
PA
110702015-02-27 Pedro Alves <palves@redhat.com>
11071
11072 * lib/unbuffer_output.c: New file.
11073 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11074 (main): Call gdb_unbuffer_output.
11075
eba5ab56
YQ
110762015-02-27 Yao Qi <yao.qi@linaro.org>
11077
11078 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11079 target.
11080
0def5aaa
DE
110812015-02-26 Doug Evans <dje@google.com>
11082
11083 * gdb.cp/class2.cc (Dbase, D): New classes.
11084 (main): New local delta.
11085 * gdb.cp/class2.exp: Test printing delta.
11086 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11087 (dynbar): New global.
11088 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11089
081a1c2c
JK
110902015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11091
11092 * gdb.compile/compile-ifunc.c: New file.
11093 * gdb.compile/compile-ifunc.exp: New file.
11094
2f41223f
AT
110952015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11096
11097 * gdb.base/structs.exp: Check for correct struct on finish.
11098
03eddd80
YQ
110992015-02-26 Yao Qi <yao.qi@linaro.org>
11100
11101 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11102 is zero.
11103
80c57053
JK
111042015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11105
11106 * gdb.arch/cordic.ko.bz2: New file.
11107 * gdb.arch/cordic.ko.debug.bz2: New file.
11108 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11109
21613c12
YQ
111102015-02-25 Yao Qi <yao.qi@linaro.org>
11111
11112 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11113 aarch64*-*-* target.
11114
d8b901ed
PA
111152015-02-23 Pedro Alves <palves@redhat.com>
11116
11117 * lib/gdb.exp (delete_breakpoints): Rewrite using
11118 gdb_test_multiple.
11119
e5b85ead
PA
111202015-02-23 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.base/info-os.c: Include stdlib.h.
11123
85c3a371
DE
111242015-02-22 Doug Evans <xdje42@gmail.com>
11125
11126 PR symtab/17855
11127 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11128 is read after symbols have been re-read.
11129 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11130 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11131
96553a0c
DE
111322015-02-21 Doug Evans <dje@google.com>
11133
11134 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11135
97a0c697
JK
111362015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 PR corefiles/17808
11139 * gdb.arch/i386-biarch-core.core.bz2: New file.
11140 * gdb.arch/i386-biarch-core.exp: New file.
11141
a47cd6e9
PA
111422015-02-21 Pedro Alves <palves@redhat.com>
11143
11144 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11145 runto_main fails.
11146
c5facdc4
PA
111472015-02-20 Pedro Alves <palves@redhat.com>
11148
11149 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11150 info probes.
11151
2db9a427
PA
111522015-02-20 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11155
60fb7e9e
PA
111562015-02-20 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11159 clean_restart before gdb_target_supports_trace.
11160
5c5019c2
PA
111612015-02-20 Pedro Alves <palves@redhat.com>
11162
11163 PR threads/18006
11164 * gdb.threads/clone-thread_db.c: New file.
11165 * gdb.threads/clone-thread_db.exp: New file.
11166
c9587f88
AT
111672015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11168
11169 PR breakpoints/16812
11170 * gdb.base/catch-gdb-caused-signals.c: New file.
11171 * gdb.base/catch-gdb-caused-signals.exp: New file.
11172
f6a88844
JM
111732015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11174
11175 * configure: Regenerated.
11176 * configure.ac: Use GDB_AC_TRANSFORM.
11177 * aclocal.m4: sinclude ../transform.m4.
11178
497c491b
JM
111792015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11180
11181 * lib/dtrace.exp: New file.
11182 * gdb.base/dtrace-probe.exp: Likewise.
11183 * gdb.base/dtrace-probe.d: Likewise.
11184 * gdb.base/dtrace-probe.c: Likewise.
11185 * lib/pdtrace.in: Likewise.
11186 * configure.ac: Output variables with the transformed names of
11187 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11188 * configure: Regenerated.
11189
03e98035
JM
111902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11191
11192 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11193 expected message when trying to access $_probe_* convenience
11194 variables while not on a probe.
11195
63cc30e9
JK
111962015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11199
0703599a
PA
112002015-02-11 Pedro Alves <pedro@codesourcery.com>
11201
11202 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11203 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11204
7e60a48e
DE
112052015-02-10 Doug Evans <xdje42@gmail.com>
11206
11207 * lib/gdb.exp (gdb_load): Always return a result.
11208
01b088bc
PA
112092015-02-10 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.threads/signal-sigtrap.c: New file.
11212 * gdb.threads/signal-sigtrap.exp: New file.
11213
b05ec7a5
AT
112142015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11215
11216 * gdb.trace/no-attach-trace.c: New file.
11217 * gdb.trace/no-attach-trace.exp: New file.
11218
a2c2acaf
MW
112192015-02-09 Mark Wielaard <mjw@redhat.com>
11220
11221 * gdb.dwarf2/atomic.c: New file.
11222 * gdb.dwarf2/atomic-type.exp: Likewise.
11223
31fd9caa
MM
112242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11225
11226 * gdb.btrace/buffer-size.exp: Update "info record" output.
11227 * gdb.btrace/delta.exp: Update "info record" output.
11228 * gdb.btrace/enable.exp: Update "info record" output.
11229 * gdb.btrace/finish.exp: Update "info record" output.
11230 * gdb.btrace/instruction_history.exp: Update "info record" output.
11231 * gdb.btrace/next.exp: Update "info record" output.
11232 * gdb.btrace/nexti.exp: Update "info record" output.
11233 * gdb.btrace/step.exp: Update "info record" output.
11234 * gdb.btrace/stepi.exp: Update "info record" output.
11235 * gdb.btrace/nohist.exp: Update "info record" output.
11236
d33501a5
MM
112372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11238
11239 * gdb.btrace/buffer-size: New.
11240
f4abbc16
MM
112412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11242
11243 * gdb.btrace/delta.exp: Update "info record" output.
11244 * gdb.btrace/enable.exp: Update "info record" output.
11245 * gdb.btrace/finish.exp: Update "info record" output.
11246 * gdb.btrace/instruction_history.exp: Update "info record" output.
11247 * gdb.btrace/next.exp: Update "info record" output.
11248 * gdb.btrace/nexti.exp: Update "info record" output.
11249 * gdb.btrace/step.exp: Update "info record" output.
11250 * gdb.btrace/stepi.exp: Update "info record" output.
11251 * gdb.btrace/nohist.exp: Update "info record" output.
11252
b9d61307
SM
112532015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11254
11255 PR gdb/15678
11256 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11257
e584fdbc
PA
112582015-02-06 Pedro Alves <palves@redhat.com>
11259
11260 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11261 macro.
11262 (seconds_left, again): New globals.
11263 (main): Wait seconds_left in a 1-second sleep loop instead of
11264 sleeping 180 seconds. If 'again' is set, reset the seconds
11265 counter.
11266 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11267 'again' in the inferior before detaching. Print the seconds left.
11268 (options): New global.
11269 (top level): Build program with -DTIMEOUT=$timeout.
11270
77f41761
PA
112712015-02-06 Pedro Alves <palves@redhat.com>
11272
11273 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11274 determine how many seconds to pass to 'alarm'.
11275 * gdb.base/gdb-sigterm.exp (top level): Build program with
11276 -DTIMEOUT=$timeout.
11277 (do_test): Return success/failure indication. Add more verbose
11278 logging. Don't fail if 200 single steps are seen. Instead, fail
11279 when the test times out.
11280 (passes): New global.
11281 (top level): Break the testing loop if testing fails on any
11282 iteration. Use gdb_assert.
11283
b9394193
DB
112842015-02-04 Don Breazeal <donb@codesourcery.com>
11285
11286 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11287 and initialize them.
11288 (ipc_cleanup): New function.
11289 (main): Don't declare shmid, semid, and msqid. Add a call to
11290 atexit so that we call ipc_cleanup on exit.
11291
42d9e528
PA
112922015-02-04 Pedro Alves <palves@redhat.com>
11293
11294 * boards/native-extended-gdbserver.exp: Remove any target variant
11295 specifications from the board name before clearing the isremote
11296 flag from board_info.
11297
ae6ae975
DE
112982015-01-31 Doug Evans <xdje42@gmail.com>
11299
11300 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11301
cfb069a8
GB
113022015-01-31 Gary Benson <gbenson@redhat.com>
11303
11304 * gdb.base/completion.exp: Disable completion limiting for
11305 existing tests. Add new tests to check completion limiting.
11306 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11307
5dd31d79
DE
113082015-01-31 Doug Evans <xdje42@gmail.com>
11309
11310 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11311
9f050062
DE
113122015-01-31 Doug Evans <xdje42@gmail.com>
11313
11314 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11315 entries. Duplicate file section script entries.
11316 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11317 inlined entries. Add test for safe-path rejection.
11318 * gdb.python/py-section-script.c: Add duplicate inlined section script
11319 entries. Duplicate file section script entries.
11320 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11321 inlined entries. Add test for safe-path rejection.
11322
df25ebbd
JB
113232015-01-29 Joel Brobecker <brobecker@adacore.com>
11324
11325 * gdb.ada/disc_arr_bound: New testcase.
11326
4a0ca9ec
JB
113272015-01-29 Joel Brobecker <brobecker@adacore.com>
11328
11329 * gdb.ada/mi_var_array: New testcase.
11330
3a8b707a
DE
113312015-01-27 Doug Evans <dje@google.com>
11332
11333 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11334 Add test for objfile.filename, objfile.username after objfile
11335 has been unloaded.
11336
f8313f6e
JB
113372015-01-26 Joel Brobecker <brobecker@adacore.com>
11338
11339 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11340 the second test to print the name attribute of value
11341 returned by the call to gdb.lookup_type, and adjust
11342 the expected output accordingly.
11343
37bc665e
MW
113442015-01-25 Mark Wielaard <mjw@redhat.com>
11345
11346 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11347 * gdb.base/disp-step-fork.c: Include unistd.h.
11348 * gdb.base/siginfo-obj.c: Include stdio.h.
11349 * gdb.base/siginfo-thread.c: Likewise.
11350 * gdb.mi/non-stop.c: Include unistd.h.
11351 * gdb.mi/nsthrexec.c: Include stdio.h.
11352 * gdb.mi/pthreads.c: Include unistd.h.
11353 * gdb.modula2/unbounded1.c (main): Declare returns int.
11354 * gdb.reverse/consecutive-reverse.c: Likewise.
11355 * gdb.threads/create-fail.c: Include unistd.h.
11356 * gdb.threads/killed.c: Likewise.
11357 * gdb.threads/linux-dp.c: Likewise.
11358 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11359 * gdb.threads/non-ldr-exc-2.c: Likewise.
11360 * gdb.threads/non-ldr-exc-3.c: Likewise.
11361 * gdb.threads/non-ldr-exc-4.c: Likewise.
11362 * gdb.threads/pthreads.c: Include unistd.h.
11363 (main): Declare returns int.
11364 * gdb.threads/tls-main.c (foo): New declaration.
11365 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11366
f7e5394d
SM
113672015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11368
11369 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11370 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11371
743649fd
MW
113722015-01-15 Mark Wielaard <mjw@redhat.com>
11373
11374 * gdb.base/noreturn-return.c: New file.
11375 * gdb.base/noreturn-return.exp: New file.
11376 * gdb.base/noreturn-finish.c: New file.
11377 * gdb.base/noreturn-finish.exp: New file.
11378
198297aa
PA
113792015-01-23 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.threads/continue-pending-after-query.c: New file.
11382 * gdb.threads/continue-pending-after-query.exp: New file.
11383
717cf30c
AG
113842015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11385 Simon Marchi <simon.marchi@ericsson.com>
11386
11387 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11388 * gdb.base/valgrind-db-attach.exp: Same.
11389 * gdb.base/valgrind-infcall.exp: Same.
11390 * lib/mi-support.exp (default_mi_gdb_start): Same.
11391 * lib/prompt.exp (default_prompt_gdb_start): Same.
11392 * lib/gdb.exp (default_gdb_spawn): Same.
11393 (gdb_interact): New.
11394
11395
4b62a76e
JK
113962015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 * gdb.compile/compile.exp (pointer to jit function): New test.
11399
b4cdae6f
WW
114002015-01-17 Wei-cheng Wang <cole945@gmail.com>
11401
11402 * lib/gdb.exp (supports_process_record): Return true for
11403 powerpc*-*-linux*.
11404 (supports_reverse): Likewise.
11405
d221e7ef
DB
114062015-01-15 Don Breazeal <donb@codesourcery.com>
11407
11408 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11409 instead of checking whether the target board is remote and
11410 use spawn_wait_for_attach instead of exec/sleep.
11411 * gdb.base/attach-twice.exp: Likewise.
11412
bafffb51
JB
114132015-01-15 Joel Brobecker <brobecker@adacore.com>
11414
11415 * gdb.ada/var_arr_attrs: New testcase.
11416
5589af0e
PA
114172015-01-14 Pedro Alves <palves@redhat.com>
11418 Joel Brobecker <brobecker@adacore.com>
11419
11420 PR gdb/17525
11421 * gdb.base/bp-cmds-execution-x-script.c: New file.
11422 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11423 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11424
6c400b59
PA
114252015-01-14 Pedro Alves <palves@redhat.com>
11426
11427 PR cli/17828
11428 * gdb.base/batch-preserve-term-settings.c: New file.
11429 * gdb.base/batch-preserve-term-settings.exp: New file.
11430
e02c96a7
DE
114312015-01-13 Doug Evans <dje@google.com>
11432
11433 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11434 binary.
11435
576fd14c
JB
114362015-01-13 Joel Brobecker <brobecker@adacore.com>
11437
11438 * Makefile.in (clean mostlyclean): Do not delete *.py.
11439
04dccad0
JB
114402015-01-13 Joel Brobecker <brobecker@adacore.com>
11441
11442 * gdb.python/py-lookup-type.exp: New file.
11443
3d230f71
PA
114442015-01-12 Pedro Alves <palves@redhat.com>
11445
11446 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11447 restore GDBFLAGS before returning.
11448
7e67715d
JK
114492015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11450
11451 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11452 is_amd64_regs_target and is_x86_like_target.
11453
f2e0d4b4
DE
114542015-01-11 Doug Evans <xdje42@gmail.com>
11455
11456 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11457 is given without an explicit form.
11458 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11459 attributes.
11460 * gdb.dwarf/corrupt.exp: Ditto.
11461 * gdb.dwarf2/enum-type.exp: Ditto.
11462 * gdb.trace/entry-values.exp: Ditto.
11463 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11464
439250fb
DE
114652015-01-11 Doug Evans <xdje42@gmail.com>
11466
11467 PR gdb/15830
11468 * gdb.base/maint.exp: Remove references to "maint demangle".
11469 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11470 Add tests for explicitly specifying language to demangle.
11471 * gdb.dlang/demangle.exp: Ditto.
11472
ede9f622
PA
114732015-01-09 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.threads/non-stop-fair-events.c: New file.
11476 * gdb.threads/non-stop-fair-events.exp: New file.
11477
a7b796db
PA
114782015-01-09 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11481 the global scope. Set a breakpoint after all threads are started
11482 rather than stepping over two source lines. Expect the prompt.
11483 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11484 global.
11485 (NUM): Now 15.
11486 (main): Use threads_started_barrier to wait for all threads to
11487 start. Main thread no longer calls thread_function. Exit after
11488 180 seconds.
11489 (loop): New function.
11490 (thread_function): Wait on threads_started_barrier barrier. Call
11491 'loop' at each iteration.
11492 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11493 threads have started, instead of hardcoding number of "next"
11494 steps. Use an access watchpoint instead of a write watchpoint.
11495
9665ffdd
PA
114962015-01-09 Pedro Alves <palves@redhat.com>
11497
11498 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11499 (thread_func): Wait on barrier.
11500 (main): Wait for all threads to start before stopping GDB.
11501 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11502 global.
11503 (thread1_func, thread2_func): Wait on barrier.
11504 (main): Wait for all threads to start before stopping GDB.
11505 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11506 New global.
11507 (thread1_func, thread2_func): Wait on barrier.
11508 (main): Wait for all threads to start before stopping GDB.
11509
c945a99f
PA
115102015-01-09 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.threads/attach-many-short-lived-threads.c: New file.
11513 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11514
c1a747c1
PA
115152014-01-09 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11518 instead of to thread 2.
11519 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11520 Add barrier around each pthread_create call instead of around all
11521 calls.
11522 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11523 Set a break on thread_function and have the child threads hit it
11524 one at at a time.
11525
60b3033e
PA
115262015-01-09 Pedro Alves <palves@redhat.com>
11527
11528 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11529 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11530 false.
11531 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11532 checking whether the target board is remote.
11533 * gdb.multi/multi-attach.exp: Likewise.
11534 * gdb.python/py-sync-interp.exp: Likewise.
11535 * gdb.server/ext-attach.exp: Likewise.
11536 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11537 tests that need to attach, instead of checking whether the target
11538 board is remote at the top of the file.
11539
acc018ac
YQ
115402015-01-08 Yao Qi <yao@codesourcery.com>
11541
11542 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11543
50a18af8
JK
115442015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11545
11546 Fix testcase compilation.
11547 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11548
8503d6e1
JB
115492015-01-06 Joel Brobecker <brobecker@adacore.com>
11550
11551 * gdb.python/py-type.exp: Add a couple test about empty
11552 array creation, and negative-length array creation.
11553
cc73dbcc
DE
115542015-01-02 Doug Evans <xdje42@gmail.com>
11555
11556 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11557
0300bbc7
DE
115582015-01-02 Doug Evans <dje@google.com>
11559
11560 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11561
9d85a0ec
YQ
115622014-12-29 Yao Qi <yao@codesourcery.com>
11563
11564 * gdb.trace/entry-values.exp: Update comments. Rename variable
11565 bar_call_foo to returned_from_foo.
11566
87186c6a
MMN
115672014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11568
11569 PR gdb/17394
11570 * gdb.linespec/break-asm-file.c: New file.
11571 * gdb.linespec/break-asm-file.exp: New file.
11572 * gdb.linespec/break-asm-file0.s: New file.
11573 * gdb.linespec/break-asm-file1.s: New file.
11574
1bab7383
YQ
115752014-12-18 Nigel Stephens <nigel@mips.com>
11576 Maciej W. Rozycki <macro@codesourcery.com>
11577
11578 * gdb.base/float.exp: Handle the new output from "info float" on
11579 MIPS targets.
11580
1bc1068a
JK
115812014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11582
11583 Fix MinGW compilation.
11584 * gdb.compile/compile-ops.exp: Update untested message if
11585 !skip_compile_feature_tests.
11586 * gdb.compile/compile-setjmp.exp: Likewise.
11587 * gdb.compile/compile-tls.exp: Likewise.
11588 * gdb.compile/compile.exp: Likewise.
11589 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11590 supported on this host".
11591
b6615d10
DE
115922014-12-16 Doug Evans <xdje42@gmail.com>
11593
11594 * boards/stabs.exp: New file.
11595
25dda427
AA
115962014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11597
11598 * gdb.base/completion.exp: Adjust to format changes of "maint
11599 print user-registers".
11600
bf330350
CU
116012014-12-16 Catalin Udma <catalin.udma@freescale.com>
11602
11603 PR server/17457
11604 * gdb.arch/aarch64-fp.c: New file.
11605 * gdb.arch/aarch64-fp.exp: New file.
11606
395cf596
SDJ
116072014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11608
11609 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11610 r210637, r210913, r211666, r215400, r215817).
11611
11612 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11613 * dg-extract-results.py: New file.
11614 * dg-extract-results.sh: Use it if the environment seems
11615 suitable.
11616
11617 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11618
11619 * dg-extract-results.py (parse_run): Handle warnings that
11620 are printed before a test harness is run.
11621
11622 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11623
11624 * dg-extract-results.py (Named): Remove __cmp__ method.
11625 (output_variation): Use a key to sort variation.harnesses.
11626
11627 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11628
11629 * dg-extract-results.py: For Python 3, force sys.stdout to
11630 handle surrogate escape sequences.
11631 (safe_open): New function.
11632 (output_segment, main): Use it.
11633
11634 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11635
11636 * dg-extract-results.py (Prog.result_re): Include options
11637 in test name.
11638
11639 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11640
11641 * dg-extract-results.py (output_variation): Always sort if
11642 do_sum.
11643
e882ef3c
SM
116442014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11645
11646 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11647 as long as we get pagination notifications.
11648
4992aa20
JM
116492014-12-15 Jason Merrill <jason@redhat.com>
11650
11651 * Makefile.in (check-gdb.%): Restore.
11652 * README: Mention it.
11653
c1b5a1a6
JB
116542014-12-13 Joel Brobecker <brobecker@adacore.com>
11655
11656 * gdb.ada/str_uninit: New testcase.
11657
5537b577
JK
116582014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11659
11660 PR symtab/17642
11661 * gdb.base/vla-stub-define.c: New file.
11662 * gdb.base/vla-stub.c: New file.
11663 * gdb.base/vla-stub.exp: New file.
11664
bb2ec1b3
TT
116652014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11666 Jan Kratochvil <jan.kratochvil@redhat.com>
11667 Tom Tromey <tromey@redhat.com>
11668
11669 * configure.ac: Add gdb.compile/.
11670 * configure: Regenerate.
11671 * gdb.compile/Makefile.in: New file.
11672 * gdb.compile/compile-ops.exp: New file.
11673 * gdb.compile/compile-ops.c: New file.
11674 * gdb.compile/compile-tls.c: New file.
11675 * gdb.compile/compile-tls.exp: New file.
11676 * gdb.compile/compile-constvar.S: New file.
11677 * gdb.compile/compile-constvar.c: New file.
11678 * gdb.compile/compile-mod.c: New file.
11679 * gdb.compile/compile-nodebug.c: New file.
11680 * gdb.compile/compile-setjmp-mod.c: New file.
11681 * gdb.compile/compile-setjmp.c: New file.
11682 * gdb.compile/compile-setjmp.exp: New file.
11683 * gdb.compile/compile-shlib.c: New file.
11684 * gdb.compile/compile.c: New file.
11685 * gdb.compile/compile.exp: New file.
11686 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11687
4ff709eb
TT
116882014-12-12 Tom Tromey <tromey@redhat.com>
11689
11690 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11691 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11692
6dddd6a5
DE
116932014-12-12 Doug Evans <dje@google.com>
11694
11695 * lib/gdb-python.exp (get_python_valueof): New function.
11696 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11697
71c24708
AA
116982014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11699
11700 * gdb.base/completion.exp: Add test for completion of "info
11701 registers ".
11702
3e29f34a
MR
117032014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11704
11705 * gdb.base/func-ptrs.c: New file.
11706 * gdb.base/func-ptrs.exp: New file.
11707
fc126975
SM
117082014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11709
11710 PR breakpoints/17012
11711 * gdb.base/dprintf-detach.c: New file.
11712 * gdb.base/dprintf-detach.exp: New file.
11713
0a46d518
SM
117142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11715
11716 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11717 * lib/gdb.exp (target_is_gdbserver): New procedure.
11718
a0be3e44
DE
117192014-12-08 Doug Evans <dje@google.com>
11720
11721 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11722
df1b803a
YQ
117232014-12-05 Yao Qi <yao@codesourcery.com>
11724
11725 * gdb.guile/scm-error.exp: Remove the third argument to
11726 gdb_remote_download.
11727 * gdb.guile/scm-frame-args.exp: Likewise.
11728 * gdb.guile/scm-section-script.exp: Likewise.
11729
ddb9f679
YQ
117302014-12-05 Yao Qi <yao@codesourcery.com>
11731
11732 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11733
86e4ed39
DE
117342014-12-04 Doug Evans <dje@google.com>
11735
11736 * gdb.python/py-objfile.exp: Add tests for
11737 objfile.add_separate_debug_file.
11738
7c50a931
DE
117392014-12-04 Doug Evans <dje@google.com>
11740
11741 * lib/gdb.exp (get_build_id): New function.
11742 (build_id_debug_filename_get): Rewrite to use it.
11743 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11744
621661e3
MR
117452014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11746
11747 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11748 `method(long)', not just 0x0.
11749 * gdb.cp/nsalias.exp: Align code labels to 4.
11750 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11751 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11752 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11753 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11754 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11755 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11756
29f0c3b7
DE
117572014-12-02 Doug Evans <dje@google.com>
11758
e1e061e7 11759 PR symtab/17602
29f0c3b7 11760 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11761 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11762 * gdb.cp/anon-ns.exp: Update.
11763
162078c8
NB
117642014-12-02 Nick Bull <nicholaspbull@gmail.com>
11765
11766 * gdb.python/py-events.py (inferior_call_handler): New.
11767 (register_changed_handler, memory_changed_handler): New.
11768 (test_events.invoke): Register new handlers.
11769 * gdb.python/py-events.exp: Add tests for inferior call,
11770 memory_changed and register_changed events.
11771
fdb09caf
AA
117722014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11773
11774 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11775 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11776 if the linker doesn't understand this.
11777
55cfb2c4
SM
117782014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11779
11780 * gdb.python/python.exp: Change expected reply to help().
11781
9e8cd6df
YQ
117822014-12-01 Yao Qi <yao@codesourcery.com>
11783
11784 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11785 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11786 * configure: Re-generated.
11787
6c659fc2
SC
117882014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11789
11790 * gdb.cp/chained-calls.cc: New file.
11791 * gdb.cp/chained-calls.exp: New file.
11792 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11793
d7fc3181
SM
117942014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11795
11796 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11797 * gdb.dwarf2/symtab-producer.exp: Same.
11798 * gdb.gdb/python-interrupts.exp: Same.
11799 * gdb.gdb/python-selftest.exp: Same.
11800 * gdb.python/py-linetable.exp: Same.
11801 * gdb.python/py-type.exp: Same.
11802 * gdb.python/py-value-cc.exp: Same.
11803 * gdb.python/py-value.exp: Same.
11804
10e79639
YQ
118052014-11-28 Yao Qi <yao@codesourcery.com>
11806
11807 * gdb.base/break-probes.exp: Match library name prefixed with
11808 sysroot.
11809
f28a0564
SM
118102014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11811
11812 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11813 test expected output. Add parentheses for the call to print.
11814 Remove L suffix from integers.
11815
3fe1ce1d
DE
118162014-11-26 Doug Evans <dje@google.com>
11817
11818 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11819
84429e27
YQ
118202014-11-22 Yao Qi <yao@codesourcery.com>
11821
11822 * gdb.trace/entry-values.c: Remove asms.
11823 (foo): Add foo_label.
11824 (bar): Add bar_label.
11825 * gdb.trace/entry-values.exp: Remove code computing foo's
11826 length and bar's length.
11827 (Dwarf::assemble): Invoke function_range for bar and use
11828 MACRO_AT_func for foo.
11829
26741859
YQ
118302014-11-22 Yao Qi <yao@codesourcery.com>
11831
11832 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11833 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11834 Use .Lgcc43_procstart instead of gcc43.
11835
45e44d27
JB
118362014-11-21 Joel Brobecker <brobecker@adacore.com>
11837
11838 * gdb.ada/n_arr_bound: New testcase.
11839
458c8db8
SDJ
118402014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11841
11842 PR breakpoints/10737
11843 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11844 test_catch_syscall_multi_arch.
11845 (test_catch_syscall_multi_arch): New function.
11846
43f3e411
DE
118472014-11-20 Doug Evans <xdje42@gmail.com>
11848
11849 * gdb.base/maint.exp: Update expected output.
11850
0d7b2549
AA
118512014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11852
11853 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11854 4-byte instruction on S390.
11855
8908fca5
JB
118562014-11-19 Joel Brobecker <brobecker@adacore.com>
11857
11858 * gdb.ada/arr_arr: New testcase.
11859
4a46959e
JB
118602014-11-19 Joel Brobecker <brobecker@adacore.com>
11861
11862 * gdb.ada/pkd_arr_elem: New Testcase.
11863
470e2f4e
LM
118642014-11-18 Luis Machado <lgustavo@codesourcery.com>
11865
11866 * gdb.reverse/break-precsave: Expect completion message for
11867 core file reads.
11868 * gdb.reverse/consecutive-precsave.exp: Likewise.
11869 * gdb.reverse/finish-precsave.exp: Likewise.
11870 * gdb.reverse/i386-precsave.exp: Likewise.
11871 * gdb.reverse/machinestate-precsave.exp: Likewise.
11872 * gdb.reverse/sigall-precsave.exp: Likewise.
11873 * gdb.reverse/solib-precsave.exp: Likewise.
11874 * gdb.reverse/step-precsave.exp: Likewise.
11875 * gdb.reverse/until-precsave.exp: Likewise.
11876 * gdb.reverse/watch-precsave.exp: Likewise.
11877
a267f3ad
AA
118782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11879
11880 * gdb.base/bp-permanent.c: Include unistd.h.
11881 * gdb.python/py-framefilter-mi.c (main): Add return type.
11882 * gdb.python/py-framefilter.c (main): Likewise.
11883 * gdb.trace/actions-changed.c (main): Likewise.
11884
12084a9a
AA
118852014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11886
11887 * gdb.mi/until.c: Add eye-catchers.
11888 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11889 line numbers.
11890
dc7e1a77
AA
118912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11892
11893 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11894 function header variants in break1.c.
11895 * gdb.base/ena-dis-br.exp: Likewise.
11896 * gdb.base/hbreak2.exp: Likewise.
11897 * gdb.reverse/until-precsave.exp: Drop references to removed
11898 non-prototype function header variants in ur1.c.
11899 * gdb.reverse/until-reverse.exp: Likewise.
11900
41c77605
PM
119012014-11-17 Petr Machata <pmachata@redhat.com>
11902
11903 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11904 ${_cu_offset_size} bytes abbrev offset.
11905
34248c3a
DE
119062014-11-15 Doug Evans <xdje42@gmail.com>
11907
11908 PR symtab/17559
11909 * gdb.base/line-symtabs.exp: New file.
11910 * gdb.base/line-symtabs.c: New file.
11911 * gdb.base/line-symtabs.h: New file.
11912
646da059
YQ
119132014-11-14 Yao Qi <yao@codesourcery.com>
11914
11915 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11916 (func): Add label func_label.
11917 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11918 Replace low_pc and high_pc with MACRO_AT_range.
11919 Replace name, low_pc and high_pc with MACRO_AT_func.
11920
9301ebe6
YQ
119212014-11-14 Yao Qi <yao@codesourcery.com>
11922
11923 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11924 Replace name, low_pc and high_pc with MACRO_AT_func.
11925
f166b542
YQ
119262014-11-14 Yao Qi <yao@codesourcery.com>
11927
11928 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11929 produce debug information.
11930 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11931
0f6e71e3
YQ
119322014-11-14 Yao Qi <yao@codesourcery.com>
11933
11934 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11935 object and get function length.
11936 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11937 with MACRO_AT_func.
11938 (top-level): Replace gdb_compile and clean_restart with
11939 prepare_for_testing.
11940 * gdb.dwarf2/main.c (main): Add label main_label.
11941
876c4df9
YQ
119422014-11-14 Yao Qi <yao@codesourcery.com>
11943
11944 * lib/dwarf.exp (function_range): New procedure.
11945 (Dwarf::_handle_macro_at_func): New procedure.
11946 (Dwarf::_handle_macro_at_range): New procedure.
11947 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11948
02ad9cf1
YQ
119492014-11-14 Yao Qi <yao@codesourcery.com>
11950
11951 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11952 (_handle_attribute): New procedure.
11953
a59add0c
AA
119542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11955
11956 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11957 * gdb.base/call-sc.c (zed): Likewise.
11958 * gdb.base/checkpoint.c (main): Likewise.
11959 * gdb.base/dump.c (main): Likewise.
11960 * gdb.base/gcore.c (main): Likewise.
11961 * gdb.base/huge.c (main): Likewise.
11962 * gdb.base/multi-forks.c (main): Likewise.
11963 * gdb.base/pr10179-a.c (main): Likewise.
11964 * gdb.base/savedregs.c (main): Likewise.
11965 * gdb.base/sigaltstack.c (main): Likewise.
11966 * gdb.base/siginfo.c (main): Likewise.
11967 * gdb.base/structs.c (zed): Likewise.
11968 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11969 * gdb.mi/mi-syn-frame.c (main): Likewise.
11970 * gdb.mi/until.c (foo, main): Likewise.
11971 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11972 * gdb.base/solib-weak.c (foo): Declare.
11973 * gdb.base/attach-twice.c: Include stdio.h.
11974 * gdb.base/weaklib1.c: Likewise.
11975 * gdb.base/weaklib2.c: Likewise.
11976 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11977 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11978 unistd.h.
11979 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11980 * gdb.mi/mi-exit-code.c: Likewise.
11981 * gdb.base/break-interp-lib.c: Include string.h.
11982 * gdb.base/coremaker.c: Likewise.
11983 * gdb.base/testenv.c: Likewise.
11984 * gdb.python/py-finish-breakpoint.c: Likewise.
11985 * gdb.base/inferior-died.c: Include sys/wait.h.
11986 * gdb.base/fileio.c: Include time.h.
11987 * gdb.base/async-shell.c: Include unistd.h.
11988 * gdb.base/dprintf-non-stop.c: Likewise.
11989 * gdb.base/info-os.c: Likewise.
11990 * gdb.mi/mi-console.c: Likewise.
11991 * gdb.mi/watch-nonstop.c: Likewise.
11992 * gdb.python/py-events.c: Likewise.
11993 * gdb.base/async.c (baz): Move up before its invocation.
11994 * gdb.base/code_elim2.c (my_global_func): Likewise.
11995 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11996 * gdb.base/advance.c (func2): Likewise.
11997
3b5d5997
AA
119982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11999
12000 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12001 variant.
12002 * gdb.base/annota3.c: Likewise.
12003 * gdb.base/async.c: Likewise.
12004 * gdb.base/average.c: Likewise.
12005 * gdb.base/call-ar-st.c: Likewise.
12006 * gdb.base/call-rt-st.c: Likewise.
12007 * gdb.base/call-sc.c: Likewise.
12008 * gdb.base/call-strs.c: Likewise.
12009 * gdb.base/ending-run.c: Likewise.
12010 * gdb.base/execd-prog.c: Likewise.
12011 * gdb.base/exprs.c: Likewise.
12012 * gdb.base/foll-exec.c: Likewise.
12013 * gdb.base/foll-fork.c: Likewise.
12014 * gdb.base/foll-vfork.c: Likewise.
12015 * gdb.base/funcargs.c: Likewise.
12016 * gdb.base/gcore.c: Likewise.
12017 * gdb.base/jump.c: Likewise.
12018 * gdb.base/langs0.c: Likewise.
12019 * gdb.base/langs1.c: Likewise.
12020 * gdb.base/langs2.c: Likewise.
12021 * gdb.base/mips_pro.c: Likewise.
12022 * gdb.base/nodebug.c: Likewise.
12023 * gdb.base/opaque0.c: Likewise.
12024 * gdb.base/opaque1.c: Likewise.
12025 * gdb.base/recurse.c: Likewise.
12026 * gdb.base/run.c: Likewise.
12027 * gdb.base/scope0.c: Likewise.
12028 * gdb.base/scope1.c: Likewise.
12029 * gdb.base/setshow.c: Likewise.
12030 * gdb.base/setvar.c: Likewise.
12031 * gdb.base/shmain.c: Likewise.
12032 * gdb.base/shr1.c: Likewise.
12033 * gdb.base/shr2.c: Likewise.
12034 * gdb.base/sigall.c: Likewise.
12035 * gdb.base/signals.c: Likewise.
12036 * gdb.base/so-indr-cl.c: Likewise.
12037 * gdb.base/solib2.c: Likewise.
12038 * gdb.base/structs.c: Likewise.
12039 * gdb.base/sum.c: Likewise.
12040 * gdb.base/vforked-prog.c: Likewise.
12041 * gdb.base/watchpoint.c: Likewise.
12042 * gdb.reverse/shr2.c: Likewise.
12043 * gdb.reverse/until-reverse.c: Likewise.
12044 * gdb.reverse/ur1.c: Likewise.
12045 * gdb.reverse/watch-reverse.c: Likewise.
12046
066a77c5
AA
120472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12048
12049 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12050 variant.
12051 * gdb.base/sepdebug.exp: Drop references to removed code.
12052
4f204ea5
AA
120532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12054
12055 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12056 variant. Preserve original line numbering.
12057 * gdb.base/list1.c: Likewise.
12058
3b377a3a
AA
120592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12060
12061 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12062 variant.
12063 * gdb.base/break1.c: Likewise.
12064 * gdb.base/break.exp: Drop references to removed code.
12065
e444df73
AA
120662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12067
12068 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12069 variant.
12070
8008f2a7
AA
120712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12072
12073 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12074
a5a06887
AA
120752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12076
12077 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12078 logic into perform_all_tests() and invoke it with and without
12079 function header prototypes.
12080 (do_function_calls): Remove conditional XFAIL for PR 5318.
12081 (rerun_and_prepare): Remove duplicate code.
12082 (perform_all_tests): New. Main logic moved here.
12083
44dba9b9
AA
120842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12085
12086 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12087 code guarded by #ifdef NO_PROTOTYPES.
12088 (t_double_many_args): Likewise.
12089 (DEF_FUNC_MANY_ARGS_1): Likewise.
12090 (DEF_FUNC_VALUES_1): Likewise.
12091 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12092 guarded by #ifdef PROTOTYPES.
12093
d1fbcd56
AA
120942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12095
12096 * gdb.mi/mi-console.c: Add eye-catcher.
12097 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12098 instead of literal line number.
12099
b0e59b8f
AA
121002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12101
12102 * gdb.base/shr2.c: Add eye-catcher.
12103 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12104 line number.
12105
78f98cca
AA
121062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12107
12108 * gdb.base/jump.c: Add eye-catchers.
12109 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12110 numbers.
12111
58fa2af0
AA
121122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12113
12114 * gdb.base/execd-prog.c: Add eye-catchers.
12115 * gdb.base/foll-exec.c: Likewise.
12116 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12117 line numbers.
12118
04e5059b
AA
121192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12120
12121 * gdb.base/ending-run.c: Add eye-catchers.
12122 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12123 literal line numbers.
12124
dbfdb174
AA
121252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12126
12127 * gdb.base/call-rt-st.c: Add eye-catchers.
12128 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12129 literal line numbers.
12130
888a2ade
AA
121312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12132
12133 * gdb.base/call-ar-st.c: Add eye-catchers.
12134 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12135 literal line numbers.
12136
6acc2dde
AA
121372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12138
12139 * gdb.base/average.c: Add eye-catchers.
12140 * gdb.base/sum.c: Likewise.
12141 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12142 regexps dynamically.
12143
9ecfcd1d
AA
121442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12145
12146 * gdb.base/solib1.c: Add eye-catchers.
12147 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12148 literal line numbers.
12149
78708b7c
PA
121502014-11-12 Pedro Alves <palves@redhat.com>
12151
12152 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12153 leader has exited.
12154
af48d08f
PA
121552014-11-12 Pedro Alves <palves@redhat.com>
12156
12157 * gdb.arch/i386-bp_permanent.c: New file.
12158 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12159 (srcfile): Set to i386-bp_permanent.c.
12160 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12161 that stepi does not execute the 'leave' instruction, instead of
12162 testing it does execute.
12163 * gdb.base/bp-permanent.c: New file.
12164 * gdb.base/bp-permanent.exp: New file.
12165
af3768e9
DE
121662014-11-10 Doug Evans <xdje42@gmail.com>
12167
12168 PR symtab/17564
12169 * gdb.base/symtab-search-order.exp: New file.
12170 * gdb.base/symtab-search-order.c: New file.
12171 * gdb.base/symtab-search-order-1.c: New file.
12172 * gdb.base/symtab-search-order-shlib-1.c: New file.
12173
9de00a4a
PA
121742014-11-07 Pedro Alves <palves@redhat.com>
12175
12176 PR gdb/17511
12177 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12178 i?86-*-linux*.
12179
e0f52461
SC
121802014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12181
12182 PR c++/17494
12183 * gdb.cp/pr17494.cc: New file.
12184 * gdb.cp/pr17494.exp: New file.
12185
6ce8c980
YQ
121862014-11-02 Yao Qi <yao@codesourcery.com>
12187
12188 * gdb.python/python.exp: Get working directory and match the
12189 output of "set extended-prompt \\w " with it.
12190
02be9a71
DE
121912014-10-30 Doug Evans <dje@google.com>
12192
12193 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12194 in objfiles.
12195 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12196 in progspaces.
12197
3bdff46b
LM
121982014-10-30 Janis Johnson <janisjo@codesourcery.com>
12199
12200 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12201 * gdb.base/realname-expand.exp: Likewise.
12202 * gdb.linespec/macro-relative.exp: Likewise.
12203
ab917dfb
PA
122042014-10-29 Pedro Alves <palves@redhat.com>
12205
12206 PR gdb/17408
12207 * gdb.threads/schedlock.c (some_function): New function.
12208 (call_function): New global.
12209 (MAYBE_CALL_SOME_FUNCTION): New macro.
12210 (thread_function): Call it.
12211 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12212 and use it instead of a global counter. Adjust all callers.
12213 (get_current_thread): Use "find current thread" for test message
12214 here rather than having all callers pass down the same string.
12215 (goto_loop): New procedure, factored out from ...
12216 (my_continue): ... this.
12217 (step_ten_loops): Change parameter from test message to command to
12218 use. Adjust.
12219 (list_count): Delete global.
12220 (check_result): New procedure, factored out from duplicate top
12221 level code.
12222 (continue tests): Wrap in with_test_prefix.
12223 (test_step): New procedure, factored out from duplicate top level
12224 code.
12225 (top level): Test "step" in combination with all scheduler-locking
12226 modes. Test "next" in combination with all scheduler-locking
12227 modes, and in combination with stepping over a function call or
12228 not.
12229 * gdb.threads/next-bp-other-thread.c: New file.
12230 * gdb.threads/next-bp-other-thread.exp: New file.
12231
d3d4baed
PA
122322014-10-29 Pedro Alves <palves@redhat.com>
12233
12234 PR python/17372
12235 * gdb.python/python.exp: Test a multi-line command that spawns
12236 interactive Python.
12237 * gdb.base/multi-line-starts-subshell.exp: New file.
12238
563e8d85
YQ
122392014-10-29 Yao Qi <yao@codesourcery.com>
12240
12241 * gdb.base/fileio.exp: Make directories on host.
12242
0ea4d52e
YQ
122432014-10-29 Yao Qi <yao@codesourcery.com>
12244
12245 * gdb.base/fileio.c (test_write): Close the file.
12246
7f5ef605
PA
122472014-10-28 Pedro Alves <palves@redhat.com>
12248
12249 PR gdb/12623
12250 * gdb.base/sigstep.c (no_handler): New global.
12251 (main): If 'no_handler is true, set the signal handlers to
12252 SIG_IGN.
12253 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12254 with_sw_watch and no_handler parameters. Handle them.
12255 (top level) <stepping over handler when stopped at a breakpoint
12256 test>: Add a test axis for testing with a software watchpoint, and
12257 another for testing with the signal handler set to SIG_IGN.
12258 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12259 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12260
abbdbd03
PA
122612014-10-28 Pedro Alves <palves@redhat.com>
12262
12263 PR gdb/17511
12264 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12265 * gdb.base/sigstep.exp (other_handler_location): New global.
12266 (advance): Support stepping into the signal handler, and running
12267 commands while in the handler.
12268 (in_handler_map): New global.
12269 (top level): In the advance test, add combinations for getting
12270 into the handler with stepping commands, and for running commands
12271 in the handler. Add comment descripting the advancei tests.
12272
1df4399f
PA
122732014-10-28 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.base/sigstep.exp: Use build_executable instead of
12276 prepare_for_testing.
12277 (top level): Move code that starts GDB, runs to main and creates a
12278 display to ...
12279 (restart): ... this new procedure.
12280 (top level): Move backtrace from signal handler test to ...
12281 (validate_backtrace): ... this new procedure.
12282 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12283 with_test_prefix. Always restart GDB.
12284 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12285 with_test_prefix. Always restart GDB. No need to delete
12286 breakpoints after the test.
12287 (test_skip_handler): Remove prefix parameter.
12288 (skip_over_handler, breakpoint_to_handler)
12289 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12290 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12291 restart GDB. No need to delete breakpoints after the test.
12292 (top level): Use foreach to call the test procedures with
12293 different commands.
12294
a5b6e449
PA
122952014-10-28 Pedro Alves <palves@redhat.com>
12296
12297 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12298 instead of GNATS numbers.
12299 * gdb.base/sigbpt.exp: Likewise.
12300 * gdb.base/siginfo.exp: Likewise.
12301 * gdb.base/sigstep.exp: Likewise.
12302
e5f8a7cc
PA
123032014-10-27 Pedro Alves <palves@redhat.com>
12304
12305 * gdb.base/sigstep.c (dummy): New global.
12306 (main): Issue a couple writes to the new global.
12307 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12308 procedures.
12309 (skip_over_handler): Use test_skip_handler.
12310 (top level): Call skip_over_handler for stepi and nexti too.
12311 (breakpoint_over_handler): Use test_skip_handler.
12312 (top level): Call breakpoint_over_handler for stepi and nexti too.
12313
763905a3
YQ
123142014-10-27 Yao Qi <yao@codesourcery.com>
12315
12316 * gdb.trace/tfile.c (adjust_function_address)
12317 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12318 function descriptor.
12319
6f259a23
DB
123202014-10-24 Don Breazeal <donb@codesourcery.com>
12321
12322 * gdb.base/foll-fork.exp (test_follow_fork,
12323 catch_fork_child_follow): Check for updated fork messages emitted
12324 from infrun.c.
12325 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12326 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12327 vfork_and_exec_child_follow_through_step): Check for updated vfork
12328 messages emitted from infrun.c.
12329
09dd9a69
PA
123302014-10-24 Pedro Alves <palves@redhat.com>
12331
12332 * gdb.base/corefile.exp: Remove references to ultrix.
12333 * gdb.base/interrupt.exp: Likewise.
12334 * gdb.base/whatis.exp: Likewise.
12335 * gdb.gdb/selftest.exp: Likewise.
12336 * gdb.threads/manythreads.exp: Likewise.
12337 * gdb.threads/print-threads.exp: Likewise.
12338 * gdb.threads/pthreads.exp:: Likewise.
12339 * gdb.threads/schedlock.exp: Likewise.
12340
3433cfa5
SC
123412014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12342
12343 * gdb.cp/non-trivial-retval.cc: Add a test case.
12344 * gdb.cp/non-trivial-retval.exp: Add a test.
12345
092f880b
YQ
123462014-10-20 Yao Qi <yao@codesourcery.com>
12347
12348 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12349 * gdb.python/py-objfile-script-gdb.py: New file.
12350 * gdb.python/py-objfile-script.exp: Update reference to
12351 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12352 of remote_download. Remove the dest file.
12353
acbdb7f3
YQ
123542014-10-20 Yao Qi <yao@codesourcery.com>
12355
12356 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12357 * gdb.base/step-line.exp: Likewise.
12358 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12359 * gdb.dwarf2/dw2-basic.exp: Likewise.
12360 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12361 * gdb.dwarf2/dw2-filename.exp: Likewise.
12362 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12363 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12364 * gdb.dwarf2/dw2-producer.exp: Likewise.
12365 * gdb.dwarf2/mac-fileno.exp: Likewise.
12366 * gdb.python/py-frame-args.exp: Likewise.
12367 * gdb.python/py-framefilter.exp: Likewise.
12368 * gdb.python/py-mi.exp: Likewise.
12369 * gdb.python/py-objfile-script.exp: Likewise
12370 * gdb.python/py-pp-integral.exp: Likewise.
12371 * gdb.python/py-pp-re-notag.exp: Likewise.
12372 * gdb.python/py-prettyprint.exp: Likewise.
12373 * gdb.python/py-section-script.exp: Likewise.
12374 * gdb.python/py-typeprint.exp: Likewise.
12375 * gdb.python/py-xmethods.exp: Likewise.
12376 * gdb.stabs/weird.exp: Likewise.
12377 * gdb.xml/tdesc-regs.exp: Likewise.
12378
bd286a29
KCY
123792014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12380
12381 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12382 (out_cu): Use addr_len for the size of addresses.
12383 (out_line): Likewise. Size DW_LNE_set_address instruction
12384 according to addr_len.
12385 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12386 (FUNC): Add START_INSNS to definition.
12387
673dc4a0
YQ
123882014-10-18 Yao Qi <yao@codesourcery.com>
12389
12390 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12391 gdb_has_argv0 return true.
12392 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12393 check [target_info exists noargs], check [gdb_has_argv0]
12394 instead.
12395 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12396 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12397 procedures.
12398
4ffbba72
DE
123992014-10-17 Doug Evans <dje@google.com>
12400
12401 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12402 event.
12403 * gdb.python/py-events.py: Add clear_objfiles event.
12404
d096d8c1
DE
124052014-10-17 Doug Evans <dje@google.com>
12406
12407 * gdb.python/py-objfile.exp: Test progspace attribute.
12408
a80db015
LM
124092014-10-17 Luis Machado <lgustavo@codesourcery.com>
12410
12411 * gdb.guile/scm-breakpoint.exp: Do not assume any
12412 directory separators when matching source file paths.
12413 * gdb.python/py-breakpoint.exp: Likewise.
12414 * gdb.reverse/break-precsave.exp: Likewise.
12415 * gdb.reverse/break-reverse.exp: Likewise.
12416 * gdb.reverse/consecutive-precsave.exp: Likewise.
12417 * gdb.reverse/finish-precsave.exp: Likewise.
12418 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12419 * gdb.reverse/finish-reverse.exp: Likewise.
12420 * gdb.reverse/i386-precsave.exp: Likewise.
12421 * gdb.reverse/i387-env-reverse.exp: Likewise.
12422 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12423 * gdb.reverse/machinestate-precsave.exp: Likewise.
12424 * gdb.reverse/machinestate.exp: Likewise.
12425 * gdb.reverse/sigall-precsave.exp: Likewise.
12426 * gdb.reverse/solib-precsave.exp: Likewise.
12427 * gdb.reverse/step-precsave.exp: Likewise.
12428 * gdb.reverse/until-precsave.exp: Likewise.
12429 * gdb.reverse/watch-precsave.exp: Likewise.
12430 * gdb.reverse/watch-reverse.exp: Likewise.
12431
b22089ab
YQ
124322014-10-17 Yao Qi <yao@codesourcery.com>
12433
12434 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12435 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12436
6c4486e6
PA
124372014-10-17 Pedro Alves <palves@redhat.com>
12438
12439 PR gdb/17471
12440 * gdb.base/bg-execution-repeat.c: New file.
12441 * gdb.base/bg-execution-repeat.exp: New file.
12442
0ff33695
PA
124432014-10-17 Pedro Alves <palves@redhat.com>
12444
12445 PR gdb/17300
12446 * gdb.base/continue-all-already-running.c: New file.
12447 * gdb.base/continue-all-already-running.exp: New file.
12448
6fdebc3d
PA
124492014-10-17 Pedro Alves <palves@redhat.com>
12450
12451 PR gdb/17472
12452 * gdb.base/annota-input-while-running.c: New file.
12453 * gdb.base/annota-input-while-running.exp: New file.
12454
32a8097b
PA
124552014-10-17 Pedro Alves <palves@redhat.com>
12456
12457 * gdb.base/callfuncs.exp: emove references to osf.
12458 * gdb.base/sigall.exp: Likewise.
12459 * gdb.gdb/selftest.exp: Likewise.
12460 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12461 * gdb.mi/non-stop.c: Likewise.
12462 * gdb.mi/pthreads.c: Likewise.
12463 * gdb.reverse/sigall-precsave.exp: Likewise.
12464 * gdb.reverse/sigall-reverse.exp: Likewise.
12465 * gdb.threads/pthreads.c: Likewise.
12466 * gdb.threads/pthreads.exp: Likewise.
12467
7a3517ff
YQ
124682014-10-17 Yao Qi <yao@codesourcery.com>
12469
12470 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12471 check 'target_info exists noargs'.
12472 (test_command_prompt_position): Likewise.
12473 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12474 Remove "set args".
12475 (progvar_simple_while_test): Likewise.
12476 (progvar_complex_if_while_test): Likewise.
12477 (if_while_breakpoint_command_test): Likewise.
12478 (infrun_breakpoint_command_test): Likewise.
12479 (breakpoint_command_test): Likewise.
12480 (watchpoint_command_test): Likewise.
12481 (bp_deleted_in_command_test): Likewise.
12482 (temporary_breakpoint_commands): Likewise.
12483
bb99c472
YQ
124842014-10-16 Yao Qi <yao@codesourcery.com>
12485
12486 * gdb.base/remotetimeout.exp: Remove noargs checking.
12487
7c16b83e
PA
124882014-10-15 Pedro Alves <palves@redhat.com>
12489
12490 PR breakpoints/9649
12491 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12492 * gdb.base/breakpoint-in-ro-region.exp
12493 (probe_target_hardware_step): New procedure.
12494 (top level): Probe hardware stepping and hardware breakpoint
12495 support. Test stepping through a read-only region, with both
12496 "breakpoint auto-hw" on and off and both "always-inserted" on and
12497 off.
12498
35a49624
IB
124992014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12500
12501 * gdb.dlang/demangle.exp: Update for demangling changes.
12502
2d1c107c
SC
125032014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12504
12505 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12506 * gdb.cp/non-trivial-retval.exp: Add new tests.
12507
778811d5
SC
125082014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12509
12510 PR c++/13403
12511 PR c++/15154
12512 * gdb.cp/non-trivial-retval.cc: New file.
12513 * gdb.cp/non-trivial-retval.exp: New file.
12514
10c5f0a8
YQ
125152014-10-15 Yao Qi <yao@codesourcery.com>
12516
12517 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12518 remote host.
12519
65d7b369
YQ
125202014-10-15 Yao Qi <yao@codesourcery.com>
12521
12522 * gdb.python/py-symbol.exp: Match file base name if host is
12523 remote, otherwise match file name with dir name.
12524 * gdb.python/py-symtab.exp: Likewise.
12525 * gdb.python/python.exp: Likewise.
12526
46dc1394
YQ
125272014-10-15 Yao Qi <yao@codesourcery.com>
12528
12529 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12530 pattern.
12531 * gdb.python/py-symtab.exp: Likewise.
12532 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12533 locationn.
12534
c40cc657
JB
125352014-10-14 Joel Brobecker <brobecker@adacore.com>
12536
12537 * gdb.ada/addr_arith: New testcase.
12538
2abf49e1
MR
125392014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12540
12541 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12542 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12543 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12544 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12545
f7088df3
SDJ
125462014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12547
12548 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12549 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12550 * gdb.arch/stap-eval-lang-ada.exp: New file.
12551
4dc06805
YQ
125522014-10-14 Yao Qi <yao@codesourcery.com>
12553
12554 * gdb.mi/mi-var-child.c (nothing1): New function.
12555 (nothing2): New function.
12556 (do_children_tests): Set function pointers by nothing1 and
12557 nothing2.
12558 * gdb.mi/mi-var-child.exp: Step over new added statements.
12559 Update test to match the new output.
12560 * gdb.mi/var-cmd.c (nothing1): New function.
12561 (nothing2): New function.
12562 (do_children_tests): Set function pointers by nothing1 and
12563 nothing2.
12564 * gdb.mi/mi-var-display.exp: Update test to match output.
12565 Step to the line specified by $line_dct_nothing.
12566 Increase the number of lines to step.
12567
46a93de2
YQ
125682014-10-14 Yao Qi <yao@codesourcery.com>
12569
12570 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12571 tests.
12572 * gdb.mi/mi2-var-child.exp: Likewise.
12573
14ea52ee
DE
125742014-10-13 Doug Evans <dje@google.com>
12575
12576 * gdb.python/py-objfile.exp: Change name of file name test.
12577
e5c6e92b
DE
125782014-10-13 Doug Evans <dje@google.com>
12579
12580 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12581 from the start of the CU.
12582
c780cc2f
JK
125832014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12584 Yao Qi <yao@codesourcery.com>
12585
12586 Fix "save breakpoints" for "catch" command.
12587 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12588 Remove -nonewline. Match also the added "main" line.
12589
99894e11
JK
125902014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12591
12592 Fix "save breakpoints" for "disable $bpnum" command.
12593 * gdb.base/save-bp.c (main): Add label.
12594 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12595
6e1ac5a3
JK
125962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12597
12598 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12599
754dd2b0
YQ
126002014-10-11 Yao Qi <yao@codesourcery.com>
12601
12602 * gdb.server/server-kill.exp: Execute command
12603 "set remote trace-status-packet on" before "tstatus".
12604
f90183d7
YQ
126052014-10-11 Yao Qi <yao@codesourcery.com>
12606
12607 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12608 (main): Call getppid.
12609 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12610 and continue to it. Read variable "server_pid".
12611
bf40a607
YQ
126122014-10-11 Yao Qi <yao@codesourcery.com>
12613
12614 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12615
052ca370
YQ
126162014-10-11 Yao Qi <yao@codesourcery.com>
12617
12618 * gdb.threads/thread-find.exp: Don't execute command
12619 "info threads".
12620 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12621 * gdb.threads/linux-dp.exp: Don't check the condition
12622 $threads_created equals to zero.
12623
3831839c
PA
126242014-10-10 Pedro Alves <palves@redhat.com>
12625
12626 * gdb.base/bigcore.exp: Remove references to IRIX.
12627 * gdb.base/funcargs.exp: Likewise.
12628 * gdb.base/interrupt.exp: Likewise.
12629 * gdb.base/mips_pro.exp: Likewise.
12630 * gdb.base/nodebug.exp: Likewise.
12631 * gdb.base/setvar.exp: Likewise.
12632 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12633
8b9a549d
PA
126342014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12635 Pedro Alves <palves@redhat.com>
12636
12637 PR symtab/14466
12638 * gdb.base/vdso-warning.c: New file.
12639 * gdb.base/vdso-warning.exp: New file.
12640
d48ba5e8
DE
126412014-10-02 Doug Evans <dje@google.com>
12642
12643 * gdb.base/structs.c (main): Don't run forever.
12644
2278c276
PA
126452014-10-02 Pedro Alves <palves@redhat.com>
12646
12647 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12648 (top level) <stop threads 1, stop threads 2>: Use it.
12649
b57bacec
PA
126502014-10-02 Pedro Alves <palves@redhat.com>
12651
12652 * gdb.threads/break-while-running.exp (test): Add new
12653 'update_thread_list' argument. Skip "info threads" if false.
12654 (top level): Add new 'update_thread_list' axis.
12655
13fd3ff3
PA
126562014-10-02 Pedro Alves <palves@redhat.com>
12657
12658 PR breakpoints/17431
12659 * gdb.base/execl-update-breakpoints.c: New file.
12660 * gdb.base/execl-update-breakpoints.exp: New file.
12661
0fec99e8
PA
126622014-10-01 Pedro Alves <palves@redhat.com>
12663
12664 * gdb.base/breakpoint-in-ro-region.c: New file.
12665 * gdb.base/breakpoint-in-ro-region.exp: New file.
12666
2ddf4301
SM
126672014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12668
12669 * gdb.mi/mi-exit-code.exp: New file.
12670 * gdb.mi/mi-exit-code.c: New file.
12671
6a5f3f43
YQ
126722014-09-30 Yao Qi <yao@codesourcery.com>
12673
12674 * lib/prelink-support.exp (build_executable_own_libs): Error if
12675 the target isn't native.
12676
345bcc73
YQ
126772014-09-30 Yao Qi <yao@codesourcery.com>
12678
12679 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12680 false.
12681
a25a5a45
PA
126822014-09-22 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.threads/break-while-running.exp: New file.
12685 * gdb.threads/break-while-running.c: New file.
12686
00ba3162
YQ
126872014-09-19 Yao Qi <yao@codesourcery.com>
12688
12689 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12690 Invoke test. Restart GDB with --readnow and invoke test again.
12691
c3b7b696
YQ
126922014-09-19 Yao Qi <yao@codesourcery.com>
12693
12694 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12695 proc set_breakpoint_on_gcd_function. Invoke
12696 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12697 invoke set_breakpoint_on_gcd_function again.
12698
2b4fd423
DE
126992014-09-18 Doug Evans <dje@google.com>
12700
12701 * gdb.dwarf2/symtab-producer.exp: New file.
12702
a5947601
SDJ
127032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12704
12705 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12706 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12707 * gdb.base/global-var-nested-by-dso.c: Likewise.
12708 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12709
91c19059
SDJ
127102014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12711 Pedro Alves <palves@redhat.com>
12712
12713 * gdb.base/watch-bitfields.exp: Pass string other than test file
12714 name to prepare_for_testing.
12715 (watch): New procedure.
12716 (expect_watchpoint): Use with_test_prefix.
12717 (top level): Factor out tests to ...
12718 (test_watch_location, test_regular_watch): ... these new
12719 procedures, and use with_test_prefix and gdb_continue_to_end.
12720
bb9d5f81
PP
127212014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12722
12723 PR breakpoints/12526
12724 * gdb.base/watch-bitfields.exp: New file.
12725 * gdb.base/watch-bitfields.c: New file.
12726
635856f5
PA
127272014-09-16 Pedro Alves <palves@redhat.com>
12728
12729 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12730 software and hardware addresses, not software address against
12731 itself.
12732
7280ceea
PA
127332014-09-16 Pedro Alves <palves@redhat.com>
12734
12735 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12736 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12737
428b16bd
PA
127382014-09-16 Pedro Alves <palves@redhat.com>
12739
12740 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12741 files.
12742 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12743 "*-*-vxworks*" throughout.
12744 * gdb.base/break.exp: Likewise.
12745 * gdb.base/default.exp: Likewise.
12746 * gdb.base/scope.exp: Likewise.
12747 * gdb.base/sepdebug.exp: Likewise.
12748 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12749 throughout.
12750 * gdb.base/run.c: Likewise.
12751 * gdb.base/sepdebug.c: Likewise.
12752 * gdb.hp/gdb.aCC/run.c: Likewise.
12753 * gdb.reverse/until-reverse.c: Likewise.
12754 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12755
666d413c
YQ
127562014-09-16 Yao Qi <yao@codesourcery.com>
12757
12758 * boards/local-remote-host-native.exp: New file.
12759
57cbd724
DE
127602014-09-14 Doug Evans <xdje42@gmail.com>
12761
12762 * gdb.threads/queue-signal.c (thread_count): New variable.
12763 (thread_count_mutex, thread_count_condvar): New variables.
12764 (incr_thread_count, wait_all_threads_running): New functions.
12765 (main): Wait for all threads to be in their thread functions.
12766
81219e53
DE
127672014-09-13 Doug Evans <xdje42@gmail.com>
12768
12769 * gdb.threads/queue-signal.c: New file.
12770 * gdb.threads/queue-signal.exp: New file.
12771
3714cea7
DE
127722014-09-13 Doug Evans <xdje42@gmail.com>
12773
12774 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12775 be consistent with what default_gdb_init uses.
12776 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12777 the plain text of the prompt. Add some logging printfs.
12778 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12779
fa43b1d7
PA
127802014-09-12 Pedro Alves <palves@redhat.com>
12781
12782 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12783 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12784 * gdb.arch/i386-size-overlap.exp: Likewise.
12785 * gdb.arch/i386-size.exp: Likewise.
12786 * gdb.arch/i386-unwind.exp: Likewise.
12787 * gdb.base/a2-run.exp: Likewise.
12788 * gdb.base/break.exp: Likewise.
12789 * gdb.base/charset.exp: Likewise.
12790 * gdb.base/chng-syms.exp: Likewise.
12791 * gdb.base/commands.exp: Likewise.
12792 * gdb.base/dbx.exp: Likewise.
12793 * gdb.base/find.exp: Likewise.
12794 * gdb.base/funcargs.exp: Likewise.
12795 * gdb.base/jit-simple.exp: Likewise.
12796 * gdb.base/reread.exp: Likewise.
12797 * gdb.base/sepdebug.exp: Likewise.
12798 * gdb.base/step-bt.exp: Likewise.
12799 * gdb.cp/mb-inline.exp: Likewise.
12800 * gdb.cp/mb-templates.exp: Likewise.
12801 * gdb.objc/basicclass.exp: Likewise.
12802 * gdb.threads/killed.exp: Likewise.
12803
9d9bf2df
EBM
128042014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12805
12806 PR tdep/17379
12807 * gdb.arch/powerpc-stackless.S: New file.
12808 * gdb.arch/powerpc-stackless.exp: New file.
12809
1cf2f1b0
JK
128102014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12811
12812 * gdb.base/attach.c: Include unistd.h.
12813 (main): Call alarm. Add label postloop.
12814 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12815 gdb_breakpoint, gdb_continue_to_breakpoint.
12816 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12817
98880d46
PA
128182014-09-11 Pedro Alves <palves@redhat.com>
12819
12820 PR gdb/17347
12821 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12822 * gdb.base/attach.exp (test_command_line_attach_run): New
12823 procedure.
12824 (top level): Call it.
12825
4c92ff2c
PA
128262014-09-11 Pedro Alves <palves@redhat.com>
12827
12828 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12829 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12830 (do_command_attach_tests): Use spawn_wait_for_attach.
12831 * gdb.base/solib-overlap.exp: Likewise.
12832 * gdb.multi/multi-attach.exp: Likewise.
12833 * gdb.python/py-prompt.exp: Likewise.
12834 * gdb.python/py-sync-interp.exp: Likewise.
12835 * gdb.server/ext-attach.exp: Likewise.
12836
3adc1a7d
GKB
128372014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12838
12839 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12840 command in testcase. Simplify testcase.
12841
96334934
JB
128422014-09-10 Joel Brobecker <brobecker@adacore.com>
12843
12844 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12845
eb479039
JB
128462014-09-10 Joel Brobecker <brobecker@adacore.com>
12847
12848 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12849
deede10c
JB
128502014-09-10 Joel Brobecker <brobecker@adacore.com>
12851
12852 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12853
7828a5f5
JB
128542014-09-10 Joel Brobecker <brobecker@adacore.com>
12855
12856 * gdb.dwarf2/dynarr-ptr.c: New file.
12857 * gdb.dwarf2/dynarr-ptr.exp: New file.
12858
33aeebcf
MR
128592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12860
12861 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12862 of 30 rather than hardcoding 120 for a slow test case. Take the
12863 `gdb,timeout' target setting into account for this calculation.
12864 Don't extend the timeout for the test cases that don't need it.
12865
7b415901
MR
128662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12867
12868 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12869 a factor of 2 for a slow test case. Take the `gdb,timeout'
12870 target setting into account for this calculation.
12871 * gdb.reverse/until-precsave.exp: Increase the timeout by
12872 a factor of 15 and 3 respectively rather than adding 120
12873 for a pair of slow test cases. Take the `gdb,timeout'
12874 target setting into account for this calculation.
12875
4a40f85a
MR
128762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12877
12878 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12879 timeout, don't pass one down to gdb_expect.
12880 (gdb_expect): Rework timeout selection.
12881
09635af7
MR
128822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12883
12884 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12885 exception on timeout.
12886 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12887 (gdbserver_start_extended): Catch any `gdbserver_start' error
12888 exceptions.
12889 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12890 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12891 `gdbserver_gdb_load' error exceptions.
12892
2bdd10b7
MR
128932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12894
12895 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12896 120 on waiting for the TCP socket to open.
12897
316935f0
DE
128982014-09-09 Doug Evans <xdje42@gmail.com>
12899
12900 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12901 _caller_matches, _any_caller_is, _any_caller_matches.
12902
83740597
DE
129032014-09-09 Doug Evans <xdje42@gmail.com>
12904
12905 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12906
4c122fc3
YQ
129072014-09-09 Yao Qi <yao@codesourcery.com>
12908
12909 * gdb.mi/mi-var-display.exp: Set print symbol off.
12910
a9f116cb
GKB
129112014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12912
12913 PR gdb/17035
12914 * gdb.base/commands.exp: Add tests to verify user-defined
12915 commands with empty bodies.
12916 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12917 python commands in `show user command`.
12918 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12919 scheme commands in `show user command`.
12920
c75bd3a2
JK
129212014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12922
12923 PR python/17355
12924 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12925 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12926 * gdb.python/py-framefilter-invalidarg.exp: New file.
12927 * gdb.python/py-framefilter-invalidarg.py: New file.
12928
faa42425
DE
129292014-09-06 Doug Evans <xdje42@gmail.com>
12930
12931 PR 15276
12932 * gdb.python/py-caller-is.c: New file.
12933 * gdb.python/py-caller-is.exp: New file.
12934
474ca4f6
SDJ
129352014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12936
12937 PR gdb/17235
12938 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12939 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12940
eb0b0463
SDJ
129412014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12942
12943 PR fortran/17237
12944 * gdb.fortran/print-formatted.exp: New file.
12945 * gdb.fortran/print-formatted.f90: Likewise.
12946
5f3b99cf
SS
129472014-09-03 Sasha Smundak <asmundak@google.com>
12948
12949 * gdb.python/py-frame.exp: Test Frame.read_register.
12950
7d793aa9
SDJ
129512014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12952
12953 PR python/16699
12954 * gdb.python/py-completion.exp: New file.
12955 * gdb.python/py-completion.py: Likewise.
12956
fb0576e9
DE
129572014-08-28 Doug Evans <dje@google.com>
12958
12959 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12960 eax,etc. are live with values set by gdb and thus the compiler can't
12961 use them.
12962 * gdb.arch/i386-pseudo.c (main): Ditto.
12963
ee92b0dd
DE
129642014-08-27 Doug Evans <dje@google.com>
12965
12966 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12967
6649db35
DE
129682014-08-25 Doug Evans <dje@google.com>
12969
12970 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12971 (main): Ditto.
12972
564b7600
DE
129732014-08-25 Doug Evans <dje@google.com>
12974
12975 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12976
3881fb67
YQ
129772014-08-24 Yao Qi <yao@codesourcery.com>
12978
12979 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12980 symbol off.
12981 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12982
a05a36a5
DE
129832014-08-22 Doug Evans <dje@google.com>
12984
12985 PR 17276
12986 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12987 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12988 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12989
7c343b48
YQ
129902014-08-22 Yao Qi <yao@codesourcery.com>
12991
12992 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12993 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12994 * gdb.python/python.exp: Likewise. Use .py file on the host
12995 instead of the build.
12996
22fd09ae
JK
129972014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12998
12999 * gdb.threads/gcore-stale-thread.c: New file.
13000 * gdb.threads/gcore-stale-thread.exp: New file.
13001
a8454a7c
PA
130022014-08-21 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13005 * gdb.base/gcore-relro-pie.exp: Likewise.
13006 * gdb.base/gcore-relro.exp: Likewise.
13007 * gdb.base/gcore.exp: Likewise.
13008 * gdb.base/print-symbol-loading.exp: Likewise.
13009 * gdb.threads/gcore-thread.exp: Likewise.
13010 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13011
2a31c623
PA
130122014-08-20 Pedro Alves <palves@redhat.com>
13013 Jan Kratochvil <jan.kratochvil@redhat.com>
13014
13015 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13016 configure.
13017 (EXPECT): Handle READ1 being set.
13018 (all): Depend on EXTRA_RULES.
13019 (check-read1, expect-read1, read1.so, read1): New rules.
13020 * README (Testsuite Parameters): Document the READ1 make variable.
13021 (Race detection): New section.
13022 * configure: Regenerate.
13023 * configure.ac: If build==host==target, and running under a
13024 GNU/glibc system, add read1 to the extra Makefile rules.
13025 (EXTRA_RULES): AC_SUBST it.
13026 * lib/read1.c: New file.
13027
d36430db
JB
130282014-08-20 Joel Brobecker <brobecker@adacore.com>
13029
13030 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13031 the handling of variables declared as a typedef to an array
13032 which a DW_AT_data_location attribute.
13033
9a0dc9e3
PA
130342014-08-19 Andrew Burgess <aburgess@broadcom.com>
13035 Pedro Alves <palves@redhat.com>
13036
13037 PR symtab/14604
13038 PR symtab/14605
13039 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13040 gdb_test.
13041
0718a8da
PA
130422014-08-19 Pedro Alves <palves@redhat.com>
13043
13044 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13045
13b448cd
YQ
130462014-08-19 Yao Qi <yao@codesourcery.com>
13047
13048 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13049 right line.
13050
1cbf5077
DB
130512014-08-18 David Blaikie <dblaikie@gmail.com>
13052
13053 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13054
bf0fae19
JB
130552014-08-18 Joel Brobecker <brobecker@adacore.com>
13056
13057 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13058 attribute in array range.
13059
3c8c5dcc
JB
130602014-08-18 Joel Brobecker <brobecker@adacore.com>
13061
13062 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13063
e66d4446
SC
130642014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13065
13066 PR c++/17132
13067 * gdb.cp/pr17132.cc: New file.
13068 * gdb.cp/pr17132.exp: New file.
13069
940df408
SC
130702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13071
13072 * gdb.python/py-xmethods.py (A_getarrayind)
13073 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13074 Use 'print' with function call syntax.
13075 (E_method_matcher.match): Fix tab vs space indentation mixup.
13076
ebcc6c3a
YQ
130772014-08-15 Yao Qi <yao@codesourcery.com>
13078
13079 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13080 false.
13081
775e0f04
YQ
130822014-08-15 Yao Qi <yao@codesourcery.com>
13083
13084 * gdb.cp/casts.exp: Set print symbol off.
13085 * gdb.cp/class2.exp: Likewise.
13086 * gdb.cp/overload.exp: Likewise.
13087 * gdb.cp/templates.exp: Likewise.
13088
d769e349
DE
130892014-08-11 Doug Evans <dje@google.com>
13090
13091 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13092 (test_load_shlib): Update.
13093
20c6f1e1
YQ
130942014-08-09 Yao Qi <yao@codesourcery.com>
13095
13096 * gdb.base/display.exp: Invoke is_address_zero_readable.
13097 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13098 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13099 * gdb.base/hbreak-unmapped.exp: Return if
13100 is_address_zero_readable returns true.
13101 * gdb.base/signest.exp: Likewise.
13102 * gdb.base/signull.exp: Likewise.
13103 * gdb.base/sigbpt.exp: Likewise.
13104 * gdb.guile/scm-disasm.exp: Do the test if
13105 is_address_zero_readable returns false.
13106 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13107 * gdb.python/py-arch.exp: Likewise.
13108 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13109 * lib/gdb.exp (is_address_zero_readable): New proc.
13110
5792e8e3
YQ
131112014-08-09 Yao Qi <yao@codesourcery.com>
13112
13113 PR testsuite/13443
13114 * gdb.mi/mi-var-display.exp: Make test messages unique.
13115
3cecbbbe
TT
131162014-08-04 Tom Tromey <tromey@redhat.com>
13117
13118 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13119 target 0".
13120
00b51ff5
TT
131212014-08-04 Tom Tromey <tromey@redhat.com>
13122
13123 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13124 "target_resume".
13125
6908c509
JB
131262014-08-01 Joel Brobecker <brobecker@adacore.com>
13127
13128 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13129 inner_vla_struct_object_size.
13130 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13131 as xfail.
13132
cc6563d2
PA
131332014-07-30 Pedro Alves <palves@redhat.com>
13134
13135 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13136 comment.
13137
7e09a223
YQ
131382014-07-29 Yao Qi <yao@codesourcery.com>
13139
13140 PR gdb/17206
13141 * gdb.base/until-nodebug.exp: New.
13142
7ebdbe92
DE
131432014-07-28 Doug Evans <xdje42@gmail.com>
13144
13145 PR guile/17203
13146 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13147 previously existing parameter, and previously ambiguously spelled
13148 parameter.
13149
fdb1adc6
WN
131502014-07-28 Will Newton <will.newton@linaro.org>
13151
13152 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13153
186fcde0
DE
131542014-07-26 Ludovic Courtès <ludo@gnu.org>
13155 Doug Evans <xdje42@gmail.com>
13156
13157 PR guile/17146
13158 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13159
70509625
PA
131602014-07-25 Pedro Alves <palves@redhat.com>
13161
13162 * gdb.threads/signal-command-handle-nopass.c: New file.
13163 * gdb.threads/signal-command-handle-nopass.exp: New file.
13164 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13165 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13166 * gdb.threads/signal-delivered-right-thread.c: New file.
13167 * gdb.threads/signal-delivered-right-thread.exp: New file.
13168
c3f814a1
PA
131692014-07-25 Pedro Alves <palves@redhat.com>
13170
13171 * gdb.base/double-prompt-target-event-error.exp
13172 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13173 match.
13174 (cancel_pagination_in_target_event): Rework double prompt
13175 detection.
13176 * gdb.base/paginate-after-ctrl-c-running.exp
13177 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13178 <return>' match.
13179 * gdb.base/paginate-bg-execution.exp
13180 (test_bg_execution_pagination_return)
13181 (test_bg_execution_pagination_cancel): Remove '-notransfer
13182 <return>' matches.
13183 * gdb.base/paginate-execution-startup.exp
13184 (test_fg_execution_pagination_return)
13185 (test_fg_execution_pagination_cancel): Remove '-notransfer
13186 <return>' matches.
13187 * gdb.base/paginate-inferior-exit.exp
13188 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13189 match.
13190 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13191 * lib/gdb.exp (pagination_prompt): Run text through
13192 string_to_regexp.
13193 (gdb_test_multiple): Match $pagination_prompt instead of
13194 "<return>".
13195 (string_to_regexp): Move to lib/gdb-utils.exp.
13196
e214cf6c
JK
131972014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13198
13199 * gdb.arch/amd64-entry-value-paramref.S: New file.
13200 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13201 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13202 * gdb.arch/amd64-optimout-repeat.S: New file.
13203 * gdb.arch/amd64-optimout-repeat.c: New file.
13204 * gdb.arch/amd64-optimout-repeat.exp: New file.
13205
17d0c5c8
JK
132062014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13207
13208 PR gdb/17170
13209 * gdb.base/statistics.exp: New file.
13210
b8b8facf
DE
132112014-07-17 Doug Evans <dje@google.com>
13212
74b49205 13213 PR gdb/17170
b8b8facf
DE
13214 * gdb.base/maint.exp: Update testing of per-command stats.
13215
1b5d0ab3
PA
132162014-07-16 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13219 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13220 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13221 (tfile_write_buf): New functions.
13222 (add_memory_block): Rewrite using the above.
13223 (adjust_function_address): New function.
13224 (FUNCTION_ADDRESS): New macro.
13225 (write_basic_trace_file): Remove short_x local, and use
13226 tfile_write_16. Change type of func_addr local to unsigned long
13227 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13228 here. Cast argument of add_memory_block to char pointer.
13229 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13230 (main): Remove parameters.
13231 * gdb.trace/tfile.exp: Remove nowarnings.
13232
4d974e88
SM
132332014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13234
13235 * gdb.base/debug-expr.exp: Test string evaluation with
13236 "debug expression" on.
13237
41e99568
PA
132382014-07-15 Pedro Alves <palves@redhat.com>
13239
13240 * gdb.base/reread.exp: Use clean_restart.
13241
487d9753
PL
132422014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13243
13244 * gdb.arch/avr-flash-qualifer.c: New.
13245 * gdb.arch/avr-flash-qualifer.exp: New.
13246
cc1c52ad
PA
132472014-07-14 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13250 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13251
1e973570
PA
132522014-07-14 Pedro Alves <palves@redhat.com>
13253
13254 * gdb.base/double-prompt-target-event-error.c: New file.
13255 * gdb.base/double-prompt-target-event-error.exp: New file.
13256
93d6eb10
PA
132572014-07-14 Pedro Alves <palves@redhat.com>
13258
13259 PR gdb/17072
13260 * gdb.base/paginate-inferior-exit.c: New file.
13261 * gdb.base/paginate-inferior-exit.exp: New file.
13262
0017922d
PA
132632014-07-14 Pedro Alves <palves@redhat.com>
13264
13265 PR gdb/17072
13266 * gdb.base/paginate-bg-execution.c: New file.
13267 * gdb.base/paginate-bg-execution.exp: New file.
13268
94696ad3
PA
132692014-07-14 Pedro Alves <palves@redhat.com>
13270
13271 PR gdb/17072
13272 * gdb.base/paginate-execution-startup.c: New file.
13273 * gdb.base/paginate-execution-startup.exp: New file.
13274 * lib/gdb.exp (pagination_prompt): New global.
13275 (default_gdb_spawn): New procedure, factored out from
13276 default_gdb_spawn.
13277 (default_gdb_start): Adjust to call default_gdb_spawn.
13278 (gdb_spawn): New procedure.
13279
bd293940
PA
132802014-07-14 Pedro Alves <palves@redhat.com>
13281
13282 * lib/gdb.exp (gdb_assert): New procedure.
13283 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13284
c933f875
PA
132852014-07-14 Pedro Alves <palves@redhat.com>
13286
13287 * gdb.base/execution-termios.c: New file.
13288 * gdb.base/execution-termios.exp: New file.
13289
d98b7a16
TT
132902014-07-14 Tom Tromey <tromey@redhat.com>
13291
13292 * gdb.cp/vla-cxx.cc: New file.
13293 * gdb.cp/vla-cxx.exp: New file.
13294
548740d6
TT
132952014-07-14 Tom Tromey <tromey@redhat.com>
13296
13297 * gdb.reverse/rerun-prec.c: New file.
13298 * gdb.reverse/rerun-prec.exp: New file.
13299
a25eb028
MR
133002014-07-12 Maciej W. Rozycki <macro@mips.com>
13301 Maciej W. Rozycki <macro@codesourcery.com>
13302
13303 * lib/gdb-utils.exp: New file.
13304 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13305 inline `gdb_init_command' processing.
13306 (gdb_start_cmd): Likewise.
13307 * lib/mi-support.exp (mi_run_cmd): Likewise.
13308 * README: Document `gdb_init_command' and `gdb_init_commands'.
13309
218c2655
JK
133102014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13311
13312 Fix false FAIL running under a very long directory name.
13313 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13314 and "set print elements 10000". Twice.
13315
5401fde3
YQ
133162014-07-11 Yao Qi <yao@codesourcery.com>
13317
13318 * gdb.base/exprs.exp: "set print symbol off".
13319
e76126e8
PA
133202014-07-11 Pedro Alves <palves@redhat.com>
13321
13322 * gdb.threads/kill.c: New file.
13323 * gdb.threads/kill.exp: New file.
13324
2d6f0de6
YQ
133252014-07-10 Yao Qi <yao@codesourcery.com>
13326
13327 * gdb.trace/tfile.c (write_basic_trace_file)
13328 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13329 address written to trace file.
13330
7180e04a
PA
133312014-07-09 Pedro Alves <palves@redhat.com>
13332
13333 * gdb.base/attach-wait-input.exp: New file.
13334 * gdb.base/attach-wait-input.c: New file.
13335
9a9a7608
AB
133362014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13337
13338 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13339 setting up test structures.
13340 (main): Call new test function.
13341 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13342 test function, continue into test function and walk test
13343 structures.
13344
161ac41e
YQ
133452014-07-02 Yao Qi <yao@codesourcery.com>
13346
13347 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13348 'bar_start' at the beginning of functions 'foo' and 'bar'
13349 respectively.
13350 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13351 instead of 'foo' and 'bar'.
13352
1f267ae3
MM
133532014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13354
13355 * gdb.btrace/segv.exp: New.
13356 * gdb.btrace/segv.c: New.
13357
2b239efb
LM
133582014-07-02 Luis Machado <lgustavo@codesourcery.com>
13359
13360 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13361 instruction.
13362
cf363f18
MW
133632014-06-30 Mark Wielaard <mjw@redhat.com>
13364
13365 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13366 vulture, vilify, villar): New volatile array constants.
13367 (vindictive, vegetation): New const volatile array constants.
13368 * gdb.base/volatile.exp: Test volatile and const volatile array
13369 types.
13370
aebf9d24
AA
133712014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13372
13373 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13374 target lacks support for awatch, rwatch, or hbreak.
13375
b67a2c6f
YQ
133762014-06-27 Yao Qi <yao@codesourcery.com>
13377
13378 * gdb.multi/dummy-frame-restore.exp: New.
13379 * gdb.multi/dummy-frame-restore.c: New.
13380
aef92902
MM
133812014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13382
13383 * gdb.btrace/gcore.exp: New.
13384
8e9db26e
PA
133852014-06-23 Pedro Alves <palves@redhat.com>
13386
13387 * gdb.base/watchpoint-reuse-slot.c: New file.
13388 * gdb.base/watchpoint-reuse-slot.exp: New file.
13389
70afc5b7
SC
133902014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13391
13392 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13393 progspace's filename in 'info', 'enable' and 'disable' command
13394 tests.
13395
b972bd9c
JK
133962014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13397
13398 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13399 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13400 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13401
125f8a3d
GB
134022014-06-20 Gary Benson <gbenson@redhat.com>
13403
13404 * gdb.arch/i386-avx.exp: Fix include file location.
13405 * gdb.arch/i386-sse.exp: Likewise.
13406
3ed9baed
IB
134072014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13408
13409 * gdb.dlang/expression.exp: New file.
13410
034f788c
PA
134112014-06-19 Pedro Alves <palves@redhat.com>
13412
13413 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13414 out from ...
13415 (top level): ... here. Iterate running tests under different
13416 scheduler-locking settings.
13417
45371d0c
LM
134182014-06-18 Luis Machado <lgustavo@codesourcery.com>
13419
13420 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13421 to DW_FORM_addr and use non-zero addresses.
13422
5d376983
SC
134232014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13424
13425 PR gdb/17017
13426 * gdb.python/py-xmethods.cc: Add global function call counters and
13427 increment them in their respective functions. Remove "cout"
13428 statements.
13429 * gdb.python/py-xmethods.exp: Make tests check the global function
13430 call counters instead of depending on inferior IO.
13431
a1aa2221
LM
134322014-06-18 Don Breazeal <donb@codesourcery.com>
13433
13434 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13435 Deleted procedure.
13436 (explicit_fork_parent_follow): Deleted procedure.
13437 (explicit_fork_child_follow): Deleted procedure.
13438 (test_follow_fork): New procedure.
13439 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13440 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13441 procedure calls.
13442
0fc05997
YQ
134432014-06-17 Yao Qi <yao@codesourcery.com>
13444
13445 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13446 CP1252.
13447
70795c52
LM
134482014-06-17 Luis Machado <lgustavo@codesourcery.com>
13449
13450 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13451 Initialize ptr and S explicitly.
13452 (skip_type_update_when_not_use_rtti_test): Likewise.
13453
6be47f0c
KS
134542014-06-16 Keith Seitz <keiths@redhat.com>
13455
13456 PR mi/15863
13457 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13458 the inferior is started.
13459
d03de421
PA
134602014-06-16 Pedro Alves <palves@redhat.com>
13461
13462 * gdb.base/break-main-file-remove-fail.c: New file.
13463 * gdb.base/break-main-file-remove-fail.exp: New file.
13464 * gdb.base/break-unload-file.exp: Use build_executable instead of
13465 prepare_for_testing.
13466 (test_break): New parameter "initial_load". Handle it.
13467 (top level): Add initial_load cmdline/file axis.
13468
f9579b99
TT
134692014-06-12 Tom Tromey <tromey@redhat.com>
13470
13471 * gdb.base/completion.exp: Don't use directory name in test.
13472
3657956b
GB
134732014-06-09 Gary Benson <gbenson@redhat.com>
13474
13475 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13476 separate the always-available ANSI-standard signals from the
13477 signals that require checking.
13478 (main): Likewise.
13479 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13480 Likewise.
13481 (main): Likewise.
13482
4186eb54
KS
134832014-06-07 Keith Seitz <keiths@redhat.com>
13484
13485 Revert:
13486 PR c++/16253
13487 * gdb.cp/var-tag.cc: New file.
13488 * gdb.cp/var-tag.exp: New file.
13489 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13490 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13491 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13492 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13493
25326a28 134942014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13495
13496 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13497
829155c9
PA
134982014-06-06 Pedro Alves <palves@redhat.com>
13499
13500 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13501 in target debug output instead of looking at RSP packets,
13502 disabling the test on any target that uses hardware stepping.
13503 Update comments.
13504
61c8d22e
PA
135052014-06-06 Pedro Alves <palves@redhat.com>
13506
13507 * gdb.base/break-unload-file.exp: Fix typo.
13508
d9a47287
YQ
135092014-06-06 Yao Qi <yao@codesourcery.com>
13510
13511 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13512 from "jit_function" to "^jit_function".
13513
e5e01dbf
YQ
135142014-06-06 Yao Qi <yao@codesourcery.com>
13515
13516 * gdb.base/async.c (foo): Add one statement.
13517 * gdb.base/async.exp: Get the next instruction address and
13518 match the output of "nexti" by instruction address. Match
13519 the hex address in the output of "finish".
13520
73ba372c
GB
135212014-06-06 Gary Benson <gbenson@redhat.com>
13522
13523 * gdb.base/call-signals.c: Remove preprocessor conditionals
13524 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13525 SIGSEGV and SIGTERM.
13526 * gdb.base/sigall.c: Likewise.
13527 * gdb.base/unwindonsignal.c: Likewise.
13528 * gdb.reverse/sigall-reverse.c: Likewise.
13529
831517df
YQ
135302014-06-06 Yao Qi <yao@codesourcery.com>
13531
13532 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13533 readable, skip the test.
13534
b8b91e98
YQ
135352014-06-06 Yao Qi <yao@codesourcery.com>
13536
13537 * gdb.threads/staticthreads.c (thread_function): Move the line
13538 setting breakpoint on forward.
13539 * gdb.threads/staticthreads.exp: Update comments.
13540
fb934770
LC
135412014-06-05 Ludovic Courtès <ludo@gnu.org>
13542
13543 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13544 "history-append! type error".
13545
6ef284bd
SM
135462014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13547
13548 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13549 erroneous dprintf expected input.
13550
a872e241
DE
135512014-06-04 Doug Evans <xdje42@gmail.com>
13552
13553 * gdb.guile/scm-generics.exp: Delete.
13554
16f691fb
DE
135552014-06-04 Doug Evans <xdje42@gmail.com>
13556
13557 * gdb.guile/scm-breakpoint.exp: Update.
13558 Add tests for breakpoint registration.
13559
012370f6
TT
135602014-06-04 Tom Tromey <tromey@redhat.com>
13561
13562 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13563 VLA-in-union.
13564 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13565 inner_vla_struct, vla_union types. Initialize objects of those
13566 types and compute their sizes.
13567
9f5a4cef
HZ
135682014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13569 Hui Zhu <hui@codesourcery.com>
13570
13571 * gdb.base/fileio.exp: Add test for shell not available as well as
13572 available.
13573 * gdb.base/fileio.c (test_system): Check for shell twice.
13574
90a45c4d
YQ
135752014-06-04 Yao Qi <yao@codesourcery.com>
13576
13577 * gdb.base/auto-connect-native-target.exp: Remove redundant
13578 space from the regexp pattern.
13579
70017e41
YQ
135802014-06-04 Yao Qi <yao@codesourcery.com>
13581
13582 * gdb.base/default.exp: Replace "child" with "native" in
13583 regexp pattern.
13584
883964a7
SC
135852014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13586
13587 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13588 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13589 * gdb.python/py-xmethods.py: Python script supporting the
13590 new testcase and tests.
13591
ef370185
JB
135922014-06-03 Joel Brobecker <brobecker@adacore.com>
13593 Pedro Alves <palves@redhat.com>
13594
13595 PR breakpoints/17000
13596 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13597 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13598
1e2ccb61
BM
135992014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13600
13601 * gdb.base/subst.exp: Add tests to verify partial path matching
13602 output.
13603
c6ec5ab2
PA
136042014-06-03 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13607 target that doesn't use software single-stepping.
13608
835c559f
PA
136092014-06-03 Pedro Alves <palves@redhat.com>
13610
13611 PR breakpoints/17000
13612 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13613 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13614
06eb1586
DE
136152014-06-02 Doug Evans <xdje42@gmail.com>
13616
13617 * gdb.guile/scm-parameter.exp: New file.
13618
e698b8c4
DE
136192014-06-02 Doug Evans <xdje42@gmail.com>
13620
13621 * gdb.guile/scm-cmd.c: New file.
13622 * gdb.guile/scm-cmd.exp: New file.
13623
ded03782
DE
136242014-06-02 Doug Evans <xdje42@gmail.com>
13625
13626 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13627 pretty-printer lookup.
13628 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13629 (make-pp_s-printer): Call it.
13630 (make-pretty-printer-from-dict): New function.
13631 (lookup-pretty-printer-maker-from-dict): New function.
13632 (*pretty-printer*): Simplify.
13633 (make-objfile-pp_s-printer): New function.
13634 (install-objfile-pretty-printers!): New function.
13635 (make-progspace-pp_s-printer): New function.
13636 (install-progspace-pretty-printers!): New function.
13637 * gdb.guile/scm-progspace.c: New file.
13638 * gdb.guile/scm-progspace.exp: New file.
13639
41fac0cf
PA
136402014-06-02 Pedro Alves <palves@redhat.com>
13641
13642 * gdb.base/dprintf-bp-same-addr.c: New file.
13643 * gdb.base/dprintf-bp-same-addr.exp: New file.
13644
96ae5695
EBM
136452014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13646
13647 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13648 * gdb.arch/powerpc-power.s: Likewise.
13649
da02b3a8
JB
136502014-06-02 Joel Brobecker <brobecker@adacore.com>
13651
13652 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13653
c72b2e7b
YQ
136542014-06-01 Yao Qi <yao@codesourcery.com>
13655
13656 * gdb.base/watchpoint.exp (test_watch_location): Check null
13657 pointer can be dereferenced. If not, do the test, otherwise
13658 skip it.
13659
53e8a631
AB
136602014-05-30 Andrew Burgess <aburgess@broadcom.com>
13661
13662 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13663 results.
13664 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13665
938f0e2f
AB
136662014-05-30 Andrew Burgess <aburgess@broadcom.com>
13667
13668 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13669 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13670 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13671 * gdb.arch/amd64-invalid-stack-top.c: New file.
13672 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13673
9ba6657a
PA
136742014-05-30 Pedro Alves <palves@redhat.com>
13675
13676 PR breakpoints/17000
13677 * gdb.base/sss-bp-on-user-bp.c: New file.
13678 * gdb.base/sss-bp-on-user-bp.exp: New file.
13679
522c09bf
DB
136802014-05-30 David Blaikie <dblaikie@gmail.com>
13681
13682 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13683 gnu_inline semantics via attribute.
13684 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13685 source explicitly specifies the required semantics.
13686
bf4ef81e
MR
136872014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13688
13689 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13690
329ea579
PA
136912014-05-29 Pedro Alves <palves@redhat.com>
13692 Tom Tromey <tromey@redhat.com>
13693
13694 * gdb.base/async-shell.exp: Don't enable target-async.
13695 * gdb.base/async.exp
13696 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13697 parameter. Adjust.
13698 (top level): Don't test with "target-async".
13699 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13700 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13701 * gdb.base/inferior-died.exp: Don't enable target-async.
13702 * gdb.base/interrupt-noterm.exp: Likewise.
13703 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13704 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13705 * gdb.mi/mi-nonstop.exp: Likewise.
13706 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13707 * gdb.mi/mi-nsintrall.exp: Likewise.
13708 * gdb.mi/mi-nsmoribund.exp: Likewise.
13709 * gdb.mi/mi-nsthrexec.exp: Likewise.
13710 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13711 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13712 * gdb.python/py-evsignal.exp: Don't enable target-async.
13713 * gdb.python/py-evthreads.exp: Likewise.
13714 * gdb.python/py-prompt.exp: Likewise.
13715 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13716 * gdb.server/solib-list.exp: Don't enable target-async.
13717 * gdb.threads/thread-specific-bp.exp: Likewise.
13718 * lib/mi-support.exp: Adjust to use mi-async.
13719
fd664c91
PA
137202014-05-29 Pedro Alves <palves@redhat.com>
13721
13722 PR gdb/13860
13723 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13724 reason, even in sync mode.
13725
251bde03
PA
137262014-05-29 Pedro Alves <palves@redhat.com>
13727 Hui Zhu <hui@codesourcery.com>
13728
13729 PR PR15693
13730 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13731 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13732 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13733 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13734
7f3c0343
JB
137352014-05-28 Joel Brobecker <brobecker@adacore.com>
13736
13737 * config/monitor.exp (gdb_target_monitor): Replace use of
13738 "set remotebaud" by "set serial baud".
13739
b2715b27
AW
137402014-05-26 Andy Wingo <wingo@igalia.com>
13741
13742 * gdb.guile/scm-breakpoint.exp:
13743 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13744 properties instead of gdb-object-properties.
13745
498a4489
YQ
137462014-05-26 Yao Qi <yao@codesourcery.com>
13747
13748 * gdb.server/no-thread-db.exp: Specify source file name
13749 explicitly when setting a breakpoint.
13750
589fdceb
MM
137512014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13752
13753 * gdb.btrace/vdso.c: New.
13754 * gdb.btrace/vdso.exp: New.
13755
e9089e05
MM
137562014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13757
13758 * gdb.base/gcore.exp (capture_command_output): Move ...
13759 * lib/gdb.exp (capture_command_output): ... here.
13760
67b5c0c1
MM
137612014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13762
13763 * gdb.btrace/data.exp: Test memory access during btrace replay.
13764
a2199296
SM
137652014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13766
13767 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13768
17b2616c
PA
137692014-05-21 Pedro Alves <palves@redhat.com>
13770
13771 PR gdb/13860
13772 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13773 (top level): Test that output related to execution commands is
13774 sent to the console with CLI commands, but not with MI commands.
13775 Test that breakpoint events are always mirrored to the console.
13776 Also expect the new source line to be output after a "next" in
13777 async mode too. Make it a pass/fail test.
13778 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13779 output.
13780 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13781
5166082f
PA
137822014-05-21 Pedro Alves <palves@redhat.com>
13783
13784 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13785 Use them to test variations of "list" after reaching a breakpoint.
13786 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13787 Test "list" with listsize 10 after reaching a breakpoint.
13788 * gdb.python/python.exp (decode_line current location line
13789 number): Adjust expected line number.
13790
2f25d70f
SM
137912014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13792
13793 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13794 behavior for $args, pass it directly to "run".
13795
ff604a67
MR
137962014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13797
13798 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13799 30000 to 65536.
13800
6a3cb8e8
PA
138012014-05-21 Pedro Alves <palves@redhat.com>
13802
13803 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13804 auto-connect-native-target off".
13805 * gdb.base/auto-connect-native-target.c: New file.
13806 * gdb.base/auto-connect-native-target.exp: New file.
13807
4ebfc96e
PA
138082014-05-21 Pedro Alves <palves@redhat.com>
13809
13810 * gdb.base/default.exp: Test "target native" instead of "target
13811 child".
13812
36d46afb
MW
138132014-05-21 Mark Wielaard <mjw@redhat.com>
13814
13815 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13816
5876f503
JK
138172014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13818
13819 Fix TLS access for -static -pthread.
13820 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13821 <HAVE_TLS> (thread_function, main): Initialize it.
13822 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13823 Add clean_restart.
13824 <$have_tls != "">: Check TLSVAR.
13825
0256a6ac
PA
138262014-05-21 Pedro Alves <palves@redhat.com>
13827
13828 * gdb.base/dcache-line-read-error.c: New.
13829 * gdb.base/dcache-line-read-error.exp: New.
13830
936d2992
PA
138312014-05-20 Pedro Alves <palves@redhat.com>
13832
13833 * gdb.base/compare-sections.c: New file.
13834 * gdb.base/compare-sections.exp: New file.
13835
802e8e6d
PA
138362014-05-20 Pedro Alves <palves@redhat.com>
13837
13838 * gdb.base/break-idempotent.c: New file.
13839 * gdb.base/break-idempotent.exp: New file.
13840
e59fa00f
MM
138412014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13842
13843 * gdb.btrace/nohist.exp: New.
13844
8b696e31
YQ
138452014-05-20 Yao Qi <yao@codesourcery.com>
13846
13847 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13848 gdb.reverse directory and gdb_reverse_timeout exists in board
13849 setting.
13850 * README: Document gdb_reverse_timeout.
13851
73c9764f
YQ
138522014-05-20 Yao Qi <yao@codesourcery.com>
13853
13854 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13855 'test_file_name'. Treat args as a string instead of a list.
13856 (gdb_init): Rename argument 'args' by 'test_file_name'.
13857
f1f4348a
JK
138582014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13859
13860 * gdb.arch/powerpc-power.exp: New file.
13861 * gdb.arch/powerpc-power.s: New file.
13862
0dbe70ce
DE
138632014-05-16 Doug Evans <dje@google.com>
13864
13865 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13866 * gdb.base/completion.exp: Check that all expected files exist
13867 before doing file completion.
0dbe70ce 13868
8d551b02
DE
138692014-05-16 Doug Evans <dje@google.com>
13870
13871 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13872 Update.
13873 (do_syscall_tests_without_xml): Update.
13874
73eb7709
PA
138752014-05-16 Pedro Alves <palves@redhat.com>
13876
13877 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13878 instead of "unknown output after running".
13879
3fae92fc
YQ
138802014-05-16 Yao Qi <yao@codesourcery.com>
13881
13882 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13883 file1.txt from host at the end.
13884 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13885
c2b2ccc5
DE
138862014-05-15 Doug Evans <dje@google.com>
13887
13888 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13889 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13890 loading file. Add test for TU lookup.
13891
8c217a4b
SM
138922014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13893
13894 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13895 calling "-exec-arguments" or "set args" before running the
13896 inferior.
13897
3deb39c6
SM
138982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13899
13900 * lib/mi-support.exp (mi_expect_stop): Expect message for
13901 inferiors that exit with non-zero exit code.
13902
71a79f8c
YQ
139032014-05-14 Yao Qi <yao@codesourcery.com>
13904
13905 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13906 match absolute path on remote host.
13907 (test_file_list_exec_source_files): Remove "/" from the
13908 pattern.
13909
f23fcd46
YQ
139102014-05-14 Yao Qi <yao@codesourcery.com>
13911
13912 * boards/local-remote-host-notty.exp (${board}_file): New
13913 proc.
13914
9404b58f
KM
139152014-05-07 Kyle McMartin <kyle@redhat.com>
13916
13917 Pushed by Joel Brobecker <brobecker@adacore.com>.
13918 * gdb.arch/aarch64-atomic-inst.c: New file.
13919 * gdb.arch/aarch64-atomic-inst.exp: New file.
13920
5e45f04c
YQ
139212014-05-07 Yao Qi <yao@codesourcery.com>
13922
13923 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13924 in current context" too.
13925
c888a17d
KS
139262014-05-05 Keith Seitz <keiths@redhat.com>
13927
13928 * gdb.linespec/ls-dollar.exp: Add test for linespec
13929 file:convenience_variable.
13930
290a839c
YQ
139312014-05-05 Yao Qi <yao@codesourcery.com>
13932
13933 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13934 traceframes into tfile and ctf trace files. Read data from
13935 trace file and test collected data.
13936 (gdb_collect_locals_test): Likewise.
13937 (gdb_unavailable_registers_test): Likewise.
13938 (gdb_unavailable_floats): Likewise.
13939 (gdb_collect_globals_test): Likewise.
13940 (top-level): Append "ctf" to trace_file_targets if GDB
13941 supports.
13942
b5262cd0
YQ
139432014-05-05 Yao Qi <yao@codesourcery.com>
13944
13945 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13946 code to ...
13947 (gdb_collect_args_test_1): ... it. New proc.
13948 (gdb_collect_locals_test): Move some code to ...
13949 (gdb_collect_locals_test_1): ... it. New proc.
13950 (gdb_unavailable_registers_test): Move some code to ...
13951 (gdb_unavailable_registers_test_1): ... it. New proc.
13952 (gdb_unavailable_floats): Move some code to ...
13953 (gdb_unavailable_floats_1): ... it. New proc.
13954
30a1e6cc
SDJ
139552014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13956
13957 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13958 probes to test for bitness recognition.
13959 * gdb.arch/amd64-stap-optional-prefix.exp
13960 (test_probe_value_without_reg): New procedure.
13961 Add code to test for different kinds of bitness.
13962
f33da99a
SDJ
139632014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13964
13965 PR breakpoints/16889
13966 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13967 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13968
5b80f00d
PA
139692014-05-01 Pedro Alves <palves@redhat.com>
13970
13971 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13972 gdb_file_cmd if no file is specified.
13973 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13974 last_loaded_file to set the remote exec-file.
13975
f8c2a73c
PA
139762014-05-01 Pedro Alves <palves@redhat.com>
13977
13978 * boards/local-remote-host.exp: New file.
13979
be6e8ac7
PA
139802014-05-01 Pedro Alves <palves@redhat.com>
13981
13982 * boards/local-remote-host.exp: Rename to ...
13983 * boards/local-remote-host-notty.exp: ... this.
13984
cac0dc8f
JB
139852014-04-28 Joel Brobecker <brobecker@adacore.com>
13986
13987 * gdb.ada/dyn_arrayidx: New testcase.
13988
9730e6cc
YQ
139892014-04-26 Yao Qi <yao@codesourcery.com>
13990
13991 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13992 and compute the length of function main. Save it in
13993 $main_length.
13994 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13995 (top-level): Use gdb_compile to compile objects into
13996 executable and restart GDB. Remove invocation to
13997 prepare_for_testing.
13998
7ae1a6a6
PA
139992014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14000 Pedro Alves <palves@redhat.com>
14001
14002 PR server/16255
14003 * gdb.multi/multi-attach.c: New file.
14004 * gdb.multi/multi-attach.exp: New file.
14005
4082afcc
PA
140062014-04-25 Pedro Alves <palves@redhat.com>
14007
14008 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14009 user.
14010 (top level): Test that "set remote conditional-breakpoints-packet
14011 off" works as intended.
14012 * gdb.base/dprintf.exp: Test that "set remote
14013 breakpoint-commands-packet off" works as intended.
14014 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14015 New function.
14016 (top level): Call it.
14017 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14018 remote fast-tracepoints-packet off" works as intended.
14019 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14020 * lib/gdb.exp (gdb_is_target_remote): ... here.
14021
2abc3f8d
DB
140222014-04-24 David Blaikie <dblaikie@gmail.com>
14023
14024 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14025 ensure clang would not discard them.
14026 * gdb.base/gdbvars.c: Ditto.
14027 * gdb.base/memattr.c: Ditto.
14028 * gdb.base/whatis.c: Ditto.
14029 * gdb.python/py-prettyprint.c: Ditto.
14030 * gdb.trace/actions.c: Ditto.
14031 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14032 ensure clang would not discard it.
14033
bfd39632
DB
140342014-04-24 David Blaikie <dblaikie@gmail.com>
14035
14036 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14037 clang to emit the full definition of type required by the test
14038 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14039
22842ff6
DB
140402014-04-24 David Blaikie <dblaikie@gmail.com>
14041
14042 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14043 coax Clang into emitting the definition of the type.
14044 * gdb.cp/pr10728-x.h (y): Ditto.
14045 * gdb.cp/pr10728-y.cc (y): Ditto.
14046
c2e827ad
DB
140472014-04-24 David Blaikie <dblaikie@gmail.com>
14048
14049 * gdb.base/label.exp: XFAIL label related tests under Clang.
14050 * gdb.cp/cplabel.exp: Ditto.
14051 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14052 under Clang those using labels.
14053
4c2d33e7
YQ
140542014-04-25 Yao Qi <yao@codesourcery.com>
14055
14056 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14057 double_label.
14058 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14059 partial_label and double_label.
14060
56083b99
DB
140612014-04-24 David Blaikie <dblaikie@gmail.com>
14062
14063 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14064
25d4e99d
DB
140652014-04-24 David Blaikie <dblaikie@gmail.com>
14066
14067 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14068 of the function to work across GCC and Clang.
14069 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14070 pointer types (const void ** const V void **).
14071
01f9f808
MS
140722014-04-24 Michael Sturm <michael.sturm@mintel.com>
14073 Walfred Tedeschi <walfred.tedeschi@intel.com>
14074
14075 * Makefile.in (EXECUTABLES): Added i386-avx512.
14076 * gdb.arch/i386-avx512.c: New file.
14077 * gdb.arch/i386-avx512.exp: Likewise.
14078
4b48d439
KS
140792014-04-23 Keith Seitz <keiths@redhat.com>
14080
14081 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14082 (mi_make_breakpoint_table): New procedure.
14083 (mi_create_breakpoint): Use mi_make_breakpoint
14084 and return the result.
14085 (mi_make_breakpoint): New procedure.
14086 (mi_build_kv_pairs): New procedure.
14087
14088 * gdb.mi/mi-break.exp: Remove unused globals,
14089 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14090 All callers updated.
14091 * gdb.mi/mi-dprintf.exp: Use variable to track command
14092 number.
14093 Update all callers of mi_create_breakpoint and use
14094 mi_make_breakpoint_table.
14095 Remove any unused global variables.
14096 * gdb.mi/mi-nonstop.exp: Likewise.
14097 * gdb.mi/mi-nsintrall.exp: Likewise.
14098 * gdb.mi/mi-nsmoribund.exp: Likewise.
14099 * gdb.mi/mi-nsthrexec.exp: Likewise.
14100 * gdb.mi/mi-reverse.exp: Likewise.
14101 * gdb.mi/mi-simplerun.exp: Likewise.
14102 * gdb.mi/mi-stepn.exp: Likewise.
14103 * gdb.mi/mi-syn-frame.exp: Likewise.
14104 * gdb.mi/mi-until.exp: Likewise.
14105 * gdb.mi/mi-var-cp.exp: Likewise.
14106 * gdb.mi/mi-var-display.exp: Likewise.
14107 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14108 * gdb.mi/mi2-var-child.exp: Likewise.
14109 * gdb.mi/mi-vla-c99.exp: Likewise.
14110 * lib/mi-support.exp: Likewise.
14111
14112 From Ian Lance Taylor <iant@cygnus.com>:
14113 * lib/gdb.exp (parse_args): New procedure.
14114
08351840
PA
141152014-04-23 Pedro Alves <palves@redhat.com>
14116
14117 * gdb.base/break-unload-file.c: New file.
14118 * gdb.base/break-unload-file.exp: New file.
14119 * gdb.base/sym-file-lib.c (baz): New function.
14120 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14121 field.
14122 (load): Store the segment's mapped size.
14123 (unload): New function.
14124 (unload_shlib): New function.
14125 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14126 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14127 set a breakpoint at baz, and call it.
14128 * gdb.base/sym-file.exp: New tests for stale breakpoint
14129 instructions.
14130
076855f9
PA
141312014-04-23 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14134 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14135 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14136 * gdb.base/hbreak-unmapped.c: New file.
14137 * gdb.base/hbreak-unmapped.exp: New file.
14138 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14139 * lib/gdb.exp (gdb_is_target_remote): ... here.
14140
483805cf
PA
141412014-04-22 Pedro Alves <palves@redhat.com>
14142
14143 * gdb.base/consecutive-step-over.c: New file.
14144 * gdb.base/consecutive-step-over.exp: New file.
14145
06d97543
PA
141462014-04-22 Pedro Alves <palves@redhat.com>
14147
14148 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14149 instead of send_gdb/gdb_expect.
14150
b4429ea2
YQ
141512014-04-22 Yao Qi <yao@codesourcery.com>
14152
14153 * lib/trace-support.exp (generate_tracefile): New procedure.
14154 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14155 return 0.
14156 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14157 if generate_tracefile returns 1.
14158
51d48146
PA
141592014-04-18 Tom Tromey <palves@redhat.com>
14160 Pedro alves <tromey@redhat.com>
14161
14162 PR backtrace/15558
14163 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14164 with a backtrace limit.
14165 * gdb.python/py-frame-inline.exp: Test running to an inline
14166 function with a backtrace limit, and printing the newest frame.
14167 * gdb.python/py-frame-inline.c (main): Call f.
14168
bd1dce5f
MS
141692014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14170
14171 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14172
40d1a503
MS
141732014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14174
14175 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14176 Drop prefix from unsupported source file path.
14177
389b98f7
YQ
141782014-04-17 Yao Qi <yao@codesourcery.com>
14179
14180 * lib/gdb.exp (with_target_charset): New proc.
14181 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14182 with_target_charset.
14183 (test_print_strings): Likewise.
14184 (test_repeat_bytes): Likewise.
14185 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14186 for some tests.
14187
22869d73
KS
141882014-04-16 Keith Seitz <keiths@redhat.com>
14189
14190 PR gdb/15827
14191 * gdb.dwarf2/corrupt.c: New file.
14192 * gdb.dwarf2/corrupt.exp: New file.
14193
c4f87ca6
KS
141942014-04-16 Keith Seitz <keiths@redhat.com>
14195
14196 PR c++/16597
14197 * gdb.cp/namelessclass.cc: New file.
14198 * gdb.cp/namelessclass.exp: New file.
14199 * gdb.cp/namelessclass.S: New file.
14200
ab19de87
DE
142012014-04-16 Doug Evans <dje@google.com>
14202
14203 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14204 Add comment.
14205 (gdbserver_default_get_comm_port): New function.
14206 (gdbserver_start): Check if board file provided
14207 "gdbserver,get_comm_port" and use it if so.
14208 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14209 (gdb,socketport): Set to "stdio".
14210 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14211 (stdio_gdbserver_template): Delete.
14212 (${board}_get_remote_address): Update.
14213 (${board}_build_remote_cmd): Delete.
14214 (${board}_get_comm_port): New function.
14215 (${board}_spawn): Update.
14216 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14217 Delete.
14218 (${board}_get_remote_address): Update.
14219 (${board}_get_comm_port): New function.
14220
fc98a809
AB
142212014-04-16 Andrew Burgess <aburgess@broadcom.com>
14222
14223 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14224 appearing in any order.
14225
87fd9e6e
DE
142262014-04-15 Doug Evans <dje@google.com>
14227
14228 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14229 uninitialized value of "description".
14230
099fc3ea
KS
142312014-04-15 Keith Seitz <keiths@redhat.com>
14232
14233 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14234 Remove unused globals.
14235 (test_running_the_program): Likewise.
14236 (test_controlled_execution): Likewise.
14237 (test_controlling_breakpoints): Likewise.
14238 (test_program_termination): Likewise.
14239
5da151d4
KS
142402014-04-15 Keith Seitz <keiths@redhat.com>
14241
14242 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14243 unused globals.
14244 (test_rbreak_creation_and_listing): Likewise.
14245 (test_ignore_count): Likewise.
14246 (test_error): Likewise.
14247
35e5d2f0
PA
142482014-04-15 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14251 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14252 sym-file-loader.c.
14253 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14254 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14255 to sym-file-loader.c.
14256 (struct library): Forward declare.
14257 (load_shlib, lookup_function): Change prototypes.
14258 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14259 (translate_offset): Remove declarations.
14260 (get_text_addr): New declaration.
14261 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14262 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14263 sym-file-loader.h.
14264 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14265 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14266 here from sym-file-loader.h.
14267 (struct library): New structure.
14268 (load_shlib, lookup_function): Change prototypes and adjust to
14269 work with a struct library.
14270 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14271 (translate_offset): Make static.
14272 (get_text_addr): New function.
14273 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14274
eb4c1710
PA
142752014-04-15 Pedro Alves <palves@redhat.com>
14276
14277 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14278
2d1baf52
PA
142792014-04-15 Pedro Alves <palves@redhat.com>
14280
14281 * gdb.base/sym-file-loader.c: Include <limits.h>.
14282 (SELF_LINK): New define.
14283 (get_origin): New function.
14284 (load_shlib): Use it.
14285 * gdb.base/sym-file.exp: Don't early return if the target is
14286 remote. Use runto_main, and issue fail is that fails. Use
14287 gdb_load_shlibs.
14288 (shlib_name): Delete.
14289 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14290
7dd6df01
PA
142912014-04-15 Pedro Alves <palves@redhat.com>
14292
14293 * gdb.base/sym-file.exp: Remove regex characters from test
14294 message. Don't refer to breakpoint numbers in test messages.
14295
b50c8614
KS
142962014-04-14 Keith Seitz <keiths@redhat.com>
14297
14298 PR c++/16253
14299 * gdb.cp/var-tag.cc: New file.
14300 * gdb.cp/var-tag.exp: New file.
14301 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14302 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14303 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14304 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14305
3d567982
TT
143062014-04-14 Tom Tromey <tromey@redhat.com>
14307
14308 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14309 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14310 type.
14311 * gdb.cp/enum-class.exp: New file.
14312 * gdb.cp/enum-class.cc: New file.
14313
0626fc76
TT
143142014-04-14 Tom Tromey <tromey@redhat.com>
14315
14316 * gdb.dwarf2/enum-type.exp: New file.
14317
dca325b3
SA
143182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14319
14320 * gdb.mi/mi-vla-c99.exp: New file.
14321 * gdb.mi/vla.c: New file.
14322
5854b38a
SA
143232014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14324
14325 * gdb.base/vla-datatypes.c: New file.
14326 * gdb.base/vla-datatypes.exp: New file.
14327
463bb957
SA
143282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14329
14330 * gdb.base/vla-ptr.c: New file.
14331 * gdb.base/vla-ptr.exp: New file.
14332
3dd170be
SA
143332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14334
14335 * gdb.dwarf2/count.exp: New file.
14336
5ecaaa66
SA
143372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14338
14339 * gdb.base/vla-sideeffect.c: New file.
14340 * gdb.base/vla-sideeffect.exp: New file.
14341
41f1ada5
DB
143422014-04-14 David Blaikie <dblaikie@gmail.com>
14343
14344 * gdb.mi/non-stop.c: Add return value for non-void function return
14345 statement.
14346 * gdb.threads/staticthreads.c: Ditto.
14347
0be03e84
DE
143482014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14349 Doug Evans <xdje42@gmail.com>
14350
14351 * gdb.guile/scm-value.c: Improve test case.
14352 * gdb.guile/scm-value.exp: Add new test.
14353
f180a1fb
DB
143542014-04-11 David Blaikie <dblaikie@gmail.com>
14355
14356 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14357 override Clang's default.
14358
6b662e19
JB
143592014-04-11 Joel Brobecker <brobecker@adacore.com>
14360
14361 Revert the following changes (regressions):
14362
14363 * gdb.base/vla-sideeffect.c: New file.
14364 * gdb.base/vla-sideeffect.exp: New file.
14365
14366 * gdb.dwarf2/count.exp: New file.
14367
14368 * gdb.base/vla-multi.c: New file.
14369 * gdb.base/vla-multi.exp: New file.
14370
14371 * gdb.base/vla-ptr.c: New file.
14372 * gdb.base/vla-ptr.exp: New file.
14373
14374 * gdb.base/vla-datatypes.c: New file.
14375 * gdb.base/vla-datatypes.exp: New file.
14376
14377 * gdb.mi/mi-vla-c99.exp: New file.
14378 * gdb.mi/vla.c: New file.
14379
245a5f0b
KS
143802014-04-11 Keith Seitz <keiths@redhat.com>
14381
14382 PR c++/16675
14383 * gdb.cp/cpsizeof.exp: New file.
14384 * gdb.cp/cpsizeof.cc: New file.
14385
58a84dcf
SA
143862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14387
191a8a90
JB
14388 * gdb.mi/mi-vla-c99.exp: New file.
14389 * gdb.mi/vla.c: New file.
58a84dcf 14390
c8655f75
SA
143912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14392
14393 * gdb.base/vla-datatypes.c: New file.
14394 * gdb.base/vla-datatypes.exp: New file.
14395
024e13b4
SA
143962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14397
14398 * gdb.base/vla-ptr.c: New file.
14399 * gdb.base/vla-ptr.exp: New file.
14400
1a237e0e
SA
144012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14402
14403 * gdb.base/vla-multi.c: New file.
14404 * gdb.base/vla-multi.exp: New file.
14405
504f3432
SA
144062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14407
14408 * gdb.dwarf2/count.exp: New file.
14409
3bce8237
SA
144102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14411
191a8a90
JB
14412 * gdb.base/vla-sideeffect.c: New file.
14413 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14414
322f9c21
YQ
144152014-04-11 Yao Qi <yao@codesourcery.com>
14416
14417 * gdb.base/completion.exp: Check file exists before running tests
14418 on file completion.
14419
d708bcd1
PA
144202014-04-10 Pedro Alves <palves@redhat.com>
14421
14422 * gdb.base/cond-eval-mode.c: New file.
14423 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14424 prepare_for_testing to build the new file. Check result of
14425 runto_main.
14426 (test_break, test_watch): New procedures.
14427 (top level): Use them.
14428
ae1d2761
PM
144292014-04-08 Pierre Muller <muller@sourceware.org>
14430
14431 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14432 Ctrl-V use for mingw hosts.
14433
7af389b8
SC
144342014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14435
14436 * gdb.python/py-value.c: Improve test case.
14437 * gdb.python/py-value.exp: Add new test.
14438
5e703181
DE
144392014-04-07 David Blaikie <dblaikie@gmail.com>
14440
14441 * lib/compiler.c: Identify the clang compiler.
14442 * lib/compiler.cc: Ditto.
14443
9810b410
YQ
144442014-04-03 Yao Qi <yao@codesourcery.com>
14445
14446 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14447
98d1b8dc
AB
144482014-04-01 Anton Blanchard <anton@samba.org>
14449
14450 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14451 messages unique.
14452
3114cea1
AB
144532014-04-01 Anton Blanchard <anton@samba.org>
14454
14455 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14456 prepare_for_testing.
14457
62f7182c
AB
144582014-04-01 Anton Blanchard <anton@samba.org>
14459
14460 * gdb.arch/ppc64-atomic-inst.c: Remove.
14461 * gdb.arch/ppc64-atomic-inst.S: New file.
14462 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14463
770e7fc7
DE
144642014-03-31 Doug Evans <dje@google.com>
14465
14466 * gdb.base/print-symbol-loading-lib.c: New file.
14467 * gdb.base/print-symbol-loading-main.c: New file.
14468 * gdb.base/print-symbol-loading.exp: New file.
14469
46e2bafa
YQ
144702014-03-31 Yao Qi <yao@codesourcery.com>
14471
14472 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14473
8776cfe9
JB
144742014-03-28 Joel Brobecker <brobecker@adacore.com>
14475
14476 * gdb.ada/mi_dyn_arr: New testcase.
14477
5d1ef361
DE
144782014-03-27 Doug Evans <dje@google.com>
14479
14480 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14481
b5bee914
YQ
144822014-03-27 Yao Qi <yao@codesourcery.com>
14483
14484 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14485 if target is nios2-*-*.
14486
0d4d0e77
YQ
144872014-03-26 Yao Qi <yao@codesourcery.com>
14488
14489 * lib/gdb.exp (readline_is_used): New proc.
14490 * gdb.base/completion.exp: Move tests on command complete up.
14491 Skip the rest of tests if readline is not used.
14492 * gdb.ada/complete.exp: Skp the test if readline is not
14493 used.
14494 * gdb.base/filesym.exp: Likewise.
14495 * gdb.base/macscp.exp: Likewise.
14496 * gdb.base/readline-ask.exp: Likewise.
14497 * gdb.base/readline.exp: Likewise.
14498 * gdb.python/py-cmd.exp: Likewise.
14499 * gdb.trace/tfile.exp: Likewise.
14500
29361eee
YQ
145012014-03-26 Yao Qi <yao@codesourcery.com>
14502
14503 * gdb.base/macscp.exp: Fix code format issues.
14504
bc9a5525
UW
145052014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14506
14507 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14508 * gdb.asm/powerpc64le.inc: New file.
14509
d3839ede
PA
145102014-03-25 Pedro Alves <palves@redhat.com>
14511 Doug Evans <dje@google.com>
14512
14513 * gdb.base/source-execution.c: New file.
14514 * gdb.base/source-execution.exp: New file.
14515 * gdb.base/source-execution.gdb: New file.
14516
01672a57
DE
145172014-03-24 Doug Evans <dje@google.com>
14518
14519 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14520 using fission.
14521
88bbeca9
HZ
145222014-03-24 Hui Zhu <hui@codesourcery.com>
14523 Pedro Alves <palves@redhat.com>
14524
14525 PR breakpoints/16101
14526 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14527 test pass/fail messages. Detect missing support for dprintf when
14528 breakpoints are actually inserted.
14529 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14530 breakpoints are actually inserted.
14531 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14532 fails.
14533
d2348791
JK
145342014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14535
14536 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14537
feef67ab
DE
145382014-03-22 Doug Evans <xdje42@gmail.com>
14539
14540 * gdb.python/python.exp (python not supported): Verify multi-line
14541 python command issues an error.
25d743f9 14542 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14543 guile command issues an error.
feef67ab 14544
ecebef6a
MR
145452014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14546
14547 * gdb.threads/thread-specific.exp: Handle the lack of usable
14548 $this_breakpoint and $this_thread.
14549
ccdd1909
HZ
145502014-03-21 Hui Zhu <hui@codesourcery.com>
14551
14552 * gdb.base/attach.exp (do_command_attach_tests): New.
14553
beb460e8
PA
145542014-03-20 Tom Tromey <tromey@redhat.com>
14555 Pedro Alves <palves@redhat.com>
14556
14557 PR cli/15718
14558 * gdb.base/condbreak-call-false.c: New file.
14559 * gdb.base/condbreak-call-false.exp: New file.
14560
40acf43a
PA
145612014-03-20 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14564 Delete.
14565 (block_signals, unblock_signals): Delete.
14566 (child_function_2, main): Remove references to deleted variable
14567 and functions.
14568
9f5e1e02
PA
145692014-03-20 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14572 Use pthread_kill to signal thread 2.
14573 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14574 Adjust to make the test send itself a signal rather than using the
14575 host's "kill" command.
14576
99619bea
PA
145772014-03-20 Pedro Alves <palves@redhat.com>
14578
14579 * gdb.threads/multiple-step-overs.c: New file.
14580 * gdb.threads/multiple-step-overs.exp: New file.
14581 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14582 Adjust expected infrun debug output.
14583
2adfaa28
PA
145842014-03-20 Pedro Alves <palves@redhat.com>
14585
14586 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14587 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14588
31e77af2
PA
145892014-03-20 Pedro Alves <palves@redhat.com>
14590
14591 PR breakpoints/7143
14592 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14593 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14594 of gdb_test_multiple.
14595 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14596 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14597
b9f437de
PA
145982014-03-20 Pedro Alves <palves@redhat.com>
14599
14600 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14601 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14602
05adc73e
PA
146032014-03-19 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.base/async.exp: Remove early return.
14606
6048b950
PA
146072014-03-19 Pedro Alves <palves@redhat.com>
14608
14609 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14610
8bcfb00a
PA
146112014-03-19 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.base/async.exp (test_background): Expect \r\n after
14614 "completed." in the fail pattern.
14615
884e37dc
PA
146162014-03-19 Pedro Alves <palves@redhat.com>
14617
14618 * gdb.base/async.exp (test_background): New procedure.
14619 Use it for all background execution command tests.
14620
148e57e2
PA
146212014-03-19 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.base/async.exp: Use prepare_for_testing.
14624
f48088c7
PA
146252014-03-19 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14628 the same line.
14629
e2f6c966
PA
146302014-03-19 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.base/async.c (main): Add "jump here" and "until here" line
14633 marker comments.
14634 * gdb.base/async.exp (jump_here): New global.
14635 (jump& test): Use it.
14636 (until_here): New global.
14637 (until& test): Use it.
14638
c30568d4
PA
146392014-03-19 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.base/async.exp: Don't frob gdb_protocol.
14642
0172b6a7
DE
146432014-03-18 Doug Evans <xdje42@gmail.com>
14644
14645 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14646 Fix spelling of exec-done-display.
14647
06c868a8
JK
146482014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14649
14650 PR gdb/15358
14651 * gdb.base/gdb-sigterm.c: New file.
14652 * gdb.base/gdb-sigterm.exp: New file.
14653
0c7e1a46
PA
146542014-03-18 Pedro Alves <palves@redhat.com>
14655
14656 PR gdb/13860
14657 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14658 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14659 solib-event.
14660
f7c77d93
JB
146612014-03-17 Joel Brobecker <brobecker@adacore.com>
14662
14663 * gdb.ada/pckd_arr_ren: New testcase.
14664
5a1e8c7a
DE
146652014-03-13 Doug Evans <xdje42@gmail.com>
14666
14667 PR guile/16612
14668 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14669 collect after discarding symbols.
14670
350e1a76
DE
146712014-03-13 Ludovic Courtès <ludo@gnu.org>
14672 Doug Evans <xdje42@gmail.com>
14673
14674 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14675 to history survives a gc.
14676
a69900ae
PA
146772014-03-13 Pedro Alves <palves@redhat.com>
14678
14679 * gdb.base/default.exp: Don't test "target procfs".
14680
5db9f0bd
PA
146812014-03-13 Pedro Alves <palves@redhat.com>
14682
14683 * gdb.base/default.exp: Update "target child" and "target procfs"
14684 tests to not expect "Unix".
14685
b3ccfe11
TT
146862014-03-12 Tom Tromey <tromey@redhat.com>
14687
14688 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14689 New procs. Add target-async tests.
14690 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14691 Add target-async tests.
14692
646f4417
AA
146932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14694
14695 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14696 'func_start' and 'func_end' for the beginning and end of the
14697 function code, respectively.
14698 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14699 'func_end' instead of 'func' and 'main'.
14700
288c211f
AA
147012014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14702
14703 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14704 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14705 generate the debug info assembler source.
14706
e0c0f156
AA
147072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14708
14709 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14710 * gdb.dwarf2/arr-subrange.exp: Likewise.
14711 * gdb.dwarf2/dwz.exp: Likewise.
14712 * gdb.dwarf2/method-ptr.exp: Likewise.
14713 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14714 * gdb.dwarf2/subrange.exp: Likewise.
14715 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14716 * gdb.dwarf2/implptrpiece.exp: Likewise.
14717 * gdb.dwarf2/nostaticblock.exp: Likewise.
14718
0e5c4555
AA
147192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14720
14721 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14722 directory to absolute path name arguments.
14723
5ec18f2b
JG
147242014-03-10 Joel Brobecker <brobecker@adacore.com>
14725
14726 * gdb.ada/tagged_access: New testcase.
14727
847fc4f2
MM
147282014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14729
14730 * gdb.btrace/data.exp: Update expected output.
14731
cc3da688
YQ
147322014-03-06 Yao Qi <yao@codesourcery.com>
14733
14734 * gdb.trace/pr16508.exp: New file.
14735
0f26cec1
PA
147362014-03-05 Pedro Alves <palves@redhat.com>
14737
14738 PR gdb/16575
14739 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14740 procedure.
14741 (top level): Adjust to use it. Add tests that exercise breakpoint
14742 interaction with the code-cache.
14743
7a5a839f
LC
147442014-02-26 Ludovic Courtès <ludo@gnu.org>
14745
14746 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14747 test for 'history-append!'.
14748
31aa7e4e
JB
147492014-02-26 Joel Brobecker <brobecker@adacore.com>
14750
14751 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14752 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14753 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14754 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14755 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14756 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14757
1b588015
JB
147582014-02-26 Joel Brobecker <brobecker@adacore.com>
14759
14760 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14761 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14762 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14763
55426c9d
JB
147642014-02-26 Joel Brobecker <brobecker@adacore.com>
14765
14766 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14767
dc53a7ad
JB
147682014-02-26 Joel Brobecker <brobecker@adacore.com>
14769
14770 * gdb.dwarf2/arr-stride.c: New file.
14771 * gdb.dwarf2/arr-stride.exp: New file.
14772
12ab52e9
PA
147732014-02-26 Pedro Alves <palves@redhat.com>
14774
14775 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14776 that won't ever trigger. Make sure that GDB reports the correct
14777 breakpoint that caused the stop.
14778
849c862e
JK
147792014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14780
14781 PR gdb/16626
14782 * gdb.base/auto-load-script: New file.
14783 * gdb.base/auto-load.c: New file.
14784 * gdb.base/auto-load.exp: New file.
14785
71b7d793
JK
14786 PR gdb/16626
14787 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14788
e2f0d509
JK
147892014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14790
14791 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14792 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14793
50cc37c8
DE
147942014-02-24 Doug Evans <dje@google.com>
14795
14796 * lib/gdb.exp (run_on_host): Log error output if program fails.
14797
ea4758f2
PA
147982014-02-21 Pedro Alves <palves@redhat.com>
14799
14800 * gdb.threads/step-after-sr-lock.c: Rename to ...
14801 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14802 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14803 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14804 ... this.
14805
d7b30f67
SDJ
148062014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14807
14808 PR tdep/16397
14809 * gdb.arch/amd64-stap-special-operands.exp: New file.
14810 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14811 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14812 * gdb.arch/amd64-stap-triplet.S: Likewise.
14813 * gdb.arch/amd64-stap-triplet.c: Likewise.
14814
83deb43f
JB
148152014-02-20 Joel Brobecker <brobecker@adacore.com>
14816
14817 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14818 in .section pseudo-op.
14819
adde2bff
DE
148202014-02-20 lin zuojian <manjian2006@gmail.com>
14821 Joel Brobecker <brobecker@adacore.com>
14822 Doug Evans <xdje42@gmail.com>
14823
14824 PR symtab/16581
14825 * gdb.dwarf2/dw2-icycle.S: New file.
14826 * gdb.dwarf2/dw2-icycle.c: New file.
14827 * gdb.dwarf2/dw2-icycle.exp: New file.
14828
f7bd0f78
SC
148292014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14830
14831 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14832 operations on gdb.Value objects.
14833 * gdb.python/py-value-cc.exp: Add new test to test operations on
14834 gdb.Value objects.
14835
c17ef0d5
DE
148362014-02-18 Doug Evans <dje@google.com>
14837
14838 * Makefile.in (TESTS): New variable.
14839 (expanded_tests, expanded_tests_or_none): New variables
14840 (check-single): Pass $(expanded_tests_or_none) to runtest.
14841 (check-parallel): Only run tests in $(TESTS) if non-empty.
14842 (check/no-matching-tests-found): New rule.
14843 * README: Document TESTS makefile variable.
14844
5dd3176f
DE
148452014-02-18 Doug Evans <dje@google.com>
14846
14847 * Makefile.in (check-parallel): rm -rf outputs temp.
14848
0b10be4f
JK
148492014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14850
14851 Fix "ERROR: no fileid for" in the testsuite.
14852 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14853
85f224e7
DE
148542014-02-12 Doug Evans <dje@google.com>
14855
14856 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14857 (MISCELLANEOUS): New variable.
14858 (clean): rm -rf $(MISCELLANEOUS).
14859 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14860 dwp live in the same directory as symlinks, with each symlink pointed
14861 to a differently named file in a different directory.
14862
149b30ff
DE
148632014-02-11 Doug Evans <dje@google.com>
14864
14865 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14866 of Tcl file commands.
14867
1dfdac32
MK
148682014-02-10 Mark Kettenis <kettenis@gnu.org>
14869
14870 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14871 "kill -SIGUSR1 -1".
14872
aa4fb036
JB
148732014-02-10 Joel Brobecker <brobecker@adacore.com>
14874
14875 * gdb.ada/tick_length_array_enum_idx: New testcase.
14876
ed3ef339
DE
148772014-02-10 Doug Evans <xdje42@gmail.com>
14878
14879 * configure.ac (AC_OUTPUT): Add gdb.guile.
14880 * configure: Regenerate.
14881 * lib/gdb-guile.exp: New file.
14882 * lib/gdb.exp (get_target_charset): New function.
14883 * gdb.base/help.exp: Update expected output from "apropos apropos".
14884 * gdb.guile/Makefile.in: New file.
14885 * gdb.guile/guile.exp: New file.
14886 * gdb.guile/scm-arch.c: New file.
14887 * gdb.guile/scm-arch.exp: New file.
14888 * gdb.guile/scm-block.c: New file.
14889 * gdb.guile/scm-block.exp: New file.
14890 * gdb.guile/scm-breakpoint.c: New file.
14891 * gdb.guile/scm-breakpoint.exp: New file.
14892 * gdb.guile/scm-disasm.c: New file.
14893 * gdb.guile/scm-disasm.exp: New file.
14894 * gdb.guile/scm-equal.c: New file.
14895 * gdb.guile/scm-equal.exp: New file.
14896 * gdb.guile/scm-error.exp: New file.
14897 * gdb.guile/scm-error.scm: New file.
14898 * gdb.guile/scm-frame-args.c: New file.
14899 * gdb.guile/scm-frame-args.exp: New file.
14900 * gdb.guile/scm-frame-args.scm: New file.
14901 * gdb.guile/scm-frame-inline.c: New file.
14902 * gdb.guile/scm-frame-inline.exp: New file.
14903 * gdb.guile/scm-frame.c: New file.
14904 * gdb.guile/scm-frame.exp: New file.
14905 * gdb.guile/scm-generics.exp: New file.
14906 * gdb.guile/scm-gsmob.exp: New file.
14907 * gdb.guile/scm-iterator.c: New file.
14908 * gdb.guile/scm-iterator.exp: New file.
14909 * gdb.guile/scm-math.c: New file.
14910 * gdb.guile/scm-math.exp: New file.
14911 * gdb.guile/scm-objfile-script-gdb.in: New file.
14912 * gdb.guile/scm-objfile-script.c: New file.
14913 * gdb.guile/scm-objfile-script.exp: New file.
14914 * gdb.guile/scm-objfile.c: New file.
14915 * gdb.guile/scm-objfile.exp: New file.
14916 * gdb.guile/scm-ports.exp: New file.
14917 * gdb.guile/scm-pretty-print.c: New file.
14918 * gdb.guile/scm-pretty-print.exp: New file.
14919 * gdb.guile/scm-pretty-print.scm: New file.
14920 * gdb.guile/scm-section-script.c: New file.
14921 * gdb.guile/scm-section-script.exp: New file.
14922 * gdb.guile/scm-section-script.scm: New file.
14923 * gdb.guile/scm-symbol.c: New file.
14924 * gdb.guile/scm-symbol.exp: New file.
14925 * gdb.guile/scm-symtab-2.c: New file.
14926 * gdb.guile/scm-symtab.c: New file.
14927 * gdb.guile/scm-symtab.exp: New file.
14928 * gdb.guile/scm-type.c: New file.
14929 * gdb.guile/scm-type.exp: New file.
14930 * gdb.guile/scm-value-cc.cc: New file.
14931 * gdb.guile/scm-value-cc.exp: New file.
14932 * gdb.guile/scm-value.c: New file.
14933 * gdb.guile/scm-value.exp: New file.
14934 * gdb.guile/source2.scm: New file.
14935 * gdb.guile/types-module.cc: New file.
14936 * gdb.guile/types-module.exp: New file.
14937
7026a7c1
YQ
149382014-02-10 Yao Qi <yao@codesourcery.com>
14939
14940 PR testsuite/16543
14941 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14942 * configure: Regenerated.
14943 * Makefile.in: New file.
14944
6c466447
AS
149452014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14946
14947 * gdb.python/py-framefilter.exp: Fix typo.
14948
6e854735
YQ
149492014-02-08 Yao Qi <yao@codesourcery.com>
14950
14951 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14952 that no =breakpoint-modified is emitted when breakpoints are
14953 modified through MI commands.
14954
d137e6dc
PA
149552014-02-07 Pedro Alves <pedro@codesourcery.com>
14956 Pedro Alves <palves@redhat.com>
14957
14958 * gdb.threads/step-after-sr-lock.c: New file.
14959 * gdb.threads/step-after-sr-lock.exp: New file.
14960
b5ee5a50
PA
149612014-02-07 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14964
3c77faf3
JK
149652014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14966
14967 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14968 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14969
6dddc817
DE
149702014-02-06 Doug Evans <xdje42@gmail.com>
14971
14972 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14973 output.
14974
14975 * gdb.gdb/python-interrupts.exp: New file.
14976
de7b2893
YQ
149772014-02-05 Yao Qi <yao@codesourcery.com>
14978
14979 * gdb.trace/report.exp (use_collected_data): Test the output
14980 of "info threads" and "info inferiors".
14981
66d032ac
YQ
149822014-02-05 Yao Qi <yao@codesourcery.com>
14983
14984 Revert this patch:
14985
14986 2013-05-24 Yao Qi <yao@codesourcery.com>
14987
14988 * gdb.trace/tfile.exp: Test inferior and thread.
14989
591a12a1
UW
149902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14991
14992 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14993 on a function.
14994 * gdb.base/step-bt.c: Call hello via function pointer to make
14995 sure its first instruction is executed on powerpc64le-linux.
14996
0ff3e01f
UW
149972014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14998
14999 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15000
084ee545
UW
150012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15002
15003 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15004 of the test patterns for use on little-endian systems.
15005
6ed14ff3
UW
150062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15007
15008 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15009 (decimal_vector): Fix for little-endian.
15010
401e27fd
JM
150112014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15012
15013 * gdb.arch/sparc-sysstep.exp: New file.
15014 * gdb.arch/sparc-sysstep.c: Likewise.
15015
15016 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15017
8b924729
EBM
150182014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15019
15020 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15021
fb151210
JB
150222014-01-23 Tom Tromey <tromey@redhat.com>
15023
15024 * gdb.ada/array_char_idx: New testcase.
15025
0740f8d8
TT
150262014-01-23 Tom Tromey <tromey@redhat.com>
15027
15028 PR python/16487:
15029 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15030 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15031 classes.
15032
21909fa1
TT
150332014-01-23 Tom Tromey <tromey@redhat.com>
15034
15035 PR python/16491:
15036 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15037 string from an inferior frame.
15038 * gdb.python/py-framefilter-mi.exp: Update.
15039
87ce2a04
DE
150402014-01-22 Doug Evans <dje@google.com>
15041
15042 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15043
237b092b
AA
150442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15045
15046 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15047
d674a709
AA
150482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15049
15050 * gdb.trace/entry-values.exp: Remove excess space character from
15051 regex patterns. Handle s390 call instruction.
15052
20fa3390
AA
150532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15054
15055 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15056 define "*_start" label. Make "name" static.
15057 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15058 ${name} by references to ${name}_start.
15059
78466714
AA
150602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15061
15062 * gdb.base/info-macros.exp: Remove "debug" from the compile
15063 options.
15064
ec9f644a
IB
150652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15066
15067 * gdb.dlang/demangle.exp: New file.
15068
94b1b47e
IB
150692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15070
15071 * gdb.dlang/primitive-types.exp: New file.
15072
7f420862
IB
150732014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15074
15075 * configure.ac: Create gdb.dlang/Makefile.
15076 * configure: Regenerate.
15077 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15078 * gdb.dlang/Makefile.in: New file.
15079 * lib/d-support.exp: New file.
15080 * lib/gdb.exp (skip_d_tests): New proc.
15081
52834460
MM
150822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15083
15084 * gdb.btrace/delta.exp: Check reverse stepi.
15085 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15086 * gdb.btrace/finish.exp: New.
15087 * gdb.btrace/next.exp: New.
15088 * gdb.btrace/nexti.exp: New.
15089 * gdb.btrace/record_goto.c: Add comments.
15090 * gdb.btrace/step.exp: New.
15091 * gdb.btrace/stepi.exp: New.
15092 * gdb.btrace/multi-thread-step.c: New.
15093 * gdb.btrace/multi-thread-step.exp: New.
15094 * gdb.btrace/rn-dl-bind.c: New.
15095 * gdb.btrace/rn-dl-bind.exp: New.
15096 * gdb.btrace/data.c: New.
15097 * gdb.btrace/data.exp: New.
15098 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15099
6e07b1d2
MM
151002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15101
15102 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15103 * gdb.btrace/exception.exp: Update.
15104 * gdb.btrace/instruction_history.exp: Update.
15105 * gdb.btrace/record_goto.exp: Update.
15106 * gdb.btrace/tailcall.exp: Update.
15107 * gdb.btrace/unknown_functions.exp: Update.
15108 * gdb.btrace/delta.exp: New.
15109
0b722aec
MM
151102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15111
15112 * gdb.btrace/record_goto.exp: Add backtrace test.
15113 * gdb.btrace/tailcall.exp: Add backtrace test.
15114
066ce621
MM
151152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15116
15117 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15118 * gdb.btrace/record_goto.c: New.
15119 * gdb.btrace/record_goto.exp: New.
15120 * gdb.btrace/x86-record_goto.S: New.
15121
0688d04e
MM
151222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15123
15124 * gdb.btrace/function_call_history.exp: Update tests.
15125 * gdb.btrace/instruction_history.exp: Update tests.
15126
8710b709
MM
151272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15128
15129 * gdb.btrace/function_call_history.exp: Fix expected field
15130 order for "record function-call-history".
15131 Add new tests for "record function-call-history /c".
15132 * gdb.btrace/exception.cc: New.
15133 * gdb.btrace/exception.exp: New.
15134 * gdb.btrace/tailcall.exp: New.
15135 * gdb.btrace/x86-tailcall.S: New.
15136 * gdb.btrace/x86-tailcall.c: New.
15137 * gdb.btrace/unknown_functions.c: New.
15138 * gdb.btrace/unknown_functions.exp: New.
15139 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15140
5de9129b
MM
151412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15142
15143 * gdb.btrace/instruction_history.exp: Update.
15144 * gdb.btrace/function_call_history.exp: Update.
15145
23a7fe75
MM
151462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15147
15148 * gdb.btrace/function_call_history.exp: Fix expected function
15149 trace.
15150 * gdb.btrace/instruction_history.exp: Initialize traced.
15151 Remove traced_functions.
15152
724c7dd8
MM
151532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15154
15155 * gdb.btrace/function_call_history.exp: Update
15156 * gdb.btrace/instruction_history.exp: Update.
15157
6d78d93b
MM
151582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15159
15160 * gdb.btrace/enable.exp: Update expected text.
15161
93a360cc
OJ
151622014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15163
15164 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15165 bytes.
15166
3772b53f
MR
151672014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15168
15169 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15170
596662fa
OJ
151712014-01-15 Omair Javaid <omair.javaid@linaro.org>
15172
15173 * lib/gdb.exp (supports_process_record): Return true for
15174 arm*-linux*. (supports_reverse): Likewise.
15175
b5b08fb4
SC
151762014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15177
15178 PR python/15464
15179 PR python/16113
15180 * gdb.python/py-type.c: Enhance test case.
15181 * gdb.python/py-value-cc.cc: Likewise
15182 * gdb.python/py-type.exp: Add new tests.
15183 * gdb.python/py-value-cc.exp: Likewise
15184
52d7fb13
AA
151852014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15186 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15189 Make "name" extern.
15190 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15191 references to ${name}_start by references to ${name}.
15192
a2cd8cfe
JB
151932014-01-10 Joel Brobecker <brobecker@adacore.com>
15194
15195 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15196
4e23fced
JB
151972014-01-10 Joel Brobecker <brobecker@adacore.com>
15198
15199 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15200
c6a9e42c
PA
152012014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15202 Pedro Alves <palves@redhat.com>
15203
15204 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15205 mi_gdb_target_load.
c6a9e42c 15206
b7ea362b
PA
152072014-01-08 Pedro Alves <palves@redhat.com>
15208
15209 * gdb.threads/reconnect-signal.c: New file.
15210 * gdb.threads/reconnect-signal.exp: New file.
15211
5e3f4fab
EBM
152122014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15213
15214 * gdb.base/source-dir.exp: New file.
15215
79301218
JB
152162014-01-07 Joel Brobecker <brobecker@adacore.com>
15217
15218 * gdb.ada/mi_interface: New testcase.
15219
8e355c5d
JB
152202014-01-07 Joel Brobecker <brobecker@adacore.com>
15221
15222 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15223 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15224 gdb.ada/pp-rec-component/pck.ads: New files.
15225
c0d48811
JB
152262014-01-07 Joel Brobecker <brobecker@adacore.com>
15227
15228 * gdb.python/py-pp-integral.c: New file.
15229 * gdb.python/py-pp-integral.py: New file.
15230 * gdb.python/py-pp-integral.exp: New file.
15231
17b609c3 15232For older changes see ChangeLog-1993-2013.
c906108c 15233\f
8d8cb839
EZ
15234;; Local Variables:
15235;; mode: change-log
15236;; left-margin: 8
15237;; fill-column: 74
15238;; version-control: never
15239;; End:
902f2ccb 15240
42a4f53d 15241 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15242 Copying and distribution of this file, with or without modification,
15243 are permitted provided the copyright notice and this notice are preserved.
This page took 3.40782 seconds and 4 git commands to generate.