Change gdb test suite's TERM setting
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9162a27c
TT
12018-12-28 Tom Tromey <tom@tromey.com>
2
3 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
4 "dumb".
5 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6 the TERM environment variable.
7
bc543c90
TT
82018-12-27 Tom Tromey <tom@tromey.com>
9
10 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
11 pagination test.
12
6f0ffe50
AB
132018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
14
15 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
16 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
17
b5a1e557
PW
182018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
19
20 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
21 Filename a.adb changed to bp_fun_addr.adb.
22 gdb.ada/bp_fun_addr.exp: Update test accordingly.
23
6e8b1ab2
JV
242018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
25
26 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
27 non-PIE executables.
28 * README: Mention the gdb,nopie_flag board setting.
29 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
30 non-PIE executable.
31 * gdb.arch/amd64-entry-value.exp: Likewise.
32 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
33 * gdb.arch/i386-float.exp: Likewise.
34 * gdb.arch/i386-signal.exp: Likewise.
35 * gdb.mi/mi-reg-undefined.exp: Likewise.
36
d00a27c5
PM
372018-12-21 Paul Marechal <paul.marechal@ericsson.com>
38
39 PR gdb/23974
40 * gdb.base/info-os.exp: Check return for unknown "info os" type.
41
161d081c
PW
422018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
43
44 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
45 Update order of results accordingly.
46
b001de23
AB
472018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.base/annota1.exp: Update a test regexp.
50
99e1a184
AB
512018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
54
7a81c1e2
PW
552018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
56
57 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
58 (reuse_time): Initialize to REUSE_TIME_CAP.
59 (check_rc): New function.
60 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
61 Check pthread_create rc.
62 (spawner_thread_func): Check pthread_create and pthread_join rc.
63
73e8dc90
PA
642018-12-08 Pedro Alves <palves@redhat.com>
65
66 * gdb.base/list.exp (test_forward_search): Rename to ...
67 (test_forward_reverse_search): ... this. Also test reverse-search
68 and the forward-search alias.
69
13f2ed32
AB
702018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
71
72 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
73 local timeout variable before return, and remove all local timeout
74 variable entirely.
75 (gdb_load): Likewise.
76
64d27cfc
TV
772018-12-01 Tom de Vries <tdevries@suse.de>
78
79 * gdb.base/gdb-caching-proc.exp: New file.
80
f63c03b4
SDJ
812018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
82
83 * Makefile.in (TIMESTAMP): New variable.
84 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
85 command.
86 (check-single-racy): Likewise.
87 (check/%.exp): Likewise.
88 (check-racy/%.exp): Likewise.
89 (workers/%.worker): Likewise.
90 (build-perf): Likewise.
91 (check-perf): Likewise.
92 * README: Describe new "TS" and "TS_FORMAT" variables.
93 * print-ts.py: New file.
94
1c97054b
BF
952018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
96
97 PR python/23714
98 * gdb.python/python.exp: Test command repetition after
99 gdb.execute.
100
1871a62d
AB
1012018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.opt/inline-break.exp: Add test that info breakpoint output
104 is correctly aligned.
105
fb5e1ed9
PW
1062018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
107
108 * gdb.ada/info_auto_lang.exp: New testcase.
109 * gdb.ada/info_auto_lang/global_pack.ads: New file.
110 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
111 * gdb.ada/info_auto_lang/some_c.c: New file.
112
43d397ca
PW
1132018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
114
115 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
116 FUNC_lang language syntax.
117
beddd671
PW
1182018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
119
120 * gdb.base/info_minsym.c: New file.
121 * gdb.base/info_minsym.exp: New file.
122
73fc52c4
TT
1232018-11-19 Tom Tromey <tom@tromey.com>
124
125 PR rust/23625:
126 * gdb.rust/simple.exp: Add ptype test. Update expected output.
127 * gdb.rust/expr.exp: Update expected output. Change one test.
128
994b876a
TT
1292018-11-19 Tom Tromey <tom@tromey.com>
130
131 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
132
6769f276
PA
1332018-11-19 Pedro Alves <palves@redhat.com>
134
135 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
136 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
137 see the expected warning.
138
38a72da0
AH
1392018-11-16 Alan Hayward <alan.hayward@arm.com>
140
141 PR gdb/22736:
142 * gdb.cp/infcall-nodebug-lib.c: New test.
143 * gdb.cp/infcall-nodebug-main.c: New test.
144 * gdb.cp/infcall-nodebug.exp: New file.
145
53a89d6e
SM
1462018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
147
148 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
149 completer tests.
150
9325300d
TV
1512018-11-09 Tom de Vries <tdevries@suse.de>
152
153 * gdb.base/msym-lang.c: New test.
154 * gdb.base/msym-lang.exp: New file.
155 * gdb.base/msym-lang-main.c: New test.
156
20f0d60d
TT
1572018-11-08 Tom Tromey <tom@tromey.com>
158
159 PR gdb/23555:
160 PR gdb/23838:
161 * gdb.base/warning.exp: New file.
162
b5420128
JB
1632018-11-08 Jan Beulich <jbeulich@suse.com>
164
165 * testsuite/gdb.arch/i386-avx512.c,
166 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
167
cd115d61
AB
1682018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
171 point hardware.
172
35ee2dc2
AB
1732018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
176 * gdb.dwarf2/missing-type-name.exp: New file.
177
31aceee8
TV
1782018-11-06 Tom de Vries <tdevries@suse.de>
179
180 * gdb.base/many-headers.c: New test.
181 * gdb.base/many-headers.exp: New file.
182
109be305
JW
1832018-11-06 Jim Wilson <jimw@sifive.com>
184
185 * gdb.base/code_elim.exp: For riscv, set additional_flags
186 to include -msmall-data-limit=0.
187
e2b7af72
JB
1882018-11-01 Joel Brobecker <brobecker@adacore.com>
189
190 * gdb.ada/watch_minus_l: New testcase.
191
cdcda965
SM
1922018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
193
194 * gdb.arch/aix-sighandle.c: New file.
195 * gdb.arch/aix-sighandle.exp: New file.
196
92dcebf3
AB
1972018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
200 registers being unions.
201
68b9ac18
TV
2022018-10-31 Tom de Vries <tdevries@suse.de>
203
204 * lib/valgrind.exp: New file.
205 (vgdb_start, vgdb_stop): New procs, factored out of ...
206 * gdb.base/valgrind-bt.exp: ... here, ...
207 * gdb.base/valgrind-disp-step.exp: ... here and ...
208 * gdb.base/valgrind-infcall.exp: ... here.
209
1443936e
TV
2102018-10-31 Tom de Vries <tdevries@suse.de>
211
212 * lib/gdb.exp (get_valueof): Don't output read value in test name.
213
eb77c9df
AB
2142018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.dwarf2/void-type.c: New file.
217 * gdb.dwarf2/void-type.exp: New file.
218
82b5e646
PW
2192018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
220
221 * gdb.base/info_qt.c: New file.
222 * gdb.base/info_qt.exp: New file.
223
8d619c01
EBM
2242018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
225
226 * gdb.arch/powerpc-htm-regs.c: New file.
227 * gdb.arch/powerpc-htm-regs.exp: New file.
228
f2cf6173
EBM
2292018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
230
231 * gdb.arch/powerpc-tar.c: New file.
232 * gdb.arch/powerpc-tar.exp: New file.
233
7ca18ed6
EBM
2342018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
235
236 * gdb.arch/powerpc-ppr-dscr.c: New file.
237 * gdb.arch/powerpc-ppr-dscr.exp: New file.
238
bfcc0eba
TV
2392018-10-25 Tom de Vries <tdevries@suse.de>
240
241 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
242
fe1a5cad
TV
2432018-10-24 Tom de Vries <tdevries@suse.de>
244
245 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
246 longer exists error.
247
a76dc3b7
TV
2482018-10-24 Tom de Vries <tdevries@suse.de>
249
250 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
251
4df46df7
TV
2522018-10-24 Tom de Vries <tdevries@suse.de>
253
254 * gdb.base/valgrind-db-attach.exp: Handle removed support for
255 --db-attach in valgrind.
256
0dbfcfff
AB
2572018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * gdb.arch/riscv-reg-aliases.c: New file.
260 * gdb.arch/riscv-reg-aliases.exp: New file.
261
b04480b1
AH
2622018-10-19 Alan Hayward <alan.hayward@arm.com>
263
264 * gdb.python/py-cmd.exp: Check for gdb_prompt.
265
2c6ac8d7
AH
2662018-10-19 Alan Hayward <alan.hayward@arm.com>
267
268 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
269
2bc69f25
AH
2702018-10-19 Alan Hayward <alan.hayward@arm.com>
271
272 * gdb.cp/ovldbreak.exp: Fix regexps.
273
1f1ae3a3
AH
2742018-10-19 Alan Hayward <alan.hayward@arm.com>
275
276 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
277
94c18618
SDJ
2782018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
279
280 PR cli/23785
281 * gdb.base/restore.exp: New test to check if "restore" with an
282 invalid file doesn't segfault.
283
812cd6eb
TV
2842018-10-18 Tom de Vries <tdevries@suse.de>
285
286 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
287 * gdb.ada/excep_handle.exp: Same.
288 * gdb.ada/mi_string_access.exp: Same.
289 * gdb.ada/mi_var_union.exp: Same.
290 * gdb.arch/arc-analyze-prologue.exp: Same.
291 * gdb.arch/arc-decode-insn.exp: Same.
292 * gdb.base/readnever.exp: Same.
293 * gdb.fortran/printing-types.exp: Same.
294 * gdb.guile/scm-lazy-string.exp: Same.
295
c4b90788
TV
2962018-10-16 Tom de Vries <tdevries@suse.de>
297
298 PR gdb/23730
299 * gdb.base/catch-follow-exec.c: Add copyright notice.
300 * gdb.base/catch-follow-exec.exp: Rewrite to use
301 gdb_spawn_with_cmdline_opts. Require gdb-native.
302
8bca2978
SL
3032018-10-12 Sandra Loosemore <sandra@codesourcery.com>
304
305 * gdb.trace/actions-changed.exp: Check for arch support.
306 * gdb.trace/actions.exp: Likewise.
307 * gdb.trace/ax.exp: Likewise.
308 * gdb.trace/backtrace.exp: Likewise.
309 * gdb.trace/change-loc.exp: Likewise.
310 * gdb.trace/deltrace.exp: Likewise.
311 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
312 * gdb.trace/ftrace.exp: Likewise.
313 * gdb.trace/infotrace.exp: Check for arch support.
314 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
315 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
316 * gdb.trace/mi-tsv-changed.exp: Likewise.
317 * gdb.trace/packetlen.exp: Likewise.
318 * gdb.trace/passc-dyn.exp: Likewise.
319 * gdb.trace/passcount.exp: Likewise.
320 * gdb.trace/pending.exp: Likewise.
321 * gdb.trace/range-stepping.exp: Check for shlib support.
322 * gdb.trace/report.exp: Check for arch support.
323 * gdb.trace/save-trace.exp: Likewise.
324 * gdb.trace/signal.exp: Check for signal support.
325 * gdb.trace/tfind.exp: Check for arch support.
326 * gdb.trace/trace-break.exp: Check for arch and shlib support.
327 * gdb.trace/trace-common.h: Add comment.
328 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
329 * gdb.trace/trace-enable-disable.exp: Likewise.
330 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
331 * gdb.trace/tracecmd.exp: Check for arch support.
332 * gdb.trace/tspeed.exp: Check for shlib and target support.
333 * gdb.trace/tstatus.exp: Check for arch support.
334 * gdb.trace/tsv.exp: Likewise.
335 * gdb.trace/while-dyn.exp: Likewise.
336 * gdb.trace/while-stepping.exp: Likewise.
337 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
338
f9c49bff
SM
3392018-10-12 Simon Marchi <simon.marchi@ericsson.com>
340
341 * gdb.trace/tspeed.exp: Remove nowarnings.
342 (prepare_for_trace_test): Declare "global ipalib".
343 * gdb.trace/tspeed.c: Include unistd.h.
344 (main): Remove superfluous printf argument.
345
d4330bde
SL
3462018-10-11 Sandra Loosemore <sandra@codesourcery.com>
347
348 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
349 directory prefix on the filename.
350
8ecfd7bd
SDJ
3512018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
352
353 * gdb.gdb/unittest.exp: Update expected message informing that
354 selftests have been disabled.
355 * gdb.server/unittest.exp: Likewise.
356
58bbcd02
TV
3572018-10-09 Tom de Vries <tdevries@suse.de>
358
359 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
360 with runto_main.
361
9f6b697b
WP
3622018-10-08 Weimin Pan <weimin.pan@oracle.com>
363
364 PR c++/16841
365 * gdb.cp/virtbase2.cc: New file.
366 * gdb.cp/virtbase2.exp: New file.
367
add5ded5
TT
3682018-10-06 Tom Tromey <tom@tromey.com>
369
370 PR python/19399:
371 * gdb.python/py-inferior.exp: Add architecture test.
372
f9e48344
TT
3732018-10-06 Tom Tromey <tom@tromey.com>
374
375 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
376 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
377
2a8be203
TT
3782018-10-06 Tom Tromey <tom@tromey.com>
379
380 * gdb.python/py-breakpoint.exp (check_last_event): Check location
381 of a "throw" catchpoint.
382
e04caa70
SDJ
3832018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
384
385 * gdb.base/info-proc.exp: Update string expected from "help info
386 proc".
387
5ca8c39f
TT
3882018-10-04 Tom Tromey <tom@tromey.com>
389
390 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
391 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
392 (test_initial_complaints, test_empty_complaints): Update.
393 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
394
3453e7e4
TT
3952018-10-04 Tom Tromey <tom@tromey.com>
396
397 PR cli/19551:
398 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
399 * lib/gdb.exp (gdb_file_cmd): Update.
400 * gdb.stabs/weird.exp (print_weird_var): Update.
401 * gdb.server/solib-list.exp: Update.
402 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
403 * gdb.mi/mi-cli.exp: Update.
404 * gdb.linespec/linespec.exp: Update.
405 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
406 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
407 * gdb.cp/cp-relocate.exp: Update.
408 * gdb.base/sym-file.exp: Update.
409 * gdb.base/relocate.exp: Update.
410 * gdb.base/readnever.exp: Update.
411 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
412 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
413 * gdb.base/dbx.exp (gdb_file_cmd): Update.
414 * gdb.base/code_elim.exp: Update.
415 * gdb.base/break-unload-file.exp (test_break): Update.
416 * gdb.base/break-interp.exp (test_attach_gdb): Update.
417 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
418 Update.
419 * gdb.base/attach.exp (do_attach_tests): Update.
420 * gdb.base/sepdebug.exp: Update.
421 * gdb.python/py-section-script.exp: Update.
422
6afcf761
TT
4232018-10-04 Tom Tromey <tom@tromey.com>
424
425 PR cli/22234:
426 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
427 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
428 output.
429
fef1b293
TT
4302018-10-04 Tom Tromey <tom@tromey.com>
431
432 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
433 set width and height to 0.
434 (test_command_line_attach_run): Use -quiet.
435
ca98345e
SL
4362018-10-03 Sandra Loosemore <sandra@codesourcery.com>
437
438 * lib/gdb.exp (skip_ifunc_tests): New.
439 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
440 other compile failures.
441 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
442
ff34e6ae
SM
4432018-10-01 Simon Marchi <simon.marchi@ericsson.com>
444
445 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
446 is_amd64_regs_target.
447
6bb8890e
AH
4482018-10-01 Alan Hayward <alan.hayward@arm.com>
449
450 * gdb.arch/aarch64-sighandler-regs.c: New test.
451 * gdb.arch/aarch64-sighandler-regs.exp: New file.
452 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
453
224d30d3
MM
4542018-10-01 Markus Metzger <markus.t.metzger@intel.com>
455
456 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
457 assembly.
458
f67ffa6a
AB
4592018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.base/frame-selection.exp: New file.
462 * gdb.base/frame-selection.c: New file.
463
9fc3183f
AH
4642018-09-27 Alan Hayward <alan.hayward@arm.com>
465
466 * gdb.threads/check-libthread-db.c (thread_routine): Use a
467 pthread barrier.
468 (main): Likewise.
469
d354055e
AB
4702018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.base/large-frame-1.c: New file.
473 * gdb.base/large-frame-2.c: New file.
474 * gdb.base/large-frame.exp: New file.
475 * gdb.base/large-frame.h: New file.
476
db727370
JL
4772018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
478
479 PR gdb/20948
480 * gdb.base/write_mem.exp: New test.
481 * gdb.base/write_mem.c: Likewise.
482
ae778caf
TT
4832018-09-23 Tom Tromey <tom@tromey.com>
484
485 PR python/18852:
486 * gdb.python/py-parameter.exp: Add test for parameter that throws
487 on "set".
488
fd3ba736
TT
4892018-09-23 Tom Tromey <tom@tromey.com>
490
491 PR python/17284:
492 * gdb.python/py-template.exp (test_template_arg): Add test for
493 negative template argument number.
494
39a24317
TT
4952018-09-23 Tom Tromey <tom@tromey.com>
496
497 PR python/14062:
498 * gdb.python/python.exp: Add test for post_event error.
499
f5769a2c
TT
5002018-09-23 Tom Tromey <tom@tromey.com>
501
502 PR python/18170:
503 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
504 convert pointers to int and long.
505
1c1e54f6
TT
5062018-09-23 Tom Tromey <tom@tromey.com>
507
508 PR python/20126:
509 * gdb.python/py-value.exp (test_value_numeric_ops): Add
510 signed-ness conversion tests.
511
fb4fa946
TT
5122018-09-23 Tom Tromey <tom@tromey.com>
513
514 PR python/18352;
515 * gdb.python/py-value.exp (test_float_conversion): New proc.
516 Use it.
517
a466edac
HAQ
5182018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
519
520 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
521
4ee9b0c5
SL
5222018-09-18 Sandra Loosemore <sandra@codesourcery.com>
523
524 * gdb.base/complete-empty.exp: Skip tab-completion tests if
525 no readline.
526 * gdb.base/utf8-identifiers.exp: Likewise.
527 * gdb.cp/cpcompletion.exp: Likewise.
528 * gdb.linespec/cpcompletion.exp: Likewise.
529 * gdb.linespec/cpls-abi-tag.exp: Likewise.
530 * gdb.linespec/cpls-ops.exp: Likewise.
531
23be8da7
RB
5322018-09-19 Richard Bunt <richard.bunt@arm.com>
533 Chris January <chris.january@arm.com>
534
535 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
536 * gdb.fortran/short-circuit-argument-list.exp: New file.
537 * gdb.fortran/short-circuit-argument-list.f90: New test.
538
5031d0ae
SDJ
5392018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
540
541 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
542 "arch=" keyword when executing "-stack-list-frames".
543
b4c0d1a4
SDJ
5442018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
545
546 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
547 "arch=" keyword when executing "-stack-list-frames".
548
7a6d2b45
SDJ
5492018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
550
551 * gdb.ada/complete.exp: Expect for "@" when doing "complete
552 break ada".
553
8588b356
SM
5542018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
555
556 PR python/23669
557 * gdb.python/python.exp: Test gdb.execute("show commands").
558
65e65158
TT
5592018-09-16 Tom Tromey <tom@tromey.com>
560
561 * gdb.base/new-ui.exp (do_execution_tests): Update.
562 * gdb.base/dbx.exp (test_breakpoints): Update.
563
bf326452
AH
5642018-09-14 Alan Hayward <alan.hayward@arm.com>
565
566 * lib/gdb.exp (gdb_simple_compile): Add proc.
567 (is_elf_target): Use gdb_simple_compile.
568 (skip_altivec_tests): Likewise.
569 (skip_vsx_tests): Likewise.
570 (skip_tsx_tests): Likewise.
571 (skip_btrace_tests): Likewise.
572 (skip_btrace_pt_tests): Likewise.
573 (gdb_can_simple_compile): Likewise.
574 (gdb_has_argv0): Likewise.
575 (gdb_target_symbol_prefix): Likewise.
576 (target_supports_scheduler_locking): Likewise.
577
2361b0fb
TT
5782018-09-13 Tom Tromey <tom@tromey.com>
579
580 * Makefile.in (TAGS): Recognize proc_with_prefix and
581 gdb_caching_proc.
582
0ae1a321
SM
5832018-09-13 Simon Marchi <simon.marchi@ericsson.com>
584
585 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
586 method.
587
a40bf0c2
SM
5882018-09-13 Simon Marchi <simon.marchi@ericsson.com>
589
590 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
591 and a few other Inferior properties when the Inferior is no
592 longer valid.
593
4a3fe98f
TT
5942018-09-13 Tom Tromey <tom@tromey.com>
595
596 PR rust/23650:
597 * gdb.rust/simple.exp: Add test for enum field access error.
598
098b2108
TT
5992018-09-13 Tom Tromey <tom@tromey.com>
600
601 PR rust/23626:
602 * gdb.rust/simple.rs (EmptyEnum): New type.
603 (main): Use it.
604 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
605
1256af7d
SM
6062018-09-13 Simon Marchi <simon.marchi@ericsson.com>
607
608 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
609 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
610 * gdb.python/py-symtab.exp: Update test printing an objfile.
611
4aa8e6c2
SM
6122018-09-12 Simon Marchi <simon.marchi@ericsson.com>
613
614 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
615 object.
616
c221b2f7
AH
6172018-09-12 Alan Hayward <alan.hayward@arm.com>
618
619 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
620 (support_complex_tests): Use gdb_can_simple_compile.
621 (is_ilp32_target): Likewise.
622 (is_lp64_target): Likewise.
623 (is_64_target): Likewise.
624 (is_amd64_regs_target): Likewise.
625 (is_aarch32_target): Likewise.
626 (gdb_int128_helper): Likewise.
627
6f1107b5
JK
6282018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
629
630 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
631
1f5d1570
JG
6322018-09-10 Jerome Guitton <guitton@adacore.com>
633
634 * gdb.ada/same_component_name: Add test for case of tagged record
635 with variable-length fields.
636
cc330e39
XR
6372018-09-10 Xavier Roirand <roirand@adacore.com>
638
639 * gdb.ada/access_to_unbounded_array.exp: New testcase.
640 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
641 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
642 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
643
b9c50e9a
XR
6442018-09-10 Xavier Roirand <roirand@adacore.com>
645
646 * gdb.ada/mi_string_access.exp: New testcase.
647 * gdb.ada/mi_string_access/bar.adb: New file.
648 * gdb.ada/mi_string_access/pck.adb: New file.
649 * gdb.ada/mi_string_access/pck.asd: New file.
650
2963898f
XR
6512018-09-10 Xavier Roirand <roirand@adacore.com>
652
653 * gdb.ada/mi_var_union.exp: New testcase.
654 * gdb.ada/mi_var_union/bar.adb: New file.
655 * gdb.ada/mi_var_union/pck.adb: New file.
656 * gdb.ada/mi_var_union/pck.asd: New file.
657
1aac008f
TT
6582018-09-08 Tom Tromey <tom@tromey.com>
659
660 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
661
332cf4c9
TT
6622018-09-08 Tom Tromey <tom@tromey.com>
663
664 PR python/16047:
665 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
666 (register_pretty_printers): Register new printer.
667 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
668 test.
669 * gdb.python/py-prettyprint.c (int_type3): New typedef.
670 (an_int_type3): New global.
671
424da6cf
JB
6722018-09-08 Joel Brobecker <brobecker@adacore.com>
673
674 * gdb.ada/expr_with_funcall: New testcase.
675
2a62dfa9
JB
6762018-09-08 Joel Brobecker <brobecker@adacore.com>
677
678 * gdb.ada/packed_array_assign: New testcase.
679
96b6697f
AB
6802018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
681
682 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
683 names, and add test prefixes to make test names unique.
684
e4a62c65
TV
6852018-09-05 Tom de Vries <tdevries@suse.de>
686
687 * gdb.dwarf2/varval.exp: Add test.
688
dd083ee2
GB
6892018-09-04 Gary Benson <gbenson@redhat.com>
690
691 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
692 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
693
aef9346c
TT
6942018-08-31 Tom Tromey <tom@tromey.com>
695
696 * gdb.rust/simple.rs: Rename second variable "v".
697
c67f2e15
AB
6982018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.base/funcargs.c (use_a): New function.
701 (recurse): Call use_a.
702
078a0207
KS
7032018-08-29 Keith Seitz <keiths@redhat.com>
704
705 * gdb.compile/compile-cplus-anonymous.cc: New file.
706 * gdb.compile/compile-cplus-anonymous.exp: New file.
707 * gdb.compile/compile-cplus-array-decay.cc: New file.
708 * gdb.compile/compile-cplus-array-decay.exp: New file.
709 * gdb.compile/compile-cplus-inherit.cc: New file.
710 * gdb.compile/compile-cplus-inherit.exp: New file.
711 * gdb.compile/compile-cplus-member.cc: New file.
712 * gdb.compile/compile-cplus-member.exp: New file.
713 * gdb.compile/compile-cplus-method.cc: New file.
714 * gdb.compile/compile-cplus-method.exp: New file.
715 * gdb.compile/compile-cplus-mod.c: "New" file.
716 * gdb.compile/compile-cplus-namespace.cc: New file.
717 * gdb.compile/compile-cplus-namespace.exp: New file.
718 * gdb.compile/compile-cplus-nested.cc: New file.
719 * gdb.compile/compile-cplus-nested.exp: New file.
720 * gdb.compile/compile-cplus-print.c: "New" file.
721 * gdb.compile/compile-cplus-print.exp: "New" file.
722 * gdb.compile/compile-cplus-virtual.cc: New file.
723 * gdb.compile/compile-cplus-virtual.exp: New file.
724 * gdb.compile/compile-cplus.c: "New" file.
725 * gdb.compile/compile-cplus.exp: "New" file.
726 * lib/compile-support.exp: New file.
727
b0f492b9
GB
7282018-08-16 Gary Benson <gbenson@redhat.com>
729
730 PR gdb/13000:
731 * gdb.base/batch-exit-status.exp: New file.
732 * gdb.base/batch-exit-status.good-commands: Likewise.
733 * gdb.base/batch-exit-status.bad-commands: Likewise.
734
36eb4c5f
AH
7352018-08-29 Alan Hayward <alan.hayward@arm.com>
736
737 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
738 (struct struct02): Likewise.
739 (struct struct03): Likewise.
740 (struct struct04): Likewise.
741 (struct struct_01_01): New struct.
742 (struct struct_01_02): Likewise.
743 (struct struct_01_03): Likewise.
744 (struct struct_01_04): Likewise.
745 (struct struct_02_01): Likewise.
746 (struct struct_02_02): Likewise.
747 (struct struct_02_03): Likewise.
748 (struct struct_02_04): Likewise.
749 (struct struct_04_01): Likewise.
750 (struct struct_04_02): Likewise.
751 (struct struct_04_03): Likewise.
752 (struct struct_04_04): Likewise.
753 (struct struct_05_01): Likewise.
754 (struct struct_05_02): Likewise.
755 (struct struct_05_03): Likewise.
756 (struct struct_05_04): Likewise.
757 (cmp_struct01): Remove function.
758 (cmp_struct02): Likewise.
759 (cmp_struct03): Likewise.
760 (cmp_struct04): Likewise.
761 (cmp_struct_01_01): Add Function.
762 (cmp_struct_01_02): Likewise.
763 (cmp_struct_01_03): Likewise.
764 (cmp_struct_01_04): Likewise.
765 (cmp_struct_02_01): Likewise.
766 (cmp_struct_02_02): Likewise.
767 (cmp_struct_02_03): Likewise.
768 (cmp_struct_02_04): Likewise.
769 (cmp_struct_04_01): Likewise.
770 (cmp_struct_04_02): Likewise.
771 (cmp_struct_04_03): Likewise.
772 (cmp_struct_04_04): Likewise.
773 (cmp_struct_05_01): Likewise.
774 (cmp_struct_05_02): Likewise.
775 (cmp_struct_05_03): Likewise.
776 (cmp_struct_05_04): Likewise.
777 (call_all): Add new structs.
778 * gdb.base/infcall-nested-structs.exp: Likewise.
779
3bf9c013
JV
7802018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
781
782 * gdb.python/py-framefilter-mi.exp: Update regexp to
783 check for "arch" field in frame output.
784
450d1e88
KB
7852018-08-23 Kevin Buettner <kevinb@redhat.com>
786
787 * gdb.dwarf2/dw2-ranges-func.c: New file.
788 * gdb.dwarf2/dw2-ranges-func.exp: New file.
789
ae739fe7
SM
7902018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
791
792 * gdb.base/term.exp: Compare terminal settings with values from
793 the inferior.
794 * gdb.base/term.c: Get and set terminal settings.
795
6d52907e
JV
7962018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
797
798 * lib/mi-support.exp (mi_expect_stop): Update regexp to
799 accommodate new "arch" field in frame output.
800 * gdb.mi/mi-return.exp: Likewise.
801 * gdb.mi/mi-stack.exp: Likewise.
802 * gdb.mi/mi-syn-frame.exp: Likewise.
803 * gdb.mi/user-selected-context-sync.exp: Likewise.
804
be2d111a
MS
8052018-08-19 Michael Spang <spang@google.com>
806
807 PR gdb/11786
808 * gdb.base/gcore-tls-pie.c: New file.
809 * gdb.base/gcore-tls-pie.exp: New file.
810
ae3a7c47
KB
8112018-08-18 Kevin Buettner <kevinb@redhat.com>
812
813 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
814 * gdb.dwarf2/varval.c: New file.
815 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 816
2ecae92e
AH
8172018-08-17 Alan Hayward <alan.hayward@arm.com>
818
819 PR gdb/18931
820 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
821
c1854f1d
KS
8222018-08-16 Keith Seitz <keiths@redhat.com>
823
824 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
825 tests expected to pass.
826
26fb3983
JV
8272018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
828
829 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
830 -data-disassemble -a.
831 (test_disassembly_bogus_args): Likewise.
832
67943c00
AB
8332018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
836
5ff2bbae
AB
8372018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.base/vla-optimized-out.exp: Add new test.
840
e5bbcd0f
AB
8412018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
842
843 * gdb.base/vla-optimized-out-o3.exp: Delete.
844 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
845 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
846 deleted tests.
847
9d4a934c
AB
8482018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 PR gdb/18050:
851 * gdb.server/extended-remote-restart.c: New file.
852 * gdb.server/extended-remote-restart.exp: New file.
853
045cf012
SM
8542018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
855
856 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
857 "set variable index = 42".
858
87d6a7aa
SM
8592018-08-07 Simon Marchi <simon.marchi@ericsson.com>
860
861 * boards/index-cache-gdb.exp: New file.
862 * gdb.dwarf2/index-cache.exp: New file.
863 * gdb.dwarf2/index-cache.c: New file.
864 * gdb.base/maint.exp: Check if we are using the index cache.
865
96d68bd4
RO
8662018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
867
868 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
869 MAKEFLAGS.
870
5a699617
RO
8712018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
872
873 * dg-extract-results.sh: Move to toplevel contrib.
874 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
875 * Makefile.in (check-parallel-racy): Likewise.
876
5bd18990
AB
8772018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
880 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
881 tests if the target supports scheduler locking.
882
3fbbcf47
TV
8832018-08-04 Tom de Vries <tdevries@suse.de>
884
885 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
886
3e1d3d8c
TT
8872018-08-02 Tom Tromey <tom@tromey.com>
888
889 PR symtab/16842.
890 * gdb.cp/temargs.exp: Test "info address" of a template
891 parameter.
892
5abe0f0c
JV
8932018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
894
895 * gdb.python/py-mi-var-info-path-expression.c: New file.
896 * gdb.python/py-mi-var-info-path-expression.py: New file.
897 * gdb.python/py-mi-var-info-path-expression.exp: New file.
898
fb66cde8
SDJ
8992018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
900
901 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
902 error after "cannot resolve name" string.
903
c708f4d2
AB
9042018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
907 started.
908 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
909
37cc0cae
TV
9102018-07-28 Tom de Vries <tdevries@suse.de>
911
912 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
913
63b4ecf7
TV
9142018-07-26 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
917
3c3bb058
AB
9182018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
921 is visible.
922
9e7f3bbb
TV
9232018-07-26 Tom de Vries <tdevries@suse.de>
924
925 PR breakpoints/23366
926 * gdb.base/catch-follow-exec.c: New test.
927 * gdb.base/catch-follow-exec.exp: New file.
928
16f808ec
TV
9292018-07-25 Tom de Vries <tdevries@suse.de>
930
931 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
932 vla-optimized-out.c.
933
d7154a8d
JV
9342018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
935
936 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
937 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
938
232a0032
TV
9392018-07-20 Tom de Vries <tdevries@suse.de>
940
941 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
942 NOCLONE macro.
943 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
944
fbb1d502
TV
9452018-07-19 Tom de Vries <tdevries@suse.de>
946
947 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
948 regular expression.
949
42dc7699
TV
9502018-07-18 Tom de Vries <tdevries@suse.de>
951
952 * gdb.base/vla-optimized-out.c: New test.
953 * gdb.base/vla-optimized-out.exp: New file.
954
7f1f7e23
SDJ
9552018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
956
957 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
958 message "No address associated with hostname" when gdbserver
959 cannot resolve the hostname.
960
5759ebb3
PW
9612018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
962
963 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
964 Add some test prefixes to make tests unique.
965
3606ccab
PW
9662018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
967
968 * gdb.base/frameapply.c: New file.
969 * gdb.base/frameapply.exp: New file.
970
529c08b2
PW
9712018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
972
973 * gdb.base/skip.exp: Update expected error message.
974
c7ab0aef
SDJ
9752018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
976 Jan Kratochvil <jan.kratochvil@redhat.com>
977 Paul Fertser <fercerpav@gmail.com>
978 Tsutomu Seki <sekiriki@gmail.com>
979
980 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
981 parameter.
982 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
983 by default.
984 * boards/native-gdbserver.exp: Likewise.
985 * gdb.server/run-without-local-binary.exp: Improve regexp used
986 for detecting when a remote debugging connection succeeds.
987 * gdb.server/server-connect.exp: New file.
988 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
989 Do not prefix the port number with ":".
990 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
991 support for detecting and using it. Add '$debughost_gdbserver'
992 to the list of arguments used to start gdbserver. Handle case
993 when gdbserver cannot resolve a network name.
994
16ff70dd
SDJ
9952018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
996
997 PR c++/23373
998 * gdb.base/ptype-offsets.cc (struct static_member): New
999 struct.
1000 (main) <stmember>: New variable.
1001 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1002 with a static member in it.
1003
3541979f
AB
10042018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1005
1006 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1007 watchpoints enabled and disabled.
1008
c8ad9b9a
AB
10092018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1010
1011 * gdb.base/examine-backward.exp: Still run tests around address
1012 0x0, even if address 0x0 is not readable. Update the pattern for
1013 matching address 0x0 in expected output.
1014
e0e5e971
AB
10152018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1016
1017 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1018 malloc/free.
1019
1ea5da02
TV
10202018-07-04 Tom de Vries <tdevries@suse.de>
1021
1022 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1023
471b9d15
MR
10242018-07-02 Maciej W. Rozycki <macro@mips.com>
1025
1026 PR tdep/8282
1027 * gdb.arch/mips-disassembler-options.exp: New test.
1028 * gdb.arch/mips-disassembler-options.s: New test source.
1029
75acb486
PA
10302018-06-29 Pedro Alves <palves@redhat.com>
1031
1032 * gdb.threads/names.exp: Adjust expected "info threads" output.
1033
cd2bb709
PA
10342018-06-29 Pedro Alves <palves@redhat.com>
1035
1036 * gdb.opt/inline-break.exp (line number, address): Add "info
1037 break" tests.
1038
991ff292
PA
10392018-06-29 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1042 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1043 number and address and running to them.
1044
356819b6 10452018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1046
1047 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1048
2512d7ef
JK
10492018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1050
1051 * lib/compiler.c: Remove executable permission flag.
1052
be1b6474
RB
10532018-06-28 Richard Bunt <richard.bunt@arm.com>
1054
1055 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1056 code.
1057 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1058
291f9a96
PT
10592018-06-28 Petr Tesarik <ptesarik@suse.cz>
1060
1061 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1062
ed6dfe51
PT
10632018-06-28 Petr Tesarik <ptesarik@suse.cz>
1064
1065 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1066 address argument is omitted.
1067
d4d429d5
PT
10682018-06-28 Petr Tesarik <ptesarik@suse.cz>
1069
1070 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1071
7ab6656f
OJ
10722018-06-27 Omair Javaid <omair.javaid@linaro.org>
1073
1074 PR gdb/21695
1075 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1076 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1077
a33ccfc7
TT
10782018-06-26 Tom Tromey <tom@tromey.com>
1079
1080 PR rust/22574:
1081 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1082 * gdb.rust/simple.rs (struct SimpleLayout): New.
1083
6d72d289
SM
10842018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1085
1086 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1087 "info registers" output.
1088
8363f9d5
RB
10892018-06-21 Richard Bunt <richard.bunt@arm.com>
1090
1091 * gdb.base/watchpoint-hw-attach.c: New test.
1092 * gdb.base/watchpoint-hw-attach.exp: New file.
1093
f00674fe
SM
10942018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1095
1096 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1097 through /bin/sh.
1098 * boards/dwarf4-gdb-index.exp: Likewise.
1099 * boards/fission-dwp.exp: Likewise.
1100
1d554008
UW
11012018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1102
1103 * gdb.base/float128.exp: Add comment and improved fail message
1104 to the failure case of "print large128" test.
1105
d0ac1c44
SM
11062018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1107
1108 * configure.ac: Remove AC_PREREQ.
1109 * configure: Re-generate.
1110
61b04dd0
PA
11112018-06-19 Pedro Alves <palves@redhat.com>
1112
1113 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1114 (func_extern_caller): New.
1115 (main): Call func_extern_caller.
1116 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1117 logic change.
1118
f63b508a
SM
11192018-06-18 Weimin Pan <weimin.pan@oracle.com>
1120
1121 PR gdb/16841
1122 * gdb.cp/typedef-base.cc: New file.
1123 * gdb.cp/typedef-base.exp: New file.
1124
0fe3a558
TV
11252018-06-18 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1128
7010835a
AB
11292018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1130 Richard Bunt <Richard.Bunt@arm.com>
1131
1132 * gdb.threads/attach-slow-waitpid.c: New file.
1133 * gdb.threads/attach-slow-waitpid.exp: New file.
1134 * gdb.threads/slow-waitpid.c: New file.
1135
14897d65
PA
11362018-06-14 Pedro Alves <palves@redhat.com>
1137
1138 * gdb.base/fork-running-state.c: Include <errno.h>.
1139 (exit_if_relative_exits): New.
1140 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1141 exits.
1142 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1143 child exits.
1144
5d9a0608
TV
11452018-06-14 Tom de Vries <tdevries@suse.de>
1146
1147 PR cli/22573
1148 * gdb.base/finish-pretty.c: New test.
1149 * gdb.base/finish-pretty.exp: New file.
1150
11ae5818
PA
11512018-06-14 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1154 gdb's expected startup output.
1155
1d39de44
PA
11562018-06-14 Pedro Alves <palves@redhat.com>
1157
1158 * lib/selftest-support.exp (selftest_setup): Remove inlined
1159 function handling.
1160
70ee0000
TV
11612018-06-14 Tom de Vries <tdevries@suse.de>
1162
1163 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1164 matching of breakpoint printing.
1165
11f4b608
TV
11662018-06-13 Tom de Vries <tdevries@suse.de>
1167
1168 PR testsuite/23269
1169 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1170 (fork_child): ... here, and ...
1171 (fork_parent): ... here.
1172
11732018-06-12 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1176
9516f85a
AB
11772018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1178 Stephen Roberts <stephen.roberts@arm.com>
1179
1180 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1181 rewrite test to describe action performed, rather than possible
1182 failure.
1183
5045b3d7
GB
11842018-06-08 Gary Benson <gbenson@redhat.com>
1185
1186 * gdb.threads/check-libthread-db.exp: New file.
1187 * gdb.threads/check-libthread-db.c: Likewise.
1188
c61b06a1
TT
11892018-06-05 Tom Tromey <tom@tromey.com>
1190
1191 * gdb.base/default.exp: Update expected "show version" output.
1192
eb6af809
TT
11932018-06-05 Tom Tromey <tom@tromey.com>
1194
1195 PR cli/12326:
1196 * gdb.cp/static-print-quit.exp: Update.
1197 * lib/gdb.exp (pagination_prompt): Update.
1198 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1199 * gdb.python/python.exp: Update.
1200
178d6a63
JB
12012018-06-04 Joel Brobecker <brobecker@adacore.com>
1202
1203 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1204
8e817061
JB
12052018-06-01 Joel Brobecker <brobecker@adacore.com>
1206
1207 * gdb.ada/bp_fun_addr: New testcase.
1208
e86ca25f
TT
12092018-06-01 Tom Tromey <tom@tromey.com>
1210
1211 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1212 results.
1213 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1214 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1215 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1216 * gdb.base/maint.exp (maint_pass_if): Update.
1217
4b2dfa9d
MR
12182018-05-31 Maciej W. Rozycki <macro@mips.com>
1219
1220 * gdb.base/endian.exp: New test.
1221 * gdb.base/endian.c: New test source.
1222
45f25d6c
AB
12232018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 PR gdb/23203
1226 * gdb.base/bt-selected-frame.c: New file.
1227 * gdb.base/bt-selected-frame.exp: New file.
1228 * lib/gdb.exp (get_current_frame_number): New function.
1229
d9f6d7f8
MR
12302018-05-24 Maciej W. Rozycki <macro@mips.com>
1231 Pedro Alves <palves@redhat.com>
1232
1233 * gdb.threads/tls-core.c: Include <stdlib.h>
1234 (thread_proc): Call `abort'.
1235 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1236 (tls_core_test): New procedure, bits factored out from ...
1237 (top level): ... here. Test both native cores and gcore cores.
1238
ff1cf532
TT
12392018-05-23 Tom Tromey <tom@tromey.com>
1240
1241 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1242
b98664d3
TT
12432018-05-23 Tom Tromey <tom@tromey.com>
1244
1245 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1246 symfile_complaints.
1247 (test_short_complaints): Likewise.
1248 (test_empty_complaints): Likewise.
1249 (test_initial_complaints): Update.
1250
4e9668d0
TT
12512018-05-23 Tom Tromey <tom@tromey.com>
1252
1253 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1254
43ba33c7
TT
12552018-05-23 Tom Tromey <tom@tromey.com>
1256
1257 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1258 (test_short_complaints): Update.
1259
035522c0
PA
12602018-05-22 Pedro Alves <palves@redhat.com>
1261
1262 * gdb.base/remote.exp: Only gdb_start after compiling the
1263 testcase. Issue "disconnect" before testing "set remote" command
1264 defaults. Issue clean_restart before running to main.
1265
cc0be08f
PA
12662018-05-22 Pedro Alves <palves@redhat.com>
1267
1268 * gdb.base/remote.exp: Adjust expected output of "show remote
1269 memory-write-packet-size". Add tests for "set remote
1270 memory-write-packet-size 0" and "set remote
1271 memory-write-packet-size fixed/limit".
1272
b1b60145
PA
12732018-05-22 Pedro Alves <palves@redhat.com>
1274
1275 PR gdb/22973
1276 * gdb.base/utf8-identifiers.c: New file.
1277 * gdb.base/utf8-identifiers.exp: New file.
1278
0ec848ad
PFC
12792018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1280
1281 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1282
2c3305f6
PFC
12832018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1284
1285 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1286
ce1e8424
TT
12872018-05-18 Tom Tromey <tom@tromey.com>
1288
1289 * gdb.base/ptype-offsets.exp: Update.
1290
ddfe970e
KS
12912018-05-17 Keith Seitz <keiths@redhat.com>
1292
1293 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1294 in expected breakpoint stop locations.
1295 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1296 move to proper scope to test variable values.
1297 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1298 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1299 New functions.
1300 (main): Call not_inline_func3.
1301 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1302 inline_func1, inline_func2, and inline_func3. Test that when each
1303 breakpoint is hit, GDB properly reports both the stop location
1304 and the backtrace. Repeat tests for temporary breakpoints.
1305
0726fcc6
MR
13062018-05-15 Maciej W. Rozycki <macro@mips.com>
1307
1308 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1309 rather then trying to access it in determining whether the PID
1310 of `gdbserver' could have been retrieved.
1311
8ee22052
AB
13122018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1313
1314 * gdb.arch/amd64-init-x87-values.S: New file.
1315 * gdb.arch/amd64-init-x87-values.exp: New file.
1316
7785df48
JK
13172018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1318
1319 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1320
56bcdbea
TT
13212018-05-04 Tom Tromey <tom@tromey.com>
1322
1323 PR python/22730:
1324 * gdb.python/python.exp: Test multi-line execute.
1325
a913fffb
TT
13262018-05-04 Tom Tromey <tom@tromey.com>
1327
1328 PR python/22731:
1329 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1330
7a2c85f2
TT
13312018-05-04 Tom Tromey <tom@tromey.com>
1332
1333 PR gdb/11750:
1334 * gdb.base/define.exp: Test defining a user command inside a user
1335 command.
1336 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1337
a3b60e45
JK
13382018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1339 Pedro Alves <palves@redhat.com>
1340
1341 PR breakpoints/19806 and support for PR external/20207.
1342 * gdb.base/watchpoint-unaligned.c: New file.
1343 * gdb.base/watchpoint-unaligned.exp: New file.
1344
45fe4a03
AB
13452018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * gdb.base/maint.exp: Make test names unique, use
1348 test_prefix_command_help to test 'help maint info', and remove
1349 repeated test of 'help maint'.
1350
9be2ae8f
TT
13512018-05-04 Tom Tromey <tom@tromey.com>
1352
1353 PR gdb/22619:
1354 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1355 behavior.
1356
11859c31
AB
13572018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1358
1359 * gdb.base/maint.exp: Process output from 'maint print registers'
1360 line at a time.
1361
089a9490
AB
13622018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1365 timeout.
1366
9b0797e2
AB
13672018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1370 filter pattern.
1371
f6ac5f3d
PA
13722018-05-02 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1375 to_log_command renames.
1376 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1377
77d3c63b
TT
13782018-05-02 Tom Tromey <tom@tromey.com>
1379
1380 * gdb.python/py-parameter.exp: Set test message.
1381
0489430a
TT
13822018-05-02 Tom Tromey <tom@tromey.com>
1383
1384 PR python/20084:
1385 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1386 PARAM_ZUINTEGER_UNLIMITED tests.
1387
1632f8ba
DR
13882018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1389
1390 PR rust/23124
1391 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1392 when casting.
1393
6d7bb824
TT
13942018-04-30 Tom Tromey <tom@tromey.com>
1395
1396 * gdb.python/py-type.exp: Check align attribute.
1397 * gdb.python/py-type.c: New "aligncheck" global.
1398
007e1530
TT
13992018-04-30 Tom Tromey <tom@tromey.com>
1400
1401 PR exp/17095:
1402 * gdb.dwarf2/dw2-align.exp: New file.
1403 * gdb.cp/align.exp: New file.
1404 * gdb.base/align.exp: New file.
1405 * lib/gdb.exp (gdb_int128_helper): New proc.
1406 (has_int128_c, has_int128_cxx): New caching procs.
1407
6873858b
TT
14082018-04-27 Tom Tromey <tom@tromey.com>
1409
1410 PR rust/22545:
1411 * gdb.rust/simple.exp: Add inclusive range tests.
1412
79188d8d
PA
14132018-04-26 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1416 ifunc breakpoint locations correctly of ifunc breakpoints set
1417 while the program resolves the ifunc.
1418
c7075ad5
PA
14192018-04-26 Pedro Alves <palves@redhat.com>
1420
1421 * gdb.base/gnu-ifunc-final.c: New file.
1422 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1423 * gdb.base/gnu-ifunc.exp (executable): Delete.
1424 (staticexecutable): Adjust.
1425 (lib_opts, exec_opts): Delete.
1426 (make_binsuffix, build, set-break): New procedures.
1427 (misc_tests): New, with tests factored out from the top level.
1428 (top level): Test different combinations of ifunc resolver name,
1429 resolver with and with debug info, and ifunc target with and
1430 without debug info. Wrap static tests with with_target_prefix.
1431
8388016d
PA
14322018-04-26 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1435 return type" warnings.
1436
249b5733
PA
14372018-04-25 Pedro Alves <palves@redhat.com>
1438
1439 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1440 killed".
1441 * gdb.base/kill-after-signal.exp: Likewise.
1442 * gdb.threads/kill.exp: Likewise.
1443
f67c0c91
SDJ
14442018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1445 Sergio Durigan Junior <sergiodj@redhat.com>
1446 Pedro Alves <palves@redhat.com>
1447
1448 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1449 regexps to expect for '[Inferior ... detached]' as well.
1450 * gdb.base/attach.exp: Likewise.
1451 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1452 "gdb_continue_to_end".
1453 (test_catch_syscall_with_wrong_args): Likewise.
1454 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1455 ']'. Don't set 'verbose' on.
1456 * gdb.base/foll-vfork.exp: Likewise.
1457 * gdb.base/fork-print-inferior-events.c: New file.
1458 * gdb.base/fork-print-inferior-events.exp: New file.
1459 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1460 '[Inferior ... has been killed]' message.
1461 * gdb.base/kill-after-signal.exp: Likewise.
1462 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1463 detach message.
1464 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1465 message.
1466 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1467 regexps to expect for '[Inferior ... detached]' as well.
1468 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1469
0a8ddac4
SM
14702018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1471
1472 PR gdb/23104
1473 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1474
d27d16bf
RB
14752018-04-19 Richard Bunt <richard.bunt@arm.com>
1476
1477 * gdb.threads/multiple-successive-infcall.c: New test.
1478 * gdb.threads/multiple-successive-infcall.exp: New file.
1479
a037790e
TT
14802018-04-17 Tom Tromey <tom@tromey.com>
1481
1482 * gdb.rust/simple.rs (Union): New type.
1483 (main): New local "u".
1484 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1485
e3a91079
AA
14862018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1487
1488 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1489 number information in output of "whereis" command.
1490 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1491
b744723f
AA
14922018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1493
1494 * gdb.ada/info_types.exp: Adjust expected output to the line
1495 numbers now printed by "info var/func/type".
1496 * gdb.base/completion.exp: Likewise.
1497 * gdb.base/included.exp: Likewise.
1498 * gdb.cp/cp-relocate.exp: Likewise.
1499 * gdb.cp/cplusfuncs.exp: Likewise.
1500 * gdb.cp/namespace.exp: Likewise.
1501 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1502
4a4495d6
MM
15032018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1504
1505 * gdb.btrace/cpu.exp: New.
1506
1d509aa6
MM
15072018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1508
1509 * gdb.base/step-indirect-call-thunk.exp: New.
1510 * gdb.base/step-indirect-call-thunk.c: New.
1511 * gdb.reverse/step-indirect-call-thunk.exp: New.
1512 * gdb.reverse/step-indirect-call-thunk.c: New.
1513
6295b6da
SM
15142018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1515
1516 * gdb.base/pie-fork.c: New file.
1517 * gdb.base/pie-fork.exp: New file.
1518
50146e70
TT
15192018-04-11 Tom Tromey <tom@tromey.com>
1520
1521 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1522
f50d8a2e
PA
15232018-04-10 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1526 exits. Instead loop running forever.
1527 (fork_parent): Run forever too.
1528
a0be7a36
SM
15292018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1530
1531 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1532 mi_continue_to_line.
1533 * gdb.mi/mi-stack.c (callee4): Add comment.
1534
9b73db36
SM
15352018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1536
1537 * gdb.mi/mi-stack.exp: Fix indentation.
1538
c912f608
SM
15392018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1540
1541 PR gdb/22979
1542 * gdb.arch/amd64-osabi.exp: New file.
1543
26540402
SM
15442018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1545
1546 PR gdb/22980
1547 * gdb.base/osabi.exp: New file.
1548
121ad66c 15492018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1550
1551 * gdb.cp/static-typedef-print.exp: New file.
1552 * gdb.cp/static-typedef-print.cc: New file.
1553
3fcded8f
JB
15542018-03-27 Joel Brobecker <brobecker@adacore.com>
1555
1556 * gdb.ada/varsize_limit: New testcase.
1557
59cc4834
JB
15582018-03-27 Joel Brobecker <brobecker@adacore.com>
1559
1560 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1561
1562 * gdb.ada/notcplusplus: New testcase.
1563
1564 * gdb.base/c-linkage-name.c: New file.
1565 * gdb.base/c-linkage-name.exp: New testcase.
1566
4ca59a9f
TT
15672018-03-26 Tom Tromey <tom@tromey.com>
1568
1569 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1570 * gdb.python/py-framefilter.py (name_error): New global.
1571 (ErrorInName.function): Use name_error.
1572
978d6c75
TT
15732018-03-26 Tom Tromey <tom@tromey.com>
1574
1575 PR backtrace/15582:
1576 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1577
b7fee5a3
KS
15782018-03-23 Keith Seitz <keiths@redhat.com>
1579
1580 PR c++/22968
1581 * gdb.cp/subtypes.exp: New file.
1582 * gdb.cp/subtypes.h: New file.
1583 * gdb.cp/subtypes.cc: New file.
1584 * gdb.cp/subtypes-2.cc: New file.
1585
376be529
AB
15862018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1589 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1590 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1591 -nostartfiles when compiling the test. Confirm that all registers
1592 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1593
066cfa98
AB
15942018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1595
1596 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1597 option, syntax was wrong anyway.
1598 * gdb.arch/arm-disp-step.exp: Likewise.
1599 * gdb.arch/sparc64-regs.exp: Likewise.
1600 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1601 option, syntax was wrong anyway, switch to use
1602 prepare_for_testing.
1603 * gdb.arch/i386-disp-step.exp: Likewise.
1604
079670b9
AA
16052018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1606
1607 * gdb.ada/exec_changed.exp: Replace "target_info exists
1608 use_gdb_stub" by "use_gdb_stub".
1609 * gdb.ada/start.exp: Likewise.
1610 * gdb.base/async-shell.exp: Likewise.
1611 * gdb.base/attach-pie-misread.exp: Likewise.
1612 * gdb.base/attach-wait-input.exp: Likewise.
1613 * gdb.base/break-entry.exp: Likewise.
1614 * gdb.base/break-interp.exp: Likewise.
1615 * gdb.base/dprintf-detach.exp: Likewise.
1616 * gdb.base/nostdlib.exp: Likewise.
1617 * gdb.base/solib-nodir.exp: Likewise.
1618 * gdb.base/statistics.exp: Likewise.
1619 * gdb.base/testenv.exp: Likewise.
1620 * gdb.mi/mi-exec-run.exp: Likewise.
1621 * gdb.mi/mi-start.exp: Likewise.
1622 * gdb.multi/dummy-frame-restore.exp: Likewise.
1623 * gdb.multi/multi-arch-exec.exp: Likewise.
1624 * gdb.multi/multi-arch.exp: Likewise.
1625 * gdb.multi/tids.exp: Likewise.
1626 * gdb.multi/watchpoint-multi.exp: Likewise.
1627 * gdb.python/py-events.exp: Likewise.
1628 * gdb.threads/attach-into-signal.exp: Likewise.
1629 * gdb.threads/attach-stopped.exp: Likewise.
1630 * gdb.threads/threadapply.exp: Likewise.
1631 * lib/selftest-support.exp: Likewise.
1632
26d6cec4
AA
16332018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1634
1635 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1636
4ee89e90
SR
16372018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1638
1639 * gdb.perf/template-breakpoints.cc: New file.
1640 * gdb.perf/template-breakpoints.exp: New file.
1641 * gdb.perf/template-breakpoints.py: New file.
1642
92630041
TT
16432018-03-19 Tom Tromey <tom@tromey.com>
1644
1645 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1646 y0.
1647 * gdb.rust/simple.exp: Test bare identifier form of struct
1648 initializer.
1649
76727919
TT
16502018-03-19 Tom Tromey <tom@tromey.com>
1651
1652 * gdb.gdb/observer.exp: Remove.
1653
194ed413
AA
16542018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1655
1656 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1657 "qualified" option when setting breakpoints.
1658 * gdb.trace/backtrace.exp: Likewise.
1659 * gdb.trace/circ.exp: Likewise.
1660 * gdb.trace/collection.exp: Likewise.
1661 * gdb.trace/disconnected-tracing.exp: Likewise.
1662 * gdb.trace/ftrace-lock.exp: Likewise.
1663 * gdb.trace/ftrace.exp: Likewise.
1664 * gdb.trace/infotrace.exp: Likewise.
1665 * gdb.trace/packetlen.exp: Likewise.
1666 * gdb.trace/passc-dyn.exp: Likewise.
1667 * gdb.trace/qtro.exp: Likewise.
1668 * gdb.trace/read-memory.exp: Likewise.
1669 * gdb.trace/report.exp: Likewise.
1670 * gdb.trace/signal.exp: Likewise.
1671 * gdb.trace/status-stop.exp: Likewise.
1672 * gdb.trace/strace.exp: Likewise.
1673 * gdb.trace/tfind.exp: Likewise.
1674 * gdb.trace/trace-break.exp: Likewise.
1675 * gdb.trace/trace-condition.exp: Likewise.
1676 * gdb.trace/trace-mt.exp: Likewise.
1677 * gdb.trace/tstatus.exp: Likewise.
1678 * gdb.trace/tsv.exp: Likewise.
1679 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1680 * gdb.trace/unavailable.exp: Likewise.
1681 * gdb.trace/while-dyn.exp: Likewise.
1682
8b067d2c
AA
16832018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1684
1685 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1686 that libinproctrace is copied to the target.
1687
3ae9ce5d
TT
16882018-03-14 Tom Tromey <tom@tromey.com>
1689
1690 PR cli/14977:
1691 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1692 a null pointer.
1693 * gdb.base/wchar.exp: Likewise.
1694
b8c2339b
TT
16952018-03-14 Tom Tromey <tom@tromey.com>
1696
1697 PR cli/19918:
1698 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1699 flag.
1700
4872dc46
SM
17012018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1702
1703 PR gdb/22841
1704 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1705 "target" to remote_exec.
1706
e4fe3756
SM
17072018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1708
1709 PR gdb/22841
1710 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1711 ${board}_upload): Remove.
1712
e95a97d4
AA
17132018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1714
1715 * gdb.cp/watch-cp.cc: New test.
1716 * gdb.cp/watch-cp.exp: New file.
1717
dbbb1059
AB
17182018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1719
1720 * gdb.base/infcall-nested-structs.exp: New file.
1721 * gdb.base/infcall-nested-structs.c: New file.
1722 * gdb.base/float.exp: Add riscv support.
1723
ecc054c0
TP
17242018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1725
1726 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1727 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1728
25e3c82c
SDJ
17292018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1730
1731 * gdb.server/abspath.exp: New file.
1732 * lib/gdb.exp (with_cwd): New procedure.
1733
3083294d
SM
17342018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1735
1736 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1737 use it.
1738 (gdb_is_target_remote_prompt): New proc.
1739 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1740 (gdb_is_target_native): Pass prompt parameter to
1741 gdb_is_target_1.
1742
3275ef47
SM
17432018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1744
1745 * gdb.base/load-command.c: New file.
1746 * gdb.base/load-command.exp: New file.
1747 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1748 (gdb_is_target_1): ...this, and generalize for other targets
1749 than just remote.
1750 (gdb_is_target_remote): Use gdb_is_target_1.
1751 (gdb_is_target_native): use gdb_is_target_1.
1752
6893c19a
TT
17532018-02-26 Tom Tromey <tom@tromey.com>
1754
1755 PR python/16497:
1756 * gdb.python/py-framefilter.exp: Update test.
1757
2ddeaf8a
TT
17582018-02-26 Tom Tromey <tom@tromey.com>
1759
1760 * gdb.dwarf2/variant.c: New file.
1761 * gdb.dwarf2/variant.exp: New file.
1762
c9317f21
TT
17632018-02-26 Tom Tromey <tom@tromey.com>
1764
1765 * gdb.rust/simple.exp: Accept more possible results in enum test.
1766
6f6d0c26
SM
17672018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1768
1769 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1770 parentheses.
1771
11b03145
MR
17722018-02-23 Maciej W. Rozycki <macro@mips.com>
1773
1774 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1775 name of a variable: $actual_linejj -> $actual_line.
1776
54a27fe5
JB
17772018-02-21 John Baldwin <jhb@FreeBSD.org>
1778
1779 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1780
de65820c
MM
17812018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1782
1783 * gdb.btrace/buffer-size.exp: Do not force BTS.
1784
980548fd
PA
17852018-02-14 Pedro Alves <palves@redhat.com>
1786
1787 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1788 getting a "Quit".
1789
c4e12631
MM
17902018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1791
1792 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1793 Fix test name.
1794
c2e0e465
SM
17952018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1796
1797 * gdb.cp/m-static.exp: Check type of optimized out static
1798 member.
1799
f7216783
AB
18002018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1801
1802 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1803 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1804
0625771b
LS
18052018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1806 Leszek Swirski <leszeks@google.com>
1807
1808 * gdb.python/py-prettyprint.c
1809 (struct to_string_returns_value_inner,
1810 struct to_string_returns_value_wrapper): New.
1811 (main): Add tsrvw variable.
1812 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1813 ToStringReturnsValueWrapper): New classes.
1814 (register_pretty_printers): Register new pretty-printers.
1815 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1816 recursive pretty printer.
1817 * gdb.python/py-mi.exp: Likewise.
1818
59498c30
LS
18192018-02-01 Leszek Swirski <leszeks@google.com>
1820
1821 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1822 functions with the same name as an include file are parsed
1823 correctly.
1824
d4d38844
YQ
18252018-02-01 Yao Qi <yao.qi@linaro.org>
1826
1827 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1828 "\[^\r\n\]*".
1829
07e5f5cf
NP
18302018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1831
1832 * gdb.arch/powerpc-prologue-frame.s: New file.
1833 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1834 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1835
929b5ad4
JB
18362018-01-31 Joel Brobecker <brobecker@adacore.com>
1837
1838 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1839
e671cd59
PA
18402018-01-30 Pedro Alves <palves@redhat.com>
1841
1842 PR gdb/13211
1843 * gdb.base/interrupt-daemon.c: New.
1844 * gdb.base/interrupt-daemon.exp: New.
1845 * gdb.multi/multi-term-settings.c: New.
1846 * gdb.multi/multi-term-settings.exp: New.
1847
fc413dc4
JB
18482018-01-30 Joel Brobecker <brobecker@adacore.com>
1849
1850 * gdb.base/break.exp: Save the location where the breakpoint
1851 on break.c:47 was actually inserted when debugging the version
1852 compiled at -O2 and use it in the expected output of the "info
1853 break" test performed soon after.
1854
5c319bb2
PA
18552018-01-22 Pedro Alves <palves@redhat.com>
1856 Sergio Durigan Junior <sergiodj@redhat.com>
1857
1858 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1859 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1860
a9e40818
JB
18612018-01-22 Joel Brobecker <brobecker@adacore.com>
1862
1863 * gdb.base/break-include.c, gdb.base/break-include.inc,
1864 gdb.base/break-include.exp: New files.
1865 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1866 line number now being the actual line number where the breakpoint
1867 was inserted.
1868 * gdb.mi/mi-break.exp: Likewise.
1869 * gdb.mi/mi-reverse.exp: Likewise.
1870 * gdb.mi/mi-simplerun.exp: Ditto.
1871
e707fc44
AB
18722018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1873
1874 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1875 varobj.
1876 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1877
ae451627
AB
18782018-01-21 Don Breazeal <donb@codesourcery.com>
1879 Andrew Burgess <andrew.burgess@embecosm.com>
1880
1881 * gdb.mi/basics.c: Add new global.
1882 * gdb.mi/mi-frame-regs.exp: New file.
1883 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1884 case.
1885
b1b189e0
AB
18862018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1887
1888 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1889 non-parameter, and on an unknown symbol.
1890
fcfcc376
TT
18912018-01-19 Tom Tromey <tom@tromey.com>
1892
1893 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1894 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1895
634c1c31
AA
18962018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1897
1898 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1899 setrlimit and chdir to int.
1900
d6ad07fd
AA
19012018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1902
1903 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1904 function.
1905 (my_tend): Likewise.
1906 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1907 rationale of avoiding FP- and vector instructions.
1908
adf8243b
RK
19092018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1910
1911 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1912 "info reg" with "\[ \t\]*".
1913 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1914 "\[ \t\]+".
1915 * gdb.arch/s390-multiarch.exp: Ditto.
1916 * gdb.base/pc-fp.exp: Ditto.
1917 * gdb.reverse/i386-precsave.exp: Ditto.
1918 * gdb.reverse/i386-reverse.exp: Ditto.
1919 * gdb.reverse/i387-env-reverse.exp: Ditto.
1920 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1921
dcc06925
AA
19222018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1923
1924 * lib/gdb.exp (gdb_compile): Re-enable use of
1925 universal_compile_options for languages other than Rust.
1926
25d4fd80
AA
19272018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1928
1929 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1930
ee7f689e 19312018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1932
1933 PR gdb/16577
1934 * gdb.base/solib-vanish.exp: New.
1935 * gdb.base/solib-vanish-main.c: New.
1936 * gdb.base/solib-vanish-lib1.c: New.
1937 * gdb.base/solib-vanish-lib2.c: New.
1938
d8447b6b
YQ
19392018-01-17 Yao Qi <yao.qi@linaro.org>
1940
1941 * gdb.compile/compile.exp: Match the address printed for
1942 frame in the output of command "bt".
1943
86d6a90c
TT
19442018-01-15 Tom Tromey <tom@tromey.com>
1945
1946 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1947 compute sp_reg.
1948
cbcdb1aa
AB
19492018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1950
1951 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1952 to prepare.
1953 (prepare): Return 0 on error, 1 on success.
1954
eea61984
PA
19552018-01-12 Pedro Alves <palves@redhat.com>
1956
1957 * gdb.base/continue-after-aborted-step-over.c: New.
1958 * gdb.base/continue-after-aborted-step-over.exp: New.
1959
6181e9c2
SM
19602018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1961
1962 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1963 options when not creating an executable.
1964
3cada740
PA
19652018-01-11 Pedro Alves <palves@redhat.com>
1966
1967 PR remote/22597
1968 * gdb.server/stop-reply-no-thread.c: New file.
1969 * gdb.server/stop-reply-no-thread.exp: New file.
1970
c63d3e8d
PA
19712018-01-10 Pedro Alves <palves@redhat.com>
1972
1973 PR gdb/22670
1974 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1975 functions too. Test setting breakpoints and printing C functions
1976 with no debug info too.
1977 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1978
d4c2a405
PA
19792018-01-10 Pedro Alves <palves@redhat.com>
1980
1981 PR gdb/22670
1982 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1983 a fail.
1984
8825213e
PA
19852018-01-10 Pedro Alves <palves@redhat.com>
1986
1987 PR gdb/22670
1988 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1989
605fd3c6
YQ
19902018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1991
1992 * gdb.server/unittest.exp: Match the output in non-development
1993 mode.
1994
1e5ded6c
YQ
19952018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1996
1997 * gdb.gdb/unittest.exp: Match output in non-development mode.
1998
30066b0b
JB
19992018-01-08 Joel Brobecker <brobecker@adacore.com>
2000
2001 * gdb.ada/access_tagged_param.exp: Relax expected output
2002 for value of "ObjL" in "continue" to pck.inspect breakpoint
2003 test.
2004
04bafb1e
XR
20052018-01-08 Joel Brobecker <brobecker@adacore.com>
2006
9f86398b
JB
2007 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2008 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2009
e379cee6
PA
20102018-01-05 Pedro Alves <palves@redhat.com>
2011
2012 PR gdb/18653
2013 * gdb.base/libsegfault.exp: New.
2014
de63c46b
PA
20152018-01-05 Joel Brobecker <brobecker@adacore.com>
2016
2017 PR gdb/22670
2018 * gdb.ada/access_tagged_param.exp: New file.
2019 * gdb.ada/access_tagged_param/foo.adb: New file.
2020
f98fc17b
PA
20212018-01-05 Pedro Alves <palves@redhat.com>
2022
2023 PR gdb/22670
2024 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2025 exercise lower case too, and to exercise both full matching and
2026 wild matching.
2027
342f8240
JB
20282018-01-05 Joel Brobecker <brobecker@adacore.com>
2029
2030 * gdb.ada/rename_subscript_param: New testcase.
2031
7150d33c
JG
20322018-01-05 Jerome Guitton <guitton@adacore.com>
2033
2034 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2035
cc0e770c
JB
20362018-01-05 Joel Brobecker <brobecker@adacore.com>
2037
2038 * gdb.ada/convvar_comp: New testcase.
2039
672a41aa 20402018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2041
2042 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2043 (My_Table): New global variable.
2044 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2045
7365ec2f
JB
20462018-01-04 Joel Brobecker <brobecker@adacore.com>
2047
2048 PR gdb/22670
2049 * gdb.ada/maint_with_ada: New testcase.
2050
289483b6
JB
20512018-01-04 Joel Brobecker <brobecker@adacore.com>
2052
2053 PR gdb/22670
2054 * gdb.ada/bp_c_mixed_case: New testcase.
2055
344420da
JB
20562018-01-04 Joel Brobecker <brobecker@adacore.com>
2057
2058 PR gdb/22670
2059 * gdb.ada/complete.exp: Add "complete break ada" test.
2060
66fc87a0
JB
20612018-01-04 Joel Brobecker <brobecker@adacore.com>
2062
2063 PR gdb/22670
2064 * gdb.ada/info_addr_mixed_case: New testcase.
2065
9f757bf7
XR
20662018-01-03 Xavier Roirand <roirand@adacore.com>
2067
2068 * gdb.ada/excep_handle.exp: New testcase.
2069 * gdb.ada/excep_handle/foo.adb: New file.
2070 * gdb.ada/excep_handle/pck.ads: New file.
2071
bd570f80
JB
20722018-01-03 Joel Brobecker <brobecker@adacore.com>
2073
2074 * gdb.base/step-line.c: Add extra empty line in copyright header.
2075 * gdb.base/step-line.inp: Likewise.
2076
9fe561ab
JB
20772018-01-02 Joel Brobecker <brobecker@adacore.com>
2078
2079 * gdb.ada/dyn_stride.exp: Add slice test.
2080
a405673c
JB
20812018-01-02 Joel Brobecker <brobecker@adacore.com>
2082
2083 * gdb.ada/dyn_stride: New testcase.
2084
cef0f868
SH
20852017-12-27 Stafford Horne <shorne@gmail.com>
2086
2087 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2088 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2089
b67d92b0
SH
20902017-12-27 Stafford Horne <shorne@gmail.com>
2091
2092 * gdb.base/reggroups.c: New file.
2093 * gdb.base/reggroups.exp: New file.
2094
eccab96d
JB
20952017-12-18 Joel Brobecker <brobecker@adacore.com>
2096
2097 * gdb.dwarf2/ada-valprint-error.c: New file.
2098 * gdb.dwarf2/ada-valprint-error.exp: New file.
2099
0e2da9f0
JB
21002017-12-18 Joel Brobecker <brobecker@adacore.com>
2101
2102 * gdb.ada/assign_arr: New testcase.
2103
cb923fcc
XR
21042017-12-18 Xavier Roirand <roirand@adacore.com>
2105
2106 * gdb.ada/funcall_ptr: New testcase.
2107
7c161838
SDJ
21082017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2109
2110 PR cli/16224
2111 * gdb.base/ptype-offsets.cc: New file.
2112 * gdb.base/ptype-offsets.exp: New file.
2113
1af17fd9
YQ
21142017-12-15 Yao Qi <yao.qi@linaro.org>
2115
2116 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2117 if XML is disabled.
2118
828d5846
XR
21192017-12-15 Xavier Roirand <roirand@adacore.com>
2120
2121 * gdb.ada/same_component_name: New testcase.
2122
79e8fcaa
JB
21232017-12-14 Joel Brobecker <brobecker@adacore.com>
2124
2125 * gdb.ada/str_binop_equal: New testcase.
2126
e05fa6f9
JB
21272017-12-14 Joel Brobecker <brobecker@adacore.com>
2128
2129 * gdb.ada/task_switch_in_core: New testcase.
2130
b89641ba
SM
21312017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2132
2133 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2134 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2135 call test_bkpt_qualified.
2136 (test_bkpt_qualified): New proc.
2137
6892d2e4
PA
21382017-12-13 Pedro Alves <palves@redhat.com>
2139
2140 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2141 Tighten regexp by matching with an anchor.
2142
a22ecf70
PA
21432017-12-13 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2146 ("expression with namespace"): New set of tests.
2147 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2148 (Nested::Test_NS::qux): New.
2149 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2150 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2151
9937536c
JB
21522017-12-13 Joel Brobecker <brobecker@adacore.com>
2153
2154 * gdb.base/server-del-break.c: New file.
2155 * gdb.base/server-del-break.exp: New file.
2156
fe49c6f5
SH
21572017-12-12 Stafford Horne <shorne@gmail.com>
2158
2159 * gdb.xml/tdesc-regs.exp: Add or1k support.
2160
c3d18620
SH
21612017-12-12 Stafford Horne <shorne@gmail.com>
2162
2163 * gdb.base/bp-permanent.c: Define nop of or1k.
2164
c5f9cfc8
JB
21652017-12-11 Joel Brobecker <brobecker@adacore.com>
2166
2167 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2168 output with components being reordered.
2169
a9c135fc
JB
21702017-12-11 Joel Brobecker <brobecker@adacore.com>
2171
2172 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2173 output with components being reordered.
2174
927aa2e7
JK
21752017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2176 Pedro Alves <palves@redhat.com>
2177
2178 * gdb.base/maint.exp (check for .gdb_index): Check also for
2179 .debug_names.
2180 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2181 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2182 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2183 (.gdb_index used after symbol reloading): Support also .debug_names.
2184 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2185
f17d9474
YQ
21862017-12-08 Yao Qi <yao.qi@linaro.org>
2187
2188 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2189 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2190
a0de8c21
YQ
21912017-12-08 Yao Qi <yao.qi@linaro.org>
2192
2193 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2194 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2195
a738ea1d
YQ
21962017-12-08 Yao Qi <yao.qi@linaro.org>
2197
2198 * gdb.arch/aarch64-tagged-pointer.c: New file.
2199 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2200
1cd9a73b
SDJ
22012017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2202
2203 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2204 "int".
2205
fa6eb693
KS
22062017-12-07 Keith Seitz <keiths@redhat.com>
2207
2208 PR breakpoints/22569
2209 * gdb.linespec/ls-errs.exp: Change expected result of "break
2210 -source this file has spaces.c -line 3".
2211 Check that an explicit source file followed by whitespace is
2212 identified as an invalid explicit location.
2213
883fd55a
KS
22142017-12-07 Keith Seitz <keiths@redhat.com>
2215
2216 * gdb.cp/nested-types.cc: New file.
2217 * gdb.cp/nested-types.exp: New file.
2218 * lib/cp-support.exp: Load data-structures.exp library.
2219 (debug_cp_test_ptype_class): New global.
2220 (cp_ptype_class_verbose, next_line): New procedures.
2221 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2222 Add and document new return value.
2223 Switch the list of lines to a queue.
2224 Add support for new `type' key for nested type definitions.
2225 Add debugging/troubleshooting messages.
2226 * lib/data-structures.exp: New file.
2227
ec72db3e
SM
22282017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2229
2230 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2231 with proc_with_prefix, don't use with_test_prefix.
2232
99598d71
TT
22332017-12-07 Tom Tromey <tom@tromey.com>
2234
2235 * gdb.base/break.exp: Add test for empty "commands".
2236
a8806230
YQ
22372017-12-07 Yao Qi <yao.qi@linaro.org>
2238
2239 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2240 malloc and catch syscall.
2241
824cc835
PM
22422017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2243
2244 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2245 tests for explicit locations.
2246
7cc244de
PA
22472017-12-06 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2250 force-disabling XML descriptions.
2251
50a1fdd5
PA
22522017-12-04 Pedro Alves <palves@redhat.com>
2253
2254 PR gdb/22499
2255 * gdb.arch/amd64-disp-step-avx.S: New file.
2256 * gdb.arch/amd64-disp-step-avx.exp: New file.
2257
f0fb2488
PA
22582017-12-03 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2261 and <string.h>.
2262 (parent_function): Print distinct messages when waitpid fails, or
2263 the child exits with a signal, or the child exits for an unhandled
2264 reason.
2265 * gdb.threads/process-dies-while-detaching.exp
2266 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2267 it. Wait for both inferior output and GDB's prompt. Use an
2268 indirect spawn id list.
2269 (do_detach): New parameter 'child_exit'. Use it to compute
2270 expected inferior output.
2271 (test_detach, test_detach_watch, test_detach_killed_outside):
2272 Adjust to pass down the expected child exit kind.
2273
97cbe998
SDJ
22742017-12-01 Joel Brobecker <brobecker@adacore.com>
2275 Sergio Durigan Junior <sergiodj@redhat.com>
2276 Pedro Alves <palves@redhat.com>
2277
2278 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2279
40fc416f
SDJ
22802017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2281
2282 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2283 to 'symbol-file' and 'add-symbol-file' can be
2284 position-independent.
2285
1cc75e92
YQ
22862017-12-01 Yao Qi <yao.qi@linaro.org>
2287
2288 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2289 the URL in copyright header.
2290 * gdb.arch/aarch64-fp.exp: Likewise.
2291 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2292 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2293 * gdb.base/expand-psymtabs.exp: Likewise.
2294 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2295 * gdb.fortran/common-block.exp: Likewise.
2296 * gdb.fortran/common-block.f90: Likewise.
2297 * gdb.fortran/logical.exp: Likewise.
2298 * gdb.fortran/vla-datatypes.f90: Likewise.
2299 * gdb.fortran/vla-sub.f90: Likewise.
2300
875fb7a7
JB
23012017-11-30 Joel Brobecker <brobecker@adacore.com>
2302
2303 * gdb.ada/repeat_dyn: New testcase.
2304
6f14765f
UW
23052017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2306
2307 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2308 Update for changed thread numbering.
2309 * gdb.cell/bt.exp: Update for changed GDB output.
2310
f1af7b94
SM
23112017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2312
2313 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2314 setting isremote by hand.
2315 * boards/dwarf4-gdb-index.exp: Likewise.
2316 * boards/fission.exp: Likewise.
2317 * boards/stabs.exp: Likewise.
2318
e3919f3e
PA
23192017-11-30 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.linespec/cpls-ops.exp
2322 (check_explicit_skips_function_argument): Extract the underlying
2323 type of size_t instead of hardcoding it.
2324
bd69330d
PA
23252017-11-29 Pedro Alves <palves@redhat.com>
2326
2327 PR c++/19436
2328 * gdb.linespec/cpls-abi-tag.cc: New file.
2329 * gdb.linespec/cpls-abi-tag.exp: New file.
2330
a20714ff
PA
23312017-11-29 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.base/langs.exp: Use -qualified.
2334 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2335 it.
2336 * gdb.cp/namespace.exp: Use -qualified.
2337 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2338 (overload-3, template-overload, template-ret-type, const-overload)
2339 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2340 procedures.
2341 (test_driver): Call them.
2342 * gdb.cp/save-bp-qualified.cc: New.
2343 * gdb.cp/save-bp-qualified.exp: New.
2344 * gdb.linespec/explicit.exp: Test -qualified.
2345 * lib/completion-support.exp (completion::explicit_opts_list): Add
2346 "-qualified".
2347 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2348
f6f1d339
PM
23492017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2350
2351 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2352
02ca603a
TT
23532017-11-29 Tom Tromey <tom@tromey.com>
2354
2355 * gdb.base/relocate.exp: Update invalid argument test.
2356 Add new tests for invalid arguments.
2357
ed6c0bfb
TP
23582017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2359
2360 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2361 Return 0 as a long.
2362 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2363
f106e10e
TP
23642017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2365
2366 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2367 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2368 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2369 func ().
2370 * gdb.cp/shadow.cc (B.func): Return 0.
2371
10329bb2
JB
23722017-11-27 Joel Brobecker <brobecker@adacore.com>
2373
2374 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2375 expected output in gdb_expect call to allow the exception
2376 message to be present as well. Fix syntax confusion to avoid
2377 TCL thinking that exception_name is an array.
2378
617cd4bc
UW
23792017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2380
2381 * gdb.arch/spu-info.c: Include <unistd.h>.
2382 (do_signal_test): Fix broken calls to write.
2383 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2384 Fix checks for empty mailboxes. Update signal tests for corrected
2385 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2386 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2387 * gdb.cell/arch.exp: Use standard_output_file.
2388 * gdb.cell/break.exp: Likewise.
2389 * gdb.cell/bt.exp: Likewise.
2390 * gdb.cell/core.exp: Likewise.
2391 * gdb.cell/dwarfaddr.exp: Likewise.
2392 * gdb.cell/ea-cache.exp: Likewise.
2393 * gdb.cell/ea-standalone.exp: Likewise.
2394 * gdb.cell/f-regs.exp: Likewise.
2395 * gdb.cell/fork.exp: Likewise.
2396 * gdb.cell/gcore.exp: Likewise.
2397 * gdb.cell/mem-access.exp: Likewise.
2398 * gdb.cell/ptype.exp: Likewise.
2399 * gdb.cell/registers.exp: Likewise.
2400 * gdb.cell/sizeof.exp: Likewise.
2401 * gdb.cell/solib-symbol.exp: Likewise.
2402 * gdb.cell/solib.exp: Likewise.
617cd4bc 2403
a81aaca0
PA
24042017-11-25 Pedro Alves <palves@redhat.com>
2405
2406 * gdb.base/complete-empty.exp: New file.
2407 * gdb.base/completion.exp: Adjust.
2408
6a3c6ee4
PA
24092017-11-25 Pedro Alves <palves@redhat.com>
2410
2411 * gdb.linespec/cpls-ops.cc: New file.
2412 * gdb.linespec/cpls-ops.exp: New file.
2413 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2414 factored out from ...
2415 (test_complete_prefix_range): ... this.
2416
8955eb2d
PA
24172017-11-24 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.linespec/cpcompletion.exp: New file.
2420 * gdb.linespec/cpls-hyphen.cc: New file.
2421 * gdb.linespec/cpls.cc: New file.
2422 * gdb.linespec/cpls2.cc: New file.
2423 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2424 test to use test_gdb_complete_unique. Add label completion,
2425 keyword completion and explicit location completion tests.
2426 * lib/completion-support.exp: New file.
2427
e547c119
JB
24282017-11-24 Joel Brobecker <brobecker@adacore.com>
2429
2430 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2431 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2432 when hitting an exception catchpoint.
2433
7c3c1aa8
YQ
24342017-11-22 Yao Qi <yao.qi@linaro.org>
2435
2436 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2437
41bd68f5
SM
24382017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2439
2440 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2441 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2442 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2443
1daad298
YQ
24442017-11-22 Yao Qi <yao.qi@linaro.org>
2445
2446 * gdb.base/info-os.exp: Pass pthreads.
2447 * gdb.multi/multi-attach.exp: Likewise.
2448
88465e87
YQ
24492017-11-22 Yao Qi <yao.qi@linaro.org>
2450
2451 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2452 compiler.
2453
dc196b23
YQ
24542017-11-22 Yao Qi <yao.qi@linaro.org>
2455
2456 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2457 * gdb.base/break-interp.exp: Likewise.
2458 * gdb.base/jit-attach-pie.exp: Likewise.
2459
2400729e
UW
24602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2461
2462 * gdb.base/float128.c (large128): New variable.
2463 * gdb.base/float128.exp: Add test to print largest __float128 value.
2464
7a26362d
UW
24652017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2466
2467 * gdb.arch/vsx-regs.exp: Update register content checks.
2468
ed0f4273
UW
24692017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2470
2471 * gdb.arch/ppc-longdouble.exp: New file.
2472 * gdb.arch/ppc-longdouble.c: Likewise.
2473
a25d69c6
PA
24742017-11-21 Pedro Alves <palves@redhat.com>
2475
2476 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2477
73fcf641
PA
24782017-11-20 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2481 (long_double_typedef): New typedefs.
2482 Use DEF on double and long double.
2483 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2484 cases.
2485 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2486 and 'long_double_ptr_same_size' locals. Use them to decide
2487 whether cast from array/function to float is valid/invalid.
2488
71a3c369
TT
24892017-11-17 Tom Tromey <tom@tromey.com>
2490
2491 * gdb.rust/traits.rs: New file.
2492 * gdb.rust/traits.exp: New file.
2493
ced9779b
JB
24942017-11-17 Joel Brobecker <brobecker@adacore.com>
2495
2496 * gdb.ada/minsyms: New testcase.
2497
a0922d80
PA
24982017-11-16 Pedro Alves <palves@redhat.com>
2499
2500 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2501 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2502
ea04e54c
PA
25032017-11-16 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2506 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2507
e849ea89
PA
25082017-11-16 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.server/reconnect-ctrl-c.c: New file.
2511 * gdb.server/reconnect-ctrl-c.exp: New file.
2512
d8ae99a7
PM
25132017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2514
2515 * gdb.python/py-rbreak.exp: New file.
2516 * gdb.python/py-rbreak.c: New file.
2517 * gdb.python/py-rbreak-func2.c: New file.
2518
968a13f8
PA
25192017-11-16 Pedro Alves <palves@redhat.com>
2520
2521 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2522 pattern.
2523 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2524 GDB.
2525
71774bc9
SM
25262017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2527
2528 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2529 regex.
2530
ddbb44cf
SM
25312017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2532
2533 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2534 test names.
2535
584a564f
PA
25362017-11-09 Pedro Alves <palves@redhat.com>
2537
2538 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2539 factored out from ...
2540 (top level): ... here, and adjusted to avoid expecting beyond the
2541 prompt in a single gdb_test_multiple.
2542
5ed7a928
PA
25432017-11-09 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2546 output.
2547 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2548 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2549 * gdb.server/ext-run.exp ("kill" test): Likewise.
2550 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2551
a60e0738
PA
25522017-11-09 Pedro Alves <palves@redhat.com>
2553
2554 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2555 match till end of line.
2556
2c88253f
PA
25572017-11-09 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2560
c7a38517
PA
25612017-11-09 Pedro Alves <palves@redhat.com>
2562
2563 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2564 New procedures, factored out from ...
2565 (top level): ... here, and adjusted to avoid expecting beyond the
2566 prompt in one go.
2567
f29f4b6b
PA
25682017-11-09 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2571 output. Fix '?' match.
2572
286acbb5
JB
25732017-11-08 Joel Brobecker <brobecker@adacore.com>
2574
2575 * gdb.ada/scoped_watch: New testcase.
2576 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2577 which is actually correct.
2578 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2579 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2580
62d7ae92
PA
25812017-11-08 Pedro Alves <palves@redhat.com>
2582
2583 * gdb.gdb/complaints.exp (test_initial_complaints)
2584 (test_serial_complaints, test_short_complaints): Call
2585 complaint_internal instead of complaint.
2586
280ca31f
DT
25872017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2588
2589 * gdb.threads/tls-core.c: New file.
2590 * gdb.threads/tls-core.exp: Likewise.
2591
b5ec771e
PA
25922017-11-08 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2595 (p Exported_Capitalized): New test.
2596 (p exported_capitalized): New test.
2597
a02b41a7
PA
25982017-11-07 Pedro Alves <palves@redhat.com>
2599
2600 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2601
95e95a6d
PA
26022017-11-07 Pedro Alves <palves@redhat.com>
2603
2604 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2605 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2606 (disable_invalid, disable_inverted, disable_negative): New
2607 procedures.
2608 ("bad numbers"): New set of tests.
2609
cee62dbd
PA
26102017-11-07 Pedro Alves <palves@redhat.com>
2611
2612 * gdb.cp/ena-dis-br-range.exp: Add tests.
2613
cc638e86
PA
26142017-11-07 Pedro Alves <palves@redhat.com>
2615
2616 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2617
d0fe4701
XR
26182017-11-07 Xavier Roirand <roirand@adacore.com>
2619 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.base/ena-dis-br.exp: Add reference to
2622 gdb.cp/ena-dis-br-range.exp.
2623 * gdb.cp/ena-dis-br-range.exp: New file.
2624 * gdb.cp/ena-dis-br-range.cc: New file.
2625
46f67f80
PA
26262017-11-06 Pedro Alves <palves@redhat.com>
2627
2628 * gdb.base/attach-non-pgrp-leader.c: New.
2629 * gdb.base/attach-non-pgrp-leader.exp: New.
2630
726e1356
PA
26312017-11-06 Pedro Alves <palves@redhat.com>
2632
2633 * configure.ac: No longer check for termio.h and sgtty.h.
2634 * configure: Regenerate.
2635 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2636 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2637 Remove termio and sgtty code.
2638
50ab6ace
YQ
26392017-11-03 Yao Qi <yao.qi@linaro.org>
2640
2641 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2642 in GDB is disabled.
2643
8e68731c
YQ
26442017-11-03 Yao Qi <yao.qi@linaro.org>
2645
2646 * gdb.python/py-thrhandle.exp: Skip it if python is not
2647 enabled.
2648
3a87ae65
SM
26492017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2650
2651 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2652 as a breakpoint command.
2653
484d8d36
MD
26542017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2655
2656 PR python/21213
2657 * gdb.python/py-infthread.exp: Test calling
2658 InferiorThread.inferior () multiple times in a row.
2659
4a27f119
KS
26602017-10-27 Keith Seitz <keiths@redhat.com>
2661
2662 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2663 Test "info break" for every inlined function breakpoint.
2664
bb11dd58
YQ
26652017-10-27 Yao Qi <yao.qi@linaro.org>
2666
2667 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2668
a43f3893
PF
26692017-10-26 Patrick Frants <osscontribute@gmail.com>
2670
2671 * gdb.cp/classes.exp (test_static_members): Test printing
2672 Outer::instance.
2673 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2674 (Inner::instance, Outer::instance): New.
2675
792ccf00
PA
26762017-10-24 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2679 extra console" test in two stages.
2680
eb2bfbad
PA
26812017-10-24 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2684
1f75a651
PA
26852017-10-24 Pedro Alves <palves@redhat.com>
2686
2687 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2688 loop.
2689
779990d9
PA
26902017-10-24 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2693 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2694
ad9b8f5d
PA
26952017-10-24 Pedro Alves <palves@redhat.com>
2696
2697 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2698 parameter and handle it. Don't output read value in test name.
2699
fee6da6e
PA
27002017-10-24 Pedro Alves <palves@redhat.com>
2701
2702 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2703 custom test name.
2704
10389c2c
PA
27052017-10-24 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2708 include the unstable output directory name in the test's name.
2709 (initial_setup_simple) <'set args'>: Use custom test name.
2710
a80e65a9
PA
27112017-10-24 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2714 with explicit test name.
2715
15763a09
PA
27162017-10-20 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2719 'wait -i'. Use gdb_assert and remote_close.
2720
49a4ce2e
AB
27212017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2722
2723 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2724 number from variable rather than hard-coded.
2725
a75868f5
PA
27262017-10-19 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.base/long-inferior-output.c: New file.
2729 * gdb.base/long-inferior-output.exp: New file.
2730
c8ba13ad
KS
27312017-11-18 Keith Seitz <keiths@redhat.com>
2732
2733 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2734 method.
2735 (main): Call it.
2736 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2737 Add additional user-defined conversion operator tests.
2738
b27de576
PA
27392017-10-17 Pedro Alves <palves@redhat.com>
2740
2741 * boards/native-stdio-gdbserver.exp: Load "local-board".
2742
8484c955
PA
27432017-10-17 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.base/quit-live.c: New file.
2746 * gdb.base/quit-live.exp: New file.
2747
83d5a34d
KS
27482017-10-16 Keith Seitz <keiths@redhat.com>
2749
2750 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2751 (class_with_protected_typedef, class_with_private_typedef)
2752 (struct_with_public_typedef, struct_with_protected_typedef)
2753 (struct_with_private_typedef): New classes/structs.
2754 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2755 typedefs and access specifiers.
2756
739b3f1d
PA
27572017-10-16 Pedro Alves <palves@redhat.com>
2758 Simon Marchi <simon.marchi@polymtl.ca>
2759
2760 * README (Local vs Remote vs Native): New section.
2761 * boards/local-board.exp: New file, with bits factored out from
2762 ...
2763 * boards/native-extended-gdbserver.exp: ... here. Load
2764 "local-board".
2765 * boards/native-gdbserver.exp: Load "local-board".
2766 (${board}_spawn, ${board}_exec): Delete.
2767 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2768 ...
2769 * boards/stdio-gdbserver-base.exp: ... this new file.
2770 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2771 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2772 procedure.
2773 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2774 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2775 stdio_gdbserver_command.
2776 (${board}_get_remote_address, ${board}_get_comm_port)
2777 (${board}_download, ${board}_upload): Delete.
2778 (get_target_remote_pipe_cmd): New.
2779
fe68b953
SM
27802017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2781
2782 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2783 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2784 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2785 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2786 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2787 remove with_test_prefix.
2788
300b6685
PA
27892017-10-13 Pedro Alves <palves@redhat.com>
2790
2791 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2792 * gdb.base/annota1.exp: Use it instead of is_remote.
2793 * gdb.base/annota3.exp: Use it instead of is_remote.
2794 * gdb.cp/annota2.exp: Use it instead of is_remote.
2795 * gdb.cp/annota3.exp: Use it instead of is_remote.
2796 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2797
50500caf
PA
27982017-10-13 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2801 (test_num_test_vars, run_and_count_vars, find_env)
2802 (test_set_unset_env, test_inherit_env_var): New procedures.
2803 (top level): Use them.
2804
dad0c6d2
PA
28052017-10-13 Pedro Alves <palves@redhat.com>
2806
2807 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2808 also skip on stub-like targets.
2809
8b0553c1
PA
28102017-10-13 Pedro Alves <palves@redhat.com>
2811
2812 PR gdb/22293
2813 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2814 (top level): Move some tests to ...
2815 (test_not_found): ... this new procedure.
2816 (top level): Call it.
2817
7594f623
PA
28182017-10-13 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2821 expect different "info terminal" output if testing with a
2822 non-native target.
2823
ebe3b402
PA
28242017-10-13 Pedro Alves <palves@redhat.com>
2825 Simon Marchi <simon.marchi@polymtl.ca>
2826
2827 PR python/12966
2828 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2829
42f1b161
PA
28302017-10-13 Pedro Alves <palves@redhat.com>
2831
2832 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2833 already.
2834
8d6ef72b
PA
28352017-10-13 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2838 is_remote.
2839
d7bcd5b8
PA
28402017-10-13 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2843 is_remote.
2844
df479dc6
PA
28452017-10-13 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2848 is set.
2849 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2850 instead of is_remote.
2851
23fb630a
PA
28522017-10-13 Pedro Alves <palves@redhat.com>
2853
2854 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2855 (top level): Add comment.
2856
cc77b1dc
PA
28572017-10-13 Pedro Alves <palves@redhat.com>
2858
2859 * gdb.base/remote.exp (top level): Fix comment typo and add
2860 missing return.
2861
27c9e813
PA
28622017-10-13 Pedro Alves <palves@redhat.com>
2863 Simon Marchi <simon.marchi@polymtl.ca>
2864
2865 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2866 calls and add comments. Skip test if use_gdb_stub is set.
2867 (top level): Use "set cwd" command instead of "cd" command.
2868
5e830d98
PA
28692017-10-13 Pedro Alves <palves@redhat.com>
2870
2871 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2872 is_remote target check.
2873
f5ca0032
PA
28742017-10-13 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/scope.exp: Use build_executable + clean_restart +
2877 gdb_file_cmd instead of prepare_for_testing and no longer skip
2878 "before run" tests on is_remote target boards. Update comments.
2879 * boards/native-extended-gdbserver.exp
2880 (extended_gdbserver_load_last_file): New, factored out from ...
2881 (gdb_load): ... this. Move further below and add comment.
2882 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2883
8aed1c0d
PA
28842017-10-12 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.base/attach.exp: Remove references to gdb64.
2887 * gdb.base/dbx.exp: Remove references to gdb64.
2888
cfa34c87
SM
28892017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2890 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.base/label.exp: Remove is_remote target check.
2893
9192b7de
PA
28942017-10-12 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.base/auvx.exp (coredir): Update comment.
2897 (top level) <core_works>: Use "set cwd" command instead of "cd"
2898 command.
2899
6bf0052d
PA
29002017-10-12 Pedro Alves <palves@redhat.com>
2901 Simon Marchi <simon.marchi@polymtl.ca>
2902
2903 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2904 target boards.
2905
e48ef82d
PA
29062017-10-12 Pedro Alves <palves@redhat.com>
2907 Simon Marchi <simon.marchi@polymtl.ca>
2908
2909 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2910 Instead skip if there's any gdb_protocol set.
2911
8d7aea57
SM
29122017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2913 Pedro Alves <palves@redhat.com>
2914
2915 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2916
30440677
PA
29172017-10-12 Pedro Alves <palves@redhat.com>
2918 Simon Marchi <simon.marchi@polymtl.ca>
2919
2920 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2921 instead of on dejagnu remote boards.
2922
4e04f045 29232017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2924 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2925
2926 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2927 checks. Use build_executable + clean_restart instead of
2928 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2929 of enabling non-stop after starting gdb.
2930
871a186e
PA
29312017-10-12 Pedro Alves <palves@redhat.com>
2932
2933 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2934 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2935 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2936 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2937
56d704da
AK
29382017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2939
2940 * gdb.arch/arc-tdesc-cpu.exp: New file.
2941 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2942
2f20e312
SM
29432017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2944
2945 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2946
65630365
PA
29472017-10-10 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2950 expect CLI output.
2951
bf469271
PA
29522017-10-10 Pedro Alves <palves@redhat.com>
2953
2954 * lib/selftest-support.exp (selftest_setup): Update for
2955 captured_command_loop's prototype change.
2956
777a42f1
PA
29572017-10-09 Pedro Alves <palves@redhat.com>
2958
2959 Test both arch1=>arch2 and arch2=>arch1.
2960
2961 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2962 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2963 factored out to...
2964 (append_arch1_options, append_arch2_options, append_arch_options)
2965 (build_executables): New procedures.
2966 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2967 local.
2968 (top level): Add new 'first_arch' testing axis.
2969
cbd2b4e3
PA
29702017-10-09 Pedro Alves <palves@redhat.com>
2971
2972 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2973 (barrier): New.
2974 (thread_start, all_started): New functions.
2975 (main): Spawn new thread and wait until it is scheduled.
2976 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2977 option.
2978 (do_test): Add 'selected_thread' parameter. Run to all_started
2979 instead of main. Explicitly set the breakpoint at main. Switch
2980 to the SELECTED_THREAD thread.
2981 (top level): Test handling the exec event with either the main
2982 thread or the second thread selected.
2983
5c9e4427
PA
29842017-10-09 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2987 logic. Move STOP marker after the value checks.
2988 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2989 regexp.
2990
b3b7c423
SL
29912017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2992
2993 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2994
3b4b2f16
UW
29952017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2996
2997 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2998 integer-to-dfp conversion.
2999 * gdb.base/dfp-test.exp: Likewise.
3000
5cd63fda
PA
30012017-10-04 Pedro Alves <palves@redhat.com>
3002
3003 * gdb.multi/hangout.c: Include <unistd.h>.
3004 (hangout_loop): New function.
3005 (main): Call alarm. Call hangout_loop in a loop.
3006 * gdb.multi/hello.c: Include <unistd.h>.
3007 (hello_loop): New function.
3008 (main): Call alarm. Call hangout_loop in a loop.
3009 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3010 inferior with the other selected.
3011
4c71c105
SM
30122017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3013
3014 * gdb.mi/list-thread-groups-available.exp: New file.
3015 * gdb.mi/list-thread-groups-available.c: New file.
3016
bc3b087d
SDJ
30172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3018
3019 * gdb.base/set-cwd.exp: Make it available on
3020 native-extended-gdbserver.
3021
d092c5a2
SDJ
30222017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3023
3024 * gdb.base/set-cwd.c: New file.
3025 * gdb.base/set-cwd.exp: Likewise.
3026
45320ffa
TT
30272017-10-02 Tom Tromey <tom@tromey.com>
3028
3029 PR rust/22236:
3030 * gdb.rust/simple.rs (main): New variable "fslice".
3031 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3032
b3e3859b
TT
30332017-10-02 Tom Tromey <tom@tromey.com>
3034
3035 * gdb.rust/simple.exp: Test ptype of a slice.
3036
01af5e0d
TT
30372017-10-02 Tom Tromey <tom@tromey.com>
3038
3039 * gdb.rust/simple.exp: Test index of slice.
3040
a9bbfbd8
TT
30412017-09-27 Tom Tromey <tom@tromey.com>
3042
3043 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3044
df8899e5
TP
30452017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3046 Pedro Alves <palves@redhat.com>
3047
3048 * gdb.base/compare-sections.exp (get value of read-only section): Read
3049 as unsigned value.
3050 (corrupt read-only section): Likewise and don't set written if patching
3051 failed.
3052
757bf54b
KB
30532017-09-21 Kevin Buettner <kevinb@redhat.com>
3054
3055 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3056 files.
3057
06871ae8
PA
30582017-09-20 Pedro Alves <palves@redhat.com>
3059
3060 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3061 symbol names in gdb's output.
3062 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3063
e5f25bc5
PA
30642017-09-20 Pedro Alves <palves@redhat.com>
3065
3066 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3067 Rename to ...
3068 (test_list_ambiguous_symbol): ... this and add a symbol name
3069 parameter. Adjust.
3070 (test_list_ambiguous_function): Reimplement on top of
3071 test_list_ambiguous_symbol and also test listing ambiguous
3072 variables.
3073 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3074 (ambiguous_fun): ... this.
3075 (ambiguous_var): New.
3076 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3077 (ambiguous_fun): ... this.
3078 (ambiguous_var): New.
3079
4e5a4f58
JB
30802017-09-19 John Baldwin <jhb@FreeBSD.org>
3081
3082 * gdb.base/starti.c: New file.
3083 * gdb.base/starti.exp: New file.
3084 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3085
26e53f3e
PA
30862017-09-14 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3089 (top level): Use it instead of runto.
3090
cb791d59
TT
30912017-09-11 Tom Tromey <tom@tromey.com>
3092
3093 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3094
7c96f8c1
TT
30952017-09-11 Tom Tromey <tom@tromey.com>
3096
3097 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3098 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3099
469412dd
CW
31002017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3101
3102 * gdb.fortran/printing-types.exp: New file.
3103 * gdb.fortran/printing-types.exp: New file.
3104
e0f86435
BH
31052017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3106
3107 * gdb.fortran/vla-ptype.exp: Fix typos.
3108 * gdb.fortran/vla-value.exp: Same.
3109
9e9af4be
BH
31102017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3111
3112 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3113 * gdb.mi/mi-var-child-f.exp: Likewise.
3114 * gdb.mi/mi-vla-fortran.exp: Likewise.
3115
a5ad232b
FP
31162017-09-08 Frank Penczek <frank.penczek@intel.com>
3117 Christoph Weinmann <christoph.t.weinmann@intel.com>
3118 Bernhard Heckel <bernhard.heckel@intel.com>
3119
3120 * gdb.fortran/ptr-indentation.f90: New file.
3121 * gdb.fortran/ptr-indentation.exp: New file.
3122
5aec60eb
TT
31232017-09-05 Tom Tromey <tom@tromey.com>
3124
3125 PR gdb/22010:
3126 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3127
8f8f8152
TP
31282017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3129
3130 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3131
fbd1b771
JK
31322017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3133
3134 * gdb.threads/tls-nodebug-pie.c: New file.
3135 * gdb.threads/tls-nodebug-pie.exp: New file.
3136
5eb5f850
TT
31372017-09-05 Tom Tromey <tom@tromey.com>
3138
3139 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3140 for rust.
3141
ae780a21
SM
31422017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 * gdb.multi/multi-arch-exec.exp: Test with different
3145 "follow-exec-mode" settings.
3146 (do_test): New procedure.
3147
3693fdb3
PA
31482017-09-04 Pedro Alves <palves@redhat.com>
3149
3150 * gdb.base/func-static.c (S::method const, S::method volatile)
3151 (S::method volatile const): New methods.
3152 (c_s, v_s, cv_s): New instances.
3153 (main): Call method() on them.
3154 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3155 (cannot_resolve): New procedure.
3156 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3157 print-quote-unquoted columns.
3158 (do_test): Test printing each scope too.
3159
e68cb8e0
PA
31602017-09-04 Pedro Alves <palves@redhat.com>
3161
3162 * gdb.base/local-static.exp: Also test with
3163 class::method::variable wholly quoted.
3164 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3165
858be34c
PA
31662017-09-04 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.base/local-static.c: New.
3169 * gdb.base/local-static.cc: New.
3170 * gdb.base/local-static.exp: New.
3171
46a4882b
PA
31722017-09-04 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.asm/asm-source.exp: Add casts to int.
3175 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3176 (dataglobal64_1, dataglobal64_2): New globals.
3177 * gdb.base/nodebug.exp: Test different expressions involving the
3178 new globals, with print, whatis and ptype. Add casts to int.
3179 * gdb.base/solib-display.exp: Add casts to int.
3180 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3181 * gdb.cp/m-static.exp: Add cast to int.
3182 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3183 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3184 tls variable with no debug info without a cast. Test with a cast
3185 to int too.
3186 * gdb.trace/entry-values.exp: Add casts.
3187
2c5a2be1
PA
31882017-09-04 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.base/nodebug.exp: Test that ptype's error about functions
3191 with unknown return type includes the function name too.
3192
7022349d
PA
31932017-09-04 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3196 return type of munmap in infcall.
3197 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3198 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3199 type of ftell in infcall.
3200 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3201 type of getpid in infcall.
3202 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3203 infcall.
3204 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3205 Bail on failure to extract the pid.
3206 * gdb.base/nodebug.c: #include <stdint.h>.
3207 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3208 New functions.
3209 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3210 Change expected output of print/whatis/ptype with functions with
3211 no debug info. Test all supported languages. Call
3212 test_call_promotion.
3213 * gdb.compile/compile.exp: Adjust expected output to expect
3214 warning.
3215 * gdb.threads/siginfo-threads.exp: Likewise.
3216
54990598
PA
32172017-09-04 Pedro Alves <palves@redhat.com>
3218
3219 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3220 "prototypes". Test calling float functions via prototyped and
3221 unprototyped function pointers.
3222 (perform_all_tests): New parameter "prototypes". Pass it down.
3223 (top level): Pass down "prototypes" parameter to
3224 perform_all_tests.
3225
34d16ea2
SM
32262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3227
3228 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3229 Test with nested loops.
3230
9521ecda
SM
32312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3232
3233 * gdb.base/commands.exp: Call the new procedures.
3234 (loop_break_test, loop_continue_test): New procedures.
3235
80a65e9b
SM
32362017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3237
3238 * gdb.base/commands.exp: Call new procedure.
3239 (define_if_without_arg_test): New procedure.
3240
e439fa14
PA
32412017-09-04 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.base/list-ambiguous.exp: New file.
3244 * gdb.base/list-ambiguous0.c: New file.
3245 * gdb.base/list-ambiguous1.c: New file.
3246 * gdb.base/list.exp (test_list_range): Adjust expected output.
3247
0a2dde4a
SDJ
32482017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3249
3250 * gdb.base/share-env-with-gdbserver.c: New file.
3251 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3252
5e89eb3a
SM
32532017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3254
3255 * gdb.base/commands.exp (gdbvar_simple_if_test,
3256 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3257 progvar_simple_if_test, progvar_simple_while_test,
3258 progvar_complex_if_while_test, user_defined_command_test,
3259 user_defined_command_args_eval,
3260 user_defined_command_args_stack_test,
3261 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3262 temporary_breakpoint_commands,
3263 gdb_test_no_prompt, redefine_hook_test,
3264 redefine_backtrace_test): Remove "global gdb_prompt".
3265
fd437cbc
SM
32662017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3267
3268 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3269 New proc, call it from toplevel.
3270
87215ad1
SDJ
32712017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3272
3273 PR remote/21852
3274 * gdb.server/normal.c: New file, copied from gdb.base.
3275 * gdb.server/run-without-local-binary.exp: New file.
3276
58afddc6
WP
32772017-08-07 Weimin Pan <weimin.pan@oracle.com>
3278
3279 * gdb.arch/sparc64-adi.exp: New file.
3280 * gdb.arch/sparc64-adi.c: New file.
3281
5277199a
PA
32822017-08-22 Pedro Alves <palves@redhat.com>
3283
3284 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3285 (top level): Add "list all overloads" tests.
3286
14278e1f
TT
32872017-08-22 Tom Tromey <tom@tromey.com>
3288
3289 * gdb.gdb/xfullpath.exp: Remove.
3290
bf223d3e
PA
32912017-08-21 Pedro Alves <palves@redhat.com>
3292
3293 PR gdb/19487
3294 * gdb.base/symbol-alias.c: New.
3295 * gdb.base/symbol-alias2.c: New.
3296 * gdb.base/symbol-alias.exp: New.
3297
c973d0aa
PA
32982017-08-21 Pedro Alves <palves@redhat.com>
3299
3300 * gdb.base/dfp-test.c
3301 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3302 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3303 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3304 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3305 * gdb.base/whatis-ptype-typedefs.c: New.
3306 * gdb.base/whatis-ptype-typedefs.exp: New.
3307 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3308 (an_int, an_int_type, an_int_type2): New globals.
3309 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3310 involving typedefs and cast expressions.
3311 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3312 (lookup_typedefs_function): New.
3313 (typedefs_pretty_printers_dict): New.
3314 (top level): Register lookup_typedefs_function in
3315 gdb.pretty_printers.
3316
6d580b63
YQ
33172017-08-18 Yao Qi <yao.qi@linaro.org>
3318
3319 * gdb.server/unittest.exp: New.
3320
206726fb
SDJ
33212017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3322
3323 PR gdb/21954
3324 * gdb.base/environ.exp: Add test to check if 'unset environment'
3325 works.
3326
bf0ec4c2
AA
33272017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3328
3329 * lib/gdb.exp (universal_compile_options): New caching proc.
3330 (gdb_compile): Suppress GCC's coloring of messages.
3331
d6382fff
TT
33322017-08-14 Tom Tromey <tom@tromey.com>
3333
3334 PR gdb/21675:
3335 * gdb.base/printcmds.exp (test_radices): New function.
3336 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3337 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3338 * lib/gdb.exp (get_integer_valueof): Use p/d.
3339
c2c2dd9f
SM
33402017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3341
3342 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3343 characters.
3344
fdffd6f4
TT
33452017-08-05 Tom Tromey <tom@tromey.com>
3346
3347 * gdb.rust/simple.exp: Allow String to appear in a different
3348 namespace.
3349
27d41eac
YQ
33502017-07-26 Yao Qi <yao.qi@linaro.org>
3351
3352 * gdb.gdb/unittest.exp: Invoke command
3353 "maintenance check xml-descriptions".
3354
031ed05d
AA
33552017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3356
3357 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3358 calling context.
3359 (hex128): Drop erroneous calculation of parameters.
3360
dcd27ddf
SM
33612017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3362
3363 * gdb.python/py-unwind.exp: Disable stack protection when
3364 building test file.
3365
47e77640
PA
33662017-07-20 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.base/default.exp (set language): Adjust expected output.
3369
62d2a18a
PA
33702017-07-20 Pedro Alves <palves@redhat.com>
3371
3372 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3373 (test_minsym): ... this, and make static.
3374 (get_pck__foo__bar__minsym): Rename to ...
3375 (get_test_minsym): ... this.
3376 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3377 symbol names and comments.
3378 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3379 (get_test_minsym): ... this.
3380 (pck__foo__bar__minsym__2): Rename to ...
3381 (test_minsym): ... this.
3382 (main): Adjust.
3383
c45ec17c
PA
33842017-07-17 Pedro Alves <palves@redhat.com>
3385
3386 * gdb.base/completion.exp: Adjust expected output.
3387 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3388 the completer works.
3389
c6756f62
PA
33902017-07-17 Pedro Alves <palves@redhat.com>
3391
3392 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3393
5bd68487
AB
33942017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3397
8880f2a9
TT
33982017-07-14 Tom Tromey <tom@tromey.com>
3399
3400 PR rust/21764:
3401 * gdb.rust/simple.exp: Add tests.
3402
65547233
TT
34032017-07-14 Tom Tromey <tom@tromey.com>
3404
3405 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3406
8f14146e
PA
34072017-07-14 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.linespec/base/one/thefile.cc (z1): New function.
3410 * gdb.linespec/base/two/thefile.cc (z2): New function.
3411 * gdb.linespec/linespec.exp: Add tests.
3412
b4365d02
AB
34132017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3416 to mi_create_breakpoint.
3417
5d2cbaa5
AB
34182017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3421 mi_create_breakpoint.
3422
11cb5716
IB
34232017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3424
3425 * gdb.dlang/demangle.exp: Update for demangling changes.
3426
03278692
TT
34272017-07-09 Tom Tromey <tom@tromey.com>
3428
3429 * gdb.dwarf2/shortpiece.exp: New file.
3430
33c5cd75
DB
34312017-07-06 David Blaikie <dblaikie@gmail.com>
3432
3433 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3434 built from fissiont-multi-cu{1,2}.c.
3435 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3436 except putting 'main' and 'func' in separate CUs in the same DWO file.
3437 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3438 test.
3439 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3440 test.
3441
8455d262
PA
34422017-07-06 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.python/py-unwind.exp: Test flushregs.
3445
dc4bde35
SDJ
34462017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3447
3448 PR cli/21688
3449 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3450 tests for alias commands and trailing whitespace.
3451
51ed89aa
SDJ
34522017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3453
3454 PR cli/21688
3455 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3456 procedure. Call it.
3457
eb17d413
PA
34582017-06-29 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.base/printcmds.exp: Add tests.
3461
41664b45
DG
34622017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3463
3464 PR gdb/21337
3465 * gdb.base/reread-readsym.exp: New file.
3466 * gdb.base/reread-readsym.c: New file.
3467
75312ae3
KB
34682017-06-21 Kevin Buettner <kevinb@redhat.com>
3469
3470 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3471 subpattern.
3472
66953522
PB
34732017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3474
3475 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3476 extended mnemonic.
3477 * gdb.arch/powerpc-power9.s: Likewise.
3478
5524b525
AA
34792017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3480
3481 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3482 on 32-bit x86 targets. Exploit is_*_target macros where
3483 appropriate.
3484
03c8af18
AA
34852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3486
3487 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3488 register pieces.
3489
3bf31011
AA
34902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3491
3492 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3493 located in one or more DWARF pieces.
3494
805acca0
AA
34952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3496
3497 * lib/gdb.exp (get_endianness): New proc.
3498 * gdb.arch/aarch64-fp.exp: Use it.
3499 * gdb.arch/altivec-regs.exp: Likewise.
3500 * gdb.arch/e500-regs.exp: Likewise.
3501 * gdb.arch/vsx-regs.exp: Likewise.
3502 * gdb.base/dump.exp: Likewise.
3503 * gdb.base/funcargs.exp: Likewise.
3504 * gdb.base/gnu_vector.exp: Likewise.
3505 * gdb.dwarf2/formdata16.exp: Likewise.
3506 * gdb.dwarf2/implptrpiece.exp: Likewise.
3507 * gdb.dwarf2/nonvar-access.exp: Likewise.
3508 * gdb.python/py-inferior.exp: Likewise.
3509 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3510
e9352324
AA
35112017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3512
3513 PR gdb/21226
3514 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3515 stack value pieces are taken from the LSB end.
3516
d5d1163e
AA
35172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3518
3519 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3520 variable at nonzero offset.
3521
0567c986
AA
35222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3523
3524 * gdb.dwarf2/var-access.c: New file.
3525 * gdb.dwarf2/var-access.exp: New test.
3526 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3527
973e9aab
TT
35282017-06-12 Tom Tromey <tom@tromey.com>
3529
3530 * gdb.dwarf2/formdata16.exp: Add tests.
3531
d9109c80
TT
35322017-06-12 Tom Tromey <tom@tromey.com>
3533
3534 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3535
30a25466
TT
35362017-06-12 Tom Tromey <tom@tromey.com>
3537
3538 PR exp/16225:
3539 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3540 * gdb.arch/vsx-regs.exp: Update tests.
3541 * gdb.arch/s390-vregs.exp (hex128): New proc.
3542 Update test.
3543 * gdb.arch/altivec-regs.exp: Update tests.
3544
aefd8b33
SDJ
35452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3546
3547 * gdb.base/startup-with-shell.c: New file.
3548 * gdb.base/startup-with-shell.exp: Likewise.
3549
2090129c
SDJ
35502017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3551
3552 * gdb.server/non-existing-program.exp: Update regex in order to
3553 reflect the fact that gdbserver is now using fork_inferior (with a
3554 shell) to startup the inferior.
3555
8e86a419
SM
35562017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3557
3558 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3559 support function calls from GDB.
3560
e6cf65f2
TT
35612017-05-21 Tom Tromey <tom@tromey.com>
3562
3563 PR rust/21466:
3564 * gdb.rust/unsized.exp: New file.
3565 * gdb.rust/unsized.rs: New file.
3566
43cc5389
TT
35672017-05-19 Tom Tromey <tom@tromey.com>
3568
3569 PR rust/21484:
3570 * gdb.rust/watch.exp: New file.
3571 * gdb.rust/watch.rs: New file.
3572
ec8df234
TT
35732017-05-18 Tom Tromey <tom@tromey.com>
3574
3575 * gdb.rust/simple.exp: Allow Box to be qualified.
3576
3e3e7fae
TP
35772017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3578
3579 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3580
59cc050d
PA
35812017-05-18 Pedro Alves <palves@redhat.com>
3582
3583 * gdb.base/fileio.c (test_write, test_read, test_close)
3584 (test_fstat): Don't print 'ret' in the fail path.
3585
c8f6abd1
PA
35862017-05-18 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3589 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3590 (test_system, test_rename, test_unlink, test_time): Change
3591 prototypes.
3592 * gdb.base/fileio.exp (stop_msg): Adjust.
3593
d2a03b77
PA
35942017-05-18 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.base/fileio.c (null_str): New global.
3597 (test_stat): Use it.
3598 * gdb.base/fileio.exp: Remove nowarnings.
3599
0d5c6999
YQ
36002017-05-17 Yao Qi <yao.qi@linaro.org>
3601
3602 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3603
21873064
YQ
36042017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3605
3606 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3607 argument command.
3608 (top-level): Invoke test_set_inferior_tty.
3609
d512d31c
PA
36102017-05-04 Pedro Alves <palves@redhat.com>
3611
3612 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3613 Add parens to print call for Python 3.
3614
90cef2ed
KS
36152017-05-03 Keith Seitz <keiths@redhat.com>
3616
3617 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3618 (main): Call it.
3619
14f819c8
TW
36202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3621
3622 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3623 to prev and next.
3624
913aeadd
TW
36252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3626
3627 * gdb.python/py-record-btrace.exp: Remove test for
3628 gdb.BtraceInstruction.error.
3629
a3be24ad
TW
36302017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3631
3632 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3633
ae20e79a
TW
36342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3635
3636 * gdb.python/py-record-btrace-threads.c: New file.
3637 * gdb.python/py-record-btrace-threads.exp: New file.
3638
45ce1b47
SDJ
36392017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3640
3641 PR testsuite/8595
3642 * gdb.base/environ.exp: Make test available in all architectures.
3643 Move bits related to "info program" testing to
3644 gdb.base/info-program.exp. Rewrite tests to use the two new
3645 procedures mentione below.
3646 (test_set_show_env_var) New procedure.
3647 (test_set_show_env_var_equal): Likewise.
3648 * gdb.base/info-program.exp: New file.
3649
e15c3eb4
KS
36502017-04-27 Keith Seitz <keiths@redhat.com>
3651
3652 * gdb.cp/oranking.cc (test15): New function.
3653 (main): Call test15 and declare additional variables for testing.
3654 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3655 "p foo101('abc')" tests.
3656 Add tests for cv qualifier overloads.
3657 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3658 "lvalue reference overload" test.
3659 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3660 "print value of f1 on Child&& in f2" test.
3661
3a3fd0fd
PA
36622017-04-19 Pedro Alves <palves@redhat.com>
3663
3664 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3665 procedure.
3666 (top level): Call it.
3667 * lib/gdb.exp (gdb_define_cmd): New procedure.
3668
53375380
PA
36692017-04-12 Pedro Alves <palves@redhat.com>
3670
3671 PR gdb/21323
3672 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3673 (wchar): New global.
3674 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3675 (do_test_wide_char, wide_char_types_no_program, top level): Add
3676 wchar_t testing.
3677
53e710ac
PA
36782017-04-12 Pedro Alves <palves@redhat.com>
3679
3680 PR c++/21323
3681 * gdb.cp/wide_char_types.c: New file.
3682 * gdb.cp/wide_char_types.exp: New file.
3683
0ad9d8c7
SDJ
36842017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3685
3686 PR gdb/21352
3687 * gdb.trace/tsv.exp: Add test for "tsave -r".
3688
b1b45502
IB
36892017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3690
3691 * gdb.dlang/watch-loc.c: New file.
3692 * gdb.dlang/watch-loc.exp: New file.
3693
ec13808e
JK
36942017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3695
3696 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3697
fe5f7374
AK
36982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3699
3700 * gdb.arch/arc-analyze-prologue.S: New file.
3701 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3702
eea78757
AK
37032017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3704
3705 * gdb.arch/arc-decode-insn.S: New file.
3706 * gdb.arch/arc-decode-insn.exp: Likewise.
3707
5badf10a
IR
37082017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3709
3710 PR tdep/20928
3711 * gdb.arch/sparc64-regs.exp: New file.
3712 * gdb.arch/sparc64-regs.S: Likewise.
3713
cee59b3f
TW
37142017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3715
3716 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3717 and memory view on Python 3.
3718
c0f55cc6
AV
37192017-03-20 Artemiy Volkov <artemiyv@acm.org>
3720 Keith Seitz <keiths@redhat.com>
3721
3722 PR gdb/14441
3723 * gdb.cp/demangle.exp: Add rvalue reference tests.
3724 * gdb.cp/rvalue-ref-casts.cc: New file.
3725 * gdb.cp/rvalue-ref-casts.exp: New file.
3726 * gdb.cp/rvalue-ref-overload.cc: New file.
3727 * gdb.cp/rvalue-ref-overload.exp: New file.
3728 * gdb.cp/rvalue-ref-params.cc: New file.
3729 * gdb.cp/rvalue-ref-params.exp: New file.
3730 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3731 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3732 * gdb.cp/rvalue-ref-types.cc: New file.
3733 * gdb.cp/rvalue-ref-types.exp: New file.
3734 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3735 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3736
51457a05
MAL
37372017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3738
3739 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3740 New procedure.
3741
5b291c04
MAL
37422017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3743
3744 * lib/mi-support.exp (mi_gdb_test): Add additional message
3745 for unexpected output.
3746
59a56148
AA
37472017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3748
3749 * gdb.base/examine-backward.c (Barrier): New character array
3750 constant, to ensure that TestStrings is preceded by a string
3751 terminator.
3752
7942e96e
AA
37532017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3754
3755 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3756 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3757 and implicit pointer into such a location.
3758
6ebac3fb
DE
37592017-03-16 Doug Evans <dje@google.com>
3760
3761 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3762
ec3b243d
TP
37632017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3764
3765 * gdb.cp/m-static.exp: Fix expectation for prototype of
3766 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3767
37682017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3769
3770 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3771 * gdb.guile/scm-lazy-string.c: New file.
3772 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3773 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3774 for pointer, array, typedef lazy strings.
3775
2cc36e25 37762017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3777
3778 PR python/17728, python/18439, python/18779
3779 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3780 * gdb.python/py-lazy-string.c (pointer): New typedef.
3781 (main): New locals ptr, array, typedef_ptr.
3782 * gdb.python/py-value.exp: Move lazy string tests to ...
3783 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3784 array, typedef lazy strings.
ec3b243d 3785
0efcde63
AK
37862017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3787
3788 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3789 Add optional 'test' parameter.
3790
7978d7c3
SM
37912017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3792
3793 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3794 Skip for versions of DejaGnu < 1.5.
3795
896c0c1e
SM
37962017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3797
3798 * lib/gdb.exp (dejagnu_version): New proc.
3799 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3800 Use dejagnu_version.
3801
5f4d1085
KS
38022017-03-10 Keith Seitz <keiths@redhat.com>
3803
3804 PR c++/8128
3805 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3806 type from destructor regexps.
3807 Add a branch which actually passes the test.
3808 Adjust "ptype t5i" test names.
3809
1de05205
PA
38102017-03-08 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/step-over-exit.exp: Add explicit test message.
3813
c65d6b55
PA
38142017-03-08 Pedro Alves <palves@redhat.com>
3815
3816 PR gdb/18360
3817 * gdb.threads/interrupt-while-step-over.c: New file.
3818 * gdb.threads/interrupt-while-step-over.exp: New file.
3819
2e86a283
PA
38202017-03-08 Pedro Alves <palves@redhat.com>
3821
3822 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3823 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3824
25dcbff6
PA
38252017-03-08 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3828 PKRU as not supported as a PASS.
3829
dc9366eb
PA
38302017-03-08 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3833 prefix instead of $binfile1/$binfile2.
3834 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3835 in test message.
3836 * gdb.python/py-completion.exp: Use "load python file" as test
3837 messages instead of unstable path names.
3838
6e5d74e7
PA
38392017-03-08 Pedro Alves <palves@redhat.com>
3840 Jan Kratochvil <jan.kratochvil@redhat.com>
3841
3842 PR cli/21218
3843 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3844 New proc.
3845 (top level): Call it.
3846
9753a2f6
PA
38472017-03-08 Pedro Alves <palves@redhat.com>
3848
3849 PR tui/21216
3850 * gdb.tui/tui-nl-filtered-output.exp: New file.
3851
1a4dd9dd
PA
38522017-03-08 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.base/completion.exp: Move TUI completion tests to ...
3855 * gdb.tui/completion.exp: ... this new file.
3856
7cbbff33
PA
38572017-03-08 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.base/tui-disasm-long-lines.c,
3860 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3861 gdb.base/tui-layout.exp: Move to ...
3862 * gdb.tui/: ... this new directory.
3863
5f6fd321
PA
38642017-03-07 Pedro Alves <palves@redhat.com>
3865
3866 * gdb.base/tui-layout.c: New file.
3867 * gdb.base/tui-layout.exp: New file.
3868
44959fa8
PA
38692017-03-07 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.base/tui-layout.c: Rename to ...
3872 * gdb.base/tui-disasm-long-lines.c: ... this.
3873 * gdb.base/tui-layout.exp: Rename to ...
3874 * gdb.base/tui-disasm-long-lines.exp: ... this.
3875
f8c4e718
PA
38762017-03-07 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3879
6dbb839a 38802017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3881
3882 * i386-mpx-call.c: New file.
3883 * i386-mpx-call.exp: New file.
3884
65b48a81
PB
38852017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3886
3887 * gdb.arch/powerpc-power.exp: Delete test.
3888 * gdb.arch/powerpc-power.s: Likewise.
3889 * gdb.disasm/disassembler-options.exp: New test.
3890 * gdb.arch/powerpc-altivec.exp: Likewise.
3891 * gdb.arch/powerpc-altivec.s: Likewise.
3892 * gdb.arch/powerpc-altivec2.exp: Likewise.
3893 * gdb.arch/powerpc-altivec2.s: Likewise.
3894 * gdb.arch/powerpc-altivec3.exp: Likewise.
3895 * gdb.arch/powerpc-altivec3.s: Likewise.
3896 * gdb.arch/powerpc-power7.exp: Likewise.
3897 * gdb.arch/powerpc-power7.s: Likewise.
3898 * gdb.arch/powerpc-power8.exp: Likewise.
3899 * gdb.arch/powerpc-power8.s: Likewise.
3900 * gdb.arch/powerpc-power9.exp: Likewise.
3901 * gdb.arch/powerpc-power9.s: Likewise.
3902 * gdb.arch/powerpc-vsx.exp: Likewise.
3903 * gdb.arch/powerpc-vsx.s: Likewise.
3904 * gdb.arch/powerpc-vsx2.exp: Likewise.
3905 * gdb.arch/powerpc-vsx2.s: Likewise.
3906 * gdb.arch/powerpc-vsx3.exp: Likewise.
3907 * gdb.arch/powerpc-vsx3.s: Likewise.
3908 * gdb.arch/arm-disassembler-options.exp: Likewise.
3909 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3910 * gdb.arch/s390-disassembler-options.exp: Likewise.
3911
17cd4947
LM
39122017-02-23 Luis Machado <lgustavo@codesourcery.com>
3913
3914 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3915 (check_supported_features): ... this. Changed return type to void.
3916 (supports_rdseed): New static global.
3917 (rdseed): Check supports_rdseed.
3918 (initialize): Call check_supported_features.
3919
2039d74e
EBM
39202017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3921
3922 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3923 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3924 and lqarx/stqcx.
3925 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3926 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3927
a51d7ecf
EBM
39282017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3929
3930 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3931 uppercase.
3932
0224619f
JK
39332017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3934
3935 * gdb.dwarf2/formdata16.c: New file.
3936 * gdb.dwarf2/formdata16.exp: New file.
3937 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3938
216f72a1
JK
39392017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3940
3941 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3942 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3943 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3944 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3945 DW_AT_GNU_*.
3946
43988095
JK
39472017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3948
3949 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3950
99e8a4f9
SDJ
39512017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3952
3953 PR gdb/21164
3954 * gdb.base/maint.exp: Add testcases for when the commands do
3955 not have arguments.
3956
b58a8c0c
TP
39572017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3958
3959 * gdb.cp/chained-calls.exp: Use p instead of P.
3960
4e746bb6
TW
39612017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3962
3963 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3964 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3965
3f77c769
TT
39662017-02-14 Tom Tromey <tom@tromey.com>
3967
3968 PR python/13598:
3969 * gdb.python/py-events.exp: Add before_prompt event tests.
3970
075beec0
AA
39712017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3972
3973 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3974
bf5f525c
LM
39752017-02-13 Luis Machado <lgustavo@codesourcery.com>
3976
3977 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3978 (main): Call my_unique_function_name.
3979 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3980 completion of patterns with a single match.
3981 Add missing -re switches to gdb_test_multiple calls.
3982
13a66184
LM
39832017-02-13 Luis Machado <lgustavo@codesourcery.com>
3984
3985 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3986 return if core file is not recognized.
3987
26a06916
SM
39882017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3989
3990 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3991 and extra UIs.
3992
b761ca9e
SM
39932017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3994
3995 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3996 proc_with_prefix.
3997
b964bee0
TT
39982017-02-10 Tom Tromey <tom@tromey.com>
3999
4000 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4001
18da0c51
MG
40022017-02-10 Martin Galvan <martingalvan@sourceware.org>
4003
4004 PR gdb/21122
4005 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4006
604c4576
JG
40072017-02-08 Jerome Guitton <guitton@adacore.com>
4008
4009 * gdb.base/define.exp: Add test for command abbreviations
4010 in define.
4011
20b477a7
LM
40122017-02-06 Luis Machado <lgustavo@codesourcery.com>
4013
4014 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4015 * gdb.reverse/insn-reverse-x86.c: New file.
4016
3f7b46f2
IR
40172017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4018
4019 PR tdep/20936
4020 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4021
f0fd41c1
TT
40222017-02-03 Tom Tromey <tom@tromey.com>
4023
4024 PR rust/21097:
4025 * gdb.rust/simple.exp: Add new tests.
4026
5be5dbf0
PA
40272017-02-02 Pedro Alves <palves@redhat.com>
4028
4029 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4030 tests.
4031
7346ef59
AA
40322017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4033
4034 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4035 taking a 2-byte value out of a 4-byte DWARF implicit value on
4036 big-endian targets.
4037 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4038 logic. Add test cases for DW_OP_implicit.
4039
787f0025
MM
40402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4041
4042 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4043
68777c29
MM
40442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4045
4046 * gdb.btrace/enable.exp: Call gdb_exit before
4047 skip_gdbserver_tests.
4048
0a1c7e28
MM
40492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4050
4051 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4052 GDBFLAGS.
4053
b5ac99b0
MM
40542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4055
4056 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4057 the test is skipped.
4058 * gdb.btrace/data.exp: Likewise.
4059 * gdb.btrace/delta.exp: Likewise.
4060 * gdb.btrace/dlopen.exp: Likewise.
4061 * gdb.btrace/enable-running.exp: Likewise.
4062 * gdb.btrace/enable.exp: Likewise.
4063 * gdb.btrace/exception.exp: Likewise.
4064 * gdb.btrace/function_call_history.exp: Likewise.
4065 * gdb.btrace/gcore.exp: Likewise.
4066 * gdb.btrace/instruction_history.exp: Likewise.
4067 * gdb.btrace/multi-thread-step.exp: Likewise.
4068 * gdb.btrace/nohist.exp: Likewise.
4069 * gdb.btrace/non-stop.exp: Likewise.
4070 * gdb.btrace/reconnect.exp: Likewise.
4071 * gdb.btrace/record_goto-step.exp: Likewise.
4072 * gdb.btrace/record_goto.exp: Likewise.
4073 * gdb.btrace/rn-dl-bind.exp: Likewise.
4074 * gdb.btrace/segv.exp: Likewise.
4075 * gdb.btrace/step.exp: Likewise.
4076 * gdb.btrace/stepi.exp: Likewise.
4077 * gdb.btrace/tailcall-only.exp: Likewise.
4078 * gdb.btrace/tailcall.exp: Likewise.
4079 * gdb.btrace/tsx.exp: Likewise.
4080 * gdb.btrace/unknown_functions.exp: Likewise.
4081 * gdb.btrace/vdso.exp: Likewise.
4082
cd4007e4
MM
40832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4084
4085 * gdb.btrace/enable-running.c: New.
4086 * gdb.btrace/enable-running.exp: New.
4087
2735833d
WT
40882017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4089
4090 * gdb.arch/amd64-gs_base.c: New file.
4091 * gdb.arch/amd64-gs_base.exp: New file.
4092
b51e1e94
LM
40932017-01-26 Luis Machado <lgustavo@codesourcery.com>
4094
4095 * lib/memory.exp: Remove spurious empty newlines.
4096
72ca0410
SM
40972017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4098
4099 * gdb.python/py-bad-printers.exp: Load python file using "source".
4100 * gdb.python/py-events.exp: Likewise.
4101 * gdb.python/py-evsignal.exp: Likewise.
4102 * gdb.python/py-evthreads.exp: Likewise.
4103 * gdb.python/py-frame-args.exp: Likewise.
4104 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4105 * gdb.python/py-framefilter-mi.exp: Likewise.
4106 * gdb.python/py-framefilter.exp: Likewise.
4107 * gdb.python/py-mi.exp: Likewise.
4108 * gdb.python/py-pp-maint.exp: Likewise.
4109 * gdb.python/py-pp-registration.exp: Likewise.
4110 * gdb.python/py-prettyprint.exp: Likewise.
4111 (run_lang_tests): Likewise.
4112 * gdb.python/py-typeprint.exp: Likewise.
4113
e309aa65
LM
41142017-01-26 Luis Machado <lgustavo@codesourcery.com>
4115
4116 * lib/memory.exp: New file.
4117 * lib/gdb.exp: Load memory.exp.
4118 * gdb.base/memattr.exp (delete_memory): Move proc to
4119 lib/memory.exp and rename to delete_memory_regions.
4120 Replace delete_memory with delete_memory_regions.
4121 Cleanup memory regions before tests.
4122 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4123 before tests.
4124
515aff23
LM
41252017-01-26 Luis Machado <lgustavo@codesourcery.com>
4126
4127 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4128 files.
4129 (initialize): New function conditionally defined.
4130 (testcases): Move within conditional block.
4131 (main): Call initialize.
4132 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4133 of gdb.reverse/insn-reverse.c.
4134 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4135 gdb.reverse/insn-reverse.c.
4136
d8b49cf0
YQ
41372017-01-26 Yao Qi <yao.qi@linaro.org>
4138
4139 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4140 disassemble on address 0.
4141
f13a9a0c
YQ
41422017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4143 Yao Qi <yao.qi@linaro.org>
4144
4145 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4146 * gdb.dwarf2/implptr-64bit.S: Remove.
4147 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4148 variables in caller's context. Add DW_OP_implicit_value.
4149
5ac95241
YQ
41502017-01-25 Yao Qi <yao.qi@linaro.org>
4151
4152 * lib/dwarf.exp (Dwarf::_location): Handle
4153 DW_OP_GNU_implicit_pointer with proper size.
4154
23e82930
LM
41552017-01-20 Luis Machado <lgustavo@codesourcery.com>
4156
4157 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4158 and add untested calls.
4159
d334ae25
LM
41602017-01-20 Luis Machado <lgustavo@codesourcery.com>
4161
4162 * gdb.python/python.exp: Check line number against what GDB thinks
4163 the line number is for func1.
4164
f5e6296e
IB
41652017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4166
4167 * gdb.dlang/debug-expr.exp: New file.
4168
5b362f04
LM
41692016-12-23 Luis Machado <lgustavo@codesourcery.com>
4170
4171 Fix test names for the following files:
4172
4173 * gdb.ada/exec_changed.exp
4174 * gdb.ada/info_types.exp
4175 * gdb.arch/aarch64-atomic-inst.exp
4176 * gdb.arch/aarch64-fp.exp
4177 * gdb.arch/altivec-abi.exp
4178 * gdb.arch/altivec-regs.exp
4179 * gdb.arch/amd64-byte.exp
4180 * gdb.arch/amd64-disp-step.exp
4181 * gdb.arch/amd64-dword.exp
4182 * gdb.arch/amd64-entry-value-inline.exp
4183 * gdb.arch/amd64-entry-value-param.exp
4184 * gdb.arch/amd64-entry-value-paramref.exp
4185 * gdb.arch/amd64-entry-value.exp
4186 * gdb.arch/amd64-i386-address.exp
4187 * gdb.arch/amd64-invalid-stack-middle.exp
4188 * gdb.arch/amd64-invalid-stack-top.exp
4189 * gdb.arch/amd64-optimout-repeat.exp
4190 * gdb.arch/amd64-prologue-skip.exp
4191 * gdb.arch/amd64-prologue-xmm.exp
4192 * gdb.arch/amd64-stap-special-operands.exp
4193 * gdb.arch/amd64-stap-wrong-subexp.exp
4194 * gdb.arch/amd64-tailcall-cxx.exp
4195 * gdb.arch/amd64-tailcall-noret.exp
4196 * gdb.arch/amd64-tailcall-ret.exp
4197 * gdb.arch/amd64-tailcall-self.exp
4198 * gdb.arch/amd64-word.exp
4199 * gdb.arch/arm-bl-branch-dest.exp
4200 * gdb.arch/arm-disp-step.exp
4201 * gdb.arch/arm-neon.exp
4202 * gdb.arch/arm-single-step-kernel-helper.exp
4203 * gdb.arch/avr-flash-qualifier.exp
4204 * gdb.arch/disp-step-insn-reloc.exp
4205 * gdb.arch/e500-abi.exp
4206 * gdb.arch/e500-regs.exp
4207 * gdb.arch/ftrace-insn-reloc.exp
4208 * gdb.arch/i386-avx512.exp
4209 * gdb.arch/i386-bp_permanent.exp
4210 * gdb.arch/i386-byte.exp
4211 * gdb.arch/i386-cfi-notcurrent.exp
4212 * gdb.arch/i386-disp-step.exp
4213 * gdb.arch/i386-dr3-watch.exp
4214 * gdb.arch/i386-float.exp
4215 * gdb.arch/i386-gnu-cfi.exp
4216 * gdb.arch/i386-mpx-map.exp
4217 * gdb.arch/i386-mpx-sigsegv.exp
4218 * gdb.arch/i386-mpx-simple_segv.exp
4219 * gdb.arch/i386-mpx.exp
4220 * gdb.arch/i386-permbkpt.exp
4221 * gdb.arch/i386-prologue.exp
4222 * gdb.arch/i386-signal.exp
4223 * gdb.arch/i386-size-overlap.exp
4224 * gdb.arch/i386-unwind.exp
4225 * gdb.arch/i386-word.exp
4226 * gdb.arch/mips-fcr.exp
4227 * gdb.arch/powerpc-d128-regs.exp
4228 * gdb.arch/powerpc-stackless.exp
4229 * gdb.arch/ppc64-atomic-inst.exp
4230 * gdb.arch/s390-stackless.exp
4231 * gdb.arch/s390-tdbregs.exp
4232 * gdb.arch/s390-vregs.exp
4233 * gdb.arch/sparc-sysstep.exp
4234 * gdb.arch/thumb-bx-pc.exp
4235 * gdb.arch/thumb-singlestep.exp
4236 * gdb.arch/thumb2-it.exp
4237 * gdb.arch/vsx-regs.exp
4238 * gdb.asm/asm-source.exp
4239 * gdb.base/a2-run.exp
4240 * gdb.base/advance.exp
4241 * gdb.base/all-bin.exp
4242 * gdb.base/anon.exp
4243 * gdb.base/args.exp
4244 * gdb.base/arithmet.exp
4245 * gdb.base/async-shell.exp
4246 * gdb.base/async.exp
4247 * gdb.base/attach-pie-noexec.exp
4248 * gdb.base/attach-twice.exp
4249 * gdb.base/auto-load.exp
4250 * gdb.base/bang.exp
4251 * gdb.base/bitfields.exp
4252 * gdb.base/break-always.exp
4253 * gdb.base/break-caller-line.exp
4254 * gdb.base/break-entry.exp
4255 * gdb.base/break-inline.exp
4256 * gdb.base/break-on-linker-gcd-function.exp
4257 * gdb.base/break-probes.exp
4258 * gdb.base/break.exp
4259 * gdb.base/breakpoint-shadow.exp
4260 * gdb.base/call-ar-st.exp
4261 * gdb.base/call-sc.exp
4262 * gdb.base/call-signal-resume.exp
4263 * gdb.base/call-strs.exp
4264 * gdb.base/callfuncs.exp
4265 * gdb.base/catch-fork-static.exp
4266 * gdb.base/catch-gdb-caused-signals.exp
4267 * gdb.base/catch-load.exp
4268 * gdb.base/catch-signal-fork.exp
4269 * gdb.base/catch-signal.exp
4270 * gdb.base/catch-syscall.exp
4271 * gdb.base/charset.exp
4272 * gdb.base/checkpoint.exp
4273 * gdb.base/chng-syms.exp
4274 * gdb.base/code-expr.exp
4275 * gdb.base/code_elim.exp
4276 * gdb.base/commands.exp
4277 * gdb.base/completion.exp
4278 * gdb.base/complex.exp
4279 * gdb.base/cond-expr.exp
4280 * gdb.base/condbreak.exp
4281 * gdb.base/consecutive.exp
4282 * gdb.base/continue-all-already-running.exp
4283 * gdb.base/coredump-filter.exp
4284 * gdb.base/corefile.exp
4285 * gdb.base/dbx.exp
4286 * gdb.base/debug-expr.exp
4287 * gdb.base/define.exp
4288 * gdb.base/del.exp
4289 * gdb.base/disabled-location.exp
4290 * gdb.base/disasm-end-cu.exp
4291 * gdb.base/disasm-optim.exp
4292 * gdb.base/display.exp
4293 * gdb.base/duplicate-bp.exp
4294 * gdb.base/ena-dis-br.exp
4295 * gdb.base/ending-run.exp
4296 * gdb.base/enumval.exp
4297 * gdb.base/environ.exp
4298 * gdb.base/eu-strip-infcall.exp
4299 * gdb.base/eval-avoid-side-effects.exp
4300 * gdb.base/eval-skip.exp
4301 * gdb.base/exitsignal.exp
4302 * gdb.base/expand-psymtabs.exp
4303 * gdb.base/filesym.exp
4304 * gdb.base/find-unmapped.exp
4305 * gdb.base/finish.exp
4306 * gdb.base/float.exp
4307 * gdb.base/foll-exec-mode.exp
4308 * gdb.base/foll-exec.exp
4309 * gdb.base/foll-fork.exp
4310 * gdb.base/fortran-sym-case.exp
4311 * gdb.base/freebpcmd.exp
4312 * gdb.base/func-ptr.exp
4313 * gdb.base/func-ptrs.exp
4314 * gdb.base/funcargs.exp
4315 * gdb.base/gcore-buffer-overflow.exp
4316 * gdb.base/gcore-relro-pie.exp
4317 * gdb.base/gcore-relro.exp
4318 * gdb.base/gcore.exp
4319 * gdb.base/gdb1090.exp
4320 * gdb.base/gdb11530.exp
4321 * gdb.base/gdb11531.exp
4322 * gdb.base/gdb1821.exp
4323 * gdb.base/gdbindex-stabs.exp
4324 * gdb.base/gdbvars.exp
4325 * gdb.base/hbreak.exp
4326 * gdb.base/hbreak2.exp
4327 * gdb.base/included.exp
4328 * gdb.base/infcall-input.exp
4329 * gdb.base/inferior-died.exp
4330 * gdb.base/infnan.exp
4331 * gdb.base/info-macros.exp
4332 * gdb.base/info-os.exp
4333 * gdb.base/info-proc.exp
4334 * gdb.base/info-shared.exp
4335 * gdb.base/info-target.exp
4336 * gdb.base/infoline.exp
4337 * gdb.base/interp.exp
4338 * gdb.base/interrupt.exp
4339 * gdb.base/jit-reader.exp
4340 * gdb.base/jit-simple.exp
4341 * gdb.base/kill-after-signal.exp
4342 * gdb.base/kill-detach-inferiors-cmd.exp
4343 * gdb.base/label.exp
4344 * gdb.base/langs.exp
4345 * gdb.base/ldbl_e308.exp
4346 * gdb.base/line-symtabs.exp
4347 * gdb.base/linespecs.exp
4348 * gdb.base/list.exp
4349 * gdb.base/long_long.exp
4350 * gdb.base/longest-types.exp
4351 * gdb.base/maint.exp
4352 * gdb.base/max-value-size.exp
4353 * gdb.base/memattr.exp
4354 * gdb.base/mips_pro.exp
4355 * gdb.base/morestack.exp
4356 * gdb.base/moribund-step.exp
4357 * gdb.base/multi-forks.exp
4358 * gdb.base/nested-addr.exp
4359 * gdb.base/nextoverexit.exp
4360 * gdb.base/noreturn-finish.exp
4361 * gdb.base/noreturn-return.exp
4362 * gdb.base/nostdlib.exp
4363 * gdb.base/offsets.exp
4364 * gdb.base/opaque.exp
4365 * gdb.base/pc-fp.exp
4366 * gdb.base/permissions.exp
4367 * gdb.base/print-symbol-loading.exp
4368 * gdb.base/prologue-include.exp
4369 * gdb.base/psymtab.exp
4370 * gdb.base/ptype.exp
4371 * gdb.base/random-signal.exp
4372 * gdb.base/randomize.exp
4373 * gdb.base/range-stepping.exp
4374 * gdb.base/readline-ask.exp
4375 * gdb.base/recpar.exp
4376 * gdb.base/recurse.exp
4377 * gdb.base/relational.exp
4378 * gdb.base/restore.exp
4379 * gdb.base/return-nodebug.exp
4380 * gdb.base/return.exp
4381 * gdb.base/run-after-attach.exp
4382 * gdb.base/save-bp.exp
4383 * gdb.base/scope.exp
4384 * gdb.base/sect-cmd.exp
4385 * gdb.base/set-lang-auto.exp
4386 * gdb.base/set-noassign.exp
4387 * gdb.base/setvar.exp
4388 * gdb.base/sigall.exp
4389 * gdb.base/sigbpt.exp
4390 * gdb.base/siginfo-addr.exp
4391 * gdb.base/siginfo-infcall.exp
4392 * gdb.base/siginfo-obj.exp
4393 * gdb.base/siginfo.exp
4394 * gdb.base/signals-state-child.exp
4395 * gdb.base/signest.exp
4396 * gdb.base/sigstep.exp
4397 * gdb.base/sizeof.exp
4398 * gdb.base/skip.exp
4399 * gdb.base/solib-corrupted.exp
4400 * gdb.base/solib-nodir.exp
4401 * gdb.base/solib-search.exp
4402 * gdb.base/stack-checking.exp
4403 * gdb.base/stale-infcall.exp
4404 * gdb.base/stap-probe.exp
4405 * gdb.base/start.exp
4406 * gdb.base/step-break.exp
4407 * gdb.base/step-bt.exp
4408 * gdb.base/step-line.exp
4409 * gdb.base/step-over-exit.exp
4410 * gdb.base/step-over-syscall.exp
4411 * gdb.base/step-resume-infcall.exp
4412 * gdb.base/step-test.exp
4413 * gdb.base/store.exp
4414 * gdb.base/structs3.exp
4415 * gdb.base/sym-file.exp
4416 * gdb.base/symbol-without-target_section.exp
4417 * gdb.base/term.exp
4418 * gdb.base/testenv.exp
4419 * gdb.base/ui-redirect.exp
4420 * gdb.base/until.exp
4421 * gdb.base/unwindonsignal.exp
4422 * gdb.base/value-double-free.exp
4423 * gdb.base/vla-datatypes.exp
4424 * gdb.base/vla-ptr.exp
4425 * gdb.base/vla-sideeffect.exp
4426 * gdb.base/volatile.exp
4427 * gdb.base/watch-cond-infcall.exp
4428 * gdb.base/watch-cond.exp
4429 * gdb.base/watch-non-mem.exp
4430 * gdb.base/watch-read.exp
4431 * gdb.base/watch-vfork.exp
4432 * gdb.base/watchpoint-cond-gone.exp
4433 * gdb.base/watchpoint-delete.exp
4434 * gdb.base/watchpoint-hw-hit-once.exp
4435 * gdb.base/watchpoint-hw.exp
4436 * gdb.base/watchpoint-stops-at-right-insn.exp
4437 * gdb.base/watchpoints.exp
4438 * gdb.base/wchar.exp
4439 * gdb.base/whatis-exp.exp
4440 * gdb.btrace/buffer-size.exp
4441 * gdb.btrace/data.exp
4442 * gdb.btrace/delta.exp
4443 * gdb.btrace/dlopen.exp
4444 * gdb.btrace/enable.exp
4445 * gdb.btrace/exception.exp
4446 * gdb.btrace/function_call_history.exp
4447 * gdb.btrace/gcore.exp
4448 * gdb.btrace/instruction_history.exp
4449 * gdb.btrace/nohist.exp
4450 * gdb.btrace/reconnect.exp
4451 * gdb.btrace/record_goto-step.exp
4452 * gdb.btrace/record_goto.exp
4453 * gdb.btrace/rn-dl-bind.exp
4454 * gdb.btrace/segv.exp
4455 * gdb.btrace/step.exp
4456 * gdb.btrace/stepi.exp
4457 * gdb.btrace/tailcall-only.exp
4458 * gdb.btrace/tailcall.exp
4459 * gdb.btrace/tsx.exp
4460 * gdb.btrace/unknown_functions.exp
4461 * gdb.btrace/vdso.exp
4462 * gdb.compile/compile-ifunc.exp
4463 * gdb.compile/compile-ops.exp
4464 * gdb.compile/compile-print.exp
4465 * gdb.compile/compile-setjmp.exp
4466 * gdb.cp/abstract-origin.exp
4467 * gdb.cp/ambiguous.exp
4468 * gdb.cp/annota2.exp
4469 * gdb.cp/annota3.exp
4470 * gdb.cp/anon-ns.exp
4471 * gdb.cp/anon-struct.exp
4472 * gdb.cp/anon-union.exp
4473 * gdb.cp/arg-reference.exp
4474 * gdb.cp/baseenum.exp
4475 * gdb.cp/bool.exp
4476 * gdb.cp/breakpoint.exp
4477 * gdb.cp/bs15503.exp
4478 * gdb.cp/call-c.exp
4479 * gdb.cp/casts.exp
4480 * gdb.cp/chained-calls.exp
4481 * gdb.cp/class2.exp
4482 * gdb.cp/classes.exp
4483 * gdb.cp/cmpd-minsyms.exp
4484 * gdb.cp/converts.exp
4485 * gdb.cp/cp-relocate.exp
4486 * gdb.cp/cpcompletion.exp
4487 * gdb.cp/cpexprs.exp
4488 * gdb.cp/cplabel.exp
4489 * gdb.cp/cplusfuncs.exp
4490 * gdb.cp/cpsizeof.exp
4491 * gdb.cp/ctti.exp
4492 * gdb.cp/derivation.exp
4493 * gdb.cp/destrprint.exp
4494 * gdb.cp/dispcxx.exp
4495 * gdb.cp/enum-class.exp
4496 * gdb.cp/exception.exp
4497 * gdb.cp/exceptprint.exp
4498 * gdb.cp/expand-psymtabs-cxx.exp
4499 * gdb.cp/expand-sals.exp
4500 * gdb.cp/extern-c.exp
4501 * gdb.cp/filename.exp
4502 * gdb.cp/formatted-ref.exp
4503 * gdb.cp/fpointer.exp
4504 * gdb.cp/gdb1355.exp
4505 * gdb.cp/gdb2495.exp
4506 * gdb.cp/hang.exp
4507 * gdb.cp/impl-this.exp
4508 * gdb.cp/infcall-dlopen.exp
4509 * gdb.cp/inherit.exp
4510 * gdb.cp/iostream.exp
4511 * gdb.cp/koenig.exp
4512 * gdb.cp/local.exp
4513 * gdb.cp/m-data.exp
4514 * gdb.cp/m-static.exp
4515 * gdb.cp/mb-ctor.exp
4516 * gdb.cp/mb-inline.exp
4517 * gdb.cp/mb-templates.exp
4518 * gdb.cp/member-name.exp
4519 * gdb.cp/member-ptr.exp
4520 * gdb.cp/meth-typedefs.exp
4521 * gdb.cp/method.exp
4522 * gdb.cp/method2.exp
4523 * gdb.cp/minsym-fallback.exp
4524 * gdb.cp/misc.exp
4525 * gdb.cp/namelessclass.exp
4526 * gdb.cp/namespace-enum.exp
4527 * gdb.cp/namespace-nested-import.exp
4528 * gdb.cp/namespace.exp
4529 * gdb.cp/nextoverthrow.exp
4530 * gdb.cp/no-dmgl-verbose.exp
4531 * gdb.cp/non-trivial-retval.exp
4532 * gdb.cp/noparam.exp
4533 * gdb.cp/nsdecl.exp
4534 * gdb.cp/nsimport.exp
4535 * gdb.cp/nsnested.exp
4536 * gdb.cp/nsnoimports.exp
4537 * gdb.cp/nsrecurs.exp
4538 * gdb.cp/nsstress.exp
4539 * gdb.cp/nsusing.exp
4540 * gdb.cp/operator.exp
4541 * gdb.cp/oranking.exp
4542 * gdb.cp/overload-const.exp
4543 * gdb.cp/overload.exp
4544 * gdb.cp/ovldbreak.exp
4545 * gdb.cp/ovsrch.exp
4546 * gdb.cp/paren-type.exp
4547 * gdb.cp/parse-lang.exp
4548 * gdb.cp/pass-by-ref.exp
4549 * gdb.cp/pr-1023.exp
4550 * gdb.cp/pr-1210.exp
4551 * gdb.cp/pr-574.exp
4552 * gdb.cp/pr10687.exp
4553 * gdb.cp/pr12028.exp
4554 * gdb.cp/pr17132.exp
4555 * gdb.cp/pr17494.exp
4556 * gdb.cp/pr9067.exp
4557 * gdb.cp/pr9167.exp
4558 * gdb.cp/pr9631.exp
4559 * gdb.cp/printmethod.exp
4560 * gdb.cp/psmang.exp
4561 * gdb.cp/psymtab-parameter.exp
4562 * gdb.cp/ptype-cv-cp.exp
4563 * gdb.cp/ptype-flags.exp
4564 * gdb.cp/re-set-overloaded.exp
4565 * gdb.cp/ref-types.exp
4566 * gdb.cp/rtti.exp
4567 * gdb.cp/scope-err.exp
4568 * gdb.cp/shadow.exp
4569 * gdb.cp/smartp.exp
4570 * gdb.cp/static-method.exp
4571 * gdb.cp/static-print-quit.exp
4572 * gdb.cp/temargs.exp
4573 * gdb.cp/templates.exp
4574 * gdb.cp/try_catch.exp
4575 * gdb.cp/typedef-operator.exp
4576 * gdb.cp/typeid.exp
4577 * gdb.cp/userdef.exp
4578 * gdb.cp/using-crash.exp
4579 * gdb.cp/var-tag.exp
4580 * gdb.cp/virtbase.exp
4581 * gdb.cp/virtfunc.exp
4582 * gdb.cp/virtfunc2.exp
4583 * gdb.cp/vla-cxx.exp
4584 * gdb.disasm/t01_mov.exp
4585 * gdb.disasm/t02_mova.exp
4586 * gdb.disasm/t03_add.exp
4587 * gdb.disasm/t04_sub.exp
4588 * gdb.disasm/t05_cmp.exp
4589 * gdb.disasm/t06_ari2.exp
4590 * gdb.disasm/t07_ari3.exp
4591 * gdb.disasm/t08_or.exp
4592 * gdb.disasm/t09_xor.exp
4593 * gdb.disasm/t10_and.exp
4594 * gdb.disasm/t11_logs.exp
4595 * gdb.disasm/t12_bit.exp
4596 * gdb.disasm/t13_otr.exp
4597 * gdb.dlang/circular.exp
4598 * gdb.dwarf2/arr-stride.exp
4599 * gdb.dwarf2/arr-subrange.exp
4600 * gdb.dwarf2/atomic-type.exp
4601 * gdb.dwarf2/bad-regnum.exp
4602 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4603 * gdb.dwarf2/callframecfa.exp
4604 * gdb.dwarf2/clztest.exp
4605 * gdb.dwarf2/corrupt.exp
4606 * gdb.dwarf2/data-loc.exp
4607 * gdb.dwarf2/dup-psym.exp
4608 * gdb.dwarf2/dw2-anon-mptr.exp
4609 * gdb.dwarf2/dw2-anonymous-func.exp
4610 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4611 * gdb.dwarf2/dw2-bad-unresolved.exp
4612 * gdb.dwarf2/dw2-basic.exp
4613 * gdb.dwarf2/dw2-canonicalize-type.exp
4614 * gdb.dwarf2/dw2-case-insensitive.exp
4615 * gdb.dwarf2/dw2-common-block.exp
4616 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4617 * gdb.dwarf2/dw2-compressed.exp
4618 * gdb.dwarf2/dw2-const.exp
4619 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4620 * gdb.dwarf2/dw2-cu-size.exp
4621 * gdb.dwarf2/dw2-dup-frame.exp
4622 * gdb.dwarf2/dw2-entry-value.exp
4623 * gdb.dwarf2/dw2-icycle.exp
4624 * gdb.dwarf2/dw2-ifort-parameter.exp
4625 * gdb.dwarf2/dw2-inline-break.exp
4626 * gdb.dwarf2/dw2-inline-param.exp
4627 * gdb.dwarf2/dw2-intercu.exp
4628 * gdb.dwarf2/dw2-intermix.exp
4629 * gdb.dwarf2/dw2-lexical-block-bare.exp
4630 * gdb.dwarf2/dw2-linkage-name-trust.exp
4631 * gdb.dwarf2/dw2-minsym-in-cu.exp
4632 * gdb.dwarf2/dw2-noloc.exp
4633 * gdb.dwarf2/dw2-op-call.exp
4634 * gdb.dwarf2/dw2-op-out-param.exp
4635 * gdb.dwarf2/dw2-opt-structptr.exp
4636 * gdb.dwarf2/dw2-param-error.exp
4637 * gdb.dwarf2/dw2-producer.exp
4638 * gdb.dwarf2/dw2-ranges-base.exp
4639 * gdb.dwarf2/dw2-ref-missing-frame.exp
4640 * gdb.dwarf2/dw2-reg-undefined.exp
4641 * gdb.dwarf2/dw2-regno-invalid.exp
4642 * gdb.dwarf2/dw2-restore.exp
4643 * gdb.dwarf2/dw2-restrict.exp
4644 * gdb.dwarf2/dw2-single-line-discriminators.exp
4645 * gdb.dwarf2/dw2-strp.exp
4646 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4647 * gdb.dwarf2/dw2-unresolved.exp
4648 * gdb.dwarf2/dw2-var-zero-addr.exp
4649 * gdb.dwarf2/dw4-sig-types.exp
4650 * gdb.dwarf2/dwz.exp
4651 * gdb.dwarf2/dynarr-ptr.exp
4652 * gdb.dwarf2/enum-type.exp
4653 * gdb.dwarf2/gdb-index.exp
4654 * gdb.dwarf2/implptr-64bit.exp
4655 * gdb.dwarf2/implptr-optimized-out.exp
4656 * gdb.dwarf2/implptr.exp
4657 * gdb.dwarf2/implref-array.exp
4658 * gdb.dwarf2/implref-const.exp
4659 * gdb.dwarf2/implref-global.exp
4660 * gdb.dwarf2/implref-struct.exp
4661 * gdb.dwarf2/mac-fileno.exp
4662 * gdb.dwarf2/main-subprogram.exp
4663 * gdb.dwarf2/member-ptr-forwardref.exp
4664 * gdb.dwarf2/method-ptr.exp
4665 * gdb.dwarf2/missing-sig-type.exp
4666 * gdb.dwarf2/nonvar-access.exp
4667 * gdb.dwarf2/opaque-type-lookup.exp
4668 * gdb.dwarf2/pieces-optimized-out.exp
4669 * gdb.dwarf2/pieces.exp
4670 * gdb.dwarf2/pr10770.exp
4671 * gdb.dwarf2/pr13961.exp
4672 * gdb.dwarf2/staticvirtual.exp
4673 * gdb.dwarf2/subrange.exp
4674 * gdb.dwarf2/symtab-producer.exp
4675 * gdb.dwarf2/trace-crash.exp
4676 * gdb.dwarf2/typeddwarf.exp
4677 * gdb.dwarf2/valop.exp
4678 * gdb.dwarf2/watch-notconst.exp
4679 * gdb.fortran/array-element.exp
4680 * gdb.fortran/charset.exp
4681 * gdb.fortran/common-block.exp
4682 * gdb.fortran/complex.exp
4683 * gdb.fortran/derived-type-function.exp
4684 * gdb.fortran/derived-type.exp
4685 * gdb.fortran/logical.exp
4686 * gdb.fortran/module.exp
4687 * gdb.fortran/multi-dim.exp
4688 * gdb.fortran/nested-funcs.exp
4689 * gdb.fortran/print-formatted.exp
4690 * gdb.fortran/subarray.exp
4691 * gdb.fortran/vla-alloc-assoc.exp
4692 * gdb.fortran/vla-datatypes.exp
4693 * gdb.fortran/vla-history.exp
4694 * gdb.fortran/vla-ptr-info.exp
4695 * gdb.fortran/vla-ptype-sub.exp
4696 * gdb.fortran/vla-ptype.exp
4697 * gdb.fortran/vla-sizeof.exp
4698 * gdb.fortran/vla-type.exp
4699 * gdb.fortran/vla-value-sub-arbitrary.exp
4700 * gdb.fortran/vla-value-sub-finish.exp
4701 * gdb.fortran/vla-value-sub.exp
4702 * gdb.fortran/vla-value.exp
4703 * gdb.fortran/whatis_type.exp
4704 * gdb.go/chan.exp
4705 * gdb.go/handcall.exp
4706 * gdb.go/hello.exp
4707 * gdb.go/integers.exp
4708 * gdb.go/methods.exp
4709 * gdb.go/package.exp
4710 * gdb.go/strings.exp
4711 * gdb.go/types.exp
4712 * gdb.go/unsafe.exp
4713 * gdb.guile/scm-arch.exp
4714 * gdb.guile/scm-block.exp
4715 * gdb.guile/scm-breakpoint.exp
4716 * gdb.guile/scm-cmd.exp
4717 * gdb.guile/scm-disasm.exp
4718 * gdb.guile/scm-equal.exp
4719 * gdb.guile/scm-frame-args.exp
4720 * gdb.guile/scm-frame-inline.exp
4721 * gdb.guile/scm-frame.exp
4722 * gdb.guile/scm-iterator.exp
4723 * gdb.guile/scm-math.exp
4724 * gdb.guile/scm-objfile.exp
4725 * gdb.guile/scm-ports.exp
4726 * gdb.guile/scm-symbol.exp
4727 * gdb.guile/scm-symtab.exp
4728 * gdb.guile/scm-value-cc.exp
4729 * gdb.guile/types-module.exp
4730 * gdb.linespec/break-ask.exp
4731 * gdb.linespec/cpexplicit.exp
4732 * gdb.linespec/explicit.exp
4733 * gdb.linespec/keywords.exp
4734 * gdb.linespec/linespec.exp
4735 * gdb.linespec/ls-dollar.exp
4736 * gdb.linespec/ls-errs.exp
4737 * gdb.linespec/skip-two.exp
4738 * gdb.linespec/thread.exp
4739 * gdb.mi/mi-async.exp
4740 * gdb.mi/mi-basics.exp
4741 * gdb.mi/mi-break.exp
4742 * gdb.mi/mi-catch-load.exp
4743 * gdb.mi/mi-cli.exp
4744 * gdb.mi/mi-cmd-param-changed.exp
4745 * gdb.mi/mi-console.exp
4746 * gdb.mi/mi-detach.exp
4747 * gdb.mi/mi-disassemble.exp
4748 * gdb.mi/mi-eval.exp
4749 * gdb.mi/mi-file-transfer.exp
4750 * gdb.mi/mi-file.exp
4751 * gdb.mi/mi-fill-memory.exp
4752 * gdb.mi/mi-inheritance-syntax-error.exp
4753 * gdb.mi/mi-linespec-err-cp.exp
4754 * gdb.mi/mi-logging.exp
4755 * gdb.mi/mi-memory-changed.exp
4756 * gdb.mi/mi-read-memory.exp
4757 * gdb.mi/mi-record-changed.exp
4758 * gdb.mi/mi-reg-undefined.exp
4759 * gdb.mi/mi-regs.exp
4760 * gdb.mi/mi-return.exp
4761 * gdb.mi/mi-reverse.exp
4762 * gdb.mi/mi-simplerun.exp
4763 * gdb.mi/mi-solib.exp
4764 * gdb.mi/mi-stack.exp
4765 * gdb.mi/mi-stepi.exp
4766 * gdb.mi/mi-syn-frame.exp
4767 * gdb.mi/mi-until.exp
4768 * gdb.mi/mi-var-block.exp
4769 * gdb.mi/mi-var-child.exp
4770 * gdb.mi/mi-var-cmd.exp
4771 * gdb.mi/mi-var-cp.exp
4772 * gdb.mi/mi-var-display.exp
4773 * gdb.mi/mi-var-invalidate.exp
4774 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4775 * gdb.mi/mi-vla-fortran.exp
4776 * gdb.mi/mi-watch.exp
4777 * gdb.mi/mi2-var-child.exp
4778 * gdb.mi/user-selected-context-sync.exp
4779 * gdb.modula2/unbounded-array.exp
4780 * gdb.multi/dummy-frame-restore.exp
4781 * gdb.multi/multi-arch-exec.exp
4782 * gdb.multi/multi-arch.exp
4783 * gdb.multi/tids.exp
4784 * gdb.multi/watchpoint-multi.exp
4785 * gdb.opencl/callfuncs.exp
4786 * gdb.opencl/convs_casts.exp
4787 * gdb.opencl/datatypes.exp
4788 * gdb.opencl/operators.exp
4789 * gdb.opencl/vec_comps.exp
4790 * gdb.opt/clobbered-registers-O2.exp
4791 * gdb.opt/inline-break.exp
4792 * gdb.opt/inline-bt.exp
4793 * gdb.opt/inline-cmds.exp
4794 * gdb.opt/inline-locals.exp
4795 * gdb.pascal/case-insensitive-symbols.exp
4796 * gdb.pascal/floats.exp
4797 * gdb.pascal/gdb11492.exp
4798 * gdb.python/lib-types.exp
4799 * gdb.python/py-arch.exp
4800 * gdb.python/py-as-string.exp
4801 * gdb.python/py-bad-printers.exp
4802 * gdb.python/py-block.exp
4803 * gdb.python/py-breakpoint-create-fail.exp
4804 * gdb.python/py-breakpoint.exp
4805 * gdb.python/py-caller-is.exp
4806 * gdb.python/py-cmd.exp
4807 * gdb.python/py-explore-cc.exp
4808 * gdb.python/py-explore.exp
4809 * gdb.python/py-finish-breakpoint.exp
4810 * gdb.python/py-finish-breakpoint2.exp
4811 * gdb.python/py-frame-args.exp
4812 * gdb.python/py-frame-inline.exp
4813 * gdb.python/py-frame.exp
4814 * gdb.python/py-framefilter-mi.exp
4815 * gdb.python/py-infthread.exp
4816 * gdb.python/py-lazy-string.exp
4817 * gdb.python/py-linetable.exp
4818 * gdb.python/py-mi-events.exp
4819 * gdb.python/py-mi-objfile.exp
4820 * gdb.python/py-mi.exp
4821 * gdb.python/py-objfile.exp
4822 * gdb.python/py-pp-integral.exp
4823 * gdb.python/py-pp-maint.exp
4824 * gdb.python/py-pp-re-notag.exp
4825 * gdb.python/py-pp-registration.exp
4826 * gdb.python/py-recurse-unwind.exp
4827 * gdb.python/py-strfns.exp
4828 * gdb.python/py-symbol.exp
4829 * gdb.python/py-symtab.exp
4830 * gdb.python/py-sync-interp.exp
4831 * gdb.python/py-typeprint.exp
4832 * gdb.python/py-unwind-maint.exp
4833 * gdb.python/py-unwind.exp
4834 * gdb.python/py-value-cc.exp
4835 * gdb.python/py-xmethods.exp
4836 * gdb.reverse/amd64-tailcall-reverse.exp
4837 * gdb.reverse/break-precsave.exp
4838 * gdb.reverse/break-reverse.exp
4839 * gdb.reverse/consecutive-precsave.exp
4840 * gdb.reverse/consecutive-reverse.exp
4841 * gdb.reverse/finish-precsave.exp
4842 * gdb.reverse/finish-reverse-bkpt.exp
4843 * gdb.reverse/finish-reverse.exp
4844 * gdb.reverse/fstatat-reverse.exp
4845 * gdb.reverse/getresuid-reverse.exp
4846 * gdb.reverse/i386-precsave.exp
4847 * gdb.reverse/i386-reverse.exp
4848 * gdb.reverse/i386-sse-reverse.exp
4849 * gdb.reverse/i387-env-reverse.exp
4850 * gdb.reverse/i387-stack-reverse.exp
4851 * gdb.reverse/insn-reverse.exp
4852 * gdb.reverse/machinestate-precsave.exp
4853 * gdb.reverse/machinestate.exp
4854 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4855 * gdb.reverse/pipe-reverse.exp
4856 * gdb.reverse/readv-reverse.exp
4857 * gdb.reverse/recvmsg-reverse.exp
4858 * gdb.reverse/rerun-prec.exp
4859 * gdb.reverse/s390-mvcle.exp
4860 * gdb.reverse/step-precsave.exp
4861 * gdb.reverse/step-reverse.exp
4862 * gdb.reverse/time-reverse.exp
4863 * gdb.reverse/until-precsave.exp
4864 * gdb.reverse/until-reverse.exp
4865 * gdb.reverse/waitpid-reverse.exp
4866 * gdb.reverse/watch-precsave.exp
4867 * gdb.reverse/watch-reverse.exp
4868 * gdb.rust/generics.exp
4869 * gdb.rust/methods.exp
4870 * gdb.rust/modules.exp
4871 * gdb.rust/simple.exp
4872 * gdb.server/connect-with-no-symbol-file.exp
4873 * gdb.server/ext-attach.exp
4874 * gdb.server/ext-restart.exp
4875 * gdb.server/ext-wrapper.exp
4876 * gdb.server/file-transfer.exp
4877 * gdb.server/server-exec-info.exp
4878 * gdb.server/server-kill.exp
4879 * gdb.server/server-mon.exp
4880 * gdb.server/wrapper.exp
4881 * gdb.stabs/exclfwd.exp
4882 * gdb.stabs/gdb11479.exp
4883 * gdb.threads/clone-new-thread-event.exp
4884 * gdb.threads/corethreads.exp
4885 * gdb.threads/current-lwp-dead.exp
4886 * gdb.threads/dlopen-libpthread.exp
4887 * gdb.threads/gcore-thread.exp
4888 * gdb.threads/sigstep-threads.exp
4889 * gdb.threads/watchpoint-fork.exp
4890 * gdb.trace/actions-changed.exp
4891 * gdb.trace/backtrace.exp
4892 * gdb.trace/change-loc.exp
4893 * gdb.trace/circ.exp
4894 * gdb.trace/collection.exp
4895 * gdb.trace/disconnected-tracing.exp
4896 * gdb.trace/ftrace.exp
4897 * gdb.trace/mi-trace-frame-collected.exp
4898 * gdb.trace/mi-trace-unavailable.exp
4899 * gdb.trace/mi-traceframe-changed.exp
4900 * gdb.trace/mi-tsv-changed.exp
4901 * gdb.trace/no-attach-trace.exp
4902 * gdb.trace/passc-dyn.exp
4903 * gdb.trace/qtro.exp
4904 * gdb.trace/range-stepping.exp
4905 * gdb.trace/read-memory.exp
4906 * gdb.trace/save-trace.exp
4907 * gdb.trace/signal.exp
4908 * gdb.trace/status-stop.exp
4909 * gdb.trace/tfile.exp
4910 * gdb.trace/trace-break.exp
4911 * gdb.trace/trace-buffer-size.exp
4912 * gdb.trace/trace-condition.exp
4913 * gdb.trace/tracefile-pseudo-reg.exp
4914 * gdb.trace/tstatus.exp
4915 * gdb.trace/unavailable.exp
4916 * gdb.trace/while-dyn.exp
4917 * gdb.trace/while-stepping.exp
4918
34c41c68
DE
49192016-12-22 Doug Evans <xdje42@gmail.com>
4920
4921 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4922 and msymbols.
4923
16e69324
YQ
49242016-12-19 Yao Qi <yao.qi@linaro.org>
4925
4926 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4927 (test_with_self): Don't call do_steps_and_nexts, and remove
4928 code about stepping into xmalloc.
4929
f94f411b
YQ
49302016-12-09 Yao Qi <yao.qi@linaro.org>
4931
4932 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4933
49342016-12-09 Yao Qi <yao.qi@linaro.org>
4935
4936 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4937
f1b5deee
PA
49382016-12-09 Pedro Alves <palves@redhat.com>
4939
4940 * gdb.base/all-architectures-0.exp: New file.
4941 * gdb.base/all-architectures-1.exp: New file.
4942 * gdb.base/all-architectures-2.exp: New file.
4943 * gdb.base/all-architectures-3.exp: New file.
4944 * gdb.base/all-architectures-4.exp: New file.
4945 * gdb.base/all-architectures-5.exp: New file.
4946 * gdb.base/all-architectures-6.exp: New file.
4947 * gdb.base/all-architectures-7.exp: New file.
4948 * gdb.base/all-architectures.exp.in: New file.
4949
364ca42e
YQ
49502016-12-09 Yao Qi <yao.qi@linaro.org>
4951
4952 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4953
107c2d62
LM
49542016-12-02 Luis Machado <lgustavo@codesourcery.com>
4955
4956 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4957 possible.
4958 Remove useless pattern-matching code.
4959
df3ee9ca
PA
49602016-12-02 Pedro Alves <palves@redhat.com>
4961
4962 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4963 procedure.
4964 (top level): Call it.
4965
ec835369
PA
49662016-12-02 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4969 New procedure.
4970 (top level): Call it.
4971
01770bbd
PA
49722016-12-02 Pedro Alves <palves@redhat.com>
4973
4974 PR cli/20559
4975 * gdb.base/commands.exp (user_defined_command_args_eval): New
4976 procedure.
4977 (top level): Call it.
4978
008459ea
LM
49792016-12-02 Luis Machado <lgustavo@codesourcery.com>
4980
4981 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4982 timeout handling.
4983
0c1b455e
TT
49842016-12-02 Tom Tromey <tom@tromey.com>
4985
4986 * gdb.dwarf2/main-subprogram.c: New file.
4987 * gdb.dwarf2/main-subprogram.exp: New file.
4988
018572b8
LM
49892016-12-01 Luis Machado <lgustavo@codesourcery.com>
4990
4991 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4992 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4993 gdb_test_no_output for a couple of cases.
4994 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4995
84c93cd5
LM
49962016-12-01 Luis Machado <lgustavo@codesourcery.com>
4997
4998 Fix test names and standardize compilation error messages throughout
4999 the following files:
5000
5001 * gdb.ada/start.exp
5002 * gdb.arch/alpha-step.exp
5003 * gdb.arch/e500-prologue.exp
5004 * gdb.arch/ftrace-insn-reloc.exp
5005 * gdb.arch/gdb1291.exp
5006 * gdb.arch/gdb1431.exp
5007 * gdb.arch/gdb1558.exp
5008 * gdb.arch/i386-dr3-watch.exp
5009 * gdb.arch/i386-sse-stack-align.exp
5010 * gdb.arch/ia64-breakpoint-shadow.exp
5011 * gdb.arch/pa-nullify.exp
5012 * gdb.arch/powerpc-aix-prologue.exp
5013 * gdb.arch/thumb-bx-pc.exp
5014 * gdb.base/annota1.exp
5015 * gdb.base/annota3.exp
5016 * gdb.base/arrayidx.exp
5017 * gdb.base/assign.exp
5018 * gdb.base/attach.exp
5019 * gdb.base/auxv.exp
5020 * gdb.base/bang.exp
5021 * gdb.base/bfp-test.exp
5022 * gdb.base/bigcore.exp
5023 * gdb.base/bitfields2.exp
5024 * gdb.base/break-fun-addr.exp
5025 * gdb.base/break-probes.exp
5026 * gdb.base/call-rt-st.exp
5027 * gdb.base/callexit.exp
5028 * gdb.base/catch-fork-kill.exp
5029 * gdb.base/charset.exp
5030 * gdb.base/checkpoint.exp
5031 * gdb.base/comprdebug.exp
5032 * gdb.base/constvars.exp
5033 * gdb.base/coredump-filter.exp
5034 * gdb.base/cursal.exp
5035 * gdb.base/cvexpr.exp
5036 * gdb.base/detach.exp
5037 * gdb.base/display.exp
5038 * gdb.base/dmsym.exp
5039 * gdb.base/dprintf-pending.exp
5040 * gdb.base/dso2dso.exp
5041 * gdb.base/dtrace-probe.exp
5042 * gdb.base/dump.exp
5043 * gdb.base/enum_cond.exp
5044 * gdb.base/exe-lock.exp
5045 * gdb.base/exec-invalid-sysroot.exp
5046 * gdb.base/execl-update-breakpoints.exp
5047 * gdb.base/exprs.exp
5048 * gdb.base/fileio.exp
5049 * gdb.base/find.exp
5050 * gdb.base/finish.exp
5051 * gdb.base/fixsection.exp
5052 * gdb.base/foll-vfork.exp
5053 * gdb.base/frame-args.exp
5054 * gdb.base/gcore.exp
5055 * gdb.base/gdb1250.exp
5056 * gdb.base/global-var-nested-by-dso.exp
5057 * gdb.base/gnu-ifunc.exp
5058 * gdb.base/hashline1.exp
5059 * gdb.base/hashline2.exp
5060 * gdb.base/hashline3.exp
5061 * gdb.base/hbreak-in-shr-unsupported.exp
5062 * gdb.base/huge.exp
5063 * gdb.base/infcall-input.exp
5064 * gdb.base/info-fun.exp
5065 * gdb.base/info-shared.exp
5066 * gdb.base/jit-simple.exp
5067 * gdb.base/jit-so.exp
5068 * gdb.base/jit.exp
5069 * gdb.base/jump.exp
5070 * gdb.base/label.exp
5071 * gdb.base/lineinc.exp
5072 * gdb.base/logical.exp
5073 * gdb.base/longjmp.exp
5074 * gdb.base/macscp.exp
5075 * gdb.base/miscexprs.exp
5076 * gdb.base/new-ui-echo.exp
5077 * gdb.base/new-ui-pending-input.exp
5078 * gdb.base/new-ui.exp
5079 * gdb.base/nodebug.exp
5080 * gdb.base/nofield.exp
5081 * gdb.base/offsets.exp
5082 * gdb.base/overlays.exp
5083 * gdb.base/pending.exp
5084 * gdb.base/pointers.exp
5085 * gdb.base/pr11022.exp
5086 * gdb.base/printcmds.exp
5087 * gdb.base/prologue.exp
5088 * gdb.base/ptr-typedef.exp
5089 * gdb.base/realname-expand.exp
5090 * gdb.base/relativedebug.exp
5091 * gdb.base/relocate.exp
5092 * gdb.base/remote.exp
5093 * gdb.base/reread.exp
5094 * gdb.base/return2.exp
5095 * gdb.base/savedregs.exp
5096 * gdb.base/sep.exp
5097 * gdb.base/sepdebug.exp
5098 * gdb.base/sepsymtab.exp
5099 * gdb.base/set-inferior-tty.exp
5100 * gdb.base/setshow.exp
5101 * gdb.base/shlib-call.exp
5102 * gdb.base/sigaltstack.exp
5103 * gdb.base/siginfo-addr.exp
5104 * gdb.base/signals.exp
5105 * gdb.base/signull.exp
5106 * gdb.base/sigrepeat.exp
5107 * gdb.base/so-impl-ld.exp
5108 * gdb.base/solib-display.exp
5109 * gdb.base/solib-overlap.exp
5110 * gdb.base/solib-search.exp
5111 * gdb.base/solib-symbol.exp
5112 * gdb.base/structs.exp
5113 * gdb.base/structs2.exp
5114 * gdb.base/symtab-search-order.exp
5115 * gdb.base/twice.exp
5116 * gdb.base/unload.exp
5117 * gdb.base/varargs.exp
5118 * gdb.base/watchpoint-solib.exp
5119 * gdb.base/watchpoint.exp
5120 * gdb.base/whatis.exp
5121 * gdb.base/wrong_frame_bt_full.exp
5122 * gdb.btrace/dlopen.exp
5123 * gdb.cell/ea-standalone.exp
5124 * gdb.cell/ea-test.exp
5125 * gdb.cp/dispcxx.exp
5126 * gdb.cp/gdb2384.exp
5127 * gdb.cp/method2.exp
5128 * gdb.cp/nextoverthrow.exp
5129 * gdb.cp/pr10728.exp
5130 * gdb.disasm/am33.exp
5131 * gdb.disasm/h8300s.exp
5132 * gdb.disasm/mn10300.exp
5133 * gdb.disasm/sh3.exp
5134 * gdb.dwarf2/dw2-dir-file-name.exp
5135 * gdb.fortran/complex.exp
5136 * gdb.fortran/library-module.exp
5137 * gdb.guile/scm-pretty-print.exp
5138 * gdb.guile/scm-symbol.exp
5139 * gdb.guile/scm-type.exp
5140 * gdb.guile/scm-value.exp
5141 * gdb.linespec/linespec.exp
5142 * gdb.mi/gdb701.exp
5143 * gdb.mi/gdb792.exp
5144 * gdb.mi/mi-breakpoint-changed.exp
5145 * gdb.mi/mi-dprintf-pending.exp
5146 * gdb.mi/mi-dprintf.exp
5147 * gdb.mi/mi-exit-code.exp
5148 * gdb.mi/mi-pending.exp
5149 * gdb.mi/mi-solib.exp
5150 * gdb.mi/new-ui-mi-sync.exp
5151 * gdb.mi/pr11022.exp
5152 * gdb.mi/user-selected-context-sync.exp
5153 * gdb.opt/solib-intra-step.exp
5154 * gdb.python/py-events.exp
5155 * gdb.python/py-finish-breakpoint.exp
5156 * gdb.python/py-mi.exp
5157 * gdb.python/py-prettyprint.exp
5158 * gdb.python/py-shared.exp
5159 * gdb.python/py-symbol.exp
5160 * gdb.python/py-template.exp
5161 * gdb.python/py-type.exp
5162 * gdb.python/py-value.exp
5163 * gdb.reverse/solib-precsave.exp
5164 * gdb.reverse/solib-reverse.exp
5165 * gdb.server/solib-list.exp
5166 * gdb.stabs/weird.exp
5167 * gdb.threads/reconnect-signal.exp
5168 * gdb.threads/stepi-random-signal.exp
5169 * gdb.trace/actions.exp
5170 * gdb.trace/ax.exp
5171 * gdb.trace/backtrace.exp
5172 * gdb.trace/change-loc.exp
5173 * gdb.trace/deltrace.exp
5174 * gdb.trace/ftrace-lock.exp
5175 * gdb.trace/ftrace.exp
5176 * gdb.trace/infotrace.exp
5177 * gdb.trace/mi-tracepoint-changed.exp
5178 * gdb.trace/packetlen.exp
5179 * gdb.trace/passcount.exp
5180 * gdb.trace/pending.exp
5181 * gdb.trace/range-stepping.exp
5182 * gdb.trace/report.exp
5183 * gdb.trace/stap-trace.exp
5184 * gdb.trace/tfind.exp
5185 * gdb.trace/trace-break.exp
5186 * gdb.trace/trace-condition.exp
5187 * gdb.trace/trace-enable-disable.exp
5188 * gdb.trace/trace-mt.exp
5189 * gdb.trace/tracecmd.exp
5190 * gdb.trace/tspeed.exp
5191 * gdb.trace/tsv.exp
5192 * lib/perftest.exp
5193
fb9feb35
LM
51942016-12-01 Luis Machado <lgustavo@codesourcery.com>
5195
5196 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5197 with gdb_test_no_output.
5198 Use command as test name.
5199
cd2ddb6c
LM
52002016-12-01 Luis Machado <lgustavo@codesourcery.com>
5201
5202 Fix test names starting with uppercase throughout the files.
5203
5204 * gdb.ada/assign_1.exp
5205 * gdb.ada/boolean_expr.exp
5206 * gdb.base/arrayidx.exp
5207 * gdb.base/del.exp
5208 * gdb.base/gcore-buffer-overflow.exp
5209 * gdb.base/testenv.exp
5210 * gdb.compile/compile.exp
5211 * gdb.python/py-framefilter-invalidarg.exp
5212 * gdb.python/py-framefilter.exp
5213
bb95117e
LM
52142016-12-01 Luis Machado <lgustavo@codesourcery.com>
5215
5216 Fix test names starting with uppercase throughout the files.
5217
5218 * gdb.ada/array_return.exp
5219 * gdb.ada/expr_delims.exp
5220 * gdb.ada/mi_dyn_arr.exp
5221 * gdb.ada/mi_interface.exp
5222 * gdb.ada/mi_var_array.exp
5223 * gdb.ada/watch_arg.exp
5224 * gdb.arch/alpha-step.exp
5225 * gdb.arch/altivec-regs.exp
5226 * gdb.arch/e500-regs.exp
5227 * gdb.arch/powerpc-d128-regs.exp
5228 * gdb.base/arrayidx.exp
5229 * gdb.base/break.exp
5230 * gdb.base/checkpoint.exp
5231 * gdb.base/debug-expr.exp
5232 * gdb.base/dmsym.exp
5233 * gdb.base/radix.exp
5234 * gdb.base/sepdebug.exp
5235 * gdb.base/testenv.exp
5236 * gdb.base/watch_thread_num.exp
5237 * gdb.base/watchpoint-cond-gone.exp
5238 * gdb.cell/break.exp
5239 * gdb.cell/ea-cache.exp
5240 * gdb.compile/compile.exp
5241 * gdb.cp/gdb2495.exp
5242 * gdb.gdb/selftest.exp
5243 * gdb.gdb/xfullpath.exp
5244 * gdb.go/hello.exp
5245 * gdb.go/integers.exp
5246 * gdb.objc/basicclass.exp
5247 * gdb.pascal/hello.exp
5248 * gdb.pascal/integers.exp
5249 * gdb.python/py-breakpoint.exp
5250 * gdb.python/py-cmd.exp
5251 * gdb.python/py-linetable.exp
5252 * gdb.python/py-xmethods.exp
5253 * gdb.python/python.exp
5254 * gdb.reverse/consecutive-precsave.exp
5255 * gdb.reverse/finish-precsave.exp
5256 * gdb.reverse/i386-precsave.exp
5257 * gdb.reverse/machinestate-precsave.exp
5258 * gdb.reverse/sigall-precsave.exp
5259 * gdb.reverse/solib-precsave.exp
5260 * gdb.reverse/step-precsave.exp
5261 * gdb.reverse/until-precsave.exp
5262 * gdb.reverse/watch-precsave.exp
5263 * gdb.threads/leader-exit.exp
5264 * gdb.threads/pthreads.exp
5265 * gdb.threads/wp-replication.exp
5266 * gdb.trace/actions.exp
5267 * gdb.trace/mi-tsv-changed.exp
5268 * gdb.trace/tsv.exp
5269
de97fdd4
LM
52702016-12-01 Luis Machado <lgustavo@codesourcery.com>
5271
5272 Fix test names starting with uppercase throughout the files.
5273
5274 * gdb.arch/i386-bp_permanent.exp
5275 * gdb.arch/i386-gnu-cfi.exp
5276 * gdb.base/disasm-end-cu.exp
5277 * gdb.base/macscp.exp
5278 * gdb.base/pending.exp
5279 * gdb.base/watch_thread_num.exp
5280 * gdb.cp/exception.exp
5281 * gdb.cp/gdb2495.exp
5282 * gdb.cp/local.exp
5283 * gdb.python/py-evsignal.exp
5284 * gdb.python/python.exp
5285 * gdb.trace/tracecmd.exp
5286
9f058c10
LM
52872016-12-01 Luis Machado <lgustavo@codesourcery.com>
5288
5289 Fix test names starting with uppercase throughout the files.
5290
5291 * gdb.base/charset.exp
5292 * gdb.base/eval.exp
5293 * gdb.base/multi-forks.exp
5294 * gdb.guile/scm-progspace.exp
5295 * gdb.opencl/datatypes.exp
5296 * gdb.python/py-block.exp
5297 * gdb.python/py-function.exp
5298 * gdb.python/py-symbol.exp
5299 * gdb.python/py-symtab.exp
5300 * gdb.python/py-xmethods.exp
5301 * gdb.reverse/break-precsave.exp
5302 * gdb.reverse/break-reverse.exp
5303 * gdb.reverse/consecutive-precsave.exp
5304 * gdb.reverse/consecutive-reverse.exp
5305 * gdb.reverse/finish-precsave.exp
5306 * gdb.reverse/finish-reverse-bkpt.exp
5307 * gdb.reverse/finish-reverse.exp
5308 * gdb.reverse/fstatat-reverse.exp
5309 * gdb.reverse/getresuid-reverse.exp
5310 * gdb.reverse/i386-precsave.exp
5311 * gdb.reverse/i386-reverse.exp
5312 * gdb.reverse/i386-sse-reverse.exp
5313 * gdb.reverse/i387-stack-reverse.exp
5314 * gdb.reverse/insn-reverse.exp
5315 * gdb.reverse/machinestate-precsave.exp
5316 * gdb.reverse/machinestate.exp
5317 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5318 * gdb.reverse/pipe-reverse.exp
5319 * gdb.reverse/readv-reverse.exp
5320 * gdb.reverse/recvmsg-reverse.exp
5321 * gdb.reverse/rerun-prec.exp
5322 * gdb.reverse/s390-mvcle.exp
5323 * gdb.reverse/sigall-precsave.exp
5324 * gdb.reverse/sigall-reverse.exp
5325 * gdb.reverse/solib-precsave.exp
5326 * gdb.reverse/solib-reverse.exp
5327 * gdb.reverse/step-precsave.exp
5328 * gdb.reverse/step-reverse.exp
5329 * gdb.reverse/time-reverse.exp
5330 * gdb.reverse/until-precsave.exp
5331 * gdb.reverse/until-reverse.exp
5332 * gdb.reverse/waitpid-reverse.exp
5333 * gdb.reverse/watch-precsave.exp
5334 * gdb.reverse/watch-reverse.exp
5335
cdc7edd7
LM
53362016-12-01 Luis Machado <lgustavo@codesourcery.com>
5337
5338 Fix test names starting with uppercase throughout the files.
5339
5340 * gdb.arch/i386-mpx-simple_segv.exp
5341 * gdb.arch/i386-mpx.exp
5342 * gdb.arch/i386-permbkpt.exp
5343 * gdb.arch/pa-nullify.exp
5344 * gdb.arch/powerpc-d128-regs.exp
5345 * gdb.arch/vsx-regs.exp
5346 * gdb.base/bfp-test.exp
5347 * gdb.base/break.exp
5348 * gdb.base/breakpoint-shadow.exp
5349 * gdb.base/callfuncs.exp
5350 * gdb.base/charset.exp
5351 * gdb.base/commands.exp
5352 * gdb.base/completion.exp
5353 * gdb.base/dfp-test.exp
5354 * gdb.base/echo.exp
5355 * gdb.base/ending-run.exp
5356 * gdb.base/eval.exp
5357 * gdb.base/expand-psymtabs.exp
5358 * gdb.base/float128.exp
5359 * gdb.base/floatn.exp
5360 * gdb.base/foll-exec-mode.exp
5361 * gdb.base/gdb1056.exp
5362 * gdb.base/gdb11531.exp
5363 * gdb.base/kill-after-signal.exp
5364 * gdb.base/multi-forks.exp
5365 * gdb.base/overlays.exp
5366 * gdb.base/pending.exp
5367 * gdb.base/sepdebug.exp
5368 * gdb.base/testenv.exp
5369 * gdb.base/valgrind-db-attach.exp
5370 * gdb.base/watch_thread_num.exp
5371 * gdb.base/watchpoint-cond-gone.exp
5372 * gdb.base/watchpoint.exp
5373 * gdb.base/watchpoints.exp
5374 * gdb.cp/arg-reference.exp
5375 * gdb.cp/baseenum.exp
5376 * gdb.cp/operator.exp
5377 * gdb.cp/shadow.exp
5378 * gdb.dwarf2/dw2-op-out-param.exp
5379 * gdb.dwarf2/dw2-reg-undefined.exp
5380 * gdb.go/chan.exp
5381 * gdb.go/hello.exp
5382 * gdb.go/integers.exp
5383 * gdb.go/methods.exp
5384 * gdb.go/package.exp
5385 * gdb.guile/scm-parameter.exp
5386 * gdb.guile/scm-progspace.exp
5387 * gdb.guile/scm-value.exp
5388 * gdb.mi/mi-pending.exp
5389 * gdb.mi/user-selected-context-sync.exp
5390 * gdb.multi/multi-attach.exp
5391 * gdb.multi/tids.exp
5392 * gdb.opt/clobbered-registers-O2.exp
5393 * gdb.pascal/floats.exp
5394 * gdb.pascal/integers.exp
5395 * gdb.python/py-block.exp
5396 * gdb.python/py-events.exp
5397 * gdb.python/py-parameter.exp
5398 * gdb.python/py-symbol.exp
5399 * gdb.python/py-symtab.exp
5400 * gdb.python/py-type.exp
5401 * gdb.python/py-value.exp
5402 * gdb.python/py-xmethods.exp
5403 * gdb.python/python.exp
5404 * gdb.reverse/break-precsave.exp
5405 * gdb.reverse/consecutive-precsave.exp
5406 * gdb.reverse/finish-precsave.exp
5407 * gdb.reverse/i386-precsave.exp
5408 * gdb.reverse/machinestate-precsave.exp
5409 * gdb.reverse/sigall-precsave.exp
5410 * gdb.reverse/solib-precsave.exp
5411 * gdb.reverse/step-precsave.exp
5412 * gdb.reverse/until-precsave.exp
5413 * gdb.reverse/watch-precsave.exp
5414 * gdb.server/ext-attach.exp
5415 * gdb.server/ext-restart.exp
5416 * gdb.server/ext-run.exp
5417 * gdb.server/ext-wrapper.exp
5418 * gdb.stabs/gdb11479.exp
5419 * gdb.stabs/weird.exp
5420 * gdb.threads/attach-many-short-lived-threads.exp
5421 * gdb.threads/kill.exp
5422 * gdb.threads/watchpoint-fork.exp
5423
bc6c7af4
LM
54242016-12-01 Luis Machado <lgustavo@codesourcery.com>
5425
5426 Fix test names starting with uppercase throughout all the files below.
5427
5428 * gdb.ada/array_return.exp
5429 * gdb.ada/catch_ex.exp
5430 * gdb.ada/info_exc.exp
5431 * gdb.ada/mi_catch_ex.exp
5432 * gdb.ada/mi_dyn_arr.exp
5433 * gdb.ada/mi_ex_cond.exp
5434 * gdb.ada/mi_exc_info.exp
5435 * gdb.ada/mi_interface.exp
5436 * gdb.ada/mi_task_arg.exp
5437 * gdb.ada/mi_task_info.exp
5438 * gdb.ada/mi_var_array.exp
5439 * gdb.arch/alpha-step.exp
5440 * gdb.arch/amd64-disp-step.exp
5441 * gdb.arch/arm-disp-step.exp
5442 * gdb.arch/disp-step-insn-reloc.exp
5443 * gdb.arch/e500-prologue.exp
5444 * gdb.arch/ftrace-insn-reloc.exp
5445 * gdb.arch/gdb1558.exp
5446 * gdb.arch/i386-bp_permanent.exp
5447 * gdb.arch/i386-disp-step.exp
5448 * gdb.arch/i386-float.exp
5449 * gdb.arch/i386-gnu-cfi.exp
5450 * gdb.arch/ia64-breakpoint-shadow.exp
5451 * gdb.arch/mips16-thunks.exp
5452 * gdb.arch/pa-nullify.exp
5453 * gdb.arch/powerpc-aix-prologue.exp
5454 * gdb.arch/powerpc-power.exp
5455 * gdb.arch/ppc-dfp.exp
5456 * gdb.arch/s390-tdbregs.exp
5457 * gdb.arch/spu-info.exp
5458 * gdb.arch/spu-ls.exp
5459 * gdb.arch/thumb-bx-pc.exp
5460 * gdb.base/advance.exp
5461 * gdb.base/annota-input-while-running.exp
5462 * gdb.base/arrayidx.exp
5463 * gdb.base/asmlabel.exp
5464 * gdb.base/async.exp
5465 * gdb.base/attach-wait-input.exp
5466 * gdb.base/auto-connect-native-target.exp
5467 * gdb.base/batch-preserve-term-settings.exp
5468 * gdb.base/bfp-test.exp
5469 * gdb.base/bigcore.exp
5470 * gdb.base/bp-permanent.exp
5471 * gdb.base/break-always.exp
5472 * gdb.base/break-fun-addr.exp
5473 * gdb.base/break-idempotent.exp
5474 * gdb.base/break-main-file-remove-fail.exp
5475 * gdb.base/break-probes.exp
5476 * gdb.base/break-unload-file.exp
5477 * gdb.base/break.exp
5478 * gdb.base/call-ar-st.exp
5479 * gdb.base/call-rt-st.exp
5480 * gdb.base/call-sc.exp
5481 * gdb.base/call-signal-resume.exp
5482 * gdb.base/call-strs.exp
5483 * gdb.base/callexit.exp
5484 * gdb.base/callfuncs.exp
5485 * gdb.base/catch-gdb-caused-signals.exp
5486 * gdb.base/catch-signal-siginfo-cond.exp
5487 * gdb.base/catch-syscall.exp
5488 * gdb.base/compare-sections.exp
5489 * gdb.base/cond-eval-mode.exp
5490 * gdb.base/condbreak-call-false.exp
5491 * gdb.base/consecutive-step-over.exp
5492 * gdb.base/cursal.exp
5493 * gdb.base/disabled-location.exp
5494 * gdb.base/disasm-end-cu.exp
5495 * gdb.base/display.exp
5496 * gdb.base/double-prompt-target-event-error.exp
5497 * gdb.base/dprintf-bp-same-addr.exp
5498 * gdb.base/dprintf-detach.exp
5499 * gdb.base/dprintf-next.exp
5500 * gdb.base/dprintf-non-stop.exp
5501 * gdb.base/dprintf-pending.exp
5502 * gdb.base/dso2dso.exp
5503 * gdb.base/ending-run.exp
5504 * gdb.base/enum_cond.exp
5505 * gdb.base/examine-backward.exp
5506 * gdb.base/exe-lock.exp
5507 * gdb.base/exec-invalid-sysroot.exp
5508 * gdb.base/execl-update-breakpoints.exp
5509 * gdb.base/execution-termios.exp
5510 * gdb.base/fileio.exp
5511 * gdb.base/fixsection.exp
5512 * gdb.base/foll-exec-mode.exp
5513 * gdb.base/foll-exec.exp
5514 * gdb.base/fork-running-state.exp
5515 * gdb.base/frame-args.exp
5516 * gdb.base/fullpath-expand.exp
5517 * gdb.base/func-ptr.exp
5518 * gdb.base/gcore-relro-pie.exp
5519 * gdb.base/gdb1090.exp
5520 * gdb.base/gdb1555.exp
5521 * gdb.base/global-var-nested-by-dso.exp
5522 * gdb.base/gnu-ifunc.exp
5523 * gdb.base/hbreak-in-shr-unsupported.exp
5524 * gdb.base/hbreak-unmapped.exp
5525 * gdb.base/hook-stop.exp
5526 * gdb.base/infcall-input.exp
5527 * gdb.base/info-fun.exp
5528 * gdb.base/info-shared.exp
5529 * gdb.base/interrupt-noterm.exp
5530 * gdb.base/jit-so.exp
5531 * gdb.base/jit.exp
5532 * gdb.base/line-symtabs.exp
5533 * gdb.base/list.exp
5534 * gdb.base/longjmp.exp
5535 * gdb.base/macscp.exp
5536 * gdb.base/max-value-size.exp
5537 * gdb.base/nodebug.exp
5538 * gdb.base/nofield.exp
5539 * gdb.base/overlays.exp
5540 * gdb.base/paginate-after-ctrl-c-running.exp
5541 * gdb.base/paginate-bg-execution.exp
5542 * gdb.base/paginate-inferior-exit.exp
5543 * gdb.base/pending.exp
5544 * gdb.base/pr11022.exp
5545 * gdb.base/printcmds.exp
5546 * gdb.base/ptr-typedef.exp
5547 * gdb.base/ptype.exp
5548 * gdb.base/randomize.exp
5549 * gdb.base/range-stepping.exp
5550 * gdb.base/realname-expand.exp
5551 * gdb.base/relativedebug.exp
5552 * gdb.base/remote.exp
5553 * gdb.base/savedregs.exp
5554 * gdb.base/sepdebug.exp
5555 * gdb.base/set-noassign.exp
5556 * gdb.base/shlib-call.exp
5557 * gdb.base/shreloc.exp
5558 * gdb.base/sigaltstack.exp
5559 * gdb.base/sigbpt.exp
5560 * gdb.base/siginfo-addr.exp
5561 * gdb.base/siginfo-obj.exp
5562 * gdb.base/siginfo-thread.exp
5563 * gdb.base/signest.exp
5564 * gdb.base/signull.exp
5565 * gdb.base/sigrepeat.exp
5566 * gdb.base/skip.exp
5567 * gdb.base/so-impl-ld.exp
5568 * gdb.base/solib-corrupted.exp
5569 * gdb.base/solib-disc.exp
5570 * gdb.base/solib-display.exp
5571 * gdb.base/solib-overlap.exp
5572 * gdb.base/solib-search.exp
5573 * gdb.base/solib-symbol.exp
5574 * gdb.base/source-execution.exp
5575 * gdb.base/sss-bp-on-user-bp-2.exp
5576 * gdb.base/sss-bp-on-user-bp.exp
5577 * gdb.base/stack-checking.exp
5578 * gdb.base/stale-infcall.exp
5579 * gdb.base/step-break.exp
5580 * gdb.base/step-line.exp
5581 * gdb.base/step-over-exit.exp
5582 * gdb.base/step-test.exp
5583 * gdb.base/structs.exp
5584 * gdb.base/sym-file.exp
5585 * gdb.base/symtab-search-order.exp
5586 * gdb.base/term.exp
5587 * gdb.base/type-opaque.exp
5588 * gdb.base/unload.exp
5589 * gdb.base/until-nodebug.exp
5590 * gdb.base/until.exp
5591 * gdb.base/unwindonsignal.exp
5592 * gdb.base/watch-cond.exp
5593 * gdb.base/watch-non-mem.exp
5594 * gdb.base/watch_thread_num.exp
5595 * gdb.base/watchpoint-reuse-slot.exp
5596 * gdb.base/watchpoint-solib.exp
5597 * gdb.base/watchpoint.exp
5598 * gdb.btrace/dlopen.exp
5599 * gdb.cell/arch.exp
5600 * gdb.cell/break.exp
5601 * gdb.cell/bt.exp
5602 * gdb.cell/core.exp
5603 * gdb.cell/data.exp
5604 * gdb.cell/dwarfaddr.exp
5605 * gdb.cell/ea-cache.exp
5606 * gdb.cell/ea-standalone.exp
5607 * gdb.cell/ea-test.exp
5608 * gdb.cell/f-regs.exp
5609 * gdb.cell/fork.exp
5610 * gdb.cell/gcore.exp
5611 * gdb.cell/mem-access.exp
5612 * gdb.cell/ptype.exp
5613 * gdb.cell/registers.exp
5614 * gdb.cell/sizeof.exp
5615 * gdb.cell/solib-symbol.exp
5616 * gdb.cell/solib.exp
5617 * gdb.compile/compile-tls.exp
5618 * gdb.cp/exception.exp
5619 * gdb.cp/gdb2495.exp
5620 * gdb.cp/local.exp
5621 * gdb.cp/mb-inline.exp
5622 * gdb.cp/mb-templates.exp
5623 * gdb.cp/pr10687.exp
5624 * gdb.cp/pr9167.exp
5625 * gdb.cp/scope-err.exp
5626 * gdb.cp/templates.exp
5627 * gdb.cp/virtfunc.exp
5628 * gdb.dwarf2/dw2-dir-file-name.exp
5629 * gdb.dwarf2/dw2-single-line-discriminators.exp
5630 * gdb.fortran/complex.exp
5631 * gdb.fortran/library-module.exp
5632 * gdb.guile/guile.exp
5633 * gdb.guile/scm-cmd.exp
5634 * gdb.guile/scm-frame-inline.exp
5635 * gdb.guile/scm-objfile.exp
5636 * gdb.guile/scm-pretty-print.exp
5637 * gdb.guile/scm-symbol.exp
5638 * gdb.guile/scm-type.exp
5639 * gdb.guile/scm-value.exp
5640 * gdb.linespec/keywords.exp
5641 * gdb.linespec/ls-errs.exp
5642 * gdb.linespec/macro-relative.exp
5643 * gdb.linespec/thread.exp
5644 * gdb.mi/mi-breakpoint-changed.exp
5645 * gdb.mi/mi-dprintf-pending.exp
5646 * gdb.mi/mi-fullname-deleted.exp
5647 * gdb.mi/mi-logging.exp
5648 * gdb.mi/mi-pending.exp
5649 * gdb.mi/mi-solib.exp
5650 * gdb.mi/new-ui-mi-sync.exp
5651 * gdb.mi/user-selected-context-sync.exp
5652 * gdb.multi/dummy-frame-restore.exp
5653 * gdb.multi/multi-arch-exec.exp
5654 * gdb.multi/remove-inferiors.exp
5655 * gdb.multi/watchpoint-multi-exit.exp
5656 * gdb.opt/solib-intra-step.exp
5657 * gdb.perf/backtrace.exp
5658 * gdb.perf/single-step.exp
5659 * gdb.perf/skip-command.exp
5660 * gdb.perf/skip-prologue.exp
5661 * gdb.perf/solib.exp
5662 * gdb.python/lib-types.exp
5663 * gdb.python/py-as-string.exp
5664 * gdb.python/py-bad-printers.exp
5665 * gdb.python/py-block.exp
5666 * gdb.python/py-breakpoint.exp
5667 * gdb.python/py-cmd.exp
5668 * gdb.python/py-events.exp
5669 * gdb.python/py-evthreads.exp
5670 * gdb.python/py-finish-breakpoint.exp
5671 * gdb.python/py-finish-breakpoint2.exp
5672 * gdb.python/py-frame-inline.exp
5673 * gdb.python/py-frame.exp
5674 * gdb.python/py-inferior.exp
5675 * gdb.python/py-infthread.exp
5676 * gdb.python/py-mi.exp
5677 * gdb.python/py-objfile.exp
5678 * gdb.python/py-pp-maint.exp
5679 * gdb.python/py-pp-registration.exp
5680 * gdb.python/py-prettyprint.exp
5681 * gdb.python/py-recurse-unwind.exp
5682 * gdb.python/py-shared.exp
5683 * gdb.python/py-symbol.exp
5684 * gdb.python/py-symtab.exp
5685 * gdb.python/py-template.exp
5686 * gdb.python/py-type.exp
5687 * gdb.python/py-unwind-maint.exp
5688 * gdb.python/py-unwind.exp
5689 * gdb.python/py-value.exp
5690 * gdb.python/python.exp
5691 * gdb.reverse/finish-reverse-bkpt.exp
5692 * gdb.reverse/insn-reverse.exp
5693 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5694 * gdb.reverse/solib-precsave.exp
5695 * gdb.reverse/solib-reverse.exp
5696 * gdb.stabs/gdb11479.exp
5697 * gdb.stabs/weird.exp
5698 * gdb.threads/fork-child-threads.exp
5699 * gdb.threads/fork-plus-threads.exp
5700 * gdb.threads/fork-thread-pending.exp
5701 * gdb.threads/forking-threads-plus-breakpoint.exp
5702 * gdb.threads/hand-call-in-threads.exp
5703 * gdb.threads/interrupted-hand-call.exp
5704 * gdb.threads/linux-dp.exp
5705 * gdb.threads/local-watch-wrong-thread.exp
5706 * gdb.threads/next-while-other-thread-longjmps.exp
5707 * gdb.threads/non-ldr-exit.exp
5708 * gdb.threads/pending-step.exp
5709 * gdb.threads/print-threads.exp
5710 * gdb.threads/process-dies-while-detaching.exp
5711 * gdb.threads/process-dies-while-handling-bp.exp
5712 * gdb.threads/pthreads.exp
5713 * gdb.threads/queue-signal.exp
5714 * gdb.threads/reconnect-signal.exp
5715 * gdb.threads/signal-command-handle-nopass.exp
5716 * gdb.threads/signal-command-multiple-signals-pending.exp
5717 * gdb.threads/signal-delivered-right-thread.exp
5718 * gdb.threads/signal-sigtrap.exp
5719 * gdb.threads/sigthread.exp
5720 * gdb.threads/staticthreads.exp
5721 * gdb.threads/stepi-random-signal.exp
5722 * gdb.threads/thread-unwindonsignal.exp
5723 * gdb.threads/thread_check.exp
5724 * gdb.threads/thread_events.exp
5725 * gdb.threads/tid-reuse.exp
5726 * gdb.threads/tls-nodebug.exp
5727 * gdb.threads/tls-shared.exp
5728 * gdb.threads/tls-so_extern.exp
5729 * gdb.threads/tls.exp
5730 * gdb.threads/wp-replication.exp
5731 * gdb.trace/actions-changed.exp
5732 * gdb.trace/actions.exp
5733 * gdb.trace/backtrace.exp
5734 * gdb.trace/change-loc.exp
5735 * gdb.trace/collection.exp
5736 * gdb.trace/deltrace.exp
5737 * gdb.trace/disconnected-tracing.exp
5738 * gdb.trace/entry-values.exp
5739 * gdb.trace/ftrace-lock.exp
5740 * gdb.trace/ftrace.exp
5741 * gdb.trace/infotrace.exp
5742 * gdb.trace/mi-trace-frame-collected.exp
5743 * gdb.trace/mi-trace-unavailable.exp
5744 * gdb.trace/mi-traceframe-changed.exp
5745 * gdb.trace/mi-tracepoint-changed.exp
5746 * gdb.trace/mi-tsv-changed.exp
5747 * gdb.trace/no-attach-trace.exp
5748 * gdb.trace/packetlen.exp
5749 * gdb.trace/passc-dyn.exp
5750 * gdb.trace/passcount.exp
5751 * gdb.trace/pending.exp
5752 * gdb.trace/pr16508.exp
5753 * gdb.trace/qtro.exp
5754 * gdb.trace/range-stepping.exp
5755 * gdb.trace/read-memory.exp
5756 * gdb.trace/report.exp
5757 * gdb.trace/save-trace.exp
5758 * gdb.trace/signal.exp
5759 * gdb.trace/stap-trace.exp
5760 * gdb.trace/status-stop.exp
5761 * gdb.trace/strace.exp
5762 * gdb.trace/tfile.exp
5763 * gdb.trace/tfind.exp
5764 * gdb.trace/trace-break.exp
5765 * gdb.trace/trace-condition.exp
5766 * gdb.trace/trace-enable-disable.exp
5767 * gdb.trace/trace-mt.exp
5768 * gdb.trace/tracecmd.exp
5769 * gdb.trace/tracefile-pseudo-reg.exp
5770 * gdb.trace/tspeed.exp
5771 * gdb.trace/tstatus.exp
5772 * gdb.trace/tsv.exp
5773 * gdb.trace/unavailable.exp
5774 * gdb.trace/while-dyn.exp
5775 * gdb.trace/while-stepping.exp
5776 * lib/gdb-guile.exp
5777 * lib/gdb.exp
5778 * lib/mi-support.exp
5779 * lib/pascal.exp
5780 * lib/perftest.exp
5781 * lib/prelink-support.exp
5782 * lib/selftest-support.exp
5783
ad02e4fe
SM
57842016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5785
5786 * Makefile.in: Include disable-implicit-rules.mk.
5787
22347e55
AA
57882016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5789
5790 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5791 non-byte-aligned bit fields.
5792
da5b30da
AA
57932016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5794
5795 PR gdb/12616
5796 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5797 respects the DW_AT_data_bit_offset attribute.
5798
b593ecca
SM
57992016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5800
5801 * gdb.base/default.exp: Fix output of "set language".
5802
3b165252
SM
58032016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5804
5805 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5806 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5807 make.
5808 * configure.ac: Remove checks for the make program.
5809 * configure: Re-generate.
5810
1a2f3d7f
KB
58112016-11-16 Kevin Buettner <kevinb@redhat.com>
5812
5813 * gdb.python/py-recurse-unwind.c (main): Add loop.
5814 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5815 to read_register() and gdb.parse_and_eval(). Make each code
5816 call a separate case that can be individually tested.
5817 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5818 proc. Call cont_and_backtrace for each of the code paths that
5819 we want to test in the unwinder.
5820
b7f38fda
AA
58212016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5822
5823 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5824 the definition of struct S.
5825
1f8db343
CM
58262016-11-11 Catherine Moore <clm@codesourcery.com>
5827
5828 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5829
fad0c9fb
PA
58302016-11-09 Pedro Alves <palves@redhat.com>
5831
5832 * gdb.base/commands.exp (runto_or_return): New procedure.
5833 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5834 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5835 (progvar_simple_while_test, progvar_complex_if_while_test)
5836 (if_while_breakpoint_command_test)
5837 (infrun_breakpoint_command_test, breakpoint_command_test)
5838 (user_defined_command_test, watchpoint_command_test)
5839 (test_command_prompt_position, redefine_hook_test)
5840 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5841 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5842 multi_line_input and multi_line. Remove gdb_expect and
5843 gdb_stop_suppressing_tests uses.
5844 * lib/gdb.exp (valnum_re): New global.
5845 (multi_line_input): New procedure.
5846
8354c62c
SM
58472016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5848
5849 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5850 Remove.
5851 (test_setup): Define with proc_with_prefix.
5852 (test_cli_inferior): Likewise.
5853 (test_cli_thread): Likewise.
5854 (test_cli_frame): Likewise.
5855 (test_cli_select_frame): Likewise.
5856 (test_cli_up_down): Likewise.
5857 (test_mi_thread_select): Likewise.
5858 (test_mi_stack_select_frame): Likewise.
5859 (test_cli_in_mi_inferior): Likewise.
5860 (test_cli_in_mi_thread): Likewise.
5861 (test_cli_in_mi_frame): Likewise.
5862 (top level): Do not use with_test_prefix_procname.
5863
64f367a2
PA
58642016-11-09 Pedro Alves <palves@redhat.com>
5865
5866 * gdb.base/commands.exp (gdbvar_simple_if_test)
5867 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5868 (progvar_simple_if_test, progvar_simple_while_test)
5869 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5870 (infrun_breakpoint_command_test, breakpoint_command_test)
5871 (user_defined_command_test, watchpoint_command_test)
5872 (test_command_prompt_position, deprecated_command_test)
5873 (bp_deleted_in_command, temporary_breakpoint_commands)
5874 (stray_arg0_test, source_file_with_indented_comment)
5875 (recursive_source_test, if_commands_test)
5876 (error_clears_commands_left, redefine_hook_test)
5877 (redefine_backtrace_test): Use proc_with_prefix.
5878 * lib/gdb.exp (proc_with_prefix): New proc.
5879
0bb65f1e
AA
58802016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5881
5882 * gdb.base/tui-layout.c: New file.
5883 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5884 disassembly window contains very long lines.
5885
7353f247
TT
58862016-11-08 Tom Tromey <tom@tromey.com>
5887
5888 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5889 depend on Python 2.
5890
30a7bb83
TT
58912016-11-08 Tom Tromey <tom@tromey.com>
5892
5893 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5894 New method.
5895
cdf5a07c
MG
58962016-10-29 Manish Goregaokar <manish@mozilla.com>
5897
2806dc7e 5898 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5899
51a789c3
MG
59002016-10-27 Manish Goregaokar <manish@mozilla.com>
5901
2806dc7e
PA
5902 * gdb.rust/simple.rs: Add test for univariant enums without
5903 discriminants and for encoded struct-like enums.
51a789c3 5904
f610ab6d
PA
59052016-10-28 Pedro Alves <palves@redhat.com>
5906
5907 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5908 gdb_test_multiple, tighten regexps and match symtabs and line
5909 tables incrementally.
5910
b129b0ca
LM
59112016-10-28 Luis Machado <lgustavo@codesourcery.com>
5912
5913 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5914 general.
5915
ecf45d2c
SL
59162016-10-25 Luis Machado <lgustavo@codesourcery.com>
5917
5918 * gdb.base/exec-invalid-sysroot.exp: New file.
5919
b8d38ee4
JK
59202016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5921
5922 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5923
f90fd8c2
JK
59242016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5927
2d2476aa
MR
59282016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5929
2806dc7e
PA
5930 * gdb.base/killed-outside.exp: Remove $options from a call to
5931 `prepare_for_testing'.
2d2476aa 5932
e42b25a0
SM
59332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5934
5935 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5936 Change test message.
5937
3ccdb432
SM
59382016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5939
5940 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5941 Update comment.
5942
5bad3170
SM
59432016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5944
5945 * gdb.trace/mi-trace-save.exp: New file.
5946
5ad9dba7
YQ
59472016-10-13 Yao Qi <yao.qi@linaro.org>
5948
5949 * gdb.base/code_elim.exp (get_var_address): Remove.
5950 * gdb.base/relocate.exp: Likewise.
5951 * gdb.base/shreloc.exp: Likewise.
5952 * lib/gdb.exp (get_var_address): New.
5953
62df7e21
YQ
59542016-10-13 Yao Qi <yao.qi@linaro.org>
5955
5956 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5957 floating point tests if $skip_float_test is false.
5958
4dac951e
LM
59592016-10-12 Luis Machado <lgustavo@codesourcery.com>
5960
5961 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5962 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5963 argc values.
5964 Add 1 to argc so we guarantee distinct initial/modified argc values.
5965
8f1a8fc4
JK
59662016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5967
5968 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5969
16c85b5d
JK
59702016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5971
5972 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5973 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5974 * gdb.arch/vsx-regs.exp: Likewise.
5975
1d0e042a
YQ
59762016-10-07 Yao Qi <yao.qi@linaro.org>
5977
5978 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5979
68dadef5
MM
59802016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5981
5982 * gdb.python/python.exp: Test decode_line("*0").
5983
33fa2c6e
DE
59842016-10-06 Doug Evans <dje@google.com>
5985
5986 * gdb.python/py-value.exp (test_value_creation): Add test for large
5987 unsigned 64-bit value.
5988
9c37b5ae
TT
59892016-10-06 Tom Tromey <tom@tromey.com>
5990
5991 * gdb.compile/compile.exp: Change java tests to rust.
5992 * gdb.base/setshow.exp: Change java tests to rust.
5993 * gdb.base/default.exp: Remove java from language list.
5994 * README (Examples): Update language example.
5995 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5996 test.
5997 * lib/gdb.exp (skip_java_tests): Remove.
5998 * lib/java.exp: Remove.
5999 * gdb.java: Remove.
6000
78b86327
MR
60012016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6002
6003 * gdb.arch/mips-fcr.exp: New test.
6004 * gdb.arch/mips-fcr.c: Source for the new test.
6005
7470adbb
MR
60062016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6007
6008 * gdb.base/solib-disc.exp: Use `standard_output_file'
6009 throughout.
6010
4a556533
PA
60112016-10-06 Pedro Alves <palves@redhat.com>
6012
6013 * gdb.base/jit-simple-dl.c: New file.
6014 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6015 * gdb.base/jit-simple.c: ... this.
6016 * gdb.base/jit-simple.exp (jit_run): Delete.
6017 (build_jit): New proc.
6018 (jit_test_reread): Recompile either the main program or the shared
6019 library, depending on what is being tested. Skip changing address
6020 if caller wants to. Compare before/after addresses. If testing
6021 standalone, explicitly load the binary. Test "maint info
6022 breakpoints".
6023 (top level): Add "standalone vs shared lib" and "change address"
6024 vs "same address" axes.
6025
5a122fbc
PA
60262016-10-06 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6029 call.
6030 (jit_run): Delete.
6031 (jit_test_reread): Use with_test_prefix. Reload the main binary
6032 explicitly. Compare the before/after addresses of the JIT
6033 descriptor.
6034
ee8da4b8
DE
60352016-08-15 Doug Evans <dje@google.com>
6036
6037 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6038 for single bitfields is bool.
6039 * gdb.xml/tdesc-regs.exp: Ditto.
6040
f389f6fe
JK
60412016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6042
6043 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6044
fdebf1a4
YQ
60452016-10-05 Yao Qi <yao.qi@linaro.org>
6046
6047 * lib/gdb.exp (support_complex_tests): Return zero if
6048 gdb_skip_float_test return true.
6049
9c36d954 60502016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6051 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6052
6053 PR gdb/20487
6054 * gdb.mi/user-selected-context-sync.exp: New file.
6055 * gdb.mi/user-selected-context-sync.c: New file.
6056
4034d0ff 60572016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6058 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6059
6060 PR gdb/20487
6061 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6062 =thread-select-event check.
6063
a4297203
PB
60642016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6065
6066 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6067 the compulsory L operand changes.
6068 * gdb.arch/powerpc-power.s: Likewise.
6069
bb805577
JK
60702016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6071
6072 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6073 * gdb.base/jit-attach-pie.c: New file.
6074 * gdb.base/jit-attach-pie.exp: New file.
6075
6d61dee5
PA
60762016-09-28 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.base/infcall-input.c: New file.
6079 * gdb.base/infcall-input.exp: New file.
6080
f73842fc
YQ
60812016-09-22 Yao Qi <yao.qi@linaro.org>
6082
6083 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6084 (gdb_exit): Rename it to ...
6085 (gdbserver_gdb_exit): ... Close GDBserver.
6086 (gdb_exit): New proc, call gdbserver_gdb_exit.
6087 (mi_gdb_exit): Likewise.
6088
90681dab
YQ
60892016-09-22 Yao Qi <yao.qi@linaro.org>
6090
6091 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6092 path.
6093 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6094 Remove duplication.
6095
9c211fd8
YQ
60962016-09-22 Yao Qi <yao.qi@linaro.org>
6097
6098 * lib/gdbserver-support.exp: Check the existence of
6099 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6100
ad0a504f
AK
61012016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6102
6103 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6104
36cf1806
TT
61052016-09-21 Tom Tromey <tom@tromey.com>
6106
6107 PR gdb/20604:
6108 * gdb.base/quit.exp: New file.
6109
74172ecf
SM
61102016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6111
6112 * .gitignore: New file.
6113
3d0ec882
MR
61142016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6115
6116 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6117 throughout.
6118
8193adea
AA
61192016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6120
6121 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6122
d41a5c09
JK
61232016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 * gdb.cp/casts.cc (decltype): Move it ...
6126 (main): ... with its call to ...
6127 * gdb.cp/casts03.cc: ... a new file.
6128 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6129
d2dfe700
JK
61302016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6131
6132 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6133
e2a92b16
PB
61342016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6135
6136 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6137 and sync up the test with tests in gas/testsuite/gas/ppc.
6138 * gdb.arch/powerpc-power.exp: Likewise.
6139
49b4de64
JK
61402016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6141
6142 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6143
2c29df25
SDJ
61442016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6145 Jan Kratochvil <jan.kratochvil@redhat.com>
6146
6147 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6148 make m1's definition to be different from m2's. Use 'dummy' as an
6149 argument for probe 'two'.
6150
cc3c2846
JB
61512016-09-10 Jon Beniston <jon@beniston.com>
6152
6153 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6154 for sim target.
6155
e1b2624a
AA
61562016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6157
6158 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6159 variable declaration.
6160 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6161 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6162 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6163 received HWCAP as its argument.
6164
4295e285
PA
61652016-09-06 Pedro Alves <palves@redhat.com>
6166
6167 * gdb.base/new-ui-pending-input.c: New file.
6168 * gdb.base/new-ui-pending-input.exp: New file.
6169 * gdb.exp (clear_gdb_spawn_id): New procedure.
6170 (with_spawn_id): Check whether gdb_spawn_id exists before
6171 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6172 on exit.
6173
00d5215e
UW
61742016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6175
6176 * gdb.base/float128.c: New file.
6177 * gdb.base/float128.exp: Likewise.
6178 * gdb.base/floatn.c: Likewise.
6179 * gdb.base/floatn.exp: Likewise.
6180
a9ff5f12
UW
61812016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6182
6183 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6184
f245535c
PA
61852016-09-05 Pedro Alves <palves@redhat.com>
6186
6187 PR backtrace/19927
6188 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6189 unwinders are immediately called as side effect of "source" or
6190 "disable unwinder" commands.
6191 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6192
ae9cf263
YQ
61932016-09-02 Yao Qi <yao.qi@linaro.org>
6194
6195 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6196 is true and $type is "float" or "double".
6197
27aba047
YQ
61982016-09-02 Yao Qi <yao.qi@linaro.org>
6199
6200 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6201 true.
6202 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6203 * gdb.base/call-rt-st.exp: Likewise.
6204 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6205 return value instead of gdb,skip_float_test.
6206 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6207 (do_function_calls): Use its return value instead of
6208 gdb,skip_float_test.
6209 * gdb.base/finish.exp: Likewise.
6210 * gdb.base/funcargs.exp: Likewise.
6211 * gdb.base/return.exp: Likewise.
6212 * gdb.base/return2.exp: Likewise.
6213 * gdb.base/varargs.exp: Likewise.
6214 * lib/gdb.exp (gdb_skip_float_test): Change it to
6215 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6216
5af962df
AA
62172016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6218
6219 * gdb.multi/tids.exp: Test "thread apply all".
6220
7fac6910
JK
62212016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6222
6223 * gdb.base/default.exp (tty): Remove.
6224
bb1fe4ac
KB
62252016-08-24 Kevin Buettner <kevinb@redhat.com>
6226
2806dc7e
PA
6227 * gdb.python/py-recurse-unwind.c: New file.
6228 * gdb.python/py-recurse-unwind.py: New file.
6229 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6230
0a1ddfa6
SM
62312016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6232
6233 * gdb.base/set-inferior-tty.exp: New file.
6234 * gdb.base/set-inferior-tty.c: New file.
6235
d9de1fe3
PA
62362016-08-23 Pedro Alves <palves@redhat.com>
6237
6238 PR gdb/20494
6239 * gdb.base/new-ui-echo.c: New file.
6240 * gdb.base/new-ui-echo.exp: New file.
6241
e9d9abd7
YQ
62422016-08-23 Yao Qi <yao.qi@linaro.org>
6243
6244 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6245 gdbserver_spawn.
6246 * gdb.server/connect-without-multi-process.exp (do_test):
6247 Likewise.
6248
3589529e
YQ
62492016-08-23 Yao Qi <yao.qi@linaro.org>
6250
6251 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6252 standalone_txt. Delete gdb_txt and standalone_txt on host
6253 and target. Spawn the binary on target. Copy files from
6254 target to host.
6255
6bb90213
PA
62562016-08-22 Pedro Alves <palves@redhat.com>
6257
6258 PR gdb/20505
6259 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6260 with_test_prefix. Factor out bits to ...
6261 (test_no_vdso): ... this new procedure.
6262
20c2c024
CL
62632016-08-19 Carl Love <cel@us.ibm.com>
6264
6265 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6266 maintaining separate logic for constructing the output path.
6267 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6268 * gdb.arch/ppc-dfp.exp: Likewise.
6269 * gdb.arch/ppc-fp.exp: Likewise.
6270 * gdb.arch/vsx-regs.exp: Likewise.
6271 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6272 binprefix for generating the additional binary files.
6273
0646e07d
PA
62742016-08-19 Pedro Alves <palves@redhat.com>
6275
6276 * gdb.trace/mi-trace-frame-collected.exp
6277 (test_trace_frame_collected): On x32, expect two registers.
6278
46da9242
CL
62792016-08-18 Carl Love <cel@us.ibm.com>
6280
6281 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6282 and sync up the test with tests in gas/testsuite/gas/ppc.
6283 * gdb.arch/powerpc-power.exp: Likewise.
6284
eb2332d7
SM
62852016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6286
6287 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6288 expected error message.
6289
63c61e04
SM
62902016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6291
6292 * gdb.multi/remove-inferiors.exp: New file.
6293 * gdb.multi/remove-inferiors.c: New file.
6294
7b17065f
YQ
62952016-08-12 Yao Qi <yao.qi@linaro.org>
6296
6297 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6298 argument list.
6299
01d3dedf
PA
63002016-08-10 Pedro Alves <palves@redhat.com>
6301
6302 PR gdb/19187
6303 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6304 setup_kfails.
6305
3eb7562a
PA
63062016-08-09 Pedro Alves <palves@redhat.com>
6307 Simon Marchi <simon.marchi@ericsson.com>
6308
6309 PR gdb/20418
6310 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6311 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6312
80614914
PA
63132016-08-09 Pedro Alves <palves@redhat.com>
6314
6315 PR mi/20431
6316 * gdb.mi/mi-cmd-error.exp: New file.
6317
f348d89a
PA
63182016-08-09 Pedro Alves <palves@redhat.com>
6319
6320 PR gdb/18653
6321 * gdb.base/signals-state-child.c: New file.
6322 * gdb.base/signals-state-child.exp: New file.
6323 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6324
e5ca03b4
PA
63252016-08-09 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6328
282a0691
TT
63292016-08-03 Tom Tromey <tom@tromey.com>
6330
6331 PR python/18565:
6332 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6333
41bfcd63
YQ
63342016-08-01 Yao Qi <yao.qi@linaro.org>
6335
6336 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6337 variable mode to "multi-process" if $multi_process is 1, otherwise
6338 set it to "single-process".
6339
e3465b24
YQ
63402016-08-01 Yao Qi <yao.qi@linaro.org>
6341
6342 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6343 * gdb.cp/cpexprs.exp: Likewise.
6344 * gdb.cp/m-static.exp: Likewise.
6345
0b31a4bc
TT
63462016-07-26 Tom Tromey <tom@tromey.com>
6347
6348 PR python/20190:
6349 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6350 test.
6351
e0461dbb
MM
63522016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6353
6354 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6355 selecting assembly source files.
6356 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6357 assembly source files.
6358 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6359 assembly source files.
6360 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6361 selecting assembly source files.
6362
8194e927
SM
63632016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6364
6365 * gdb.base/new-ui.exp (do_test_invalid_args): New
6366 procedure.
6367
c0272db5
TW
63682016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6369
6370 * gdb.btrace/reconnect.c: New file.
6371 * gdb.btrace/reconnect.exp: New file.
6372
e3487908
GKB
63732016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6374
6375 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6376 to test_catch_syscall_group.
6377 (test_catch_syscall_group): New.
6378
12df5c00
TT
63792016-07-21 Tom Tromey <tom@tromey.com>
6380
6381 * gdb.rust/simple.rs (main): Use empty struct expression.
6382 * gdb.rust/simple.exp: Add tests for empty struct expression.
6383
bae62ee2
YQ
63842016-07-21 Yao Qi <yao.qi@linaro.org>
6385
6386 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6387 if gdb_skip_xml_test is true on some targets.
6388
b1b53fb3
YQ
63892016-07-21 Yao Qi <yao.qi@linaro.org>
6390
6391 * gdb.server/solib-list.exp: Unset last_loaded_file.
6392
027d97f8
JK
63932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6394
6395 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6396 "step into captured_main (args)".
6397
7674d381
JK
63982016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6399
6400 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6401
72b5d099
JK
64022016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6403
6404 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6405
1f960ced
PA
64062016-07-19 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6409 * gdb.opt/inline-bt.exp: Likewise.
6410 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6411 additional_flags=-Winline.
6412 * gdb.opt/inline-locals.exp: Likewise.
6413 * gdb.opt/inline-markers.c (ATTR): Define.
6414 (inlined_fn): Use it.
6415
f25827c1
YQ
64162016-07-19 Yao Qi <yao.qi@linaro.org>
6417
6418 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6419 (test_with_self): Remove some code. Remove argument executable.
6420 (top-level): Use do_self_tests.
6421
37539ebe
DB
64222016-07-15 Zachary Welch <zwelch@codesourcery.com>
6423 Don Breazeal <donb@codesourcery.com>
6424
6425 * gdb.base/maint.exp: Escape paths used in regular expressions.
6426 * gdb.stabs/weird.exp: Likewise.
6427
dac790e1
TT
64282016-07-13 Tom Tromey <tom@tromey.com>
6429
6430 PR python/15620, PR python/18620:
6431 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6432 (test_bkpt_events): New procs.
6433
93daf339
TT
64342016-07-13 Tom Tromey <tom@tromey.com>
6435
6436 PR python/17698:
6437 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6438 test.
6439 (test_watchpoints): Likewise.
6440 (test_bkpt_pending): New proc.
6441
6571a381
TT
64422016-07-13 Tom Tromey <tom@tromey.com>
6443
6444 PR cli/18053:
6445 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6446 completion test.
6447
e8732474
JK
64482016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6449
6450 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6451 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6452 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6453 f_label.
6454 (g): Rename g_end_lbl to g_label.
6455 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6456 low_pc and high_pc.
6457 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6458
e0f3fd7c
TT
64592016-07-12 Tom Tromey <tom@tromey.com>
6460
6461 PR python/19293:
6462 * gdb.python/py-unwind-maint.exp: Update tests.
6463
3cfe46b6
YQ
64642016-07-12 Yao Qi <yao.qi@linaro.org>
6465
6466 * lib/selftest-support.exp (selftest_setup): Match the output
6467 when captured_main is inlined.
6468
4f19a0e6
WT
64692016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6470
6471 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6472 New variables.
6473 (print this%a, print this%b, print this): New tests.
6474 * gdb.fortran/derived-types.f90 (this): New object and
6475 initialization.
6476
986cf455
SM
64772016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6478
6479 * gdb.ada/arraydim.exp: Remove extra directory level in build
6480 directory.
6481
f0464b23
SM
64822016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6483
6484 * lib/ada.exp: Remove extra directory level in build directory.
6485 * gdb.ada/cond_lang.exp: Likewise.
6486 * gdb.ada/exec_changed.exp: Likewise.
6487 * gdb.ada/lang_switch.exp: Likewise.
6488
42d94011
MG
64892016-07-06 Manish Goregaokar <manish@mozilla.com>
6490
2806dc7e
PA
6491 * simple.rs: Add test for raw pointer subscripting.
6492 * simple.exp: Add test expectations.
42d94011 6493
647c264c
YQ
64942016-07-05 Yao Qi <yao.qi@linaro.org>
6495
6496 * gdb.mi/mi-reverse.exp: Match =record-started output.
6497
20aa2c60
PA
64982016-07-01 Pedro Alves <palves@redhat.com>
6499
6500 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6501 procedure.
6502 (jit_reader_test): Test the jit reader's unwinder.
6503 * gdb.base/jithost.c (jit_function_00_code): New global.
6504 (main): Use memcpy to fill in the mmapped code, instead of poking
6505 bytes manually here.
6506 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6507 value.
6508 (read_debug_info): Save the function's range.
6509 (read_sp): New function.
6510 (unwind_frame): Use it. Also unwind RBP.
6511 (get_frame_id): Use read_sp.
6512 (gdb_init_reader): Use calloc instead of malloc.
6513 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6514 parameter. Use gdb_test_multiple.
6515
ced2dffb
PA
65162016-07-01 Pedro Alves <palves@redhat.com>
6517 Antoine Tremblay <antoine.tremblay@ericsson.com>
6518
6519 * gdb.threads/process-dies-while-detaching.c: New file.
6520 * gdb.threads/process-dies-while-detaching.exp: New file.
6521
63000888
PA
65222016-07-01 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.multi/watchpoint-multi-exit.c: New file.
6525 * gdb.multi/watchpoint-multi-exit.exp: New file.
6526
038d4868
PA
65272016-06-30 Pedro Alves <palves@redhat.com>
6528
6529 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6530 unset inferior_spawn_id.
6531
994e9c83
PA
65322016-06-30 Pedro Alves <palves@redhat.com>
6533
6534 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6535 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6536
e5653468
YQ
65372016-06-29 Yao Qi <yao.qi@linaro.org>
6538
6539 * gdb.base/return.c: Add copyright header.
6540
803b47e5
TT
65412016-06-29 Tom Tromey <tom@tromey.com>
6542
6543 PR python/20129:
6544 * gdb.python/py-framefilter.exp: Add tests for setting priority
6545 and disabling of non-existent frame filter.
6546
28244707
YQ
65472016-06-29 Yao Qi <yao.qi@linaro.org>
6548
6549 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6550 0x0f07ff.
6551
a31d2f06
YQ
65522016-06-28 Yao Qi <yao.qi@linaro.org>
6553
6554 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6555 triplets. Start gdb, execute catch syscall, and continue. Check
6556 gdb's output to determine catch syscall is supported.
6557
921d8f54
MG
65582016-06-27 Manish Goregaokar <manish@mozilla.com>
6559
25d49b86
PA
6560 * gdb.rust/simple.rs: Add test for returning unit in a function.
6561 * gdb.rust/simple.exp: Add expectation for functions returning
6562 unit.
921d8f54 6563
f4952523
PMR
65642016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6565
6566 * gdb.python/py-breakpoint-create-fail.c,
6567 gdb.python/py-breakpoint-create-fail.exp,
6568 gdb.python/py-breakpoint-create-fail.py: New testcase.
6569
fccb08f8
MG
65702016-06-25 Manish Goregaokar <manish@mozilla.com>
6571
6572 PR gdb/20239
6573 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6574 * gdb.rust/simple.exp: Add test expectations for new NonZero
6575 tests.
fccb08f8 6576
6b850546
DT
65772016-06-24 David Taylor <dtaylor@emc.com>
6578
6579 * gdb.base/offsets.exp: New file.
6580 * gdb.base/offsets.c: New file.
6581
17621150
TT
65822016-06-23 Tom Tromey <tom@tromey.com>
6583
6584 PR gdb/16483:
6585 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6586 before any filters are loaded.
6587
04d59df6
WT
65882016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6589
6590 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6591 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6592 structs.
6593 * gdb.fortran/derived-type-function.exp: New file.
6594 * gdb.fortran/derived-type-function.f90: New file.
6595
6596
ac69f786
PA
65972016-06-21 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/new-ui.exp: New file.
6600 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6601 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6602 (with_spawn_id): New procedure.
6603
49940788
PA
66042016-06-21 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.mi/mi-exec-run.exp: New file.
6607
ef274d26
PA
66082016-06-21 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6611 breakpoint command's output on the main UI.
6612 (test_break): New procedure, factored out from calls in the top
6613 level.
6614 (top level): Use foreach_with_prefix to test MI as main UI and as
6615 separate UI.
6616
468afe6c
PA
66172016-06-21 Pedro Alves <palves@redhat.com>
6618
6619 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6620 (test_awatch_creation_and_listing)
6621 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6622 Remove 'type' parameter.
6623 (test_watchpoint_all): New parameter mi_mode. Remove
6624 with_test_prefix.
6625 (top level): Use foreach_with_prefix, and add main/separate UI MI
6626 testing axis.
6627
51f77c37
PA
66282016-06-21 Pedro Alves <palves@redhat.com>
6629
6630 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6631 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6632 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6633 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6634 (gdb_main_spawn_id, mi_spawn_id): Declare and
6635 comment.
6636 (mi_create_inferior_pty): New procedure,
6637 factored out from default_mi_gdb_start.
6638 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6639 procedures.
6640 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6641 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6642 Use mi_create_inferior_pty.
6643 (mi_gdb_start): Use eval to pass down args list.
6644
8980e177
PA
66452016-06-21 Pedro Alves <palves@redhat.com>
6646
6647 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6648 * gdb.opt/inline-cmds.exp: Add MI tests.
6649
f38d3ad1
PA
66502016-06-21 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6653
45db7c09
PA
66542016-06-21 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6657 (top level): Use it instead of mi_execute_to.
6658
5a069ab3
PA
66592016-06-21 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6662 (cont_handler_str): New.
6663 (signal_stop_handler): Set stop_handler_str instead of printing to
6664 stdout.
6665 (continue_handler): Set cont_handler_str instead of printing to
6666 stdout.
6667 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6668 mi_send_resuming_command. Print stop_handler_str and
6669 cont_handler_str instead of expecting the python events print
6670 directly.
6671
2838cc1d
SD
66722016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6673
6674 * gdb.base/jit-reader.exp: New file.
6675 * gdb.base/jithost.c: New file.
6676 * gdb.base/jithost.h: New file.
6677 * gdb.base/jitreader.c : New file.
6678 * gdb.base/jit-protocol.h: New file.
6679
21a77091
YQ
66802016-06-17 Yao Qi <yao.qi@linaro.org>
6681
6682 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6683 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6684 and detach-on-fork. Adjust tests.
6685 (top level): Invoke break_cond_on_syscall with combinations of
6686 syscall, follow-fork-mode and detach-on-fork.
6687
f50bf8e5
YQ
66882016-06-17 Yao Qi <yao.qi@linaro.org>
6689
6690 * gdb.base/step-over-exit.c: New.
6691 * gdb.base/step-over-exit.exp: New.
6692
a28d8e50
YTL
66932016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6694
6695 * gdb.base/float.exp: Add target check for nds32*-*-*.
6696 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6697
cad8e26d
AB
66982016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6699
6700 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6701 for unsupported target features.
6702 * gdb.base/call-rt-st.exp: Likewise.
6703 * gdb.base/call-sc.exp: Likewise.
6704 * gdb.base/call-signal-resume.exp: Likewise.
6705 * gdb.base/call-strs.exp: Likewise.
6706 * gdb.base/callexit.exp: Likewise.
6707 * gdb.base/callfuncs.exp: Likewise.
6708 * gdb.base/nodebug.exp: Likewise.
6709 * gdb.base/printcmds.exp: Likewise.
6710 * gdb.base/ptype.exp: Likewise.
6711 * gdb.base/structs.exp: Likewise.
6712 * gdb.base/unwindonsignal.exp: Likewise.
6713 * gdb.cp/gdb2495.exp: Likewise.
6714 * gdb.cp/templates.exp: Likewise.
6715 * gdb.cp/virtfunc.exp: Likewise.
6716 * gdb.threads/hand-call-in-threads.exp: Likewise.
6717 * gdb.threads/interrupted-hand-call.exp: Likewise.
6718 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6719
347dc102
TT
67202016-06-10 Tom Tromey <tom@tromey.com>
6721
6722 PR rust/20110:
6723 * gdb.rust/expr.exp: Add test for integer constant larger than
6724 i32.
6725
5e13cf25
BH
67262016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6727
6728 * gdb.fortran/nested-funcs.exp: New.
6729 * gdb.fortran/nested-funcs.f90: New.
6730
bb556f1f
TK
67312016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6732
6733 * gdb.base/examine-backward.c: New file.
6734 * gdb.base/examine-backward.exp: New file.
6735
38b022b4
SM
67362016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6737
6738 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6739 matching.
6740
1b40ec05
TT
67412016-06-02 Tom Tromey <tom@tromey.com>
6742
6743 PR python/18984:
6744 * gdb.python/py-shared.exp: Add solib_name test.
6745
193bd378
SM
67462016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6747
6748 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6749
3326303b
MG
67502016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6751
6752 PR c++/19893
6753 * gdb.dwarf2/implref.exp: Rename to...
6754 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6755 * gdb.dwarf2/implref-array.c: New file.
6756 * gdb.dwarf2/implref-array.exp: Likewise.
6757 * gdb.dwarf2/implref-global.c: Likewise.
6758 * gdb.dwarf2/implref-global.exp: Likewise.
6759 * gdb.dwarf2/implref-struct.c: Likewise.
6760 * gdb.dwarf2/implref-struct.exp: Likewise.
6761
825c8ef2
AT
67622016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6763
6764 * gdb.trace/trace-condition.exp: Add 64bit tests.
6765
2320162a
AT
67662016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6767
6768 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6769 bits types.
6770 (main): Adapt to 8 to 64 bits types.
6771 * gdb.trace/trace-condition.exp: Add new tests.
6772
a7818233
AT
67732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6774
6775 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6776
0d336466
AT
67772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6778
6779 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6780 Move condition tests...
6781 * gdb.trace/trace-condition.exp: Here.
6782
7faeb45a
AT
67832016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6784
6785 * gdb.trace/trace-condition.exp: Add counter-case tests.
6786
e385593e
JK
67872016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6788
6789 PR c++/15231
6790 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6791 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6792
744608cc
PA
67932016-05-27 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6796 New procedure.
6797 (top level): Call it, and bail out of DejaGnu is known to be bad.
6798
ac775bf4
AB
67992016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6800
6801 * gdb.base/whatis.c: Extend the test case.
6802 * gdb.base/whatis.exp: Add additional tests.
6803
2bbad2ea
BH
68042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6805
6806* gdb.fortran/type.f90: Add pointer variable.
6807* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6808
8b70175d
BH
68092016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6810
6811 * gdb.fortran/vla-type.exp: Fix testcase name.
6812
86d8a848
BH
68132016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6814
6815 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6816
e188eb36
BH
68172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6818
6819 * gdb.fortran/type.f90: Add nested structures.
6820 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6821 * gdb.fortran/derived-type.exp: Adapt expected output.
6822 * gdb.fortran/vla-type.exp: Adapt expected output.
6823
9b2db1fd
BH
68242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6825
6826 * gdb.fortran/whatis_type.exp: Adapt expected output.
6827
72b17055
BH
68282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6829
6830 * gdb.fortran/print_type.exp: Fix expected output.
6831 * gdb.fortran/whatis_type.exp: Fix expected output.
6832
3cd81d8d
BH
68332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6834
6835 * gdb.fortran/whatis_type.exp: Use multi_line.
6836
ddae9462
TT
68372016-05-24 Tom Tromey <tom@tromey.com>
6838
6839 PR python/17386:
6840 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6841 use value as an index.
6842
1957f6b8
TT
68432016-05-23 Tom Tromey <tom@tromey.com>
6844
6845 PR python/17981:
6846 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6847 no-breakpoint case.
6848
026a9174
PA
68492016-05-24 Pedro Alves <palves@redhat.com>
6850
6851 PR gdb/19828
6852 * gdb.threads/clone-attach-detach.c: New file.
6853 * gdb.threads/clone-attach-detach.exp: New file.
6854
e70a7231
FR
68552016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6856
6857 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6858
0f6ed0e0
TT
68592016-05-23 Tom Tromey <tom@tromey.com>
6860
6861 PR python/19438, PR python/18393:
6862 * gdb.python/py-progspace.exp: Add "dir" test.
6863 * gdb.python/py-objfile.exp: Add "dir" test.
6864
ffd19d61
YQ
68652016-05-23 Yao Qi <yao.qi@linaro.org>
6866
6867 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6868 * gdb.arch/thumb2-it.exp: Likewise.
6869
9e8f9b05
SM
68702016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6871
6872 * gdb.mi/mi-threads-interrupt.c: New file.
6873 * gdb.mi/mi-threads-interrupt.exp: New file.
6874
61c6156d
SM
68752016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6876
6877 PR gdb/18077
6878 * gdb.mi/mi-async-run.exp: New file.
6879 * gdb.mi/mi-async-run.c: New file.
6880
67218854
TT
68812016-05-17 Tom Tromey <tom@tromey.com>
6882 Manish Goregaokar <manishsmail@gmail.com>
6883
6884 * lib/rust-support.exp: New file.
6885 * lib/gdb.exp (skip_rust_tests): New proc.
6886 (build_executable_from_specs): Handle rust.
6887 * lib/future.exp (gdb_find_rustc): New proc.
6888 (gdb_default_target_compile): Handle rust.
6889 * gdb.rust/expr.exp: New file.
6890 * gdb.rust/generics.exp: New file.
6891 * gdb.rust/generics.rs: New file.
6892 * gdb.rust/methods.exp: New file.
6893 * gdb.rust/methods.rs: New file.
6894 * gdb.rust/modules.exp: New file.
6895 * gdb.rust/modules.rs: New file.
6896 * gdb.rust/simple.exp: New file.
6897 * gdb.rust/simple.rs: New file.
6898
c44af4eb
TT
68992016-05-17 Tom Tromey <tom@tromey.com>
6900
6901 * gdb.base/default.exp (set language): Add rust.
6902
dcd1f979
TT
69032016-05-17 Tom Tromey <tom@tromey.com>
6904
6905 * gdb.gdb/unittest.exp: New file.
6906
155b7f57
YQ
69072016-05-16 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6910 shell_prompt. Update shell_prompt_re.
6911
8ddd5a6c
DE
69122016-05-12 Doug Evans <dje@google.com>
6913
6914 PR symtab/19999
6915 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6916 $options when building executable.
6917 * gdb.dwarf2/fission-loclists-pie.S: New file.
6918 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6919
02e370d9
SM
69202016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6921
6922 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6923 of [is_remote target],
6924
8929ad8b
SM
69252016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6926
6927 * lib/gdb.exp (use_gdb_stub): New procedure.
6928
6c447423
DE
69292016-05-03 Yunlian Jiang <yunlian@google.com>
6930 Doug Evans <dje@google.com>
6931
6932 PR symtab/19914
6933 * gdb.dwarf2/dwp-sepdebug.c: New file.
6934 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6935
444e826c
SM
69362016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6937
6938 * gdb.base/detach.exp: Remove is_remote check.
6939
740feeaa
SM
69402016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6941
6942 * gdb.base/annota-input-while-running.exp: Don't check for
6943 [is_remote target]. Enable annotations after running to main.
6944 Remove unused "set test..." line.
6945
9080ac9d
SM
69462016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6947
6948 * gdb.trace/trace-enable-disable.exp: New file.
6949 * gdb.trace/trace-enable-disable.c: New file.
6950
952ebca5
SM
69512016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6952
6953 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6954 use it in info sharedlibrary test.
6955 * gdb.trace/ftrace-lock.exp: Likewise.
6956 * gdb.trace/ftrace.exp: Likewise.
6957 * gdb.trace/range-stepping.exp: Likewise.
6958 * gdb.trace/trace-break.exp: Likewise.
6959 * gdb.trace/trace-condition.exp: Likewise.
6960 * gdb.trace/trace-mt.exp: Likewise.
6961
d9019901
SM
69622016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6963
6964 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6965 (gdb_load_shlib): ... this.
6966 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6967 gdb_load_shlib.
6968 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6969 * gdb.base/ctxobj.exp: Likewise.
6970 * gdb.base/dprintf-pending.exp: Likewise.
6971 * gdb.base/dso2dso.exp: Likewise.
6972 * gdb.base/fixsection.exp: Likewise.
6973 * gdb.base/gcore-relro.exp: Likewise.
6974 * gdb.base/gdb1555.exp: Likewise.
6975 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6976 * gdb.base/gnu-ifunc.exp: Likewise.
6977 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6978 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6979 * gdb.base/pending.exp: Likewise.
6980 * gdb.base/print-file-var.exp: Likewise.
6981 * gdb.base/print-symbol-loading.exp: Likewise.
6982 * gdb.base/shlib-call.exp: Likewise.
6983 * gdb.base/shreloc.exp: Likewise.
6984 * gdb.base/so-impl-ld.exp: Likewise.
6985 * gdb.base/solib-disc.exp: Likewise.
6986 * gdb.base/solib-nodir.exp: Likewise.
6987 * gdb.base/solib-overlap.exp: Likewise.
6988 * gdb.base/solib-symbol.exp: Likewise.
6989 * gdb.base/solib-weak.exp (do_test): Likewise.
6990 * gdb.base/sym-file.exp: Likewise.
6991 * gdb.base/symtab-search-order.exp: Likewise.
6992 * gdb.base/type-opaque.exp: Likewise.
6993 * gdb.base/unload.exp: Likewise.
6994 * gdb.base/watchpoint-solib.exp: Likewise.
6995 * gdb.compile/compile.exp: Likewise.
6996 * gdb.cp/gdb2384.exp: Likewise.
6997 * gdb.cp/infcall-dlopen.exp: Likewise.
6998 * gdb.cp/re-set-overloaded.exp: Likewise.
6999 * gdb.fortran/library-module.exp: Likewise.
7000 * gdb.opt/solib-intra-step.exp: Likewise.
7001 * gdb.python/py-finish-breakpoint.exp: Likewise.
7002 * gdb.python/py-shared.exp: Likewise.
7003 * gdb.reverse/solib-precsave.exp: Likewise.
7004 * gdb.reverse/solib-reverse.exp: Likewise.
7005 * gdb.server/solib-list.exp: Likewise.
7006 * gdb.threads/dlopen-libpthread.exp: Likewise.
7007 * gdb.threads/tls-shared.exp: Likewise.
7008 * gdb.threads/tls-so_extern.exp: Likewise.
7009 * gdb.trace/change-loc.exp: Likewise.
7010 * gdb.trace/ftrace-lock.exp: Likewise.
7011 * gdb.trace/ftrace.exp: Likewise.
7012 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7013 * gdb.trace/pending.exp: Likewise.
7014 * gdb.trace/range-stepping.exp: Likewise.
7015 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7016 (strace_info_marker): Likewise.
7017 (strace_probe_marker): Likewise.
7018 (strace_trace_on_same_addr): Likewise.
7019 (strace_trace_on_diff_addr): Likewise.
7020 * gdb.trace/trace-break.exp: Likewise.
7021 * gdb.trace/trace-condition.exp: Likewise.
7022 * gdb.trace/trace-mt.exp: Likewise.
7023
fca4cfd9
SM
70242016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7025
7026 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7027 result of gdb_remote_download.
7028 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7029 * gdb.base/dso2dso.exp: Likewise.
7030 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7031 * gdb.base/print-file-var.exp: Likewise.
7032 * gdb.base/shlib-call.exp: Likewise.
7033 * gdb.base/shreloc.exp: Likewise.
7034 * gdb.base/solib-overlap.exp: Likewise.
7035 * gdb.base/solib-weak.exp (do_test): Likewise.
7036 * gdb.base/unload.exp: Likewise.
7037
11cf4ffb
YQ
70382016-04-27 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7041 exists.
7042
3e2e34f8
KB
70432016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7044
7045 * vla-type.exp: Print structure from toplevel.
7046
8f07e298
BH
70472016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7048
7049 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7050 of dynamic types.
7051 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7052 of dynamic types.
7053
9920b434
BH
70542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7055
7056 * gdb.fortran/vla-type.f90: New file.
7057 * gdb.fortran/vla-type.exp: New file.
7058
f3abeff5
YQ
70592016-04-25 Yao Qi <yao.qi@linaro.org>
7060
7061 * gdb.base/branch-to-self.c: New file.
7062 * gdb.base/branch-to-self.exp: New file.
7063
0a5d52f0
YQ
70642016-04-22 Yao Qi <yao.qi@linaro.org>
7065
7066 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7067 more after $hex.
7068
495346f6
YQ
70692016-04-22 Yao Qi <yao.qi@linaro.org>
7070
7071 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7072 * gdb.base/annota3.exp: Likewise.
7073
4a7e075c
YQ
70742016-04-22 Yao Qi <yao.qi@linaro.org>
7075
7076 * gdb.reverse/step-precsave.exp: Do one step and test program
7077 stops in "callee" and do multiple steps until program goes out
7078 of "callee".
7079 * gdb.reverse/step-reverse.exp: Likewise.
7080
5b061e98
YQ
70812016-04-22 Yao Qi <yao.qi@linaro.org>
7082
7083 * gdb.trace/signal.exp: Also pass if
7084 $tracepoint_hits($i) > $iterations.
7085
5c5dc57f
YQ
70862016-04-22 Yao Qi <yao.qi@linaro.org>
7087
7088 * gdb.trace/signal.c: New file.
7089 * gdb.trace/signal.exp: New file.
7090
a55411b9
DE
70912016-04-19 Doug Evans <xdje42@gmail.com>
7092
7093 * gdb.base/bad-file.exp: New file.
7094
a22df60a
MG
70952016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7096
7097 * gdb.dwarf2/implref.exp: New file.
7098
0c13f7e5
BH
70992016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7100
7101 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7102 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7103 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7104 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7105 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7106 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7107 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7108 * lib/fortran.exp (fortran_int4): New procedure.
7109 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7110 (fortran_logical4): Likewise.
7111
9b9b09e9
BH
71122016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7113
7114 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7115
a14d1f4d
BH
71162016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7117
7118 * lib/compiler.c: Add Intel specific preprocessor macros.
7119 * lib/compiler.cc: Likewise.
25d49b86 7120
7d49b1d0
LM
71212016-04-13 Luis Machado <lgustavo@codesourcery.com>
7122
7123 * gdb.server/connect-with-no-symbol-file.c: New file.
7124 * gdb.server/connect-with-no-symbol-file.exp: New file.
7125
8392fa22
SM
71262016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7127
7128 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7129
8c4c4aeb
SM
71302016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7131
7132 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7133 standard output directory.
7134
45e3745e
AT
71352016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7136
7137 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7138
e26b7e41
MM
71392016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7140
7141 * gdb.btrace/instruction_history.c (loop): Add declaration.
7142
8ce09462
AT
71432016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7144
7145 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7146
2e88a1ea
SM
71472016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7148
7149 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7150 parentheses to print.
7151 (continue_handler): Likewise.
7152
f48e22e3
SM
71532016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7154
7155 * gdb.server/solib-list.exp: Remove is_remote check.
7156 Pass shlib= to gdb_compile. Don't link shared library with
7157 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7158 Run binary filename through "readlink -f" on the target.
7159
096be756
PA
71602016-04-08 Pedro Alves <palves@redhat.com>
7161
7162 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7163 interpreter filename as argument to gdbserver_spawn.
7164 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7165 Return empty if $last_loaded_file does not exist.
7166
06500533
JK
71672016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7168
7169 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7170 * gdb.base/jit-main.c: Use exit after usage.
7171
2d35e871
JK
71722016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7173
7174 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7175 GDBHISTSIZE prior to the tests.
7176 * gdb.base/gdbinit-history.exp: Likewise.
7177
71782016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7179
7180 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7181 instead of build_executable. Use gdb_load_shlibs.
7182
c8064e7e
YQ
71832016-04-07 Yao Qi <yao.qi@linaro.org>
7184
7185 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7186 Execute "si" command.
7187
bde47561
YQ
71882016-04-07 Yao Qi <yao.qi@linaro.org>
7189
7190 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7191 number instead of the comments on some line.
7192
b16f8a3b
DB
71932016-04-06 Don Breazeal <donb@codesourcery.com>
7194
7195 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7196 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7197
c2f901df
SM
71982016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7199
7200 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7201 standard_output_file. Remove unused binfile variable.
7202
ac17fda0
CU
72032016-04-05 Catalin Udma <catalin.udma@freescale.com>
7204
7205 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7206 * gdb.python/py-mi-objfile.exp: Match "list main" output
7207 in console format.
7208
03a8c4df
SM
72092016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7210
7211 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7212 absolute.
7213
6e774b13
SM
72142016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7215
7216 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7217 absolute.
7218 * gdb.trace/ftrace.exp: Likewise.
7219 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7220 targets as well.
7221 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7222 (gdb_load_shlibs): Copy libraries to test directory when testing
7223 natively. Only set solib-search-path if testing remotely.
7224 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7225
7817ea46
SM
72262016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7227
7228 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7229 gdb_download. Use it even if the target is not remote.
7230 * gdb.base/jit.exp (compile_jit_test): Likewise.
7231 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7232 output directory if the destination board is local, otherwise use
7233 the standard remote_download from DejaGnu.
7234 (gdb_download): Remove.
7235 (gdb_load_shlibs): Use gdb_remote_download instead of
7236 gdb_download.
7237 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7238 Use gdb_remote_download instead of gdb_download. Use it even if
7239 the target is not remote.
7240 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7241 instead of gdb_download.
7242
7beb7f68
SM
72432016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7244
7245 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7246 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7247 run.
7248
cc63428a
AV
72492016-04-01 Artemiy Volkov <artemiyv@acm.org>
7250
7251 PR gdb/19820
7252 * gdb.base/printcmds.exp: Add artificial arrays tests.
7253
64cdf930
PA
72542016-03-31 Pedro Alves <palves@redhat.com>
7255
7256 PR gdb/19858
7257 * gdb.base/jit-main.c: Include unistd.h.
7258 (ATTACH): Define to 0 if not already defined.
7259 (wait_for_gdb, mypid): New globals.
7260 (WAIT_FOR_GDB): New macro.
7261 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7262 some breakpoint locations.
7263 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7264 New procedures.
7265 (one_jit_test): Add REATTACH parameter, and handle it. Use
7266 continue_to_test_location.
7267 (top level): Test attach, and adjusts calls to one_jit_test.
7268
40dea8cb
PA
72692016-03-31 Pedro Alves <palves@redhat.com>
7270
7271 PR gdb/19858
7272 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7273 BINSUFFIX parameter, and handle it.
7274 (top level): Adjust calls compile_jit_test.
7275
e7ea3ec7
CU
72762016-03-31 Catalin Udma <catalin.udma@freescale.com>
7277
7278 PR python/19743
7279 * gdb.python/py-mi-events-gdb.py: New file.
7280 * gdb.python/py-mi-events.c: New file.
7281 * gdb.python/py-mi-events.exp: New file.
7282
e6359af3
YQ
72832016-03-30 Yao Qi <yao.qi@linaro.org>
7284
7285 * gdb.reverse/until-precsave.exp: Match function name only.
7286 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7287 Move malloc to a condition block.
7288 * gdb.reverse/until-reverse.exp: Match function name only.
7289
a4105d04
MK
72902016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7291
7292 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7293 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7294 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7295 variable for GPR 0 instead of assuming it is register 0.
7296 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7297 * lib/trace-support.exp: Add s390 registers.
7298
bfa6adb9
YQ
72992016-03-29 Yao Qi <yao.qi@linaro.org>
7300
7301 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7302
1e6697ea
YQ
73032016-03-24 Yao Qi <yao.qi@linaro.org>
7304
7305 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7306 test message.
7307
64bcd522
AA
73082016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7309
7310 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7311 maintaining separate logic for constructing the output path.
7312
7868401b
DB
73132016-03-16 Don Breazeal <donb@codesourcery.com>
7314
7315 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7316 Retry fork and waitpid on interrupted system call errors.
7317 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7318 Use with_timeout_factor to increase timeout by factor of 10.
7319
1cafadb4
DB
73202016-03-15 Don Breazeal <donb@codesourcery.com>
7321
7322 * gdb.cp/scope-err.cc: New test program.
7323 * gdb.cp/scope-err.exp: New test script.
7324 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7325 lines and "set breakpoint here" comment.
7326 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7327 Fixed some whitespace and format issues.
7328 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7329 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7330
81516450
DE
73312016-03-15 Doug Evans <dje@google.com>
7332
7333 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7334 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7335 All callers updated. Add tests for enums, mixed flags register.
7336
aa52b601
DE
73372016-03-15 Doug Evans <dje@google.com>
7338
7339 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7340 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7341
fa4ff313
SM
73422016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7343
7344 * gdb.base/default.exp: Add $_as_string to the list of expected
7345 convenience functions.
7346
f2403c39
AB
73472016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7348
7349 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7350
f2f3ccb9
SM
73512016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7352
7353 * gdb.python/py-as-string.exp: New file.
7354 * gdb.python/py-as-string.c: New file.
7355
00dbd492
PA
73562016-03-09 Pedro Alves <palves@redhat.com>
7357
7358 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7359 signal" -> "Thread NN received signal" output change.
7360 * gdb.threads/ia64-sigill.exp: Likewise.
7361 * gdb.threads/linux-dp.exp: Likewise.
7362 * gdb.threads/manythreads.exp: Likewise.
7363 * gdb.threads/pending-step.exp: Likewise.
7364 * gdb.threads/print-threads.exp: Likewise.
7365 * gdb.threads/sigstep-threads.exp: Likewise.
7366 * gdb.threads/staticthreads.exp: Likewise.
7367 * gdb.threads/tls.exp: Likewise.
7368
1e6697ea
YQ
73692016-03-09 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/command-line-input.exp: New file.
7372
b04fd3be
MK
73732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7374
7375 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7376 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7377 * gdb.trace/pending.exp: Accept leading dot before function name.
7378 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7379 * lib/trace-support.exp: Set registers for ppc.
7380
98fa59e9
MK
73812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7382
7383 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7384 use it for disassembly; accept .main in addition to main in backtrace.
7385
f77198c8
MK
73862016-03-09 Wei-cheng Wang <cole945@gmail.com>
7387 Marcin Kościelnicki <koriakin@0x04.net>
7388
7389 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7390 (gdb_recursion_test_ptr): New global variable.
7391 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7392 gdb_recursion_test.
7393 (gdb_c_test): Ditto.
7394
ba84e0da
MK
73952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7396
7397 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7398 ordering.
7399
4366d36e
MK
74002016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7401
7402 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7403 (bar): Add bar_start_lbl label.
7404 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7405 of foo/bar for emitting DWARF and tracing.
7406
5eb264df
SDJ
74072016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7408
7409 * analyze-racy-logs.py: Set executable bit.
7410
fb6a751f
SDJ
74112016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7412
7413 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7414 (CHECK_TARGET_TMP): Likewise.
7415 (check-single-racy): New rule.
7416 (check-parallel-racy): Likewise.
7417 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7418 (do-check-parallel-racy): New rule.
7419 (check-racy/%.exp): Likewise.
7420 * README (Racy testcases): New section.
7421 * analyze-racy-logs.py: New file.
7422
bdf7e230
DE
74232016-03-03 Doug Evans <dje@google.com>
7424
7425 * gdb.base/skip.exp: Use with_test_prefix.
7426
4719d415
YQ
74272016-03-03 Yao Qi <yao.qi@linaro.org>
7428
7429 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7430 Invoke step_over_syscall "clone" and break_cond_on_syscall
7431 "clone".
7432 * gdb.base/step-over-clone.c: New file.
7433
ea507862
YQ
74342016-03-03 Yao Qi <yao.qi@linaro.org>
7435
7436 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7437 code format.
7438
8fc8cbda
YQ
74392016-03-03 Yao Qi <yao.qi@linaro.org>
7440
7441 * gdb.base/disp-step-fork.c: Rename to ...
7442 * gdb.base/step-over-fork.c: ... it. New file.
7443 * gdb.base/disp-step-vfork.c: Rename to ...
7444 * gdb.base/step-over-vfork.c: ... it. New file.
7445 * gdb.base/disp-step-syscall.exp: Rename to ...
7446 * gdb.base/step-over-syscall.exp: ... it. New file.
7447 (disp_step_cross_syscall): Rename to ...
7448 (step_over_syscall): ... it.
7449
92fa70b0
YQ
74502016-03-03 Yao Qi <yao.qi@linaro.org>
7451
7452 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7453 If target supports condition evaluation on target, invoke
7454 break_cond_on_syscall for fork and vfork.
7455
e197ad3c
YQ
74562016-03-03 Yao Qi <yao.qi@linaro.org>
7457
7458 * gdb.base/disp-step-syscall.exp: Don't invoke
7459 support_displaced_stepping.
7460 (disp_step_cross_syscall): Test with displaced stepping off and
7461 on if supported.
7462
0b47da9f
YQ
74632016-03-03 Yao Qi <yao.qi@linaro.org>
7464
7465 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7466 proc.
7467 (setup): New proc.
7468 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7469 and setup.
7470
065ab6dc
BH
74712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7472
7473 * gdb.fortran/vla-history.exp: Remove breakpoint.
7474
07e448ad 74752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7476
25d49b86
PA
7477 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7478 exceeds timeout.
07e448ad 7479
9ac2d526 74802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7481
25d49b86
PA
7482 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7483 breakpoint.
9ac2d526 7484
17807369
BH
74852016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7486
7487 * gdb.mi/vla.f90: Nullify pointer after declaration.
7488
86e501af
PA
74892016-03-01 Pedro Alves <palves@redhat.com>
7490
7491 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7492
1e903e32
PA
74932016-03-01 Pedro Alves <palves@redhat.com>
7494
7495 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7496 before anything else.
7497 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7498 _GNU_SOURCE here.
7499 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7500 before anything else.
7501 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7502
6ccb54e2
PA
75032016-03-01 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7506
30ca9da1
YQ
75072016-03-01 Yao Qi <yao.qi@linaro.org>
7508
7509 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7510 prepare_for_testing.
7511
dc856b38
YQ
75122016-03-01 Yao Qi <yao.qi@linaro.org>
7513
7514 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7515
4a932159
AA
75162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7517
7518 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7519 manually constructing the output path.
7520
f2489477
AA
75212016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7522
7523 * gdb.arch/s390-stackless.S: New.
7524 * gdb.arch/s390-stackless.exp: New.
7525
38899f16
IB
75262016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7527
7528 * gdb.dlang/circular.c: New file.
7529 * gdb.dlang/circular.exp: New file.
7530
9fde51ed
YQ
75312016-02-26 Yao Qi <yao.qi@linaro.org>
7532
7533 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7534 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7535 (testcases): Update.
7536
ce90fefe
YQ
75372016-02-26 Yao Qi <yao.qi@linaro.org>
7538
7539 * gdb.reverse/aarch64.c: Rename to ...
7540 * gdb.reverse/insn-reverse.c: ... it.
7541 * gdb.reverse/aarch64.exp: Rename to ...
7542 * gdb.reverse/insn-reverse.exp: ... it.
7543
3263bceb
YQ
75442016-02-26 Yao Qi <yao.qi@linaro.org>
7545
7546 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7547 (testcase_ftype): New.
7548 (testcases): New array.
7549 (n_testcases): New.
7550 (main): Call each element in testcases.
7551 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7552 (read_testcase): New.
7553 Do the tests in a loop.
7554
6cb59ff1
YQ
75552016-02-25 Yao Qi <yao.qi@linaro.org>
7556
7557 * gdb.base/branches.c: Remove.
7558
ae91f625
MK
75592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7560
7561 PR gdb/13808
7562 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7563
678b48b7
MK
75642016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7565
7566 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7567
7337a6f2
MK
75682016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7569
7570 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7571 change x86_64 call_insn to 'callq'.
7572
861ca91f
AT
75732016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7574
7575 * gdb.trace/tfile-avx.c: Move to...
7576 * gdb.trace/tracefile-pseudo-reg.c: Here.
7577 * gdb.trace/tfile-avx.exp: Move to...
7578 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7579
bf74e428
GB
75802016-02-24 Gary Benson <gbenson@redhat.com>
7581
7582 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7583 message on attach.
7584
cce0e923
DE
75852016-02-23 Doug Evans <dje@google.com>
7586
7587 * gdb.base/skip.c (test_skip): New function.
7588 (end_test_skip_file_and_function): New function.
7589 (test_skip_file_and_function): New function.
7590 * gdb.base/skip1.c (test_skip): New function.
7591 (skip1_test_skip_file_and_function): New function.
7592 * gdb.base/skip.exp: Add tests for new skip options.
7593 * gdb.base/skip-solib.exp: Update expected output.
7594 * gdb.perf/skip-command.cc: New file.
7595 * gdb.perf/skip-command.exp: New file.
7596 * gdb.perf/skip-command.py: New file.
7597
4000e47e
MK
75982016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7599
7600 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7601 info registers pattern.
7602
24f75ead
IB
76032016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7604
7605 * lib/future.exp: Add D support.
7606 (gdb_find_gdc): New proc.
7607 (gdb_default_target_compile): Add D support.
7608
fbb7bcbe
WW
76092016-02-18 Wei-cheng Wang <cole945@gmail.com>
7610
7611 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7612 user+system time.
7613 (trace_speed_test): Determine the iteration count for a time
7614 between 15..30 seconds.
7615
012b3a21
WT
76162016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7617
7618 * gdb.arch/i386-mpx-sigsegv.c: New file.
7619 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7620 * gdb.arch/i386-mpx-simple_segv.c: New file.
7621 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7622
2d5189bd
YQ
76232016-02-18 Yao Qi <yao.qi@linaro.org>
7624
7625 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7626 Don't call setup_kfail.
7627
40fb20d0
YQ
76282016-02-18 Yao Qi <yao.qi@linaro.org>
7629
7630 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7631 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7632
21b1f8d2
DE
76332016-02-16 Doug Evans <dje@google.com>
7634
7635 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7636 * gdb.base/skip1.c: Ditto.
7637 * gdb.base/skip.exp: Whitespace cleanup.
7638
4041ed77
DB
76392016-02-16 Don Breazeal <donb@codesourcery.com>
7640
7641 PR remote/19496
7642 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7643 Remove kfail for PR remote/19496.
7644
c4ef31bf
SM
76452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7646
7647 * lib/gdb.exp (standard_temp_file): Return a path specific to
7648 the runtest invocation.
7649
266b65b3
SM
76502016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7651
7652 * gdb.trace/save-trace.exp: Change relative path to be in the
7653 standard output directory.
7654
a7a0a6a9
JK
76552016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7656
7657 * gdb.arch/i386-prologue.c: Add missing prototypes.
7658
c99dbb42
JK
76592016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7660
7661 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7662 * gdb.arch/i386-prologue.exp: Likewise.
7663 * gdb.arch/i386-size.exp: Likewise.
7664
aa480355
SM
76652016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7666
7667 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7668 define object file path.
7669 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7670 file path.
7671 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7672 standard_output_file to define binfile.
7673
ba881f50
JK
76742016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7675
7676 Fix compatibility with recent gfortran-5.3.1.
7677 * gdb.fortran/vla-history.exp (print vla1 allocated)
7678 (print vla2 allocated, print $2, print $3): Remove
7679 (print $4): Rename to ...
7680 (print $2): ... here.
7681 (print $9): Rename to ...
7682 (print $5): ... here.
7683 (print $10): Rename to ...
7684 (print $6): ... here.
7685 * gdb.fortran/vla.f90: Add pvla initialization.
7686
e9fb005c
JK
76872016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7688
7689 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7690 New test.
7691 * gdb.fortran/vla-value-sub.exp: Likewise.
7692
e44e00ff
MK
76932016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7694
7695 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7696
97e94151
SM
76972016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7698
7699 * i386-biarch-core.exp: Define corefile using
7700 standard_output_file.
7701
01113bc1
YQ
77022016-02-12 Yao Qi <yao.qi@linaro.org>
7703
7704 * gdb.arch/arm-single-step-kernel-helper.c: New.
7705 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7706
33b4777c
MM
77072016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7708
7709 * gdb.btrace/tailcall-only.exp: New.
7710 * gdb.btrace/tailcall-only.c: New.
7711 * gdb.btrace/x86_64-tailcall-only.S: New.
7712 * gdb.btrace/i686-tailcall-only.S: New.
7713
acc23c11
PA
77142016-02-11 Pedro Alves <palves@redhat.com>
7715
7716 * README (Parallel testing): Add missing double quotes.
7717
e352bf0a
PA
77182016-02-11 Pedro Alves <palves@redhat.com>
7719
7720 * README (Parallel testing): New section.
7721 (GDB_PARALLEL): Rewrite.
7722 (FORCE_PARALLEL): Document.
7723
9f5fed78
MK
77242016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7725
7726 * gdb.trace/tfile-avx.c: New test.
7727 * gdb.trace/tfile-avx.exp: New test.
7728
9ef9e6a6
KS
77292016-02-09 Keith Seitz <keiths@redhat.com>
7730
7731 PR breakpoints/19546
7732 * gdb.base/infcall-exec.c: New file.
7733 * gdb.base/infcall-exec2.c: New file.
7734 * gdb.base/infcall-exec.exp: New file.
7735
a96e36da
KS
77362016-02-09 Keith Seitz <keiths@redhat.com>
7737
7738 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7739 (toplevel): Call test_bkpt_address.
7740
9f61929f
KS
77412016-02-09 Keith Seitz <keiths@redhat.com>
7742
7743 PR python/19506
7744 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7745 (toplevel): Call test_bkpt_address.
7746
1e94266c
SM
77472016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7748
7749 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7750 to AC_OUTPUT.
7751 * configure: Regenerate.
7752
2a7f3dff
PA
77532016-02-09 Pedro Alves <palves@redhat.com>
7754
7755 PR breakpoints/19548
7756 * gdb.base/execl-update-breakpoints.c (some_function): New
7757 function.
7758 (main): Call it.
7759 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7760 Tighten expected GDB output.
7761
2151ccc5
SM
77622016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * Makefile.in (ALL_SUBDIRS): Remove.
7765 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7766 (distclean maintainer-clean realclean): Likewise.
7767 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7768 * configure: Regenerate.
7769 * gdb.ada/Makefile.in: Delete.
7770 * gdb.arch/Makefile.in: Likewise.
7771 * gdb.asm/Makefile.in: Likewise.
7772 * gdb.base/Makefile.in: Likewise.
7773 * gdb.btrace/Makefile.in: Likewise.
7774 * gdb.cell/Makefile.in: Likewise.
7775 * gdb.compile/Makefile.in: Likewise.
7776 * gdb.cp/Makefile.in: Likewise.
7777 * gdb.disasm/Makefile.in: Likewise.
7778 * gdb.dlang/Makefile.in: Likewise.
7779 * gdb.dwarf2/Makefile.in: Likewise.
7780 * gdb.fortran/Makefile.in: Likewise.
7781 * gdb.gdb/Makefile.in: Likewise.
7782 * gdb.go/Makefile.in: Likewise.
7783 * gdb.guile/Makefile.in: Likewise.
7784 * gdb.java/Makefile.in: Likewise.
7785 * gdb.linespec/Makefile.in: Likewise.
7786 * gdb.mi/Makefile.in: Likewise.
7787 * gdb.modula2/Makefile.in: Likewise.
7788 * gdb.multi/Makefile.in: Likewise.
7789 * gdb.objc/Makefile.in: Likewise.
7790 * gdb.opencl/Makefile.in: Likewise.
7791 * gdb.opt/Makefile.in: Likewise.
7792 * gdb.pascal/Makefile.in: Likewise.
7793 * gdb.perf/Makefile.in: Likewise.
7794 * gdb.python/Makefile.in: Likewise.
7795 * gdb.reverse/Makefile.in: Likewise.
7796 * gdb.server/Makefile.in: Likewise.
7797 * gdb.stabs/Makefile.in: Likewise.
7798 * gdb.threads/Makefile.in: Likewise.
7799 * gdb.trace/Makefile.in: Likewise.
7800 * gdb.xml/Makefile.in: Likewise.
7801 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7802 GDB_PARALLEL.
7803 (standard_output_file): Remove check for GDB_PARALLEL, always
7804 return path in outputs/$subdir/$testname.
7805
437277d4
SM
78062016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7807
7808 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7809 (site.exp): Assign abs_srcdir to tcl's srcdir.
7810
31d913c7
YQ
78112016-02-04 Yao Qi <yao.qi@linaro.org>
7812
7813 * gdb.base/foll-exec-mode.c: Include limits.h.
7814 (main): Add parameters argc and argv. Get directory from
7815 argv[0].
7816 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7817 compilation.
7818 * gdb.base/foll-exec.c: Include limits.h.
7819 (main): Add parameters argc and argv.
7820 Get directory from argv[0].
7821 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7822 Adjust tests on the number of lines as source code changed.
7823 * gdb.base/foll-vfork-exit.c: Include limits.h.
7824 (main): Add one line of statement before vfork.
7825 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7826 (main): Add parameters argc and argv. Get directory from
7827 argv[0].
7828 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7829 (setup_gdb): Set tbreak to skip some source lines.
7830 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7831 (main): Add parameters argc and argv. Get directory from
7832 argv[0].
7833 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7834 compilation.
7835 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7836 (main): Add parameters argc and argv. Get directory from
7837 argv[0].
7838 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7839 compilation.
7840
9482b9fb
DE
78412016-02-01 Doug Evans <dje@google.com>
7842
7843 * gdb.base/skip.exp: Clean up multiple references to same test name.
7844
6b2e4f10
PA
78452016-02-01 Pedro Alves <palves@redhat.com>
7846
ccb6afd6 7847 PR remote/19496
6b2e4f10
PA
7848 * gdb.threads/forking-threads-plus-breakpoint.exp
7849 (displaced_stepping_supported): New global.
7850 (probe_displaced_stepping_support): New procedure.
7851 (do_test): Add 'displaced' parameter, and use it.
7852 (top level): Check for displaced stepping support. Add displaced
7853 stepping on/off testing axis.
7854
37a8db1a
AB
78552016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7856
7857 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7858 pointer. Don't perform further tests on the unassociated pointer
7859 if the first test fails.
7860
5fdf6324
AB
78612016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7862
7863 * gdb.base/max-value-size.c: New file.
7864 * gdb.base/max-value-size.exp: New file.
7865 * gdb.base/huge.exp: Disable max-value-size for this test.
7866
935c6144
IB
78672016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7868
7869 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7870
7fe8399d
YQ
78712016-01-28 Yao Qi <yao.qi@linaro.org>
7872
7873 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7874
a2077e25
PA
78752016-01-25 Pedro Alves <palves@redhat.com>
7876
7877 PR threads/19461
7878 * gdb.base/fork-running-state.c: New file.
7879 * gdb.base/fork-running-state.exp: New file.
7880
1d2736d4
PA
78812016-01-25 Pedro Alves <palves@redhat.com>
7882
7883 PR gdb/19494
7884 * gdb.base/catch-fork-kill.c: New file.
7885 * gdb.base/catch-fork-kill.exp: New file.
7886
f1da4b11
PA
78872016-01-25 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7890 Delete, moved to lib/gdb.exp.
7891 * gdb.threads/forking-threads-plus-breakpoint.exp
7892 (foreach_with_prefix): Likewise.
7893 * gdb.threads/process-dies-while-handling-bp.exp
7894 (foreach_with_prefix): Likewise.
7895 * lib/gdb.exp (foreach_with_prefix): New procedure.
7896
45f38546
MK
78972016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7898
7899 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7900 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7901
dc29a1ce
MK
79022016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7903
7904 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7905 endian targets.
7906
092127d7
JK
79072016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7908 Pedro Alves <palves@redhat.com>
7909
7910 Fix testsuite compatibility with Guile.
7911 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7912 number.
7913
31d765d3
JK
79142016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7915
7916 Fix testsuite compatibility with Guile.
7917 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7918 (thread 1): New test for backtrace through signal handler.
7919
1ac78c04
YQ
79202016-01-22 Yao Qi <yao.qi@linaro.org>
7921
7922 PR testsuite/19491
7923 * gdb.base/multi-forks.c: Include
7924 ../lib/unbuffer_output.c
7925 (main): Call gdb_unbuffer_output.
7926
4f5946a8
DE
79272016-01-21 Doug Evans <dje@google.com>
7928
7929 * lib/ada.exp (gdb_compile_ada): Fix typo.
7930
305e13e6
JB
79312016-01-21 Joel Brobecker <brobecker@adacore.com>
7932
7933 * gdb.base/break-fun-addr.exp: New file.
7934 * gdb.base/break-fun-addr1.c: New file.
7935 * gdb.base/break-fun-addr2.c: New file.
7936
5f5dfff6
SM
79372016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7938
7939 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7940 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7941 enum flag values.
7942
fd356fa2
AA
79432016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7944
7945 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7946 when GDB can not set the vector return value. Add more comments
7947 for clarification.
7948
9df22175
AT
79492016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7950
7951 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7952 command.
7953
41d1845e
SM
79542016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7955
7956 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7957
01ac6840
SM
79582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7959
7960 * Makefile.in (check-single): Pass --status to runtest.
7961 (check/%.exp): Likewise.
7962
79632016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7964
7965 * Makefile.in (check-parallel): Propagate return code from make
7966 do-check-parallel.
7967
bd0a71fa
MK
79682016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7969
7970 * gdb.trace/ftrace.exp: Fix expected message on continue.
7971 * gdb.trace/pending.exp: Fix expected message on continue.
7972 * gdb.trace/trace-break.exp: Fix expected message on continue.
7973
8bcbad33
SM
79742016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7975
7976 * lib/gdb.exp (gdb_test): Remove unused global references.
7977
f303dbd6
PA
79782016-01-18 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.base/async-shell.exp: Adjust expected output.
7981 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7982 * gdb.base/siginfo-thread.exp: Adjust expected output.
7983 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7984 * gdb.java/jnpe.exp: Adjust expected output.
7985 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7986 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7987 * gdb.threads/leader-exit.exp: Adjust expected output.
7988 * gdb.threads/manythreads.exp: Adjust expected output.
7989 * gdb.threads/pthreads.exp: Adjust expected output.
7990 * gdb.threads/schedlock.exp: Adjust expected output.
7991 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7992 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7993 expected output.
7994 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7995 output.
7996 * gdb.threads/sigthread.exp: Adjust expected output.
7997 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7998
b2789696
YQ
79992016-01-18 Yao Qi <yao.qi@linaro.org>
8000
8001 * gdb.guile/scm-section-script.c: Replace @progbits with
8002 %progbits.
8003 * gdb.python/py-section-script.c: Likewise.
8004
71ef29a8
PA
80052016-01-15 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.multi/tids.exp: Test star wildcard ranges.
8008
3f5b7598
PA
80092016-01-15 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8012 command from "thread apply" invocation.
8013 (thr_apply_info_thr_invalid): Default the expected output to the
8014 input tid list.
8015 (top level): Add tests that use convenience variables. Add tests
8016 for "thread apply" with a valid TID list, but missing the command.
8017
663f6d42
PA
80182016-01-13 Pedro Alves <palves@redhat.com>
8019
8020 * gdb.base/default.exp: Expect $_gthread as well.
8021 * gdb.multi/tids.exp: Test $_gthread.
8022 * gdb.threads/thread-specific.exp: Test $_gthread.
8023
c84f6bbf
PA
80242016-01-13 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.multi/tids.exp: Test "info threads -gid".
8027
22a02324
PA
80282016-01-13 Pedro Alves <palves@redhat.com>
8029
8030 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8031 Breakpoint.thread.
8032 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8033
5d5658a1
PA
80342016-01-07 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.base/break.exp: Adjust to output changes.
8037 * gdb.base/hbreak2.exp: Likewise.
8038 * gdb.base/sepdebug.exp: Likewise.
8039 * gdb.base/watch_thread_num.exp: Likewise.
8040 * gdb.linespec/keywords.exp: Likewise.
8041 * gdb.multi/info-threads.exp: Likewise.
8042 * gdb.threads/thread-find.exp: Likewise.
8043 * gdb.multi/tids.c: New file.
8044 * gdb.multi/tids.exp: New file.
8045
84654457
PA
80462016-01-13 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8049
e3940304
PA
80502016-01-13 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.base/default.exp: Expect $_inferior as well.
8053 * gdb.multi/base.exp: Test $_inferior.
8054
a911d87a
PA
80552016-01-13 Pedro Alves <palves@redhat.com>
8056
8057 PR breakpoints/19388
8058 * gdb.base/catch-signal-siginfo-cond.c: New file.
8059 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8060
82075af2
JS
80612016-01-12 Josh Stone <jistone@redhat.com>
8062 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8063
8064 * gdb.base/catch-syscall.c (do_execve): New variable.
8065 (main): Conditionally trigger an execve.
8066 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8067 (test_catch_syscall_execve): New, check entry/return across execve.
8068 (do_syscall_tests): Call test_catch_syscall_execve.
8069
e46eeedd
PA
80702016-01-12 Pedro Alves <palves@redhat.com>
8071
8072 * gdb.base/random-signal.exp (do_test): New procedure, with body
8073 of testcase moved in.
8074
01d8c27e
JK
80752016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8076 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/funcargs.exp (finish from indirectly called function):
8079 Reintroduce the case for 'First'.
8080
9a706302
JK
80812016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8082 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8085 (tcatch_vfork_then_child_follow_exec)
8086 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8087 identification.
8088
c0ecb95f
JK
80892016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8090
8091 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8092 and repeats to unlimited.
8093 * gdb.python/py-value.exp: Likewise.
8094 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8095 and repeats to unlimited.
8096
6cfc1fcb
JK
80972016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8098
8099 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8100 and reordering the functions.
8101 * gdb.multi/hangout.c: Likewise.
8102 * gdb.multi/hello.c: Likewise.
8103
582a1b00
SM
81042016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8105
8106 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8107 absolute.
8108 (SingleStatisticTestResult.report): Use dict.keys instead of
8109 dict.iterkeys.
8110
79bc59cb
PA
81112016-01-06 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8114
43368e1d
MM
81152016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8116
8117 * gdb.btrace/dlopen.exp: New.
8118 * gdb.btrace/dlopen.c: New.
8119 * gdb.btrace/dlopen-dso.c: New.
8120
79fad5b8
SL
81212015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8122
8123 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8124 PATTERN argument is optional.
8125
ab8314b3
JB
81262015-12-24 Joel Brobecker <brobecker@adacore.com>
8127
8128 * lib/ada.exp (target_compile_ada_from_dir): New function.
8129 (gdb_compile_ada): Reimplement avoiding the use of project files.
8130 * gdb.ada/gnat_ada.gpr: Delete.
8131 * gdb.ada/cond_lang.exp: Adjust test to make path before
8132 filename optional.
8133 * gdb.ada/small_reg_param.exp: Likewise.
8134
fe33faff
SM
81352015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8136
8137 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8138
6d265cb4
TP
81392015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8140
8141 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8142 case.
8143
10125099
SM
81442015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8145
8146 * gdb.base/break.exp: Remove dead code.
8147 * gdb.base/sepdebug.exp: Likewise.
8148
3ca22649
SM
81492015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8150
8151 * gdb.asm/asm-source.exp: Remove HP-UX references.
8152 * gdb.base/annota1.exp: Likewise.
8153 * gdb.base/annota3.exp: Likewise.
8154 * gdb.base/attach.exp: Likewise.
8155 * gdb.base/bigcore.exp: Likewise.
8156 * gdb.base/break.exp: Likewise.
8157 * gdb.base/call-ar-st.exp: Likewise.
8158 * gdb.base/callfuncs.exp: Likewise.
8159 * gdb.base/catch-fork-static.exp: Likewise.
8160 * gdb.base/display.exp: Likewise.
8161 * gdb.base/foll-exec-mode.exp: Likewise.
8162 * gdb.base/foll-exec.exp: Likewise.
8163 * gdb.base/foll-fork.exp: Likewise.
8164 * gdb.base/foll-vfork.exp: Likewise.
8165 * gdb.base/funcargs.exp: Likewise.
8166 * gdb.base/hbreak2.exp: Likewise.
8167 * gdb.base/inferior-died.exp: Likewise.
8168 * gdb.base/interrupt.exp: Likewise.
8169 * gdb.base/multi-forks.exp: Likewise.
8170 * gdb.base/nodebug.exp: Likewise.
8171 * gdb.base/sepdebug.exp: Likewise.
8172 * gdb.base/solib1.c: Likewise.
8173 * gdb.base/step-test.exp: Likewise.
8174 * gdb.mi/non-stop.c: Likewise.
8175 * gdb.mi/pthreads.c: Likewise.
8176 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8177 * gdb.threads/pthreads.c: Likewise.
8178 * gdb.threads/staticthreads.exp: Likewise.
8179 * lib/future.exp: Likewise.
8180 * lib/gdb.exp: Likewise.
8181 * gdb.base/so-indr-cl.c: Remove.
8182 * gdb.base/so-indr-cl.exp: Likewise.
8183 * gdb.base/solib.c: Likewise.
8184 * gdb.base/solib.exp: Likewise.
8185 * gdb.base/solib2.c: Likewise.
8186
b6304613
SM
81872015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8188
8189 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8190 * gdb.base/call-ar-st.exp: Likewise.
8191 * gdb.base/callfuncs.exp: Likewise.
8192 * gdb.base/condbreak.exp: Likewise.
8193 * gdb.base/constvars.exp: Likewise.
8194 * gdb.base/hbreak2.exp: Likewise.
8195 * gdb.base/langs.exp: Likewise.
8196 * gdb.base/list.exp: Likewise.
8197 * gdb.base/long_long.exp: Likewise.
8198 * gdb.base/ptype.exp: Likewise.
8199 * gdb.base/scope.exp: Likewise.
8200 * gdb.base/signals.exp: Likewise.
8201 * gdb.base/so-impl-ld.exp: Likewise.
8202 * gdb.base/varargs.exp: Likewise.
8203 * gdb.base/volatile.exp: Likewise.
8204 * gdb.base/whatis.exp: Likewise.
8205 * gdb.cp/cplusfuncs.exp: Likewise.
8206 * gdb.cp/inherit.exp: Likewise.
8207 * gdb.cp/local.exp: Likewise.
8208 * gdb.cp/member-ptr.exp: Likewise.
8209 * gdb.cp/method.exp: Likewise.
8210 * gdb.cp/overload.exp: Likewise.
8211 * gdb.cp/templates.exp: Likewise.
8212 * gdb.stabs/weird.exp: Likewise.
8213 * lib/compiler.c: Likewise.
8214 * lib/compiler.cc: Likewise.
8215 * lib/cp-support.exp: Likewise.
8216 * lib/gdb.exp: Likewise.
8217
bf401b07
SM
82182015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8219
8220 * configure.ac: Remove HP-UX case.
8221 * configure: Regenerate.
8222
aff9c0f8
SM
82232015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8224
8225 * lib/gdb.exp (gdb_compile): Add function doc.
8226
a6904d5a
PA
82272015-12-17 Pedro Alves <palves@redhat.com>
8228
8229 PR threads/19354
8230 * gdb.multi/info-threads.exp: New file.
8231
a22279dd
YQ
82322015-12-15 Yao Qi <yao.qi@linaro.org>
8233
8234 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8235 is aarch64*-*-*.
8236
0588c796
SL
82372015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8238
8239 * gdb.base/history-duplicates.exp: Skip if no readline support.
8240
5d978e17
SL
82412015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8242
8243 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8244
7e763b86
SL
82452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8246
8247 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8248
87a3a92c
SL
82492015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8250
8251 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8252 ctrl-C if nointerrupts target property is set.
8253 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8254 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8255 * gdb.base/paginate-bg-execution.exp: Likewise.
8256 * gdb.base/paginate-execution-startup.exp: Likewise.
8257 * gdb.base/random-signal.exp: Likewise.
8258 * gdb.base/range-stepping.exp: Likewise.
8259 * gdb.cp/annota2.exp: Likewise.
8260 * gdb.cp/annota3.exp: Likewise.
8261 * gdb.gdb/selftest.exp: Likewise.
8262 * gdb.threads/continue-pending-status.exp: Likewise.
8263 * gdb.threads/leader-exit.exp: Likewise.
8264 * gdb.threads/manythreads.exp: Likewise.
8265 * gdb.threads/pthreads.exp: Likewise.
8266 * gdb.threads/schedlock.exp: Likewise.
8267 * gdb.threads/sigthread.exp: Likewise.
8268
a8f077dc
DB
82692015-12-11 Don Breazeal <donb@codesourcery.com>
8270
8271 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8272 remote.
8273 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8274 * gdb.base/foll-exec.exp (main): Enable for target remote.
8275 * gdb.base/foll-fork.exp (main): Likewise.
8276 * gdb.base/foll-vfork.exp (main): Likewise.
8277 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8278 (proc continue_to_exit_bp_loc): Use clean_restart.
8279 * gdb.base/pie-execl.exp (main): Disable for target remote.
8280 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8281 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8282 * gdb.threads/execl.exp (main): Likewise.
8283 * gdb.threads/fork-child-threads.exp (main): Likewise.
8284 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8285 remote.
8286 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8287 remote.
8288 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8289 pid.tid style ptids, instead of just tid.
8290 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8291 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8292 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8293 ptids, instead of just tid.
8294
3b2464a8
AB
82952015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8296
8297 * gdb.base/list.exp (test_list_forward): Add end of file error
8298 test.
8299 (test_repeat_list_command): Add end of file error test.
8300 (test_list_backwards): Add beginning of file error test.
8301
a0def019
AB
83022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8303
8304 * gdb.base/list.exp (test_list_invalid_args): New function,
8305 defined, and called.
8306
5c000dff
AB
83072015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8308
8309 * gdb.base/list.exp (test_list): Make test names unique.
8310
f1637ebe
YQ
83112015-12-11 Yao Qi <yao.qi@linaro.org>
8312
8313 * gdb.base/coremaker2.c: Remove.
8314
36d6fc0a
PA
83152015-12-10 Pedro Alves <palves@redhat.com>
8316
8317 * gdb.multi/base.exp: Remove stale "spaces" references.
8318
762f7747
PA
83192015-12-10 Pedro Alves <palves@redhat.com>
8320
8321 * gdb.multi/base.exp: Don't use nowarnings.
8322 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8323 * gdb.multi/hangout.c: Include stdio.h.
8324 * gdb.multi/hello.c: Include stdlib.h.
8325 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8326 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8327 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8328
28d2bfb9
AB
83292015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8330
8331 * gdb.dwarf2/dw2-ranges-base.c: New file.
8332 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8333 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8334 support additional line table, and debug ranges generation.
8335 (Dwarf::ranges): New function, generate .debug_ranges.
8336 (Dwarf::lines): Support generating simple line table programs.
8337 (Dwarf::assemble): Initialise new namespace variables.
8338
5fc2beac
KB
83392015-12-09 Kevin Buettner <kevinb@redhat.com>
8340
8341 * gdb.base/async.exp (proc test_background): Add case for
8342 asynchronous execution not supported.
8343
1c35a88f
LM
83442015-12-09 Luis Machado <lgustavo@codesourcery.com>
8345
8346 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8347 format and change test names to make them unique.
8348
b593e3d9
RK
83492015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8350 Pedro Alves <pedro@redhat.com>
8351
8352 PR gdb/18702
8353 Add checking of floatformats setup on x86_64 hosts.
8354 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8355 (smallval, bigval): New labels/constants.
8356 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8357 float" after loading bigval and smallval.
8358
d72413e6
PMR
83592015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8360
8361 * gdb.ada/fun_overload_menu.exp: New testcase.
8362 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8363
ece66d65
JS
83642015-12-04 Josh Stone <jistone@redhat.com>
8365
8366 * gdb.base/catch-fork-static.exp: New.
8367
41d0efca
YQ
83682015-12-03 Yao Qi <yao.qi@linaro.org>
8369
8370 * gdb.base/sizeof.c: Don't include stdio.h and
8371 ../lib/unbuffer_output.c.
8372 (main): New variable 'size' and 'value'. Remove printf and
8373 gdb_unbuffer_output. Assign return value to size and value.
8374 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8375 at the beginning.
8376 (check_sizeof): Check the result by printing variable 'size'.
8377 (check_valueof): Check the result by printing variable 'value'.
8378
99fd02d9
YQ
83792015-12-01 Yao Qi <yao.qi@linaro.org>
8380
8381 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8382 for aarch64*-*-linux* target.
8383
f2faf941
PA
83842015-11-30 Pedro Alves <palves@redhat.com>
8385
8386 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8387
04bf20c5
PA
83882015-11-30 Pedro Alves <palves@redhat.com>
8389
8390 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8391 Handle non-stop mode vCont replies.
8392
09df4675
PA
83932015-11-30 Pedro Alves <palves@redhat.com>
8394
8395 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8396 prepare_for_testing. Start gdb with "set non-stop on" appended to
8397 GDBFLAGS. Lax expected stop output.
8398
58b584af
YQ
83992015-11-27 Yao Qi <yao.qi@linaro.org>
8400
8401 * gdb.arch/arm-neon.exp: New.
8402 * gdb.arch/arm-neon.c: New.
8403
dfcb77a8
YQ
84042015-11-27 Yao Qi <yao.qi@linaro.org>
8405
8406 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8407
88e8ec1b
YQ
84082015-11-27 Yao Qi <yao.qi@linaro.org>
8409
8410 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8411 frames-invalid annotation.
8412
bfde72c2
YQ
84132015-11-27 Yao Qi <yao.qi@linaro.org>
8414
8415 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8416
f6512a69
SM
84172015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8418
8419 * gdb.threads/names.exp: New file.
8420 * gdb.threads/names.c: New file.
8421 * README: Mention gdb,no_thread_names.
8422
46a3515b
MM
84232015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8424
8425 PR 19297
8426 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8427 support" error.
8428
62147a22
PA
84292015-11-24 Pedro Alves <palves@redhat.com>
8430
8431 PR 17539
8432 * gdb.base/display.exp: Expect displays to be sorted in ascending
8433 order. Use multi_line.
8434 * gdb.base/solib-display.exp: Likewise.
8435
2f341b6e
PA
84362015-11-24 Pedro Alves <palves@redhat.com>
8437
8438 PR 17539
25d49b86
PA
8439 * gdb.base/display.exp: Expect displays to be sorted in ascending
8440 order. Use multi_line.
8441 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8442
7e0aa6aa
PA
84432015-11-24 Pedro Alves <palves@redhat.com>
8444
8445 PR 17539
8446 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8447 threads in ascending order.
8448 * gdb.base/foll-fork.exp: Likewise.
8449 * gdb.base/foll-vfork.exp: Likewise.
8450 * gdb.base/multi-forks.exp: Likewise.
8451 * gdb.mi/mi-nonstop.exp: Likewise.
8452 * gdb.mi/mi-nsintrall.exp: Likewise.
8453 * gdb.multi/base.exp: Likewise.
8454 * gdb.multi/multi-arch.exp: Likewise.
8455 * gdb.python/py-inferior.exp: Likewise.
8456 * gdb.threads/break-while-running.exp: Likewise.
8457 * gdb.threads/execl.exp: Likewise.
8458 * gdb.threads/gcore-thread.exp: Likewise.
8459 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8460 * gdb.threads/kill.exp: Likewise.
8461 * gdb.threads/linux-dp.exp: Likewise.
8462 * gdb.threads/multiple-step-overs.exp: Likewise.
8463 * gdb.threads/next-bp-other-thread.exp: Likewise.
8464 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8465 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8466 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8467 * gdb.threads/thread-find.exp: Likewise.
8468 * gdb.threads/tls.exp: Likewise.
8469 * lib/mi-support.exp (mi_reverse_list): Delete.
8470 (mi_check_thread_states): No longer reverse list.
8471
2cc57ad8
PA
84722015-11-24 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8475 use lowercase.
8476
c93e8391
SM
84772015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8478
8479 * gdb.trace/actions.c: Include trace-common.h.
8480 (main): Add a location for a fast tracepoint.
8481 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8482 the normal tracepoints.
8483 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8484
045ccf91
SM
84852015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8486
8487 * save-trace.exp: Factor out code to these...
8488 (gdb_save_tracepoints): New.
8489 (gdb_load_tracepoints): New.
8490 (do_save_load_test): New.
8491
5506f9f6
KB
84922015-11-23 Kevin Buettner <kevinb@redhat.com>
8493
8494 * gdb.base/asmlabel.exp: New test.
8495 * gdb.base/asmlabel.c: New test case.
8496
16c3b12f
JB
84972015-11-23 Joel Brobecker <brobecker@adacore.com>
8498
8499 * gdb.base/wrong_frame_bt_full-main.c: New file.
8500 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8501 * gdb.base/wrong_frame_bt_full.exp: New file.
8502
155bfbd3
JB
85032015-11-23 Joel Brobecker <brobecker@adacore.com>
8504
8505 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8506
bb097445
JM
85072015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8508
206853a0 8509 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8510 pstate register when comparing registers values in
8511 sparc64-*-linux-gnu targets to avoid spurious differences.
8512
9c88ed8f
JM
85132015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8514
206853a0 8515 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8516
96161e25
SL
85172015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8518
8519 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8520 as type argument to gdb_compile.
8521 * gdb.base/nested-subp2.exp: Likewise.
8522 * gdb.base/nested-subp3.exp: Likewise.
8523
340c2830
DV
85242015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8525
8526 * lib/dwarf.exp (_note): Fix left shift of negative value.
8527 * gdb.trace/trace-condition.exp: Likewise.
8528
c1862d0f
YQ
85292015-11-13 Yao Qi <yao.qi@linaro.org>
8530
8531 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8532 comments about d10v.
8533 (test_scalar_returns): Likewise.
8534 * gdb.base/d10v.ld: Remove.
8535 * gdb.base/overlays.exp: Remove the target triplet checking for
8536 d10v-*-*.
8537 * gdb.base/structs.exp (test_struct_returns): Remove the
8538 comments about d10v.
8539 (test_struct_calls): Likewise.
8540
77ae9c19
YQ
85412015-11-13 Yao Qi <yao.qi@linaro.org>
8542
8543 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8544 * gdb.base/gnu_vector.c: Don't include stdio.h.
8545 (main): Don't print res and call add_some_intvecs.
8546
430e004e
MK
85472015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8548
8549 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8550 macro.
8551 (func5): Removed.
8552 (func4): Use FAST_TRACEPOINT_LABEL.
8553 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8554 macro.
8555 (func): Removed.
8556 (thread_function): Use FAST_TRACEPOINT_LABEL.
8557 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8558 (func): Remove.
8559 (marker): Use FAST_TRACEPOINT_LABEL.
8560 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8561 (pendfunc1): Remove.
8562 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8563 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8564 (foo): Remove.
8565 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8566 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8567 macro.
8568 (func): Remove.
8569 (marker): Use FAST_TRACEPOINT_LABEL.
8570 * gdb.trace/trace-common.h: New header.
8571 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8572 macro.
8573 (func): Remove.
8574 (marker): Use FAST_TRACEPOINT_LABEL.
8575 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8576 (func): Remove.
8577 (thread_function): Use FAST_TRACEPOINT_LABEL.
8578
6e7675a7
MK
85792015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8580
8581 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8582 in front.
8583 * gdb.trace/change-loc.exp: Use global pcreg definition.
8584 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8585 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8586 in front.
8587 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8588 * gdb.trace/pending.exp: Likewise.
8589 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8590 * gdb.trace/trace-break.exp: Likewise.
8591 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8592 in front.
8593 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8594 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8595 in front.
8596 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8597
dddc0e16
JB
85982015-11-09 Joel Brobecker <brobecker@adacore.com>
8599
8600 * gdb.ada/fin_fun_out: New testcase.
8601
c6f0b406
KB
86022015-11-07 Kevin Buettner <kevinb@redhat.com>
8603
8604 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8605 value associated with DW_AT_byte_size.
8606 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8607 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8608 DW_AT_upper_bound.
8609
f01dcfd9
KB
86102015-11-07 Kevin Buettner <kevinb@redhat.com>
8611
8612 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8613 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8614 version.
8615 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8616 gdb.dwarf2/dw2-canonicalize-type.exp,
8617 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8618 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8619 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8620 provided by gdb_target_symbol_prefix_flags_asm.
8621 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8622 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8623 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8624 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8625 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8626 macros where needed). Use this macro for symbols which require
8627 the prefix provided by SYMBOL_PREFIX.
8628
2223449a
KB
86292015-11-05 Kevin Buettner <kevinb@redhat.com>
8630
8631 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8632 New procs.
8633 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8634 representing expressions, of more than one list element.
8635 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8636 to prepend linker symbol prefix to f.
8637 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8638 table_1 and table_2.
8639 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8640 Likewise, for f and g.
8641 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8642 for ptr.
8643 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8644 for main.
8645 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8646 table_1_ptr and table_2_ptr.
8647
6f2f1a3a
JK
86482015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8649 Joel Brobecker <brobecker@adacore.com>
8650
8651 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8652
566c56c9
MK
86532015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8654
8655 * gdb.reverse/s390-mvcle.c: New test.
8656 * gdb.reverse/s390-mvcle.exp: New file.
8657 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8658
d5f0636b
MK
86592015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8660
8661 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8662
7ad8b86c
MK
86632015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8664
8665 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8666 reaching marker2.
8667 * gdb.reverse/getresuid-reverse.exp: Likewise.
8668 * gdb.reverse/pipe-reverse.exp: Likewise.
8669 * gdb.reverse/readv-reverse.exp: Likewise.
8670 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8671 * gdb.reverse/time-reverse.exp: Likewise.
8672 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8673
4081c0f1
YQ
86742015-10-30 Yao Qi <yao.qi@linaro.org>
8675
8676 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8677 (empty_cycle): Remove.
8678 (main): Don't call empty_cycle. Don't use watch_count_done.
8679 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8680 empty_cycle. Rewrite the code counting HW watchpoints.
8681
452b4ba5
MK
86822015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8683
8684 * gdb.reverse/fstatat-reverse.c: New test.
8685 * gdb.reverse/fstatat-reverse.exp: New file.
8686 * gdb.reverse/getresuid-reverse.c: New test.
8687 * gdb.reverse/getresuid-reverse.exp: New file.
8688 * gdb.reverse/pipe-reverse.c: New test.
8689 * gdb.reverse/pipe-reverse.exp: New file.
8690 * gdb.reverse/readv-reverse.c: New test.
8691 * gdb.reverse/readv-reverse.exp: New file.
8692 * gdb.reverse/recvmsg-reverse.c: New test.
8693 * gdb.reverse/recvmsg-reverse.exp: New file.
8694 * gdb.reverse/time-reverse.c: New test.
8695 * gdb.reverse/time-reverse.exp: New file.
8696 * gdb.reverse/waitpid-reverse.c: New test.
8697 * gdb.reverse/waitpid-reverse.exp: New file.
8698
5e2e7507
JK
86992015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8702
0fde2c53
DE
87032015-10-26 Doug Evans <dje@google.com>
8704
8705 PR symtab/17391
8706 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8707 * gdb.dwarf2/bad-regnum.c: New file.
8708 * gdb.dwarf2/bad-regnum.exp: New file.
8709
1a70ae97
DE
87102015-10-26 Doug Evans <dje@google.com>
8711
8712 PR python/18938
8713 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8714 file.
8715
27dc26ab
JK
87162015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8717
8718 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8719 for a change by "Mention language in compile error message".
8720
bed91f4d
SM
87212015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8722
8723 PR python/18073
8724 * gdb.python/py-type.c (C::a_method): New.
8725 (C::a_const_method): New.
8726 (C::a_static_method): New.
8727 (a_function): New.
8728 * gdb.python/py-type.exp (test_fields): Test getting fields
8729 from function and method.
8730
3f2f83dd
KB
87312015-10-21 Keven Boell <keven.boell@intel.com>
8732
8733 * gdb.fortran/vla-alloc-assoc.exp: New file.
8734 * gdb.fortran/vla-datatypes.exp: New file.
8735 * gdb.fortran/vla-datatypes.f90: New file.
8736 * gdb.fortran/vla-history.exp: New file.
8737 * gdb.fortran/vla-ptype-sub.exp: New file.
8738 * gdb.fortran/vla-ptype.exp: New file.
8739 * gdb.fortran/vla-sizeof.exp: New file.
8740 * gdb.fortran/vla-sub.f90: New file.
8741 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8742 * gdb.fortran/vla-value-sub-finish.exp: New file.
8743 * gdb.fortran/vla-value-sub.exp: New file.
8744 * gdb.fortran/vla-value.exp: New file.
8745 * gdb.fortran/vla-ptr-info.exp: New file.
8746 * gdb.mi/mi-vla-fortran.exp: New file.
8747 * gdb.mi/vla.f90: New file.
8748
27145d50
SL
87492015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8750
8751 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8752 of hardwired timeout value.
8753
5f3ff4f8
JK
87542015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8755 Pedro Alves <palves@redhat.com>
8756
8757 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8758 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8759
bfd09d20
JS
87602015-10-19 Josh Stone <jistone@redhat.com>
8761
8762 * gdb.base/catch-syscall.c: Include <sched.h>.
8763 (unknown_syscall): New variable.
8764 (main): Trigger a vfork and an unknown syscall.
8765 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8766 (unknown_syscall_number): Likewise.
8767 (check_call_to_syscall): Accept an optional syscall pattern.
8768 (check_return_from_syscall): Likewise.
8769 (check_continue): Likewise.
8770 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8771 (test_catch_syscall_skipping_return): New test toggling off 'catch
8772 syscall' to step over the syscall return, then toggling back on.
8773 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8774 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8775 (do_syscall_tests): Call test_catch_syscall_without_args and
8776 test_catch_syscall_mid_vfork.
8777 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8778 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8779
b32b93c6
AS
87802015-10-19 Andrew Stubbs <ams@codesourcery.com>
8781
8782 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8783 print g_vE): Add new pass patterns.
8784 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8785 print various symbol names for vptr fields.
8786
9d622bda
AB
87872015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8788
8789 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8790 results.
8791
0fd8ac1c
YQ
87922015-10-12 Yao Qi <yao.qi@linaro.org>
8793
8794 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8795
34240514
YQ
87962015-10-12 Yao Qi <yao.qi@linaro.org>
8797
8798 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8799 is aarch64*-*-linux*.
8800
8240f442
YQ
88012015-10-12 Yao Qi <yao.qi@linaro.org>
8802
8803 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8804 (can_relocate_bcond_true): ... it.
8805 (can_relocate_bcond_false): New function.
8806 (foo): Likewise.
8807 (can_relocate_bl): Likewise.
8808 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8809 can_relocate_bl.
8810
2520f728
PMR
88112015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8812
8813 * gdb.base/nested-addr.c: New file.
8814 * gdb.base/nested-addr.exp: New testcase.
8815
abcef95a
MM
88162015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8817
8818 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8819 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8820 its output. Ignore the output of "record goto begin" and instead
8821 check that GDB is replaying.
8822
145e3ddb
PA
88232015-10-09 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8826 (top level): Use it in the run with no args test.
8827
d5d8c4e1
IB
88282015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8829
8830 * gdb.dlang/properties.exp: New file.
8831
06e635ef
SL
88322015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8833
8834 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8835 whether or not address 0x1000 is mapped on the target.
8836
e019fd1d
SM
88372015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8838
8839 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8840 build.
8841
77ba2a67
MM
88422015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8843
8844 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8845 instruction-history test.
8846
c60eb31f
DE
88472015-09-28 Doug Evans <dje@google.com>
8848
8849 * gdb.base/gcore.c (array_func): Add reference to static_array.
8850
9a3c8263
SM
88512015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8852
8853 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8854 source line.
8855
9720e656
SL
88562015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8857
8858 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8859 short or char as base type.
8860
938d3bf2
SL
88612015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8862
8863 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8864 to allow any size enum.
8865
e6c2c623
PMR
88662015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8867
8868 * gdb.ada/array_ptr_renaming.exp: New testcase.
8869 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8870 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8871
06da0f77
PL
88722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8873
8874 * gdb.trace/ftrace-lock.c: New file.
8875 * gdb.trace/ftrace-lock.exp: New file.
8876
4f51c22a
PL
88772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8878
8879 * gdb.arch/insn-reloc.c: New file.
8880 * gdb.arch/ftrace-insn-reloc.exp: New file.
8881
7041adf4
PL
88822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8883
8884 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8885 instruction.
8886 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8887 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8888 * gdb.trace/range-stepping.c: Likewise.
8889 * gdb.trace/trace-break.c: Likewise.
8890 * gdb.trace/trace-mt.c (thread_function): Likewise.
8891 * gdb.trace/ftrace.c (marker): Likewise.
8892 * gdb.trace/trace-condition.c (marker): Likewise.
8893 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8894 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8895 is_aarch64_target.
8896
015d2e7e
DE
88972015-09-18 Doug Evans <xdje42@gmail.com>
8898
8899 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8900 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8901
26b188a2
SL
89022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8903
8904 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8905 the breakpoint.
8906
79dc332b
SL
89072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8908
8909 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8910 the pending breakpoint. Remove timeout override for "Run till
8911 MI pending breakpoint on pendfunc3 on thread 2" test.
8912
f57929f2
SL
89132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8914
8915 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8916 filename pattern.
8917
3f469b17
SL
89182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8919
8920 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8921 in breakpoint filename pattern.
8922
515b89b3
SL
89232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8924
7800dbe4
SL
8925 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8926
89272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8928
515b89b3
SL
8929 * gdb.linespec/explicit.exp: Check for readline support for
8930 tab-completion tests. Fix obvious typo.
8931
d2939ba2
MM
89322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8933
8934 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8935 and replay.
8936
cbb55fa7
MM
89372015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8938
8939 * gdb.btrace/non-stop.c: New.
8940 * gdb.btrace/non-stop.exp: New.
8941
43691ca1
PL
89422015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8943 Yao Qi <yao.qi@linaro.org>
8944
8945 * gdb.trace/trace-condition.c: New file.
8946 * gdb.trace/trace-condition.exp: New file.
8947
d78908cf
WW
89482015-09-16 Wei-cheng Wang <cole945@gmail.com>
8949
8950 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8951 for testing bytecode compilation.
8952
1ed415e2
PA
89532015-09-16 Pedro Alves <palves@redhat.com>
8954 Sandra Loosemore <sandra@codesourcery.com>
8955
8956 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8957 (SECONDS): Redefine.
8958 (main): Call pthread_kill and alarm early.
8959 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8960 support.
8961 (test): If the target can't hardware step and doesn't support
8962 displaced stepping, increase the timeout.
8963
d136eff5
PA
89642015-09-16 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8967 (enable_debug): New procedures.
8968 (test): Use them. Bail out if waiting for threads fails.
8969 (top level): Bail out if a test fails.
8970
991f019c
YQ
89712015-09-16 Yao Qi <yao.qi@linaro.org>
8972
8973 * gdb.asm/asm-source.exp: Set asm-arch for
8974 aarch64*-*-* target.
8975 * gdb.asm/aarch64.inc: New file.
8976
bfca584f
PMR
89772015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8978
8979 * gdb.ada/array_of_variable_length.exp: New testcase.
8980 * gdb.ada/array_of_variable_length/foo.adb: New file.
8981 * gdb.ada/array_of_variable_length/pck.adb: New file.
8982 * gdb.ada/array_of_variable_length/pck.ads: New file.
8983
b326e587
DE
89842015-09-15 Doug Evans <dje@google.com>
8985
8986 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8987 of function static local variable.
8988
5382cfab
PW
89892015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8990
8991 * gdb.threads/tls-so_extern.exp: New test file.
8992 * gdb.threads/tls-so_extern.c: New test file.
8993 * gdb.threads/tls-so_extern_main.c: New test file.
8994
141c5cc4
JK
89952015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8996
8997 * gdb.opt/solib-intra-step-lib.c: New file.
8998 * gdb.opt/solib-intra-step-main.c: New file.
8999 * gdb.opt/solib-intra-step.exp: New file.
9000
d15dcecd
PA
90012015-09-15 Pedro Alves <palves@redhat.com>
9002
9003 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9004 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9005
4c2f2a79
PA
90062015-09-14 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.base/hook-stop-continue.c: Delete.
9009 * gdb.base/hook-stop-continue.exp: Delete.
9010 * gdb.base/hook-stop-frame.c: Delete.
9011 * gdb.base/hook-stop-frame.exp: Delete.
9012 * gdb.base/hook-stop.c: New file.
9013 * gdb.base/hook-stop.exp: New file.
9014
919e6dbe
PMR
90152015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9016
9017 * gdb.ada/access_to_packed_array.exp: New testcase.
9018 * gdb.ada/access_to_packed_array/foo.adb: New file.
9019 * gdb.ada/access_to_packed_array/pack.adb: New file.
9020 * gdb.ada/access_to_packed_array/pack.ads: New file.
9021
157280a4
MM
90222015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9023
9024 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9025 buffer size test.
9026
2fd33e94
DB
90272015-09-11 Don Breazeal <donb@codesourcery.com>
9028
9029 * gdb.base/foll-exec.c: Add copyright header. Fix
9030 formatting issues.
9031 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9032 (do_exec_tests): Use clean_restart in place of zap_session,
9033 and for test initialization. Fix formatting issues. Use
9034 fail in place of perror.
9035 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9036 an expect statement to match an expression with output from
9037 the program under debug.
9038 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9039 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9040 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9041 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9042 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9043
e70b6e8e
DE
90442015-09-09 Doug Evans <dje@google.com>
9045
9046 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9047
7a551a51
DE
90482015-09-09 Doug Evans <dje@google.com>
9049
9050 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9051
4c666f84
DE
90522015-09-09 Doug Evans <dje@google.com>
9053
9054 * gdb.base/savedregs.exp: Fix typo.
9055
243a9253
PA
90562015-09-09 Pedro Alves <palves@redhat.com>
9057
9058 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9059
c0fa8fbd
SL
90602015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9061
9062 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9063 command actually switches threads. Give up on remaining
9064 tests if target fails to stop at breakpoint.
9065
cd7c1778
PMR
90662015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9067
9068 * gdb.ada/funcall_char.exp: New testcase.
9069 * gdb.ada/funcall_char/foo.adb: New file.
9070
dc5c8746
PMR
90712015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9072
9073 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9074 expected outputs. Add two testcases for completing ambiguous
9075 functions.
9076 * gdb.ada/complete/aux_pck.adb: New file.
9077 * gdb.ada/complete/aux_pck.ads: New file.
9078 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9079 Ambiguous_Func functions.
9080 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9081 * gdb.ada/complete/pck.adb: Likewise.
9082
4e83a1e7
UW
90832015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9084
9085 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9086 failures to run the test program under GDB.
9087
8ce74153
LM
90882015-08-26 Luis Machado <lgustavo@codesourcery.com>
9089
9090 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9091 to C.
9092
e9756d52
PP
90932015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9094
9095 * gdb.base/run-after-attach.exp: New test file.
9096 * gdb.base/run-after-attach.c: New test file.
9097
8d37573b
DB
90982015-08-26 Don Breazeal <donb@codesourcery.com>
9099
9100 * gdb.base/foll-exec-2.c: New test program.
9101 * gdb.base/foll-exec-2.exp: New test.
9102
63e43d3a
PMR
91032015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9104
9105 * gdb.base/nested-subp1.exp: New file.
9106 * gdb.base/nested-subp1.c: New file.
9107 * gdb.base/nested-subp2.exp: New file.
9108 * gdb.base/nested-subp2.c: New file.
9109 * gdb.base/nested-subp3.exp: New file.
9110 * gdb.base/nested-subp3.c: New file.
9111
3d40fbb5
PA
91122015-08-24 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.server/connect-without-multi-process.c: New file.
9115 * gdb.server/connect-without-multi-process.exp: New file.
9116
4422ac93
LM
91172015-08-24 Luis Machado <lgustavo@codesourcery.com>
9118
9119 * gdb.opt/inline-markers.c: Make z int.
9120
91dddb86
LM
91212015-08-24 Luis Machado <lgustavo@codesourcery.com>
9122
9123 * gdb.opt/inline-markers.c: Make z volatile.
9124
a48847ee
LM
91252015-08-24 Luis Machado <lgustavo@codesourcery.com>
9126
9127 * gdb.opt/inline-bt.c: New volatile global z.
9128 * gdb.opt/inline-cmds.c: Likewise.
9129 * gdb.opt/inline-locals.c: Likewise.
9130 * gdb.opt/inline-markers.c: New extern global z.
9131 (marker): Use z.
9132 (inline_fn): Likewise.
9133
0ebbc52b
PA
91342015-08-24 Pedro Alves <palves@redhat.com>
9135
9136 * config/m32r-stub.exp: Remove file.
9137 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9138 * gdb.base/call-rt-st.exp: Likewise.
9139 * gdb.base/call-strs.exp: Likewise.
9140 * gdb.base/default.exp: Remove references to h8300-*-hms and
9141 *-*-udi*.
9142 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9143
77c365df
AA
91442015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9145
9146 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9147 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9148 and "return" use KFAIL when GDB can not read/write the vector
9149 return value.
9150
4313b8c0
GB
91512015-08-21 Gary Benson <gbenson@redhat.com>
9152
9153 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9154
0e433b32
PA
91552015-08-20 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.server/solib-list.exp: No longer expect an interior stop in
9158 non-stop mode.
9159
221e1a37
PA
91602015-08-20 Pedro Alves <palves@redhat.com>
9161
9162 * gdb.server/connect-stopped-target.c: New file.
9163 * gdb.server/connect-stopped-target.exp: New file.
9164
40e3ad0e
PA
91652015-08-20 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.dwarf2/comp-unit-lang.exp: New file.
9168 * gdb.dwarf2/comp-unit-lang.c: New file.
9169
af39b327
PMR
91702015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9171
9172 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9173 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9174
7d45c7c3 91752015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9176
7d45c7c3
KB
9177 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9178 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9179
4d6cceb4
DE
91802015-08-18 Doug Evans <dje@google.com>
9181 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9182
9183 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9184 skip_python_tests. New arg prompt_regexp.
9185 (skip_python_tests): New function.
9186 * lib/mi-support.exp (mi_skip_python_tests): New function.
9187 * gdb.python/py-mi-objfile-gdb.py: New file.
9188 * gdb.python/py-mi-objfile.c: New file.
9189 * gdb.python/py-mi-objfile.exp: New file.
9190
ad89c2aa
KS
91912015-08-17 Keith Seitz <keiths@redhat.com>
9192
9193 * gdb.linespec/explicit.exp: Move strace test from here ...
9194 * gdb.trace/strace.exp: ... to here.
9195
e3ae3c43
PP
91962015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9197
9198 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9199 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9200
604b2636
DE
92012015-08-14 Doug Evans <xdje42@gmail.com>
9202
9203 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9204 inferior before selecting a new file.
9205
6ff0ba5f
DE
92062015-08-14 Doug Evans <xdje42@gmail.com>
9207
9208 * gdb.mi/mi-disassemble.exp: Update.
9209 * gdb.base/disasm-optim.S: New file.
9210 * gdb.base/disasm-optim.c: New file.
9211 * gdb.base/disasm-optim.h: New file.
9212 * gdb.base/disasm-optim.exp: New file.
9213
9ca98f92
KS
92142015-08-14 Keith Seitz <keiths@redhat.com>
9215
9216 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9217 "evaluated-by".
9218
52bbc560
JB
92192015-08-13 Joel Brobecker <brobecker@adacore.com>
9220
9221 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9222
5d8c3ed3
PMR
92232015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9224
9225 * gdb.ada/fun_renaming.exp: New testcase.
9226 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9227 * gdb.ada/fun_renaming/pack.adb: New file.
9228 * gdb.ada/fun_renaming/pack.ads: New file.
9229
ea8812bc
KS
92302015-08-12 Keith Seitz <keiths@redhat.com>
9231
9232 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9233 gdb_get_line_number.
9234
4dafcdeb
JB
92352015-08-12 Joel Brobecker <brobecker@adacore.com>
9236
9237 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9238 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9239 gdb.base/dso2dso.exp: New files.
9240
5ba32597
SDJ
92412015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9242 Pedro Alves <palves@redhat.com>
9243 Keith Seitz <keiths@redhat.com>
9244
9245 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9246 GDBFLAGS.
9247
b6dafabf
PP
92482015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9249
9250 * gdb.base/gdbhistsize-history.exp
9251 (test_histsize_history_setting): Use save_vars.
9252 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9253 Use save_vars.
9254 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9255 * gdb.base/readline.exp: Use save_vars.
9256
abe8e607
PP
92572015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9258
9259 * lib/gdb.exp (save_vars): New proc.
9260
629500fa
KS
92612015-08-11 Keith Seitz <keiths@redhat.com>
9262
9263 * gdb.base/help.exp: Update help_breakpoint_text.
9264
eb8c4e2e
KS
92652015-08-11 Keith Seitz <keiths@redhat.com>
9266
9267 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9268 (at toplevel): Call test_explicit_breakpoints.
9269 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9270 breakpoints.
9271 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9272 breakpoint conditions, "-cond".
9273
87f0e720
KS
92742015-08-11 Keith Seitz <keiths@redhat.com>
9275
9276 * gdb.linespec/3explicit.c: New file.
9277 * gdb.linespec/cpexplicit.cc: New file.
9278 * gdb.linespec/cpexplicit.exp: New file.
9279 * gdb.linespec/explicit.c: New file.
9280 * gdb.linespec/explicit.exp: New file.
9281 * gdb.linespec/explicit2.c: New file.
9282 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9283 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9284 before using in the matching pattern.
9285 Clarify that `prefix' is a regular expression.
9286
f00aae0f
KS
92872015-08-11 Keith Seitz <keiths@redhat.com>
9288
9289 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9290 test.
9291 Add tests for missing ",FMT" and ",".
9292
e27852be
DE
92932015-08-10 Doug Evans <dje@google.com>
9294 Keith Seitz <keiths@redhat.com>
9295
9296 PR gdb/17960
9297 * gdb.base/completion.exp: Add location completer tests.
9298
7f03bd92
PA
92992015-08-07 Pedro Alves <palves@redhat.com>
9300
9301 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9302 tests here.
9303 (top level): Run do_test with and without displaced stepping.
9304
3fc8eb30
PA
93052015-08-07 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.base/valgrind-disp-step.c: New file.
9308 * gdb.base/valgrind-disp-step.exp: New file.
9309
d4569d7b
PA
93102015-08-07 Pedro Alves <palves@redhat.com>
9311
9312 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9313 Delete function.
9314 (main): Add alarm. Run an infinite loop instead of calling
9315 wait_threads.
9316 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9317 comment.
9318 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9319 Delete function.
9320 (main): Add alarm. Run an infinite loop instead of calling
9321 wait_threads.
9322 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9323 comment.
9324
e1316e60
PA
93252015-08-07 Pedro Alves <palves@redhat.com>
9326
9327 * gdb.base/checkpoint-ns.exp: New file.
9328 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9329 standard_testfile.
9330
da8c46d2
MM
93312015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9332
9333 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9334 * gdb.btrace/instruction_history.exp: Update.
9335 * gdb.btrace/tsx.exp: New.
9336 * gdb.btrace/tsx.c: New.
9337
de1c2c52
PA
93382015-08-06 Pedro Alves <palves@redhat.com>
9339
9340 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9341 increase timeout.
9342 * gdb.reverse/until-precsave.exp: Bump timeouts.
9343
782e0bf4
PA
93442015-08-06 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9347
83e97ed0
PA
93482015-08-06 Pedro Alves <palves@redhat.com>
9349
9350 PR gdb/18749
9351 * gdb.threads/process-dies-while-handling-bp.c: New file.
9352 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9353
863d01bd
PA
93542015-08-06 Pedro Alves <palves@redhat.com>
9355
9356 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9357 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9358
0a39bb32
PA
93592015-08-05 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9362 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9363
ee2d2b10
SL
93642015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9365
9366 * gdb.base/bp-permanent.exp: Report test as unsupported if
9367 the target cannot stop at the permanent breakpoint.
9368
4e1bdb00
DE
93692015-08-03 Doug Evans <dje@google.com>
9370
9371 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9372 10000.
9373
3d338901
DE
93742015-08-03 Doug Evans <dje@google.com>
9375
9376 * Makefile.in (workers/%.worker, build-perf): New rule.
9377 (GDB_PERFTEST_MODE): New variable.
9378 (check-perf): Use it.
9379 (clean): Clean up gdb.perf parallel build subdirs.
9380 * lib/build-piece.exp: New file.
9381 * lib/gdb.exp (make_gdb_parallel_path): New function
9382 (standard_output_file, standard_temp_file): Call it.
9383 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9384 of $GDB_PARALLEL.
9385 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9386
af061d3e
DE
93872015-08-03 Doug Evans <dje@google.com>
9388
8e1afc81 9389 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9390 (LOG_FILE_NAME): New global.
9391 (TextReporter.__init__): Initialize self.txt_sum.
9392 (TextReporter.report): Add support for multiple data-points.
9393 Move report to perftest.sum, put raw data in perftest.log.
9394 (TextReporter.start): Open sum and log files.
9395 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9396 * gdb.perf/lib/perftest/testresult.py
9397 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9398
2c8c5d37
PA
93992015-07-31 Pedro Alves <palves@redhat.com>
9400
9401 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9402 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9403 kill_wait_spawned_process instead of explicit "kill -9".
9404 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9405 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9406 kill_wait_spawned_process.
9407 * gdb.base/attach-twice.exp: Likewise.
9408 * gdb.base/attach.exp: Likewise.
9409 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9410 gdb_test_multiple.
9411 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9412 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9413 kill_wait_spawned_process.
9414 * gdb.base/valgrind-infcall.exp: Likewise.
9415 * gdb.multi/multi-attach.exp: Likewise.
9416 * gdb.python/py-prompt.exp: Likewise.
9417 * gdb.python/py-sync-interp.exp: Likewise.
9418 * gdb.server/ext-attach.exp: Likewise.
9419 * gdb.threads/attach-into-signal.exp (corefunc): Use
9420 spawn_wait_for_attach, spawn_id_get_pid and
9421 kill_wait_spawned_process.
9422 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9423 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9424 spawn_id_get_pid and kill_wait_spawned_process.
9425 * gdb.threads/attach-stopped.exp (corefunc): Use
9426 spawn_wait_for_attach, spawn_id_get_pid and
9427 kill_wait_spawned_process.
9428 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9429 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9430 kill_wait_spawned_process instead of explicit "kill -9".
9431 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9432 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9433 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9434 processes. Don't map cygwin/windows pids here. Now returns a
9435 spawn id list.
9436
032a0fca
SL
94372015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9438
9439 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9440 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9441 correct patch.
9442
61a934ca
SL
94432015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9444
9445 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9446
4bc4d428
SL
94472015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9448
9449 Reapply:
9450 2014-05-21 Mark Wielaard <mjw@redhat.com>
9451
9452 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9453
998d452a
PA
94542015-07-30 Pedro Alves <palves@redhat.com>
9455
9456 * linux-low.c (handle_extended_wait): Set the child's last
9457 reported status to TARGET_WAITKIND_STOPPED.
9458
69dde7dc
PA
94592015-07-30 Pedro Alves <palves@redhat.com>
9460
9461 PR threads/18600
9462 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9463 only shows inferior 1.
9464
4dd63d48
PA
94652015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9466 Pedro Alves <palves@redhat.com>
9467
9468 PR threads/18600
9469 * gdb.threads/fork-plus-threads.c: New file.
9470 * gdb.threads/fork-plus-threads.exp: New file.
9471
d618e4c5
PP
94722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9473
9474 * gdb.base/batch-preserve-term-settings.exp
9475 (test_terminal_settings_preserved_after_cli_exit): Use
9476 send_quit_command.
9477
1eef6428
PA
94782015-07-29 Pedro Alves <palves@redhat.com>
9479 Don Breazeal <donb@codesourcery.com>
9480
9481 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9482 output from both inferior_spawn_id and gdb_spawn_id.
9483
7da5b897
SDJ
94842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9485
9486 * gdb.threads/attach-into-signal.exp (corefunc): Use
9487 with_test_prefix on nested loops, uniquefying the test messages.
9488
dac804df
SDJ
94892015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9490
9491 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9492 commit.
9493
06265e53
PP
94942015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9495
9496 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9497 New proc.
9498 (test_terminal_settings_preserved_after_sigterm): New test.
9499
18206ca3
PP
95002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9501
9502 * gdb.base/batch-preserve-term-settings.exp
9503 (test_terminal_settings_preserved_after_cli_exit): New test.
9504
90074d11
PP
95052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9506
9507 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9508 manipulation of saved_gdbflags.
9509 (test_terminal_settings_preserved): Remove global declaration of
9510 the unused variable pagination_prompt. Remove manipulation of
9511 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9512 GDBFLAGS.
9513
eb1a7902
PA
95142015-07-29 Pedro Alves <palves@redhat.com>
9515
9516 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9517
8b75dd3b
PA
95182015-07-29 Pedro Alves <palves@redhat.com>
9519
9520 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9521 at the top.
9522
dedad4e3
PA
95232015-07-29 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9526 (main): Call gdb_unbuffer_output.
9527 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9528 (main): Call gdb_unbuffer_output.
9529 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9530 (main): Call gdb_unbuffer_output.
9531 * gdb.base/call-strs.exp: Adjust to step over the
9532 gdb_unbuffer_output call.
9533 * gdb.base/catch-gdb-caused-signals.c: Include
9534 "../lib/unbuffer_output.c".
9535 (main): Call gdb_unbuffer_output.
9536 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9537 (main): Call gdb_unbuffer_output.
9538 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9539 (main): Call gdb_unbuffer_output.
9540 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9541 (main): Call gdb_unbuffer_output.
9542 * gdb.base/shlib-call.exp: Adjust to step over the
9543 gdb_unbuffer_output call.
9544 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9545 (main): Call gdb_unbuffer_output.
9546 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9547 (main): Call gdb_unbuffer_output.
9548 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9549 (main): Rename to ...
9550 (test): ... this.
9551 (main): Reimplement.
9552 * gdb.base/varargs.exp: Run to test instead of to main.
9553 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9554 (main): Call gdb_unbuffer_output.
9555
58789a91
PA
95562015-07-29 Pedro Alves <palves@redhat.com>
9557
9558 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9559 factore out from mi_continue_dprintf. For call-style dprintfs,
9560 expect dprintf output out of $inferior_spawn_id.
9561 (mi_continue_dprintf): Use mi_expect_dprintf.
9562 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9563 (main): Call gdb_unbuffer_output.
9564
e8376742
PA
95652015-07-29 Pedro Alves <palves@redhat.com>
9566
9567 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9568 (default_mi_gdb_start): Set inferior_spawn_id instead of
9569 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9570 gdb_spawn_id.
9571 (mi_gdb_test): Always expect inferior output from both
9572 $inferior_spawn_id and $gdb_spawn_id.
9573
08280010
PA
95742015-07-29 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9577 send_inferior and $inferior_spawn_id.
9578
4d30e432
PA
95792015-07-29 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.gdb/complaints.exp (test_initial_complaints)
9582 (test_serial_complaints, test_short_complaints): Use
9583 gdb_test_stdio.
9584 (test_empty_complaint): Handle $inferior_spawn_id !=
9585 $gdb_spawn_id.
9586
0d30a335
PA
95872015-07-29 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.base/varargs.exp: Use gdb_test_stdio.
9590
39413b29
PA
95912015-07-29 Pedro Alves <palves@redhat.com>
9592
9593 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9594
7cb000a9
PA
95952015-07-29 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9598
d7b8ac82
PA
95992015-07-29 Pedro Alves <palves@redhat.com>
9600
9601 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9602 parameter into two new parameters, "inf_result" and "gdb_result".
9603 Expect inferior output and gdb output from $inferior_spawn_id and
9604 $gdb_spawn_id, respectively. Adjust all callers.
9605
789c3a0c
PA
96062015-07-29 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9609 of gdb_test_sequence.
9610
77e760c3
PA
96112015-07-29 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9614 (saw_spurious_output): Expect inferior output from
9615 $inferior_spawn_id. Use gdb_test_stdio.
9616
8396d2cd
PA
96172015-07-29 Pedro Alves <palves@redhat.com>
9618
9619 * gdb.base/dprintf.exp: Use standard_testfile. Change
9620 prepare_for_testing call.
9621 (srcfile): Don't set.
9622 (restart): New procedure.
9623 (test_dprintf): New procecure, use to continue over dprintfs.
9624 (test_call, test_agent): New procedures, tests moved here.
9625 Restart gdb and recreate dprintfs. Adjust expected output.
9626
2051d61f
PA
96272015-07-29 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9630
452397af
PA
96312015-07-29 Pedro Alves <palves@redhat.com>
9632
9633 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9634
8aed9555
PA
96352015-07-29 Pedro Alves <palves@redhat.com>
9636
9637 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9638 gdb_test_stdio.
9639
188a61b4
PA
96402015-07-29 Pedro Alves <palves@redhat.com>
9641
9642 * lib/gdb.exp (gdb_test_stdio): New procedure.
9643
12264a45
PA
96442015-07-29 Pedro Alves <palves@redhat.com>
9645
9646 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9647
23ffc893
PA
96482015-07-29 Pedro Alves <palves@redhat.com>
9649
9650 * gdb.base/call-signal-resume.exp: Remove check for
9651 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9652 * gdb.base/unwindonsignal.exp: Likewise.
9653 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9654 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9655
65566918
PA
96562015-07-29 Pedro Alves <palves@redhat.com>
9657
9658 * gdb.base/siginfo-addr.c (pass): New function.
9659 (handler): Call it iff si_addr is correct.
9660 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9661 Set a breakpoint at "pass" and continue to it.
9662
d60a9221
SDJ
96632015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9664
9665 * gdb.python/py-objfile.exp: Make some tests have unique names.
9666 * gdb.python/py-pp-registration.exp: Likewise.
9667
bde40b8f
PA
96682015-07-28 Pedro Alves <palves@redhat.com>
9669
9670 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9671
13e1dec8
SM
96722015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9673
9674 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9675
da33c9a7
SM
96762015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9677
9678 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9679
077836f7
PP
96802015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9681
9682 * gdb.base/gdb-sigterm-2.exp: New test.
9683
b8cc7b2e
DE
96842015-07-25 Doug Evans <xdje42@gmail.com>
9685
9686 Revert:
9687 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9688 (workers/%.worker, build-perf): New rule.
9689 (GDB_PERFTEST_MODE): New variable.
9690 (check-perf): Use it.
9691 (clean): Clean up gdb.perf parallel build subdirs.
9692 * lib/build-piece.exp: New file.
9693 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9694 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9695 name.
9696 (standard_temp_file): Ditto.
9697 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9698 of $GDB_PARALLEL.
9699
c8bd4544
DE
97002015-07-24 Doug Evans <dje@google.com>
9701
9702 * gdb.perf/lib/perftest/utils.py: New file.
9703 * gdb.perf/gm-hello.cc: New file.
9704 * gdb.perf/gm-pervasive-typedef.cc: New file.
9705 * gdb.perf/gm-pervasive-typedef.h: New file.
9706 * gdb.perf/gm-std.cc: New file.
9707 * gdb.perf/gm-std.h: New file.
9708 * gdb.perf/gm-use-cerr.cc: New file.
9709 * gdb.perf/gm-utils.h: New file.
9710 * gdb.perf/gmonster-null-lookup.py: New file.
9711 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9712 * gdb.perf/gmonster-print-cerr.py: New file.
9713 * gdb.perf/gmonster-ptype-string.py: New file.
9714 * gdb.perf/gmonster-runto-main.py: New file.
9715 * gdb.perf/gmonster-select-file.py: New file.
9716 * gdb.perf/gmonster1-null-lookup.exp: New file.
9717 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9718 * gdb.perf/gmonster1-print-cerr.exp: New file.
9719 * gdb.perf/gmonster1-ptype-string.exp: New file.
9720 * gdb.perf/gmonster1-runto-main.exp: New file.
9721 * gdb.perf/gmonster1-select-file.exp: New file.
9722 * gdb.perf/gmonster1.cc: New file.
9723 * gdb.perf/gmonster1.exp: New file.
9724 * gdb.perf/gmonster2-null-lookup.exp: New file.
9725 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9726 * gdb.perf/gmonster2-print-cerr.exp: New file.
9727 * gdb.perf/gmonster2-ptype-string.exp: New file.
9728 * gdb.perf/gmonster2-runto-main.exp: New file.
9729 * gdb.perf/gmonster2-select-file.exp: New file.
9730 * gdb.perf/gmonster2.cc: New file.
9731 * gdb.perf/gmonster2.exp: New file.
9732
6eab34f3
DE
97332015-07-24 Doug Evans <dje@google.com>
9734
9735 * gdb.perf/README: New file.
9736 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9737 * lib/gen-perf-test.exp: New file.
9738
63738bfd
DE
97392015-07-24 Doug Evans <dje@google.com>
9740
9741 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9742 (PerfTest::startup): New function.
9743 (PerfTest::run): Return result of calling body.
9744 (PerfTest::assemble): Rewrite.
9745 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9746 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9747 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9748 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9749 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9750
7b606f95
DE
97512015-07-24 Doug Evans <dje@google.com>
9752
9753 * lib/gdb.exp (clean_restart): Make executable optional.
9754
a97b16b8
DE
97552015-07-24 Doug Evans <dje@google.com>
9756
9757 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9758 compiler_info references.
9759 * gdb.cp/temargs.exp: Ditto.
9760 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9761 (get_compiler_info): Early exit if already computed. Set compiler_info
9762 to "unknown" if there was a problem.
9763 (test_compiler_info): Add function comment. Call get_compiler_info.
9764
35baa57f
DE
97652015-07-24 Doug Evans <dje@google.com>
9766
9767 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9768 (workers/%.worker, build-perf): New rule.
9769 (GDB_PERFTEST_MODE): New variable.
9770 (check-perf): Use it.
9771 (clean): Clean up gdb.perf parallel build subdirs.
9772 * lib/build-piece.exp: New file.
9773 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9774 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9775 name.
9776 (standard_temp_file): Ditto.
9777 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9778 of $GDB_PARALLEL.
9779
6ebea266
DE
97802015-07-24 Doug Evans <dje@google.com>
9781
9782 * lib/future.exp (gdb_default_target_compile): New option
9783 "early_flags".
9784 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9785 --as-needed.
9786
1e76a7e9
SDJ
97872015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9788
9789 * gdb.base/catch-syscall.exp: Call gdb_exit before
9790 gdb_skip_xml_test.
9791
5068630a
PA
97922015-07-24 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.python/py-events.exp: Accept output between the stop event
9795 and the prompt.
9796 * gdb.python/py-evsignal.exp: Likewise.
9797 * gdb.python/py-evthreads.exp: Likewise.
9798
77598427
PA
97992015-07-24 Pedro Alves <palves@redhat.com>
9800
9801 PR gdb/18717
9802 * gdb.threads/non-ldr-exit.c: New file.
9803 * gdb.threads/non-ldr-exit.exp: New file.
9804
11e6c98f
YQ
98052015-07-24 Yao Qi <yao.qi@linaro.org>
9806
9807 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9808 restarting process.
9809
51aee833
YQ
98102015-07-24 Yao Qi <yao.qi@linaro.org>
9811
9812 * gdb.server/ext-restart.exp: New file.
9813
8cfe207c
YQ
98142015-07-24 Yao Qi <yao.qi@linaro.org>
9815
9816 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9817 argument options.
9818 * gdb.server/ext-wrapper.exp: New file.
9819
cc12ce38
DE
98202015-07-23 Doug Evans <dje@google.com>
9821
9822 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9823 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9824
d0d84780
PMR
98252015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9826
9827 * gdb.ada/var_arr_typedef.exp: New testcase.
9828 * gdb.ada/var_arr_typedef/pack.adb: New file.
9829 * gdb.ada/var_arr_typedef/pack.ads: New file.
9830 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9831
8b558f79
JB
98322015-07-20 Joel Brobecker <brobecker@adacore.com>
9833
9834 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9835
775a3298
JK
98362015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9837
9838 * gdb.arch/i386-biarch-core.exp: Replace istarget
9839 by "complete set gnutarget". Remove expectation for the "core-file"
9840 command.
9841
db1ff28b
JK
98422015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9843
9844 Revert the previous commit:
9845 Tests for validate symbol file using build-id.
9846
0a94970d
JK
98472015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9848
9849 Tests for validate symbol file using build-id.
9850 * gdb.base/solib-mismatch-lib.c: New file.
9851 * gdb.base/solib-mismatch-libmod.c: New file.
9852 * gdb.base/solib-mismatch.c: New file.
9853 * gdb.base/solib-mismatch.exp: New file.
9854
03346981
SL
98552015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9856
9857 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9858 nios2-*-linux*.
9859 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9860 * gdb.base/siginfo.exp: Likewise.
9861 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9862
42422cc7
PL
98632015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9864
9865 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9866 Move it to ...
9867 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9868 ... here.
9869 * gdb.trace/range-stepping.exp: Check that the target supports
9870 range stepping.
9871
cfa68bae
JK
98722015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9873
9874 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9875
8ffdba26
PA
98762015-07-14 Pedro Alves <palves@redhat.com>
9877
9878 * gdb.base/killed-outside.exp: New file.
9879 * gdb.base/killed-outside.c: New file.
9880
218a5a11
JK
98812015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9882
9883 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9884 (n at main): New.
9885 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9886
e03ed3c6
AA
98872015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9888
9889 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9890 infcall tests instead of setting up for KFAIL.
9891
485668e5
MM
98922015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9893
9894 * gdb.btrace/record_goto-step.exp: New.
9895
08464196
JK
98962015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9897
9898 PR compile/18484
9899 * gdb.compile/compile.c (struct struct_type): Add volatile to
9900 selffield's type.
9901 * gdb.compile/compile.exp
9902 (compile code struct_object.selffield = &struct_object): Skip further
9903 struct_object tests if this one xfails.
9904
bcf5c1d9
RC
99052015-07-08 Robert O'Callahan <robert@ocallahan.org>
9906
9907 PR exp/18617
9908 * gdb.trace/ax.exp: Add test.
9909
4931af25
YQ
99102015-07-07 Yao Qi <yao.qi@linaro.org>
9911
9912 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9913 instead of istarget "aarch64*-*-*".
9914 * gdb.arch/aarch64-fp.exp: Likewise.
9915 * gdb.base/float.exp: Likewise.
9916 * gdb.reverse/aarch64.exp: Likewise.
9917 * lib/gdb.exp (is_aarch64_target): New proc.
9918
9fcf688e
YQ
99192015-07-07 Yao Qi <yao.qi@linaro.org>
9920
9921 * lib/gdb.exp (is_aarch32_target): New proc.
9922 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9923 instead of "istarget "arm*-*-*"".
9924 * gdb.arch/arm-disp-step.exp: Likewise.
9925 * gdb.arch/thumb-bx-pc.exp: Likewise.
9926 * gdb.arch/thumb-prologue.exp: Likewise.
9927 * gdb.arch/thumb-singlestep.exp: Likewise.
9928 * gdb.base/disp-step-syscall.exp: Likewise.
9929 * gdb.base/float.exp: Likewise.
9930
fbd8d50d
YQ
99312015-07-07 Yao Qi <yao.qi@linaro.org>
9932
9933 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9934 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9935
71be1fdc
YQ
99362015-07-07 Yao Qi <yao.qi@linaro.org>
9937
9938 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9939 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9940 if it exists.
9941 * gdb.multi/multi-arch.exp: Likewise.
9942
3e221d36
SM
99432015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9944
9945 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9946 print.
9947
d441430b
YQ
99482015-07-07 Yao Qi <yao.qi@linaro.org>
9949
9950 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9951
06f810bd
MG
99522015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9953
9954 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9955 '[' and ']' characters.
9956
5e61e7c0
IB
99572015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9958
9959 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9960
28bf096c
PA
99612015-06-29 Pedro Alves <palves@redhat.com>
9962
9963 PR threads/18127
9964 * gdb.threads/hand-call-new-thread.c: New file.
9965 * gdb.threads/hand-call-new-thread.c: New file.
9966
ee93cd5e
KS
99672015-06-26 Keith Seitz <keiths@redhat.com>
9968 Doug Evans <dje@google.com>
9969
9970 PR 16253
9971 * gdb.cp/var-tag-2.cc: New file.
9972 * gdb.cp/var-tag-3.cc: New file.
9973 * gdb.cp/var-tag-4.cc: New file.
9974 * gdb.cp/var-tag.cc: New file.
9975 * gdb.cp/var-tag.exp: New file.
9976
fc637f04
PP
99772015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9978
9979 * gdb.base/history-duplicates.exp: New test.
9980
2e52ae68
PP
99812015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9982
9983 * gdb.base/completion.exp: Test the completion of the "focus"
9984 command.
9985
6e22494e
JK
99862015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9987
9988 * gdb.arch/amd64-prologue-skip.S: New file.
9989 * gdb.arch/amd64-prologue-skip.exp: New file.
9990
bf7b9cd9
SM
99912015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9992
9993 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9994 is_address_zero_readable check.
9995
201e8dfd
PB
99962015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9997
9998 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9999 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10000
5cd867b4
YQ
100012015-06-24 Yao Qi <yao.qi@linaro.org>
10002
10003 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10004 linux targets.
10005
4d7be007
YQ
100062015-06-24 Yao Qi <yao.qi@linaro.org>
10007
10008 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10009 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10010 * gdb.base/siginfo-thread.exp: Likewise.
10011
07fcd301
YQ
100122015-06-22 Yao Qi <yao.qi@linaro.org>
10013
10014 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10015
52042a00
YQ
100162015-06-22 Yao Qi <yao.qi@linaro.org>
10017
10018 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10019 aarch64*-*-*.
10020 (skip_hw_watchpoint_tests): Likewise.
10021
74bd41ce
PP
100222015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10023
10024 * gdb.base/gdbinit-history.exp: Test the interaction between
10025 setting GDBHISTSIZE and setting the history size via .gdbinit.
10026
bc460514
PP
100272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10028
10029 PR gdb/16999
10030 * gdb.base/gdbhistsize-history.exp: New test.
10031
b58c513b
PP
100322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10033
10034 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10035 with GDBHISTSIZE.
10036 * gdb.base/readline.exp: Likewise.
10037
92046791
YQ
100382015-06-17 Yao Qi <yao.qi@linaro.org>
10039
10040 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10041 line.
10042
2093d2d3
PP
100432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10044
10045 * gdb.base/gdbinit-history.exp: Add test case to check that
10046 an unlimited history file does not get truncated on exit.
10047
e6c693af
AA
100482015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10049
10050 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10051 (VECTOR): New macro. Use it...
10052 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10053 ...for these typedefs.
10054 (int8, char1, int1, double1): New typedefs.
10055 (struct just_int2, struct two_int2): New structures.
10056 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10057 (add_structvecs, add_singlevecs): New functions.
10058 (main): Call add_some_intvecs twice.
10059 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10060 the compile and exit upon failure. Try compiling for the "native"
10061 architecture. Test inferior function calls with vector arguments
10062 and vector return value handling with "finish" and "return".
10063
c74f7d1c
JT
100642015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10065
10066 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10067 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10068 PE file.
10069 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10070
98aa42ee
AT
100712015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10072
10073 PR breakpoints/16465
10074 * gdb.mi/mi-dprintf-pending.c: New file.
10075 * gdb.mi/mi-dprintf-pending.exp: New test.
10076 * gdb.mi/mi-dprintf-pendshr.c: New file.
10077
7d73c23c 100782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10079 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10080
10081 * gdb.arch/i386-mpx-map.c: New file.
10082 * gdb.arch/i386-mpx-map.exp: New File.
10083
100842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10085
10086 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10087 * gdb.arch/i386-mpx.exp: Indentation fixed.
10088
100892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10090
10091 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10092 function and improved indentation.
10093 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10094 gdb_test_multiple. Added additional tests to skip the test.
10095
100962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10097
10098 * gdb.arch/i386-avx512.c: Change path in include file.
10099 * gdb.arch/i386-avx512.exp: Change include dir path
10100 compilation flag.
10101 * gdb.arch/i386-mpx.c: Change path in include file.
10102 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10103 flag.
10104
d5eba19a
JK
101052015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10106
10107 * gdb.compile/compile-print.exp (compile print *vararray@3)
10108 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10109
7f361056
JK
101102015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10111
10112 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10113 (do not keep jit in memory): ... this.
10114 (expect 5): Change it to ...
10115 (expect no 5): ... this.
10116
3b462ec2
SM
101172015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10118
10119 PR gdb/15564
10120 * gdb.mi/mi-detach.exp: New file.
10121
e0619de6
JK
101222015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10123
10124 PR symtab/18392
10125 * gdb.arch/amd64-tailcall-self.S: New file.
10126 * gdb.arch/amd64-tailcall-self.c: New file.
10127 * gdb.arch/amd64-tailcall-self.exp: New file.
10128
e970cb34
DB
101292015-05-28 Don Breazeal <donb@codesourcery.com>
10130
10131 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10132 tests for remote targets by checking is_target_gdbserver.
10133
b2e2f908
DE
101342015-05-27 Doug Evans <dje@google.com>
10135
10136 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10137 * gdb.dwarf2/opaque-type-lookup.c: New file.
10138 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10139
82c7be31
DE
101402015-05-26 Doug Evans <dje@google.com>
10141
10142 * gdb.cp/iostream.cc: New file.
10143 * gdb.cp/iostream.exp: New file.
10144
b4f54984
DE
101452015-05-26 Doug Evans <dje@google.com>
10146
10147 * gdb.dwarf2/dw2-op-call.exp: Update.
10148 * gdb.dwarf2/dw4-sig-types.exp: Update.
10149 * gdb.dwarf2/implptr.exp: Update.
10150 * gdb.mi/mi-cmd-param-changed.exp: Update.
10151
4ea6efe9
DE
101522015-05-26 Doug Evans <dje@google.com>
10153
10154 * gdb.python/py-lazy-string.c: New file.
10155 * gdb.python/py-lazy-string.exp: New file.
10156 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10157 (main): Update. Add estring3.
10158 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10159 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10160
f6bb7db3
YQ
101612015-05-26 Omair Javaid <omair.javaid@linaro.org>
10162 Yao Qi <yao.qi@linaro.org>
10163
10164 * gdb.reverse/aarch64.c: New.
10165 * gdb.reverse/aarch64.exp: New.
10166
a81bfbd0
OJ
101672015-05-26 Omair Javaid <omair.javaid@linaro.org>
10168
25d49b86
PA
10169 * lib/gdb.exp (supports_process_record): Return true for
10170 aarch64*-linux*.
a81bfbd0
OJ
10171 (supports_reverse): Likewise.
10172
158bf1b4
PP
101732015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10174
10175 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10176 Use with_test_prefix.
10177
a0145030
AB
101782015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10179
10180 * gdb.base/completion.exp: Add test for completion of layout
10181 names.
10182
ebe3b578
AB
101832015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10184
10185 * lib/gdb.exp (skip_tui_tests): New proc.
10186 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10187
84204ed7
PA
101882015-05-19 Pedro Alves <palves@redhat.com>
10189
10190 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10191 Save the whole env array instead of just HOME. Unset HISTSIZE in
10192 the environment while testing. Restore whole environment
10193 afterwards.
10194
37442ce1
DE
101952015-05-16 Doug Evans <xdje42@gmail.com>
10196
10197 * gdb.guile/scm-ports.c: New file.
10198 * gdb.guile/scm-ports.exp: Add memory port tests.
10199
36de76f9
JK
102002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10201
10202 * gdb.compile/compile-print.c: New file.
10203 * gdb.compile/compile-print.exp: New file.
10204
3a9558c4
JK
102052015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * gdb.compile/compile-ops.exp: Cast param to void.
10208 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10209 (compile code struct_object.selffield = &struct_object): Add xfail.
10210
aa715135
JG
102112015-05-15 Joel Brobecker <brobecker@adacore.com>
10212
10213 * gdb.ada/arr_enum_with_gap: New testcase.
10214
931e5bc3
JG
102152015-05-15 Joel Brobecker <brobecker@adacore.com>
10216
10217 * gdb.ada/byte_packed_arr: New testcase.
10218
9cd4d857
JB
102192015-05-15 Joel Brobecker <brobecker@adacore.com>
10220
10221 * gdb.ada/pckd_neg: New testcase.
10222
ebfd00d2
PP
102232015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10224
10225 PR gdb/17820
10226 * gdb.base/gdbinit-history.exp: New test.
10227 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10228 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10229
4c082a81
SC
102302015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10231
10232 * gdb.python/py-xmethods.cc: Enhance test case.
10233 * gdb.python/py-xmethods.exp: New tests.
10234 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10235 function.
10236 (B_indexoper): Likewise.
10237 (global_dm_list) : Add new xmethod worker functions.
10238
f7797074
SDJ
102392015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10240
10241 * gdb.base/coredump-filter.exp: Correctly unset
10242 "coredump_var_addr" array.
10243
a4674e4e
PA
102442015-05-08 Pedro Alves <palves@redhat.com>
10245
10246 * gdb.server/non-existing-program.exp: Unset spawn_id.
10247
df2eb078
SC
102482015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10249
10250 PR python/18291
10251 * gdb.python/py-xmethods.exp: Add tests.
10252
422349a3
YQ
102532015-05-08 Yao Qi <yao.qi@linaro.org>
10254
10255 PR gdb/18208
10256 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10257 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10258 function set_coredump_filter, and remove remote_exec call.
10259 Remove argument ipid. Callers update.
10260 (top level): Don't get inferior's PID.
10261
63fc80ce
AA
102622015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10263
10264 * gdb.base/watch_thread_num.exp: Skip test on targets without
10265 access watchpoints.
10266
80ad801e
PA
102672015-05-06 Pedro Alves <palves@redhat.com>
10268
10269 PR server/18081
10270 * gdb.server/non-existing-program.exp: New file.
10271
0fa7fe50
JB
102722015-05-05 Joel Brobecker <brobecker@adacore.com>
10273
10274 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10275
3ea89b92
PMR
102762015-05-05 Joel Brobecker <brobecker@adacore.com>
10277
10278 * gdb.ada/out_of_line_in_inlined: New testcase.
10279
87b8eff0
JB
102802015-05-05 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.ada/var_rec_arr: New testcase.
10283
5fccc635
YQ
102842015-04-30 Yao Qi <yao.qi@linaro.org>
10285
10286 * gdb.base/break-idempotent.exp: If
10287 skip_hw_watchpoint_multi_tests returns true, skip the tests
10288 on "rwatch" and "awatch".
10289
42d38f42
YQ
102902015-04-30 Yao Qi <yao.qi@linaro.org>
10291
10292 * gdb.base/relativedebug.exp: Invoke gdb command
10293 "info sharedlibrary", and if libc.so doesn't have debug info,
10294 skip the test.
10295
2ce1cdbf
DE
102962015-04-29 Doug Evans <dje@google.com>
10297
10298 * gdb.python/py-xmethods.exp: Add ptype tests.
10299 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10300 get_result_type method.
10301
f24a38c5
LM
103022015-04-29 Luis Machado <lgustavo@codesourcery.com>
10303
10304 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10305 the target does not support hardware watchpoints.
10306
ecbf2b3c
LM
103072015-04-29 Luis Machado <lgustavo@codesourcery.com>
10308
10309 * gdb.base/break-always.exp: Abort testing if writing to memory
10310 causes an error.
10311
34f5f757
DE
103122015-04-28 Doug Evans <dje@google.com>
10313
10314 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10315 * gdb.python/py-pp-registration.exp: ... here. New file.
10316 * gdb.python/py-pp-registration.c: New file.
10317 * gdb.python/py-pp-registration.py: New file.
10318
69b4374a
DE
103192015-04-28 Doug Evans <dje@google.com>
10320
10321 * gdb.python/py-bad-printers.c: New file.
10322 * gdb.python/py-bad-printers.py: New file.
10323 * gdb.python/py-bad-printers.exp: New file.
10324
59fb7612
SS
103252015-04-28 Sasha Smundak <asmundak@google.com>
10326
10327 * gdb.python/py-type.exp: New test.
10328
2631b16a
AW
103292015-04-28 Andy Wingo <wingo@igalia.com>
10330
10331 * gdb.python/py-parameter.exp:
10332 * gdb.guile/scm-parameter.exp: Escape the path that we are
10333 matching against, as it might contain characters that are special
10334 to regular expressions.
10335
460efde1
JB
103362015-04-27 Joel Brobecker <brobecker@adacore.com>
10337
10338 * gdb.ada/rec_comp: New testcase.
10339
2d369d8e
SDJ
103402015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10341
10342 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10343 before using it.
10344
cf75d6c3
AB
103452015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10346
10347 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10348 new tests for verilog output.
10349
8dbe7ca5
YQ
103502015-04-24 Yao Qi <yao.qi@linaro.org>
10351
10352 * boards/remote-gdbserver-on-localhost.exp: New file.
10353
4ef9fb2f
PA
103542015-04-23 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10357 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10358 "end of file", remove $inferior_spawn_id from the indirect list.
10359
0a803169
PA
103602015-04-23 Pedro Alves <palves@redhat.com>
10361
10362 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10363
749ef8f8
PA
103642015-04-23 Pedro Alves <palves@redhat.com>
10365
10366 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10367 on $any_spawn_id instead of only on $gdb_spawn_id.
10368
8aae4344
PM
103692015-04-21 Pierre Muller <muller@sourceware.org>
10370
10371 PR pascal/17815
10372 * lib/pascal.exp (gpc_compile): Add new option "class".
10373 (fpc_compile): Likewise.
10374 * gdb.pascal/case-insensitive-symbols.pas: New file.
10375 * gdb.pascal/case-insensitive-symbols.exp: New file.
10376
1586c8fb
GB
103772015-04-20 Gary Benson <gbenson@redhat.com>
10378
10379 * gdb.base/attach.exp: Fix three extended remote failures.
10380
1b6e6f5c
GB
103812015-04-17 Gary Benson <gbenson@redhat.com>
10382
10383 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10384 the main executable over the remote protocol.
10385
e797481d
PA
103862015-04-16 Pedro Alves <palves@redhat.com>
10387
10388 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10389 a new gdbserver if gdbserver_reconnect_p is set.
10390
1ca99c42
PA
103912015-04-16 Pedro Alves <palves@redhat.com>
10392
10393 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10394 is set, don't exit gdbserver.
10395
af9fd6f8
AA
103962015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10397
10398 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10399 appropriate .insn, such that an older assembler can be used.
10400 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10401 the z/Architecture instruction set on 31-bit targets as well.
10402
04ff1e61
AA
104032015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10404
10405 * gdb.go/handcall.exp: Remove all logic related to the first
10406 breakpoint and rely on go_runto_main instead.
10407 * gdb.go/strings.exp: Likewise.
10408 * gdb.go/unsafe.exp: Likewise.
10409 * gdb.go/hello.exp: Likewise. Also rename the remaining
10410 breakpoint marker to "breakpoint 1".
10411 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10412 * gdb.go/strings.go: Likewise.
10413 * gdb.go/unsafe.go: Likewise.
10414 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10415 "set breakpoint 2 here" and rename the remaining breakpoint marker
10416 to "breakpoint 1".
10417
40d2f8d6
SM
104182015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10419
10420 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10421 if itertools.imap is not present.
10422 * gdb.python/py-objfile.exp: Add parentheses.
10423 * gdb.python/py-type.exp: Same.
10424 * gdb.python/py-unwind-maint.py: Same.
10425
8cbc97c6
YQ
104262015-04-15 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10429 of ":$ptr_size" and set its form explicitly.
10430
45fd756c
YQ
104312015-04-15 Pedro Alves <palves@redhat.com>
10432 Yao Qi <yao.qi@linaro.org>
10433
10434 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10435 timeout by factor of 4.
10436 (test_regular_watch): Likewise.
10437 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10438 * gdb.reverse/sigall-reverse.exp: Likewise.
10439 * gdb.reverse/until-precsave.exp: Likewise.
10440 * lib/gdb.exp (with_timeout_factor): New proc.
10441 (gdb_expect): Move some code to ...
10442 (get_largest_timeout): ... here. New procedure.
10443
9e811bc3
LM
104442015-04-14 Luis Machado <lgustavo@codesourcery.com>
10445
10446 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10447
0ff6fcb2
LM
104482015-04-13 Luis Machado <lgustavo@codesourcery.com>
10449
10450 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10451 to write to the .text section.
10452
7578d5f7
LM
104532015-04-13 Luis Machado <lgustavo@codesourcery.com>
10454
10455 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10456 Handle the case of targets that do not provide PID information.
10457
2efe15c4
YQ
104582015-04-13 Yao Qi <yao.qi@linaro.org>
10459
10460 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10461 and use expect instead of gdb_expect.
10462
8cd8f2f8
SDJ
104632015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10464
10465 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10466 "coredump_var_addr" to avoid naming conflict with other testcases.
10467
9ee41772
PA
104682015-04-10 Pedro Alves <palves@redhat.com>
10469
10470 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10471 gdb_test_sequence and gdb_assert.
10472
07473109
PA
104732015-04-10 Pedro Alves <palves@redhat.com>
10474
10475 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10476 test messages that don't include the breakpoint address.
10477
de3db44c
YQ
104782015-04-10 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10481 false for some offset and width combinations which aren't
10482 supported by linux kernel.
10483
c79d856c
PA
104842015-04-10 Pedro Alves <palves@redhat.com>
10485
10486 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10487 procedure, factored out from ...
10488 (top level): ... here. Add "set displaced-stepping" testing axis.
10489 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10490 parameter "displaced". Use it.
10491 (top level): Use foreach and add "set displaced-stepping" testing
10492 axis.
10493
ebc90b50
PA
104942015-04-10 Pedro Alves <palves@redhat.com>
10495
10496 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10497 Remove comment.
10498 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10499 both the address of the instruction that triggers the watchpoint
10500 and the address of the instruction immediately after, and use
10501 those addresses for the test. Fix comment.
10502
8f572e5c
PA
105032015-04-10 Pedro Alves <palves@redhat.com>
10504
10505 * gdb.base/sigstep.exp (breakpoint_to_handler)
10506 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10507 Test "backtrace" in handler.
10508 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10509 (top level): Add new "displaced" test axis to
10510 breakpoint_to_handler, breakpoint_to_handler_entry and
10511 breakpoint_over_handler.
10512
8d707a12
PA
105132015-04-10 Pedro Alves <palves@redhat.com>
10514
10515 PR gdb/18216
10516 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10517
ef713951
YQ
105182015-04-10 Yao Qi <yao.qi@linaro.org>
10519
10520 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10521 (test_add_rn_pc): New function.
10522 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10523 (top level): Invoke test_add_rn_pc.
10524
906d60cf
PA
105252015-04-10 Pedro Alves <palves@redhat.com>
10526
10527 PR gdb/13858
10528 * gdb.base/step-over-no-symbols.exp: New file.
10529
f2983cc3
AW
105302015-04-09 Andy Wingo <wingo@igalia.com>
10531
10532 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10533 after the Python tests.
10534
6d62641c
SDJ
105352015-04-08 Keith Seitz <keiths@redhat.com>
10536
10537 PR python/16699
10538 * gdb.python/py-completion.exp: New tests for completion.
10539 * gdb.python/py-completion.py (CompleteLimit1): New class.
10540 (CompleteLimit2): Likewise.
10541 (CompleteLimit3): Likewise.
10542 (CompleteLimit4): Likewise.
10543 (CompleteLimit5): Likewise.
10544 (CompleteLimit6): Likewise.
10545 (CompleteLimit7): Likewise.
10546
f3770638
PA
105472015-04-08 Pedro Alves <palves@redhat.com>
10548
10549 PR gdb/18214
10550 PR gdb/18216
10551 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10552 function.
10553 (main): Install it as SIGUSR1 handler.
10554 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10555 parameter. Always use "setup" as prefix. Toggle "set
10556 displaced-stepping" off/on depending on global. Don't switch to
10557 thread 1 here.
10558 (top level): Add displaced stepping "off/on" test axis. Update
10559 "setup" calls. Wrap each subtest with with_test_prefix. Test
10560 continuing with a queued signal in each thread.
10561
4496bed7
PA
105622015-04-08 Pedro Alves <palves@redhat.com>
10563
10564 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10565 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10566 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10567 Return early if running to main fails.
10568 * gdb.trace/while-stepping.exp: Likewise.
10569
b97fde92
PA
105702015-04-07 Pedro Alves <palves@redhat.com>
10571
10572 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10573 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10574 interact with inferior program.
10575
f71c18e7
PA
105762015-04-07 Pedro Alves <palves@redhat.com>
10577
10578 * lib/gdb.exp (inferior_spawn_id): New global.
10579 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10580 spawn id after processing the user code.
10581 (default_gdb_start): Set inferior_spawn_id.
10582 (send_inferior): New procedure.
10583 * lib/gdbserver-support.exp (gdbserver_start): Set
10584 inferior_spawn_id.
10585 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10586
6423214f
PA
105872015-04-07 Pedro Alves <palves@redhat.com>
10588
10589 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10590 * lib/gdbserver-support.exp (gdbserver_start): Make
10591 $server_spawn_id global.
10592 (gdbserver_start): Don't wait for gdbserver's spawn id with
10593 expect_background.
10594 (close_gdbserver): New procedure.
10595 (gdb_exit): Rename the default version and reimplement.
10596
71c0ee8c
PA
105972015-04-07 Pedro Alves <palves@redhat.com>
10598
72f4393d 10599 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10600 append the substituted item, not the original item.
10601
203bc29b
PA
106022015-04-07 Pedro Alves <palves@redhat.com>
10603
10604 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10605 gdb_expect.
10606
508a3ddf
PA
106072015-04-07 Pedro Alves <palves@redhat.com>
10608
10609 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10610 output appearing once only.
10611
9f6dbe2b
PA
106122015-04-07 Pedro Alves <palves@redhat.com>
10613
10614 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10615 that doesn't expect anything. Return early if running to main
10616 fails.
10617
337532fa
YQ
106182015-04-07 Yao Qi <yao.qi@linaro.org>
10619
10620 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10621 (child_function): Call alarm.
10622 (main): Move call to alarm into the loop.
10623 * gdb.threads/non-stop-fair-events.exp: Build program with
10624 -DTIMEOUT=$timeout.
10625
01b622d4
DE
106262015-04-06 Doug Evans <xdje42@gmail.com>
10627
10628 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10629 Fix dest parameter to board_info.
10630 (fpc_compile): Ditto.
10631 (gdb_compile_pascal): Rename dest arg to destfile.
10632
961f4160
PMR
106332015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10634
10635 * gdb.ada/funcall_ref.exp: New file.
10636 * gdb.ada/funcall_ref/foo.adb: New file.
10637
cafda597
YQ
106382015-04-02 Yao Qi <yao.qi@linaro.org>
10639
10640 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10641 is remote.
10642
fed040c6
GB
106432015-04-02 Gary Benson <gbenson@redhat.com>
10644
10645 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10646
d11916aa
SS
106472015-04-01 Sasha Smundak <asmundak@google.com>
10648
10649 * gdb.python/py-unwind-maint.c: New file.
10650 * gdb.python/py-unwind-maint.exp: New test.
10651 * gdb.python/py-unwind-maint.py: New file.
10652 * gdb.python/py-unwind.c: New file.
10653 * gdb.python/py-unwind.exp: New test.
10654 * gdb.python/py-unwind.py: New test.
10655
a1471180
PA
106562015-04-01 Pedro Alves <palves@redhat.com>
10657
10658 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10659 to fail instead of non-existent $test.
10660
0bbeccb1
PA
106612015-04-01 Pedro Alves <palves@redhat.com>
10662
10663 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10664 GDBFLAGS if not empty.
10665
3c724c8c
PMR
106662015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10667
10668 * gdb.ada/complete.exp: Remove "multi_line".
10669 * gdb.ada/info_exc.exp: Remove "multi_line".
10670 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10671 * gdb.ada/ptype_field.exp: Remove "multi_line".
10672 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10673 * gdb.ada/tagged.exp: Remove "multi_line".
10674 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10675 [multi_line ...]
10676 * gdb.btrace/delta.exp: Likewise.
10677 * gdb.btrace/exception.exp: Likewise.
10678 * gdb.btrace/function_call_history.exp: Likewise.
10679 * gdb.btrace/instruction_history.exp: Likewise.
10680 * gdb.btrace/nohist.exp: Likewise.
10681 * gdb.btrace/record_goto.exp: Likewise.
10682 * gdb.btrace/segv.exp: Likewise.
10683 * gdb.btrace/stepi.exp: Likewise.
10684 * gdb.btrace/tailcall.exp: Likewise.
10685 * gdb.btrace/unknown_functions.exp: Likewise.
10686 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10687 * lib/gdb.exp: Add the "multi_line" helper.
10688
4eec2deb
PA
106892015-04-01 Pedro Alves <palves@redhat.com>
10690
10691 * gdb.threads/tid-reuse.c: New file.
10692 * gdb.threads/tid-reuse.exp: New file.
10693
df8411da
SDJ
106942015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10695
10696 PR corefiles/16092
10697 * gdb.base/coredump-filter.c: New file.
10698 * gdb.base/coredump-filter.exp: Likewise.
10699
6ef37366
PM
107002015-03-27 Petr Machata <pmachata@redhat.com>
10701
10702 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10703 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10704 (Dwarf::assemble): Initialize them.
10705 (Dwarf::lines): New function.
10706
7ec911b0
JT
107072015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10708
10709 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10710 SYMBOL_PREFIX for x86_64-*-cygwin.
10711
ff908ebf
AW
107122015-03-26 Andy Wingo <wingo@igalia.com>
10713
10714 PR symtab/18148
10715 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10716 const_value but not a location.
10717 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10718 location defined in non-main CUs are visible.
10719
6d5f0679
YQ
107202015-03-26 Yao Qi <yao.qi@linaro.org>
10721
10722 PR testsuite/18139
10723 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10724 Add a line number entry for the same line.
10725 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10726 Add a line number entry for the same line.
10727
2898689b
YQ
107282015-03-26 Yao Qi <yao.qi@linaro.org>
10729
10730 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10731 .int 0.
10732 (func): Likewise. Add .Lfunc_1 label.
10733 Use .Lfunc_1 label.
10734 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10735 .int 0.
10736 (func): Likewise.
10737 Use .Lfunc_1 label.
10738
85180498
YQ
107392015-03-26 Yao Qi <yao.qi@linaro.org>
10740
10741 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10742 Call gdb_compile instead to compile each .s files without debug
10743 information.
10744
8aa08a8d
YQ
107452015-03-26 Yao Qi <yao.qi@linaro.org>
10746
10747 * gdb.base/savedregs.exp (process_saved_regs): Make
10748 "Saved registers:" optional in the pattern.
10749
66849923
MM
107502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10751
10752 * gdb.btrace/next.exp: Merged into step.exp.
10753 * gdb.btrace/finish.exp: Merged into step.exp.
10754 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10755 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10756 "record goto" and checking the exact replay position.
10757 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10758 check for "Recording format" in "info record" output.
10759 * gdb.btrace/record_goto.exp: Choose test file based on target.
10760 * gdb.btrace/x86-record_goto.S: Renamed into ...
10761 * gdb.btrace/x86_64-record_goto.S: ... this.
10762 * gdb.btrace/i686-record_goto.S: New.
10763 * gdb.btrace/x86-tailcall.S: Renamed into ...
10764 * gdb.btrace/x86_64-tailcall.S: ... this.
10765 * gdb.btrace/i686-tailcall.S: New.
10766 * gdb.btrace/x86-tailcall.c: Renamed into ...
10767 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10768 separate statements. Update test.
10769 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10770 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10771 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10772 * gdb.btrace/tailcall.exp: Choose test file based on target.
10773 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10774
11cc1b74
MM
107752015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10776
10777 * gdb.btrace/exception.exp: Increase BTS buffer size.
10778
a25d8bf9
PA
107792015-03-24 Pedro Alves <palves@redhat.com>
10780
10781 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10782
856e7dd6
PA
107832015-03-24 Pedro Alves <palves@redhat.com>
10784
10785 * gdb.threads/schedlock.exp (test_step): No longer expect that
10786 "set scheduler-locking step" with "next" over a function call runs
10787 threads unlocked.
10788
ad235a41
AT
107892015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10790
10791 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10792
15630549
AT
107932015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10794
10795 PR breakpoints/16466
10796 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10797 * gdb.mi/mi-pending.c (thread_func): New function.
10798 (int main): Add threading support required.
10799 * gdb.mi/mi-pending.exp: Add tests for this issue.
10800 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10801 (pendfunc2): Remove stdio dependency.
10802 * gdb.mi/mi-pendshr2.c: New file.
10803
693dca06
KS
108042015-03-23 Keith Seitz <keiths@redhat.com>
10805
10806 * gdb.linespec/keywords.c: New file.
10807 * gdb.linespec/keywords.exp: New file.
10808
7e993ebf
KS
108092015-03-23 Keith Seitz <keiths@redhat.com>
10810
10811 PR gdb/18021
10812 * gdb.dwarf2/staticvirtual.exp: New test.
10813
bc23328c
JK
108142015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10815
10816 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10817 * README: Remove HP-UX and gdb.hp.
10818 (configuration):
10819 * configure: Regenerate.
10820 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10821 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10822 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10823 gdb.hp/gdb.defects/Makefile.
10824 * gdb.hp/Makefile.in: File deleted.
10825 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10826 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10827 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10828 * gdb.hp/gdb.aCC/run.c: File deleted.
10829 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10830 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10831 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10832 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10833 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10834 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10835 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10836 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10837 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10838 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10839 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10840 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10841 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10842 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10843 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10844 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10845 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10846 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10847 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10848 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10849 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10850 * gdb.hp/gdb.compat/average.c: File deleted.
10851 * gdb.hp/gdb.compat/sum.c: File deleted.
10852 * gdb.hp/gdb.compat/xdb.c: File deleted.
10853 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10854 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10855 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10856 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10857 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10858 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10859 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10860 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10861 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10862 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10863 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10864 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10865 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10866 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10867 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10868 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10869 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10870 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10871 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10872 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10873 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10874 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10875 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10876 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10877 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10878 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10879 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10880 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10881 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10882 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10883 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10884 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10885 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10886 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10887 * gdb.hp/tools/odump: File deleted.
10888
8bf3b159
PA
108892015-03-19 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10892 (saw_thread_3): New globals.
10893 (top level): Increment them when an event for the corresponding
10894 thread is seen.
10895 (no thread starvation): New test.
10896
eb54c8bf
PA
108972015-03-19 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.threads/continue-pending-status.c: New file.
10900 * gdb.threads/continue-pending-status.exp: New file.
10901
32d2e5d6
PA
109022015-03-18 Pedro Alves <palves@redhat.com>
10903
10904 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10905 Use gdb_is_target_remote instead of is_remote. Use
10906 gdb_test_multiple instead of gdb_expect. Exit early if
10907 gdb_test_multiple hits its internal matches. Tighten stepi tests
10908 expected output. Fail on exit with any signal, instead of just
10909 SIGILL.
10910
f68f11b7
YQ
109112015-03-18 Yao Qi <yao.qi@linaro.org>
10912
10913 PR tdep/18107
10914 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10915 variable.
10916 * gdb.base/catch-syscall.exp: Don't skip it on
10917 aarch64*-*-linux* target. Remove elements in all_syscalls.
10918 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10919 target.
10920 (setup_all_syscalls): New proc.
10921
ca5fd19b
YQ
109222015-03-16 Yao Qi <yao.qi@linaro.org>
10923
10924 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10925 (top level): Skip tests if valid_addr_p returns false for
10926 $cmd1 or $cmd2.
10927
85642ba0
AW
109282015-03-11 Andy Wingo <wingo@igalia.com>
10929
10930 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10931
e03f9645
YQ
109322015-03-11 Yao Qi <yao.qi@linaro.org>
10933
10934 * gdb.base/catch-syscall.exp: Fix typo in comments.
10935
5d0962b2
YQ
109362015-03-11 Yao Qi <yao.qi@linaro.org>
10937
10938 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10939
b2df3cef
PA
109402015-03-09 Pedro Alves <palves@redhat.com>
10941
10942 * dg-extract-results.py: Delete.
10943
ef878e53
PA
109442015-03-09 Pedro Alves <palves@redhat.com>
10945
10946 Merge dg-extract-results.sh from GCC upstream (r218843).
10947
10948 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10949 * dg-extract-results.sh: Use --text with grep to avoid issues with
10950 binary files. Fall back to cat -v, if that doesn't work.
10951
9494d219
PA
109522015-03-05 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10955
a8d9763a
SM
109562015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10957
10958 * lib/mi-support.exp (mi_expect_interrupt): Accept
10959 alternative event for when in all-stop mode.
10960
be9957b8
PA
109612015-03-04 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10964
d57be0f4 109652015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10966
10967 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10968
c214c7cf
AA
109692015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10970
10971 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10972 regexps for GDB's current line display, accept a hex address
10973 preceding the line number.
10974
6d74a497
AA
109752015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10976
10977 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10978 the 'arch1' variable for "s390*-linux*" targets.
10979
511aee7c
PA
109802015-03-04 Pedro Alves <palves@redhat.com>
10981
10982 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10983 (main): Pass missing retval argument to pthread_join call.
10984
95e50b27
PA
109852015-03-02 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10988 (top level): Call do_test with non-stop as well.
10989
28054d69
PA
109902015-03-02 Pedro Alves <palves@redhat.com>
10991
10992 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10993 -1.
10994
4fa5d7b4
AA
109952015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10996
10997 * gdb.arch/s390-vregs.exp: New test.
10998 * gdb.arch/s390-vregs.S: New file.
10999
97c18565
PA
110002015-02-27 Pedro Alves <palves@redhat.com>
11001
11002 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11003 call to catch_command_errors.
11004 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11005 catch_command_errors.
11006
a37bfa30
PA
110072015-02-27 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11010 "true" for boolean result.
11011 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11012 prototype of main.
11013
6f98576f
PA
110142015-02-27 Pedro Alves <palves@redhat.com>
11015
11016 * lib/unbuffer_output.c: New file.
11017 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11018 (main): Call gdb_unbuffer_output.
11019
eba5ab56
YQ
110202015-02-27 Yao Qi <yao.qi@linaro.org>
11021
11022 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11023 target.
11024
0def5aaa
DE
110252015-02-26 Doug Evans <dje@google.com>
11026
11027 * gdb.cp/class2.cc (Dbase, D): New classes.
11028 (main): New local delta.
11029 * gdb.cp/class2.exp: Test printing delta.
11030 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11031 (dynbar): New global.
11032 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11033
081a1c2c
JK
110342015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11035
11036 * gdb.compile/compile-ifunc.c: New file.
11037 * gdb.compile/compile-ifunc.exp: New file.
11038
2f41223f
AT
110392015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11040
11041 * gdb.base/structs.exp: Check for correct struct on finish.
11042
03eddd80
YQ
110432015-02-26 Yao Qi <yao.qi@linaro.org>
11044
11045 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11046 is zero.
11047
80c57053
JK
110482015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11049
11050 * gdb.arch/cordic.ko.bz2: New file.
11051 * gdb.arch/cordic.ko.debug.bz2: New file.
11052 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11053
21613c12
YQ
110542015-02-25 Yao Qi <yao.qi@linaro.org>
11055
11056 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11057 aarch64*-*-* target.
11058
d8b901ed
PA
110592015-02-23 Pedro Alves <palves@redhat.com>
11060
11061 * lib/gdb.exp (delete_breakpoints): Rewrite using
11062 gdb_test_multiple.
11063
e5b85ead
PA
110642015-02-23 Pedro Alves <palves@redhat.com>
11065
11066 * gdb.base/info-os.c: Include stdlib.h.
11067
85c3a371
DE
110682015-02-22 Doug Evans <xdje42@gmail.com>
11069
11070 PR symtab/17855
11071 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11072 is read after symbols have been re-read.
11073 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11074 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11075
96553a0c
DE
110762015-02-21 Doug Evans <dje@google.com>
11077
11078 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11079
97a0c697
JK
110802015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11081
11082 PR corefiles/17808
11083 * gdb.arch/i386-biarch-core.core.bz2: New file.
11084 * gdb.arch/i386-biarch-core.exp: New file.
11085
a47cd6e9
PA
110862015-02-21 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11089 runto_main fails.
11090
c5facdc4
PA
110912015-02-20 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11094 info probes.
11095
2db9a427
PA
110962015-02-20 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11099
60fb7e9e
PA
111002015-02-20 Pedro Alves <palves@redhat.com>
11101
11102 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11103 clean_restart before gdb_target_supports_trace.
11104
5c5019c2
PA
111052015-02-20 Pedro Alves <palves@redhat.com>
11106
11107 PR threads/18006
11108 * gdb.threads/clone-thread_db.c: New file.
11109 * gdb.threads/clone-thread_db.exp: New file.
11110
c9587f88
AT
111112015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11112
11113 PR breakpoints/16812
11114 * gdb.base/catch-gdb-caused-signals.c: New file.
11115 * gdb.base/catch-gdb-caused-signals.exp: New file.
11116
f6a88844
JM
111172015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11118
11119 * configure: Regenerated.
11120 * configure.ac: Use GDB_AC_TRANSFORM.
11121 * aclocal.m4: sinclude ../transform.m4.
11122
497c491b
JM
111232015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11124
11125 * lib/dtrace.exp: New file.
11126 * gdb.base/dtrace-probe.exp: Likewise.
11127 * gdb.base/dtrace-probe.d: Likewise.
11128 * gdb.base/dtrace-probe.c: Likewise.
11129 * lib/pdtrace.in: Likewise.
11130 * configure.ac: Output variables with the transformed names of
11131 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11132 * configure: Regenerated.
11133
03e98035
JM
111342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11135
11136 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11137 expected message when trying to access $_probe_* convenience
11138 variables while not on a probe.
11139
63cc30e9
JK
111402015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11141
11142 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11143
0703599a
PA
111442015-02-11 Pedro Alves <pedro@codesourcery.com>
11145
11146 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11147 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11148
7e60a48e
DE
111492015-02-10 Doug Evans <xdje42@gmail.com>
11150
11151 * lib/gdb.exp (gdb_load): Always return a result.
11152
01b088bc
PA
111532015-02-10 Pedro Alves <palves@redhat.com>
11154
11155 * gdb.threads/signal-sigtrap.c: New file.
11156 * gdb.threads/signal-sigtrap.exp: New file.
11157
b05ec7a5
AT
111582015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11159
11160 * gdb.trace/no-attach-trace.c: New file.
11161 * gdb.trace/no-attach-trace.exp: New file.
11162
a2c2acaf
MW
111632015-02-09 Mark Wielaard <mjw@redhat.com>
11164
11165 * gdb.dwarf2/atomic.c: New file.
11166 * gdb.dwarf2/atomic-type.exp: Likewise.
11167
31fd9caa
MM
111682015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11169
11170 * gdb.btrace/buffer-size.exp: Update "info record" output.
11171 * gdb.btrace/delta.exp: Update "info record" output.
11172 * gdb.btrace/enable.exp: Update "info record" output.
11173 * gdb.btrace/finish.exp: Update "info record" output.
11174 * gdb.btrace/instruction_history.exp: Update "info record" output.
11175 * gdb.btrace/next.exp: Update "info record" output.
11176 * gdb.btrace/nexti.exp: Update "info record" output.
11177 * gdb.btrace/step.exp: Update "info record" output.
11178 * gdb.btrace/stepi.exp: Update "info record" output.
11179 * gdb.btrace/nohist.exp: Update "info record" output.
11180
d33501a5
MM
111812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11182
11183 * gdb.btrace/buffer-size: New.
11184
f4abbc16
MM
111852015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11186
11187 * gdb.btrace/delta.exp: Update "info record" output.
11188 * gdb.btrace/enable.exp: Update "info record" output.
11189 * gdb.btrace/finish.exp: Update "info record" output.
11190 * gdb.btrace/instruction_history.exp: Update "info record" output.
11191 * gdb.btrace/next.exp: Update "info record" output.
11192 * gdb.btrace/nexti.exp: Update "info record" output.
11193 * gdb.btrace/step.exp: Update "info record" output.
11194 * gdb.btrace/stepi.exp: Update "info record" output.
11195 * gdb.btrace/nohist.exp: Update "info record" output.
11196
b9d61307
SM
111972015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11198
11199 PR gdb/15678
11200 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11201
e584fdbc
PA
112022015-02-06 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11205 macro.
11206 (seconds_left, again): New globals.
11207 (main): Wait seconds_left in a 1-second sleep loop instead of
11208 sleeping 180 seconds. If 'again' is set, reset the seconds
11209 counter.
11210 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11211 'again' in the inferior before detaching. Print the seconds left.
11212 (options): New global.
11213 (top level): Build program with -DTIMEOUT=$timeout.
11214
77f41761
PA
112152015-02-06 Pedro Alves <palves@redhat.com>
11216
11217 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11218 determine how many seconds to pass to 'alarm'.
11219 * gdb.base/gdb-sigterm.exp (top level): Build program with
11220 -DTIMEOUT=$timeout.
11221 (do_test): Return success/failure indication. Add more verbose
11222 logging. Don't fail if 200 single steps are seen. Instead, fail
11223 when the test times out.
11224 (passes): New global.
11225 (top level): Break the testing loop if testing fails on any
11226 iteration. Use gdb_assert.
11227
b9394193
DB
112282015-02-04 Don Breazeal <donb@codesourcery.com>
11229
11230 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11231 and initialize them.
11232 (ipc_cleanup): New function.
11233 (main): Don't declare shmid, semid, and msqid. Add a call to
11234 atexit so that we call ipc_cleanup on exit.
11235
42d9e528
PA
112362015-02-04 Pedro Alves <palves@redhat.com>
11237
11238 * boards/native-extended-gdbserver.exp: Remove any target variant
11239 specifications from the board name before clearing the isremote
11240 flag from board_info.
11241
ae6ae975
DE
112422015-01-31 Doug Evans <xdje42@gmail.com>
11243
11244 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11245
cfb069a8
GB
112462015-01-31 Gary Benson <gbenson@redhat.com>
11247
11248 * gdb.base/completion.exp: Disable completion limiting for
11249 existing tests. Add new tests to check completion limiting.
11250 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11251
5dd31d79
DE
112522015-01-31 Doug Evans <xdje42@gmail.com>
11253
11254 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11255
9f050062
DE
112562015-01-31 Doug Evans <xdje42@gmail.com>
11257
11258 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11259 entries. Duplicate file section script entries.
11260 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11261 inlined entries. Add test for safe-path rejection.
11262 * gdb.python/py-section-script.c: Add duplicate inlined section script
11263 entries. Duplicate file section script entries.
11264 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11265 inlined entries. Add test for safe-path rejection.
11266
df25ebbd
JB
112672015-01-29 Joel Brobecker <brobecker@adacore.com>
11268
11269 * gdb.ada/disc_arr_bound: New testcase.
11270
4a0ca9ec
JB
112712015-01-29 Joel Brobecker <brobecker@adacore.com>
11272
11273 * gdb.ada/mi_var_array: New testcase.
11274
3a8b707a
DE
112752015-01-27 Doug Evans <dje@google.com>
11276
11277 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11278 Add test for objfile.filename, objfile.username after objfile
11279 has been unloaded.
11280
f8313f6e
JB
112812015-01-26 Joel Brobecker <brobecker@adacore.com>
11282
11283 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11284 the second test to print the name attribute of value
11285 returned by the call to gdb.lookup_type, and adjust
11286 the expected output accordingly.
11287
37bc665e
MW
112882015-01-25 Mark Wielaard <mjw@redhat.com>
11289
11290 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11291 * gdb.base/disp-step-fork.c: Include unistd.h.
11292 * gdb.base/siginfo-obj.c: Include stdio.h.
11293 * gdb.base/siginfo-thread.c: Likewise.
11294 * gdb.mi/non-stop.c: Include unistd.h.
11295 * gdb.mi/nsthrexec.c: Include stdio.h.
11296 * gdb.mi/pthreads.c: Include unistd.h.
11297 * gdb.modula2/unbounded1.c (main): Declare returns int.
11298 * gdb.reverse/consecutive-reverse.c: Likewise.
11299 * gdb.threads/create-fail.c: Include unistd.h.
11300 * gdb.threads/killed.c: Likewise.
11301 * gdb.threads/linux-dp.c: Likewise.
11302 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11303 * gdb.threads/non-ldr-exc-2.c: Likewise.
11304 * gdb.threads/non-ldr-exc-3.c: Likewise.
11305 * gdb.threads/non-ldr-exc-4.c: Likewise.
11306 * gdb.threads/pthreads.c: Include unistd.h.
11307 (main): Declare returns int.
11308 * gdb.threads/tls-main.c (foo): New declaration.
11309 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11310
f7e5394d
SM
113112015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11312
11313 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11314 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11315
743649fd
MW
113162015-01-15 Mark Wielaard <mjw@redhat.com>
11317
11318 * gdb.base/noreturn-return.c: New file.
11319 * gdb.base/noreturn-return.exp: New file.
11320 * gdb.base/noreturn-finish.c: New file.
11321 * gdb.base/noreturn-finish.exp: New file.
11322
198297aa
PA
113232015-01-23 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.threads/continue-pending-after-query.c: New file.
11326 * gdb.threads/continue-pending-after-query.exp: New file.
11327
717cf30c
AG
113282015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11329 Simon Marchi <simon.marchi@ericsson.com>
11330
11331 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11332 * gdb.base/valgrind-db-attach.exp: Same.
11333 * gdb.base/valgrind-infcall.exp: Same.
11334 * lib/mi-support.exp (default_mi_gdb_start): Same.
11335 * lib/prompt.exp (default_prompt_gdb_start): Same.
11336 * lib/gdb.exp (default_gdb_spawn): Same.
11337 (gdb_interact): New.
11338
11339
4b62a76e
JK
113402015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11341
11342 * gdb.compile/compile.exp (pointer to jit function): New test.
11343
b4cdae6f
WW
113442015-01-17 Wei-cheng Wang <cole945@gmail.com>
11345
11346 * lib/gdb.exp (supports_process_record): Return true for
11347 powerpc*-*-linux*.
11348 (supports_reverse): Likewise.
11349
d221e7ef
DB
113502015-01-15 Don Breazeal <donb@codesourcery.com>
11351
11352 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11353 instead of checking whether the target board is remote and
11354 use spawn_wait_for_attach instead of exec/sleep.
11355 * gdb.base/attach-twice.exp: Likewise.
11356
bafffb51
JB
113572015-01-15 Joel Brobecker <brobecker@adacore.com>
11358
11359 * gdb.ada/var_arr_attrs: New testcase.
11360
5589af0e
PA
113612015-01-14 Pedro Alves <palves@redhat.com>
11362 Joel Brobecker <brobecker@adacore.com>
11363
11364 PR gdb/17525
11365 * gdb.base/bp-cmds-execution-x-script.c: New file.
11366 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11367 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11368
6c400b59
PA
113692015-01-14 Pedro Alves <palves@redhat.com>
11370
11371 PR cli/17828
11372 * gdb.base/batch-preserve-term-settings.c: New file.
11373 * gdb.base/batch-preserve-term-settings.exp: New file.
11374
e02c96a7
DE
113752015-01-13 Doug Evans <dje@google.com>
11376
11377 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11378 binary.
11379
576fd14c
JB
113802015-01-13 Joel Brobecker <brobecker@adacore.com>
11381
11382 * Makefile.in (clean mostlyclean): Do not delete *.py.
11383
04dccad0
JB
113842015-01-13 Joel Brobecker <brobecker@adacore.com>
11385
11386 * gdb.python/py-lookup-type.exp: New file.
11387
3d230f71
PA
113882015-01-12 Pedro Alves <palves@redhat.com>
11389
11390 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11391 restore GDBFLAGS before returning.
11392
7e67715d
JK
113932015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11394
11395 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11396 is_amd64_regs_target and is_x86_like_target.
11397
f2e0d4b4
DE
113982015-01-11 Doug Evans <xdje42@gmail.com>
11399
11400 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11401 is given without an explicit form.
11402 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11403 attributes.
11404 * gdb.dwarf/corrupt.exp: Ditto.
11405 * gdb.dwarf2/enum-type.exp: Ditto.
11406 * gdb.trace/entry-values.exp: Ditto.
11407 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11408
439250fb
DE
114092015-01-11 Doug Evans <xdje42@gmail.com>
11410
11411 PR gdb/15830
11412 * gdb.base/maint.exp: Remove references to "maint demangle".
11413 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11414 Add tests for explicitly specifying language to demangle.
11415 * gdb.dlang/demangle.exp: Ditto.
11416
ede9f622
PA
114172015-01-09 Pedro Alves <palves@redhat.com>
11418
11419 * gdb.threads/non-stop-fair-events.c: New file.
11420 * gdb.threads/non-stop-fair-events.exp: New file.
11421
a7b796db
PA
114222015-01-09 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11425 the global scope. Set a breakpoint after all threads are started
11426 rather than stepping over two source lines. Expect the prompt.
11427 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11428 global.
11429 (NUM): Now 15.
11430 (main): Use threads_started_barrier to wait for all threads to
11431 start. Main thread no longer calls thread_function. Exit after
11432 180 seconds.
11433 (loop): New function.
11434 (thread_function): Wait on threads_started_barrier barrier. Call
11435 'loop' at each iteration.
11436 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11437 threads have started, instead of hardcoding number of "next"
11438 steps. Use an access watchpoint instead of a write watchpoint.
11439
9665ffdd
PA
114402015-01-09 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11443 (thread_func): Wait on barrier.
11444 (main): Wait for all threads to start before stopping GDB.
11445 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11446 global.
11447 (thread1_func, thread2_func): Wait on barrier.
11448 (main): Wait for all threads to start before stopping GDB.
11449 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11450 New global.
11451 (thread1_func, thread2_func): Wait on barrier.
11452 (main): Wait for all threads to start before stopping GDB.
11453
c945a99f
PA
114542015-01-09 Pedro Alves <palves@redhat.com>
11455
11456 * gdb.threads/attach-many-short-lived-threads.c: New file.
11457 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11458
c1a747c1
PA
114592014-01-09 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11462 instead of to thread 2.
11463 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11464 Add barrier around each pthread_create call instead of around all
11465 calls.
11466 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11467 Set a break on thread_function and have the child threads hit it
11468 one at at a time.
11469
60b3033e
PA
114702015-01-09 Pedro Alves <palves@redhat.com>
11471
11472 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11473 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11474 false.
11475 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11476 checking whether the target board is remote.
11477 * gdb.multi/multi-attach.exp: Likewise.
11478 * gdb.python/py-sync-interp.exp: Likewise.
11479 * gdb.server/ext-attach.exp: Likewise.
11480 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11481 tests that need to attach, instead of checking whether the target
11482 board is remote at the top of the file.
11483
acc018ac
YQ
114842015-01-08 Yao Qi <yao@codesourcery.com>
11485
11486 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11487
50a18af8
JK
114882015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 Fix testcase compilation.
11491 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11492
8503d6e1
JB
114932015-01-06 Joel Brobecker <brobecker@adacore.com>
11494
11495 * gdb.python/py-type.exp: Add a couple test about empty
11496 array creation, and negative-length array creation.
11497
cc73dbcc
DE
114982015-01-02 Doug Evans <xdje42@gmail.com>
11499
11500 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11501
0300bbc7
DE
115022015-01-02 Doug Evans <dje@google.com>
11503
11504 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11505
9d85a0ec
YQ
115062014-12-29 Yao Qi <yao@codesourcery.com>
11507
11508 * gdb.trace/entry-values.exp: Update comments. Rename variable
11509 bar_call_foo to returned_from_foo.
11510
87186c6a
MMN
115112014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11512
11513 PR gdb/17394
11514 * gdb.linespec/break-asm-file.c: New file.
11515 * gdb.linespec/break-asm-file.exp: New file.
11516 * gdb.linespec/break-asm-file0.s: New file.
11517 * gdb.linespec/break-asm-file1.s: New file.
11518
1bab7383
YQ
115192014-12-18 Nigel Stephens <nigel@mips.com>
11520 Maciej W. Rozycki <macro@codesourcery.com>
11521
11522 * gdb.base/float.exp: Handle the new output from "info float" on
11523 MIPS targets.
11524
1bc1068a
JK
115252014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11526
11527 Fix MinGW compilation.
11528 * gdb.compile/compile-ops.exp: Update untested message if
11529 !skip_compile_feature_tests.
11530 * gdb.compile/compile-setjmp.exp: Likewise.
11531 * gdb.compile/compile-tls.exp: Likewise.
11532 * gdb.compile/compile.exp: Likewise.
11533 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11534 supported on this host".
11535
b6615d10
DE
115362014-12-16 Doug Evans <xdje42@gmail.com>
11537
11538 * boards/stabs.exp: New file.
11539
25dda427
AA
115402014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11541
11542 * gdb.base/completion.exp: Adjust to format changes of "maint
11543 print user-registers".
11544
bf330350
CU
115452014-12-16 Catalin Udma <catalin.udma@freescale.com>
11546
11547 PR server/17457
11548 * gdb.arch/aarch64-fp.c: New file.
11549 * gdb.arch/aarch64-fp.exp: New file.
11550
395cf596
SDJ
115512014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11552
11553 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11554 r210637, r210913, r211666, r215400, r215817).
11555
11556 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11557 * dg-extract-results.py: New file.
11558 * dg-extract-results.sh: Use it if the environment seems
11559 suitable.
11560
11561 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11562
11563 * dg-extract-results.py (parse_run): Handle warnings that
11564 are printed before a test harness is run.
11565
11566 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11567
11568 * dg-extract-results.py (Named): Remove __cmp__ method.
11569 (output_variation): Use a key to sort variation.harnesses.
11570
11571 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11572
11573 * dg-extract-results.py: For Python 3, force sys.stdout to
11574 handle surrogate escape sequences.
11575 (safe_open): New function.
11576 (output_segment, main): Use it.
11577
11578 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11579
11580 * dg-extract-results.py (Prog.result_re): Include options
11581 in test name.
11582
11583 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11584
11585 * dg-extract-results.py (output_variation): Always sort if
11586 do_sum.
11587
e882ef3c
SM
115882014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11589
11590 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11591 as long as we get pagination notifications.
11592
4992aa20
JM
115932014-12-15 Jason Merrill <jason@redhat.com>
11594
11595 * Makefile.in (check-gdb.%): Restore.
11596 * README: Mention it.
11597
c1b5a1a6
JB
115982014-12-13 Joel Brobecker <brobecker@adacore.com>
11599
11600 * gdb.ada/str_uninit: New testcase.
11601
5537b577
JK
116022014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11603
11604 PR symtab/17642
11605 * gdb.base/vla-stub-define.c: New file.
11606 * gdb.base/vla-stub.c: New file.
11607 * gdb.base/vla-stub.exp: New file.
11608
bb2ec1b3
TT
116092014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11610 Jan Kratochvil <jan.kratochvil@redhat.com>
11611 Tom Tromey <tromey@redhat.com>
11612
11613 * configure.ac: Add gdb.compile/.
11614 * configure: Regenerate.
11615 * gdb.compile/Makefile.in: New file.
11616 * gdb.compile/compile-ops.exp: New file.
11617 * gdb.compile/compile-ops.c: New file.
11618 * gdb.compile/compile-tls.c: New file.
11619 * gdb.compile/compile-tls.exp: New file.
11620 * gdb.compile/compile-constvar.S: New file.
11621 * gdb.compile/compile-constvar.c: New file.
11622 * gdb.compile/compile-mod.c: New file.
11623 * gdb.compile/compile-nodebug.c: New file.
11624 * gdb.compile/compile-setjmp-mod.c: New file.
11625 * gdb.compile/compile-setjmp.c: New file.
11626 * gdb.compile/compile-setjmp.exp: New file.
11627 * gdb.compile/compile-shlib.c: New file.
11628 * gdb.compile/compile.c: New file.
11629 * gdb.compile/compile.exp: New file.
11630 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11631
4ff709eb
TT
116322014-12-12 Tom Tromey <tromey@redhat.com>
11633
11634 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11635 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11636
6dddd6a5
DE
116372014-12-12 Doug Evans <dje@google.com>
11638
11639 * lib/gdb-python.exp (get_python_valueof): New function.
11640 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11641
71c24708
AA
116422014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11643
11644 * gdb.base/completion.exp: Add test for completion of "info
11645 registers ".
11646
3e29f34a
MR
116472014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11648
11649 * gdb.base/func-ptrs.c: New file.
11650 * gdb.base/func-ptrs.exp: New file.
11651
fc126975
SM
116522014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11653
11654 PR breakpoints/17012
11655 * gdb.base/dprintf-detach.c: New file.
11656 * gdb.base/dprintf-detach.exp: New file.
11657
0a46d518
SM
116582014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11659
11660 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11661 * lib/gdb.exp (target_is_gdbserver): New procedure.
11662
a0be3e44
DE
116632014-12-08 Doug Evans <dje@google.com>
11664
11665 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11666
df1b803a
YQ
116672014-12-05 Yao Qi <yao@codesourcery.com>
11668
11669 * gdb.guile/scm-error.exp: Remove the third argument to
11670 gdb_remote_download.
11671 * gdb.guile/scm-frame-args.exp: Likewise.
11672 * gdb.guile/scm-section-script.exp: Likewise.
11673
ddb9f679
YQ
116742014-12-05 Yao Qi <yao@codesourcery.com>
11675
11676 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11677
86e4ed39
DE
116782014-12-04 Doug Evans <dje@google.com>
11679
11680 * gdb.python/py-objfile.exp: Add tests for
11681 objfile.add_separate_debug_file.
11682
7c50a931
DE
116832014-12-04 Doug Evans <dje@google.com>
11684
11685 * lib/gdb.exp (get_build_id): New function.
11686 (build_id_debug_filename_get): Rewrite to use it.
11687 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11688
621661e3
MR
116892014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11690
11691 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11692 `method(long)', not just 0x0.
11693 * gdb.cp/nsalias.exp: Align code labels to 4.
11694 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11695 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11696 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11697 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11698 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11699 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11700
29f0c3b7
DE
117012014-12-02 Doug Evans <dje@google.com>
11702
e1e061e7 11703 PR symtab/17602
29f0c3b7 11704 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11705 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11706 * gdb.cp/anon-ns.exp: Update.
11707
162078c8
NB
117082014-12-02 Nick Bull <nicholaspbull@gmail.com>
11709
11710 * gdb.python/py-events.py (inferior_call_handler): New.
11711 (register_changed_handler, memory_changed_handler): New.
11712 (test_events.invoke): Register new handlers.
11713 * gdb.python/py-events.exp: Add tests for inferior call,
11714 memory_changed and register_changed events.
11715
fdb09caf
AA
117162014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11717
11718 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11719 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11720 if the linker doesn't understand this.
11721
55cfb2c4
SM
117222014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11723
11724 * gdb.python/python.exp: Change expected reply to help().
11725
9e8cd6df
YQ
117262014-12-01 Yao Qi <yao@codesourcery.com>
11727
11728 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11729 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11730 * configure: Re-generated.
11731
6c659fc2
SC
117322014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11733
11734 * gdb.cp/chained-calls.cc: New file.
11735 * gdb.cp/chained-calls.exp: New file.
11736 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11737
d7fc3181
SM
117382014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11739
11740 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11741 * gdb.dwarf2/symtab-producer.exp: Same.
11742 * gdb.gdb/python-interrupts.exp: Same.
11743 * gdb.gdb/python-selftest.exp: Same.
11744 * gdb.python/py-linetable.exp: Same.
11745 * gdb.python/py-type.exp: Same.
11746 * gdb.python/py-value-cc.exp: Same.
11747 * gdb.python/py-value.exp: Same.
11748
10e79639
YQ
117492014-11-28 Yao Qi <yao@codesourcery.com>
11750
11751 * gdb.base/break-probes.exp: Match library name prefixed with
11752 sysroot.
11753
f28a0564
SM
117542014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11755
11756 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11757 test expected output. Add parentheses for the call to print.
11758 Remove L suffix from integers.
11759
3fe1ce1d
DE
117602014-11-26 Doug Evans <dje@google.com>
11761
11762 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11763
84429e27
YQ
117642014-11-22 Yao Qi <yao@codesourcery.com>
11765
11766 * gdb.trace/entry-values.c: Remove asms.
11767 (foo): Add foo_label.
11768 (bar): Add bar_label.
11769 * gdb.trace/entry-values.exp: Remove code computing foo's
11770 length and bar's length.
11771 (Dwarf::assemble): Invoke function_range for bar and use
11772 MACRO_AT_func for foo.
11773
26741859
YQ
117742014-11-22 Yao Qi <yao@codesourcery.com>
11775
11776 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11777 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11778 Use .Lgcc43_procstart instead of gcc43.
11779
45e44d27
JB
117802014-11-21 Joel Brobecker <brobecker@adacore.com>
11781
11782 * gdb.ada/n_arr_bound: New testcase.
11783
458c8db8
SDJ
117842014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11785
11786 PR breakpoints/10737
11787 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11788 test_catch_syscall_multi_arch.
11789 (test_catch_syscall_multi_arch): New function.
11790
43f3e411
DE
117912014-11-20 Doug Evans <xdje42@gmail.com>
11792
11793 * gdb.base/maint.exp: Update expected output.
11794
0d7b2549
AA
117952014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11796
11797 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11798 4-byte instruction on S390.
11799
8908fca5
JB
118002014-11-19 Joel Brobecker <brobecker@adacore.com>
11801
11802 * gdb.ada/arr_arr: New testcase.
11803
4a46959e
JB
118042014-11-19 Joel Brobecker <brobecker@adacore.com>
11805
11806 * gdb.ada/pkd_arr_elem: New Testcase.
11807
470e2f4e
LM
118082014-11-18 Luis Machado <lgustavo@codesourcery.com>
11809
11810 * gdb.reverse/break-precsave: Expect completion message for
11811 core file reads.
11812 * gdb.reverse/consecutive-precsave.exp: Likewise.
11813 * gdb.reverse/finish-precsave.exp: Likewise.
11814 * gdb.reverse/i386-precsave.exp: Likewise.
11815 * gdb.reverse/machinestate-precsave.exp: Likewise.
11816 * gdb.reverse/sigall-precsave.exp: Likewise.
11817 * gdb.reverse/solib-precsave.exp: Likewise.
11818 * gdb.reverse/step-precsave.exp: Likewise.
11819 * gdb.reverse/until-precsave.exp: Likewise.
11820 * gdb.reverse/watch-precsave.exp: Likewise.
11821
a267f3ad
AA
118222014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11823
11824 * gdb.base/bp-permanent.c: Include unistd.h.
11825 * gdb.python/py-framefilter-mi.c (main): Add return type.
11826 * gdb.python/py-framefilter.c (main): Likewise.
11827 * gdb.trace/actions-changed.c (main): Likewise.
11828
12084a9a
AA
118292014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11830
11831 * gdb.mi/until.c: Add eye-catchers.
11832 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11833 line numbers.
11834
dc7e1a77
AA
118352014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11836
11837 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11838 function header variants in break1.c.
11839 * gdb.base/ena-dis-br.exp: Likewise.
11840 * gdb.base/hbreak2.exp: Likewise.
11841 * gdb.reverse/until-precsave.exp: Drop references to removed
11842 non-prototype function header variants in ur1.c.
11843 * gdb.reverse/until-reverse.exp: Likewise.
11844
41c77605
PM
118452014-11-17 Petr Machata <pmachata@redhat.com>
11846
11847 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11848 ${_cu_offset_size} bytes abbrev offset.
11849
34248c3a
DE
118502014-11-15 Doug Evans <xdje42@gmail.com>
11851
11852 PR symtab/17559
11853 * gdb.base/line-symtabs.exp: New file.
11854 * gdb.base/line-symtabs.c: New file.
11855 * gdb.base/line-symtabs.h: New file.
11856
646da059
YQ
118572014-11-14 Yao Qi <yao@codesourcery.com>
11858
11859 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11860 (func): Add label func_label.
11861 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11862 Replace low_pc and high_pc with MACRO_AT_range.
11863 Replace name, low_pc and high_pc with MACRO_AT_func.
11864
9301ebe6
YQ
118652014-11-14 Yao Qi <yao@codesourcery.com>
11866
11867 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11868 Replace name, low_pc and high_pc with MACRO_AT_func.
11869
f166b542
YQ
118702014-11-14 Yao Qi <yao@codesourcery.com>
11871
11872 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11873 produce debug information.
11874 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11875
0f6e71e3
YQ
118762014-11-14 Yao Qi <yao@codesourcery.com>
11877
11878 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11879 object and get function length.
11880 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11881 with MACRO_AT_func.
11882 (top-level): Replace gdb_compile and clean_restart with
11883 prepare_for_testing.
11884 * gdb.dwarf2/main.c (main): Add label main_label.
11885
876c4df9
YQ
118862014-11-14 Yao Qi <yao@codesourcery.com>
11887
11888 * lib/dwarf.exp (function_range): New procedure.
11889 (Dwarf::_handle_macro_at_func): New procedure.
11890 (Dwarf::_handle_macro_at_range): New procedure.
11891 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11892
02ad9cf1
YQ
118932014-11-14 Yao Qi <yao@codesourcery.com>
11894
11895 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11896 (_handle_attribute): New procedure.
11897
a59add0c
AA
118982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11899
11900 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11901 * gdb.base/call-sc.c (zed): Likewise.
11902 * gdb.base/checkpoint.c (main): Likewise.
11903 * gdb.base/dump.c (main): Likewise.
11904 * gdb.base/gcore.c (main): Likewise.
11905 * gdb.base/huge.c (main): Likewise.
11906 * gdb.base/multi-forks.c (main): Likewise.
11907 * gdb.base/pr10179-a.c (main): Likewise.
11908 * gdb.base/savedregs.c (main): Likewise.
11909 * gdb.base/sigaltstack.c (main): Likewise.
11910 * gdb.base/siginfo.c (main): Likewise.
11911 * gdb.base/structs.c (zed): Likewise.
11912 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11913 * gdb.mi/mi-syn-frame.c (main): Likewise.
11914 * gdb.mi/until.c (foo, main): Likewise.
11915 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11916 * gdb.base/solib-weak.c (foo): Declare.
11917 * gdb.base/attach-twice.c: Include stdio.h.
11918 * gdb.base/weaklib1.c: Likewise.
11919 * gdb.base/weaklib2.c: Likewise.
11920 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11921 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11922 unistd.h.
11923 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11924 * gdb.mi/mi-exit-code.c: Likewise.
11925 * gdb.base/break-interp-lib.c: Include string.h.
11926 * gdb.base/coremaker.c: Likewise.
11927 * gdb.base/testenv.c: Likewise.
11928 * gdb.python/py-finish-breakpoint.c: Likewise.
11929 * gdb.base/inferior-died.c: Include sys/wait.h.
11930 * gdb.base/fileio.c: Include time.h.
11931 * gdb.base/async-shell.c: Include unistd.h.
11932 * gdb.base/dprintf-non-stop.c: Likewise.
11933 * gdb.base/info-os.c: Likewise.
11934 * gdb.mi/mi-console.c: Likewise.
11935 * gdb.mi/watch-nonstop.c: Likewise.
11936 * gdb.python/py-events.c: Likewise.
11937 * gdb.base/async.c (baz): Move up before its invocation.
11938 * gdb.base/code_elim2.c (my_global_func): Likewise.
11939 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11940 * gdb.base/advance.c (func2): Likewise.
11941
3b5d5997
AA
119422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11943
11944 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11945 variant.
11946 * gdb.base/annota3.c: Likewise.
11947 * gdb.base/async.c: Likewise.
11948 * gdb.base/average.c: Likewise.
11949 * gdb.base/call-ar-st.c: Likewise.
11950 * gdb.base/call-rt-st.c: Likewise.
11951 * gdb.base/call-sc.c: Likewise.
11952 * gdb.base/call-strs.c: Likewise.
11953 * gdb.base/ending-run.c: Likewise.
11954 * gdb.base/execd-prog.c: Likewise.
11955 * gdb.base/exprs.c: Likewise.
11956 * gdb.base/foll-exec.c: Likewise.
11957 * gdb.base/foll-fork.c: Likewise.
11958 * gdb.base/foll-vfork.c: Likewise.
11959 * gdb.base/funcargs.c: Likewise.
11960 * gdb.base/gcore.c: Likewise.
11961 * gdb.base/jump.c: Likewise.
11962 * gdb.base/langs0.c: Likewise.
11963 * gdb.base/langs1.c: Likewise.
11964 * gdb.base/langs2.c: Likewise.
11965 * gdb.base/mips_pro.c: Likewise.
11966 * gdb.base/nodebug.c: Likewise.
11967 * gdb.base/opaque0.c: Likewise.
11968 * gdb.base/opaque1.c: Likewise.
11969 * gdb.base/recurse.c: Likewise.
11970 * gdb.base/run.c: Likewise.
11971 * gdb.base/scope0.c: Likewise.
11972 * gdb.base/scope1.c: Likewise.
11973 * gdb.base/setshow.c: Likewise.
11974 * gdb.base/setvar.c: Likewise.
11975 * gdb.base/shmain.c: Likewise.
11976 * gdb.base/shr1.c: Likewise.
11977 * gdb.base/shr2.c: Likewise.
11978 * gdb.base/sigall.c: Likewise.
11979 * gdb.base/signals.c: Likewise.
11980 * gdb.base/so-indr-cl.c: Likewise.
11981 * gdb.base/solib2.c: Likewise.
11982 * gdb.base/structs.c: Likewise.
11983 * gdb.base/sum.c: Likewise.
11984 * gdb.base/vforked-prog.c: Likewise.
11985 * gdb.base/watchpoint.c: Likewise.
11986 * gdb.reverse/shr2.c: Likewise.
11987 * gdb.reverse/until-reverse.c: Likewise.
11988 * gdb.reverse/ur1.c: Likewise.
11989 * gdb.reverse/watch-reverse.c: Likewise.
11990
066a77c5
AA
119912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11992
11993 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11994 variant.
11995 * gdb.base/sepdebug.exp: Drop references to removed code.
11996
4f204ea5
AA
119972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11998
11999 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12000 variant. Preserve original line numbering.
12001 * gdb.base/list1.c: Likewise.
12002
3b377a3a
AA
120032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12004
12005 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12006 variant.
12007 * gdb.base/break1.c: Likewise.
12008 * gdb.base/break.exp: Drop references to removed code.
12009
e444df73
AA
120102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12011
12012 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12013 variant.
12014
8008f2a7
AA
120152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12016
12017 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12018
a5a06887
AA
120192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12020
12021 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12022 logic into perform_all_tests() and invoke it with and without
12023 function header prototypes.
12024 (do_function_calls): Remove conditional XFAIL for PR 5318.
12025 (rerun_and_prepare): Remove duplicate code.
12026 (perform_all_tests): New. Main logic moved here.
12027
44dba9b9
AA
120282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12029
12030 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12031 code guarded by #ifdef NO_PROTOTYPES.
12032 (t_double_many_args): Likewise.
12033 (DEF_FUNC_MANY_ARGS_1): Likewise.
12034 (DEF_FUNC_VALUES_1): Likewise.
12035 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12036 guarded by #ifdef PROTOTYPES.
12037
d1fbcd56
AA
120382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12039
12040 * gdb.mi/mi-console.c: Add eye-catcher.
12041 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12042 instead of literal line number.
12043
b0e59b8f
AA
120442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12045
12046 * gdb.base/shr2.c: Add eye-catcher.
12047 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12048 line number.
12049
78f98cca
AA
120502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12051
12052 * gdb.base/jump.c: Add eye-catchers.
12053 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12054 numbers.
12055
58fa2af0
AA
120562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12057
12058 * gdb.base/execd-prog.c: Add eye-catchers.
12059 * gdb.base/foll-exec.c: Likewise.
12060 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12061 line numbers.
12062
04e5059b
AA
120632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12064
12065 * gdb.base/ending-run.c: Add eye-catchers.
12066 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12067 literal line numbers.
12068
dbfdb174
AA
120692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12070
12071 * gdb.base/call-rt-st.c: Add eye-catchers.
12072 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12073 literal line numbers.
12074
888a2ade
AA
120752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12076
12077 * gdb.base/call-ar-st.c: Add eye-catchers.
12078 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12079 literal line numbers.
12080
6acc2dde
AA
120812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12082
12083 * gdb.base/average.c: Add eye-catchers.
12084 * gdb.base/sum.c: Likewise.
12085 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12086 regexps dynamically.
12087
9ecfcd1d
AA
120882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12089
12090 * gdb.base/solib1.c: Add eye-catchers.
12091 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12092 literal line numbers.
12093
78708b7c
PA
120942014-11-12 Pedro Alves <palves@redhat.com>
12095
12096 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12097 leader has exited.
12098
af48d08f
PA
120992014-11-12 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.arch/i386-bp_permanent.c: New file.
12102 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12103 (srcfile): Set to i386-bp_permanent.c.
12104 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12105 that stepi does not execute the 'leave' instruction, instead of
12106 testing it does execute.
12107 * gdb.base/bp-permanent.c: New file.
12108 * gdb.base/bp-permanent.exp: New file.
12109
af3768e9
DE
121102014-11-10 Doug Evans <xdje42@gmail.com>
12111
12112 PR symtab/17564
12113 * gdb.base/symtab-search-order.exp: New file.
12114 * gdb.base/symtab-search-order.c: New file.
12115 * gdb.base/symtab-search-order-1.c: New file.
12116 * gdb.base/symtab-search-order-shlib-1.c: New file.
12117
9de00a4a
PA
121182014-11-07 Pedro Alves <palves@redhat.com>
12119
12120 PR gdb/17511
12121 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12122 i?86-*-linux*.
12123
e0f52461
SC
121242014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12125
12126 PR c++/17494
12127 * gdb.cp/pr17494.cc: New file.
12128 * gdb.cp/pr17494.exp: New file.
12129
6ce8c980
YQ
121302014-11-02 Yao Qi <yao@codesourcery.com>
12131
12132 * gdb.python/python.exp: Get working directory and match the
12133 output of "set extended-prompt \\w " with it.
12134
02be9a71
DE
121352014-10-30 Doug Evans <dje@google.com>
12136
12137 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12138 in objfiles.
12139 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12140 in progspaces.
12141
3bdff46b
LM
121422014-10-30 Janis Johnson <janisjo@codesourcery.com>
12143
12144 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12145 * gdb.base/realname-expand.exp: Likewise.
12146 * gdb.linespec/macro-relative.exp: Likewise.
12147
ab917dfb
PA
121482014-10-29 Pedro Alves <palves@redhat.com>
12149
12150 PR gdb/17408
12151 * gdb.threads/schedlock.c (some_function): New function.
12152 (call_function): New global.
12153 (MAYBE_CALL_SOME_FUNCTION): New macro.
12154 (thread_function): Call it.
12155 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12156 and use it instead of a global counter. Adjust all callers.
12157 (get_current_thread): Use "find current thread" for test message
12158 here rather than having all callers pass down the same string.
12159 (goto_loop): New procedure, factored out from ...
12160 (my_continue): ... this.
12161 (step_ten_loops): Change parameter from test message to command to
12162 use. Adjust.
12163 (list_count): Delete global.
12164 (check_result): New procedure, factored out from duplicate top
12165 level code.
12166 (continue tests): Wrap in with_test_prefix.
12167 (test_step): New procedure, factored out from duplicate top level
12168 code.
12169 (top level): Test "step" in combination with all scheduler-locking
12170 modes. Test "next" in combination with all scheduler-locking
12171 modes, and in combination with stepping over a function call or
12172 not.
12173 * gdb.threads/next-bp-other-thread.c: New file.
12174 * gdb.threads/next-bp-other-thread.exp: New file.
12175
d3d4baed
PA
121762014-10-29 Pedro Alves <palves@redhat.com>
12177
12178 PR python/17372
12179 * gdb.python/python.exp: Test a multi-line command that spawns
12180 interactive Python.
12181 * gdb.base/multi-line-starts-subshell.exp: New file.
12182
563e8d85
YQ
121832014-10-29 Yao Qi <yao@codesourcery.com>
12184
12185 * gdb.base/fileio.exp: Make directories on host.
12186
0ea4d52e
YQ
121872014-10-29 Yao Qi <yao@codesourcery.com>
12188
12189 * gdb.base/fileio.c (test_write): Close the file.
12190
7f5ef605
PA
121912014-10-28 Pedro Alves <palves@redhat.com>
12192
12193 PR gdb/12623
12194 * gdb.base/sigstep.c (no_handler): New global.
12195 (main): If 'no_handler is true, set the signal handlers to
12196 SIG_IGN.
12197 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12198 with_sw_watch and no_handler parameters. Handle them.
12199 (top level) <stepping over handler when stopped at a breakpoint
12200 test>: Add a test axis for testing with a software watchpoint, and
12201 another for testing with the signal handler set to SIG_IGN.
12202 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12203 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12204
abbdbd03
PA
122052014-10-28 Pedro Alves <palves@redhat.com>
12206
12207 PR gdb/17511
12208 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12209 * gdb.base/sigstep.exp (other_handler_location): New global.
12210 (advance): Support stepping into the signal handler, and running
12211 commands while in the handler.
12212 (in_handler_map): New global.
12213 (top level): In the advance test, add combinations for getting
12214 into the handler with stepping commands, and for running commands
12215 in the handler. Add comment descripting the advancei tests.
12216
1df4399f
PA
122172014-10-28 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.base/sigstep.exp: Use build_executable instead of
12220 prepare_for_testing.
12221 (top level): Move code that starts GDB, runs to main and creates a
12222 display to ...
12223 (restart): ... this new procedure.
12224 (top level): Move backtrace from signal handler test to ...
12225 (validate_backtrace): ... this new procedure.
12226 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12227 with_test_prefix. Always restart GDB.
12228 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12229 with_test_prefix. Always restart GDB. No need to delete
12230 breakpoints after the test.
12231 (test_skip_handler): Remove prefix parameter.
12232 (skip_over_handler, breakpoint_to_handler)
12233 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12234 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12235 restart GDB. No need to delete breakpoints after the test.
12236 (top level): Use foreach to call the test procedures with
12237 different commands.
12238
a5b6e449
PA
122392014-10-28 Pedro Alves <palves@redhat.com>
12240
12241 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12242 instead of GNATS numbers.
12243 * gdb.base/sigbpt.exp: Likewise.
12244 * gdb.base/siginfo.exp: Likewise.
12245 * gdb.base/sigstep.exp: Likewise.
12246
e5f8a7cc
PA
122472014-10-27 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.base/sigstep.c (dummy): New global.
12250 (main): Issue a couple writes to the new global.
12251 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12252 procedures.
12253 (skip_over_handler): Use test_skip_handler.
12254 (top level): Call skip_over_handler for stepi and nexti too.
12255 (breakpoint_over_handler): Use test_skip_handler.
12256 (top level): Call breakpoint_over_handler for stepi and nexti too.
12257
763905a3
YQ
122582014-10-27 Yao Qi <yao@codesourcery.com>
12259
12260 * gdb.trace/tfile.c (adjust_function_address)
12261 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12262 function descriptor.
12263
6f259a23
DB
122642014-10-24 Don Breazeal <donb@codesourcery.com>
12265
12266 * gdb.base/foll-fork.exp (test_follow_fork,
12267 catch_fork_child_follow): Check for updated fork messages emitted
12268 from infrun.c.
12269 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12270 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12271 vfork_and_exec_child_follow_through_step): Check for updated vfork
12272 messages emitted from infrun.c.
12273
09dd9a69
PA
122742014-10-24 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.base/corefile.exp: Remove references to ultrix.
12277 * gdb.base/interrupt.exp: Likewise.
12278 * gdb.base/whatis.exp: Likewise.
12279 * gdb.gdb/selftest.exp: Likewise.
12280 * gdb.threads/manythreads.exp: Likewise.
12281 * gdb.threads/print-threads.exp: Likewise.
12282 * gdb.threads/pthreads.exp:: Likewise.
12283 * gdb.threads/schedlock.exp: Likewise.
12284
3433cfa5
SC
122852014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12286
12287 * gdb.cp/non-trivial-retval.cc: Add a test case.
12288 * gdb.cp/non-trivial-retval.exp: Add a test.
12289
092f880b
YQ
122902014-10-20 Yao Qi <yao@codesourcery.com>
12291
12292 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12293 * gdb.python/py-objfile-script-gdb.py: New file.
12294 * gdb.python/py-objfile-script.exp: Update reference to
12295 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12296 of remote_download. Remove the dest file.
12297
acbdb7f3
YQ
122982014-10-20 Yao Qi <yao@codesourcery.com>
12299
12300 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12301 * gdb.base/step-line.exp: Likewise.
12302 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12303 * gdb.dwarf2/dw2-basic.exp: Likewise.
12304 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12305 * gdb.dwarf2/dw2-filename.exp: Likewise.
12306 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12307 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12308 * gdb.dwarf2/dw2-producer.exp: Likewise.
12309 * gdb.dwarf2/mac-fileno.exp: Likewise.
12310 * gdb.python/py-frame-args.exp: Likewise.
12311 * gdb.python/py-framefilter.exp: Likewise.
12312 * gdb.python/py-mi.exp: Likewise.
12313 * gdb.python/py-objfile-script.exp: Likewise
12314 * gdb.python/py-pp-integral.exp: Likewise.
12315 * gdb.python/py-pp-re-notag.exp: Likewise.
12316 * gdb.python/py-prettyprint.exp: Likewise.
12317 * gdb.python/py-section-script.exp: Likewise.
12318 * gdb.python/py-typeprint.exp: Likewise.
12319 * gdb.python/py-xmethods.exp: Likewise.
12320 * gdb.stabs/weird.exp: Likewise.
12321 * gdb.xml/tdesc-regs.exp: Likewise.
12322
bd286a29
KCY
123232014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12324
12325 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12326 (out_cu): Use addr_len for the size of addresses.
12327 (out_line): Likewise. Size DW_LNE_set_address instruction
12328 according to addr_len.
12329 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12330 (FUNC): Add START_INSNS to definition.
12331
673dc4a0
YQ
123322014-10-18 Yao Qi <yao@codesourcery.com>
12333
12334 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12335 gdb_has_argv0 return true.
12336 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12337 check [target_info exists noargs], check [gdb_has_argv0]
12338 instead.
12339 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12340 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12341 procedures.
12342
4ffbba72
DE
123432014-10-17 Doug Evans <dje@google.com>
12344
12345 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12346 event.
12347 * gdb.python/py-events.py: Add clear_objfiles event.
12348
d096d8c1
DE
123492014-10-17 Doug Evans <dje@google.com>
12350
12351 * gdb.python/py-objfile.exp: Test progspace attribute.
12352
a80db015
LM
123532014-10-17 Luis Machado <lgustavo@codesourcery.com>
12354
12355 * gdb.guile/scm-breakpoint.exp: Do not assume any
12356 directory separators when matching source file paths.
12357 * gdb.python/py-breakpoint.exp: Likewise.
12358 * gdb.reverse/break-precsave.exp: Likewise.
12359 * gdb.reverse/break-reverse.exp: Likewise.
12360 * gdb.reverse/consecutive-precsave.exp: Likewise.
12361 * gdb.reverse/finish-precsave.exp: Likewise.
12362 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12363 * gdb.reverse/finish-reverse.exp: Likewise.
12364 * gdb.reverse/i386-precsave.exp: Likewise.
12365 * gdb.reverse/i387-env-reverse.exp: Likewise.
12366 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12367 * gdb.reverse/machinestate-precsave.exp: Likewise.
12368 * gdb.reverse/machinestate.exp: Likewise.
12369 * gdb.reverse/sigall-precsave.exp: Likewise.
12370 * gdb.reverse/solib-precsave.exp: Likewise.
12371 * gdb.reverse/step-precsave.exp: Likewise.
12372 * gdb.reverse/until-precsave.exp: Likewise.
12373 * gdb.reverse/watch-precsave.exp: Likewise.
12374 * gdb.reverse/watch-reverse.exp: Likewise.
12375
b22089ab
YQ
123762014-10-17 Yao Qi <yao@codesourcery.com>
12377
12378 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12379 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12380
6c4486e6
PA
123812014-10-17 Pedro Alves <palves@redhat.com>
12382
12383 PR gdb/17471
12384 * gdb.base/bg-execution-repeat.c: New file.
12385 * gdb.base/bg-execution-repeat.exp: New file.
12386
0ff33695
PA
123872014-10-17 Pedro Alves <palves@redhat.com>
12388
12389 PR gdb/17300
12390 * gdb.base/continue-all-already-running.c: New file.
12391 * gdb.base/continue-all-already-running.exp: New file.
12392
6fdebc3d
PA
123932014-10-17 Pedro Alves <palves@redhat.com>
12394
12395 PR gdb/17472
12396 * gdb.base/annota-input-while-running.c: New file.
12397 * gdb.base/annota-input-while-running.exp: New file.
12398
32a8097b
PA
123992014-10-17 Pedro Alves <palves@redhat.com>
12400
12401 * gdb.base/callfuncs.exp: emove references to osf.
12402 * gdb.base/sigall.exp: Likewise.
12403 * gdb.gdb/selftest.exp: Likewise.
12404 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12405 * gdb.mi/non-stop.c: Likewise.
12406 * gdb.mi/pthreads.c: Likewise.
12407 * gdb.reverse/sigall-precsave.exp: Likewise.
12408 * gdb.reverse/sigall-reverse.exp: Likewise.
12409 * gdb.threads/pthreads.c: Likewise.
12410 * gdb.threads/pthreads.exp: Likewise.
12411
7a3517ff
YQ
124122014-10-17 Yao Qi <yao@codesourcery.com>
12413
12414 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12415 check 'target_info exists noargs'.
12416 (test_command_prompt_position): Likewise.
12417 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12418 Remove "set args".
12419 (progvar_simple_while_test): Likewise.
12420 (progvar_complex_if_while_test): Likewise.
12421 (if_while_breakpoint_command_test): Likewise.
12422 (infrun_breakpoint_command_test): Likewise.
12423 (breakpoint_command_test): Likewise.
12424 (watchpoint_command_test): Likewise.
12425 (bp_deleted_in_command_test): Likewise.
12426 (temporary_breakpoint_commands): Likewise.
12427
bb99c472
YQ
124282014-10-16 Yao Qi <yao@codesourcery.com>
12429
12430 * gdb.base/remotetimeout.exp: Remove noargs checking.
12431
7c16b83e
PA
124322014-10-15 Pedro Alves <palves@redhat.com>
12433
12434 PR breakpoints/9649
12435 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12436 * gdb.base/breakpoint-in-ro-region.exp
12437 (probe_target_hardware_step): New procedure.
12438 (top level): Probe hardware stepping and hardware breakpoint
12439 support. Test stepping through a read-only region, with both
12440 "breakpoint auto-hw" on and off and both "always-inserted" on and
12441 off.
12442
35a49624
IB
124432014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12444
12445 * gdb.dlang/demangle.exp: Update for demangling changes.
12446
2d1c107c
SC
124472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12448
12449 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12450 * gdb.cp/non-trivial-retval.exp: Add new tests.
12451
778811d5
SC
124522014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12453
12454 PR c++/13403
12455 PR c++/15154
12456 * gdb.cp/non-trivial-retval.cc: New file.
12457 * gdb.cp/non-trivial-retval.exp: New file.
12458
10c5f0a8
YQ
124592014-10-15 Yao Qi <yao@codesourcery.com>
12460
12461 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12462 remote host.
12463
65d7b369
YQ
124642014-10-15 Yao Qi <yao@codesourcery.com>
12465
12466 * gdb.python/py-symbol.exp: Match file base name if host is
12467 remote, otherwise match file name with dir name.
12468 * gdb.python/py-symtab.exp: Likewise.
12469 * gdb.python/python.exp: Likewise.
12470
46dc1394
YQ
124712014-10-15 Yao Qi <yao@codesourcery.com>
12472
12473 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12474 pattern.
12475 * gdb.python/py-symtab.exp: Likewise.
12476 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12477 locationn.
12478
c40cc657
JB
124792014-10-14 Joel Brobecker <brobecker@adacore.com>
12480
12481 * gdb.ada/addr_arith: New testcase.
12482
2abf49e1
MR
124832014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12484
12485 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12486 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12487 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12488 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12489
f7088df3
SDJ
124902014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12491
12492 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12493 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12494 * gdb.arch/stap-eval-lang-ada.exp: New file.
12495
4dc06805
YQ
124962014-10-14 Yao Qi <yao@codesourcery.com>
12497
12498 * gdb.mi/mi-var-child.c (nothing1): New function.
12499 (nothing2): New function.
12500 (do_children_tests): Set function pointers by nothing1 and
12501 nothing2.
12502 * gdb.mi/mi-var-child.exp: Step over new added statements.
12503 Update test to match the new output.
12504 * gdb.mi/var-cmd.c (nothing1): New function.
12505 (nothing2): New function.
12506 (do_children_tests): Set function pointers by nothing1 and
12507 nothing2.
12508 * gdb.mi/mi-var-display.exp: Update test to match output.
12509 Step to the line specified by $line_dct_nothing.
12510 Increase the number of lines to step.
12511
46a93de2
YQ
125122014-10-14 Yao Qi <yao@codesourcery.com>
12513
12514 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12515 tests.
12516 * gdb.mi/mi2-var-child.exp: Likewise.
12517
14ea52ee
DE
125182014-10-13 Doug Evans <dje@google.com>
12519
12520 * gdb.python/py-objfile.exp: Change name of file name test.
12521
e5c6e92b
DE
125222014-10-13 Doug Evans <dje@google.com>
12523
12524 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12525 from the start of the CU.
12526
c780cc2f
JK
125272014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12528 Yao Qi <yao@codesourcery.com>
12529
12530 Fix "save breakpoints" for "catch" command.
12531 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12532 Remove -nonewline. Match also the added "main" line.
12533
99894e11
JK
125342014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12535
12536 Fix "save breakpoints" for "disable $bpnum" command.
12537 * gdb.base/save-bp.c (main): Add label.
12538 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12539
6e1ac5a3
JK
125402014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12541
12542 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12543
754dd2b0
YQ
125442014-10-11 Yao Qi <yao@codesourcery.com>
12545
12546 * gdb.server/server-kill.exp: Execute command
12547 "set remote trace-status-packet on" before "tstatus".
12548
f90183d7
YQ
125492014-10-11 Yao Qi <yao@codesourcery.com>
12550
12551 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12552 (main): Call getppid.
12553 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12554 and continue to it. Read variable "server_pid".
12555
bf40a607
YQ
125562014-10-11 Yao Qi <yao@codesourcery.com>
12557
12558 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12559
052ca370
YQ
125602014-10-11 Yao Qi <yao@codesourcery.com>
12561
12562 * gdb.threads/thread-find.exp: Don't execute command
12563 "info threads".
12564 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12565 * gdb.threads/linux-dp.exp: Don't check the condition
12566 $threads_created equals to zero.
12567
3831839c
PA
125682014-10-10 Pedro Alves <palves@redhat.com>
12569
12570 * gdb.base/bigcore.exp: Remove references to IRIX.
12571 * gdb.base/funcargs.exp: Likewise.
12572 * gdb.base/interrupt.exp: Likewise.
12573 * gdb.base/mips_pro.exp: Likewise.
12574 * gdb.base/nodebug.exp: Likewise.
12575 * gdb.base/setvar.exp: Likewise.
12576 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12577
8b9a549d
PA
125782014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12579 Pedro Alves <palves@redhat.com>
12580
12581 PR symtab/14466
12582 * gdb.base/vdso-warning.c: New file.
12583 * gdb.base/vdso-warning.exp: New file.
12584
d48ba5e8
DE
125852014-10-02 Doug Evans <dje@google.com>
12586
12587 * gdb.base/structs.c (main): Don't run forever.
12588
2278c276
PA
125892014-10-02 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12592 (top level) <stop threads 1, stop threads 2>: Use it.
12593
b57bacec
PA
125942014-10-02 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.threads/break-while-running.exp (test): Add new
12597 'update_thread_list' argument. Skip "info threads" if false.
12598 (top level): Add new 'update_thread_list' axis.
12599
13fd3ff3
PA
126002014-10-02 Pedro Alves <palves@redhat.com>
12601
12602 PR breakpoints/17431
12603 * gdb.base/execl-update-breakpoints.c: New file.
12604 * gdb.base/execl-update-breakpoints.exp: New file.
12605
0fec99e8
PA
126062014-10-01 Pedro Alves <palves@redhat.com>
12607
12608 * gdb.base/breakpoint-in-ro-region.c: New file.
12609 * gdb.base/breakpoint-in-ro-region.exp: New file.
12610
2ddf4301
SM
126112014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12612
12613 * gdb.mi/mi-exit-code.exp: New file.
12614 * gdb.mi/mi-exit-code.c: New file.
12615
6a5f3f43
YQ
126162014-09-30 Yao Qi <yao@codesourcery.com>
12617
12618 * lib/prelink-support.exp (build_executable_own_libs): Error if
12619 the target isn't native.
12620
345bcc73
YQ
126212014-09-30 Yao Qi <yao@codesourcery.com>
12622
12623 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12624 false.
12625
a25a5a45
PA
126262014-09-22 Pedro Alves <palves@redhat.com>
12627
12628 * gdb.threads/break-while-running.exp: New file.
12629 * gdb.threads/break-while-running.c: New file.
12630
00ba3162
YQ
126312014-09-19 Yao Qi <yao@codesourcery.com>
12632
12633 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12634 Invoke test. Restart GDB with --readnow and invoke test again.
12635
c3b7b696
YQ
126362014-09-19 Yao Qi <yao@codesourcery.com>
12637
12638 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12639 proc set_breakpoint_on_gcd_function. Invoke
12640 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12641 invoke set_breakpoint_on_gcd_function again.
12642
2b4fd423
DE
126432014-09-18 Doug Evans <dje@google.com>
12644
12645 * gdb.dwarf2/symtab-producer.exp: New file.
12646
a5947601
SDJ
126472014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12648
12649 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12650 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12651 * gdb.base/global-var-nested-by-dso.c: Likewise.
12652 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12653
91c19059
SDJ
126542014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12655 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.base/watch-bitfields.exp: Pass string other than test file
12658 name to prepare_for_testing.
12659 (watch): New procedure.
12660 (expect_watchpoint): Use with_test_prefix.
12661 (top level): Factor out tests to ...
12662 (test_watch_location, test_regular_watch): ... these new
12663 procedures, and use with_test_prefix and gdb_continue_to_end.
12664
bb9d5f81
PP
126652014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12666
12667 PR breakpoints/12526
12668 * gdb.base/watch-bitfields.exp: New file.
12669 * gdb.base/watch-bitfields.c: New file.
12670
635856f5
PA
126712014-09-16 Pedro Alves <palves@redhat.com>
12672
12673 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12674 software and hardware addresses, not software address against
12675 itself.
12676
7280ceea
PA
126772014-09-16 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12680 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12681
428b16bd
PA
126822014-09-16 Pedro Alves <palves@redhat.com>
12683
12684 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12685 files.
12686 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12687 "*-*-vxworks*" throughout.
12688 * gdb.base/break.exp: Likewise.
12689 * gdb.base/default.exp: Likewise.
12690 * gdb.base/scope.exp: Likewise.
12691 * gdb.base/sepdebug.exp: Likewise.
12692 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12693 throughout.
12694 * gdb.base/run.c: Likewise.
12695 * gdb.base/sepdebug.c: Likewise.
12696 * gdb.hp/gdb.aCC/run.c: Likewise.
12697 * gdb.reverse/until-reverse.c: Likewise.
12698 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12699
666d413c
YQ
127002014-09-16 Yao Qi <yao@codesourcery.com>
12701
12702 * boards/local-remote-host-native.exp: New file.
12703
57cbd724
DE
127042014-09-14 Doug Evans <xdje42@gmail.com>
12705
12706 * gdb.threads/queue-signal.c (thread_count): New variable.
12707 (thread_count_mutex, thread_count_condvar): New variables.
12708 (incr_thread_count, wait_all_threads_running): New functions.
12709 (main): Wait for all threads to be in their thread functions.
12710
81219e53
DE
127112014-09-13 Doug Evans <xdje42@gmail.com>
12712
12713 * gdb.threads/queue-signal.c: New file.
12714 * gdb.threads/queue-signal.exp: New file.
12715
3714cea7
DE
127162014-09-13 Doug Evans <xdje42@gmail.com>
12717
12718 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12719 be consistent with what default_gdb_init uses.
12720 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12721 the plain text of the prompt. Add some logging printfs.
12722 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12723
fa43b1d7
PA
127242014-09-12 Pedro Alves <palves@redhat.com>
12725
12726 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12727 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12728 * gdb.arch/i386-size-overlap.exp: Likewise.
12729 * gdb.arch/i386-size.exp: Likewise.
12730 * gdb.arch/i386-unwind.exp: Likewise.
12731 * gdb.base/a2-run.exp: Likewise.
12732 * gdb.base/break.exp: Likewise.
12733 * gdb.base/charset.exp: Likewise.
12734 * gdb.base/chng-syms.exp: Likewise.
12735 * gdb.base/commands.exp: Likewise.
12736 * gdb.base/dbx.exp: Likewise.
12737 * gdb.base/find.exp: Likewise.
12738 * gdb.base/funcargs.exp: Likewise.
12739 * gdb.base/jit-simple.exp: Likewise.
12740 * gdb.base/reread.exp: Likewise.
12741 * gdb.base/sepdebug.exp: Likewise.
12742 * gdb.base/step-bt.exp: Likewise.
12743 * gdb.cp/mb-inline.exp: Likewise.
12744 * gdb.cp/mb-templates.exp: Likewise.
12745 * gdb.objc/basicclass.exp: Likewise.
12746 * gdb.threads/killed.exp: Likewise.
12747
9d9bf2df
EBM
127482014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12749
12750 PR tdep/17379
12751 * gdb.arch/powerpc-stackless.S: New file.
12752 * gdb.arch/powerpc-stackless.exp: New file.
12753
1cf2f1b0
JK
127542014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12755
12756 * gdb.base/attach.c: Include unistd.h.
12757 (main): Call alarm. Add label postloop.
12758 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12759 gdb_breakpoint, gdb_continue_to_breakpoint.
12760 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12761
98880d46
PA
127622014-09-11 Pedro Alves <palves@redhat.com>
12763
12764 PR gdb/17347
12765 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12766 * gdb.base/attach.exp (test_command_line_attach_run): New
12767 procedure.
12768 (top level): Call it.
12769
4c92ff2c
PA
127702014-09-11 Pedro Alves <palves@redhat.com>
12771
12772 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12773 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12774 (do_command_attach_tests): Use spawn_wait_for_attach.
12775 * gdb.base/solib-overlap.exp: Likewise.
12776 * gdb.multi/multi-attach.exp: Likewise.
12777 * gdb.python/py-prompt.exp: Likewise.
12778 * gdb.python/py-sync-interp.exp: Likewise.
12779 * gdb.server/ext-attach.exp: Likewise.
12780
3adc1a7d
GKB
127812014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12782
12783 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12784 command in testcase. Simplify testcase.
12785
96334934
JB
127862014-09-10 Joel Brobecker <brobecker@adacore.com>
12787
12788 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12789
eb479039
JB
127902014-09-10 Joel Brobecker <brobecker@adacore.com>
12791
12792 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12793
deede10c
JB
127942014-09-10 Joel Brobecker <brobecker@adacore.com>
12795
12796 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12797
7828a5f5
JB
127982014-09-10 Joel Brobecker <brobecker@adacore.com>
12799
12800 * gdb.dwarf2/dynarr-ptr.c: New file.
12801 * gdb.dwarf2/dynarr-ptr.exp: New file.
12802
33aeebcf
MR
128032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12804
12805 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12806 of 30 rather than hardcoding 120 for a slow test case. Take the
12807 `gdb,timeout' target setting into account for this calculation.
12808 Don't extend the timeout for the test cases that don't need it.
12809
7b415901
MR
128102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12811
12812 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12813 a factor of 2 for a slow test case. Take the `gdb,timeout'
12814 target setting into account for this calculation.
12815 * gdb.reverse/until-precsave.exp: Increase the timeout by
12816 a factor of 15 and 3 respectively rather than adding 120
12817 for a pair of slow test cases. Take the `gdb,timeout'
12818 target setting into account for this calculation.
12819
4a40f85a
MR
128202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12821
12822 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12823 timeout, don't pass one down to gdb_expect.
12824 (gdb_expect): Rework timeout selection.
12825
09635af7
MR
128262014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12827
12828 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12829 exception on timeout.
12830 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12831 (gdbserver_start_extended): Catch any `gdbserver_start' error
12832 exceptions.
12833 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12834 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12835 `gdbserver_gdb_load' error exceptions.
12836
2bdd10b7
MR
128372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12838
12839 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12840 120 on waiting for the TCP socket to open.
12841
316935f0
DE
128422014-09-09 Doug Evans <xdje42@gmail.com>
12843
12844 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12845 _caller_matches, _any_caller_is, _any_caller_matches.
12846
83740597
DE
128472014-09-09 Doug Evans <xdje42@gmail.com>
12848
12849 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12850
4c122fc3
YQ
128512014-09-09 Yao Qi <yao@codesourcery.com>
12852
12853 * gdb.mi/mi-var-display.exp: Set print symbol off.
12854
a9f116cb
GKB
128552014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12856
12857 PR gdb/17035
12858 * gdb.base/commands.exp: Add tests to verify user-defined
12859 commands with empty bodies.
12860 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12861 python commands in `show user command`.
12862 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12863 scheme commands in `show user command`.
12864
c75bd3a2
JK
128652014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12866
12867 PR python/17355
12868 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12869 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12870 * gdb.python/py-framefilter-invalidarg.exp: New file.
12871 * gdb.python/py-framefilter-invalidarg.py: New file.
12872
faa42425
DE
128732014-09-06 Doug Evans <xdje42@gmail.com>
12874
12875 PR 15276
12876 * gdb.python/py-caller-is.c: New file.
12877 * gdb.python/py-caller-is.exp: New file.
12878
474ca4f6
SDJ
128792014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12880
12881 PR gdb/17235
12882 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12883 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12884
eb0b0463
SDJ
128852014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12886
12887 PR fortran/17237
12888 * gdb.fortran/print-formatted.exp: New file.
12889 * gdb.fortran/print-formatted.f90: Likewise.
12890
5f3b99cf
SS
128912014-09-03 Sasha Smundak <asmundak@google.com>
12892
12893 * gdb.python/py-frame.exp: Test Frame.read_register.
12894
7d793aa9
SDJ
128952014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12896
12897 PR python/16699
12898 * gdb.python/py-completion.exp: New file.
12899 * gdb.python/py-completion.py: Likewise.
12900
fb0576e9
DE
129012014-08-28 Doug Evans <dje@google.com>
12902
12903 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12904 eax,etc. are live with values set by gdb and thus the compiler can't
12905 use them.
12906 * gdb.arch/i386-pseudo.c (main): Ditto.
12907
ee92b0dd
DE
129082014-08-27 Doug Evans <dje@google.com>
12909
12910 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12911
6649db35
DE
129122014-08-25 Doug Evans <dje@google.com>
12913
12914 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12915 (main): Ditto.
12916
564b7600
DE
129172014-08-25 Doug Evans <dje@google.com>
12918
12919 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12920
3881fb67
YQ
129212014-08-24 Yao Qi <yao@codesourcery.com>
12922
12923 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12924 symbol off.
12925 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12926
a05a36a5
DE
129272014-08-22 Doug Evans <dje@google.com>
12928
12929 PR 17276
12930 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12931 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12932 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12933
7c343b48
YQ
129342014-08-22 Yao Qi <yao@codesourcery.com>
12935
12936 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12937 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12938 * gdb.python/python.exp: Likewise. Use .py file on the host
12939 instead of the build.
12940
22fd09ae
JK
129412014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12942
12943 * gdb.threads/gcore-stale-thread.c: New file.
12944 * gdb.threads/gcore-stale-thread.exp: New file.
12945
a8454a7c
PA
129462014-08-21 Pedro Alves <palves@redhat.com>
12947
12948 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12949 * gdb.base/gcore-relro-pie.exp: Likewise.
12950 * gdb.base/gcore-relro.exp: Likewise.
12951 * gdb.base/gcore.exp: Likewise.
12952 * gdb.base/print-symbol-loading.exp: Likewise.
12953 * gdb.threads/gcore-thread.exp: Likewise.
12954 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12955
2a31c623
PA
129562014-08-20 Pedro Alves <palves@redhat.com>
12957 Jan Kratochvil <jan.kratochvil@redhat.com>
12958
12959 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12960 configure.
12961 (EXPECT): Handle READ1 being set.
12962 (all): Depend on EXTRA_RULES.
12963 (check-read1, expect-read1, read1.so, read1): New rules.
12964 * README (Testsuite Parameters): Document the READ1 make variable.
12965 (Race detection): New section.
12966 * configure: Regenerate.
12967 * configure.ac: If build==host==target, and running under a
12968 GNU/glibc system, add read1 to the extra Makefile rules.
12969 (EXTRA_RULES): AC_SUBST it.
12970 * lib/read1.c: New file.
12971
d36430db
JB
129722014-08-20 Joel Brobecker <brobecker@adacore.com>
12973
12974 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12975 the handling of variables declared as a typedef to an array
12976 which a DW_AT_data_location attribute.
12977
9a0dc9e3
PA
129782014-08-19 Andrew Burgess <aburgess@broadcom.com>
12979 Pedro Alves <palves@redhat.com>
12980
12981 PR symtab/14604
12982 PR symtab/14605
12983 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12984 gdb_test.
12985
0718a8da
PA
129862014-08-19 Pedro Alves <palves@redhat.com>
12987
12988 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12989
13b448cd
YQ
129902014-08-19 Yao Qi <yao@codesourcery.com>
12991
12992 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12993 right line.
12994
1cbf5077
DB
129952014-08-18 David Blaikie <dblaikie@gmail.com>
12996
12997 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12998
bf0fae19
JB
129992014-08-18 Joel Brobecker <brobecker@adacore.com>
13000
13001 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13002 attribute in array range.
13003
3c8c5dcc
JB
130042014-08-18 Joel Brobecker <brobecker@adacore.com>
13005
13006 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13007
e66d4446
SC
130082014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13009
13010 PR c++/17132
13011 * gdb.cp/pr17132.cc: New file.
13012 * gdb.cp/pr17132.exp: New file.
13013
940df408
SC
130142014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13015
13016 * gdb.python/py-xmethods.py (A_getarrayind)
13017 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13018 Use 'print' with function call syntax.
13019 (E_method_matcher.match): Fix tab vs space indentation mixup.
13020
ebcc6c3a
YQ
130212014-08-15 Yao Qi <yao@codesourcery.com>
13022
13023 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13024 false.
13025
775e0f04
YQ
130262014-08-15 Yao Qi <yao@codesourcery.com>
13027
13028 * gdb.cp/casts.exp: Set print symbol off.
13029 * gdb.cp/class2.exp: Likewise.
13030 * gdb.cp/overload.exp: Likewise.
13031 * gdb.cp/templates.exp: Likewise.
13032
d769e349
DE
130332014-08-11 Doug Evans <dje@google.com>
13034
13035 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13036 (test_load_shlib): Update.
13037
20c6f1e1
YQ
130382014-08-09 Yao Qi <yao@codesourcery.com>
13039
13040 * gdb.base/display.exp: Invoke is_address_zero_readable.
13041 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13042 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13043 * gdb.base/hbreak-unmapped.exp: Return if
13044 is_address_zero_readable returns true.
13045 * gdb.base/signest.exp: Likewise.
13046 * gdb.base/signull.exp: Likewise.
13047 * gdb.base/sigbpt.exp: Likewise.
13048 * gdb.guile/scm-disasm.exp: Do the test if
13049 is_address_zero_readable returns false.
13050 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13051 * gdb.python/py-arch.exp: Likewise.
13052 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13053 * lib/gdb.exp (is_address_zero_readable): New proc.
13054
5792e8e3
YQ
130552014-08-09 Yao Qi <yao@codesourcery.com>
13056
13057 PR testsuite/13443
13058 * gdb.mi/mi-var-display.exp: Make test messages unique.
13059
3cecbbbe
TT
130602014-08-04 Tom Tromey <tromey@redhat.com>
13061
13062 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13063 target 0".
13064
00b51ff5
TT
130652014-08-04 Tom Tromey <tromey@redhat.com>
13066
13067 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13068 "target_resume".
13069
6908c509
JB
130702014-08-01 Joel Brobecker <brobecker@adacore.com>
13071
13072 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13073 inner_vla_struct_object_size.
13074 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13075 as xfail.
13076
cc6563d2
PA
130772014-07-30 Pedro Alves <palves@redhat.com>
13078
13079 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13080 comment.
13081
7e09a223
YQ
130822014-07-29 Yao Qi <yao@codesourcery.com>
13083
13084 PR gdb/17206
13085 * gdb.base/until-nodebug.exp: New.
13086
7ebdbe92
DE
130872014-07-28 Doug Evans <xdje42@gmail.com>
13088
13089 PR guile/17203
13090 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13091 previously existing parameter, and previously ambiguously spelled
13092 parameter.
13093
fdb1adc6
WN
130942014-07-28 Will Newton <will.newton@linaro.org>
13095
13096 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13097
186fcde0
DE
130982014-07-26 Ludovic Courtès <ludo@gnu.org>
13099 Doug Evans <xdje42@gmail.com>
13100
13101 PR guile/17146
13102 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13103
70509625
PA
131042014-07-25 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.threads/signal-command-handle-nopass.c: New file.
13107 * gdb.threads/signal-command-handle-nopass.exp: New file.
13108 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13109 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13110 * gdb.threads/signal-delivered-right-thread.c: New file.
13111 * gdb.threads/signal-delivered-right-thread.exp: New file.
13112
c3f814a1
PA
131132014-07-25 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.base/double-prompt-target-event-error.exp
13116 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13117 match.
13118 (cancel_pagination_in_target_event): Rework double prompt
13119 detection.
13120 * gdb.base/paginate-after-ctrl-c-running.exp
13121 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13122 <return>' match.
13123 * gdb.base/paginate-bg-execution.exp
13124 (test_bg_execution_pagination_return)
13125 (test_bg_execution_pagination_cancel): Remove '-notransfer
13126 <return>' matches.
13127 * gdb.base/paginate-execution-startup.exp
13128 (test_fg_execution_pagination_return)
13129 (test_fg_execution_pagination_cancel): Remove '-notransfer
13130 <return>' matches.
13131 * gdb.base/paginate-inferior-exit.exp
13132 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13133 match.
13134 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13135 * lib/gdb.exp (pagination_prompt): Run text through
13136 string_to_regexp.
13137 (gdb_test_multiple): Match $pagination_prompt instead of
13138 "<return>".
13139 (string_to_regexp): Move to lib/gdb-utils.exp.
13140
e214cf6c
JK
131412014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13142
13143 * gdb.arch/amd64-entry-value-paramref.S: New file.
13144 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13145 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13146 * gdb.arch/amd64-optimout-repeat.S: New file.
13147 * gdb.arch/amd64-optimout-repeat.c: New file.
13148 * gdb.arch/amd64-optimout-repeat.exp: New file.
13149
17d0c5c8
JK
131502014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13151
13152 PR gdb/17170
13153 * gdb.base/statistics.exp: New file.
13154
b8b8facf
DE
131552014-07-17 Doug Evans <dje@google.com>
13156
74b49205 13157 PR gdb/17170
b8b8facf
DE
13158 * gdb.base/maint.exp: Update testing of per-command stats.
13159
1b5d0ab3
PA
131602014-07-16 Pedro Alves <palves@redhat.com>
13161
13162 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13163 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13164 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13165 (tfile_write_buf): New functions.
13166 (add_memory_block): Rewrite using the above.
13167 (adjust_function_address): New function.
13168 (FUNCTION_ADDRESS): New macro.
13169 (write_basic_trace_file): Remove short_x local, and use
13170 tfile_write_16. Change type of func_addr local to unsigned long
13171 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13172 here. Cast argument of add_memory_block to char pointer.
13173 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13174 (main): Remove parameters.
13175 * gdb.trace/tfile.exp: Remove nowarnings.
13176
4d974e88
SM
131772014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13178
13179 * gdb.base/debug-expr.exp: Test string evaluation with
13180 "debug expression" on.
13181
41e99568
PA
131822014-07-15 Pedro Alves <palves@redhat.com>
13183
13184 * gdb.base/reread.exp: Use clean_restart.
13185
487d9753
PL
131862014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13187
13188 * gdb.arch/avr-flash-qualifer.c: New.
13189 * gdb.arch/avr-flash-qualifer.exp: New.
13190
cc1c52ad
PA
131912014-07-14 Pedro Alves <palves@redhat.com>
13192
13193 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13194 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13195
1e973570
PA
131962014-07-14 Pedro Alves <palves@redhat.com>
13197
13198 * gdb.base/double-prompt-target-event-error.c: New file.
13199 * gdb.base/double-prompt-target-event-error.exp: New file.
13200
93d6eb10
PA
132012014-07-14 Pedro Alves <palves@redhat.com>
13202
13203 PR gdb/17072
13204 * gdb.base/paginate-inferior-exit.c: New file.
13205 * gdb.base/paginate-inferior-exit.exp: New file.
13206
0017922d
PA
132072014-07-14 Pedro Alves <palves@redhat.com>
13208
13209 PR gdb/17072
13210 * gdb.base/paginate-bg-execution.c: New file.
13211 * gdb.base/paginate-bg-execution.exp: New file.
13212
94696ad3
PA
132132014-07-14 Pedro Alves <palves@redhat.com>
13214
13215 PR gdb/17072
13216 * gdb.base/paginate-execution-startup.c: New file.
13217 * gdb.base/paginate-execution-startup.exp: New file.
13218 * lib/gdb.exp (pagination_prompt): New global.
13219 (default_gdb_spawn): New procedure, factored out from
13220 default_gdb_spawn.
13221 (default_gdb_start): Adjust to call default_gdb_spawn.
13222 (gdb_spawn): New procedure.
13223
bd293940
PA
132242014-07-14 Pedro Alves <palves@redhat.com>
13225
13226 * lib/gdb.exp (gdb_assert): New procedure.
13227 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13228
c933f875
PA
132292014-07-14 Pedro Alves <palves@redhat.com>
13230
13231 * gdb.base/execution-termios.c: New file.
13232 * gdb.base/execution-termios.exp: New file.
13233
d98b7a16
TT
132342014-07-14 Tom Tromey <tromey@redhat.com>
13235
13236 * gdb.cp/vla-cxx.cc: New file.
13237 * gdb.cp/vla-cxx.exp: New file.
13238
548740d6
TT
132392014-07-14 Tom Tromey <tromey@redhat.com>
13240
13241 * gdb.reverse/rerun-prec.c: New file.
13242 * gdb.reverse/rerun-prec.exp: New file.
13243
a25eb028
MR
132442014-07-12 Maciej W. Rozycki <macro@mips.com>
13245 Maciej W. Rozycki <macro@codesourcery.com>
13246
13247 * lib/gdb-utils.exp: New file.
13248 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13249 inline `gdb_init_command' processing.
13250 (gdb_start_cmd): Likewise.
13251 * lib/mi-support.exp (mi_run_cmd): Likewise.
13252 * README: Document `gdb_init_command' and `gdb_init_commands'.
13253
218c2655
JK
132542014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13255
13256 Fix false FAIL running under a very long directory name.
13257 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13258 and "set print elements 10000". Twice.
13259
5401fde3
YQ
132602014-07-11 Yao Qi <yao@codesourcery.com>
13261
13262 * gdb.base/exprs.exp: "set print symbol off".
13263
e76126e8
PA
132642014-07-11 Pedro Alves <palves@redhat.com>
13265
13266 * gdb.threads/kill.c: New file.
13267 * gdb.threads/kill.exp: New file.
13268
2d6f0de6
YQ
132692014-07-10 Yao Qi <yao@codesourcery.com>
13270
13271 * gdb.trace/tfile.c (write_basic_trace_file)
13272 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13273 address written to trace file.
13274
7180e04a
PA
132752014-07-09 Pedro Alves <palves@redhat.com>
13276
13277 * gdb.base/attach-wait-input.exp: New file.
13278 * gdb.base/attach-wait-input.c: New file.
13279
9a9a7608
AB
132802014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13281
13282 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13283 setting up test structures.
13284 (main): Call new test function.
13285 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13286 test function, continue into test function and walk test
13287 structures.
13288
161ac41e
YQ
132892014-07-02 Yao Qi <yao@codesourcery.com>
13290
13291 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13292 'bar_start' at the beginning of functions 'foo' and 'bar'
13293 respectively.
13294 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13295 instead of 'foo' and 'bar'.
13296
1f267ae3
MM
132972014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13298
13299 * gdb.btrace/segv.exp: New.
13300 * gdb.btrace/segv.c: New.
13301
2b239efb
LM
133022014-07-02 Luis Machado <lgustavo@codesourcery.com>
13303
13304 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13305 instruction.
13306
cf363f18
MW
133072014-06-30 Mark Wielaard <mjw@redhat.com>
13308
13309 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13310 vulture, vilify, villar): New volatile array constants.
13311 (vindictive, vegetation): New const volatile array constants.
13312 * gdb.base/volatile.exp: Test volatile and const volatile array
13313 types.
13314
aebf9d24
AA
133152014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13316
13317 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13318 target lacks support for awatch, rwatch, or hbreak.
13319
b67a2c6f
YQ
133202014-06-27 Yao Qi <yao@codesourcery.com>
13321
13322 * gdb.multi/dummy-frame-restore.exp: New.
13323 * gdb.multi/dummy-frame-restore.c: New.
13324
aef92902
MM
133252014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13326
13327 * gdb.btrace/gcore.exp: New.
13328
8e9db26e
PA
133292014-06-23 Pedro Alves <palves@redhat.com>
13330
13331 * gdb.base/watchpoint-reuse-slot.c: New file.
13332 * gdb.base/watchpoint-reuse-slot.exp: New file.
13333
70afc5b7
SC
133342014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13335
13336 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13337 progspace's filename in 'info', 'enable' and 'disable' command
13338 tests.
13339
b972bd9c
JK
133402014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13341
13342 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13343 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13344 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13345
125f8a3d
GB
133462014-06-20 Gary Benson <gbenson@redhat.com>
13347
13348 * gdb.arch/i386-avx.exp: Fix include file location.
13349 * gdb.arch/i386-sse.exp: Likewise.
13350
3ed9baed
IB
133512014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13352
13353 * gdb.dlang/expression.exp: New file.
13354
034f788c
PA
133552014-06-19 Pedro Alves <palves@redhat.com>
13356
13357 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13358 out from ...
13359 (top level): ... here. Iterate running tests under different
13360 scheduler-locking settings.
13361
45371d0c
LM
133622014-06-18 Luis Machado <lgustavo@codesourcery.com>
13363
13364 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13365 to DW_FORM_addr and use non-zero addresses.
13366
5d376983
SC
133672014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13368
13369 PR gdb/17017
13370 * gdb.python/py-xmethods.cc: Add global function call counters and
13371 increment them in their respective functions. Remove "cout"
13372 statements.
13373 * gdb.python/py-xmethods.exp: Make tests check the global function
13374 call counters instead of depending on inferior IO.
13375
a1aa2221
LM
133762014-06-18 Don Breazeal <donb@codesourcery.com>
13377
13378 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13379 Deleted procedure.
13380 (explicit_fork_parent_follow): Deleted procedure.
13381 (explicit_fork_child_follow): Deleted procedure.
13382 (test_follow_fork): New procedure.
13383 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13384 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13385 procedure calls.
13386
0fc05997
YQ
133872014-06-17 Yao Qi <yao@codesourcery.com>
13388
13389 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13390 CP1252.
13391
70795c52
LM
133922014-06-17 Luis Machado <lgustavo@codesourcery.com>
13393
13394 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13395 Initialize ptr and S explicitly.
13396 (skip_type_update_when_not_use_rtti_test): Likewise.
13397
6be47f0c
KS
133982014-06-16 Keith Seitz <keiths@redhat.com>
13399
13400 PR mi/15863
13401 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13402 the inferior is started.
13403
d03de421
PA
134042014-06-16 Pedro Alves <palves@redhat.com>
13405
13406 * gdb.base/break-main-file-remove-fail.c: New file.
13407 * gdb.base/break-main-file-remove-fail.exp: New file.
13408 * gdb.base/break-unload-file.exp: Use build_executable instead of
13409 prepare_for_testing.
13410 (test_break): New parameter "initial_load". Handle it.
13411 (top level): Add initial_load cmdline/file axis.
13412
f9579b99
TT
134132014-06-12 Tom Tromey <tromey@redhat.com>
13414
13415 * gdb.base/completion.exp: Don't use directory name in test.
13416
3657956b
GB
134172014-06-09 Gary Benson <gbenson@redhat.com>
13418
13419 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13420 separate the always-available ANSI-standard signals from the
13421 signals that require checking.
13422 (main): Likewise.
13423 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13424 Likewise.
13425 (main): Likewise.
13426
4186eb54
KS
134272014-06-07 Keith Seitz <keiths@redhat.com>
13428
13429 Revert:
13430 PR c++/16253
13431 * gdb.cp/var-tag.cc: New file.
13432 * gdb.cp/var-tag.exp: New file.
13433 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13434 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13435 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13436 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13437
25326a28 134382014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13439
13440 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13441
829155c9
PA
134422014-06-06 Pedro Alves <palves@redhat.com>
13443
13444 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13445 in target debug output instead of looking at RSP packets,
13446 disabling the test on any target that uses hardware stepping.
13447 Update comments.
13448
61c8d22e
PA
134492014-06-06 Pedro Alves <palves@redhat.com>
13450
13451 * gdb.base/break-unload-file.exp: Fix typo.
13452
d9a47287
YQ
134532014-06-06 Yao Qi <yao@codesourcery.com>
13454
13455 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13456 from "jit_function" to "^jit_function".
13457
e5e01dbf
YQ
134582014-06-06 Yao Qi <yao@codesourcery.com>
13459
13460 * gdb.base/async.c (foo): Add one statement.
13461 * gdb.base/async.exp: Get the next instruction address and
13462 match the output of "nexti" by instruction address. Match
13463 the hex address in the output of "finish".
13464
73ba372c
GB
134652014-06-06 Gary Benson <gbenson@redhat.com>
13466
13467 * gdb.base/call-signals.c: Remove preprocessor conditionals
13468 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13469 SIGSEGV and SIGTERM.
13470 * gdb.base/sigall.c: Likewise.
13471 * gdb.base/unwindonsignal.c: Likewise.
13472 * gdb.reverse/sigall-reverse.c: Likewise.
13473
831517df
YQ
134742014-06-06 Yao Qi <yao@codesourcery.com>
13475
13476 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13477 readable, skip the test.
13478
b8b91e98
YQ
134792014-06-06 Yao Qi <yao@codesourcery.com>
13480
13481 * gdb.threads/staticthreads.c (thread_function): Move the line
13482 setting breakpoint on forward.
13483 * gdb.threads/staticthreads.exp: Update comments.
13484
fb934770
LC
134852014-06-05 Ludovic Courtès <ludo@gnu.org>
13486
13487 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13488 "history-append! type error".
13489
6ef284bd
SM
134902014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13491
13492 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13493 erroneous dprintf expected input.
13494
a872e241
DE
134952014-06-04 Doug Evans <xdje42@gmail.com>
13496
13497 * gdb.guile/scm-generics.exp: Delete.
13498
16f691fb
DE
134992014-06-04 Doug Evans <xdje42@gmail.com>
13500
13501 * gdb.guile/scm-breakpoint.exp: Update.
13502 Add tests for breakpoint registration.
13503
012370f6
TT
135042014-06-04 Tom Tromey <tromey@redhat.com>
13505
13506 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13507 VLA-in-union.
13508 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13509 inner_vla_struct, vla_union types. Initialize objects of those
13510 types and compute their sizes.
13511
9f5a4cef
HZ
135122014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13513 Hui Zhu <hui@codesourcery.com>
13514
13515 * gdb.base/fileio.exp: Add test for shell not available as well as
13516 available.
13517 * gdb.base/fileio.c (test_system): Check for shell twice.
13518
90a45c4d
YQ
135192014-06-04 Yao Qi <yao@codesourcery.com>
13520
13521 * gdb.base/auto-connect-native-target.exp: Remove redundant
13522 space from the regexp pattern.
13523
70017e41
YQ
135242014-06-04 Yao Qi <yao@codesourcery.com>
13525
13526 * gdb.base/default.exp: Replace "child" with "native" in
13527 regexp pattern.
13528
883964a7
SC
135292014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13530
13531 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13532 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13533 * gdb.python/py-xmethods.py: Python script supporting the
13534 new testcase and tests.
13535
ef370185
JB
135362014-06-03 Joel Brobecker <brobecker@adacore.com>
13537 Pedro Alves <palves@redhat.com>
13538
13539 PR breakpoints/17000
13540 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13541 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13542
1e2ccb61
BM
135432014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13544
13545 * gdb.base/subst.exp: Add tests to verify partial path matching
13546 output.
13547
c6ec5ab2
PA
135482014-06-03 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13551 target that doesn't use software single-stepping.
13552
835c559f
PA
135532014-06-03 Pedro Alves <palves@redhat.com>
13554
13555 PR breakpoints/17000
13556 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13557 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13558
06eb1586
DE
135592014-06-02 Doug Evans <xdje42@gmail.com>
13560
13561 * gdb.guile/scm-parameter.exp: New file.
13562
e698b8c4
DE
135632014-06-02 Doug Evans <xdje42@gmail.com>
13564
13565 * gdb.guile/scm-cmd.c: New file.
13566 * gdb.guile/scm-cmd.exp: New file.
13567
ded03782
DE
135682014-06-02 Doug Evans <xdje42@gmail.com>
13569
13570 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13571 pretty-printer lookup.
13572 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13573 (make-pp_s-printer): Call it.
13574 (make-pretty-printer-from-dict): New function.
13575 (lookup-pretty-printer-maker-from-dict): New function.
13576 (*pretty-printer*): Simplify.
13577 (make-objfile-pp_s-printer): New function.
13578 (install-objfile-pretty-printers!): New function.
13579 (make-progspace-pp_s-printer): New function.
13580 (install-progspace-pretty-printers!): New function.
13581 * gdb.guile/scm-progspace.c: New file.
13582 * gdb.guile/scm-progspace.exp: New file.
13583
41fac0cf
PA
135842014-06-02 Pedro Alves <palves@redhat.com>
13585
13586 * gdb.base/dprintf-bp-same-addr.c: New file.
13587 * gdb.base/dprintf-bp-same-addr.exp: New file.
13588
96ae5695
EBM
135892014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13590
13591 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13592 * gdb.arch/powerpc-power.s: Likewise.
13593
da02b3a8
JB
135942014-06-02 Joel Brobecker <brobecker@adacore.com>
13595
13596 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13597
c72b2e7b
YQ
135982014-06-01 Yao Qi <yao@codesourcery.com>
13599
13600 * gdb.base/watchpoint.exp (test_watch_location): Check null
13601 pointer can be dereferenced. If not, do the test, otherwise
13602 skip it.
13603
53e8a631
AB
136042014-05-30 Andrew Burgess <aburgess@broadcom.com>
13605
13606 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13607 results.
13608 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13609
938f0e2f
AB
136102014-05-30 Andrew Burgess <aburgess@broadcom.com>
13611
13612 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13613 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13614 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13615 * gdb.arch/amd64-invalid-stack-top.c: New file.
13616 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13617
9ba6657a
PA
136182014-05-30 Pedro Alves <palves@redhat.com>
13619
13620 PR breakpoints/17000
13621 * gdb.base/sss-bp-on-user-bp.c: New file.
13622 * gdb.base/sss-bp-on-user-bp.exp: New file.
13623
522c09bf
DB
136242014-05-30 David Blaikie <dblaikie@gmail.com>
13625
13626 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13627 gnu_inline semantics via attribute.
13628 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13629 source explicitly specifies the required semantics.
13630
bf4ef81e
MR
136312014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13632
13633 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13634
329ea579
PA
136352014-05-29 Pedro Alves <palves@redhat.com>
13636 Tom Tromey <tromey@redhat.com>
13637
13638 * gdb.base/async-shell.exp: Don't enable target-async.
13639 * gdb.base/async.exp
13640 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13641 parameter. Adjust.
13642 (top level): Don't test with "target-async".
13643 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13644 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13645 * gdb.base/inferior-died.exp: Don't enable target-async.
13646 * gdb.base/interrupt-noterm.exp: Likewise.
13647 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13648 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13649 * gdb.mi/mi-nonstop.exp: Likewise.
13650 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13651 * gdb.mi/mi-nsintrall.exp: Likewise.
13652 * gdb.mi/mi-nsmoribund.exp: Likewise.
13653 * gdb.mi/mi-nsthrexec.exp: Likewise.
13654 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13655 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13656 * gdb.python/py-evsignal.exp: Don't enable target-async.
13657 * gdb.python/py-evthreads.exp: Likewise.
13658 * gdb.python/py-prompt.exp: Likewise.
13659 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13660 * gdb.server/solib-list.exp: Don't enable target-async.
13661 * gdb.threads/thread-specific-bp.exp: Likewise.
13662 * lib/mi-support.exp: Adjust to use mi-async.
13663
fd664c91
PA
136642014-05-29 Pedro Alves <palves@redhat.com>
13665
13666 PR gdb/13860
13667 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13668 reason, even in sync mode.
13669
251bde03
PA
136702014-05-29 Pedro Alves <palves@redhat.com>
13671 Hui Zhu <hui@codesourcery.com>
13672
13673 PR PR15693
13674 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13675 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13676 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13677 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13678
7f3c0343
JB
136792014-05-28 Joel Brobecker <brobecker@adacore.com>
13680
13681 * config/monitor.exp (gdb_target_monitor): Replace use of
13682 "set remotebaud" by "set serial baud".
13683
b2715b27
AW
136842014-05-26 Andy Wingo <wingo@igalia.com>
13685
13686 * gdb.guile/scm-breakpoint.exp:
13687 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13688 properties instead of gdb-object-properties.
13689
498a4489
YQ
136902014-05-26 Yao Qi <yao@codesourcery.com>
13691
13692 * gdb.server/no-thread-db.exp: Specify source file name
13693 explicitly when setting a breakpoint.
13694
589fdceb
MM
136952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13696
13697 * gdb.btrace/vdso.c: New.
13698 * gdb.btrace/vdso.exp: New.
13699
e9089e05
MM
137002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13701
13702 * gdb.base/gcore.exp (capture_command_output): Move ...
13703 * lib/gdb.exp (capture_command_output): ... here.
13704
67b5c0c1
MM
137052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13706
13707 * gdb.btrace/data.exp: Test memory access during btrace replay.
13708
a2199296
SM
137092014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13710
13711 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13712
17b2616c
PA
137132014-05-21 Pedro Alves <palves@redhat.com>
13714
13715 PR gdb/13860
13716 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13717 (top level): Test that output related to execution commands is
13718 sent to the console with CLI commands, but not with MI commands.
13719 Test that breakpoint events are always mirrored to the console.
13720 Also expect the new source line to be output after a "next" in
13721 async mode too. Make it a pass/fail test.
13722 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13723 output.
13724 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13725
5166082f
PA
137262014-05-21 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13729 Use them to test variations of "list" after reaching a breakpoint.
13730 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13731 Test "list" with listsize 10 after reaching a breakpoint.
13732 * gdb.python/python.exp (decode_line current location line
13733 number): Adjust expected line number.
13734
2f25d70f
SM
137352014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13736
13737 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13738 behavior for $args, pass it directly to "run".
13739
ff604a67
MR
137402014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13741
13742 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13743 30000 to 65536.
13744
6a3cb8e8
PA
137452014-05-21 Pedro Alves <palves@redhat.com>
13746
13747 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13748 auto-connect-native-target off".
13749 * gdb.base/auto-connect-native-target.c: New file.
13750 * gdb.base/auto-connect-native-target.exp: New file.
13751
4ebfc96e
PA
137522014-05-21 Pedro Alves <palves@redhat.com>
13753
13754 * gdb.base/default.exp: Test "target native" instead of "target
13755 child".
13756
36d46afb
MW
137572014-05-21 Mark Wielaard <mjw@redhat.com>
13758
13759 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13760
5876f503
JK
137612014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13762
13763 Fix TLS access for -static -pthread.
13764 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13765 <HAVE_TLS> (thread_function, main): Initialize it.
13766 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13767 Add clean_restart.
13768 <$have_tls != "">: Check TLSVAR.
13769
0256a6ac
PA
137702014-05-21 Pedro Alves <palves@redhat.com>
13771
13772 * gdb.base/dcache-line-read-error.c: New.
13773 * gdb.base/dcache-line-read-error.exp: New.
13774
936d2992
PA
137752014-05-20 Pedro Alves <palves@redhat.com>
13776
13777 * gdb.base/compare-sections.c: New file.
13778 * gdb.base/compare-sections.exp: New file.
13779
802e8e6d
PA
137802014-05-20 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.base/break-idempotent.c: New file.
13783 * gdb.base/break-idempotent.exp: New file.
13784
e59fa00f
MM
137852014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13786
13787 * gdb.btrace/nohist.exp: New.
13788
8b696e31
YQ
137892014-05-20 Yao Qi <yao@codesourcery.com>
13790
13791 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13792 gdb.reverse directory and gdb_reverse_timeout exists in board
13793 setting.
13794 * README: Document gdb_reverse_timeout.
13795
73c9764f
YQ
137962014-05-20 Yao Qi <yao@codesourcery.com>
13797
13798 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13799 'test_file_name'. Treat args as a string instead of a list.
13800 (gdb_init): Rename argument 'args' by 'test_file_name'.
13801
f1f4348a
JK
138022014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13803
13804 * gdb.arch/powerpc-power.exp: New file.
13805 * gdb.arch/powerpc-power.s: New file.
13806
0dbe70ce
DE
138072014-05-16 Doug Evans <dje@google.com>
13808
13809 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13810 * gdb.base/completion.exp: Check that all expected files exist
13811 before doing file completion.
0dbe70ce 13812
8d551b02
DE
138132014-05-16 Doug Evans <dje@google.com>
13814
13815 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13816 Update.
13817 (do_syscall_tests_without_xml): Update.
13818
73eb7709
PA
138192014-05-16 Pedro Alves <palves@redhat.com>
13820
13821 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13822 instead of "unknown output after running".
13823
3fae92fc
YQ
138242014-05-16 Yao Qi <yao@codesourcery.com>
13825
13826 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13827 file1.txt from host at the end.
13828 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13829
c2b2ccc5
DE
138302014-05-15 Doug Evans <dje@google.com>
13831
13832 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13833 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13834 loading file. Add test for TU lookup.
13835
8c217a4b
SM
138362014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13837
13838 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13839 calling "-exec-arguments" or "set args" before running the
13840 inferior.
13841
3deb39c6
SM
138422014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13843
13844 * lib/mi-support.exp (mi_expect_stop): Expect message for
13845 inferiors that exit with non-zero exit code.
13846
71a79f8c
YQ
138472014-05-14 Yao Qi <yao@codesourcery.com>
13848
13849 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13850 match absolute path on remote host.
13851 (test_file_list_exec_source_files): Remove "/" from the
13852 pattern.
13853
f23fcd46
YQ
138542014-05-14 Yao Qi <yao@codesourcery.com>
13855
13856 * boards/local-remote-host-notty.exp (${board}_file): New
13857 proc.
13858
9404b58f
KM
138592014-05-07 Kyle McMartin <kyle@redhat.com>
13860
13861 Pushed by Joel Brobecker <brobecker@adacore.com>.
13862 * gdb.arch/aarch64-atomic-inst.c: New file.
13863 * gdb.arch/aarch64-atomic-inst.exp: New file.
13864
5e45f04c
YQ
138652014-05-07 Yao Qi <yao@codesourcery.com>
13866
13867 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13868 in current context" too.
13869
c888a17d
KS
138702014-05-05 Keith Seitz <keiths@redhat.com>
13871
13872 * gdb.linespec/ls-dollar.exp: Add test for linespec
13873 file:convenience_variable.
13874
290a839c
YQ
138752014-05-05 Yao Qi <yao@codesourcery.com>
13876
13877 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13878 traceframes into tfile and ctf trace files. Read data from
13879 trace file and test collected data.
13880 (gdb_collect_locals_test): Likewise.
13881 (gdb_unavailable_registers_test): Likewise.
13882 (gdb_unavailable_floats): Likewise.
13883 (gdb_collect_globals_test): Likewise.
13884 (top-level): Append "ctf" to trace_file_targets if GDB
13885 supports.
13886
b5262cd0
YQ
138872014-05-05 Yao Qi <yao@codesourcery.com>
13888
13889 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13890 code to ...
13891 (gdb_collect_args_test_1): ... it. New proc.
13892 (gdb_collect_locals_test): Move some code to ...
13893 (gdb_collect_locals_test_1): ... it. New proc.
13894 (gdb_unavailable_registers_test): Move some code to ...
13895 (gdb_unavailable_registers_test_1): ... it. New proc.
13896 (gdb_unavailable_floats): Move some code to ...
13897 (gdb_unavailable_floats_1): ... it. New proc.
13898
30a1e6cc
SDJ
138992014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13900
13901 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13902 probes to test for bitness recognition.
13903 * gdb.arch/amd64-stap-optional-prefix.exp
13904 (test_probe_value_without_reg): New procedure.
13905 Add code to test for different kinds of bitness.
13906
f33da99a
SDJ
139072014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13908
13909 PR breakpoints/16889
13910 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13911 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13912
5b80f00d
PA
139132014-05-01 Pedro Alves <palves@redhat.com>
13914
13915 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13916 gdb_file_cmd if no file is specified.
13917 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13918 last_loaded_file to set the remote exec-file.
13919
f8c2a73c
PA
139202014-05-01 Pedro Alves <palves@redhat.com>
13921
13922 * boards/local-remote-host.exp: New file.
13923
be6e8ac7
PA
139242014-05-01 Pedro Alves <palves@redhat.com>
13925
13926 * boards/local-remote-host.exp: Rename to ...
13927 * boards/local-remote-host-notty.exp: ... this.
13928
cac0dc8f
JB
139292014-04-28 Joel Brobecker <brobecker@adacore.com>
13930
13931 * gdb.ada/dyn_arrayidx: New testcase.
13932
9730e6cc
YQ
139332014-04-26 Yao Qi <yao@codesourcery.com>
13934
13935 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13936 and compute the length of function main. Save it in
13937 $main_length.
13938 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13939 (top-level): Use gdb_compile to compile objects into
13940 executable and restart GDB. Remove invocation to
13941 prepare_for_testing.
13942
7ae1a6a6
PA
139432014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13944 Pedro Alves <palves@redhat.com>
13945
13946 PR server/16255
13947 * gdb.multi/multi-attach.c: New file.
13948 * gdb.multi/multi-attach.exp: New file.
13949
4082afcc
PA
139502014-04-25 Pedro Alves <palves@redhat.com>
13951
13952 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13953 user.
13954 (top level): Test that "set remote conditional-breakpoints-packet
13955 off" works as intended.
13956 * gdb.base/dprintf.exp: Test that "set remote
13957 breakpoint-commands-packet off" works as intended.
13958 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13959 New function.
13960 (top level): Call it.
13961 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13962 remote fast-tracepoints-packet off" works as intended.
13963 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13964 * lib/gdb.exp (gdb_is_target_remote): ... here.
13965
2abc3f8d
DB
139662014-04-24 David Blaikie <dblaikie@gmail.com>
13967
13968 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13969 ensure clang would not discard them.
13970 * gdb.base/gdbvars.c: Ditto.
13971 * gdb.base/memattr.c: Ditto.
13972 * gdb.base/whatis.c: Ditto.
13973 * gdb.python/py-prettyprint.c: Ditto.
13974 * gdb.trace/actions.c: Ditto.
13975 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13976 ensure clang would not discard it.
13977
bfd39632
DB
139782014-04-24 David Blaikie <dblaikie@gmail.com>
13979
13980 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13981 clang to emit the full definition of type required by the test
13982 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13983
22842ff6
DB
139842014-04-24 David Blaikie <dblaikie@gmail.com>
13985
13986 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13987 coax Clang into emitting the definition of the type.
13988 * gdb.cp/pr10728-x.h (y): Ditto.
13989 * gdb.cp/pr10728-y.cc (y): Ditto.
13990
c2e827ad
DB
139912014-04-24 David Blaikie <dblaikie@gmail.com>
13992
13993 * gdb.base/label.exp: XFAIL label related tests under Clang.
13994 * gdb.cp/cplabel.exp: Ditto.
13995 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13996 under Clang those using labels.
13997
4c2d33e7
YQ
139982014-04-25 Yao Qi <yao@codesourcery.com>
13999
14000 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14001 double_label.
14002 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14003 partial_label and double_label.
14004
56083b99
DB
140052014-04-24 David Blaikie <dblaikie@gmail.com>
14006
14007 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14008
25d4e99d
DB
140092014-04-24 David Blaikie <dblaikie@gmail.com>
14010
14011 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14012 of the function to work across GCC and Clang.
14013 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14014 pointer types (const void ** const V void **).
14015
01f9f808
MS
140162014-04-24 Michael Sturm <michael.sturm@mintel.com>
14017 Walfred Tedeschi <walfred.tedeschi@intel.com>
14018
14019 * Makefile.in (EXECUTABLES): Added i386-avx512.
14020 * gdb.arch/i386-avx512.c: New file.
14021 * gdb.arch/i386-avx512.exp: Likewise.
14022
4b48d439
KS
140232014-04-23 Keith Seitz <keiths@redhat.com>
14024
14025 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14026 (mi_make_breakpoint_table): New procedure.
14027 (mi_create_breakpoint): Use mi_make_breakpoint
14028 and return the result.
14029 (mi_make_breakpoint): New procedure.
14030 (mi_build_kv_pairs): New procedure.
14031
14032 * gdb.mi/mi-break.exp: Remove unused globals,
14033 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14034 All callers updated.
14035 * gdb.mi/mi-dprintf.exp: Use variable to track command
14036 number.
14037 Update all callers of mi_create_breakpoint and use
14038 mi_make_breakpoint_table.
14039 Remove any unused global variables.
14040 * gdb.mi/mi-nonstop.exp: Likewise.
14041 * gdb.mi/mi-nsintrall.exp: Likewise.
14042 * gdb.mi/mi-nsmoribund.exp: Likewise.
14043 * gdb.mi/mi-nsthrexec.exp: Likewise.
14044 * gdb.mi/mi-reverse.exp: Likewise.
14045 * gdb.mi/mi-simplerun.exp: Likewise.
14046 * gdb.mi/mi-stepn.exp: Likewise.
14047 * gdb.mi/mi-syn-frame.exp: Likewise.
14048 * gdb.mi/mi-until.exp: Likewise.
14049 * gdb.mi/mi-var-cp.exp: Likewise.
14050 * gdb.mi/mi-var-display.exp: Likewise.
14051 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14052 * gdb.mi/mi2-var-child.exp: Likewise.
14053 * gdb.mi/mi-vla-c99.exp: Likewise.
14054 * lib/mi-support.exp: Likewise.
14055
14056 From Ian Lance Taylor <iant@cygnus.com>:
14057 * lib/gdb.exp (parse_args): New procedure.
14058
08351840
PA
140592014-04-23 Pedro Alves <palves@redhat.com>
14060
14061 * gdb.base/break-unload-file.c: New file.
14062 * gdb.base/break-unload-file.exp: New file.
14063 * gdb.base/sym-file-lib.c (baz): New function.
14064 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14065 field.
14066 (load): Store the segment's mapped size.
14067 (unload): New function.
14068 (unload_shlib): New function.
14069 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14070 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14071 set a breakpoint at baz, and call it.
14072 * gdb.base/sym-file.exp: New tests for stale breakpoint
14073 instructions.
14074
076855f9
PA
140752014-04-23 Pedro Alves <palves@redhat.com>
14076
14077 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14078 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14079 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14080 * gdb.base/hbreak-unmapped.c: New file.
14081 * gdb.base/hbreak-unmapped.exp: New file.
14082 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14083 * lib/gdb.exp (gdb_is_target_remote): ... here.
14084
483805cf
PA
140852014-04-22 Pedro Alves <palves@redhat.com>
14086
14087 * gdb.base/consecutive-step-over.c: New file.
14088 * gdb.base/consecutive-step-over.exp: New file.
14089
06d97543
PA
140902014-04-22 Pedro Alves <palves@redhat.com>
14091
14092 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14093 instead of send_gdb/gdb_expect.
14094
b4429ea2
YQ
140952014-04-22 Yao Qi <yao@codesourcery.com>
14096
14097 * lib/trace-support.exp (generate_tracefile): New procedure.
14098 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14099 return 0.
14100 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14101 if generate_tracefile returns 1.
14102
51d48146
PA
141032014-04-18 Tom Tromey <palves@redhat.com>
14104 Pedro alves <tromey@redhat.com>
14105
14106 PR backtrace/15558
14107 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14108 with a backtrace limit.
14109 * gdb.python/py-frame-inline.exp: Test running to an inline
14110 function with a backtrace limit, and printing the newest frame.
14111 * gdb.python/py-frame-inline.c (main): Call f.
14112
bd1dce5f
MS
141132014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14114
14115 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14116
40d1a503
MS
141172014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14118
14119 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14120 Drop prefix from unsupported source file path.
14121
389b98f7
YQ
141222014-04-17 Yao Qi <yao@codesourcery.com>
14123
14124 * lib/gdb.exp (with_target_charset): New proc.
14125 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14126 with_target_charset.
14127 (test_print_strings): Likewise.
14128 (test_repeat_bytes): Likewise.
14129 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14130 for some tests.
14131
22869d73
KS
141322014-04-16 Keith Seitz <keiths@redhat.com>
14133
14134 PR gdb/15827
14135 * gdb.dwarf2/corrupt.c: New file.
14136 * gdb.dwarf2/corrupt.exp: New file.
14137
c4f87ca6
KS
141382014-04-16 Keith Seitz <keiths@redhat.com>
14139
14140 PR c++/16597
14141 * gdb.cp/namelessclass.cc: New file.
14142 * gdb.cp/namelessclass.exp: New file.
14143 * gdb.cp/namelessclass.S: New file.
14144
ab19de87
DE
141452014-04-16 Doug Evans <dje@google.com>
14146
14147 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14148 Add comment.
14149 (gdbserver_default_get_comm_port): New function.
14150 (gdbserver_start): Check if board file provided
14151 "gdbserver,get_comm_port" and use it if so.
14152 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14153 (gdb,socketport): Set to "stdio".
14154 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14155 (stdio_gdbserver_template): Delete.
14156 (${board}_get_remote_address): Update.
14157 (${board}_build_remote_cmd): Delete.
14158 (${board}_get_comm_port): New function.
14159 (${board}_spawn): Update.
14160 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14161 Delete.
14162 (${board}_get_remote_address): Update.
14163 (${board}_get_comm_port): New function.
14164
fc98a809
AB
141652014-04-16 Andrew Burgess <aburgess@broadcom.com>
14166
14167 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14168 appearing in any order.
14169
87fd9e6e
DE
141702014-04-15 Doug Evans <dje@google.com>
14171
14172 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14173 uninitialized value of "description".
14174
099fc3ea
KS
141752014-04-15 Keith Seitz <keiths@redhat.com>
14176
14177 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14178 Remove unused globals.
14179 (test_running_the_program): Likewise.
14180 (test_controlled_execution): Likewise.
14181 (test_controlling_breakpoints): Likewise.
14182 (test_program_termination): Likewise.
14183
5da151d4
KS
141842014-04-15 Keith Seitz <keiths@redhat.com>
14185
14186 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14187 unused globals.
14188 (test_rbreak_creation_and_listing): Likewise.
14189 (test_ignore_count): Likewise.
14190 (test_error): Likewise.
14191
35e5d2f0
PA
141922014-04-15 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14195 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14196 sym-file-loader.c.
14197 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14198 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14199 to sym-file-loader.c.
14200 (struct library): Forward declare.
14201 (load_shlib, lookup_function): Change prototypes.
14202 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14203 (translate_offset): Remove declarations.
14204 (get_text_addr): New declaration.
14205 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14206 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14207 sym-file-loader.h.
14208 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14209 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14210 here from sym-file-loader.h.
14211 (struct library): New structure.
14212 (load_shlib, lookup_function): Change prototypes and adjust to
14213 work with a struct library.
14214 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14215 (translate_offset): Make static.
14216 (get_text_addr): New function.
14217 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14218
eb4c1710
PA
142192014-04-15 Pedro Alves <palves@redhat.com>
14220
14221 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14222
2d1baf52
PA
142232014-04-15 Pedro Alves <palves@redhat.com>
14224
14225 * gdb.base/sym-file-loader.c: Include <limits.h>.
14226 (SELF_LINK): New define.
14227 (get_origin): New function.
14228 (load_shlib): Use it.
14229 * gdb.base/sym-file.exp: Don't early return if the target is
14230 remote. Use runto_main, and issue fail is that fails. Use
14231 gdb_load_shlibs.
14232 (shlib_name): Delete.
14233 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14234
7dd6df01
PA
142352014-04-15 Pedro Alves <palves@redhat.com>
14236
14237 * gdb.base/sym-file.exp: Remove regex characters from test
14238 message. Don't refer to breakpoint numbers in test messages.
14239
b50c8614
KS
142402014-04-14 Keith Seitz <keiths@redhat.com>
14241
14242 PR c++/16253
14243 * gdb.cp/var-tag.cc: New file.
14244 * gdb.cp/var-tag.exp: New file.
14245 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14246 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14247 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14248 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14249
3d567982
TT
142502014-04-14 Tom Tromey <tromey@redhat.com>
14251
14252 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14253 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14254 type.
14255 * gdb.cp/enum-class.exp: New file.
14256 * gdb.cp/enum-class.cc: New file.
14257
0626fc76
TT
142582014-04-14 Tom Tromey <tromey@redhat.com>
14259
14260 * gdb.dwarf2/enum-type.exp: New file.
14261
dca325b3
SA
142622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14263
14264 * gdb.mi/mi-vla-c99.exp: New file.
14265 * gdb.mi/vla.c: New file.
14266
5854b38a
SA
142672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14268
14269 * gdb.base/vla-datatypes.c: New file.
14270 * gdb.base/vla-datatypes.exp: New file.
14271
463bb957
SA
142722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14273
14274 * gdb.base/vla-ptr.c: New file.
14275 * gdb.base/vla-ptr.exp: New file.
14276
3dd170be
SA
142772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14278
14279 * gdb.dwarf2/count.exp: New file.
14280
5ecaaa66
SA
142812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14282
14283 * gdb.base/vla-sideeffect.c: New file.
14284 * gdb.base/vla-sideeffect.exp: New file.
14285
41f1ada5
DB
142862014-04-14 David Blaikie <dblaikie@gmail.com>
14287
14288 * gdb.mi/non-stop.c: Add return value for non-void function return
14289 statement.
14290 * gdb.threads/staticthreads.c: Ditto.
14291
0be03e84
DE
142922014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14293 Doug Evans <xdje42@gmail.com>
14294
14295 * gdb.guile/scm-value.c: Improve test case.
14296 * gdb.guile/scm-value.exp: Add new test.
14297
f180a1fb
DB
142982014-04-11 David Blaikie <dblaikie@gmail.com>
14299
14300 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14301 override Clang's default.
14302
6b662e19
JB
143032014-04-11 Joel Brobecker <brobecker@adacore.com>
14304
14305 Revert the following changes (regressions):
14306
14307 * gdb.base/vla-sideeffect.c: New file.
14308 * gdb.base/vla-sideeffect.exp: New file.
14309
14310 * gdb.dwarf2/count.exp: New file.
14311
14312 * gdb.base/vla-multi.c: New file.
14313 * gdb.base/vla-multi.exp: New file.
14314
14315 * gdb.base/vla-ptr.c: New file.
14316 * gdb.base/vla-ptr.exp: New file.
14317
14318 * gdb.base/vla-datatypes.c: New file.
14319 * gdb.base/vla-datatypes.exp: New file.
14320
14321 * gdb.mi/mi-vla-c99.exp: New file.
14322 * gdb.mi/vla.c: New file.
14323
245a5f0b
KS
143242014-04-11 Keith Seitz <keiths@redhat.com>
14325
14326 PR c++/16675
14327 * gdb.cp/cpsizeof.exp: New file.
14328 * gdb.cp/cpsizeof.cc: New file.
14329
58a84dcf
SA
143302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14331
191a8a90
JB
14332 * gdb.mi/mi-vla-c99.exp: New file.
14333 * gdb.mi/vla.c: New file.
58a84dcf 14334
c8655f75
SA
143352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14336
14337 * gdb.base/vla-datatypes.c: New file.
14338 * gdb.base/vla-datatypes.exp: New file.
14339
024e13b4
SA
143402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14341
14342 * gdb.base/vla-ptr.c: New file.
14343 * gdb.base/vla-ptr.exp: New file.
14344
1a237e0e
SA
143452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14346
14347 * gdb.base/vla-multi.c: New file.
14348 * gdb.base/vla-multi.exp: New file.
14349
504f3432
SA
143502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14351
14352 * gdb.dwarf2/count.exp: New file.
14353
3bce8237
SA
143542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14355
191a8a90
JB
14356 * gdb.base/vla-sideeffect.c: New file.
14357 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14358
322f9c21
YQ
143592014-04-11 Yao Qi <yao@codesourcery.com>
14360
14361 * gdb.base/completion.exp: Check file exists before running tests
14362 on file completion.
14363
d708bcd1
PA
143642014-04-10 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/cond-eval-mode.c: New file.
14367 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14368 prepare_for_testing to build the new file. Check result of
14369 runto_main.
14370 (test_break, test_watch): New procedures.
14371 (top level): Use them.
14372
ae1d2761
PM
143732014-04-08 Pierre Muller <muller@sourceware.org>
14374
14375 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14376 Ctrl-V use for mingw hosts.
14377
7af389b8
SC
143782014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14379
14380 * gdb.python/py-value.c: Improve test case.
14381 * gdb.python/py-value.exp: Add new test.
14382
5e703181
DE
143832014-04-07 David Blaikie <dblaikie@gmail.com>
14384
14385 * lib/compiler.c: Identify the clang compiler.
14386 * lib/compiler.cc: Ditto.
14387
9810b410
YQ
143882014-04-03 Yao Qi <yao@codesourcery.com>
14389
14390 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14391
98d1b8dc
AB
143922014-04-01 Anton Blanchard <anton@samba.org>
14393
14394 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14395 messages unique.
14396
3114cea1
AB
143972014-04-01 Anton Blanchard <anton@samba.org>
14398
14399 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14400 prepare_for_testing.
14401
62f7182c
AB
144022014-04-01 Anton Blanchard <anton@samba.org>
14403
14404 * gdb.arch/ppc64-atomic-inst.c: Remove.
14405 * gdb.arch/ppc64-atomic-inst.S: New file.
14406 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14407
770e7fc7
DE
144082014-03-31 Doug Evans <dje@google.com>
14409
14410 * gdb.base/print-symbol-loading-lib.c: New file.
14411 * gdb.base/print-symbol-loading-main.c: New file.
14412 * gdb.base/print-symbol-loading.exp: New file.
14413
46e2bafa
YQ
144142014-03-31 Yao Qi <yao@codesourcery.com>
14415
14416 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14417
8776cfe9
JB
144182014-03-28 Joel Brobecker <brobecker@adacore.com>
14419
14420 * gdb.ada/mi_dyn_arr: New testcase.
14421
5d1ef361
DE
144222014-03-27 Doug Evans <dje@google.com>
14423
14424 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14425
b5bee914
YQ
144262014-03-27 Yao Qi <yao@codesourcery.com>
14427
14428 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14429 if target is nios2-*-*.
14430
0d4d0e77
YQ
144312014-03-26 Yao Qi <yao@codesourcery.com>
14432
14433 * lib/gdb.exp (readline_is_used): New proc.
14434 * gdb.base/completion.exp: Move tests on command complete up.
14435 Skip the rest of tests if readline is not used.
14436 * gdb.ada/complete.exp: Skp the test if readline is not
14437 used.
14438 * gdb.base/filesym.exp: Likewise.
14439 * gdb.base/macscp.exp: Likewise.
14440 * gdb.base/readline-ask.exp: Likewise.
14441 * gdb.base/readline.exp: Likewise.
14442 * gdb.python/py-cmd.exp: Likewise.
14443 * gdb.trace/tfile.exp: Likewise.
14444
29361eee
YQ
144452014-03-26 Yao Qi <yao@codesourcery.com>
14446
14447 * gdb.base/macscp.exp: Fix code format issues.
14448
bc9a5525
UW
144492014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14450
14451 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14452 * gdb.asm/powerpc64le.inc: New file.
14453
d3839ede
PA
144542014-03-25 Pedro Alves <palves@redhat.com>
14455 Doug Evans <dje@google.com>
14456
14457 * gdb.base/source-execution.c: New file.
14458 * gdb.base/source-execution.exp: New file.
14459 * gdb.base/source-execution.gdb: New file.
14460
01672a57
DE
144612014-03-24 Doug Evans <dje@google.com>
14462
14463 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14464 using fission.
14465
88bbeca9
HZ
144662014-03-24 Hui Zhu <hui@codesourcery.com>
14467 Pedro Alves <palves@redhat.com>
14468
14469 PR breakpoints/16101
14470 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14471 test pass/fail messages. Detect missing support for dprintf when
14472 breakpoints are actually inserted.
14473 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14474 breakpoints are actually inserted.
14475 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14476 fails.
14477
d2348791
JK
144782014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14479
14480 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14481
feef67ab
DE
144822014-03-22 Doug Evans <xdje42@gmail.com>
14483
14484 * gdb.python/python.exp (python not supported): Verify multi-line
14485 python command issues an error.
25d743f9 14486 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14487 guile command issues an error.
feef67ab 14488
ecebef6a
MR
144892014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14490
14491 * gdb.threads/thread-specific.exp: Handle the lack of usable
14492 $this_breakpoint and $this_thread.
14493
ccdd1909
HZ
144942014-03-21 Hui Zhu <hui@codesourcery.com>
14495
14496 * gdb.base/attach.exp (do_command_attach_tests): New.
14497
beb460e8
PA
144982014-03-20 Tom Tromey <tromey@redhat.com>
14499 Pedro Alves <palves@redhat.com>
14500
14501 PR cli/15718
14502 * gdb.base/condbreak-call-false.c: New file.
14503 * gdb.base/condbreak-call-false.exp: New file.
14504
40acf43a
PA
145052014-03-20 Pedro Alves <palves@redhat.com>
14506
14507 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14508 Delete.
14509 (block_signals, unblock_signals): Delete.
14510 (child_function_2, main): Remove references to deleted variable
14511 and functions.
14512
9f5e1e02
PA
145132014-03-20 Pedro Alves <palves@redhat.com>
14514
14515 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14516 Use pthread_kill to signal thread 2.
14517 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14518 Adjust to make the test send itself a signal rather than using the
14519 host's "kill" command.
14520
99619bea
PA
145212014-03-20 Pedro Alves <palves@redhat.com>
14522
14523 * gdb.threads/multiple-step-overs.c: New file.
14524 * gdb.threads/multiple-step-overs.exp: New file.
14525 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14526 Adjust expected infrun debug output.
14527
2adfaa28
PA
145282014-03-20 Pedro Alves <palves@redhat.com>
14529
14530 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14531 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14532
31e77af2
PA
145332014-03-20 Pedro Alves <palves@redhat.com>
14534
14535 PR breakpoints/7143
14536 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14537 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14538 of gdb_test_multiple.
14539 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14540 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14541
b9f437de
PA
145422014-03-20 Pedro Alves <palves@redhat.com>
14543
14544 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14545 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14546
05adc73e
PA
145472014-03-19 Pedro Alves <palves@redhat.com>
14548
14549 * gdb.base/async.exp: Remove early return.
14550
6048b950
PA
145512014-03-19 Pedro Alves <palves@redhat.com>
14552
14553 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14554
8bcfb00a
PA
145552014-03-19 Pedro Alves <palves@redhat.com>
14556
14557 * gdb.base/async.exp (test_background): Expect \r\n after
14558 "completed." in the fail pattern.
14559
884e37dc
PA
145602014-03-19 Pedro Alves <palves@redhat.com>
14561
14562 * gdb.base/async.exp (test_background): New procedure.
14563 Use it for all background execution command tests.
14564
148e57e2
PA
145652014-03-19 Pedro Alves <palves@redhat.com>
14566
14567 * gdb.base/async.exp: Use prepare_for_testing.
14568
f48088c7
PA
145692014-03-19 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14572 the same line.
14573
e2f6c966
PA
145742014-03-19 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.base/async.c (main): Add "jump here" and "until here" line
14577 marker comments.
14578 * gdb.base/async.exp (jump_here): New global.
14579 (jump& test): Use it.
14580 (until_here): New global.
14581 (until& test): Use it.
14582
c30568d4
PA
145832014-03-19 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.base/async.exp: Don't frob gdb_protocol.
14586
0172b6a7
DE
145872014-03-18 Doug Evans <xdje42@gmail.com>
14588
14589 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14590 Fix spelling of exec-done-display.
14591
06c868a8
JK
145922014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14593
14594 PR gdb/15358
14595 * gdb.base/gdb-sigterm.c: New file.
14596 * gdb.base/gdb-sigterm.exp: New file.
14597
0c7e1a46
PA
145982014-03-18 Pedro Alves <palves@redhat.com>
14599
14600 PR gdb/13860
14601 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14602 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14603 solib-event.
14604
f7c77d93
JB
146052014-03-17 Joel Brobecker <brobecker@adacore.com>
14606
14607 * gdb.ada/pckd_arr_ren: New testcase.
14608
5a1e8c7a
DE
146092014-03-13 Doug Evans <xdje42@gmail.com>
14610
14611 PR guile/16612
14612 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14613 collect after discarding symbols.
14614
350e1a76
DE
146152014-03-13 Ludovic Courtès <ludo@gnu.org>
14616 Doug Evans <xdje42@gmail.com>
14617
14618 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14619 to history survives a gc.
14620
a69900ae
PA
146212014-03-13 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.base/default.exp: Don't test "target procfs".
14624
5db9f0bd
PA
146252014-03-13 Pedro Alves <palves@redhat.com>
14626
14627 * gdb.base/default.exp: Update "target child" and "target procfs"
14628 tests to not expect "Unix".
14629
b3ccfe11
TT
146302014-03-12 Tom Tromey <tromey@redhat.com>
14631
14632 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14633 New procs. Add target-async tests.
14634 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14635 Add target-async tests.
14636
646f4417
AA
146372014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14638
14639 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14640 'func_start' and 'func_end' for the beginning and end of the
14641 function code, respectively.
14642 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14643 'func_end' instead of 'func' and 'main'.
14644
288c211f
AA
146452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14646
14647 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14648 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14649 generate the debug info assembler source.
14650
e0c0f156
AA
146512014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14652
14653 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14654 * gdb.dwarf2/arr-subrange.exp: Likewise.
14655 * gdb.dwarf2/dwz.exp: Likewise.
14656 * gdb.dwarf2/method-ptr.exp: Likewise.
14657 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14658 * gdb.dwarf2/subrange.exp: Likewise.
14659 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14660 * gdb.dwarf2/implptrpiece.exp: Likewise.
14661 * gdb.dwarf2/nostaticblock.exp: Likewise.
14662
0e5c4555
AA
146632014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14664
14665 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14666 directory to absolute path name arguments.
14667
5ec18f2b
JG
146682014-03-10 Joel Brobecker <brobecker@adacore.com>
14669
14670 * gdb.ada/tagged_access: New testcase.
14671
847fc4f2
MM
146722014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14673
14674 * gdb.btrace/data.exp: Update expected output.
14675
cc3da688
YQ
146762014-03-06 Yao Qi <yao@codesourcery.com>
14677
14678 * gdb.trace/pr16508.exp: New file.
14679
0f26cec1
PA
146802014-03-05 Pedro Alves <palves@redhat.com>
14681
14682 PR gdb/16575
14683 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14684 procedure.
14685 (top level): Adjust to use it. Add tests that exercise breakpoint
14686 interaction with the code-cache.
14687
7a5a839f
LC
146882014-02-26 Ludovic Courtès <ludo@gnu.org>
14689
14690 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14691 test for 'history-append!'.
14692
31aa7e4e
JB
146932014-02-26 Joel Brobecker <brobecker@adacore.com>
14694
14695 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14696 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14697 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14698 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14699 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14700 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14701
1b588015
JB
147022014-02-26 Joel Brobecker <brobecker@adacore.com>
14703
14704 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14705 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14706 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14707
55426c9d
JB
147082014-02-26 Joel Brobecker <brobecker@adacore.com>
14709
14710 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14711
dc53a7ad
JB
147122014-02-26 Joel Brobecker <brobecker@adacore.com>
14713
14714 * gdb.dwarf2/arr-stride.c: New file.
14715 * gdb.dwarf2/arr-stride.exp: New file.
14716
12ab52e9
PA
147172014-02-26 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14720 that won't ever trigger. Make sure that GDB reports the correct
14721 breakpoint that caused the stop.
14722
849c862e
JK
147232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14724
14725 PR gdb/16626
14726 * gdb.base/auto-load-script: New file.
14727 * gdb.base/auto-load.c: New file.
14728 * gdb.base/auto-load.exp: New file.
14729
71b7d793
JK
14730 PR gdb/16626
14731 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14732
e2f0d509
JK
147332014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14734
14735 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14736 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14737
50cc37c8
DE
147382014-02-24 Doug Evans <dje@google.com>
14739
14740 * lib/gdb.exp (run_on_host): Log error output if program fails.
14741
ea4758f2
PA
147422014-02-21 Pedro Alves <palves@redhat.com>
14743
14744 * gdb.threads/step-after-sr-lock.c: Rename to ...
14745 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14746 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14747 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14748 ... this.
14749
d7b30f67
SDJ
147502014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14751
14752 PR tdep/16397
14753 * gdb.arch/amd64-stap-special-operands.exp: New file.
14754 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14755 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14756 * gdb.arch/amd64-stap-triplet.S: Likewise.
14757 * gdb.arch/amd64-stap-triplet.c: Likewise.
14758
83deb43f
JB
147592014-02-20 Joel Brobecker <brobecker@adacore.com>
14760
14761 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14762 in .section pseudo-op.
14763
adde2bff
DE
147642014-02-20 lin zuojian <manjian2006@gmail.com>
14765 Joel Brobecker <brobecker@adacore.com>
14766 Doug Evans <xdje42@gmail.com>
14767
14768 PR symtab/16581
14769 * gdb.dwarf2/dw2-icycle.S: New file.
14770 * gdb.dwarf2/dw2-icycle.c: New file.
14771 * gdb.dwarf2/dw2-icycle.exp: New file.
14772
f7bd0f78
SC
147732014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14774
14775 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14776 operations on gdb.Value objects.
14777 * gdb.python/py-value-cc.exp: Add new test to test operations on
14778 gdb.Value objects.
14779
c17ef0d5
DE
147802014-02-18 Doug Evans <dje@google.com>
14781
14782 * Makefile.in (TESTS): New variable.
14783 (expanded_tests, expanded_tests_or_none): New variables
14784 (check-single): Pass $(expanded_tests_or_none) to runtest.
14785 (check-parallel): Only run tests in $(TESTS) if non-empty.
14786 (check/no-matching-tests-found): New rule.
14787 * README: Document TESTS makefile variable.
14788
5dd3176f
DE
147892014-02-18 Doug Evans <dje@google.com>
14790
14791 * Makefile.in (check-parallel): rm -rf outputs temp.
14792
0b10be4f
JK
147932014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14794
14795 Fix "ERROR: no fileid for" in the testsuite.
14796 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14797
85f224e7
DE
147982014-02-12 Doug Evans <dje@google.com>
14799
14800 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14801 (MISCELLANEOUS): New variable.
14802 (clean): rm -rf $(MISCELLANEOUS).
14803 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14804 dwp live in the same directory as symlinks, with each symlink pointed
14805 to a differently named file in a different directory.
14806
149b30ff
DE
148072014-02-11 Doug Evans <dje@google.com>
14808
14809 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14810 of Tcl file commands.
14811
1dfdac32
MK
148122014-02-10 Mark Kettenis <kettenis@gnu.org>
14813
14814 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14815 "kill -SIGUSR1 -1".
14816
aa4fb036
JB
148172014-02-10 Joel Brobecker <brobecker@adacore.com>
14818
14819 * gdb.ada/tick_length_array_enum_idx: New testcase.
14820
ed3ef339
DE
148212014-02-10 Doug Evans <xdje42@gmail.com>
14822
14823 * configure.ac (AC_OUTPUT): Add gdb.guile.
14824 * configure: Regenerate.
14825 * lib/gdb-guile.exp: New file.
14826 * lib/gdb.exp (get_target_charset): New function.
14827 * gdb.base/help.exp: Update expected output from "apropos apropos".
14828 * gdb.guile/Makefile.in: New file.
14829 * gdb.guile/guile.exp: New file.
14830 * gdb.guile/scm-arch.c: New file.
14831 * gdb.guile/scm-arch.exp: New file.
14832 * gdb.guile/scm-block.c: New file.
14833 * gdb.guile/scm-block.exp: New file.
14834 * gdb.guile/scm-breakpoint.c: New file.
14835 * gdb.guile/scm-breakpoint.exp: New file.
14836 * gdb.guile/scm-disasm.c: New file.
14837 * gdb.guile/scm-disasm.exp: New file.
14838 * gdb.guile/scm-equal.c: New file.
14839 * gdb.guile/scm-equal.exp: New file.
14840 * gdb.guile/scm-error.exp: New file.
14841 * gdb.guile/scm-error.scm: New file.
14842 * gdb.guile/scm-frame-args.c: New file.
14843 * gdb.guile/scm-frame-args.exp: New file.
14844 * gdb.guile/scm-frame-args.scm: New file.
14845 * gdb.guile/scm-frame-inline.c: New file.
14846 * gdb.guile/scm-frame-inline.exp: New file.
14847 * gdb.guile/scm-frame.c: New file.
14848 * gdb.guile/scm-frame.exp: New file.
14849 * gdb.guile/scm-generics.exp: New file.
14850 * gdb.guile/scm-gsmob.exp: New file.
14851 * gdb.guile/scm-iterator.c: New file.
14852 * gdb.guile/scm-iterator.exp: New file.
14853 * gdb.guile/scm-math.c: New file.
14854 * gdb.guile/scm-math.exp: New file.
14855 * gdb.guile/scm-objfile-script-gdb.in: New file.
14856 * gdb.guile/scm-objfile-script.c: New file.
14857 * gdb.guile/scm-objfile-script.exp: New file.
14858 * gdb.guile/scm-objfile.c: New file.
14859 * gdb.guile/scm-objfile.exp: New file.
14860 * gdb.guile/scm-ports.exp: New file.
14861 * gdb.guile/scm-pretty-print.c: New file.
14862 * gdb.guile/scm-pretty-print.exp: New file.
14863 * gdb.guile/scm-pretty-print.scm: New file.
14864 * gdb.guile/scm-section-script.c: New file.
14865 * gdb.guile/scm-section-script.exp: New file.
14866 * gdb.guile/scm-section-script.scm: New file.
14867 * gdb.guile/scm-symbol.c: New file.
14868 * gdb.guile/scm-symbol.exp: New file.
14869 * gdb.guile/scm-symtab-2.c: New file.
14870 * gdb.guile/scm-symtab.c: New file.
14871 * gdb.guile/scm-symtab.exp: New file.
14872 * gdb.guile/scm-type.c: New file.
14873 * gdb.guile/scm-type.exp: New file.
14874 * gdb.guile/scm-value-cc.cc: New file.
14875 * gdb.guile/scm-value-cc.exp: New file.
14876 * gdb.guile/scm-value.c: New file.
14877 * gdb.guile/scm-value.exp: New file.
14878 * gdb.guile/source2.scm: New file.
14879 * gdb.guile/types-module.cc: New file.
14880 * gdb.guile/types-module.exp: New file.
14881
7026a7c1
YQ
148822014-02-10 Yao Qi <yao@codesourcery.com>
14883
14884 PR testsuite/16543
14885 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14886 * configure: Regenerated.
14887 * Makefile.in: New file.
14888
6c466447
AS
148892014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14890
14891 * gdb.python/py-framefilter.exp: Fix typo.
14892
6e854735
YQ
148932014-02-08 Yao Qi <yao@codesourcery.com>
14894
14895 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14896 that no =breakpoint-modified is emitted when breakpoints are
14897 modified through MI commands.
14898
d137e6dc
PA
148992014-02-07 Pedro Alves <pedro@codesourcery.com>
14900 Pedro Alves <palves@redhat.com>
14901
14902 * gdb.threads/step-after-sr-lock.c: New file.
14903 * gdb.threads/step-after-sr-lock.exp: New file.
14904
b5ee5a50
PA
149052014-02-07 Pedro Alves <palves@redhat.com>
14906
14907 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14908
3c77faf3
JK
149092014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14910
14911 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14912 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14913
6dddc817
DE
149142014-02-06 Doug Evans <xdje42@gmail.com>
14915
14916 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14917 output.
14918
14919 * gdb.gdb/python-interrupts.exp: New file.
14920
de7b2893
YQ
149212014-02-05 Yao Qi <yao@codesourcery.com>
14922
14923 * gdb.trace/report.exp (use_collected_data): Test the output
14924 of "info threads" and "info inferiors".
14925
66d032ac
YQ
149262014-02-05 Yao Qi <yao@codesourcery.com>
14927
14928 Revert this patch:
14929
14930 2013-05-24 Yao Qi <yao@codesourcery.com>
14931
14932 * gdb.trace/tfile.exp: Test inferior and thread.
14933
591a12a1
UW
149342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14935
14936 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14937 on a function.
14938 * gdb.base/step-bt.c: Call hello via function pointer to make
14939 sure its first instruction is executed on powerpc64le-linux.
14940
0ff3e01f
UW
149412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14942
14943 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14944
084ee545
UW
149452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14946
14947 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14948 of the test patterns for use on little-endian systems.
14949
6ed14ff3
UW
149502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14951
14952 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14953 (decimal_vector): Fix for little-endian.
14954
401e27fd
JM
149552014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14956
14957 * gdb.arch/sparc-sysstep.exp: New file.
14958 * gdb.arch/sparc-sysstep.c: Likewise.
14959
14960 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14961
8b924729
EBM
149622014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14963
14964 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14965
fb151210
JB
149662014-01-23 Tom Tromey <tromey@redhat.com>
14967
14968 * gdb.ada/array_char_idx: New testcase.
14969
0740f8d8
TT
149702014-01-23 Tom Tromey <tromey@redhat.com>
14971
14972 PR python/16487:
14973 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14974 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14975 classes.
14976
21909fa1
TT
149772014-01-23 Tom Tromey <tromey@redhat.com>
14978
14979 PR python/16491:
14980 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14981 string from an inferior frame.
14982 * gdb.python/py-framefilter-mi.exp: Update.
14983
87ce2a04
DE
149842014-01-22 Doug Evans <dje@google.com>
14985
14986 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14987
237b092b
AA
149882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14989
14990 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14991
d674a709
AA
149922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14993
14994 * gdb.trace/entry-values.exp: Remove excess space character from
14995 regex patterns. Handle s390 call instruction.
14996
20fa3390
AA
149972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14998
14999 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15000 define "*_start" label. Make "name" static.
15001 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15002 ${name} by references to ${name}_start.
15003
78466714
AA
150042014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15005
15006 * gdb.base/info-macros.exp: Remove "debug" from the compile
15007 options.
15008
ec9f644a
IB
150092014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15010
15011 * gdb.dlang/demangle.exp: New file.
15012
94b1b47e
IB
150132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15014
15015 * gdb.dlang/primitive-types.exp: New file.
15016
7f420862
IB
150172014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15018
15019 * configure.ac: Create gdb.dlang/Makefile.
15020 * configure: Regenerate.
15021 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15022 * gdb.dlang/Makefile.in: New file.
15023 * lib/d-support.exp: New file.
15024 * lib/gdb.exp (skip_d_tests): New proc.
15025
52834460
MM
150262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15027
15028 * gdb.btrace/delta.exp: Check reverse stepi.
15029 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15030 * gdb.btrace/finish.exp: New.
15031 * gdb.btrace/next.exp: New.
15032 * gdb.btrace/nexti.exp: New.
15033 * gdb.btrace/record_goto.c: Add comments.
15034 * gdb.btrace/step.exp: New.
15035 * gdb.btrace/stepi.exp: New.
15036 * gdb.btrace/multi-thread-step.c: New.
15037 * gdb.btrace/multi-thread-step.exp: New.
15038 * gdb.btrace/rn-dl-bind.c: New.
15039 * gdb.btrace/rn-dl-bind.exp: New.
15040 * gdb.btrace/data.c: New.
15041 * gdb.btrace/data.exp: New.
15042 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15043
6e07b1d2
MM
150442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15045
15046 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15047 * gdb.btrace/exception.exp: Update.
15048 * gdb.btrace/instruction_history.exp: Update.
15049 * gdb.btrace/record_goto.exp: Update.
15050 * gdb.btrace/tailcall.exp: Update.
15051 * gdb.btrace/unknown_functions.exp: Update.
15052 * gdb.btrace/delta.exp: New.
15053
0b722aec
MM
150542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15055
15056 * gdb.btrace/record_goto.exp: Add backtrace test.
15057 * gdb.btrace/tailcall.exp: Add backtrace test.
15058
066ce621
MM
150592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15060
15061 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15062 * gdb.btrace/record_goto.c: New.
15063 * gdb.btrace/record_goto.exp: New.
15064 * gdb.btrace/x86-record_goto.S: New.
15065
0688d04e
MM
150662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15067
15068 * gdb.btrace/function_call_history.exp: Update tests.
15069 * gdb.btrace/instruction_history.exp: Update tests.
15070
8710b709
MM
150712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15072
15073 * gdb.btrace/function_call_history.exp: Fix expected field
15074 order for "record function-call-history".
15075 Add new tests for "record function-call-history /c".
15076 * gdb.btrace/exception.cc: New.
15077 * gdb.btrace/exception.exp: New.
15078 * gdb.btrace/tailcall.exp: New.
15079 * gdb.btrace/x86-tailcall.S: New.
15080 * gdb.btrace/x86-tailcall.c: New.
15081 * gdb.btrace/unknown_functions.c: New.
15082 * gdb.btrace/unknown_functions.exp: New.
15083 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15084
5de9129b
MM
150852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15086
15087 * gdb.btrace/instruction_history.exp: Update.
15088 * gdb.btrace/function_call_history.exp: Update.
15089
23a7fe75
MM
150902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15091
15092 * gdb.btrace/function_call_history.exp: Fix expected function
15093 trace.
15094 * gdb.btrace/instruction_history.exp: Initialize traced.
15095 Remove traced_functions.
15096
724c7dd8
MM
150972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15098
15099 * gdb.btrace/function_call_history.exp: Update
15100 * gdb.btrace/instruction_history.exp: Update.
15101
6d78d93b
MM
151022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15103
15104 * gdb.btrace/enable.exp: Update expected text.
15105
93a360cc
OJ
151062014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15107
15108 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15109 bytes.
15110
3772b53f
MR
151112014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15112
15113 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15114
596662fa
OJ
151152014-01-15 Omair Javaid <omair.javaid@linaro.org>
15116
15117 * lib/gdb.exp (supports_process_record): Return true for
15118 arm*-linux*. (supports_reverse): Likewise.
15119
b5b08fb4
SC
151202014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15121
15122 PR python/15464
15123 PR python/16113
15124 * gdb.python/py-type.c: Enhance test case.
15125 * gdb.python/py-value-cc.cc: Likewise
15126 * gdb.python/py-type.exp: Add new tests.
15127 * gdb.python/py-value-cc.exp: Likewise
15128
52d7fb13
AA
151292014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15130 Pedro Alves <palves@redhat.com>
15131
15132 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15133 Make "name" extern.
15134 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15135 references to ${name}_start by references to ${name}.
15136
a2cd8cfe
JB
151372014-01-10 Joel Brobecker <brobecker@adacore.com>
15138
15139 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15140
4e23fced
JB
151412014-01-10 Joel Brobecker <brobecker@adacore.com>
15142
15143 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15144
c6a9e42c
PA
151452014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15146 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15149 mi_gdb_target_load.
c6a9e42c 15150
b7ea362b
PA
151512014-01-08 Pedro Alves <palves@redhat.com>
15152
15153 * gdb.threads/reconnect-signal.c: New file.
15154 * gdb.threads/reconnect-signal.exp: New file.
15155
5e3f4fab
EBM
151562014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15157
15158 * gdb.base/source-dir.exp: New file.
15159
79301218
JB
151602014-01-07 Joel Brobecker <brobecker@adacore.com>
15161
15162 * gdb.ada/mi_interface: New testcase.
15163
8e355c5d
JB
151642014-01-07 Joel Brobecker <brobecker@adacore.com>
15165
15166 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15167 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15168 gdb.ada/pp-rec-component/pck.ads: New files.
15169
c0d48811
JB
151702014-01-07 Joel Brobecker <brobecker@adacore.com>
15171
15172 * gdb.python/py-pp-integral.c: New file.
15173 * gdb.python/py-pp-integral.py: New file.
15174 * gdb.python/py-pp-integral.exp: New file.
15175
17b609c3 15176For older changes see ChangeLog-1993-2013.
c906108c 15177\f
8d8cb839
EZ
15178;; Local Variables:
15179;; mode: change-log
15180;; left-margin: 8
15181;; fill-column: 74
15182;; version-control: never
15183;; End:
902f2ccb 15184
e2882c85 15185 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
15186 Copying and distribution of this file, with or without modification,
15187 are permitted provided the copyright notice and this notice are preserved.
This page took 3.639416 seconds and 4 git commands to generate.