]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add output styles to gdb
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
cbe56571
TT
12018-12-28 Tom Tromey <tom@tromey.com>
2
3 * gdb.base/style.exp: New file.
4 * gdb.base/style.c: New file.
5
9162a27c
TT
62018-12-28 Tom Tromey <tom@tromey.com>
7
8 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
9 "dumb".
10 * gdb.base/readline.exp (operate_and_get_next): Save and restore
11 the TERM environment variable.
12
bc543c90
TT
132018-12-27 Tom Tromey <tom@tromey.com>
14
15 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
16 pagination test.
17
6f0ffe50
AB
182018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
21 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
22
b5a1e557
PW
232018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
24
25 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
26 Filename a.adb changed to bp_fun_addr.adb.
27 gdb.ada/bp_fun_addr.exp: Update test accordingly.
28
6e8b1ab2
JV
292018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
30
31 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
32 non-PIE executables.
33 * README: Mention the gdb,nopie_flag board setting.
34 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
35 non-PIE executable.
36 * gdb.arch/amd64-entry-value.exp: Likewise.
37 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
38 * gdb.arch/i386-float.exp: Likewise.
39 * gdb.arch/i386-signal.exp: Likewise.
40 * gdb.mi/mi-reg-undefined.exp: Likewise.
41
d00a27c5
PM
422018-12-21 Paul Marechal <paul.marechal@ericsson.com>
43
44 PR gdb/23974
45 * gdb.base/info-os.exp: Check return for unknown "info os" type.
46
161d081c
PW
472018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
48
49 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
50 Update order of results accordingly.
51
b001de23
AB
522018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.base/annota1.exp: Update a test regexp.
55
99e1a184
AB
562018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
59
7a81c1e2
PW
602018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
61
62 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
63 (reuse_time): Initialize to REUSE_TIME_CAP.
64 (check_rc): New function.
65 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
66 Check pthread_create rc.
67 (spawner_thread_func): Check pthread_create and pthread_join rc.
68
73e8dc90
PA
692018-12-08 Pedro Alves <palves@redhat.com>
70
71 * gdb.base/list.exp (test_forward_search): Rename to ...
72 (test_forward_reverse_search): ... this. Also test reverse-search
73 and the forward-search alias.
74
13f2ed32
AB
752018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
78 local timeout variable before return, and remove all local timeout
79 variable entirely.
80 (gdb_load): Likewise.
81
64d27cfc
TV
822018-12-01 Tom de Vries <tdevries@suse.de>
83
84 * gdb.base/gdb-caching-proc.exp: New file.
85
f63c03b4
SDJ
862018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
87
88 * Makefile.in (TIMESTAMP): New variable.
89 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
90 command.
91 (check-single-racy): Likewise.
92 (check/%.exp): Likewise.
93 (check-racy/%.exp): Likewise.
94 (workers/%.worker): Likewise.
95 (build-perf): Likewise.
96 (check-perf): Likewise.
97 * README: Describe new "TS" and "TS_FORMAT" variables.
98 * print-ts.py: New file.
99
1c97054b
BF
1002018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
101
102 PR python/23714
103 * gdb.python/python.exp: Test command repetition after
104 gdb.execute.
105
1871a62d
AB
1062018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * gdb.opt/inline-break.exp: Add test that info breakpoint output
109 is correctly aligned.
110
fb5e1ed9
PW
1112018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
112
113 * gdb.ada/info_auto_lang.exp: New testcase.
114 * gdb.ada/info_auto_lang/global_pack.ads: New file.
115 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
116 * gdb.ada/info_auto_lang/some_c.c: New file.
117
43d397ca
PW
1182018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
119
120 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
121 FUNC_lang language syntax.
122
beddd671
PW
1232018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
124
125 * gdb.base/info_minsym.c: New file.
126 * gdb.base/info_minsym.exp: New file.
127
73fc52c4
TT
1282018-11-19 Tom Tromey <tom@tromey.com>
129
130 PR rust/23625:
131 * gdb.rust/simple.exp: Add ptype test. Update expected output.
132 * gdb.rust/expr.exp: Update expected output. Change one test.
133
994b876a
TT
1342018-11-19 Tom Tromey <tom@tromey.com>
135
136 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
137
6769f276
PA
1382018-11-19 Pedro Alves <palves@redhat.com>
139
140 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
141 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
142 see the expected warning.
143
38a72da0
AH
1442018-11-16 Alan Hayward <alan.hayward@arm.com>
145
146 PR gdb/22736:
147 * gdb.cp/infcall-nodebug-lib.c: New test.
148 * gdb.cp/infcall-nodebug-main.c: New test.
149 * gdb.cp/infcall-nodebug.exp: New file.
150
53a89d6e
SM
1512018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
152
153 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
154 completer tests.
155
9325300d
TV
1562018-11-09 Tom de Vries <tdevries@suse.de>
157
158 * gdb.base/msym-lang.c: New test.
159 * gdb.base/msym-lang.exp: New file.
160 * gdb.base/msym-lang-main.c: New test.
161
20f0d60d
TT
1622018-11-08 Tom Tromey <tom@tromey.com>
163
164 PR gdb/23555:
165 PR gdb/23838:
166 * gdb.base/warning.exp: New file.
167
b5420128
JB
1682018-11-08 Jan Beulich <jbeulich@suse.com>
169
170 * testsuite/gdb.arch/i386-avx512.c,
171 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
172
cd115d61
AB
1732018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
176 point hardware.
177
35ee2dc2
AB
1782018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
179
180 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
181 * gdb.dwarf2/missing-type-name.exp: New file.
182
31aceee8
TV
1832018-11-06 Tom de Vries <tdevries@suse.de>
184
185 * gdb.base/many-headers.c: New test.
186 * gdb.base/many-headers.exp: New file.
187
109be305
JW
1882018-11-06 Jim Wilson <jimw@sifive.com>
189
190 * gdb.base/code_elim.exp: For riscv, set additional_flags
191 to include -msmall-data-limit=0.
192
e2b7af72
JB
1932018-11-01 Joel Brobecker <brobecker@adacore.com>
194
195 * gdb.ada/watch_minus_l: New testcase.
196
cdcda965
SM
1972018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
198
199 * gdb.arch/aix-sighandle.c: New file.
200 * gdb.arch/aix-sighandle.exp: New file.
201
92dcebf3
AB
2022018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
205 registers being unions.
206
68b9ac18
TV
2072018-10-31 Tom de Vries <tdevries@suse.de>
208
209 * lib/valgrind.exp: New file.
210 (vgdb_start, vgdb_stop): New procs, factored out of ...
211 * gdb.base/valgrind-bt.exp: ... here, ...
212 * gdb.base/valgrind-disp-step.exp: ... here and ...
213 * gdb.base/valgrind-infcall.exp: ... here.
214
1443936e
TV
2152018-10-31 Tom de Vries <tdevries@suse.de>
216
217 * lib/gdb.exp (get_valueof): Don't output read value in test name.
218
eb77c9df
AB
2192018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.dwarf2/void-type.c: New file.
222 * gdb.dwarf2/void-type.exp: New file.
223
82b5e646
PW
2242018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
225
226 * gdb.base/info_qt.c: New file.
227 * gdb.base/info_qt.exp: New file.
228
8d619c01
EBM
2292018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
230
231 * gdb.arch/powerpc-htm-regs.c: New file.
232 * gdb.arch/powerpc-htm-regs.exp: New file.
233
f2cf6173
EBM
2342018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
235
236 * gdb.arch/powerpc-tar.c: New file.
237 * gdb.arch/powerpc-tar.exp: New file.
238
7ca18ed6
EBM
2392018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
240
241 * gdb.arch/powerpc-ppr-dscr.c: New file.
242 * gdb.arch/powerpc-ppr-dscr.exp: New file.
243
bfcc0eba
TV
2442018-10-25 Tom de Vries <tdevries@suse.de>
245
246 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
247
fe1a5cad
TV
2482018-10-24 Tom de Vries <tdevries@suse.de>
249
250 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
251 longer exists error.
252
a76dc3b7
TV
2532018-10-24 Tom de Vries <tdevries@suse.de>
254
255 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
256
4df46df7
TV
2572018-10-24 Tom de Vries <tdevries@suse.de>
258
259 * gdb.base/valgrind-db-attach.exp: Handle removed support for
260 --db-attach in valgrind.
261
0dbfcfff
AB
2622018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
263
264 * gdb.arch/riscv-reg-aliases.c: New file.
265 * gdb.arch/riscv-reg-aliases.exp: New file.
266
b04480b1
AH
2672018-10-19 Alan Hayward <alan.hayward@arm.com>
268
269 * gdb.python/py-cmd.exp: Check for gdb_prompt.
270
2c6ac8d7
AH
2712018-10-19 Alan Hayward <alan.hayward@arm.com>
272
273 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
274
2bc69f25
AH
2752018-10-19 Alan Hayward <alan.hayward@arm.com>
276
277 * gdb.cp/ovldbreak.exp: Fix regexps.
278
1f1ae3a3
AH
2792018-10-19 Alan Hayward <alan.hayward@arm.com>
280
281 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
282
94c18618
SDJ
2832018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
284
285 PR cli/23785
286 * gdb.base/restore.exp: New test to check if "restore" with an
287 invalid file doesn't segfault.
288
812cd6eb
TV
2892018-10-18 Tom de Vries <tdevries@suse.de>
290
291 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
292 * gdb.ada/excep_handle.exp: Same.
293 * gdb.ada/mi_string_access.exp: Same.
294 * gdb.ada/mi_var_union.exp: Same.
295 * gdb.arch/arc-analyze-prologue.exp: Same.
296 * gdb.arch/arc-decode-insn.exp: Same.
297 * gdb.base/readnever.exp: Same.
298 * gdb.fortran/printing-types.exp: Same.
299 * gdb.guile/scm-lazy-string.exp: Same.
300
c4b90788
TV
3012018-10-16 Tom de Vries <tdevries@suse.de>
302
303 PR gdb/23730
304 * gdb.base/catch-follow-exec.c: Add copyright notice.
305 * gdb.base/catch-follow-exec.exp: Rewrite to use
306 gdb_spawn_with_cmdline_opts. Require gdb-native.
307
8bca2978
SL
3082018-10-12 Sandra Loosemore <sandra@codesourcery.com>
309
310 * gdb.trace/actions-changed.exp: Check for arch support.
311 * gdb.trace/actions.exp: Likewise.
312 * gdb.trace/ax.exp: Likewise.
313 * gdb.trace/backtrace.exp: Likewise.
314 * gdb.trace/change-loc.exp: Likewise.
315 * gdb.trace/deltrace.exp: Likewise.
316 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
317 * gdb.trace/ftrace.exp: Likewise.
318 * gdb.trace/infotrace.exp: Check for arch support.
319 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
320 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
321 * gdb.trace/mi-tsv-changed.exp: Likewise.
322 * gdb.trace/packetlen.exp: Likewise.
323 * gdb.trace/passc-dyn.exp: Likewise.
324 * gdb.trace/passcount.exp: Likewise.
325 * gdb.trace/pending.exp: Likewise.
326 * gdb.trace/range-stepping.exp: Check for shlib support.
327 * gdb.trace/report.exp: Check for arch support.
328 * gdb.trace/save-trace.exp: Likewise.
329 * gdb.trace/signal.exp: Check for signal support.
330 * gdb.trace/tfind.exp: Check for arch support.
331 * gdb.trace/trace-break.exp: Check for arch and shlib support.
332 * gdb.trace/trace-common.h: Add comment.
333 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
334 * gdb.trace/trace-enable-disable.exp: Likewise.
335 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
336 * gdb.trace/tracecmd.exp: Check for arch support.
337 * gdb.trace/tspeed.exp: Check for shlib and target support.
338 * gdb.trace/tstatus.exp: Check for arch support.
339 * gdb.trace/tsv.exp: Likewise.
340 * gdb.trace/while-dyn.exp: Likewise.
341 * gdb.trace/while-stepping.exp: Likewise.
342 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
343
f9c49bff
SM
3442018-10-12 Simon Marchi <simon.marchi@ericsson.com>
345
346 * gdb.trace/tspeed.exp: Remove nowarnings.
347 (prepare_for_trace_test): Declare "global ipalib".
348 * gdb.trace/tspeed.c: Include unistd.h.
349 (main): Remove superfluous printf argument.
350
d4330bde
SL
3512018-10-11 Sandra Loosemore <sandra@codesourcery.com>
352
353 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
354 directory prefix on the filename.
355
8ecfd7bd
SDJ
3562018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
357
358 * gdb.gdb/unittest.exp: Update expected message informing that
359 selftests have been disabled.
360 * gdb.server/unittest.exp: Likewise.
361
58bbcd02
TV
3622018-10-09 Tom de Vries <tdevries@suse.de>
363
364 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
365 with runto_main.
366
9f6b697b
WP
3672018-10-08 Weimin Pan <weimin.pan@oracle.com>
368
369 PR c++/16841
370 * gdb.cp/virtbase2.cc: New file.
371 * gdb.cp/virtbase2.exp: New file.
372
add5ded5
TT
3732018-10-06 Tom Tromey <tom@tromey.com>
374
375 PR python/19399:
376 * gdb.python/py-inferior.exp: Add architecture test.
377
f9e48344
TT
3782018-10-06 Tom Tromey <tom@tromey.com>
379
380 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
381 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
382
2a8be203
TT
3832018-10-06 Tom Tromey <tom@tromey.com>
384
385 * gdb.python/py-breakpoint.exp (check_last_event): Check location
386 of a "throw" catchpoint.
387
e04caa70
SDJ
3882018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
389
390 * gdb.base/info-proc.exp: Update string expected from "help info
391 proc".
392
5ca8c39f
TT
3932018-10-04 Tom Tromey <tom@tromey.com>
394
395 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
396 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
397 (test_initial_complaints, test_empty_complaints): Update.
398 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
399
3453e7e4
TT
4002018-10-04 Tom Tromey <tom@tromey.com>
401
402 PR cli/19551:
403 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
404 * lib/gdb.exp (gdb_file_cmd): Update.
405 * gdb.stabs/weird.exp (print_weird_var): Update.
406 * gdb.server/solib-list.exp: Update.
407 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
408 * gdb.mi/mi-cli.exp: Update.
409 * gdb.linespec/linespec.exp: Update.
410 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
411 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
412 * gdb.cp/cp-relocate.exp: Update.
413 * gdb.base/sym-file.exp: Update.
414 * gdb.base/relocate.exp: Update.
415 * gdb.base/readnever.exp: Update.
416 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
417 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
418 * gdb.base/dbx.exp (gdb_file_cmd): Update.
419 * gdb.base/code_elim.exp: Update.
420 * gdb.base/break-unload-file.exp (test_break): Update.
421 * gdb.base/break-interp.exp (test_attach_gdb): Update.
422 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
423 Update.
424 * gdb.base/attach.exp (do_attach_tests): Update.
425 * gdb.base/sepdebug.exp: Update.
426 * gdb.python/py-section-script.exp: Update.
427
6afcf761
TT
4282018-10-04 Tom Tromey <tom@tromey.com>
429
430 PR cli/22234:
431 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
432 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
433 output.
434
fef1b293
TT
4352018-10-04 Tom Tromey <tom@tromey.com>
436
437 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
438 set width and height to 0.
439 (test_command_line_attach_run): Use -quiet.
440
ca98345e
SL
4412018-10-03 Sandra Loosemore <sandra@codesourcery.com>
442
443 * lib/gdb.exp (skip_ifunc_tests): New.
444 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
445 other compile failures.
446 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
447
ff34e6ae
SM
4482018-10-01 Simon Marchi <simon.marchi@ericsson.com>
449
450 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
451 is_amd64_regs_target.
452
6bb8890e
AH
4532018-10-01 Alan Hayward <alan.hayward@arm.com>
454
455 * gdb.arch/aarch64-sighandler-regs.c: New test.
456 * gdb.arch/aarch64-sighandler-regs.exp: New file.
457 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
458
224d30d3
MM
4592018-10-01 Markus Metzger <markus.t.metzger@intel.com>
460
461 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
462 assembly.
463
f67ffa6a
AB
4642018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.base/frame-selection.exp: New file.
467 * gdb.base/frame-selection.c: New file.
468
9fc3183f
AH
4692018-09-27 Alan Hayward <alan.hayward@arm.com>
470
471 * gdb.threads/check-libthread-db.c (thread_routine): Use a
472 pthread barrier.
473 (main): Likewise.
474
d354055e
AB
4752018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.base/large-frame-1.c: New file.
478 * gdb.base/large-frame-2.c: New file.
479 * gdb.base/large-frame.exp: New file.
480 * gdb.base/large-frame.h: New file.
481
db727370
JL
4822018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
483
484 PR gdb/20948
485 * gdb.base/write_mem.exp: New test.
486 * gdb.base/write_mem.c: Likewise.
487
ae778caf
TT
4882018-09-23 Tom Tromey <tom@tromey.com>
489
490 PR python/18852:
491 * gdb.python/py-parameter.exp: Add test for parameter that throws
492 on "set".
493
fd3ba736
TT
4942018-09-23 Tom Tromey <tom@tromey.com>
495
496 PR python/17284:
497 * gdb.python/py-template.exp (test_template_arg): Add test for
498 negative template argument number.
499
39a24317
TT
5002018-09-23 Tom Tromey <tom@tromey.com>
501
502 PR python/14062:
503 * gdb.python/python.exp: Add test for post_event error.
504
f5769a2c
TT
5052018-09-23 Tom Tromey <tom@tromey.com>
506
507 PR python/18170:
508 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
509 convert pointers to int and long.
510
1c1e54f6
TT
5112018-09-23 Tom Tromey <tom@tromey.com>
512
513 PR python/20126:
514 * gdb.python/py-value.exp (test_value_numeric_ops): Add
515 signed-ness conversion tests.
516
fb4fa946
TT
5172018-09-23 Tom Tromey <tom@tromey.com>
518
519 PR python/18352;
520 * gdb.python/py-value.exp (test_float_conversion): New proc.
521 Use it.
522
a466edac
HAQ
5232018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
524
525 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
526
4ee9b0c5
SL
5272018-09-18 Sandra Loosemore <sandra@codesourcery.com>
528
529 * gdb.base/complete-empty.exp: Skip tab-completion tests if
530 no readline.
531 * gdb.base/utf8-identifiers.exp: Likewise.
532 * gdb.cp/cpcompletion.exp: Likewise.
533 * gdb.linespec/cpcompletion.exp: Likewise.
534 * gdb.linespec/cpls-abi-tag.exp: Likewise.
535 * gdb.linespec/cpls-ops.exp: Likewise.
536
23be8da7
RB
5372018-09-19 Richard Bunt <richard.bunt@arm.com>
538 Chris January <chris.january@arm.com>
539
540 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
541 * gdb.fortran/short-circuit-argument-list.exp: New file.
542 * gdb.fortran/short-circuit-argument-list.f90: New test.
543
5031d0ae
SDJ
5442018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
545
546 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
547 "arch=" keyword when executing "-stack-list-frames".
548
b4c0d1a4
SDJ
5492018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
550
551 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
552 "arch=" keyword when executing "-stack-list-frames".
553
7a6d2b45
SDJ
5542018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
555
556 * gdb.ada/complete.exp: Expect for "@" when doing "complete
557 break ada".
558
8588b356
SM
5592018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
560
561 PR python/23669
562 * gdb.python/python.exp: Test gdb.execute("show commands").
563
65e65158
TT
5642018-09-16 Tom Tromey <tom@tromey.com>
565
566 * gdb.base/new-ui.exp (do_execution_tests): Update.
567 * gdb.base/dbx.exp (test_breakpoints): Update.
568
bf326452
AH
5692018-09-14 Alan Hayward <alan.hayward@arm.com>
570
571 * lib/gdb.exp (gdb_simple_compile): Add proc.
572 (is_elf_target): Use gdb_simple_compile.
573 (skip_altivec_tests): Likewise.
574 (skip_vsx_tests): Likewise.
575 (skip_tsx_tests): Likewise.
576 (skip_btrace_tests): Likewise.
577 (skip_btrace_pt_tests): Likewise.
578 (gdb_can_simple_compile): Likewise.
579 (gdb_has_argv0): Likewise.
580 (gdb_target_symbol_prefix): Likewise.
581 (target_supports_scheduler_locking): Likewise.
582
2361b0fb
TT
5832018-09-13 Tom Tromey <tom@tromey.com>
584
585 * Makefile.in (TAGS): Recognize proc_with_prefix and
586 gdb_caching_proc.
587
0ae1a321
SM
5882018-09-13 Simon Marchi <simon.marchi@ericsson.com>
589
590 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
591 method.
592
a40bf0c2
SM
5932018-09-13 Simon Marchi <simon.marchi@ericsson.com>
594
595 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
596 and a few other Inferior properties when the Inferior is no
597 longer valid.
598
4a3fe98f
TT
5992018-09-13 Tom Tromey <tom@tromey.com>
600
601 PR rust/23650:
602 * gdb.rust/simple.exp: Add test for enum field access error.
603
098b2108
TT
6042018-09-13 Tom Tromey <tom@tromey.com>
605
606 PR rust/23626:
607 * gdb.rust/simple.rs (EmptyEnum): New type.
608 (main): Use it.
609 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
610
1256af7d
SM
6112018-09-13 Simon Marchi <simon.marchi@ericsson.com>
612
613 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
614 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
615 * gdb.python/py-symtab.exp: Update test printing an objfile.
616
4aa8e6c2
SM
6172018-09-12 Simon Marchi <simon.marchi@ericsson.com>
618
619 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
620 object.
621
c221b2f7
AH
6222018-09-12 Alan Hayward <alan.hayward@arm.com>
623
624 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
625 (support_complex_tests): Use gdb_can_simple_compile.
626 (is_ilp32_target): Likewise.
627 (is_lp64_target): Likewise.
628 (is_64_target): Likewise.
629 (is_amd64_regs_target): Likewise.
630 (is_aarch32_target): Likewise.
631 (gdb_int128_helper): Likewise.
632
6f1107b5
JK
6332018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
634
635 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
636
1f5d1570
JG
6372018-09-10 Jerome Guitton <guitton@adacore.com>
638
639 * gdb.ada/same_component_name: Add test for case of tagged record
640 with variable-length fields.
641
cc330e39
XR
6422018-09-10 Xavier Roirand <roirand@adacore.com>
643
644 * gdb.ada/access_to_unbounded_array.exp: New testcase.
645 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
646 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
647 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
648
b9c50e9a
XR
6492018-09-10 Xavier Roirand <roirand@adacore.com>
650
651 * gdb.ada/mi_string_access.exp: New testcase.
652 * gdb.ada/mi_string_access/bar.adb: New file.
653 * gdb.ada/mi_string_access/pck.adb: New file.
654 * gdb.ada/mi_string_access/pck.asd: New file.
655
2963898f
XR
6562018-09-10 Xavier Roirand <roirand@adacore.com>
657
658 * gdb.ada/mi_var_union.exp: New testcase.
659 * gdb.ada/mi_var_union/bar.adb: New file.
660 * gdb.ada/mi_var_union/pck.adb: New file.
661 * gdb.ada/mi_var_union/pck.asd: New file.
662
1aac008f
TT
6632018-09-08 Tom Tromey <tom@tromey.com>
664
665 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
666
332cf4c9
TT
6672018-09-08 Tom Tromey <tom@tromey.com>
668
669 PR python/16047:
670 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
671 (register_pretty_printers): Register new printer.
672 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
673 test.
674 * gdb.python/py-prettyprint.c (int_type3): New typedef.
675 (an_int_type3): New global.
676
424da6cf
JB
6772018-09-08 Joel Brobecker <brobecker@adacore.com>
678
679 * gdb.ada/expr_with_funcall: New testcase.
680
2a62dfa9
JB
6812018-09-08 Joel Brobecker <brobecker@adacore.com>
682
683 * gdb.ada/packed_array_assign: New testcase.
684
96b6697f
AB
6852018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
688 names, and add test prefixes to make test names unique.
689
e4a62c65
TV
6902018-09-05 Tom de Vries <tdevries@suse.de>
691
692 * gdb.dwarf2/varval.exp: Add test.
693
dd083ee2
GB
6942018-09-04 Gary Benson <gbenson@redhat.com>
695
696 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
697 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
698
aef9346c
TT
6992018-08-31 Tom Tromey <tom@tromey.com>
700
701 * gdb.rust/simple.rs: Rename second variable "v".
702
c67f2e15
AB
7032018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * gdb.base/funcargs.c (use_a): New function.
706 (recurse): Call use_a.
707
078a0207
KS
7082018-08-29 Keith Seitz <keiths@redhat.com>
709
710 * gdb.compile/compile-cplus-anonymous.cc: New file.
711 * gdb.compile/compile-cplus-anonymous.exp: New file.
712 * gdb.compile/compile-cplus-array-decay.cc: New file.
713 * gdb.compile/compile-cplus-array-decay.exp: New file.
714 * gdb.compile/compile-cplus-inherit.cc: New file.
715 * gdb.compile/compile-cplus-inherit.exp: New file.
716 * gdb.compile/compile-cplus-member.cc: New file.
717 * gdb.compile/compile-cplus-member.exp: New file.
718 * gdb.compile/compile-cplus-method.cc: New file.
719 * gdb.compile/compile-cplus-method.exp: New file.
720 * gdb.compile/compile-cplus-mod.c: "New" file.
721 * gdb.compile/compile-cplus-namespace.cc: New file.
722 * gdb.compile/compile-cplus-namespace.exp: New file.
723 * gdb.compile/compile-cplus-nested.cc: New file.
724 * gdb.compile/compile-cplus-nested.exp: New file.
725 * gdb.compile/compile-cplus-print.c: "New" file.
726 * gdb.compile/compile-cplus-print.exp: "New" file.
727 * gdb.compile/compile-cplus-virtual.cc: New file.
728 * gdb.compile/compile-cplus-virtual.exp: New file.
729 * gdb.compile/compile-cplus.c: "New" file.
730 * gdb.compile/compile-cplus.exp: "New" file.
731 * lib/compile-support.exp: New file.
732
b0f492b9
GB
7332018-08-16 Gary Benson <gbenson@redhat.com>
734
735 PR gdb/13000:
736 * gdb.base/batch-exit-status.exp: New file.
737 * gdb.base/batch-exit-status.good-commands: Likewise.
738 * gdb.base/batch-exit-status.bad-commands: Likewise.
739
36eb4c5f
AH
7402018-08-29 Alan Hayward <alan.hayward@arm.com>
741
742 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
743 (struct struct02): Likewise.
744 (struct struct03): Likewise.
745 (struct struct04): Likewise.
746 (struct struct_01_01): New struct.
747 (struct struct_01_02): Likewise.
748 (struct struct_01_03): Likewise.
749 (struct struct_01_04): Likewise.
750 (struct struct_02_01): Likewise.
751 (struct struct_02_02): Likewise.
752 (struct struct_02_03): Likewise.
753 (struct struct_02_04): Likewise.
754 (struct struct_04_01): Likewise.
755 (struct struct_04_02): Likewise.
756 (struct struct_04_03): Likewise.
757 (struct struct_04_04): Likewise.
758 (struct struct_05_01): Likewise.
759 (struct struct_05_02): Likewise.
760 (struct struct_05_03): Likewise.
761 (struct struct_05_04): Likewise.
762 (cmp_struct01): Remove function.
763 (cmp_struct02): Likewise.
764 (cmp_struct03): Likewise.
765 (cmp_struct04): Likewise.
766 (cmp_struct_01_01): Add Function.
767 (cmp_struct_01_02): Likewise.
768 (cmp_struct_01_03): Likewise.
769 (cmp_struct_01_04): Likewise.
770 (cmp_struct_02_01): Likewise.
771 (cmp_struct_02_02): Likewise.
772 (cmp_struct_02_03): Likewise.
773 (cmp_struct_02_04): Likewise.
774 (cmp_struct_04_01): Likewise.
775 (cmp_struct_04_02): Likewise.
776 (cmp_struct_04_03): Likewise.
777 (cmp_struct_04_04): Likewise.
778 (cmp_struct_05_01): Likewise.
779 (cmp_struct_05_02): Likewise.
780 (cmp_struct_05_03): Likewise.
781 (cmp_struct_05_04): Likewise.
782 (call_all): Add new structs.
783 * gdb.base/infcall-nested-structs.exp: Likewise.
784
3bf9c013
JV
7852018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
786
787 * gdb.python/py-framefilter-mi.exp: Update regexp to
788 check for "arch" field in frame output.
789
450d1e88
KB
7902018-08-23 Kevin Buettner <kevinb@redhat.com>
791
792 * gdb.dwarf2/dw2-ranges-func.c: New file.
793 * gdb.dwarf2/dw2-ranges-func.exp: New file.
794
ae739fe7
SM
7952018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
796
797 * gdb.base/term.exp: Compare terminal settings with values from
798 the inferior.
799 * gdb.base/term.c: Get and set terminal settings.
800
6d52907e
JV
8012018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
802
803 * lib/mi-support.exp (mi_expect_stop): Update regexp to
804 accommodate new "arch" field in frame output.
805 * gdb.mi/mi-return.exp: Likewise.
806 * gdb.mi/mi-stack.exp: Likewise.
807 * gdb.mi/mi-syn-frame.exp: Likewise.
808 * gdb.mi/user-selected-context-sync.exp: Likewise.
809
be2d111a
MS
8102018-08-19 Michael Spang <spang@google.com>
811
812 PR gdb/11786
813 * gdb.base/gcore-tls-pie.c: New file.
814 * gdb.base/gcore-tls-pie.exp: New file.
815
ae3a7c47
KB
8162018-08-18 Kevin Buettner <kevinb@redhat.com>
817
818 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
819 * gdb.dwarf2/varval.c: New file.
820 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 821
2ecae92e
AH
8222018-08-17 Alan Hayward <alan.hayward@arm.com>
823
824 PR gdb/18931
825 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
826
c1854f1d
KS
8272018-08-16 Keith Seitz <keiths@redhat.com>
828
829 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
830 tests expected to pass.
831
26fb3983
JV
8322018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
833
834 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
835 -data-disassemble -a.
836 (test_disassembly_bogus_args): Likewise.
837
67943c00
AB
8382018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
841
5ff2bbae
AB
8422018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * gdb.base/vla-optimized-out.exp: Add new test.
845
e5bbcd0f
AB
8462018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.base/vla-optimized-out-o3.exp: Delete.
849 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
850 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
851 deleted tests.
852
9d4a934c
AB
8532018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 PR gdb/18050:
856 * gdb.server/extended-remote-restart.c: New file.
857 * gdb.server/extended-remote-restart.exp: New file.
858
045cf012
SM
8592018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
860
861 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
862 "set variable index = 42".
863
87d6a7aa
SM
8642018-08-07 Simon Marchi <simon.marchi@ericsson.com>
865
866 * boards/index-cache-gdb.exp: New file.
867 * gdb.dwarf2/index-cache.exp: New file.
868 * gdb.dwarf2/index-cache.c: New file.
869 * gdb.base/maint.exp: Check if we are using the index cache.
870
96d68bd4
RO
8712018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
872
873 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
874 MAKEFLAGS.
875
5a699617
RO
8762018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
877
878 * dg-extract-results.sh: Move to toplevel contrib.
879 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
880 * Makefile.in (check-parallel-racy): Likewise.
881
5bd18990
AB
8822018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
883
884 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
885 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
886 tests if the target supports scheduler locking.
887
3fbbcf47
TV
8882018-08-04 Tom de Vries <tdevries@suse.de>
889
890 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
891
3e1d3d8c
TT
8922018-08-02 Tom Tromey <tom@tromey.com>
893
894 PR symtab/16842.
895 * gdb.cp/temargs.exp: Test "info address" of a template
896 parameter.
897
5abe0f0c
JV
8982018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
899
900 * gdb.python/py-mi-var-info-path-expression.c: New file.
901 * gdb.python/py-mi-var-info-path-expression.py: New file.
902 * gdb.python/py-mi-var-info-path-expression.exp: New file.
903
fb66cde8
SDJ
9042018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
905
906 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
907 error after "cannot resolve name" string.
908
c708f4d2
AB
9092018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
910
911 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
912 started.
913 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
914
37cc0cae
TV
9152018-07-28 Tom de Vries <tdevries@suse.de>
916
917 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
918
63b4ecf7
TV
9192018-07-26 Tom de Vries <tdevries@suse.de>
920
921 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
922
3c3bb058
AB
9232018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
924
925 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
926 is visible.
927
9e7f3bbb
TV
9282018-07-26 Tom de Vries <tdevries@suse.de>
929
930 PR breakpoints/23366
931 * gdb.base/catch-follow-exec.c: New test.
932 * gdb.base/catch-follow-exec.exp: New file.
933
16f808ec
TV
9342018-07-25 Tom de Vries <tdevries@suse.de>
935
936 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
937 vla-optimized-out.c.
938
d7154a8d
JV
9392018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
940
941 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
942 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
943
232a0032
TV
9442018-07-20 Tom de Vries <tdevries@suse.de>
945
946 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
947 NOCLONE macro.
948 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
949
fbb1d502
TV
9502018-07-19 Tom de Vries <tdevries@suse.de>
951
952 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
953 regular expression.
954
42dc7699
TV
9552018-07-18 Tom de Vries <tdevries@suse.de>
956
957 * gdb.base/vla-optimized-out.c: New test.
958 * gdb.base/vla-optimized-out.exp: New file.
959
7f1f7e23
SDJ
9602018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
961
962 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
963 message "No address associated with hostname" when gdbserver
964 cannot resolve the hostname.
965
5759ebb3
PW
9662018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
967
968 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
969 Add some test prefixes to make tests unique.
970
3606ccab
PW
9712018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
972
973 * gdb.base/frameapply.c: New file.
974 * gdb.base/frameapply.exp: New file.
975
529c08b2
PW
9762018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
977
978 * gdb.base/skip.exp: Update expected error message.
979
c7ab0aef
SDJ
9802018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
981 Jan Kratochvil <jan.kratochvil@redhat.com>
982 Paul Fertser <fercerpav@gmail.com>
983 Tsutomu Seki <sekiriki@gmail.com>
984
985 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
986 parameter.
987 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
988 by default.
989 * boards/native-gdbserver.exp: Likewise.
990 * gdb.server/run-without-local-binary.exp: Improve regexp used
991 for detecting when a remote debugging connection succeeds.
992 * gdb.server/server-connect.exp: New file.
993 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
994 Do not prefix the port number with ":".
995 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
996 support for detecting and using it. Add '$debughost_gdbserver'
997 to the list of arguments used to start gdbserver. Handle case
998 when gdbserver cannot resolve a network name.
999
16ff70dd
SDJ
10002018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1001
1002 PR c++/23373
1003 * gdb.base/ptype-offsets.cc (struct static_member): New
1004 struct.
1005 (main) <stmember>: New variable.
1006 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1007 with a static member in it.
1008
3541979f
AB
10092018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1010
1011 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1012 watchpoints enabled and disabled.
1013
c8ad9b9a
AB
10142018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1015
1016 * gdb.base/examine-backward.exp: Still run tests around address
1017 0x0, even if address 0x0 is not readable. Update the pattern for
1018 matching address 0x0 in expected output.
1019
e0e5e971
AB
10202018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1023 malloc/free.
1024
1ea5da02
TV
10252018-07-04 Tom de Vries <tdevries@suse.de>
1026
1027 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1028
471b9d15
MR
10292018-07-02 Maciej W. Rozycki <macro@mips.com>
1030
1031 PR tdep/8282
1032 * gdb.arch/mips-disassembler-options.exp: New test.
1033 * gdb.arch/mips-disassembler-options.s: New test source.
1034
75acb486
PA
10352018-06-29 Pedro Alves <palves@redhat.com>
1036
1037 * gdb.threads/names.exp: Adjust expected "info threads" output.
1038
cd2bb709
PA
10392018-06-29 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.opt/inline-break.exp (line number, address): Add "info
1042 break" tests.
1043
991ff292
PA
10442018-06-29 Pedro Alves <palves@redhat.com>
1045
1046 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1047 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1048 number and address and running to them.
1049
356819b6 10502018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1051
1052 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1053
2512d7ef
JK
10542018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1055
1056 * lib/compiler.c: Remove executable permission flag.
1057
be1b6474
RB
10582018-06-28 Richard Bunt <richard.bunt@arm.com>
1059
1060 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1061 code.
1062 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1063
291f9a96
PT
10642018-06-28 Petr Tesarik <ptesarik@suse.cz>
1065
1066 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1067
ed6dfe51
PT
10682018-06-28 Petr Tesarik <ptesarik@suse.cz>
1069
1070 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1071 address argument is omitted.
1072
d4d429d5
PT
10732018-06-28 Petr Tesarik <ptesarik@suse.cz>
1074
1075 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1076
7ab6656f
OJ
10772018-06-27 Omair Javaid <omair.javaid@linaro.org>
1078
1079 PR gdb/21695
1080 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1081 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1082
a33ccfc7
TT
10832018-06-26 Tom Tromey <tom@tromey.com>
1084
1085 PR rust/22574:
1086 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1087 * gdb.rust/simple.rs (struct SimpleLayout): New.
1088
6d72d289
SM
10892018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1090
1091 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1092 "info registers" output.
1093
8363f9d5
RB
10942018-06-21 Richard Bunt <richard.bunt@arm.com>
1095
1096 * gdb.base/watchpoint-hw-attach.c: New test.
1097 * gdb.base/watchpoint-hw-attach.exp: New file.
1098
f00674fe
SM
10992018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1100
1101 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1102 through /bin/sh.
1103 * boards/dwarf4-gdb-index.exp: Likewise.
1104 * boards/fission-dwp.exp: Likewise.
1105
1d554008
UW
11062018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1107
1108 * gdb.base/float128.exp: Add comment and improved fail message
1109 to the failure case of "print large128" test.
1110
d0ac1c44
SM
11112018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1112
1113 * configure.ac: Remove AC_PREREQ.
1114 * configure: Re-generate.
1115
61b04dd0
PA
11162018-06-19 Pedro Alves <palves@redhat.com>
1117
1118 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1119 (func_extern_caller): New.
1120 (main): Call func_extern_caller.
1121 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1122 logic change.
1123
f63b508a
SM
11242018-06-18 Weimin Pan <weimin.pan@oracle.com>
1125
1126 PR gdb/16841
1127 * gdb.cp/typedef-base.cc: New file.
1128 * gdb.cp/typedef-base.exp: New file.
1129
0fe3a558
TV
11302018-06-18 Tom de Vries <tdevries@suse.de>
1131
1132 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1133
7010835a
AB
11342018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1135 Richard Bunt <Richard.Bunt@arm.com>
1136
1137 * gdb.threads/attach-slow-waitpid.c: New file.
1138 * gdb.threads/attach-slow-waitpid.exp: New file.
1139 * gdb.threads/slow-waitpid.c: New file.
1140
14897d65
PA
11412018-06-14 Pedro Alves <palves@redhat.com>
1142
1143 * gdb.base/fork-running-state.c: Include <errno.h>.
1144 (exit_if_relative_exits): New.
1145 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1146 exits.
1147 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1148 child exits.
1149
5d9a0608
TV
11502018-06-14 Tom de Vries <tdevries@suse.de>
1151
1152 PR cli/22573
1153 * gdb.base/finish-pretty.c: New test.
1154 * gdb.base/finish-pretty.exp: New file.
1155
11ae5818
PA
11562018-06-14 Pedro Alves <palves@redhat.com>
1157
1158 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1159 gdb's expected startup output.
1160
1d39de44
PA
11612018-06-14 Pedro Alves <palves@redhat.com>
1162
1163 * lib/selftest-support.exp (selftest_setup): Remove inlined
1164 function handling.
1165
70ee0000
TV
11662018-06-14 Tom de Vries <tdevries@suse.de>
1167
1168 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1169 matching of breakpoint printing.
1170
11f4b608
TV
11712018-06-13 Tom de Vries <tdevries@suse.de>
1172
1173 PR testsuite/23269
1174 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1175 (fork_child): ... here, and ...
1176 (fork_parent): ... here.
1177
11782018-06-12 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1181
9516f85a
AB
11822018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1183 Stephen Roberts <stephen.roberts@arm.com>
1184
1185 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1186 rewrite test to describe action performed, rather than possible
1187 failure.
1188
5045b3d7
GB
11892018-06-08 Gary Benson <gbenson@redhat.com>
1190
1191 * gdb.threads/check-libthread-db.exp: New file.
1192 * gdb.threads/check-libthread-db.c: Likewise.
1193
c61b06a1
TT
11942018-06-05 Tom Tromey <tom@tromey.com>
1195
1196 * gdb.base/default.exp: Update expected "show version" output.
1197
eb6af809
TT
11982018-06-05 Tom Tromey <tom@tromey.com>
1199
1200 PR cli/12326:
1201 * gdb.cp/static-print-quit.exp: Update.
1202 * lib/gdb.exp (pagination_prompt): Update.
1203 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1204 * gdb.python/python.exp: Update.
1205
178d6a63
JB
12062018-06-04 Joel Brobecker <brobecker@adacore.com>
1207
1208 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1209
8e817061
JB
12102018-06-01 Joel Brobecker <brobecker@adacore.com>
1211
1212 * gdb.ada/bp_fun_addr: New testcase.
1213
e86ca25f
TT
12142018-06-01 Tom Tromey <tom@tromey.com>
1215
1216 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1217 results.
1218 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1219 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1220 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1221 * gdb.base/maint.exp (maint_pass_if): Update.
1222
4b2dfa9d
MR
12232018-05-31 Maciej W. Rozycki <macro@mips.com>
1224
1225 * gdb.base/endian.exp: New test.
1226 * gdb.base/endian.c: New test source.
1227
45f25d6c
AB
12282018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1229
1230 PR gdb/23203
1231 * gdb.base/bt-selected-frame.c: New file.
1232 * gdb.base/bt-selected-frame.exp: New file.
1233 * lib/gdb.exp (get_current_frame_number): New function.
1234
d9f6d7f8
MR
12352018-05-24 Maciej W. Rozycki <macro@mips.com>
1236 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.threads/tls-core.c: Include <stdlib.h>
1239 (thread_proc): Call `abort'.
1240 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1241 (tls_core_test): New procedure, bits factored out from ...
1242 (top level): ... here. Test both native cores and gcore cores.
1243
ff1cf532
TT
12442018-05-23 Tom Tromey <tom@tromey.com>
1245
1246 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1247
b98664d3
TT
12482018-05-23 Tom Tromey <tom@tromey.com>
1249
1250 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1251 symfile_complaints.
1252 (test_short_complaints): Likewise.
1253 (test_empty_complaints): Likewise.
1254 (test_initial_complaints): Update.
1255
4e9668d0
TT
12562018-05-23 Tom Tromey <tom@tromey.com>
1257
1258 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1259
43ba33c7
TT
12602018-05-23 Tom Tromey <tom@tromey.com>
1261
1262 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1263 (test_short_complaints): Update.
1264
035522c0
PA
12652018-05-22 Pedro Alves <palves@redhat.com>
1266
1267 * gdb.base/remote.exp: Only gdb_start after compiling the
1268 testcase. Issue "disconnect" before testing "set remote" command
1269 defaults. Issue clean_restart before running to main.
1270
cc0be08f
PA
12712018-05-22 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.base/remote.exp: Adjust expected output of "show remote
1274 memory-write-packet-size". Add tests for "set remote
1275 memory-write-packet-size 0" and "set remote
1276 memory-write-packet-size fixed/limit".
1277
b1b60145
PA
12782018-05-22 Pedro Alves <palves@redhat.com>
1279
1280 PR gdb/22973
1281 * gdb.base/utf8-identifiers.c: New file.
1282 * gdb.base/utf8-identifiers.exp: New file.
1283
0ec848ad
PFC
12842018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1285
1286 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1287
2c3305f6
PFC
12882018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1289
1290 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1291
ce1e8424
TT
12922018-05-18 Tom Tromey <tom@tromey.com>
1293
1294 * gdb.base/ptype-offsets.exp: Update.
1295
ddfe970e
KS
12962018-05-17 Keith Seitz <keiths@redhat.com>
1297
1298 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1299 in expected breakpoint stop locations.
1300 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1301 move to proper scope to test variable values.
1302 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1303 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1304 New functions.
1305 (main): Call not_inline_func3.
1306 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1307 inline_func1, inline_func2, and inline_func3. Test that when each
1308 breakpoint is hit, GDB properly reports both the stop location
1309 and the backtrace. Repeat tests for temporary breakpoints.
1310
0726fcc6
MR
13112018-05-15 Maciej W. Rozycki <macro@mips.com>
1312
1313 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1314 rather then trying to access it in determining whether the PID
1315 of `gdbserver' could have been retrieved.
1316
8ee22052
AB
13172018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1318
1319 * gdb.arch/amd64-init-x87-values.S: New file.
1320 * gdb.arch/amd64-init-x87-values.exp: New file.
1321
7785df48
JK
13222018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1323
1324 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1325
56bcdbea
TT
13262018-05-04 Tom Tromey <tom@tromey.com>
1327
1328 PR python/22730:
1329 * gdb.python/python.exp: Test multi-line execute.
1330
a913fffb
TT
13312018-05-04 Tom Tromey <tom@tromey.com>
1332
1333 PR python/22731:
1334 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1335
7a2c85f2
TT
13362018-05-04 Tom Tromey <tom@tromey.com>
1337
1338 PR gdb/11750:
1339 * gdb.base/define.exp: Test defining a user command inside a user
1340 command.
1341 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1342
a3b60e45
JK
13432018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1344 Pedro Alves <palves@redhat.com>
1345
1346 PR breakpoints/19806 and support for PR external/20207.
1347 * gdb.base/watchpoint-unaligned.c: New file.
1348 * gdb.base/watchpoint-unaligned.exp: New file.
1349
45fe4a03
AB
13502018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.base/maint.exp: Make test names unique, use
1353 test_prefix_command_help to test 'help maint info', and remove
1354 repeated test of 'help maint'.
1355
9be2ae8f
TT
13562018-05-04 Tom Tromey <tom@tromey.com>
1357
1358 PR gdb/22619:
1359 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1360 behavior.
1361
11859c31
AB
13622018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * gdb.base/maint.exp: Process output from 'maint print registers'
1365 line at a time.
1366
089a9490
AB
13672018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1370 timeout.
1371
9b0797e2
AB
13722018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1375 filter pattern.
1376
f6ac5f3d
PA
13772018-05-02 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1380 to_log_command renames.
1381 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1382
77d3c63b
TT
13832018-05-02 Tom Tromey <tom@tromey.com>
1384
1385 * gdb.python/py-parameter.exp: Set test message.
1386
0489430a
TT
13872018-05-02 Tom Tromey <tom@tromey.com>
1388
1389 PR python/20084:
1390 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1391 PARAM_ZUINTEGER_UNLIMITED tests.
1392
1632f8ba
DR
13932018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1394
1395 PR rust/23124
1396 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1397 when casting.
1398
6d7bb824
TT
13992018-04-30 Tom Tromey <tom@tromey.com>
1400
1401 * gdb.python/py-type.exp: Check align attribute.
1402 * gdb.python/py-type.c: New "aligncheck" global.
1403
007e1530
TT
14042018-04-30 Tom Tromey <tom@tromey.com>
1405
1406 PR exp/17095:
1407 * gdb.dwarf2/dw2-align.exp: New file.
1408 * gdb.cp/align.exp: New file.
1409 * gdb.base/align.exp: New file.
1410 * lib/gdb.exp (gdb_int128_helper): New proc.
1411 (has_int128_c, has_int128_cxx): New caching procs.
1412
6873858b
TT
14132018-04-27 Tom Tromey <tom@tromey.com>
1414
1415 PR rust/22545:
1416 * gdb.rust/simple.exp: Add inclusive range tests.
1417
79188d8d
PA
14182018-04-26 Pedro Alves <palves@redhat.com>
1419
1420 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1421 ifunc breakpoint locations correctly of ifunc breakpoints set
1422 while the program resolves the ifunc.
1423
c7075ad5
PA
14242018-04-26 Pedro Alves <palves@redhat.com>
1425
1426 * gdb.base/gnu-ifunc-final.c: New file.
1427 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1428 * gdb.base/gnu-ifunc.exp (executable): Delete.
1429 (staticexecutable): Adjust.
1430 (lib_opts, exec_opts): Delete.
1431 (make_binsuffix, build, set-break): New procedures.
1432 (misc_tests): New, with tests factored out from the top level.
1433 (top level): Test different combinations of ifunc resolver name,
1434 resolver with and with debug info, and ifunc target with and
1435 without debug info. Wrap static tests with with_target_prefix.
1436
8388016d
PA
14372018-04-26 Pedro Alves <palves@redhat.com>
1438
1439 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1440 return type" warnings.
1441
249b5733
PA
14422018-04-25 Pedro Alves <palves@redhat.com>
1443
1444 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1445 killed".
1446 * gdb.base/kill-after-signal.exp: Likewise.
1447 * gdb.threads/kill.exp: Likewise.
1448
f67c0c91
SDJ
14492018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1450 Sergio Durigan Junior <sergiodj@redhat.com>
1451 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1454 regexps to expect for '[Inferior ... detached]' as well.
1455 * gdb.base/attach.exp: Likewise.
1456 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1457 "gdb_continue_to_end".
1458 (test_catch_syscall_with_wrong_args): Likewise.
1459 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1460 ']'. Don't set 'verbose' on.
1461 * gdb.base/foll-vfork.exp: Likewise.
1462 * gdb.base/fork-print-inferior-events.c: New file.
1463 * gdb.base/fork-print-inferior-events.exp: New file.
1464 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1465 '[Inferior ... has been killed]' message.
1466 * gdb.base/kill-after-signal.exp: Likewise.
1467 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1468 detach message.
1469 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1470 message.
1471 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1472 regexps to expect for '[Inferior ... detached]' as well.
1473 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1474
0a8ddac4
SM
14752018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1476
1477 PR gdb/23104
1478 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1479
d27d16bf
RB
14802018-04-19 Richard Bunt <richard.bunt@arm.com>
1481
1482 * gdb.threads/multiple-successive-infcall.c: New test.
1483 * gdb.threads/multiple-successive-infcall.exp: New file.
1484
a037790e
TT
14852018-04-17 Tom Tromey <tom@tromey.com>
1486
1487 * gdb.rust/simple.rs (Union): New type.
1488 (main): New local "u".
1489 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1490
e3a91079
AA
14912018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1492
1493 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1494 number information in output of "whereis" command.
1495 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1496
b744723f
AA
14972018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1498
1499 * gdb.ada/info_types.exp: Adjust expected output to the line
1500 numbers now printed by "info var/func/type".
1501 * gdb.base/completion.exp: Likewise.
1502 * gdb.base/included.exp: Likewise.
1503 * gdb.cp/cp-relocate.exp: Likewise.
1504 * gdb.cp/cplusfuncs.exp: Likewise.
1505 * gdb.cp/namespace.exp: Likewise.
1506 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1507
4a4495d6
MM
15082018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1509
1510 * gdb.btrace/cpu.exp: New.
1511
1d509aa6
MM
15122018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1513
1514 * gdb.base/step-indirect-call-thunk.exp: New.
1515 * gdb.base/step-indirect-call-thunk.c: New.
1516 * gdb.reverse/step-indirect-call-thunk.exp: New.
1517 * gdb.reverse/step-indirect-call-thunk.c: New.
1518
6295b6da
SM
15192018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1520
1521 * gdb.base/pie-fork.c: New file.
1522 * gdb.base/pie-fork.exp: New file.
1523
50146e70
TT
15242018-04-11 Tom Tromey <tom@tromey.com>
1525
1526 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1527
f50d8a2e
PA
15282018-04-10 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1531 exits. Instead loop running forever.
1532 (fork_parent): Run forever too.
1533
a0be7a36
SM
15342018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1535
1536 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1537 mi_continue_to_line.
1538 * gdb.mi/mi-stack.c (callee4): Add comment.
1539
9b73db36
SM
15402018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1541
1542 * gdb.mi/mi-stack.exp: Fix indentation.
1543
c912f608
SM
15442018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1545
1546 PR gdb/22979
1547 * gdb.arch/amd64-osabi.exp: New file.
1548
26540402
SM
15492018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1550
1551 PR gdb/22980
1552 * gdb.base/osabi.exp: New file.
1553
121ad66c 15542018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1555
1556 * gdb.cp/static-typedef-print.exp: New file.
1557 * gdb.cp/static-typedef-print.cc: New file.
1558
3fcded8f
JB
15592018-03-27 Joel Brobecker <brobecker@adacore.com>
1560
1561 * gdb.ada/varsize_limit: New testcase.
1562
59cc4834
JB
15632018-03-27 Joel Brobecker <brobecker@adacore.com>
1564
1565 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1566
1567 * gdb.ada/notcplusplus: New testcase.
1568
1569 * gdb.base/c-linkage-name.c: New file.
1570 * gdb.base/c-linkage-name.exp: New testcase.
1571
4ca59a9f
TT
15722018-03-26 Tom Tromey <tom@tromey.com>
1573
1574 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1575 * gdb.python/py-framefilter.py (name_error): New global.
1576 (ErrorInName.function): Use name_error.
1577
978d6c75
TT
15782018-03-26 Tom Tromey <tom@tromey.com>
1579
1580 PR backtrace/15582:
1581 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1582
b7fee5a3
KS
15832018-03-23 Keith Seitz <keiths@redhat.com>
1584
1585 PR c++/22968
1586 * gdb.cp/subtypes.exp: New file.
1587 * gdb.cp/subtypes.h: New file.
1588 * gdb.cp/subtypes.cc: New file.
1589 * gdb.cp/subtypes-2.cc: New file.
1590
376be529
AB
15912018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1594 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1595 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1596 -nostartfiles when compiling the test. Confirm that all registers
1597 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1598
066cfa98
AB
15992018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1600
1601 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1602 option, syntax was wrong anyway.
1603 * gdb.arch/arm-disp-step.exp: Likewise.
1604 * gdb.arch/sparc64-regs.exp: Likewise.
1605 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1606 option, syntax was wrong anyway, switch to use
1607 prepare_for_testing.
1608 * gdb.arch/i386-disp-step.exp: Likewise.
1609
079670b9
AA
16102018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1611
1612 * gdb.ada/exec_changed.exp: Replace "target_info exists
1613 use_gdb_stub" by "use_gdb_stub".
1614 * gdb.ada/start.exp: Likewise.
1615 * gdb.base/async-shell.exp: Likewise.
1616 * gdb.base/attach-pie-misread.exp: Likewise.
1617 * gdb.base/attach-wait-input.exp: Likewise.
1618 * gdb.base/break-entry.exp: Likewise.
1619 * gdb.base/break-interp.exp: Likewise.
1620 * gdb.base/dprintf-detach.exp: Likewise.
1621 * gdb.base/nostdlib.exp: Likewise.
1622 * gdb.base/solib-nodir.exp: Likewise.
1623 * gdb.base/statistics.exp: Likewise.
1624 * gdb.base/testenv.exp: Likewise.
1625 * gdb.mi/mi-exec-run.exp: Likewise.
1626 * gdb.mi/mi-start.exp: Likewise.
1627 * gdb.multi/dummy-frame-restore.exp: Likewise.
1628 * gdb.multi/multi-arch-exec.exp: Likewise.
1629 * gdb.multi/multi-arch.exp: Likewise.
1630 * gdb.multi/tids.exp: Likewise.
1631 * gdb.multi/watchpoint-multi.exp: Likewise.
1632 * gdb.python/py-events.exp: Likewise.
1633 * gdb.threads/attach-into-signal.exp: Likewise.
1634 * gdb.threads/attach-stopped.exp: Likewise.
1635 * gdb.threads/threadapply.exp: Likewise.
1636 * lib/selftest-support.exp: Likewise.
1637
26d6cec4
AA
16382018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1639
1640 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1641
4ee89e90
SR
16422018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1643
1644 * gdb.perf/template-breakpoints.cc: New file.
1645 * gdb.perf/template-breakpoints.exp: New file.
1646 * gdb.perf/template-breakpoints.py: New file.
1647
92630041
TT
16482018-03-19 Tom Tromey <tom@tromey.com>
1649
1650 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1651 y0.
1652 * gdb.rust/simple.exp: Test bare identifier form of struct
1653 initializer.
1654
76727919
TT
16552018-03-19 Tom Tromey <tom@tromey.com>
1656
1657 * gdb.gdb/observer.exp: Remove.
1658
194ed413
AA
16592018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1660
1661 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1662 "qualified" option when setting breakpoints.
1663 * gdb.trace/backtrace.exp: Likewise.
1664 * gdb.trace/circ.exp: Likewise.
1665 * gdb.trace/collection.exp: Likewise.
1666 * gdb.trace/disconnected-tracing.exp: Likewise.
1667 * gdb.trace/ftrace-lock.exp: Likewise.
1668 * gdb.trace/ftrace.exp: Likewise.
1669 * gdb.trace/infotrace.exp: Likewise.
1670 * gdb.trace/packetlen.exp: Likewise.
1671 * gdb.trace/passc-dyn.exp: Likewise.
1672 * gdb.trace/qtro.exp: Likewise.
1673 * gdb.trace/read-memory.exp: Likewise.
1674 * gdb.trace/report.exp: Likewise.
1675 * gdb.trace/signal.exp: Likewise.
1676 * gdb.trace/status-stop.exp: Likewise.
1677 * gdb.trace/strace.exp: Likewise.
1678 * gdb.trace/tfind.exp: Likewise.
1679 * gdb.trace/trace-break.exp: Likewise.
1680 * gdb.trace/trace-condition.exp: Likewise.
1681 * gdb.trace/trace-mt.exp: Likewise.
1682 * gdb.trace/tstatus.exp: Likewise.
1683 * gdb.trace/tsv.exp: Likewise.
1684 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1685 * gdb.trace/unavailable.exp: Likewise.
1686 * gdb.trace/while-dyn.exp: Likewise.
1687
8b067d2c
AA
16882018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1689
1690 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1691 that libinproctrace is copied to the target.
1692
3ae9ce5d
TT
16932018-03-14 Tom Tromey <tom@tromey.com>
1694
1695 PR cli/14977:
1696 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1697 a null pointer.
1698 * gdb.base/wchar.exp: Likewise.
1699
b8c2339b
TT
17002018-03-14 Tom Tromey <tom@tromey.com>
1701
1702 PR cli/19918:
1703 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1704 flag.
1705
4872dc46
SM
17062018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1707
1708 PR gdb/22841
1709 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1710 "target" to remote_exec.
1711
e4fe3756
SM
17122018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1713
1714 PR gdb/22841
1715 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1716 ${board}_upload): Remove.
1717
e95a97d4
AA
17182018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1719
1720 * gdb.cp/watch-cp.cc: New test.
1721 * gdb.cp/watch-cp.exp: New file.
1722
dbbb1059
AB
17232018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.base/infcall-nested-structs.exp: New file.
1726 * gdb.base/infcall-nested-structs.c: New file.
1727 * gdb.base/float.exp: Add riscv support.
1728
ecc054c0
TP
17292018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1730
1731 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1732 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1733
25e3c82c
SDJ
17342018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1735
1736 * gdb.server/abspath.exp: New file.
1737 * lib/gdb.exp (with_cwd): New procedure.
1738
3083294d
SM
17392018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1740
1741 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1742 use it.
1743 (gdb_is_target_remote_prompt): New proc.
1744 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1745 (gdb_is_target_native): Pass prompt parameter to
1746 gdb_is_target_1.
1747
3275ef47
SM
17482018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1749
1750 * gdb.base/load-command.c: New file.
1751 * gdb.base/load-command.exp: New file.
1752 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1753 (gdb_is_target_1): ...this, and generalize for other targets
1754 than just remote.
1755 (gdb_is_target_remote): Use gdb_is_target_1.
1756 (gdb_is_target_native): use gdb_is_target_1.
1757
6893c19a
TT
17582018-02-26 Tom Tromey <tom@tromey.com>
1759
1760 PR python/16497:
1761 * gdb.python/py-framefilter.exp: Update test.
1762
2ddeaf8a
TT
17632018-02-26 Tom Tromey <tom@tromey.com>
1764
1765 * gdb.dwarf2/variant.c: New file.
1766 * gdb.dwarf2/variant.exp: New file.
1767
c9317f21
TT
17682018-02-26 Tom Tromey <tom@tromey.com>
1769
1770 * gdb.rust/simple.exp: Accept more possible results in enum test.
1771
6f6d0c26
SM
17722018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1773
1774 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1775 parentheses.
1776
11b03145
MR
17772018-02-23 Maciej W. Rozycki <macro@mips.com>
1778
1779 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1780 name of a variable: $actual_linejj -> $actual_line.
1781
54a27fe5
JB
17822018-02-21 John Baldwin <jhb@FreeBSD.org>
1783
1784 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1785
de65820c
MM
17862018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1787
1788 * gdb.btrace/buffer-size.exp: Do not force BTS.
1789
980548fd
PA
17902018-02-14 Pedro Alves <palves@redhat.com>
1791
1792 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1793 getting a "Quit".
1794
c4e12631
MM
17952018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1796
1797 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1798 Fix test name.
1799
c2e0e465
SM
18002018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1801
1802 * gdb.cp/m-static.exp: Check type of optimized out static
1803 member.
1804
f7216783
AB
18052018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1806
1807 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1808 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1809
0625771b
LS
18102018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1811 Leszek Swirski <leszeks@google.com>
1812
1813 * gdb.python/py-prettyprint.c
1814 (struct to_string_returns_value_inner,
1815 struct to_string_returns_value_wrapper): New.
1816 (main): Add tsrvw variable.
1817 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1818 ToStringReturnsValueWrapper): New classes.
1819 (register_pretty_printers): Register new pretty-printers.
1820 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1821 recursive pretty printer.
1822 * gdb.python/py-mi.exp: Likewise.
1823
59498c30
LS
18242018-02-01 Leszek Swirski <leszeks@google.com>
1825
1826 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1827 functions with the same name as an include file are parsed
1828 correctly.
1829
d4d38844
YQ
18302018-02-01 Yao Qi <yao.qi@linaro.org>
1831
1832 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1833 "\[^\r\n\]*".
1834
07e5f5cf
NP
18352018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1836
1837 * gdb.arch/powerpc-prologue-frame.s: New file.
1838 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1839 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1840
929b5ad4
JB
18412018-01-31 Joel Brobecker <brobecker@adacore.com>
1842
1843 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1844
e671cd59
PA
18452018-01-30 Pedro Alves <palves@redhat.com>
1846
1847 PR gdb/13211
1848 * gdb.base/interrupt-daemon.c: New.
1849 * gdb.base/interrupt-daemon.exp: New.
1850 * gdb.multi/multi-term-settings.c: New.
1851 * gdb.multi/multi-term-settings.exp: New.
1852
fc413dc4
JB
18532018-01-30 Joel Brobecker <brobecker@adacore.com>
1854
1855 * gdb.base/break.exp: Save the location where the breakpoint
1856 on break.c:47 was actually inserted when debugging the version
1857 compiled at -O2 and use it in the expected output of the "info
1858 break" test performed soon after.
1859
5c319bb2
PA
18602018-01-22 Pedro Alves <palves@redhat.com>
1861 Sergio Durigan Junior <sergiodj@redhat.com>
1862
1863 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1864 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1865
a9e40818
JB
18662018-01-22 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.base/break-include.c, gdb.base/break-include.inc,
1869 gdb.base/break-include.exp: New files.
1870 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1871 line number now being the actual line number where the breakpoint
1872 was inserted.
1873 * gdb.mi/mi-break.exp: Likewise.
1874 * gdb.mi/mi-reverse.exp: Likewise.
1875 * gdb.mi/mi-simplerun.exp: Ditto.
1876
e707fc44
AB
18772018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1878
1879 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1880 varobj.
1881 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1882
ae451627
AB
18832018-01-21 Don Breazeal <donb@codesourcery.com>
1884 Andrew Burgess <andrew.burgess@embecosm.com>
1885
1886 * gdb.mi/basics.c: Add new global.
1887 * gdb.mi/mi-frame-regs.exp: New file.
1888 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1889 case.
1890
b1b189e0
AB
18912018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1892
1893 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1894 non-parameter, and on an unknown symbol.
1895
fcfcc376
TT
18962018-01-19 Tom Tromey <tom@tromey.com>
1897
1898 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1899 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1900
634c1c31
AA
19012018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1902
1903 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1904 setrlimit and chdir to int.
1905
d6ad07fd
AA
19062018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1907
1908 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1909 function.
1910 (my_tend): Likewise.
1911 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1912 rationale of avoiding FP- and vector instructions.
1913
adf8243b
RK
19142018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1915
1916 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1917 "info reg" with "\[ \t\]*".
1918 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1919 "\[ \t\]+".
1920 * gdb.arch/s390-multiarch.exp: Ditto.
1921 * gdb.base/pc-fp.exp: Ditto.
1922 * gdb.reverse/i386-precsave.exp: Ditto.
1923 * gdb.reverse/i386-reverse.exp: Ditto.
1924 * gdb.reverse/i387-env-reverse.exp: Ditto.
1925 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1926
dcc06925
AA
19272018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1928
1929 * lib/gdb.exp (gdb_compile): Re-enable use of
1930 universal_compile_options for languages other than Rust.
1931
25d4fd80
AA
19322018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1933
1934 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1935
ee7f689e 19362018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1937
1938 PR gdb/16577
1939 * gdb.base/solib-vanish.exp: New.
1940 * gdb.base/solib-vanish-main.c: New.
1941 * gdb.base/solib-vanish-lib1.c: New.
1942 * gdb.base/solib-vanish-lib2.c: New.
1943
d8447b6b
YQ
19442018-01-17 Yao Qi <yao.qi@linaro.org>
1945
1946 * gdb.compile/compile.exp: Match the address printed for
1947 frame in the output of command "bt".
1948
86d6a90c
TT
19492018-01-15 Tom Tromey <tom@tromey.com>
1950
1951 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1952 compute sp_reg.
1953
cbcdb1aa
AB
19542018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1955
1956 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1957 to prepare.
1958 (prepare): Return 0 on error, 1 on success.
1959
eea61984
PA
19602018-01-12 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.base/continue-after-aborted-step-over.c: New.
1963 * gdb.base/continue-after-aborted-step-over.exp: New.
1964
6181e9c2
SM
19652018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1966
1967 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1968 options when not creating an executable.
1969
3cada740
PA
19702018-01-11 Pedro Alves <palves@redhat.com>
1971
1972 PR remote/22597
1973 * gdb.server/stop-reply-no-thread.c: New file.
1974 * gdb.server/stop-reply-no-thread.exp: New file.
1975
c63d3e8d
PA
19762018-01-10 Pedro Alves <palves@redhat.com>
1977
1978 PR gdb/22670
1979 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1980 functions too. Test setting breakpoints and printing C functions
1981 with no debug info too.
1982 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1983
d4c2a405
PA
19842018-01-10 Pedro Alves <palves@redhat.com>
1985
1986 PR gdb/22670
1987 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1988 a fail.
1989
8825213e
PA
19902018-01-10 Pedro Alves <palves@redhat.com>
1991
1992 PR gdb/22670
1993 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1994
605fd3c6
YQ
19952018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1996
1997 * gdb.server/unittest.exp: Match the output in non-development
1998 mode.
1999
1e5ded6c
YQ
20002018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2001
2002 * gdb.gdb/unittest.exp: Match output in non-development mode.
2003
30066b0b
JB
20042018-01-08 Joel Brobecker <brobecker@adacore.com>
2005
2006 * gdb.ada/access_tagged_param.exp: Relax expected output
2007 for value of "ObjL" in "continue" to pck.inspect breakpoint
2008 test.
2009
04bafb1e
XR
20102018-01-08 Joel Brobecker <brobecker@adacore.com>
2011
9f86398b
JB
2012 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2013 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2014
e379cee6
PA
20152018-01-05 Pedro Alves <palves@redhat.com>
2016
2017 PR gdb/18653
2018 * gdb.base/libsegfault.exp: New.
2019
de63c46b
PA
20202018-01-05 Joel Brobecker <brobecker@adacore.com>
2021
2022 PR gdb/22670
2023 * gdb.ada/access_tagged_param.exp: New file.
2024 * gdb.ada/access_tagged_param/foo.adb: New file.
2025
f98fc17b
PA
20262018-01-05 Pedro Alves <palves@redhat.com>
2027
2028 PR gdb/22670
2029 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2030 exercise lower case too, and to exercise both full matching and
2031 wild matching.
2032
342f8240
JB
20332018-01-05 Joel Brobecker <brobecker@adacore.com>
2034
2035 * gdb.ada/rename_subscript_param: New testcase.
2036
7150d33c
JG
20372018-01-05 Jerome Guitton <guitton@adacore.com>
2038
2039 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2040
cc0e770c
JB
20412018-01-05 Joel Brobecker <brobecker@adacore.com>
2042
2043 * gdb.ada/convvar_comp: New testcase.
2044
672a41aa 20452018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2046
2047 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2048 (My_Table): New global variable.
2049 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2050
7365ec2f
JB
20512018-01-04 Joel Brobecker <brobecker@adacore.com>
2052
2053 PR gdb/22670
2054 * gdb.ada/maint_with_ada: New testcase.
2055
289483b6
JB
20562018-01-04 Joel Brobecker <brobecker@adacore.com>
2057
2058 PR gdb/22670
2059 * gdb.ada/bp_c_mixed_case: New testcase.
2060
344420da
JB
20612018-01-04 Joel Brobecker <brobecker@adacore.com>
2062
2063 PR gdb/22670
2064 * gdb.ada/complete.exp: Add "complete break ada" test.
2065
66fc87a0
JB
20662018-01-04 Joel Brobecker <brobecker@adacore.com>
2067
2068 PR gdb/22670
2069 * gdb.ada/info_addr_mixed_case: New testcase.
2070
9f757bf7
XR
20712018-01-03 Xavier Roirand <roirand@adacore.com>
2072
2073 * gdb.ada/excep_handle.exp: New testcase.
2074 * gdb.ada/excep_handle/foo.adb: New file.
2075 * gdb.ada/excep_handle/pck.ads: New file.
2076
bd570f80
JB
20772018-01-03 Joel Brobecker <brobecker@adacore.com>
2078
2079 * gdb.base/step-line.c: Add extra empty line in copyright header.
2080 * gdb.base/step-line.inp: Likewise.
2081
9fe561ab
JB
20822018-01-02 Joel Brobecker <brobecker@adacore.com>
2083
2084 * gdb.ada/dyn_stride.exp: Add slice test.
2085
a405673c
JB
20862018-01-02 Joel Brobecker <brobecker@adacore.com>
2087
2088 * gdb.ada/dyn_stride: New testcase.
2089
cef0f868
SH
20902017-12-27 Stafford Horne <shorne@gmail.com>
2091
2092 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2093 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2094
b67d92b0
SH
20952017-12-27 Stafford Horne <shorne@gmail.com>
2096
2097 * gdb.base/reggroups.c: New file.
2098 * gdb.base/reggroups.exp: New file.
2099
eccab96d
JB
21002017-12-18 Joel Brobecker <brobecker@adacore.com>
2101
2102 * gdb.dwarf2/ada-valprint-error.c: New file.
2103 * gdb.dwarf2/ada-valprint-error.exp: New file.
2104
0e2da9f0
JB
21052017-12-18 Joel Brobecker <brobecker@adacore.com>
2106
2107 * gdb.ada/assign_arr: New testcase.
2108
cb923fcc
XR
21092017-12-18 Xavier Roirand <roirand@adacore.com>
2110
2111 * gdb.ada/funcall_ptr: New testcase.
2112
7c161838
SDJ
21132017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2114
2115 PR cli/16224
2116 * gdb.base/ptype-offsets.cc: New file.
2117 * gdb.base/ptype-offsets.exp: New file.
2118
1af17fd9
YQ
21192017-12-15 Yao Qi <yao.qi@linaro.org>
2120
2121 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2122 if XML is disabled.
2123
828d5846
XR
21242017-12-15 Xavier Roirand <roirand@adacore.com>
2125
2126 * gdb.ada/same_component_name: New testcase.
2127
79e8fcaa
JB
21282017-12-14 Joel Brobecker <brobecker@adacore.com>
2129
2130 * gdb.ada/str_binop_equal: New testcase.
2131
e05fa6f9
JB
21322017-12-14 Joel Brobecker <brobecker@adacore.com>
2133
2134 * gdb.ada/task_switch_in_core: New testcase.
2135
b89641ba
SM
21362017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2137
2138 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2139 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2140 call test_bkpt_qualified.
2141 (test_bkpt_qualified): New proc.
2142
6892d2e4
PA
21432017-12-13 Pedro Alves <palves@redhat.com>
2144
2145 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2146 Tighten regexp by matching with an anchor.
2147
a22ecf70
PA
21482017-12-13 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2151 ("expression with namespace"): New set of tests.
2152 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2153 (Nested::Test_NS::qux): New.
2154 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2155 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2156
9937536c
JB
21572017-12-13 Joel Brobecker <brobecker@adacore.com>
2158
2159 * gdb.base/server-del-break.c: New file.
2160 * gdb.base/server-del-break.exp: New file.
2161
fe49c6f5
SH
21622017-12-12 Stafford Horne <shorne@gmail.com>
2163
2164 * gdb.xml/tdesc-regs.exp: Add or1k support.
2165
c3d18620
SH
21662017-12-12 Stafford Horne <shorne@gmail.com>
2167
2168 * gdb.base/bp-permanent.c: Define nop of or1k.
2169
c5f9cfc8
JB
21702017-12-11 Joel Brobecker <brobecker@adacore.com>
2171
2172 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2173 output with components being reordered.
2174
a9c135fc
JB
21752017-12-11 Joel Brobecker <brobecker@adacore.com>
2176
2177 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2178 output with components being reordered.
2179
927aa2e7
JK
21802017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2181 Pedro Alves <palves@redhat.com>
2182
2183 * gdb.base/maint.exp (check for .gdb_index): Check also for
2184 .debug_names.
2185 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2186 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2187 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2188 (.gdb_index used after symbol reloading): Support also .debug_names.
2189 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2190
f17d9474
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 tests for watchpoint.
2195
a0de8c21
YQ
21962017-12-08 Yao Qi <yao.qi@linaro.org>
2197
2198 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2199 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2200
a738ea1d
YQ
22012017-12-08 Yao Qi <yao.qi@linaro.org>
2202
2203 * gdb.arch/aarch64-tagged-pointer.c: New file.
2204 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2205
1cd9a73b
SDJ
22062017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2207
2208 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2209 "int".
2210
fa6eb693
KS
22112017-12-07 Keith Seitz <keiths@redhat.com>
2212
2213 PR breakpoints/22569
2214 * gdb.linespec/ls-errs.exp: Change expected result of "break
2215 -source this file has spaces.c -line 3".
2216 Check that an explicit source file followed by whitespace is
2217 identified as an invalid explicit location.
2218
883fd55a
KS
22192017-12-07 Keith Seitz <keiths@redhat.com>
2220
2221 * gdb.cp/nested-types.cc: New file.
2222 * gdb.cp/nested-types.exp: New file.
2223 * lib/cp-support.exp: Load data-structures.exp library.
2224 (debug_cp_test_ptype_class): New global.
2225 (cp_ptype_class_verbose, next_line): New procedures.
2226 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2227 Add and document new return value.
2228 Switch the list of lines to a queue.
2229 Add support for new `type' key for nested type definitions.
2230 Add debugging/troubleshooting messages.
2231 * lib/data-structures.exp: New file.
2232
ec72db3e
SM
22332017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2234
2235 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2236 with proc_with_prefix, don't use with_test_prefix.
2237
99598d71
TT
22382017-12-07 Tom Tromey <tom@tromey.com>
2239
2240 * gdb.base/break.exp: Add test for empty "commands".
2241
a8806230
YQ
22422017-12-07 Yao Qi <yao.qi@linaro.org>
2243
2244 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2245 malloc and catch syscall.
2246
824cc835
PM
22472017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2248
2249 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2250 tests for explicit locations.
2251
7cc244de
PA
22522017-12-06 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2255 force-disabling XML descriptions.
2256
50a1fdd5
PA
22572017-12-04 Pedro Alves <palves@redhat.com>
2258
2259 PR gdb/22499
2260 * gdb.arch/amd64-disp-step-avx.S: New file.
2261 * gdb.arch/amd64-disp-step-avx.exp: New file.
2262
f0fb2488
PA
22632017-12-03 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2266 and <string.h>.
2267 (parent_function): Print distinct messages when waitpid fails, or
2268 the child exits with a signal, or the child exits for an unhandled
2269 reason.
2270 * gdb.threads/process-dies-while-detaching.exp
2271 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2272 it. Wait for both inferior output and GDB's prompt. Use an
2273 indirect spawn id list.
2274 (do_detach): New parameter 'child_exit'. Use it to compute
2275 expected inferior output.
2276 (test_detach, test_detach_watch, test_detach_killed_outside):
2277 Adjust to pass down the expected child exit kind.
2278
97cbe998
SDJ
22792017-12-01 Joel Brobecker <brobecker@adacore.com>
2280 Sergio Durigan Junior <sergiodj@redhat.com>
2281 Pedro Alves <palves@redhat.com>
2282
2283 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2284
40fc416f
SDJ
22852017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2286
2287 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2288 to 'symbol-file' and 'add-symbol-file' can be
2289 position-independent.
2290
1cc75e92
YQ
22912017-12-01 Yao Qi <yao.qi@linaro.org>
2292
2293 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2294 the URL in copyright header.
2295 * gdb.arch/aarch64-fp.exp: Likewise.
2296 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2297 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2298 * gdb.base/expand-psymtabs.exp: Likewise.
2299 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2300 * gdb.fortran/common-block.exp: Likewise.
2301 * gdb.fortran/common-block.f90: Likewise.
2302 * gdb.fortran/logical.exp: Likewise.
2303 * gdb.fortran/vla-datatypes.f90: Likewise.
2304 * gdb.fortran/vla-sub.f90: Likewise.
2305
875fb7a7
JB
23062017-11-30 Joel Brobecker <brobecker@adacore.com>
2307
2308 * gdb.ada/repeat_dyn: New testcase.
2309
6f14765f
UW
23102017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2311
2312 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2313 Update for changed thread numbering.
2314 * gdb.cell/bt.exp: Update for changed GDB output.
2315
f1af7b94
SM
23162017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2317
2318 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2319 setting isremote by hand.
2320 * boards/dwarf4-gdb-index.exp: Likewise.
2321 * boards/fission.exp: Likewise.
2322 * boards/stabs.exp: Likewise.
2323
e3919f3e
PA
23242017-11-30 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.linespec/cpls-ops.exp
2327 (check_explicit_skips_function_argument): Extract the underlying
2328 type of size_t instead of hardcoding it.
2329
bd69330d
PA
23302017-11-29 Pedro Alves <palves@redhat.com>
2331
2332 PR c++/19436
2333 * gdb.linespec/cpls-abi-tag.cc: New file.
2334 * gdb.linespec/cpls-abi-tag.exp: New file.
2335
a20714ff
PA
23362017-11-29 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/langs.exp: Use -qualified.
2339 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2340 it.
2341 * gdb.cp/namespace.exp: Use -qualified.
2342 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2343 (overload-3, template-overload, template-ret-type, const-overload)
2344 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2345 procedures.
2346 (test_driver): Call them.
2347 * gdb.cp/save-bp-qualified.cc: New.
2348 * gdb.cp/save-bp-qualified.exp: New.
2349 * gdb.linespec/explicit.exp: Test -qualified.
2350 * lib/completion-support.exp (completion::explicit_opts_list): Add
2351 "-qualified".
2352 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2353
f6f1d339
PM
23542017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2355
2356 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2357
02ca603a
TT
23582017-11-29 Tom Tromey <tom@tromey.com>
2359
2360 * gdb.base/relocate.exp: Update invalid argument test.
2361 Add new tests for invalid arguments.
2362
ed6c0bfb
TP
23632017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2364
2365 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2366 Return 0 as a long.
2367 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2368
f106e10e
TP
23692017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2370
2371 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2372 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2373 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2374 func ().
2375 * gdb.cp/shadow.cc (B.func): Return 0.
2376
10329bb2
JB
23772017-11-27 Joel Brobecker <brobecker@adacore.com>
2378
2379 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2380 expected output in gdb_expect call to allow the exception
2381 message to be present as well. Fix syntax confusion to avoid
2382 TCL thinking that exception_name is an array.
2383
617cd4bc
UW
23842017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2385
2386 * gdb.arch/spu-info.c: Include <unistd.h>.
2387 (do_signal_test): Fix broken calls to write.
2388 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2389 Fix checks for empty mailboxes. Update signal tests for corrected
2390 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2391 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2392 * gdb.cell/arch.exp: Use standard_output_file.
2393 * gdb.cell/break.exp: Likewise.
2394 * gdb.cell/bt.exp: Likewise.
2395 * gdb.cell/core.exp: Likewise.
2396 * gdb.cell/dwarfaddr.exp: Likewise.
2397 * gdb.cell/ea-cache.exp: Likewise.
2398 * gdb.cell/ea-standalone.exp: Likewise.
2399 * gdb.cell/f-regs.exp: Likewise.
2400 * gdb.cell/fork.exp: Likewise.
2401 * gdb.cell/gcore.exp: Likewise.
2402 * gdb.cell/mem-access.exp: Likewise.
2403 * gdb.cell/ptype.exp: Likewise.
2404 * gdb.cell/registers.exp: Likewise.
2405 * gdb.cell/sizeof.exp: Likewise.
2406 * gdb.cell/solib-symbol.exp: Likewise.
2407 * gdb.cell/solib.exp: Likewise.
617cd4bc 2408
a81aaca0
PA
24092017-11-25 Pedro Alves <palves@redhat.com>
2410
2411 * gdb.base/complete-empty.exp: New file.
2412 * gdb.base/completion.exp: Adjust.
2413
6a3c6ee4
PA
24142017-11-25 Pedro Alves <palves@redhat.com>
2415
2416 * gdb.linespec/cpls-ops.cc: New file.
2417 * gdb.linespec/cpls-ops.exp: New file.
2418 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2419 factored out from ...
2420 (test_complete_prefix_range): ... this.
2421
8955eb2d
PA
24222017-11-24 Pedro Alves <palves@redhat.com>
2423
2424 * gdb.linespec/cpcompletion.exp: New file.
2425 * gdb.linespec/cpls-hyphen.cc: New file.
2426 * gdb.linespec/cpls.cc: New file.
2427 * gdb.linespec/cpls2.cc: New file.
2428 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2429 test to use test_gdb_complete_unique. Add label completion,
2430 keyword completion and explicit location completion tests.
2431 * lib/completion-support.exp: New file.
2432
e547c119
JB
24332017-11-24 Joel Brobecker <brobecker@adacore.com>
2434
2435 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2436 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2437 when hitting an exception catchpoint.
2438
7c3c1aa8
YQ
24392017-11-22 Yao Qi <yao.qi@linaro.org>
2440
2441 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2442
41bd68f5
SM
24432017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2444
2445 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2446 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2447 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2448
1daad298
YQ
24492017-11-22 Yao Qi <yao.qi@linaro.org>
2450
2451 * gdb.base/info-os.exp: Pass pthreads.
2452 * gdb.multi/multi-attach.exp: Likewise.
2453
88465e87
YQ
24542017-11-22 Yao Qi <yao.qi@linaro.org>
2455
2456 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2457 compiler.
2458
dc196b23
YQ
24592017-11-22 Yao Qi <yao.qi@linaro.org>
2460
2461 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2462 * gdb.base/break-interp.exp: Likewise.
2463 * gdb.base/jit-attach-pie.exp: Likewise.
2464
2400729e
UW
24652017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2466
2467 * gdb.base/float128.c (large128): New variable.
2468 * gdb.base/float128.exp: Add test to print largest __float128 value.
2469
7a26362d
UW
24702017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2471
2472 * gdb.arch/vsx-regs.exp: Update register content checks.
2473
ed0f4273
UW
24742017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2475
2476 * gdb.arch/ppc-longdouble.exp: New file.
2477 * gdb.arch/ppc-longdouble.c: Likewise.
2478
a25d69c6
PA
24792017-11-21 Pedro Alves <palves@redhat.com>
2480
2481 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2482
73fcf641
PA
24832017-11-20 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2486 (long_double_typedef): New typedefs.
2487 Use DEF on double and long double.
2488 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2489 cases.
2490 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2491 and 'long_double_ptr_same_size' locals. Use them to decide
2492 whether cast from array/function to float is valid/invalid.
2493
71a3c369
TT
24942017-11-17 Tom Tromey <tom@tromey.com>
2495
2496 * gdb.rust/traits.rs: New file.
2497 * gdb.rust/traits.exp: New file.
2498
ced9779b
JB
24992017-11-17 Joel Brobecker <brobecker@adacore.com>
2500
2501 * gdb.ada/minsyms: New testcase.
2502
a0922d80
PA
25032017-11-16 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2506 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2507
ea04e54c
PA
25082017-11-16 Pedro Alves <palves@redhat.com>
2509
2510 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2511 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2512
e849ea89
PA
25132017-11-16 Pedro Alves <palves@redhat.com>
2514
2515 * gdb.server/reconnect-ctrl-c.c: New file.
2516 * gdb.server/reconnect-ctrl-c.exp: New file.
2517
d8ae99a7
PM
25182017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2519
2520 * gdb.python/py-rbreak.exp: New file.
2521 * gdb.python/py-rbreak.c: New file.
2522 * gdb.python/py-rbreak-func2.c: New file.
2523
968a13f8
PA
25242017-11-16 Pedro Alves <palves@redhat.com>
2525
2526 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2527 pattern.
2528 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2529 GDB.
2530
71774bc9
SM
25312017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2532
2533 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2534 regex.
2535
ddbb44cf
SM
25362017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2537
2538 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2539 test names.
2540
584a564f
PA
25412017-11-09 Pedro Alves <palves@redhat.com>
2542
2543 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2544 factored out from ...
2545 (top level): ... here, and adjusted to avoid expecting beyond the
2546 prompt in a single gdb_test_multiple.
2547
5ed7a928
PA
25482017-11-09 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2551 output.
2552 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2553 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2554 * gdb.server/ext-run.exp ("kill" test): Likewise.
2555 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2556
a60e0738
PA
25572017-11-09 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2560 match till end of line.
2561
2c88253f
PA
25622017-11-09 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2565
c7a38517
PA
25662017-11-09 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2569 New procedures, factored out from ...
2570 (top level): ... here, and adjusted to avoid expecting beyond the
2571 prompt in one go.
2572
f29f4b6b
PA
25732017-11-09 Pedro Alves <palves@redhat.com>
2574
2575 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2576 output. Fix '?' match.
2577
286acbb5
JB
25782017-11-08 Joel Brobecker <brobecker@adacore.com>
2579
2580 * gdb.ada/scoped_watch: New testcase.
2581 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2582 which is actually correct.
2583 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2584 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2585
62d7ae92
PA
25862017-11-08 Pedro Alves <palves@redhat.com>
2587
2588 * gdb.gdb/complaints.exp (test_initial_complaints)
2589 (test_serial_complaints, test_short_complaints): Call
2590 complaint_internal instead of complaint.
2591
280ca31f
DT
25922017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2593
2594 * gdb.threads/tls-core.c: New file.
2595 * gdb.threads/tls-core.exp: Likewise.
2596
b5ec771e
PA
25972017-11-08 Pedro Alves <palves@redhat.com>
2598
2599 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2600 (p Exported_Capitalized): New test.
2601 (p exported_capitalized): New test.
2602
a02b41a7
PA
26032017-11-07 Pedro Alves <palves@redhat.com>
2604
2605 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2606
95e95a6d
PA
26072017-11-07 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2610 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2611 (disable_invalid, disable_inverted, disable_negative): New
2612 procedures.
2613 ("bad numbers"): New set of tests.
2614
cee62dbd
PA
26152017-11-07 Pedro Alves <palves@redhat.com>
2616
2617 * gdb.cp/ena-dis-br-range.exp: Add tests.
2618
cc638e86
PA
26192017-11-07 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2622
d0fe4701
XR
26232017-11-07 Xavier Roirand <roirand@adacore.com>
2624 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.base/ena-dis-br.exp: Add reference to
2627 gdb.cp/ena-dis-br-range.exp.
2628 * gdb.cp/ena-dis-br-range.exp: New file.
2629 * gdb.cp/ena-dis-br-range.cc: New file.
2630
46f67f80
PA
26312017-11-06 Pedro Alves <palves@redhat.com>
2632
2633 * gdb.base/attach-non-pgrp-leader.c: New.
2634 * gdb.base/attach-non-pgrp-leader.exp: New.
2635
726e1356
PA
26362017-11-06 Pedro Alves <palves@redhat.com>
2637
2638 * configure.ac: No longer check for termio.h and sgtty.h.
2639 * configure: Regenerate.
2640 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2641 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2642 Remove termio and sgtty code.
2643
50ab6ace
YQ
26442017-11-03 Yao Qi <yao.qi@linaro.org>
2645
2646 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2647 in GDB is disabled.
2648
8e68731c
YQ
26492017-11-03 Yao Qi <yao.qi@linaro.org>
2650
2651 * gdb.python/py-thrhandle.exp: Skip it if python is not
2652 enabled.
2653
3a87ae65
SM
26542017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2655
2656 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2657 as a breakpoint command.
2658
484d8d36
MD
26592017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2660
2661 PR python/21213
2662 * gdb.python/py-infthread.exp: Test calling
2663 InferiorThread.inferior () multiple times in a row.
2664
4a27f119
KS
26652017-10-27 Keith Seitz <keiths@redhat.com>
2666
2667 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2668 Test "info break" for every inlined function breakpoint.
2669
bb11dd58
YQ
26702017-10-27 Yao Qi <yao.qi@linaro.org>
2671
2672 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2673
a43f3893
PF
26742017-10-26 Patrick Frants <osscontribute@gmail.com>
2675
2676 * gdb.cp/classes.exp (test_static_members): Test printing
2677 Outer::instance.
2678 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2679 (Inner::instance, Outer::instance): New.
2680
792ccf00
PA
26812017-10-24 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2684 extra console" test in two stages.
2685
eb2bfbad
PA
26862017-10-24 Pedro Alves <palves@redhat.com>
2687
2688 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2689
1f75a651
PA
26902017-10-24 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2693 loop.
2694
779990d9
PA
26952017-10-24 Pedro Alves <palves@redhat.com>
2696
2697 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2698 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2699
ad9b8f5d
PA
27002017-10-24 Pedro Alves <palves@redhat.com>
2701
2702 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2703 parameter and handle it. Don't output read value in test name.
2704
fee6da6e
PA
27052017-10-24 Pedro Alves <palves@redhat.com>
2706
2707 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2708 custom test name.
2709
10389c2c
PA
27102017-10-24 Pedro Alves <palves@redhat.com>
2711
2712 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2713 include the unstable output directory name in the test's name.
2714 (initial_setup_simple) <'set args'>: Use custom test name.
2715
a80e65a9
PA
27162017-10-24 Pedro Alves <palves@redhat.com>
2717
2718 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2719 with explicit test name.
2720
15763a09
PA
27212017-10-20 Pedro Alves <palves@redhat.com>
2722
2723 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2724 'wait -i'. Use gdb_assert and remote_close.
2725
49a4ce2e
AB
27262017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2729 number from variable rather than hard-coded.
2730
a75868f5
PA
27312017-10-19 Pedro Alves <palves@redhat.com>
2732
2733 * gdb.base/long-inferior-output.c: New file.
2734 * gdb.base/long-inferior-output.exp: New file.
2735
c8ba13ad
KS
27362017-11-18 Keith Seitz <keiths@redhat.com>
2737
2738 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2739 method.
2740 (main): Call it.
2741 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2742 Add additional user-defined conversion operator tests.
2743
b27de576
PA
27442017-10-17 Pedro Alves <palves@redhat.com>
2745
2746 * boards/native-stdio-gdbserver.exp: Load "local-board".
2747
8484c955
PA
27482017-10-17 Pedro Alves <palves@redhat.com>
2749
2750 * gdb.base/quit-live.c: New file.
2751 * gdb.base/quit-live.exp: New file.
2752
83d5a34d
KS
27532017-10-16 Keith Seitz <keiths@redhat.com>
2754
2755 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2756 (class_with_protected_typedef, class_with_private_typedef)
2757 (struct_with_public_typedef, struct_with_protected_typedef)
2758 (struct_with_private_typedef): New classes/structs.
2759 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2760 typedefs and access specifiers.
2761
739b3f1d
PA
27622017-10-16 Pedro Alves <palves@redhat.com>
2763 Simon Marchi <simon.marchi@polymtl.ca>
2764
2765 * README (Local vs Remote vs Native): New section.
2766 * boards/local-board.exp: New file, with bits factored out from
2767 ...
2768 * boards/native-extended-gdbserver.exp: ... here. Load
2769 "local-board".
2770 * boards/native-gdbserver.exp: Load "local-board".
2771 (${board}_spawn, ${board}_exec): Delete.
2772 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2773 ...
2774 * boards/stdio-gdbserver-base.exp: ... this new file.
2775 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2776 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2777 procedure.
2778 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2779 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2780 stdio_gdbserver_command.
2781 (${board}_get_remote_address, ${board}_get_comm_port)
2782 (${board}_download, ${board}_upload): Delete.
2783 (get_target_remote_pipe_cmd): New.
2784
fe68b953
SM
27852017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2786
2787 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2788 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2789 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2790 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2791 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2792 remove with_test_prefix.
2793
300b6685
PA
27942017-10-13 Pedro Alves <palves@redhat.com>
2795
2796 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2797 * gdb.base/annota1.exp: Use it instead of is_remote.
2798 * gdb.base/annota3.exp: Use it instead of is_remote.
2799 * gdb.cp/annota2.exp: Use it instead of is_remote.
2800 * gdb.cp/annota3.exp: Use it instead of is_remote.
2801 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2802
50500caf
PA
28032017-10-13 Pedro Alves <palves@redhat.com>
2804
2805 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2806 (test_num_test_vars, run_and_count_vars, find_env)
2807 (test_set_unset_env, test_inherit_env_var): New procedures.
2808 (top level): Use them.
2809
dad0c6d2
PA
28102017-10-13 Pedro Alves <palves@redhat.com>
2811
2812 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2813 also skip on stub-like targets.
2814
8b0553c1
PA
28152017-10-13 Pedro Alves <palves@redhat.com>
2816
2817 PR gdb/22293
2818 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2819 (top level): Move some tests to ...
2820 (test_not_found): ... this new procedure.
2821 (top level): Call it.
2822
7594f623
PA
28232017-10-13 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2826 expect different "info terminal" output if testing with a
2827 non-native target.
2828
ebe3b402
PA
28292017-10-13 Pedro Alves <palves@redhat.com>
2830 Simon Marchi <simon.marchi@polymtl.ca>
2831
2832 PR python/12966
2833 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2834
42f1b161
PA
28352017-10-13 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2838 already.
2839
8d6ef72b
PA
28402017-10-13 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2843 is_remote.
2844
d7bcd5b8
PA
28452017-10-13 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2848 is_remote.
2849
df479dc6
PA
28502017-10-13 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2853 is set.
2854 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2855 instead of is_remote.
2856
23fb630a
PA
28572017-10-13 Pedro Alves <palves@redhat.com>
2858
2859 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2860 (top level): Add comment.
2861
cc77b1dc
PA
28622017-10-13 Pedro Alves <palves@redhat.com>
2863
2864 * gdb.base/remote.exp (top level): Fix comment typo and add
2865 missing return.
2866
27c9e813
PA
28672017-10-13 Pedro Alves <palves@redhat.com>
2868 Simon Marchi <simon.marchi@polymtl.ca>
2869
2870 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2871 calls and add comments. Skip test if use_gdb_stub is set.
2872 (top level): Use "set cwd" command instead of "cd" command.
2873
5e830d98
PA
28742017-10-13 Pedro Alves <palves@redhat.com>
2875
2876 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2877 is_remote target check.
2878
f5ca0032
PA
28792017-10-13 Pedro Alves <palves@redhat.com>
2880
2881 * gdb.base/scope.exp: Use build_executable + clean_restart +
2882 gdb_file_cmd instead of prepare_for_testing and no longer skip
2883 "before run" tests on is_remote target boards. Update comments.
2884 * boards/native-extended-gdbserver.exp
2885 (extended_gdbserver_load_last_file): New, factored out from ...
2886 (gdb_load): ... this. Move further below and add comment.
2887 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2888
8aed1c0d
PA
28892017-10-12 Pedro Alves <palves@redhat.com>
2890
2891 * gdb.base/attach.exp: Remove references to gdb64.
2892 * gdb.base/dbx.exp: Remove references to gdb64.
2893
cfa34c87
SM
28942017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2895 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.base/label.exp: Remove is_remote target check.
2898
9192b7de
PA
28992017-10-12 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.base/auvx.exp (coredir): Update comment.
2902 (top level) <core_works>: Use "set cwd" command instead of "cd"
2903 command.
2904
6bf0052d
PA
29052017-10-12 Pedro Alves <palves@redhat.com>
2906 Simon Marchi <simon.marchi@polymtl.ca>
2907
2908 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2909 target boards.
2910
e48ef82d
PA
29112017-10-12 Pedro Alves <palves@redhat.com>
2912 Simon Marchi <simon.marchi@polymtl.ca>
2913
2914 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2915 Instead skip if there's any gdb_protocol set.
2916
8d7aea57
SM
29172017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2918 Pedro Alves <palves@redhat.com>
2919
2920 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2921
30440677
PA
29222017-10-12 Pedro Alves <palves@redhat.com>
2923 Simon Marchi <simon.marchi@polymtl.ca>
2924
2925 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2926 instead of on dejagnu remote boards.
2927
4e04f045 29282017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2929 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2930
2931 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2932 checks. Use build_executable + clean_restart instead of
2933 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2934 of enabling non-stop after starting gdb.
2935
871a186e
PA
29362017-10-12 Pedro Alves <palves@redhat.com>
2937
2938 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2939 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2940 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2941 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2942
56d704da
AK
29432017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2944
2945 * gdb.arch/arc-tdesc-cpu.exp: New file.
2946 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2947
2f20e312
SM
29482017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2949
2950 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2951
65630365
PA
29522017-10-10 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2955 expect CLI output.
2956
bf469271
PA
29572017-10-10 Pedro Alves <palves@redhat.com>
2958
2959 * lib/selftest-support.exp (selftest_setup): Update for
2960 captured_command_loop's prototype change.
2961
777a42f1
PA
29622017-10-09 Pedro Alves <palves@redhat.com>
2963
2964 Test both arch1=>arch2 and arch2=>arch1.
2965
2966 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2967 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2968 factored out to...
2969 (append_arch1_options, append_arch2_options, append_arch_options)
2970 (build_executables): New procedures.
2971 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2972 local.
2973 (top level): Add new 'first_arch' testing axis.
2974
cbd2b4e3
PA
29752017-10-09 Pedro Alves <palves@redhat.com>
2976
2977 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2978 (barrier): New.
2979 (thread_start, all_started): New functions.
2980 (main): Spawn new thread and wait until it is scheduled.
2981 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2982 option.
2983 (do_test): Add 'selected_thread' parameter. Run to all_started
2984 instead of main. Explicitly set the breakpoint at main. Switch
2985 to the SELECTED_THREAD thread.
2986 (top level): Test handling the exec event with either the main
2987 thread or the second thread selected.
2988
5c9e4427
PA
29892017-10-09 Pedro Alves <palves@redhat.com>
2990
2991 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2992 logic. Move STOP marker after the value checks.
2993 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2994 regexp.
2995
b3b7c423
SL
29962017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2997
2998 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2999
3b4b2f16
UW
30002017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3001
3002 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3003 integer-to-dfp conversion.
3004 * gdb.base/dfp-test.exp: Likewise.
3005
5cd63fda
PA
30062017-10-04 Pedro Alves <palves@redhat.com>
3007
3008 * gdb.multi/hangout.c: Include <unistd.h>.
3009 (hangout_loop): New function.
3010 (main): Call alarm. Call hangout_loop in a loop.
3011 * gdb.multi/hello.c: Include <unistd.h>.
3012 (hello_loop): New function.
3013 (main): Call alarm. Call hangout_loop in a loop.
3014 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3015 inferior with the other selected.
3016
4c71c105
SM
30172017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3018
3019 * gdb.mi/list-thread-groups-available.exp: New file.
3020 * gdb.mi/list-thread-groups-available.c: New file.
3021
bc3b087d
SDJ
30222017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3023
3024 * gdb.base/set-cwd.exp: Make it available on
3025 native-extended-gdbserver.
3026
d092c5a2
SDJ
30272017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3028
3029 * gdb.base/set-cwd.c: New file.
3030 * gdb.base/set-cwd.exp: Likewise.
3031
45320ffa
TT
30322017-10-02 Tom Tromey <tom@tromey.com>
3033
3034 PR rust/22236:
3035 * gdb.rust/simple.rs (main): New variable "fslice".
3036 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3037
b3e3859b
TT
30382017-10-02 Tom Tromey <tom@tromey.com>
3039
3040 * gdb.rust/simple.exp: Test ptype of a slice.
3041
01af5e0d
TT
30422017-10-02 Tom Tromey <tom@tromey.com>
3043
3044 * gdb.rust/simple.exp: Test index of slice.
3045
a9bbfbd8
TT
30462017-09-27 Tom Tromey <tom@tromey.com>
3047
3048 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3049
df8899e5
TP
30502017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3051 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/compare-sections.exp (get value of read-only section): Read
3054 as unsigned value.
3055 (corrupt read-only section): Likewise and don't set written if patching
3056 failed.
3057
757bf54b
KB
30582017-09-21 Kevin Buettner <kevinb@redhat.com>
3059
3060 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3061 files.
3062
06871ae8
PA
30632017-09-20 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3066 symbol names in gdb's output.
3067 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3068
e5f25bc5
PA
30692017-09-20 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3072 Rename to ...
3073 (test_list_ambiguous_symbol): ... this and add a symbol name
3074 parameter. Adjust.
3075 (test_list_ambiguous_function): Reimplement on top of
3076 test_list_ambiguous_symbol and also test listing ambiguous
3077 variables.
3078 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3079 (ambiguous_fun): ... this.
3080 (ambiguous_var): New.
3081 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3082 (ambiguous_fun): ... this.
3083 (ambiguous_var): New.
3084
4e5a4f58
JB
30852017-09-19 John Baldwin <jhb@FreeBSD.org>
3086
3087 * gdb.base/starti.c: New file.
3088 * gdb.base/starti.exp: New file.
3089 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3090
26e53f3e
PA
30912017-09-14 Pedro Alves <palves@redhat.com>
3092
3093 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3094 (top level): Use it instead of runto.
3095
cb791d59
TT
30962017-09-11 Tom Tromey <tom@tromey.com>
3097
3098 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3099
7c96f8c1
TT
31002017-09-11 Tom Tromey <tom@tromey.com>
3101
3102 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3103 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3104
469412dd
CW
31052017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3106
3107 * gdb.fortran/printing-types.exp: New file.
3108 * gdb.fortran/printing-types.exp: New file.
3109
e0f86435
BH
31102017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3111
3112 * gdb.fortran/vla-ptype.exp: Fix typos.
3113 * gdb.fortran/vla-value.exp: Same.
3114
9e9af4be
BH
31152017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3116
3117 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3118 * gdb.mi/mi-var-child-f.exp: Likewise.
3119 * gdb.mi/mi-vla-fortran.exp: Likewise.
3120
a5ad232b
FP
31212017-09-08 Frank Penczek <frank.penczek@intel.com>
3122 Christoph Weinmann <christoph.t.weinmann@intel.com>
3123 Bernhard Heckel <bernhard.heckel@intel.com>
3124
3125 * gdb.fortran/ptr-indentation.f90: New file.
3126 * gdb.fortran/ptr-indentation.exp: New file.
3127
5aec60eb
TT
31282017-09-05 Tom Tromey <tom@tromey.com>
3129
3130 PR gdb/22010:
3131 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3132
8f8f8152
TP
31332017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3134
3135 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3136
fbd1b771
JK
31372017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3138
3139 * gdb.threads/tls-nodebug-pie.c: New file.
3140 * gdb.threads/tls-nodebug-pie.exp: New file.
3141
5eb5f850
TT
31422017-09-05 Tom Tromey <tom@tromey.com>
3143
3144 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3145 for rust.
3146
ae780a21
SM
31472017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3148
3149 * gdb.multi/multi-arch-exec.exp: Test with different
3150 "follow-exec-mode" settings.
3151 (do_test): New procedure.
3152
3693fdb3
PA
31532017-09-04 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.base/func-static.c (S::method const, S::method volatile)
3156 (S::method volatile const): New methods.
3157 (c_s, v_s, cv_s): New instances.
3158 (main): Call method() on them.
3159 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3160 (cannot_resolve): New procedure.
3161 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3162 print-quote-unquoted columns.
3163 (do_test): Test printing each scope too.
3164
e68cb8e0
PA
31652017-09-04 Pedro Alves <palves@redhat.com>
3166
3167 * gdb.base/local-static.exp: Also test with
3168 class::method::variable wholly quoted.
3169 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3170
858be34c
PA
31712017-09-04 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.base/local-static.c: New.
3174 * gdb.base/local-static.cc: New.
3175 * gdb.base/local-static.exp: New.
3176
46a4882b
PA
31772017-09-04 Pedro Alves <palves@redhat.com>
3178
3179 * gdb.asm/asm-source.exp: Add casts to int.
3180 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3181 (dataglobal64_1, dataglobal64_2): New globals.
3182 * gdb.base/nodebug.exp: Test different expressions involving the
3183 new globals, with print, whatis and ptype. Add casts to int.
3184 * gdb.base/solib-display.exp: Add casts to int.
3185 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3186 * gdb.cp/m-static.exp: Add cast to int.
3187 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3188 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3189 tls variable with no debug info without a cast. Test with a cast
3190 to int too.
3191 * gdb.trace/entry-values.exp: Add casts.
3192
2c5a2be1
PA
31932017-09-04 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/nodebug.exp: Test that ptype's error about functions
3196 with unknown return type includes the function name too.
3197
7022349d
PA
31982017-09-04 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3201 return type of munmap in infcall.
3202 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3203 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3204 type of ftell in infcall.
3205 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3206 type of getpid in infcall.
3207 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3208 infcall.
3209 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3210 Bail on failure to extract the pid.
3211 * gdb.base/nodebug.c: #include <stdint.h>.
3212 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3213 New functions.
3214 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3215 Change expected output of print/whatis/ptype with functions with
3216 no debug info. Test all supported languages. Call
3217 test_call_promotion.
3218 * gdb.compile/compile.exp: Adjust expected output to expect
3219 warning.
3220 * gdb.threads/siginfo-threads.exp: Likewise.
3221
54990598
PA
32222017-09-04 Pedro Alves <palves@redhat.com>
3223
3224 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3225 "prototypes". Test calling float functions via prototyped and
3226 unprototyped function pointers.
3227 (perform_all_tests): New parameter "prototypes". Pass it down.
3228 (top level): Pass down "prototypes" parameter to
3229 perform_all_tests.
3230
34d16ea2
SM
32312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3232
3233 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3234 Test with nested loops.
3235
9521ecda
SM
32362017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3237
3238 * gdb.base/commands.exp: Call the new procedures.
3239 (loop_break_test, loop_continue_test): New procedures.
3240
80a65e9b
SM
32412017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3242
3243 * gdb.base/commands.exp: Call new procedure.
3244 (define_if_without_arg_test): New procedure.
3245
e439fa14
PA
32462017-09-04 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.base/list-ambiguous.exp: New file.
3249 * gdb.base/list-ambiguous0.c: New file.
3250 * gdb.base/list-ambiguous1.c: New file.
3251 * gdb.base/list.exp (test_list_range): Adjust expected output.
3252
0a2dde4a
SDJ
32532017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3254
3255 * gdb.base/share-env-with-gdbserver.c: New file.
3256 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3257
5e89eb3a
SM
32582017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3259
3260 * gdb.base/commands.exp (gdbvar_simple_if_test,
3261 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3262 progvar_simple_if_test, progvar_simple_while_test,
3263 progvar_complex_if_while_test, user_defined_command_test,
3264 user_defined_command_args_eval,
3265 user_defined_command_args_stack_test,
3266 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3267 temporary_breakpoint_commands,
3268 gdb_test_no_prompt, redefine_hook_test,
3269 redefine_backtrace_test): Remove "global gdb_prompt".
3270
fd437cbc
SM
32712017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3272
3273 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3274 New proc, call it from toplevel.
3275
87215ad1
SDJ
32762017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3277
3278 PR remote/21852
3279 * gdb.server/normal.c: New file, copied from gdb.base.
3280 * gdb.server/run-without-local-binary.exp: New file.
3281
58afddc6
WP
32822017-08-07 Weimin Pan <weimin.pan@oracle.com>
3283
3284 * gdb.arch/sparc64-adi.exp: New file.
3285 * gdb.arch/sparc64-adi.c: New file.
3286
5277199a
PA
32872017-08-22 Pedro Alves <palves@redhat.com>
3288
3289 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3290 (top level): Add "list all overloads" tests.
3291
14278e1f
TT
32922017-08-22 Tom Tromey <tom@tromey.com>
3293
3294 * gdb.gdb/xfullpath.exp: Remove.
3295
bf223d3e
PA
32962017-08-21 Pedro Alves <palves@redhat.com>
3297
3298 PR gdb/19487
3299 * gdb.base/symbol-alias.c: New.
3300 * gdb.base/symbol-alias2.c: New.
3301 * gdb.base/symbol-alias.exp: New.
3302
c973d0aa
PA
33032017-08-21 Pedro Alves <palves@redhat.com>
3304
3305 * gdb.base/dfp-test.c
3306 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3307 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3308 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3309 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3310 * gdb.base/whatis-ptype-typedefs.c: New.
3311 * gdb.base/whatis-ptype-typedefs.exp: New.
3312 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3313 (an_int, an_int_type, an_int_type2): New globals.
3314 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3315 involving typedefs and cast expressions.
3316 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3317 (lookup_typedefs_function): New.
3318 (typedefs_pretty_printers_dict): New.
3319 (top level): Register lookup_typedefs_function in
3320 gdb.pretty_printers.
3321
6d580b63
YQ
33222017-08-18 Yao Qi <yao.qi@linaro.org>
3323
3324 * gdb.server/unittest.exp: New.
3325
206726fb
SDJ
33262017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3327
3328 PR gdb/21954
3329 * gdb.base/environ.exp: Add test to check if 'unset environment'
3330 works.
3331
bf0ec4c2
AA
33322017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3333
3334 * lib/gdb.exp (universal_compile_options): New caching proc.
3335 (gdb_compile): Suppress GCC's coloring of messages.
3336
d6382fff
TT
33372017-08-14 Tom Tromey <tom@tromey.com>
3338
3339 PR gdb/21675:
3340 * gdb.base/printcmds.exp (test_radices): New function.
3341 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3342 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3343 * lib/gdb.exp (get_integer_valueof): Use p/d.
3344
c2c2dd9f
SM
33452017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3346
3347 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3348 characters.
3349
fdffd6f4
TT
33502017-08-05 Tom Tromey <tom@tromey.com>
3351
3352 * gdb.rust/simple.exp: Allow String to appear in a different
3353 namespace.
3354
27d41eac
YQ
33552017-07-26 Yao Qi <yao.qi@linaro.org>
3356
3357 * gdb.gdb/unittest.exp: Invoke command
3358 "maintenance check xml-descriptions".
3359
031ed05d
AA
33602017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3361
3362 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3363 calling context.
3364 (hex128): Drop erroneous calculation of parameters.
3365
dcd27ddf
SM
33662017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3367
3368 * gdb.python/py-unwind.exp: Disable stack protection when
3369 building test file.
3370
47e77640
PA
33712017-07-20 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.base/default.exp (set language): Adjust expected output.
3374
62d2a18a
PA
33752017-07-20 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3378 (test_minsym): ... this, and make static.
3379 (get_pck__foo__bar__minsym): Rename to ...
3380 (get_test_minsym): ... this.
3381 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3382 symbol names and comments.
3383 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3384 (get_test_minsym): ... this.
3385 (pck__foo__bar__minsym__2): Rename to ...
3386 (test_minsym): ... this.
3387 (main): Adjust.
3388
c45ec17c
PA
33892017-07-17 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.base/completion.exp: Adjust expected output.
3392 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3393 the completer works.
3394
c6756f62
PA
33952017-07-17 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3398
5bd68487
AB
33992017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3402
8880f2a9
TT
34032017-07-14 Tom Tromey <tom@tromey.com>
3404
3405 PR rust/21764:
3406 * gdb.rust/simple.exp: Add tests.
3407
65547233
TT
34082017-07-14 Tom Tromey <tom@tromey.com>
3409
3410 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3411
8f14146e
PA
34122017-07-14 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.linespec/base/one/thefile.cc (z1): New function.
3415 * gdb.linespec/base/two/thefile.cc (z2): New function.
3416 * gdb.linespec/linespec.exp: Add tests.
3417
b4365d02
AB
34182017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3419
3420 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3421 to mi_create_breakpoint.
3422
5d2cbaa5
AB
34232017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3426 mi_create_breakpoint.
3427
11cb5716
IB
34282017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3429
3430 * gdb.dlang/demangle.exp: Update for demangling changes.
3431
03278692
TT
34322017-07-09 Tom Tromey <tom@tromey.com>
3433
3434 * gdb.dwarf2/shortpiece.exp: New file.
3435
33c5cd75
DB
34362017-07-06 David Blaikie <dblaikie@gmail.com>
3437
3438 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3439 built from fissiont-multi-cu{1,2}.c.
3440 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3441 except putting 'main' and 'func' in separate CUs in the same DWO file.
3442 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3443 test.
3444 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3445 test.
3446
8455d262
PA
34472017-07-06 Pedro Alves <palves@redhat.com>
3448
3449 * gdb.python/py-unwind.exp: Test flushregs.
3450
dc4bde35
SDJ
34512017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3452
3453 PR cli/21688
3454 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3455 tests for alias commands and trailing whitespace.
3456
51ed89aa
SDJ
34572017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3458
3459 PR cli/21688
3460 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3461 procedure. Call it.
3462
eb17d413
PA
34632017-06-29 Pedro Alves <palves@redhat.com>
3464
3465 * gdb.base/printcmds.exp: Add tests.
3466
41664b45
DG
34672017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3468
3469 PR gdb/21337
3470 * gdb.base/reread-readsym.exp: New file.
3471 * gdb.base/reread-readsym.c: New file.
3472
75312ae3
KB
34732017-06-21 Kevin Buettner <kevinb@redhat.com>
3474
3475 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3476 subpattern.
3477
66953522
PB
34782017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3479
3480 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3481 extended mnemonic.
3482 * gdb.arch/powerpc-power9.s: Likewise.
3483
5524b525
AA
34842017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3485
3486 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3487 on 32-bit x86 targets. Exploit is_*_target macros where
3488 appropriate.
3489
03c8af18
AA
34902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3491
3492 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3493 register pieces.
3494
3bf31011
AA
34952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3496
3497 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3498 located in one or more DWARF pieces.
3499
805acca0
AA
35002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3501
3502 * lib/gdb.exp (get_endianness): New proc.
3503 * gdb.arch/aarch64-fp.exp: Use it.
3504 * gdb.arch/altivec-regs.exp: Likewise.
3505 * gdb.arch/e500-regs.exp: Likewise.
3506 * gdb.arch/vsx-regs.exp: Likewise.
3507 * gdb.base/dump.exp: Likewise.
3508 * gdb.base/funcargs.exp: Likewise.
3509 * gdb.base/gnu_vector.exp: Likewise.
3510 * gdb.dwarf2/formdata16.exp: Likewise.
3511 * gdb.dwarf2/implptrpiece.exp: Likewise.
3512 * gdb.dwarf2/nonvar-access.exp: Likewise.
3513 * gdb.python/py-inferior.exp: Likewise.
3514 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3515
e9352324
AA
35162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3517
3518 PR gdb/21226
3519 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3520 stack value pieces are taken from the LSB end.
3521
d5d1163e
AA
35222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3523
3524 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3525 variable at nonzero offset.
3526
0567c986
AA
35272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3528
3529 * gdb.dwarf2/var-access.c: New file.
3530 * gdb.dwarf2/var-access.exp: New test.
3531 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3532
973e9aab
TT
35332017-06-12 Tom Tromey <tom@tromey.com>
3534
3535 * gdb.dwarf2/formdata16.exp: Add tests.
3536
d9109c80
TT
35372017-06-12 Tom Tromey <tom@tromey.com>
3538
3539 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3540
30a25466
TT
35412017-06-12 Tom Tromey <tom@tromey.com>
3542
3543 PR exp/16225:
3544 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3545 * gdb.arch/vsx-regs.exp: Update tests.
3546 * gdb.arch/s390-vregs.exp (hex128): New proc.
3547 Update test.
3548 * gdb.arch/altivec-regs.exp: Update tests.
3549
aefd8b33
SDJ
35502017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3551
3552 * gdb.base/startup-with-shell.c: New file.
3553 * gdb.base/startup-with-shell.exp: Likewise.
3554
2090129c
SDJ
35552017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3556
3557 * gdb.server/non-existing-program.exp: Update regex in order to
3558 reflect the fact that gdbserver is now using fork_inferior (with a
3559 shell) to startup the inferior.
3560
8e86a419
SM
35612017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3562
3563 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3564 support function calls from GDB.
3565
e6cf65f2
TT
35662017-05-21 Tom Tromey <tom@tromey.com>
3567
3568 PR rust/21466:
3569 * gdb.rust/unsized.exp: New file.
3570 * gdb.rust/unsized.rs: New file.
3571
43cc5389
TT
35722017-05-19 Tom Tromey <tom@tromey.com>
3573
3574 PR rust/21484:
3575 * gdb.rust/watch.exp: New file.
3576 * gdb.rust/watch.rs: New file.
3577
ec8df234
TT
35782017-05-18 Tom Tromey <tom@tromey.com>
3579
3580 * gdb.rust/simple.exp: Allow Box to be qualified.
3581
3e3e7fae
TP
35822017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3583
3584 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3585
59cc050d
PA
35862017-05-18 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.base/fileio.c (test_write, test_read, test_close)
3589 (test_fstat): Don't print 'ret' in the fail path.
3590
c8f6abd1
PA
35912017-05-18 Pedro Alves <palves@redhat.com>
3592
3593 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3594 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3595 (test_system, test_rename, test_unlink, test_time): Change
3596 prototypes.
3597 * gdb.base/fileio.exp (stop_msg): Adjust.
3598
d2a03b77
PA
35992017-05-18 Pedro Alves <palves@redhat.com>
3600
3601 * gdb.base/fileio.c (null_str): New global.
3602 (test_stat): Use it.
3603 * gdb.base/fileio.exp: Remove nowarnings.
3604
0d5c6999
YQ
36052017-05-17 Yao Qi <yao.qi@linaro.org>
3606
3607 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3608
21873064
YQ
36092017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3610
3611 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3612 argument command.
3613 (top-level): Invoke test_set_inferior_tty.
3614
d512d31c
PA
36152017-05-04 Pedro Alves <palves@redhat.com>
3616
3617 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3618 Add parens to print call for Python 3.
3619
90cef2ed
KS
36202017-05-03 Keith Seitz <keiths@redhat.com>
3621
3622 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3623 (main): Call it.
3624
14f819c8
TW
36252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3626
3627 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3628 to prev and next.
3629
913aeadd
TW
36302017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3631
3632 * gdb.python/py-record-btrace.exp: Remove test for
3633 gdb.BtraceInstruction.error.
3634
a3be24ad
TW
36352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3636
3637 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3638
ae20e79a
TW
36392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3640
3641 * gdb.python/py-record-btrace-threads.c: New file.
3642 * gdb.python/py-record-btrace-threads.exp: New file.
3643
45ce1b47
SDJ
36442017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3645
3646 PR testsuite/8595
3647 * gdb.base/environ.exp: Make test available in all architectures.
3648 Move bits related to "info program" testing to
3649 gdb.base/info-program.exp. Rewrite tests to use the two new
3650 procedures mentione below.
3651 (test_set_show_env_var) New procedure.
3652 (test_set_show_env_var_equal): Likewise.
3653 * gdb.base/info-program.exp: New file.
3654
e15c3eb4
KS
36552017-04-27 Keith Seitz <keiths@redhat.com>
3656
3657 * gdb.cp/oranking.cc (test15): New function.
3658 (main): Call test15 and declare additional variables for testing.
3659 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3660 "p foo101('abc')" tests.
3661 Add tests for cv qualifier overloads.
3662 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3663 "lvalue reference overload" test.
3664 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3665 "print value of f1 on Child&& in f2" test.
3666
3a3fd0fd
PA
36672017-04-19 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3670 procedure.
3671 (top level): Call it.
3672 * lib/gdb.exp (gdb_define_cmd): New procedure.
3673
53375380
PA
36742017-04-12 Pedro Alves <palves@redhat.com>
3675
3676 PR gdb/21323
3677 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3678 (wchar): New global.
3679 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3680 (do_test_wide_char, wide_char_types_no_program, top level): Add
3681 wchar_t testing.
3682
53e710ac
PA
36832017-04-12 Pedro Alves <palves@redhat.com>
3684
3685 PR c++/21323
3686 * gdb.cp/wide_char_types.c: New file.
3687 * gdb.cp/wide_char_types.exp: New file.
3688
0ad9d8c7
SDJ
36892017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3690
3691 PR gdb/21352
3692 * gdb.trace/tsv.exp: Add test for "tsave -r".
3693
b1b45502
IB
36942017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3695
3696 * gdb.dlang/watch-loc.c: New file.
3697 * gdb.dlang/watch-loc.exp: New file.
3698
ec13808e
JK
36992017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3700
3701 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3702
fe5f7374
AK
37032017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3704
3705 * gdb.arch/arc-analyze-prologue.S: New file.
3706 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3707
eea78757
AK
37082017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3709
3710 * gdb.arch/arc-decode-insn.S: New file.
3711 * gdb.arch/arc-decode-insn.exp: Likewise.
3712
5badf10a
IR
37132017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3714
3715 PR tdep/20928
3716 * gdb.arch/sparc64-regs.exp: New file.
3717 * gdb.arch/sparc64-regs.S: Likewise.
3718
cee59b3f
TW
37192017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3720
3721 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3722 and memory view on Python 3.
3723
c0f55cc6
AV
37242017-03-20 Artemiy Volkov <artemiyv@acm.org>
3725 Keith Seitz <keiths@redhat.com>
3726
3727 PR gdb/14441
3728 * gdb.cp/demangle.exp: Add rvalue reference tests.
3729 * gdb.cp/rvalue-ref-casts.cc: New file.
3730 * gdb.cp/rvalue-ref-casts.exp: New file.
3731 * gdb.cp/rvalue-ref-overload.cc: New file.
3732 * gdb.cp/rvalue-ref-overload.exp: New file.
3733 * gdb.cp/rvalue-ref-params.cc: New file.
3734 * gdb.cp/rvalue-ref-params.exp: New file.
3735 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3736 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3737 * gdb.cp/rvalue-ref-types.cc: New file.
3738 * gdb.cp/rvalue-ref-types.exp: New file.
3739 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3740 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3741
51457a05
MAL
37422017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3743
3744 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3745 New procedure.
3746
5b291c04
MAL
37472017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3748
3749 * lib/mi-support.exp (mi_gdb_test): Add additional message
3750 for unexpected output.
3751
59a56148
AA
37522017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3753
3754 * gdb.base/examine-backward.c (Barrier): New character array
3755 constant, to ensure that TestStrings is preceded by a string
3756 terminator.
3757
7942e96e
AA
37582017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3759
3760 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3761 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3762 and implicit pointer into such a location.
3763
6ebac3fb
DE
37642017-03-16 Doug Evans <dje@google.com>
3765
3766 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3767
ec3b243d
TP
37682017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3769
3770 * gdb.cp/m-static.exp: Fix expectation for prototype of
3771 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3772
37732017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3774
3775 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3776 * gdb.guile/scm-lazy-string.c: New file.
3777 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3778 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3779 for pointer, array, typedef lazy strings.
3780
2cc36e25 37812017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3782
3783 PR python/17728, python/18439, python/18779
3784 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3785 * gdb.python/py-lazy-string.c (pointer): New typedef.
3786 (main): New locals ptr, array, typedef_ptr.
3787 * gdb.python/py-value.exp: Move lazy string tests to ...
3788 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3789 array, typedef lazy strings.
ec3b243d 3790
0efcde63
AK
37912017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3792
3793 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3794 Add optional 'test' parameter.
3795
7978d7c3
SM
37962017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3797
3798 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3799 Skip for versions of DejaGnu < 1.5.
3800
896c0c1e
SM
38012017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3802
3803 * lib/gdb.exp (dejagnu_version): New proc.
3804 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3805 Use dejagnu_version.
3806
5f4d1085
KS
38072017-03-10 Keith Seitz <keiths@redhat.com>
3808
3809 PR c++/8128
3810 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3811 type from destructor regexps.
3812 Add a branch which actually passes the test.
3813 Adjust "ptype t5i" test names.
3814
1de05205
PA
38152017-03-08 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.base/step-over-exit.exp: Add explicit test message.
3818
c65d6b55
PA
38192017-03-08 Pedro Alves <palves@redhat.com>
3820
3821 PR gdb/18360
3822 * gdb.threads/interrupt-while-step-over.c: New file.
3823 * gdb.threads/interrupt-while-step-over.exp: New file.
3824
2e86a283
PA
38252017-03-08 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3828 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3829
25dcbff6
PA
38302017-03-08 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3833 PKRU as not supported as a PASS.
3834
dc9366eb
PA
38352017-03-08 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3838 prefix instead of $binfile1/$binfile2.
3839 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3840 in test message.
3841 * gdb.python/py-completion.exp: Use "load python file" as test
3842 messages instead of unstable path names.
3843
6e5d74e7
PA
38442017-03-08 Pedro Alves <palves@redhat.com>
3845 Jan Kratochvil <jan.kratochvil@redhat.com>
3846
3847 PR cli/21218
3848 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3849 New proc.
3850 (top level): Call it.
3851
9753a2f6
PA
38522017-03-08 Pedro Alves <palves@redhat.com>
3853
3854 PR tui/21216
3855 * gdb.tui/tui-nl-filtered-output.exp: New file.
3856
1a4dd9dd
PA
38572017-03-08 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.base/completion.exp: Move TUI completion tests to ...
3860 * gdb.tui/completion.exp: ... this new file.
3861
7cbbff33
PA
38622017-03-08 Pedro Alves <palves@redhat.com>
3863
3864 * gdb.base/tui-disasm-long-lines.c,
3865 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3866 gdb.base/tui-layout.exp: Move to ...
3867 * gdb.tui/: ... this new directory.
3868
5f6fd321
PA
38692017-03-07 Pedro Alves <palves@redhat.com>
3870
3871 * gdb.base/tui-layout.c: New file.
3872 * gdb.base/tui-layout.exp: New file.
3873
44959fa8
PA
38742017-03-07 Pedro Alves <palves@redhat.com>
3875
3876 * gdb.base/tui-layout.c: Rename to ...
3877 * gdb.base/tui-disasm-long-lines.c: ... this.
3878 * gdb.base/tui-layout.exp: Rename to ...
3879 * gdb.base/tui-disasm-long-lines.exp: ... this.
3880
f8c4e718
PA
38812017-03-07 Pedro Alves <palves@redhat.com>
3882
3883 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3884
6dbb839a 38852017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3886
3887 * i386-mpx-call.c: New file.
3888 * i386-mpx-call.exp: New file.
3889
65b48a81
PB
38902017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3891
3892 * gdb.arch/powerpc-power.exp: Delete test.
3893 * gdb.arch/powerpc-power.s: Likewise.
3894 * gdb.disasm/disassembler-options.exp: New test.
3895 * gdb.arch/powerpc-altivec.exp: Likewise.
3896 * gdb.arch/powerpc-altivec.s: Likewise.
3897 * gdb.arch/powerpc-altivec2.exp: Likewise.
3898 * gdb.arch/powerpc-altivec2.s: Likewise.
3899 * gdb.arch/powerpc-altivec3.exp: Likewise.
3900 * gdb.arch/powerpc-altivec3.s: Likewise.
3901 * gdb.arch/powerpc-power7.exp: Likewise.
3902 * gdb.arch/powerpc-power7.s: Likewise.
3903 * gdb.arch/powerpc-power8.exp: Likewise.
3904 * gdb.arch/powerpc-power8.s: Likewise.
3905 * gdb.arch/powerpc-power9.exp: Likewise.
3906 * gdb.arch/powerpc-power9.s: Likewise.
3907 * gdb.arch/powerpc-vsx.exp: Likewise.
3908 * gdb.arch/powerpc-vsx.s: Likewise.
3909 * gdb.arch/powerpc-vsx2.exp: Likewise.
3910 * gdb.arch/powerpc-vsx2.s: Likewise.
3911 * gdb.arch/powerpc-vsx3.exp: Likewise.
3912 * gdb.arch/powerpc-vsx3.s: Likewise.
3913 * gdb.arch/arm-disassembler-options.exp: Likewise.
3914 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3915 * gdb.arch/s390-disassembler-options.exp: Likewise.
3916
17cd4947
LM
39172017-02-23 Luis Machado <lgustavo@codesourcery.com>
3918
3919 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3920 (check_supported_features): ... this. Changed return type to void.
3921 (supports_rdseed): New static global.
3922 (rdseed): Check supports_rdseed.
3923 (initialize): Call check_supported_features.
3924
2039d74e
EBM
39252017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3926
3927 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3928 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3929 and lqarx/stqcx.
3930 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3931 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3932
a51d7ecf
EBM
39332017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3934
3935 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3936 uppercase.
3937
0224619f
JK
39382017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3939
3940 * gdb.dwarf2/formdata16.c: New file.
3941 * gdb.dwarf2/formdata16.exp: New file.
3942 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3943
216f72a1
JK
39442017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3945
3946 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3947 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3948 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3949 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3950 DW_AT_GNU_*.
3951
43988095
JK
39522017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3953
3954 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3955
99e8a4f9
SDJ
39562017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3957
3958 PR gdb/21164
3959 * gdb.base/maint.exp: Add testcases for when the commands do
3960 not have arguments.
3961
b58a8c0c
TP
39622017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3963
3964 * gdb.cp/chained-calls.exp: Use p instead of P.
3965
4e746bb6
TW
39662017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3967
3968 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3969 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3970
3f77c769
TT
39712017-02-14 Tom Tromey <tom@tromey.com>
3972
3973 PR python/13598:
3974 * gdb.python/py-events.exp: Add before_prompt event tests.
3975
075beec0
AA
39762017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3977
3978 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3979
bf5f525c
LM
39802017-02-13 Luis Machado <lgustavo@codesourcery.com>
3981
3982 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3983 (main): Call my_unique_function_name.
3984 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3985 completion of patterns with a single match.
3986 Add missing -re switches to gdb_test_multiple calls.
3987
13a66184
LM
39882017-02-13 Luis Machado <lgustavo@codesourcery.com>
3989
3990 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3991 return if core file is not recognized.
3992
26a06916
SM
39932017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3994
3995 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3996 and extra UIs.
3997
b761ca9e
SM
39982017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3999
4000 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4001 proc_with_prefix.
4002
b964bee0
TT
40032017-02-10 Tom Tromey <tom@tromey.com>
4004
4005 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4006
18da0c51
MG
40072017-02-10 Martin Galvan <martingalvan@sourceware.org>
4008
4009 PR gdb/21122
4010 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4011
604c4576
JG
40122017-02-08 Jerome Guitton <guitton@adacore.com>
4013
4014 * gdb.base/define.exp: Add test for command abbreviations
4015 in define.
4016
20b477a7
LM
40172017-02-06 Luis Machado <lgustavo@codesourcery.com>
4018
4019 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4020 * gdb.reverse/insn-reverse-x86.c: New file.
4021
3f7b46f2
IR
40222017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4023
4024 PR tdep/20936
4025 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4026
f0fd41c1
TT
40272017-02-03 Tom Tromey <tom@tromey.com>
4028
4029 PR rust/21097:
4030 * gdb.rust/simple.exp: Add new tests.
4031
5be5dbf0
PA
40322017-02-02 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4035 tests.
4036
7346ef59
AA
40372017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4038
4039 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4040 taking a 2-byte value out of a 4-byte DWARF implicit value on
4041 big-endian targets.
4042 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4043 logic. Add test cases for DW_OP_implicit.
4044
787f0025
MM
40452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4046
4047 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4048
68777c29
MM
40492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4050
4051 * gdb.btrace/enable.exp: Call gdb_exit before
4052 skip_gdbserver_tests.
4053
0a1c7e28
MM
40542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4055
4056 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4057 GDBFLAGS.
4058
b5ac99b0
MM
40592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4060
4061 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4062 the test is skipped.
4063 * gdb.btrace/data.exp: Likewise.
4064 * gdb.btrace/delta.exp: Likewise.
4065 * gdb.btrace/dlopen.exp: Likewise.
4066 * gdb.btrace/enable-running.exp: Likewise.
4067 * gdb.btrace/enable.exp: Likewise.
4068 * gdb.btrace/exception.exp: Likewise.
4069 * gdb.btrace/function_call_history.exp: Likewise.
4070 * gdb.btrace/gcore.exp: Likewise.
4071 * gdb.btrace/instruction_history.exp: Likewise.
4072 * gdb.btrace/multi-thread-step.exp: Likewise.
4073 * gdb.btrace/nohist.exp: Likewise.
4074 * gdb.btrace/non-stop.exp: Likewise.
4075 * gdb.btrace/reconnect.exp: Likewise.
4076 * gdb.btrace/record_goto-step.exp: Likewise.
4077 * gdb.btrace/record_goto.exp: Likewise.
4078 * gdb.btrace/rn-dl-bind.exp: Likewise.
4079 * gdb.btrace/segv.exp: Likewise.
4080 * gdb.btrace/step.exp: Likewise.
4081 * gdb.btrace/stepi.exp: Likewise.
4082 * gdb.btrace/tailcall-only.exp: Likewise.
4083 * gdb.btrace/tailcall.exp: Likewise.
4084 * gdb.btrace/tsx.exp: Likewise.
4085 * gdb.btrace/unknown_functions.exp: Likewise.
4086 * gdb.btrace/vdso.exp: Likewise.
4087
cd4007e4
MM
40882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4089
4090 * gdb.btrace/enable-running.c: New.
4091 * gdb.btrace/enable-running.exp: New.
4092
2735833d
WT
40932017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4094
4095 * gdb.arch/amd64-gs_base.c: New file.
4096 * gdb.arch/amd64-gs_base.exp: New file.
4097
b51e1e94
LM
40982017-01-26 Luis Machado <lgustavo@codesourcery.com>
4099
4100 * lib/memory.exp: Remove spurious empty newlines.
4101
72ca0410
SM
41022017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4103
4104 * gdb.python/py-bad-printers.exp: Load python file using "source".
4105 * gdb.python/py-events.exp: Likewise.
4106 * gdb.python/py-evsignal.exp: Likewise.
4107 * gdb.python/py-evthreads.exp: Likewise.
4108 * gdb.python/py-frame-args.exp: Likewise.
4109 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4110 * gdb.python/py-framefilter-mi.exp: Likewise.
4111 * gdb.python/py-framefilter.exp: Likewise.
4112 * gdb.python/py-mi.exp: Likewise.
4113 * gdb.python/py-pp-maint.exp: Likewise.
4114 * gdb.python/py-pp-registration.exp: Likewise.
4115 * gdb.python/py-prettyprint.exp: Likewise.
4116 (run_lang_tests): Likewise.
4117 * gdb.python/py-typeprint.exp: Likewise.
4118
e309aa65
LM
41192017-01-26 Luis Machado <lgustavo@codesourcery.com>
4120
4121 * lib/memory.exp: New file.
4122 * lib/gdb.exp: Load memory.exp.
4123 * gdb.base/memattr.exp (delete_memory): Move proc to
4124 lib/memory.exp and rename to delete_memory_regions.
4125 Replace delete_memory with delete_memory_regions.
4126 Cleanup memory regions before tests.
4127 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4128 before tests.
4129
515aff23
LM
41302017-01-26 Luis Machado <lgustavo@codesourcery.com>
4131
4132 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4133 files.
4134 (initialize): New function conditionally defined.
4135 (testcases): Move within conditional block.
4136 (main): Call initialize.
4137 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4138 of gdb.reverse/insn-reverse.c.
4139 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4140 gdb.reverse/insn-reverse.c.
4141
d8b49cf0
YQ
41422017-01-26 Yao Qi <yao.qi@linaro.org>
4143
4144 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4145 disassemble on address 0.
4146
f13a9a0c
YQ
41472017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4148 Yao Qi <yao.qi@linaro.org>
4149
4150 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4151 * gdb.dwarf2/implptr-64bit.S: Remove.
4152 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4153 variables in caller's context. Add DW_OP_implicit_value.
4154
5ac95241
YQ
41552017-01-25 Yao Qi <yao.qi@linaro.org>
4156
4157 * lib/dwarf.exp (Dwarf::_location): Handle
4158 DW_OP_GNU_implicit_pointer with proper size.
4159
23e82930
LM
41602017-01-20 Luis Machado <lgustavo@codesourcery.com>
4161
4162 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4163 and add untested calls.
4164
d334ae25
LM
41652017-01-20 Luis Machado <lgustavo@codesourcery.com>
4166
4167 * gdb.python/python.exp: Check line number against what GDB thinks
4168 the line number is for func1.
4169
f5e6296e
IB
41702017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4171
4172 * gdb.dlang/debug-expr.exp: New file.
4173
5b362f04
LM
41742016-12-23 Luis Machado <lgustavo@codesourcery.com>
4175
4176 Fix test names for the following files:
4177
4178 * gdb.ada/exec_changed.exp
4179 * gdb.ada/info_types.exp
4180 * gdb.arch/aarch64-atomic-inst.exp
4181 * gdb.arch/aarch64-fp.exp
4182 * gdb.arch/altivec-abi.exp
4183 * gdb.arch/altivec-regs.exp
4184 * gdb.arch/amd64-byte.exp
4185 * gdb.arch/amd64-disp-step.exp
4186 * gdb.arch/amd64-dword.exp
4187 * gdb.arch/amd64-entry-value-inline.exp
4188 * gdb.arch/amd64-entry-value-param.exp
4189 * gdb.arch/amd64-entry-value-paramref.exp
4190 * gdb.arch/amd64-entry-value.exp
4191 * gdb.arch/amd64-i386-address.exp
4192 * gdb.arch/amd64-invalid-stack-middle.exp
4193 * gdb.arch/amd64-invalid-stack-top.exp
4194 * gdb.arch/amd64-optimout-repeat.exp
4195 * gdb.arch/amd64-prologue-skip.exp
4196 * gdb.arch/amd64-prologue-xmm.exp
4197 * gdb.arch/amd64-stap-special-operands.exp
4198 * gdb.arch/amd64-stap-wrong-subexp.exp
4199 * gdb.arch/amd64-tailcall-cxx.exp
4200 * gdb.arch/amd64-tailcall-noret.exp
4201 * gdb.arch/amd64-tailcall-ret.exp
4202 * gdb.arch/amd64-tailcall-self.exp
4203 * gdb.arch/amd64-word.exp
4204 * gdb.arch/arm-bl-branch-dest.exp
4205 * gdb.arch/arm-disp-step.exp
4206 * gdb.arch/arm-neon.exp
4207 * gdb.arch/arm-single-step-kernel-helper.exp
4208 * gdb.arch/avr-flash-qualifier.exp
4209 * gdb.arch/disp-step-insn-reloc.exp
4210 * gdb.arch/e500-abi.exp
4211 * gdb.arch/e500-regs.exp
4212 * gdb.arch/ftrace-insn-reloc.exp
4213 * gdb.arch/i386-avx512.exp
4214 * gdb.arch/i386-bp_permanent.exp
4215 * gdb.arch/i386-byte.exp
4216 * gdb.arch/i386-cfi-notcurrent.exp
4217 * gdb.arch/i386-disp-step.exp
4218 * gdb.arch/i386-dr3-watch.exp
4219 * gdb.arch/i386-float.exp
4220 * gdb.arch/i386-gnu-cfi.exp
4221 * gdb.arch/i386-mpx-map.exp
4222 * gdb.arch/i386-mpx-sigsegv.exp
4223 * gdb.arch/i386-mpx-simple_segv.exp
4224 * gdb.arch/i386-mpx.exp
4225 * gdb.arch/i386-permbkpt.exp
4226 * gdb.arch/i386-prologue.exp
4227 * gdb.arch/i386-signal.exp
4228 * gdb.arch/i386-size-overlap.exp
4229 * gdb.arch/i386-unwind.exp
4230 * gdb.arch/i386-word.exp
4231 * gdb.arch/mips-fcr.exp
4232 * gdb.arch/powerpc-d128-regs.exp
4233 * gdb.arch/powerpc-stackless.exp
4234 * gdb.arch/ppc64-atomic-inst.exp
4235 * gdb.arch/s390-stackless.exp
4236 * gdb.arch/s390-tdbregs.exp
4237 * gdb.arch/s390-vregs.exp
4238 * gdb.arch/sparc-sysstep.exp
4239 * gdb.arch/thumb-bx-pc.exp
4240 * gdb.arch/thumb-singlestep.exp
4241 * gdb.arch/thumb2-it.exp
4242 * gdb.arch/vsx-regs.exp
4243 * gdb.asm/asm-source.exp
4244 * gdb.base/a2-run.exp
4245 * gdb.base/advance.exp
4246 * gdb.base/all-bin.exp
4247 * gdb.base/anon.exp
4248 * gdb.base/args.exp
4249 * gdb.base/arithmet.exp
4250 * gdb.base/async-shell.exp
4251 * gdb.base/async.exp
4252 * gdb.base/attach-pie-noexec.exp
4253 * gdb.base/attach-twice.exp
4254 * gdb.base/auto-load.exp
4255 * gdb.base/bang.exp
4256 * gdb.base/bitfields.exp
4257 * gdb.base/break-always.exp
4258 * gdb.base/break-caller-line.exp
4259 * gdb.base/break-entry.exp
4260 * gdb.base/break-inline.exp
4261 * gdb.base/break-on-linker-gcd-function.exp
4262 * gdb.base/break-probes.exp
4263 * gdb.base/break.exp
4264 * gdb.base/breakpoint-shadow.exp
4265 * gdb.base/call-ar-st.exp
4266 * gdb.base/call-sc.exp
4267 * gdb.base/call-signal-resume.exp
4268 * gdb.base/call-strs.exp
4269 * gdb.base/callfuncs.exp
4270 * gdb.base/catch-fork-static.exp
4271 * gdb.base/catch-gdb-caused-signals.exp
4272 * gdb.base/catch-load.exp
4273 * gdb.base/catch-signal-fork.exp
4274 * gdb.base/catch-signal.exp
4275 * gdb.base/catch-syscall.exp
4276 * gdb.base/charset.exp
4277 * gdb.base/checkpoint.exp
4278 * gdb.base/chng-syms.exp
4279 * gdb.base/code-expr.exp
4280 * gdb.base/code_elim.exp
4281 * gdb.base/commands.exp
4282 * gdb.base/completion.exp
4283 * gdb.base/complex.exp
4284 * gdb.base/cond-expr.exp
4285 * gdb.base/condbreak.exp
4286 * gdb.base/consecutive.exp
4287 * gdb.base/continue-all-already-running.exp
4288 * gdb.base/coredump-filter.exp
4289 * gdb.base/corefile.exp
4290 * gdb.base/dbx.exp
4291 * gdb.base/debug-expr.exp
4292 * gdb.base/define.exp
4293 * gdb.base/del.exp
4294 * gdb.base/disabled-location.exp
4295 * gdb.base/disasm-end-cu.exp
4296 * gdb.base/disasm-optim.exp
4297 * gdb.base/display.exp
4298 * gdb.base/duplicate-bp.exp
4299 * gdb.base/ena-dis-br.exp
4300 * gdb.base/ending-run.exp
4301 * gdb.base/enumval.exp
4302 * gdb.base/environ.exp
4303 * gdb.base/eu-strip-infcall.exp
4304 * gdb.base/eval-avoid-side-effects.exp
4305 * gdb.base/eval-skip.exp
4306 * gdb.base/exitsignal.exp
4307 * gdb.base/expand-psymtabs.exp
4308 * gdb.base/filesym.exp
4309 * gdb.base/find-unmapped.exp
4310 * gdb.base/finish.exp
4311 * gdb.base/float.exp
4312 * gdb.base/foll-exec-mode.exp
4313 * gdb.base/foll-exec.exp
4314 * gdb.base/foll-fork.exp
4315 * gdb.base/fortran-sym-case.exp
4316 * gdb.base/freebpcmd.exp
4317 * gdb.base/func-ptr.exp
4318 * gdb.base/func-ptrs.exp
4319 * gdb.base/funcargs.exp
4320 * gdb.base/gcore-buffer-overflow.exp
4321 * gdb.base/gcore-relro-pie.exp
4322 * gdb.base/gcore-relro.exp
4323 * gdb.base/gcore.exp
4324 * gdb.base/gdb1090.exp
4325 * gdb.base/gdb11530.exp
4326 * gdb.base/gdb11531.exp
4327 * gdb.base/gdb1821.exp
4328 * gdb.base/gdbindex-stabs.exp
4329 * gdb.base/gdbvars.exp
4330 * gdb.base/hbreak.exp
4331 * gdb.base/hbreak2.exp
4332 * gdb.base/included.exp
4333 * gdb.base/infcall-input.exp
4334 * gdb.base/inferior-died.exp
4335 * gdb.base/infnan.exp
4336 * gdb.base/info-macros.exp
4337 * gdb.base/info-os.exp
4338 * gdb.base/info-proc.exp
4339 * gdb.base/info-shared.exp
4340 * gdb.base/info-target.exp
4341 * gdb.base/infoline.exp
4342 * gdb.base/interp.exp
4343 * gdb.base/interrupt.exp
4344 * gdb.base/jit-reader.exp
4345 * gdb.base/jit-simple.exp
4346 * gdb.base/kill-after-signal.exp
4347 * gdb.base/kill-detach-inferiors-cmd.exp
4348 * gdb.base/label.exp
4349 * gdb.base/langs.exp
4350 * gdb.base/ldbl_e308.exp
4351 * gdb.base/line-symtabs.exp
4352 * gdb.base/linespecs.exp
4353 * gdb.base/list.exp
4354 * gdb.base/long_long.exp
4355 * gdb.base/longest-types.exp
4356 * gdb.base/maint.exp
4357 * gdb.base/max-value-size.exp
4358 * gdb.base/memattr.exp
4359 * gdb.base/mips_pro.exp
4360 * gdb.base/morestack.exp
4361 * gdb.base/moribund-step.exp
4362 * gdb.base/multi-forks.exp
4363 * gdb.base/nested-addr.exp
4364 * gdb.base/nextoverexit.exp
4365 * gdb.base/noreturn-finish.exp
4366 * gdb.base/noreturn-return.exp
4367 * gdb.base/nostdlib.exp
4368 * gdb.base/offsets.exp
4369 * gdb.base/opaque.exp
4370 * gdb.base/pc-fp.exp
4371 * gdb.base/permissions.exp
4372 * gdb.base/print-symbol-loading.exp
4373 * gdb.base/prologue-include.exp
4374 * gdb.base/psymtab.exp
4375 * gdb.base/ptype.exp
4376 * gdb.base/random-signal.exp
4377 * gdb.base/randomize.exp
4378 * gdb.base/range-stepping.exp
4379 * gdb.base/readline-ask.exp
4380 * gdb.base/recpar.exp
4381 * gdb.base/recurse.exp
4382 * gdb.base/relational.exp
4383 * gdb.base/restore.exp
4384 * gdb.base/return-nodebug.exp
4385 * gdb.base/return.exp
4386 * gdb.base/run-after-attach.exp
4387 * gdb.base/save-bp.exp
4388 * gdb.base/scope.exp
4389 * gdb.base/sect-cmd.exp
4390 * gdb.base/set-lang-auto.exp
4391 * gdb.base/set-noassign.exp
4392 * gdb.base/setvar.exp
4393 * gdb.base/sigall.exp
4394 * gdb.base/sigbpt.exp
4395 * gdb.base/siginfo-addr.exp
4396 * gdb.base/siginfo-infcall.exp
4397 * gdb.base/siginfo-obj.exp
4398 * gdb.base/siginfo.exp
4399 * gdb.base/signals-state-child.exp
4400 * gdb.base/signest.exp
4401 * gdb.base/sigstep.exp
4402 * gdb.base/sizeof.exp
4403 * gdb.base/skip.exp
4404 * gdb.base/solib-corrupted.exp
4405 * gdb.base/solib-nodir.exp
4406 * gdb.base/solib-search.exp
4407 * gdb.base/stack-checking.exp
4408 * gdb.base/stale-infcall.exp
4409 * gdb.base/stap-probe.exp
4410 * gdb.base/start.exp
4411 * gdb.base/step-break.exp
4412 * gdb.base/step-bt.exp
4413 * gdb.base/step-line.exp
4414 * gdb.base/step-over-exit.exp
4415 * gdb.base/step-over-syscall.exp
4416 * gdb.base/step-resume-infcall.exp
4417 * gdb.base/step-test.exp
4418 * gdb.base/store.exp
4419 * gdb.base/structs3.exp
4420 * gdb.base/sym-file.exp
4421 * gdb.base/symbol-without-target_section.exp
4422 * gdb.base/term.exp
4423 * gdb.base/testenv.exp
4424 * gdb.base/ui-redirect.exp
4425 * gdb.base/until.exp
4426 * gdb.base/unwindonsignal.exp
4427 * gdb.base/value-double-free.exp
4428 * gdb.base/vla-datatypes.exp
4429 * gdb.base/vla-ptr.exp
4430 * gdb.base/vla-sideeffect.exp
4431 * gdb.base/volatile.exp
4432 * gdb.base/watch-cond-infcall.exp
4433 * gdb.base/watch-cond.exp
4434 * gdb.base/watch-non-mem.exp
4435 * gdb.base/watch-read.exp
4436 * gdb.base/watch-vfork.exp
4437 * gdb.base/watchpoint-cond-gone.exp
4438 * gdb.base/watchpoint-delete.exp
4439 * gdb.base/watchpoint-hw-hit-once.exp
4440 * gdb.base/watchpoint-hw.exp
4441 * gdb.base/watchpoint-stops-at-right-insn.exp
4442 * gdb.base/watchpoints.exp
4443 * gdb.base/wchar.exp
4444 * gdb.base/whatis-exp.exp
4445 * gdb.btrace/buffer-size.exp
4446 * gdb.btrace/data.exp
4447 * gdb.btrace/delta.exp
4448 * gdb.btrace/dlopen.exp
4449 * gdb.btrace/enable.exp
4450 * gdb.btrace/exception.exp
4451 * gdb.btrace/function_call_history.exp
4452 * gdb.btrace/gcore.exp
4453 * gdb.btrace/instruction_history.exp
4454 * gdb.btrace/nohist.exp
4455 * gdb.btrace/reconnect.exp
4456 * gdb.btrace/record_goto-step.exp
4457 * gdb.btrace/record_goto.exp
4458 * gdb.btrace/rn-dl-bind.exp
4459 * gdb.btrace/segv.exp
4460 * gdb.btrace/step.exp
4461 * gdb.btrace/stepi.exp
4462 * gdb.btrace/tailcall-only.exp
4463 * gdb.btrace/tailcall.exp
4464 * gdb.btrace/tsx.exp
4465 * gdb.btrace/unknown_functions.exp
4466 * gdb.btrace/vdso.exp
4467 * gdb.compile/compile-ifunc.exp
4468 * gdb.compile/compile-ops.exp
4469 * gdb.compile/compile-print.exp
4470 * gdb.compile/compile-setjmp.exp
4471 * gdb.cp/abstract-origin.exp
4472 * gdb.cp/ambiguous.exp
4473 * gdb.cp/annota2.exp
4474 * gdb.cp/annota3.exp
4475 * gdb.cp/anon-ns.exp
4476 * gdb.cp/anon-struct.exp
4477 * gdb.cp/anon-union.exp
4478 * gdb.cp/arg-reference.exp
4479 * gdb.cp/baseenum.exp
4480 * gdb.cp/bool.exp
4481 * gdb.cp/breakpoint.exp
4482 * gdb.cp/bs15503.exp
4483 * gdb.cp/call-c.exp
4484 * gdb.cp/casts.exp
4485 * gdb.cp/chained-calls.exp
4486 * gdb.cp/class2.exp
4487 * gdb.cp/classes.exp
4488 * gdb.cp/cmpd-minsyms.exp
4489 * gdb.cp/converts.exp
4490 * gdb.cp/cp-relocate.exp
4491 * gdb.cp/cpcompletion.exp
4492 * gdb.cp/cpexprs.exp
4493 * gdb.cp/cplabel.exp
4494 * gdb.cp/cplusfuncs.exp
4495 * gdb.cp/cpsizeof.exp
4496 * gdb.cp/ctti.exp
4497 * gdb.cp/derivation.exp
4498 * gdb.cp/destrprint.exp
4499 * gdb.cp/dispcxx.exp
4500 * gdb.cp/enum-class.exp
4501 * gdb.cp/exception.exp
4502 * gdb.cp/exceptprint.exp
4503 * gdb.cp/expand-psymtabs-cxx.exp
4504 * gdb.cp/expand-sals.exp
4505 * gdb.cp/extern-c.exp
4506 * gdb.cp/filename.exp
4507 * gdb.cp/formatted-ref.exp
4508 * gdb.cp/fpointer.exp
4509 * gdb.cp/gdb1355.exp
4510 * gdb.cp/gdb2495.exp
4511 * gdb.cp/hang.exp
4512 * gdb.cp/impl-this.exp
4513 * gdb.cp/infcall-dlopen.exp
4514 * gdb.cp/inherit.exp
4515 * gdb.cp/iostream.exp
4516 * gdb.cp/koenig.exp
4517 * gdb.cp/local.exp
4518 * gdb.cp/m-data.exp
4519 * gdb.cp/m-static.exp
4520 * gdb.cp/mb-ctor.exp
4521 * gdb.cp/mb-inline.exp
4522 * gdb.cp/mb-templates.exp
4523 * gdb.cp/member-name.exp
4524 * gdb.cp/member-ptr.exp
4525 * gdb.cp/meth-typedefs.exp
4526 * gdb.cp/method.exp
4527 * gdb.cp/method2.exp
4528 * gdb.cp/minsym-fallback.exp
4529 * gdb.cp/misc.exp
4530 * gdb.cp/namelessclass.exp
4531 * gdb.cp/namespace-enum.exp
4532 * gdb.cp/namespace-nested-import.exp
4533 * gdb.cp/namespace.exp
4534 * gdb.cp/nextoverthrow.exp
4535 * gdb.cp/no-dmgl-verbose.exp
4536 * gdb.cp/non-trivial-retval.exp
4537 * gdb.cp/noparam.exp
4538 * gdb.cp/nsdecl.exp
4539 * gdb.cp/nsimport.exp
4540 * gdb.cp/nsnested.exp
4541 * gdb.cp/nsnoimports.exp
4542 * gdb.cp/nsrecurs.exp
4543 * gdb.cp/nsstress.exp
4544 * gdb.cp/nsusing.exp
4545 * gdb.cp/operator.exp
4546 * gdb.cp/oranking.exp
4547 * gdb.cp/overload-const.exp
4548 * gdb.cp/overload.exp
4549 * gdb.cp/ovldbreak.exp
4550 * gdb.cp/ovsrch.exp
4551 * gdb.cp/paren-type.exp
4552 * gdb.cp/parse-lang.exp
4553 * gdb.cp/pass-by-ref.exp
4554 * gdb.cp/pr-1023.exp
4555 * gdb.cp/pr-1210.exp
4556 * gdb.cp/pr-574.exp
4557 * gdb.cp/pr10687.exp
4558 * gdb.cp/pr12028.exp
4559 * gdb.cp/pr17132.exp
4560 * gdb.cp/pr17494.exp
4561 * gdb.cp/pr9067.exp
4562 * gdb.cp/pr9167.exp
4563 * gdb.cp/pr9631.exp
4564 * gdb.cp/printmethod.exp
4565 * gdb.cp/psmang.exp
4566 * gdb.cp/psymtab-parameter.exp
4567 * gdb.cp/ptype-cv-cp.exp
4568 * gdb.cp/ptype-flags.exp
4569 * gdb.cp/re-set-overloaded.exp
4570 * gdb.cp/ref-types.exp
4571 * gdb.cp/rtti.exp
4572 * gdb.cp/scope-err.exp
4573 * gdb.cp/shadow.exp
4574 * gdb.cp/smartp.exp
4575 * gdb.cp/static-method.exp
4576 * gdb.cp/static-print-quit.exp
4577 * gdb.cp/temargs.exp
4578 * gdb.cp/templates.exp
4579 * gdb.cp/try_catch.exp
4580 * gdb.cp/typedef-operator.exp
4581 * gdb.cp/typeid.exp
4582 * gdb.cp/userdef.exp
4583 * gdb.cp/using-crash.exp
4584 * gdb.cp/var-tag.exp
4585 * gdb.cp/virtbase.exp
4586 * gdb.cp/virtfunc.exp
4587 * gdb.cp/virtfunc2.exp
4588 * gdb.cp/vla-cxx.exp
4589 * gdb.disasm/t01_mov.exp
4590 * gdb.disasm/t02_mova.exp
4591 * gdb.disasm/t03_add.exp
4592 * gdb.disasm/t04_sub.exp
4593 * gdb.disasm/t05_cmp.exp
4594 * gdb.disasm/t06_ari2.exp
4595 * gdb.disasm/t07_ari3.exp
4596 * gdb.disasm/t08_or.exp
4597 * gdb.disasm/t09_xor.exp
4598 * gdb.disasm/t10_and.exp
4599 * gdb.disasm/t11_logs.exp
4600 * gdb.disasm/t12_bit.exp
4601 * gdb.disasm/t13_otr.exp
4602 * gdb.dlang/circular.exp
4603 * gdb.dwarf2/arr-stride.exp
4604 * gdb.dwarf2/arr-subrange.exp
4605 * gdb.dwarf2/atomic-type.exp
4606 * gdb.dwarf2/bad-regnum.exp
4607 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4608 * gdb.dwarf2/callframecfa.exp
4609 * gdb.dwarf2/clztest.exp
4610 * gdb.dwarf2/corrupt.exp
4611 * gdb.dwarf2/data-loc.exp
4612 * gdb.dwarf2/dup-psym.exp
4613 * gdb.dwarf2/dw2-anon-mptr.exp
4614 * gdb.dwarf2/dw2-anonymous-func.exp
4615 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4616 * gdb.dwarf2/dw2-bad-unresolved.exp
4617 * gdb.dwarf2/dw2-basic.exp
4618 * gdb.dwarf2/dw2-canonicalize-type.exp
4619 * gdb.dwarf2/dw2-case-insensitive.exp
4620 * gdb.dwarf2/dw2-common-block.exp
4621 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4622 * gdb.dwarf2/dw2-compressed.exp
4623 * gdb.dwarf2/dw2-const.exp
4624 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4625 * gdb.dwarf2/dw2-cu-size.exp
4626 * gdb.dwarf2/dw2-dup-frame.exp
4627 * gdb.dwarf2/dw2-entry-value.exp
4628 * gdb.dwarf2/dw2-icycle.exp
4629 * gdb.dwarf2/dw2-ifort-parameter.exp
4630 * gdb.dwarf2/dw2-inline-break.exp
4631 * gdb.dwarf2/dw2-inline-param.exp
4632 * gdb.dwarf2/dw2-intercu.exp
4633 * gdb.dwarf2/dw2-intermix.exp
4634 * gdb.dwarf2/dw2-lexical-block-bare.exp
4635 * gdb.dwarf2/dw2-linkage-name-trust.exp
4636 * gdb.dwarf2/dw2-minsym-in-cu.exp
4637 * gdb.dwarf2/dw2-noloc.exp
4638 * gdb.dwarf2/dw2-op-call.exp
4639 * gdb.dwarf2/dw2-op-out-param.exp
4640 * gdb.dwarf2/dw2-opt-structptr.exp
4641 * gdb.dwarf2/dw2-param-error.exp
4642 * gdb.dwarf2/dw2-producer.exp
4643 * gdb.dwarf2/dw2-ranges-base.exp
4644 * gdb.dwarf2/dw2-ref-missing-frame.exp
4645 * gdb.dwarf2/dw2-reg-undefined.exp
4646 * gdb.dwarf2/dw2-regno-invalid.exp
4647 * gdb.dwarf2/dw2-restore.exp
4648 * gdb.dwarf2/dw2-restrict.exp
4649 * gdb.dwarf2/dw2-single-line-discriminators.exp
4650 * gdb.dwarf2/dw2-strp.exp
4651 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4652 * gdb.dwarf2/dw2-unresolved.exp
4653 * gdb.dwarf2/dw2-var-zero-addr.exp
4654 * gdb.dwarf2/dw4-sig-types.exp
4655 * gdb.dwarf2/dwz.exp
4656 * gdb.dwarf2/dynarr-ptr.exp
4657 * gdb.dwarf2/enum-type.exp
4658 * gdb.dwarf2/gdb-index.exp
4659 * gdb.dwarf2/implptr-64bit.exp
4660 * gdb.dwarf2/implptr-optimized-out.exp
4661 * gdb.dwarf2/implptr.exp
4662 * gdb.dwarf2/implref-array.exp
4663 * gdb.dwarf2/implref-const.exp
4664 * gdb.dwarf2/implref-global.exp
4665 * gdb.dwarf2/implref-struct.exp
4666 * gdb.dwarf2/mac-fileno.exp
4667 * gdb.dwarf2/main-subprogram.exp
4668 * gdb.dwarf2/member-ptr-forwardref.exp
4669 * gdb.dwarf2/method-ptr.exp
4670 * gdb.dwarf2/missing-sig-type.exp
4671 * gdb.dwarf2/nonvar-access.exp
4672 * gdb.dwarf2/opaque-type-lookup.exp
4673 * gdb.dwarf2/pieces-optimized-out.exp
4674 * gdb.dwarf2/pieces.exp
4675 * gdb.dwarf2/pr10770.exp
4676 * gdb.dwarf2/pr13961.exp
4677 * gdb.dwarf2/staticvirtual.exp
4678 * gdb.dwarf2/subrange.exp
4679 * gdb.dwarf2/symtab-producer.exp
4680 * gdb.dwarf2/trace-crash.exp
4681 * gdb.dwarf2/typeddwarf.exp
4682 * gdb.dwarf2/valop.exp
4683 * gdb.dwarf2/watch-notconst.exp
4684 * gdb.fortran/array-element.exp
4685 * gdb.fortran/charset.exp
4686 * gdb.fortran/common-block.exp
4687 * gdb.fortran/complex.exp
4688 * gdb.fortran/derived-type-function.exp
4689 * gdb.fortran/derived-type.exp
4690 * gdb.fortran/logical.exp
4691 * gdb.fortran/module.exp
4692 * gdb.fortran/multi-dim.exp
4693 * gdb.fortran/nested-funcs.exp
4694 * gdb.fortran/print-formatted.exp
4695 * gdb.fortran/subarray.exp
4696 * gdb.fortran/vla-alloc-assoc.exp
4697 * gdb.fortran/vla-datatypes.exp
4698 * gdb.fortran/vla-history.exp
4699 * gdb.fortran/vla-ptr-info.exp
4700 * gdb.fortran/vla-ptype-sub.exp
4701 * gdb.fortran/vla-ptype.exp
4702 * gdb.fortran/vla-sizeof.exp
4703 * gdb.fortran/vla-type.exp
4704 * gdb.fortran/vla-value-sub-arbitrary.exp
4705 * gdb.fortran/vla-value-sub-finish.exp
4706 * gdb.fortran/vla-value-sub.exp
4707 * gdb.fortran/vla-value.exp
4708 * gdb.fortran/whatis_type.exp
4709 * gdb.go/chan.exp
4710 * gdb.go/handcall.exp
4711 * gdb.go/hello.exp
4712 * gdb.go/integers.exp
4713 * gdb.go/methods.exp
4714 * gdb.go/package.exp
4715 * gdb.go/strings.exp
4716 * gdb.go/types.exp
4717 * gdb.go/unsafe.exp
4718 * gdb.guile/scm-arch.exp
4719 * gdb.guile/scm-block.exp
4720 * gdb.guile/scm-breakpoint.exp
4721 * gdb.guile/scm-cmd.exp
4722 * gdb.guile/scm-disasm.exp
4723 * gdb.guile/scm-equal.exp
4724 * gdb.guile/scm-frame-args.exp
4725 * gdb.guile/scm-frame-inline.exp
4726 * gdb.guile/scm-frame.exp
4727 * gdb.guile/scm-iterator.exp
4728 * gdb.guile/scm-math.exp
4729 * gdb.guile/scm-objfile.exp
4730 * gdb.guile/scm-ports.exp
4731 * gdb.guile/scm-symbol.exp
4732 * gdb.guile/scm-symtab.exp
4733 * gdb.guile/scm-value-cc.exp
4734 * gdb.guile/types-module.exp
4735 * gdb.linespec/break-ask.exp
4736 * gdb.linespec/cpexplicit.exp
4737 * gdb.linespec/explicit.exp
4738 * gdb.linespec/keywords.exp
4739 * gdb.linespec/linespec.exp
4740 * gdb.linespec/ls-dollar.exp
4741 * gdb.linespec/ls-errs.exp
4742 * gdb.linespec/skip-two.exp
4743 * gdb.linespec/thread.exp
4744 * gdb.mi/mi-async.exp
4745 * gdb.mi/mi-basics.exp
4746 * gdb.mi/mi-break.exp
4747 * gdb.mi/mi-catch-load.exp
4748 * gdb.mi/mi-cli.exp
4749 * gdb.mi/mi-cmd-param-changed.exp
4750 * gdb.mi/mi-console.exp
4751 * gdb.mi/mi-detach.exp
4752 * gdb.mi/mi-disassemble.exp
4753 * gdb.mi/mi-eval.exp
4754 * gdb.mi/mi-file-transfer.exp
4755 * gdb.mi/mi-file.exp
4756 * gdb.mi/mi-fill-memory.exp
4757 * gdb.mi/mi-inheritance-syntax-error.exp
4758 * gdb.mi/mi-linespec-err-cp.exp
4759 * gdb.mi/mi-logging.exp
4760 * gdb.mi/mi-memory-changed.exp
4761 * gdb.mi/mi-read-memory.exp
4762 * gdb.mi/mi-record-changed.exp
4763 * gdb.mi/mi-reg-undefined.exp
4764 * gdb.mi/mi-regs.exp
4765 * gdb.mi/mi-return.exp
4766 * gdb.mi/mi-reverse.exp
4767 * gdb.mi/mi-simplerun.exp
4768 * gdb.mi/mi-solib.exp
4769 * gdb.mi/mi-stack.exp
4770 * gdb.mi/mi-stepi.exp
4771 * gdb.mi/mi-syn-frame.exp
4772 * gdb.mi/mi-until.exp
4773 * gdb.mi/mi-var-block.exp
4774 * gdb.mi/mi-var-child.exp
4775 * gdb.mi/mi-var-cmd.exp
4776 * gdb.mi/mi-var-cp.exp
4777 * gdb.mi/mi-var-display.exp
4778 * gdb.mi/mi-var-invalidate.exp
4779 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4780 * gdb.mi/mi-vla-fortran.exp
4781 * gdb.mi/mi-watch.exp
4782 * gdb.mi/mi2-var-child.exp
4783 * gdb.mi/user-selected-context-sync.exp
4784 * gdb.modula2/unbounded-array.exp
4785 * gdb.multi/dummy-frame-restore.exp
4786 * gdb.multi/multi-arch-exec.exp
4787 * gdb.multi/multi-arch.exp
4788 * gdb.multi/tids.exp
4789 * gdb.multi/watchpoint-multi.exp
4790 * gdb.opencl/callfuncs.exp
4791 * gdb.opencl/convs_casts.exp
4792 * gdb.opencl/datatypes.exp
4793 * gdb.opencl/operators.exp
4794 * gdb.opencl/vec_comps.exp
4795 * gdb.opt/clobbered-registers-O2.exp
4796 * gdb.opt/inline-break.exp
4797 * gdb.opt/inline-bt.exp
4798 * gdb.opt/inline-cmds.exp
4799 * gdb.opt/inline-locals.exp
4800 * gdb.pascal/case-insensitive-symbols.exp
4801 * gdb.pascal/floats.exp
4802 * gdb.pascal/gdb11492.exp
4803 * gdb.python/lib-types.exp
4804 * gdb.python/py-arch.exp
4805 * gdb.python/py-as-string.exp
4806 * gdb.python/py-bad-printers.exp
4807 * gdb.python/py-block.exp
4808 * gdb.python/py-breakpoint-create-fail.exp
4809 * gdb.python/py-breakpoint.exp
4810 * gdb.python/py-caller-is.exp
4811 * gdb.python/py-cmd.exp
4812 * gdb.python/py-explore-cc.exp
4813 * gdb.python/py-explore.exp
4814 * gdb.python/py-finish-breakpoint.exp
4815 * gdb.python/py-finish-breakpoint2.exp
4816 * gdb.python/py-frame-args.exp
4817 * gdb.python/py-frame-inline.exp
4818 * gdb.python/py-frame.exp
4819 * gdb.python/py-framefilter-mi.exp
4820 * gdb.python/py-infthread.exp
4821 * gdb.python/py-lazy-string.exp
4822 * gdb.python/py-linetable.exp
4823 * gdb.python/py-mi-events.exp
4824 * gdb.python/py-mi-objfile.exp
4825 * gdb.python/py-mi.exp
4826 * gdb.python/py-objfile.exp
4827 * gdb.python/py-pp-integral.exp
4828 * gdb.python/py-pp-maint.exp
4829 * gdb.python/py-pp-re-notag.exp
4830 * gdb.python/py-pp-registration.exp
4831 * gdb.python/py-recurse-unwind.exp
4832 * gdb.python/py-strfns.exp
4833 * gdb.python/py-symbol.exp
4834 * gdb.python/py-symtab.exp
4835 * gdb.python/py-sync-interp.exp
4836 * gdb.python/py-typeprint.exp
4837 * gdb.python/py-unwind-maint.exp
4838 * gdb.python/py-unwind.exp
4839 * gdb.python/py-value-cc.exp
4840 * gdb.python/py-xmethods.exp
4841 * gdb.reverse/amd64-tailcall-reverse.exp
4842 * gdb.reverse/break-precsave.exp
4843 * gdb.reverse/break-reverse.exp
4844 * gdb.reverse/consecutive-precsave.exp
4845 * gdb.reverse/consecutive-reverse.exp
4846 * gdb.reverse/finish-precsave.exp
4847 * gdb.reverse/finish-reverse-bkpt.exp
4848 * gdb.reverse/finish-reverse.exp
4849 * gdb.reverse/fstatat-reverse.exp
4850 * gdb.reverse/getresuid-reverse.exp
4851 * gdb.reverse/i386-precsave.exp
4852 * gdb.reverse/i386-reverse.exp
4853 * gdb.reverse/i386-sse-reverse.exp
4854 * gdb.reverse/i387-env-reverse.exp
4855 * gdb.reverse/i387-stack-reverse.exp
4856 * gdb.reverse/insn-reverse.exp
4857 * gdb.reverse/machinestate-precsave.exp
4858 * gdb.reverse/machinestate.exp
4859 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4860 * gdb.reverse/pipe-reverse.exp
4861 * gdb.reverse/readv-reverse.exp
4862 * gdb.reverse/recvmsg-reverse.exp
4863 * gdb.reverse/rerun-prec.exp
4864 * gdb.reverse/s390-mvcle.exp
4865 * gdb.reverse/step-precsave.exp
4866 * gdb.reverse/step-reverse.exp
4867 * gdb.reverse/time-reverse.exp
4868 * gdb.reverse/until-precsave.exp
4869 * gdb.reverse/until-reverse.exp
4870 * gdb.reverse/waitpid-reverse.exp
4871 * gdb.reverse/watch-precsave.exp
4872 * gdb.reverse/watch-reverse.exp
4873 * gdb.rust/generics.exp
4874 * gdb.rust/methods.exp
4875 * gdb.rust/modules.exp
4876 * gdb.rust/simple.exp
4877 * gdb.server/connect-with-no-symbol-file.exp
4878 * gdb.server/ext-attach.exp
4879 * gdb.server/ext-restart.exp
4880 * gdb.server/ext-wrapper.exp
4881 * gdb.server/file-transfer.exp
4882 * gdb.server/server-exec-info.exp
4883 * gdb.server/server-kill.exp
4884 * gdb.server/server-mon.exp
4885 * gdb.server/wrapper.exp
4886 * gdb.stabs/exclfwd.exp
4887 * gdb.stabs/gdb11479.exp
4888 * gdb.threads/clone-new-thread-event.exp
4889 * gdb.threads/corethreads.exp
4890 * gdb.threads/current-lwp-dead.exp
4891 * gdb.threads/dlopen-libpthread.exp
4892 * gdb.threads/gcore-thread.exp
4893 * gdb.threads/sigstep-threads.exp
4894 * gdb.threads/watchpoint-fork.exp
4895 * gdb.trace/actions-changed.exp
4896 * gdb.trace/backtrace.exp
4897 * gdb.trace/change-loc.exp
4898 * gdb.trace/circ.exp
4899 * gdb.trace/collection.exp
4900 * gdb.trace/disconnected-tracing.exp
4901 * gdb.trace/ftrace.exp
4902 * gdb.trace/mi-trace-frame-collected.exp
4903 * gdb.trace/mi-trace-unavailable.exp
4904 * gdb.trace/mi-traceframe-changed.exp
4905 * gdb.trace/mi-tsv-changed.exp
4906 * gdb.trace/no-attach-trace.exp
4907 * gdb.trace/passc-dyn.exp
4908 * gdb.trace/qtro.exp
4909 * gdb.trace/range-stepping.exp
4910 * gdb.trace/read-memory.exp
4911 * gdb.trace/save-trace.exp
4912 * gdb.trace/signal.exp
4913 * gdb.trace/status-stop.exp
4914 * gdb.trace/tfile.exp
4915 * gdb.trace/trace-break.exp
4916 * gdb.trace/trace-buffer-size.exp
4917 * gdb.trace/trace-condition.exp
4918 * gdb.trace/tracefile-pseudo-reg.exp
4919 * gdb.trace/tstatus.exp
4920 * gdb.trace/unavailable.exp
4921 * gdb.trace/while-dyn.exp
4922 * gdb.trace/while-stepping.exp
4923
34c41c68
DE
49242016-12-22 Doug Evans <xdje42@gmail.com>
4925
4926 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4927 and msymbols.
4928
16e69324
YQ
49292016-12-19 Yao Qi <yao.qi@linaro.org>
4930
4931 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4932 (test_with_self): Don't call do_steps_and_nexts, and remove
4933 code about stepping into xmalloc.
4934
f94f411b
YQ
49352016-12-09 Yao Qi <yao.qi@linaro.org>
4936
4937 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4938
49392016-12-09 Yao Qi <yao.qi@linaro.org>
4940
4941 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4942
f1b5deee
PA
49432016-12-09 Pedro Alves <palves@redhat.com>
4944
4945 * gdb.base/all-architectures-0.exp: New file.
4946 * gdb.base/all-architectures-1.exp: New file.
4947 * gdb.base/all-architectures-2.exp: New file.
4948 * gdb.base/all-architectures-3.exp: New file.
4949 * gdb.base/all-architectures-4.exp: New file.
4950 * gdb.base/all-architectures-5.exp: New file.
4951 * gdb.base/all-architectures-6.exp: New file.
4952 * gdb.base/all-architectures-7.exp: New file.
4953 * gdb.base/all-architectures.exp.in: New file.
4954
364ca42e
YQ
49552016-12-09 Yao Qi <yao.qi@linaro.org>
4956
4957 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4958
107c2d62
LM
49592016-12-02 Luis Machado <lgustavo@codesourcery.com>
4960
4961 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4962 possible.
4963 Remove useless pattern-matching code.
4964
df3ee9ca
PA
49652016-12-02 Pedro Alves <palves@redhat.com>
4966
4967 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4968 procedure.
4969 (top level): Call it.
4970
ec835369
PA
49712016-12-02 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4974 New procedure.
4975 (top level): Call it.
4976
01770bbd
PA
49772016-12-02 Pedro Alves <palves@redhat.com>
4978
4979 PR cli/20559
4980 * gdb.base/commands.exp (user_defined_command_args_eval): New
4981 procedure.
4982 (top level): Call it.
4983
008459ea
LM
49842016-12-02 Luis Machado <lgustavo@codesourcery.com>
4985
4986 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4987 timeout handling.
4988
0c1b455e
TT
49892016-12-02 Tom Tromey <tom@tromey.com>
4990
4991 * gdb.dwarf2/main-subprogram.c: New file.
4992 * gdb.dwarf2/main-subprogram.exp: New file.
4993
018572b8
LM
49942016-12-01 Luis Machado <lgustavo@codesourcery.com>
4995
4996 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4997 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4998 gdb_test_no_output for a couple of cases.
4999 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5000
84c93cd5
LM
50012016-12-01 Luis Machado <lgustavo@codesourcery.com>
5002
5003 Fix test names and standardize compilation error messages throughout
5004 the following files:
5005
5006 * gdb.ada/start.exp
5007 * gdb.arch/alpha-step.exp
5008 * gdb.arch/e500-prologue.exp
5009 * gdb.arch/ftrace-insn-reloc.exp
5010 * gdb.arch/gdb1291.exp
5011 * gdb.arch/gdb1431.exp
5012 * gdb.arch/gdb1558.exp
5013 * gdb.arch/i386-dr3-watch.exp
5014 * gdb.arch/i386-sse-stack-align.exp
5015 * gdb.arch/ia64-breakpoint-shadow.exp
5016 * gdb.arch/pa-nullify.exp
5017 * gdb.arch/powerpc-aix-prologue.exp
5018 * gdb.arch/thumb-bx-pc.exp
5019 * gdb.base/annota1.exp
5020 * gdb.base/annota3.exp
5021 * gdb.base/arrayidx.exp
5022 * gdb.base/assign.exp
5023 * gdb.base/attach.exp
5024 * gdb.base/auxv.exp
5025 * gdb.base/bang.exp
5026 * gdb.base/bfp-test.exp
5027 * gdb.base/bigcore.exp
5028 * gdb.base/bitfields2.exp
5029 * gdb.base/break-fun-addr.exp
5030 * gdb.base/break-probes.exp
5031 * gdb.base/call-rt-st.exp
5032 * gdb.base/callexit.exp
5033 * gdb.base/catch-fork-kill.exp
5034 * gdb.base/charset.exp
5035 * gdb.base/checkpoint.exp
5036 * gdb.base/comprdebug.exp
5037 * gdb.base/constvars.exp
5038 * gdb.base/coredump-filter.exp
5039 * gdb.base/cursal.exp
5040 * gdb.base/cvexpr.exp
5041 * gdb.base/detach.exp
5042 * gdb.base/display.exp
5043 * gdb.base/dmsym.exp
5044 * gdb.base/dprintf-pending.exp
5045 * gdb.base/dso2dso.exp
5046 * gdb.base/dtrace-probe.exp
5047 * gdb.base/dump.exp
5048 * gdb.base/enum_cond.exp
5049 * gdb.base/exe-lock.exp
5050 * gdb.base/exec-invalid-sysroot.exp
5051 * gdb.base/execl-update-breakpoints.exp
5052 * gdb.base/exprs.exp
5053 * gdb.base/fileio.exp
5054 * gdb.base/find.exp
5055 * gdb.base/finish.exp
5056 * gdb.base/fixsection.exp
5057 * gdb.base/foll-vfork.exp
5058 * gdb.base/frame-args.exp
5059 * gdb.base/gcore.exp
5060 * gdb.base/gdb1250.exp
5061 * gdb.base/global-var-nested-by-dso.exp
5062 * gdb.base/gnu-ifunc.exp
5063 * gdb.base/hashline1.exp
5064 * gdb.base/hashline2.exp
5065 * gdb.base/hashline3.exp
5066 * gdb.base/hbreak-in-shr-unsupported.exp
5067 * gdb.base/huge.exp
5068 * gdb.base/infcall-input.exp
5069 * gdb.base/info-fun.exp
5070 * gdb.base/info-shared.exp
5071 * gdb.base/jit-simple.exp
5072 * gdb.base/jit-so.exp
5073 * gdb.base/jit.exp
5074 * gdb.base/jump.exp
5075 * gdb.base/label.exp
5076 * gdb.base/lineinc.exp
5077 * gdb.base/logical.exp
5078 * gdb.base/longjmp.exp
5079 * gdb.base/macscp.exp
5080 * gdb.base/miscexprs.exp
5081 * gdb.base/new-ui-echo.exp
5082 * gdb.base/new-ui-pending-input.exp
5083 * gdb.base/new-ui.exp
5084 * gdb.base/nodebug.exp
5085 * gdb.base/nofield.exp
5086 * gdb.base/offsets.exp
5087 * gdb.base/overlays.exp
5088 * gdb.base/pending.exp
5089 * gdb.base/pointers.exp
5090 * gdb.base/pr11022.exp
5091 * gdb.base/printcmds.exp
5092 * gdb.base/prologue.exp
5093 * gdb.base/ptr-typedef.exp
5094 * gdb.base/realname-expand.exp
5095 * gdb.base/relativedebug.exp
5096 * gdb.base/relocate.exp
5097 * gdb.base/remote.exp
5098 * gdb.base/reread.exp
5099 * gdb.base/return2.exp
5100 * gdb.base/savedregs.exp
5101 * gdb.base/sep.exp
5102 * gdb.base/sepdebug.exp
5103 * gdb.base/sepsymtab.exp
5104 * gdb.base/set-inferior-tty.exp
5105 * gdb.base/setshow.exp
5106 * gdb.base/shlib-call.exp
5107 * gdb.base/sigaltstack.exp
5108 * gdb.base/siginfo-addr.exp
5109 * gdb.base/signals.exp
5110 * gdb.base/signull.exp
5111 * gdb.base/sigrepeat.exp
5112 * gdb.base/so-impl-ld.exp
5113 * gdb.base/solib-display.exp
5114 * gdb.base/solib-overlap.exp
5115 * gdb.base/solib-search.exp
5116 * gdb.base/solib-symbol.exp
5117 * gdb.base/structs.exp
5118 * gdb.base/structs2.exp
5119 * gdb.base/symtab-search-order.exp
5120 * gdb.base/twice.exp
5121 * gdb.base/unload.exp
5122 * gdb.base/varargs.exp
5123 * gdb.base/watchpoint-solib.exp
5124 * gdb.base/watchpoint.exp
5125 * gdb.base/whatis.exp
5126 * gdb.base/wrong_frame_bt_full.exp
5127 * gdb.btrace/dlopen.exp
5128 * gdb.cell/ea-standalone.exp
5129 * gdb.cell/ea-test.exp
5130 * gdb.cp/dispcxx.exp
5131 * gdb.cp/gdb2384.exp
5132 * gdb.cp/method2.exp
5133 * gdb.cp/nextoverthrow.exp
5134 * gdb.cp/pr10728.exp
5135 * gdb.disasm/am33.exp
5136 * gdb.disasm/h8300s.exp
5137 * gdb.disasm/mn10300.exp
5138 * gdb.disasm/sh3.exp
5139 * gdb.dwarf2/dw2-dir-file-name.exp
5140 * gdb.fortran/complex.exp
5141 * gdb.fortran/library-module.exp
5142 * gdb.guile/scm-pretty-print.exp
5143 * gdb.guile/scm-symbol.exp
5144 * gdb.guile/scm-type.exp
5145 * gdb.guile/scm-value.exp
5146 * gdb.linespec/linespec.exp
5147 * gdb.mi/gdb701.exp
5148 * gdb.mi/gdb792.exp
5149 * gdb.mi/mi-breakpoint-changed.exp
5150 * gdb.mi/mi-dprintf-pending.exp
5151 * gdb.mi/mi-dprintf.exp
5152 * gdb.mi/mi-exit-code.exp
5153 * gdb.mi/mi-pending.exp
5154 * gdb.mi/mi-solib.exp
5155 * gdb.mi/new-ui-mi-sync.exp
5156 * gdb.mi/pr11022.exp
5157 * gdb.mi/user-selected-context-sync.exp
5158 * gdb.opt/solib-intra-step.exp
5159 * gdb.python/py-events.exp
5160 * gdb.python/py-finish-breakpoint.exp
5161 * gdb.python/py-mi.exp
5162 * gdb.python/py-prettyprint.exp
5163 * gdb.python/py-shared.exp
5164 * gdb.python/py-symbol.exp
5165 * gdb.python/py-template.exp
5166 * gdb.python/py-type.exp
5167 * gdb.python/py-value.exp
5168 * gdb.reverse/solib-precsave.exp
5169 * gdb.reverse/solib-reverse.exp
5170 * gdb.server/solib-list.exp
5171 * gdb.stabs/weird.exp
5172 * gdb.threads/reconnect-signal.exp
5173 * gdb.threads/stepi-random-signal.exp
5174 * gdb.trace/actions.exp
5175 * gdb.trace/ax.exp
5176 * gdb.trace/backtrace.exp
5177 * gdb.trace/change-loc.exp
5178 * gdb.trace/deltrace.exp
5179 * gdb.trace/ftrace-lock.exp
5180 * gdb.trace/ftrace.exp
5181 * gdb.trace/infotrace.exp
5182 * gdb.trace/mi-tracepoint-changed.exp
5183 * gdb.trace/packetlen.exp
5184 * gdb.trace/passcount.exp
5185 * gdb.trace/pending.exp
5186 * gdb.trace/range-stepping.exp
5187 * gdb.trace/report.exp
5188 * gdb.trace/stap-trace.exp
5189 * gdb.trace/tfind.exp
5190 * gdb.trace/trace-break.exp
5191 * gdb.trace/trace-condition.exp
5192 * gdb.trace/trace-enable-disable.exp
5193 * gdb.trace/trace-mt.exp
5194 * gdb.trace/tracecmd.exp
5195 * gdb.trace/tspeed.exp
5196 * gdb.trace/tsv.exp
5197 * lib/perftest.exp
5198
fb9feb35
LM
51992016-12-01 Luis Machado <lgustavo@codesourcery.com>
5200
5201 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5202 with gdb_test_no_output.
5203 Use command as test name.
5204
cd2ddb6c
LM
52052016-12-01 Luis Machado <lgustavo@codesourcery.com>
5206
5207 Fix test names starting with uppercase throughout the files.
5208
5209 * gdb.ada/assign_1.exp
5210 * gdb.ada/boolean_expr.exp
5211 * gdb.base/arrayidx.exp
5212 * gdb.base/del.exp
5213 * gdb.base/gcore-buffer-overflow.exp
5214 * gdb.base/testenv.exp
5215 * gdb.compile/compile.exp
5216 * gdb.python/py-framefilter-invalidarg.exp
5217 * gdb.python/py-framefilter.exp
5218
bb95117e
LM
52192016-12-01 Luis Machado <lgustavo@codesourcery.com>
5220
5221 Fix test names starting with uppercase throughout the files.
5222
5223 * gdb.ada/array_return.exp
5224 * gdb.ada/expr_delims.exp
5225 * gdb.ada/mi_dyn_arr.exp
5226 * gdb.ada/mi_interface.exp
5227 * gdb.ada/mi_var_array.exp
5228 * gdb.ada/watch_arg.exp
5229 * gdb.arch/alpha-step.exp
5230 * gdb.arch/altivec-regs.exp
5231 * gdb.arch/e500-regs.exp
5232 * gdb.arch/powerpc-d128-regs.exp
5233 * gdb.base/arrayidx.exp
5234 * gdb.base/break.exp
5235 * gdb.base/checkpoint.exp
5236 * gdb.base/debug-expr.exp
5237 * gdb.base/dmsym.exp
5238 * gdb.base/radix.exp
5239 * gdb.base/sepdebug.exp
5240 * gdb.base/testenv.exp
5241 * gdb.base/watch_thread_num.exp
5242 * gdb.base/watchpoint-cond-gone.exp
5243 * gdb.cell/break.exp
5244 * gdb.cell/ea-cache.exp
5245 * gdb.compile/compile.exp
5246 * gdb.cp/gdb2495.exp
5247 * gdb.gdb/selftest.exp
5248 * gdb.gdb/xfullpath.exp
5249 * gdb.go/hello.exp
5250 * gdb.go/integers.exp
5251 * gdb.objc/basicclass.exp
5252 * gdb.pascal/hello.exp
5253 * gdb.pascal/integers.exp
5254 * gdb.python/py-breakpoint.exp
5255 * gdb.python/py-cmd.exp
5256 * gdb.python/py-linetable.exp
5257 * gdb.python/py-xmethods.exp
5258 * gdb.python/python.exp
5259 * gdb.reverse/consecutive-precsave.exp
5260 * gdb.reverse/finish-precsave.exp
5261 * gdb.reverse/i386-precsave.exp
5262 * gdb.reverse/machinestate-precsave.exp
5263 * gdb.reverse/sigall-precsave.exp
5264 * gdb.reverse/solib-precsave.exp
5265 * gdb.reverse/step-precsave.exp
5266 * gdb.reverse/until-precsave.exp
5267 * gdb.reverse/watch-precsave.exp
5268 * gdb.threads/leader-exit.exp
5269 * gdb.threads/pthreads.exp
5270 * gdb.threads/wp-replication.exp
5271 * gdb.trace/actions.exp
5272 * gdb.trace/mi-tsv-changed.exp
5273 * gdb.trace/tsv.exp
5274
de97fdd4
LM
52752016-12-01 Luis Machado <lgustavo@codesourcery.com>
5276
5277 Fix test names starting with uppercase throughout the files.
5278
5279 * gdb.arch/i386-bp_permanent.exp
5280 * gdb.arch/i386-gnu-cfi.exp
5281 * gdb.base/disasm-end-cu.exp
5282 * gdb.base/macscp.exp
5283 * gdb.base/pending.exp
5284 * gdb.base/watch_thread_num.exp
5285 * gdb.cp/exception.exp
5286 * gdb.cp/gdb2495.exp
5287 * gdb.cp/local.exp
5288 * gdb.python/py-evsignal.exp
5289 * gdb.python/python.exp
5290 * gdb.trace/tracecmd.exp
5291
9f058c10
LM
52922016-12-01 Luis Machado <lgustavo@codesourcery.com>
5293
5294 Fix test names starting with uppercase throughout the files.
5295
5296 * gdb.base/charset.exp
5297 * gdb.base/eval.exp
5298 * gdb.base/multi-forks.exp
5299 * gdb.guile/scm-progspace.exp
5300 * gdb.opencl/datatypes.exp
5301 * gdb.python/py-block.exp
5302 * gdb.python/py-function.exp
5303 * gdb.python/py-symbol.exp
5304 * gdb.python/py-symtab.exp
5305 * gdb.python/py-xmethods.exp
5306 * gdb.reverse/break-precsave.exp
5307 * gdb.reverse/break-reverse.exp
5308 * gdb.reverse/consecutive-precsave.exp
5309 * gdb.reverse/consecutive-reverse.exp
5310 * gdb.reverse/finish-precsave.exp
5311 * gdb.reverse/finish-reverse-bkpt.exp
5312 * gdb.reverse/finish-reverse.exp
5313 * gdb.reverse/fstatat-reverse.exp
5314 * gdb.reverse/getresuid-reverse.exp
5315 * gdb.reverse/i386-precsave.exp
5316 * gdb.reverse/i386-reverse.exp
5317 * gdb.reverse/i386-sse-reverse.exp
5318 * gdb.reverse/i387-stack-reverse.exp
5319 * gdb.reverse/insn-reverse.exp
5320 * gdb.reverse/machinestate-precsave.exp
5321 * gdb.reverse/machinestate.exp
5322 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5323 * gdb.reverse/pipe-reverse.exp
5324 * gdb.reverse/readv-reverse.exp
5325 * gdb.reverse/recvmsg-reverse.exp
5326 * gdb.reverse/rerun-prec.exp
5327 * gdb.reverse/s390-mvcle.exp
5328 * gdb.reverse/sigall-precsave.exp
5329 * gdb.reverse/sigall-reverse.exp
5330 * gdb.reverse/solib-precsave.exp
5331 * gdb.reverse/solib-reverse.exp
5332 * gdb.reverse/step-precsave.exp
5333 * gdb.reverse/step-reverse.exp
5334 * gdb.reverse/time-reverse.exp
5335 * gdb.reverse/until-precsave.exp
5336 * gdb.reverse/until-reverse.exp
5337 * gdb.reverse/waitpid-reverse.exp
5338 * gdb.reverse/watch-precsave.exp
5339 * gdb.reverse/watch-reverse.exp
5340
cdc7edd7
LM
53412016-12-01 Luis Machado <lgustavo@codesourcery.com>
5342
5343 Fix test names starting with uppercase throughout the files.
5344
5345 * gdb.arch/i386-mpx-simple_segv.exp
5346 * gdb.arch/i386-mpx.exp
5347 * gdb.arch/i386-permbkpt.exp
5348 * gdb.arch/pa-nullify.exp
5349 * gdb.arch/powerpc-d128-regs.exp
5350 * gdb.arch/vsx-regs.exp
5351 * gdb.base/bfp-test.exp
5352 * gdb.base/break.exp
5353 * gdb.base/breakpoint-shadow.exp
5354 * gdb.base/callfuncs.exp
5355 * gdb.base/charset.exp
5356 * gdb.base/commands.exp
5357 * gdb.base/completion.exp
5358 * gdb.base/dfp-test.exp
5359 * gdb.base/echo.exp
5360 * gdb.base/ending-run.exp
5361 * gdb.base/eval.exp
5362 * gdb.base/expand-psymtabs.exp
5363 * gdb.base/float128.exp
5364 * gdb.base/floatn.exp
5365 * gdb.base/foll-exec-mode.exp
5366 * gdb.base/gdb1056.exp
5367 * gdb.base/gdb11531.exp
5368 * gdb.base/kill-after-signal.exp
5369 * gdb.base/multi-forks.exp
5370 * gdb.base/overlays.exp
5371 * gdb.base/pending.exp
5372 * gdb.base/sepdebug.exp
5373 * gdb.base/testenv.exp
5374 * gdb.base/valgrind-db-attach.exp
5375 * gdb.base/watch_thread_num.exp
5376 * gdb.base/watchpoint-cond-gone.exp
5377 * gdb.base/watchpoint.exp
5378 * gdb.base/watchpoints.exp
5379 * gdb.cp/arg-reference.exp
5380 * gdb.cp/baseenum.exp
5381 * gdb.cp/operator.exp
5382 * gdb.cp/shadow.exp
5383 * gdb.dwarf2/dw2-op-out-param.exp
5384 * gdb.dwarf2/dw2-reg-undefined.exp
5385 * gdb.go/chan.exp
5386 * gdb.go/hello.exp
5387 * gdb.go/integers.exp
5388 * gdb.go/methods.exp
5389 * gdb.go/package.exp
5390 * gdb.guile/scm-parameter.exp
5391 * gdb.guile/scm-progspace.exp
5392 * gdb.guile/scm-value.exp
5393 * gdb.mi/mi-pending.exp
5394 * gdb.mi/user-selected-context-sync.exp
5395 * gdb.multi/multi-attach.exp
5396 * gdb.multi/tids.exp
5397 * gdb.opt/clobbered-registers-O2.exp
5398 * gdb.pascal/floats.exp
5399 * gdb.pascal/integers.exp
5400 * gdb.python/py-block.exp
5401 * gdb.python/py-events.exp
5402 * gdb.python/py-parameter.exp
5403 * gdb.python/py-symbol.exp
5404 * gdb.python/py-symtab.exp
5405 * gdb.python/py-type.exp
5406 * gdb.python/py-value.exp
5407 * gdb.python/py-xmethods.exp
5408 * gdb.python/python.exp
5409 * gdb.reverse/break-precsave.exp
5410 * gdb.reverse/consecutive-precsave.exp
5411 * gdb.reverse/finish-precsave.exp
5412 * gdb.reverse/i386-precsave.exp
5413 * gdb.reverse/machinestate-precsave.exp
5414 * gdb.reverse/sigall-precsave.exp
5415 * gdb.reverse/solib-precsave.exp
5416 * gdb.reverse/step-precsave.exp
5417 * gdb.reverse/until-precsave.exp
5418 * gdb.reverse/watch-precsave.exp
5419 * gdb.server/ext-attach.exp
5420 * gdb.server/ext-restart.exp
5421 * gdb.server/ext-run.exp
5422 * gdb.server/ext-wrapper.exp
5423 * gdb.stabs/gdb11479.exp
5424 * gdb.stabs/weird.exp
5425 * gdb.threads/attach-many-short-lived-threads.exp
5426 * gdb.threads/kill.exp
5427 * gdb.threads/watchpoint-fork.exp
5428
bc6c7af4
LM
54292016-12-01 Luis Machado <lgustavo@codesourcery.com>
5430
5431 Fix test names starting with uppercase throughout all the files below.
5432
5433 * gdb.ada/array_return.exp
5434 * gdb.ada/catch_ex.exp
5435 * gdb.ada/info_exc.exp
5436 * gdb.ada/mi_catch_ex.exp
5437 * gdb.ada/mi_dyn_arr.exp
5438 * gdb.ada/mi_ex_cond.exp
5439 * gdb.ada/mi_exc_info.exp
5440 * gdb.ada/mi_interface.exp
5441 * gdb.ada/mi_task_arg.exp
5442 * gdb.ada/mi_task_info.exp
5443 * gdb.ada/mi_var_array.exp
5444 * gdb.arch/alpha-step.exp
5445 * gdb.arch/amd64-disp-step.exp
5446 * gdb.arch/arm-disp-step.exp
5447 * gdb.arch/disp-step-insn-reloc.exp
5448 * gdb.arch/e500-prologue.exp
5449 * gdb.arch/ftrace-insn-reloc.exp
5450 * gdb.arch/gdb1558.exp
5451 * gdb.arch/i386-bp_permanent.exp
5452 * gdb.arch/i386-disp-step.exp
5453 * gdb.arch/i386-float.exp
5454 * gdb.arch/i386-gnu-cfi.exp
5455 * gdb.arch/ia64-breakpoint-shadow.exp
5456 * gdb.arch/mips16-thunks.exp
5457 * gdb.arch/pa-nullify.exp
5458 * gdb.arch/powerpc-aix-prologue.exp
5459 * gdb.arch/powerpc-power.exp
5460 * gdb.arch/ppc-dfp.exp
5461 * gdb.arch/s390-tdbregs.exp
5462 * gdb.arch/spu-info.exp
5463 * gdb.arch/spu-ls.exp
5464 * gdb.arch/thumb-bx-pc.exp
5465 * gdb.base/advance.exp
5466 * gdb.base/annota-input-while-running.exp
5467 * gdb.base/arrayidx.exp
5468 * gdb.base/asmlabel.exp
5469 * gdb.base/async.exp
5470 * gdb.base/attach-wait-input.exp
5471 * gdb.base/auto-connect-native-target.exp
5472 * gdb.base/batch-preserve-term-settings.exp
5473 * gdb.base/bfp-test.exp
5474 * gdb.base/bigcore.exp
5475 * gdb.base/bp-permanent.exp
5476 * gdb.base/break-always.exp
5477 * gdb.base/break-fun-addr.exp
5478 * gdb.base/break-idempotent.exp
5479 * gdb.base/break-main-file-remove-fail.exp
5480 * gdb.base/break-probes.exp
5481 * gdb.base/break-unload-file.exp
5482 * gdb.base/break.exp
5483 * gdb.base/call-ar-st.exp
5484 * gdb.base/call-rt-st.exp
5485 * gdb.base/call-sc.exp
5486 * gdb.base/call-signal-resume.exp
5487 * gdb.base/call-strs.exp
5488 * gdb.base/callexit.exp
5489 * gdb.base/callfuncs.exp
5490 * gdb.base/catch-gdb-caused-signals.exp
5491 * gdb.base/catch-signal-siginfo-cond.exp
5492 * gdb.base/catch-syscall.exp
5493 * gdb.base/compare-sections.exp
5494 * gdb.base/cond-eval-mode.exp
5495 * gdb.base/condbreak-call-false.exp
5496 * gdb.base/consecutive-step-over.exp
5497 * gdb.base/cursal.exp
5498 * gdb.base/disabled-location.exp
5499 * gdb.base/disasm-end-cu.exp
5500 * gdb.base/display.exp
5501 * gdb.base/double-prompt-target-event-error.exp
5502 * gdb.base/dprintf-bp-same-addr.exp
5503 * gdb.base/dprintf-detach.exp
5504 * gdb.base/dprintf-next.exp
5505 * gdb.base/dprintf-non-stop.exp
5506 * gdb.base/dprintf-pending.exp
5507 * gdb.base/dso2dso.exp
5508 * gdb.base/ending-run.exp
5509 * gdb.base/enum_cond.exp
5510 * gdb.base/examine-backward.exp
5511 * gdb.base/exe-lock.exp
5512 * gdb.base/exec-invalid-sysroot.exp
5513 * gdb.base/execl-update-breakpoints.exp
5514 * gdb.base/execution-termios.exp
5515 * gdb.base/fileio.exp
5516 * gdb.base/fixsection.exp
5517 * gdb.base/foll-exec-mode.exp
5518 * gdb.base/foll-exec.exp
5519 * gdb.base/fork-running-state.exp
5520 * gdb.base/frame-args.exp
5521 * gdb.base/fullpath-expand.exp
5522 * gdb.base/func-ptr.exp
5523 * gdb.base/gcore-relro-pie.exp
5524 * gdb.base/gdb1090.exp
5525 * gdb.base/gdb1555.exp
5526 * gdb.base/global-var-nested-by-dso.exp
5527 * gdb.base/gnu-ifunc.exp
5528 * gdb.base/hbreak-in-shr-unsupported.exp
5529 * gdb.base/hbreak-unmapped.exp
5530 * gdb.base/hook-stop.exp
5531 * gdb.base/infcall-input.exp
5532 * gdb.base/info-fun.exp
5533 * gdb.base/info-shared.exp
5534 * gdb.base/interrupt-noterm.exp
5535 * gdb.base/jit-so.exp
5536 * gdb.base/jit.exp
5537 * gdb.base/line-symtabs.exp
5538 * gdb.base/list.exp
5539 * gdb.base/longjmp.exp
5540 * gdb.base/macscp.exp
5541 * gdb.base/max-value-size.exp
5542 * gdb.base/nodebug.exp
5543 * gdb.base/nofield.exp
5544 * gdb.base/overlays.exp
5545 * gdb.base/paginate-after-ctrl-c-running.exp
5546 * gdb.base/paginate-bg-execution.exp
5547 * gdb.base/paginate-inferior-exit.exp
5548 * gdb.base/pending.exp
5549 * gdb.base/pr11022.exp
5550 * gdb.base/printcmds.exp
5551 * gdb.base/ptr-typedef.exp
5552 * gdb.base/ptype.exp
5553 * gdb.base/randomize.exp
5554 * gdb.base/range-stepping.exp
5555 * gdb.base/realname-expand.exp
5556 * gdb.base/relativedebug.exp
5557 * gdb.base/remote.exp
5558 * gdb.base/savedregs.exp
5559 * gdb.base/sepdebug.exp
5560 * gdb.base/set-noassign.exp
5561 * gdb.base/shlib-call.exp
5562 * gdb.base/shreloc.exp
5563 * gdb.base/sigaltstack.exp
5564 * gdb.base/sigbpt.exp
5565 * gdb.base/siginfo-addr.exp
5566 * gdb.base/siginfo-obj.exp
5567 * gdb.base/siginfo-thread.exp
5568 * gdb.base/signest.exp
5569 * gdb.base/signull.exp
5570 * gdb.base/sigrepeat.exp
5571 * gdb.base/skip.exp
5572 * gdb.base/so-impl-ld.exp
5573 * gdb.base/solib-corrupted.exp
5574 * gdb.base/solib-disc.exp
5575 * gdb.base/solib-display.exp
5576 * gdb.base/solib-overlap.exp
5577 * gdb.base/solib-search.exp
5578 * gdb.base/solib-symbol.exp
5579 * gdb.base/source-execution.exp
5580 * gdb.base/sss-bp-on-user-bp-2.exp
5581 * gdb.base/sss-bp-on-user-bp.exp
5582 * gdb.base/stack-checking.exp
5583 * gdb.base/stale-infcall.exp
5584 * gdb.base/step-break.exp
5585 * gdb.base/step-line.exp
5586 * gdb.base/step-over-exit.exp
5587 * gdb.base/step-test.exp
5588 * gdb.base/structs.exp
5589 * gdb.base/sym-file.exp
5590 * gdb.base/symtab-search-order.exp
5591 * gdb.base/term.exp
5592 * gdb.base/type-opaque.exp
5593 * gdb.base/unload.exp
5594 * gdb.base/until-nodebug.exp
5595 * gdb.base/until.exp
5596 * gdb.base/unwindonsignal.exp
5597 * gdb.base/watch-cond.exp
5598 * gdb.base/watch-non-mem.exp
5599 * gdb.base/watch_thread_num.exp
5600 * gdb.base/watchpoint-reuse-slot.exp
5601 * gdb.base/watchpoint-solib.exp
5602 * gdb.base/watchpoint.exp
5603 * gdb.btrace/dlopen.exp
5604 * gdb.cell/arch.exp
5605 * gdb.cell/break.exp
5606 * gdb.cell/bt.exp
5607 * gdb.cell/core.exp
5608 * gdb.cell/data.exp
5609 * gdb.cell/dwarfaddr.exp
5610 * gdb.cell/ea-cache.exp
5611 * gdb.cell/ea-standalone.exp
5612 * gdb.cell/ea-test.exp
5613 * gdb.cell/f-regs.exp
5614 * gdb.cell/fork.exp
5615 * gdb.cell/gcore.exp
5616 * gdb.cell/mem-access.exp
5617 * gdb.cell/ptype.exp
5618 * gdb.cell/registers.exp
5619 * gdb.cell/sizeof.exp
5620 * gdb.cell/solib-symbol.exp
5621 * gdb.cell/solib.exp
5622 * gdb.compile/compile-tls.exp
5623 * gdb.cp/exception.exp
5624 * gdb.cp/gdb2495.exp
5625 * gdb.cp/local.exp
5626 * gdb.cp/mb-inline.exp
5627 * gdb.cp/mb-templates.exp
5628 * gdb.cp/pr10687.exp
5629 * gdb.cp/pr9167.exp
5630 * gdb.cp/scope-err.exp
5631 * gdb.cp/templates.exp
5632 * gdb.cp/virtfunc.exp
5633 * gdb.dwarf2/dw2-dir-file-name.exp
5634 * gdb.dwarf2/dw2-single-line-discriminators.exp
5635 * gdb.fortran/complex.exp
5636 * gdb.fortran/library-module.exp
5637 * gdb.guile/guile.exp
5638 * gdb.guile/scm-cmd.exp
5639 * gdb.guile/scm-frame-inline.exp
5640 * gdb.guile/scm-objfile.exp
5641 * gdb.guile/scm-pretty-print.exp
5642 * gdb.guile/scm-symbol.exp
5643 * gdb.guile/scm-type.exp
5644 * gdb.guile/scm-value.exp
5645 * gdb.linespec/keywords.exp
5646 * gdb.linespec/ls-errs.exp
5647 * gdb.linespec/macro-relative.exp
5648 * gdb.linespec/thread.exp
5649 * gdb.mi/mi-breakpoint-changed.exp
5650 * gdb.mi/mi-dprintf-pending.exp
5651 * gdb.mi/mi-fullname-deleted.exp
5652 * gdb.mi/mi-logging.exp
5653 * gdb.mi/mi-pending.exp
5654 * gdb.mi/mi-solib.exp
5655 * gdb.mi/new-ui-mi-sync.exp
5656 * gdb.mi/user-selected-context-sync.exp
5657 * gdb.multi/dummy-frame-restore.exp
5658 * gdb.multi/multi-arch-exec.exp
5659 * gdb.multi/remove-inferiors.exp
5660 * gdb.multi/watchpoint-multi-exit.exp
5661 * gdb.opt/solib-intra-step.exp
5662 * gdb.perf/backtrace.exp
5663 * gdb.perf/single-step.exp
5664 * gdb.perf/skip-command.exp
5665 * gdb.perf/skip-prologue.exp
5666 * gdb.perf/solib.exp
5667 * gdb.python/lib-types.exp
5668 * gdb.python/py-as-string.exp
5669 * gdb.python/py-bad-printers.exp
5670 * gdb.python/py-block.exp
5671 * gdb.python/py-breakpoint.exp
5672 * gdb.python/py-cmd.exp
5673 * gdb.python/py-events.exp
5674 * gdb.python/py-evthreads.exp
5675 * gdb.python/py-finish-breakpoint.exp
5676 * gdb.python/py-finish-breakpoint2.exp
5677 * gdb.python/py-frame-inline.exp
5678 * gdb.python/py-frame.exp
5679 * gdb.python/py-inferior.exp
5680 * gdb.python/py-infthread.exp
5681 * gdb.python/py-mi.exp
5682 * gdb.python/py-objfile.exp
5683 * gdb.python/py-pp-maint.exp
5684 * gdb.python/py-pp-registration.exp
5685 * gdb.python/py-prettyprint.exp
5686 * gdb.python/py-recurse-unwind.exp
5687 * gdb.python/py-shared.exp
5688 * gdb.python/py-symbol.exp
5689 * gdb.python/py-symtab.exp
5690 * gdb.python/py-template.exp
5691 * gdb.python/py-type.exp
5692 * gdb.python/py-unwind-maint.exp
5693 * gdb.python/py-unwind.exp
5694 * gdb.python/py-value.exp
5695 * gdb.python/python.exp
5696 * gdb.reverse/finish-reverse-bkpt.exp
5697 * gdb.reverse/insn-reverse.exp
5698 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5699 * gdb.reverse/solib-precsave.exp
5700 * gdb.reverse/solib-reverse.exp
5701 * gdb.stabs/gdb11479.exp
5702 * gdb.stabs/weird.exp
5703 * gdb.threads/fork-child-threads.exp
5704 * gdb.threads/fork-plus-threads.exp
5705 * gdb.threads/fork-thread-pending.exp
5706 * gdb.threads/forking-threads-plus-breakpoint.exp
5707 * gdb.threads/hand-call-in-threads.exp
5708 * gdb.threads/interrupted-hand-call.exp
5709 * gdb.threads/linux-dp.exp
5710 * gdb.threads/local-watch-wrong-thread.exp
5711 * gdb.threads/next-while-other-thread-longjmps.exp
5712 * gdb.threads/non-ldr-exit.exp
5713 * gdb.threads/pending-step.exp
5714 * gdb.threads/print-threads.exp
5715 * gdb.threads/process-dies-while-detaching.exp
5716 * gdb.threads/process-dies-while-handling-bp.exp
5717 * gdb.threads/pthreads.exp
5718 * gdb.threads/queue-signal.exp
5719 * gdb.threads/reconnect-signal.exp
5720 * gdb.threads/signal-command-handle-nopass.exp
5721 * gdb.threads/signal-command-multiple-signals-pending.exp
5722 * gdb.threads/signal-delivered-right-thread.exp
5723 * gdb.threads/signal-sigtrap.exp
5724 * gdb.threads/sigthread.exp
5725 * gdb.threads/staticthreads.exp
5726 * gdb.threads/stepi-random-signal.exp
5727 * gdb.threads/thread-unwindonsignal.exp
5728 * gdb.threads/thread_check.exp
5729 * gdb.threads/thread_events.exp
5730 * gdb.threads/tid-reuse.exp
5731 * gdb.threads/tls-nodebug.exp
5732 * gdb.threads/tls-shared.exp
5733 * gdb.threads/tls-so_extern.exp
5734 * gdb.threads/tls.exp
5735 * gdb.threads/wp-replication.exp
5736 * gdb.trace/actions-changed.exp
5737 * gdb.trace/actions.exp
5738 * gdb.trace/backtrace.exp
5739 * gdb.trace/change-loc.exp
5740 * gdb.trace/collection.exp
5741 * gdb.trace/deltrace.exp
5742 * gdb.trace/disconnected-tracing.exp
5743 * gdb.trace/entry-values.exp
5744 * gdb.trace/ftrace-lock.exp
5745 * gdb.trace/ftrace.exp
5746 * gdb.trace/infotrace.exp
5747 * gdb.trace/mi-trace-frame-collected.exp
5748 * gdb.trace/mi-trace-unavailable.exp
5749 * gdb.trace/mi-traceframe-changed.exp
5750 * gdb.trace/mi-tracepoint-changed.exp
5751 * gdb.trace/mi-tsv-changed.exp
5752 * gdb.trace/no-attach-trace.exp
5753 * gdb.trace/packetlen.exp
5754 * gdb.trace/passc-dyn.exp
5755 * gdb.trace/passcount.exp
5756 * gdb.trace/pending.exp
5757 * gdb.trace/pr16508.exp
5758 * gdb.trace/qtro.exp
5759 * gdb.trace/range-stepping.exp
5760 * gdb.trace/read-memory.exp
5761 * gdb.trace/report.exp
5762 * gdb.trace/save-trace.exp
5763 * gdb.trace/signal.exp
5764 * gdb.trace/stap-trace.exp
5765 * gdb.trace/status-stop.exp
5766 * gdb.trace/strace.exp
5767 * gdb.trace/tfile.exp
5768 * gdb.trace/tfind.exp
5769 * gdb.trace/trace-break.exp
5770 * gdb.trace/trace-condition.exp
5771 * gdb.trace/trace-enable-disable.exp
5772 * gdb.trace/trace-mt.exp
5773 * gdb.trace/tracecmd.exp
5774 * gdb.trace/tracefile-pseudo-reg.exp
5775 * gdb.trace/tspeed.exp
5776 * gdb.trace/tstatus.exp
5777 * gdb.trace/tsv.exp
5778 * gdb.trace/unavailable.exp
5779 * gdb.trace/while-dyn.exp
5780 * gdb.trace/while-stepping.exp
5781 * lib/gdb-guile.exp
5782 * lib/gdb.exp
5783 * lib/mi-support.exp
5784 * lib/pascal.exp
5785 * lib/perftest.exp
5786 * lib/prelink-support.exp
5787 * lib/selftest-support.exp
5788
ad02e4fe
SM
57892016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5790
5791 * Makefile.in: Include disable-implicit-rules.mk.
5792
22347e55
AA
57932016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5794
5795 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5796 non-byte-aligned bit fields.
5797
da5b30da
AA
57982016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5799
5800 PR gdb/12616
5801 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5802 respects the DW_AT_data_bit_offset attribute.
5803
b593ecca
SM
58042016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5805
5806 * gdb.base/default.exp: Fix output of "set language".
5807
3b165252
SM
58082016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5809
5810 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5811 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5812 make.
5813 * configure.ac: Remove checks for the make program.
5814 * configure: Re-generate.
5815
1a2f3d7f
KB
58162016-11-16 Kevin Buettner <kevinb@redhat.com>
5817
5818 * gdb.python/py-recurse-unwind.c (main): Add loop.
5819 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5820 to read_register() and gdb.parse_and_eval(). Make each code
5821 call a separate case that can be individually tested.
5822 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5823 proc. Call cont_and_backtrace for each of the code paths that
5824 we want to test in the unwinder.
5825
b7f38fda
AA
58262016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5827
5828 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5829 the definition of struct S.
5830
1f8db343
CM
58312016-11-11 Catherine Moore <clm@codesourcery.com>
5832
5833 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5834
fad0c9fb
PA
58352016-11-09 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.base/commands.exp (runto_or_return): New procedure.
5838 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5839 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5840 (progvar_simple_while_test, progvar_complex_if_while_test)
5841 (if_while_breakpoint_command_test)
5842 (infrun_breakpoint_command_test, breakpoint_command_test)
5843 (user_defined_command_test, watchpoint_command_test)
5844 (test_command_prompt_position, redefine_hook_test)
5845 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5846 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5847 multi_line_input and multi_line. Remove gdb_expect and
5848 gdb_stop_suppressing_tests uses.
5849 * lib/gdb.exp (valnum_re): New global.
5850 (multi_line_input): New procedure.
5851
8354c62c
SM
58522016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5853
5854 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5855 Remove.
5856 (test_setup): Define with proc_with_prefix.
5857 (test_cli_inferior): Likewise.
5858 (test_cli_thread): Likewise.
5859 (test_cli_frame): Likewise.
5860 (test_cli_select_frame): Likewise.
5861 (test_cli_up_down): Likewise.
5862 (test_mi_thread_select): Likewise.
5863 (test_mi_stack_select_frame): Likewise.
5864 (test_cli_in_mi_inferior): Likewise.
5865 (test_cli_in_mi_thread): Likewise.
5866 (test_cli_in_mi_frame): Likewise.
5867 (top level): Do not use with_test_prefix_procname.
5868
64f367a2
PA
58692016-11-09 Pedro Alves <palves@redhat.com>
5870
5871 * gdb.base/commands.exp (gdbvar_simple_if_test)
5872 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5873 (progvar_simple_if_test, progvar_simple_while_test)
5874 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5875 (infrun_breakpoint_command_test, breakpoint_command_test)
5876 (user_defined_command_test, watchpoint_command_test)
5877 (test_command_prompt_position, deprecated_command_test)
5878 (bp_deleted_in_command, temporary_breakpoint_commands)
5879 (stray_arg0_test, source_file_with_indented_comment)
5880 (recursive_source_test, if_commands_test)
5881 (error_clears_commands_left, redefine_hook_test)
5882 (redefine_backtrace_test): Use proc_with_prefix.
5883 * lib/gdb.exp (proc_with_prefix): New proc.
5884
0bb65f1e
AA
58852016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5886
5887 * gdb.base/tui-layout.c: New file.
5888 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5889 disassembly window contains very long lines.
5890
7353f247
TT
58912016-11-08 Tom Tromey <tom@tromey.com>
5892
5893 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5894 depend on Python 2.
5895
30a7bb83
TT
58962016-11-08 Tom Tromey <tom@tromey.com>
5897
5898 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5899 New method.
5900
cdf5a07c
MG
59012016-10-29 Manish Goregaokar <manish@mozilla.com>
5902
2806dc7e 5903 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5904
51a789c3
MG
59052016-10-27 Manish Goregaokar <manish@mozilla.com>
5906
2806dc7e
PA
5907 * gdb.rust/simple.rs: Add test for univariant enums without
5908 discriminants and for encoded struct-like enums.
51a789c3 5909
f610ab6d
PA
59102016-10-28 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5913 gdb_test_multiple, tighten regexps and match symtabs and line
5914 tables incrementally.
5915
b129b0ca
LM
59162016-10-28 Luis Machado <lgustavo@codesourcery.com>
5917
5918 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5919 general.
5920
ecf45d2c
SL
59212016-10-25 Luis Machado <lgustavo@codesourcery.com>
5922
5923 * gdb.base/exec-invalid-sysroot.exp: New file.
5924
b8d38ee4
JK
59252016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5926
5927 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5928
f90fd8c2
JK
59292016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5930
5931 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5932
2d2476aa
MR
59332016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5934
2806dc7e
PA
5935 * gdb.base/killed-outside.exp: Remove $options from a call to
5936 `prepare_for_testing'.
2d2476aa 5937
e42b25a0
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 Change test message.
5942
3ccdb432
SM
59432016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5944
5945 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5946 Update comment.
5947
5bad3170
SM
59482016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5949
5950 * gdb.trace/mi-trace-save.exp: New file.
5951
5ad9dba7
YQ
59522016-10-13 Yao Qi <yao.qi@linaro.org>
5953
5954 * gdb.base/code_elim.exp (get_var_address): Remove.
5955 * gdb.base/relocate.exp: Likewise.
5956 * gdb.base/shreloc.exp: Likewise.
5957 * lib/gdb.exp (get_var_address): New.
5958
62df7e21
YQ
59592016-10-13 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5962 floating point tests if $skip_float_test is false.
5963
4dac951e
LM
59642016-10-12 Luis Machado <lgustavo@codesourcery.com>
5965
5966 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5967 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5968 argc values.
5969 Add 1 to argc so we guarantee distinct initial/modified argc values.
5970
8f1a8fc4
JK
59712016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5972
5973 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5974
16c85b5d
JK
59752016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5976
5977 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5978 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5979 * gdb.arch/vsx-regs.exp: Likewise.
5980
1d0e042a
YQ
59812016-10-07 Yao Qi <yao.qi@linaro.org>
5982
5983 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5984
68dadef5
MM
59852016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5986
5987 * gdb.python/python.exp: Test decode_line("*0").
5988
33fa2c6e
DE
59892016-10-06 Doug Evans <dje@google.com>
5990
5991 * gdb.python/py-value.exp (test_value_creation): Add test for large
5992 unsigned 64-bit value.
5993
9c37b5ae
TT
59942016-10-06 Tom Tromey <tom@tromey.com>
5995
5996 * gdb.compile/compile.exp: Change java tests to rust.
5997 * gdb.base/setshow.exp: Change java tests to rust.
5998 * gdb.base/default.exp: Remove java from language list.
5999 * README (Examples): Update language example.
6000 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6001 test.
6002 * lib/gdb.exp (skip_java_tests): Remove.
6003 * lib/java.exp: Remove.
6004 * gdb.java: Remove.
6005
78b86327
MR
60062016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6007
6008 * gdb.arch/mips-fcr.exp: New test.
6009 * gdb.arch/mips-fcr.c: Source for the new test.
6010
7470adbb
MR
60112016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6012
6013 * gdb.base/solib-disc.exp: Use `standard_output_file'
6014 throughout.
6015
4a556533
PA
60162016-10-06 Pedro Alves <palves@redhat.com>
6017
6018 * gdb.base/jit-simple-dl.c: New file.
6019 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6020 * gdb.base/jit-simple.c: ... this.
6021 * gdb.base/jit-simple.exp (jit_run): Delete.
6022 (build_jit): New proc.
6023 (jit_test_reread): Recompile either the main program or the shared
6024 library, depending on what is being tested. Skip changing address
6025 if caller wants to. Compare before/after addresses. If testing
6026 standalone, explicitly load the binary. Test "maint info
6027 breakpoints".
6028 (top level): Add "standalone vs shared lib" and "change address"
6029 vs "same address" axes.
6030
5a122fbc
PA
60312016-10-06 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6034 call.
6035 (jit_run): Delete.
6036 (jit_test_reread): Use with_test_prefix. Reload the main binary
6037 explicitly. Compare the before/after addresses of the JIT
6038 descriptor.
6039
ee8da4b8
DE
60402016-08-15 Doug Evans <dje@google.com>
6041
6042 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6043 for single bitfields is bool.
6044 * gdb.xml/tdesc-regs.exp: Ditto.
6045
f389f6fe
JK
60462016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6047
6048 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6049
fdebf1a4
YQ
60502016-10-05 Yao Qi <yao.qi@linaro.org>
6051
6052 * lib/gdb.exp (support_complex_tests): Return zero if
6053 gdb_skip_float_test return true.
6054
9c36d954 60552016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6056 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6057
6058 PR gdb/20487
6059 * gdb.mi/user-selected-context-sync.exp: New file.
6060 * gdb.mi/user-selected-context-sync.c: New file.
6061
4034d0ff 60622016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6063 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6064
6065 PR gdb/20487
6066 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6067 =thread-select-event check.
6068
a4297203
PB
60692016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6070
6071 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6072 the compulsory L operand changes.
6073 * gdb.arch/powerpc-power.s: Likewise.
6074
bb805577
JK
60752016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6076
6077 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6078 * gdb.base/jit-attach-pie.c: New file.
6079 * gdb.base/jit-attach-pie.exp: New file.
6080
6d61dee5
PA
60812016-09-28 Pedro Alves <palves@redhat.com>
6082
6083 * gdb.base/infcall-input.c: New file.
6084 * gdb.base/infcall-input.exp: New file.
6085
f73842fc
YQ
60862016-09-22 Yao Qi <yao.qi@linaro.org>
6087
6088 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6089 (gdb_exit): Rename it to ...
6090 (gdbserver_gdb_exit): ... Close GDBserver.
6091 (gdb_exit): New proc, call gdbserver_gdb_exit.
6092 (mi_gdb_exit): Likewise.
6093
90681dab
YQ
60942016-09-22 Yao Qi <yao.qi@linaro.org>
6095
6096 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6097 path.
6098 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6099 Remove duplication.
6100
9c211fd8
YQ
61012016-09-22 Yao Qi <yao.qi@linaro.org>
6102
6103 * lib/gdbserver-support.exp: Check the existence of
6104 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6105
ad0a504f
AK
61062016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6107
6108 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6109
36cf1806
TT
61102016-09-21 Tom Tromey <tom@tromey.com>
6111
6112 PR gdb/20604:
6113 * gdb.base/quit.exp: New file.
6114
74172ecf
SM
61152016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6116
6117 * .gitignore: New file.
6118
3d0ec882
MR
61192016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6120
6121 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6122 throughout.
6123
8193adea
AA
61242016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6125
6126 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6127
d41a5c09
JK
61282016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6129
6130 * gdb.cp/casts.cc (decltype): Move it ...
6131 (main): ... with its call to ...
6132 * gdb.cp/casts03.cc: ... a new file.
6133 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6134
d2dfe700
JK
61352016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6138
e2a92b16
PB
61392016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6140
6141 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6142 and sync up the test with tests in gas/testsuite/gas/ppc.
6143 * gdb.arch/powerpc-power.exp: Likewise.
6144
49b4de64
JK
61452016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6146
6147 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6148
2c29df25
SDJ
61492016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6150 Jan Kratochvil <jan.kratochvil@redhat.com>
6151
6152 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6153 make m1's definition to be different from m2's. Use 'dummy' as an
6154 argument for probe 'two'.
6155
cc3c2846
JB
61562016-09-10 Jon Beniston <jon@beniston.com>
6157
6158 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6159 for sim target.
6160
e1b2624a
AA
61612016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6162
6163 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6164 variable declaration.
6165 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6166 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6167 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6168 received HWCAP as its argument.
6169
4295e285
PA
61702016-09-06 Pedro Alves <palves@redhat.com>
6171
6172 * gdb.base/new-ui-pending-input.c: New file.
6173 * gdb.base/new-ui-pending-input.exp: New file.
6174 * gdb.exp (clear_gdb_spawn_id): New procedure.
6175 (with_spawn_id): Check whether gdb_spawn_id exists before
6176 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6177 on exit.
6178
00d5215e
UW
61792016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6180
6181 * gdb.base/float128.c: New file.
6182 * gdb.base/float128.exp: Likewise.
6183 * gdb.base/floatn.c: Likewise.
6184 * gdb.base/floatn.exp: Likewise.
6185
a9ff5f12
UW
61862016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6187
6188 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6189
f245535c
PA
61902016-09-05 Pedro Alves <palves@redhat.com>
6191
6192 PR backtrace/19927
6193 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6194 unwinders are immediately called as side effect of "source" or
6195 "disable unwinder" commands.
6196 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6197
ae9cf263
YQ
61982016-09-02 Yao Qi <yao.qi@linaro.org>
6199
6200 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6201 is true and $type is "float" or "double".
6202
27aba047
YQ
62032016-09-02 Yao Qi <yao.qi@linaro.org>
6204
6205 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6206 true.
6207 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6208 * gdb.base/call-rt-st.exp: Likewise.
6209 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6210 return value instead of gdb,skip_float_test.
6211 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6212 (do_function_calls): Use its return value instead of
6213 gdb,skip_float_test.
6214 * gdb.base/finish.exp: Likewise.
6215 * gdb.base/funcargs.exp: Likewise.
6216 * gdb.base/return.exp: Likewise.
6217 * gdb.base/return2.exp: Likewise.
6218 * gdb.base/varargs.exp: Likewise.
6219 * lib/gdb.exp (gdb_skip_float_test): Change it to
6220 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6221
5af962df
AA
62222016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6223
6224 * gdb.multi/tids.exp: Test "thread apply all".
6225
7fac6910
JK
62262016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6227
6228 * gdb.base/default.exp (tty): Remove.
6229
bb1fe4ac
KB
62302016-08-24 Kevin Buettner <kevinb@redhat.com>
6231
2806dc7e
PA
6232 * gdb.python/py-recurse-unwind.c: New file.
6233 * gdb.python/py-recurse-unwind.py: New file.
6234 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6235
0a1ddfa6
SM
62362016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6237
6238 * gdb.base/set-inferior-tty.exp: New file.
6239 * gdb.base/set-inferior-tty.c: New file.
6240
d9de1fe3
PA
62412016-08-23 Pedro Alves <palves@redhat.com>
6242
6243 PR gdb/20494
6244 * gdb.base/new-ui-echo.c: New file.
6245 * gdb.base/new-ui-echo.exp: New file.
6246
e9d9abd7
YQ
62472016-08-23 Yao Qi <yao.qi@linaro.org>
6248
6249 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6250 gdbserver_spawn.
6251 * gdb.server/connect-without-multi-process.exp (do_test):
6252 Likewise.
6253
3589529e
YQ
62542016-08-23 Yao Qi <yao.qi@linaro.org>
6255
6256 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6257 standalone_txt. Delete gdb_txt and standalone_txt on host
6258 and target. Spawn the binary on target. Copy files from
6259 target to host.
6260
6bb90213
PA
62612016-08-22 Pedro Alves <palves@redhat.com>
6262
6263 PR gdb/20505
6264 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6265 with_test_prefix. Factor out bits to ...
6266 (test_no_vdso): ... this new procedure.
6267
20c2c024
CL
62682016-08-19 Carl Love <cel@us.ibm.com>
6269
6270 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6271 maintaining separate logic for constructing the output path.
6272 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6273 * gdb.arch/ppc-dfp.exp: Likewise.
6274 * gdb.arch/ppc-fp.exp: Likewise.
6275 * gdb.arch/vsx-regs.exp: Likewise.
6276 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6277 binprefix for generating the additional binary files.
6278
0646e07d
PA
62792016-08-19 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.trace/mi-trace-frame-collected.exp
6282 (test_trace_frame_collected): On x32, expect two registers.
6283
46da9242
CL
62842016-08-18 Carl Love <cel@us.ibm.com>
6285
6286 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6287 and sync up the test with tests in gas/testsuite/gas/ppc.
6288 * gdb.arch/powerpc-power.exp: Likewise.
6289
eb2332d7
SM
62902016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6291
6292 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6293 expected error message.
6294
63c61e04
SM
62952016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6296
6297 * gdb.multi/remove-inferiors.exp: New file.
6298 * gdb.multi/remove-inferiors.c: New file.
6299
7b17065f
YQ
63002016-08-12 Yao Qi <yao.qi@linaro.org>
6301
6302 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6303 argument list.
6304
01d3dedf
PA
63052016-08-10 Pedro Alves <palves@redhat.com>
6306
6307 PR gdb/19187
6308 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6309 setup_kfails.
6310
3eb7562a
PA
63112016-08-09 Pedro Alves <palves@redhat.com>
6312 Simon Marchi <simon.marchi@ericsson.com>
6313
6314 PR gdb/20418
6315 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6316 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6317
80614914
PA
63182016-08-09 Pedro Alves <palves@redhat.com>
6319
6320 PR mi/20431
6321 * gdb.mi/mi-cmd-error.exp: New file.
6322
f348d89a
PA
63232016-08-09 Pedro Alves <palves@redhat.com>
6324
6325 PR gdb/18653
6326 * gdb.base/signals-state-child.c: New file.
6327 * gdb.base/signals-state-child.exp: New file.
6328 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6329
e5ca03b4
PA
63302016-08-09 Pedro Alves <palves@redhat.com>
6331
6332 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6333
282a0691
TT
63342016-08-03 Tom Tromey <tom@tromey.com>
6335
6336 PR python/18565:
6337 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6338
41bfcd63
YQ
63392016-08-01 Yao Qi <yao.qi@linaro.org>
6340
6341 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6342 variable mode to "multi-process" if $multi_process is 1, otherwise
6343 set it to "single-process".
6344
e3465b24
YQ
63452016-08-01 Yao Qi <yao.qi@linaro.org>
6346
6347 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6348 * gdb.cp/cpexprs.exp: Likewise.
6349 * gdb.cp/m-static.exp: Likewise.
6350
0b31a4bc
TT
63512016-07-26 Tom Tromey <tom@tromey.com>
6352
6353 PR python/20190:
6354 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6355 test.
6356
e0461dbb
MM
63572016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6358
6359 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6360 selecting assembly source files.
6361 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6362 assembly source files.
6363 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6364 assembly source files.
6365 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6366 selecting assembly source files.
6367
8194e927
SM
63682016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6369
6370 * gdb.base/new-ui.exp (do_test_invalid_args): New
6371 procedure.
6372
c0272db5
TW
63732016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6374
6375 * gdb.btrace/reconnect.c: New file.
6376 * gdb.btrace/reconnect.exp: New file.
6377
e3487908
GKB
63782016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6379
6380 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6381 to test_catch_syscall_group.
6382 (test_catch_syscall_group): New.
6383
12df5c00
TT
63842016-07-21 Tom Tromey <tom@tromey.com>
6385
6386 * gdb.rust/simple.rs (main): Use empty struct expression.
6387 * gdb.rust/simple.exp: Add tests for empty struct expression.
6388
bae62ee2
YQ
63892016-07-21 Yao Qi <yao.qi@linaro.org>
6390
6391 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6392 if gdb_skip_xml_test is true on some targets.
6393
b1b53fb3
YQ
63942016-07-21 Yao Qi <yao.qi@linaro.org>
6395
6396 * gdb.server/solib-list.exp: Unset last_loaded_file.
6397
027d97f8
JK
63982016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6399
6400 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6401 "step into captured_main (args)".
6402
7674d381
JK
64032016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6404
6405 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6406
72b5d099
JK
64072016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6408
6409 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6410
1f960ced
PA
64112016-07-19 Pedro Alves <palves@redhat.com>
6412
6413 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6414 * gdb.opt/inline-bt.exp: Likewise.
6415 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6416 additional_flags=-Winline.
6417 * gdb.opt/inline-locals.exp: Likewise.
6418 * gdb.opt/inline-markers.c (ATTR): Define.
6419 (inlined_fn): Use it.
6420
f25827c1
YQ
64212016-07-19 Yao Qi <yao.qi@linaro.org>
6422
6423 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6424 (test_with_self): Remove some code. Remove argument executable.
6425 (top-level): Use do_self_tests.
6426
37539ebe
DB
64272016-07-15 Zachary Welch <zwelch@codesourcery.com>
6428 Don Breazeal <donb@codesourcery.com>
6429
6430 * gdb.base/maint.exp: Escape paths used in regular expressions.
6431 * gdb.stabs/weird.exp: Likewise.
6432
dac790e1
TT
64332016-07-13 Tom Tromey <tom@tromey.com>
6434
6435 PR python/15620, PR python/18620:
6436 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6437 (test_bkpt_events): New procs.
6438
93daf339
TT
64392016-07-13 Tom Tromey <tom@tromey.com>
6440
6441 PR python/17698:
6442 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6443 test.
6444 (test_watchpoints): Likewise.
6445 (test_bkpt_pending): New proc.
6446
6571a381
TT
64472016-07-13 Tom Tromey <tom@tromey.com>
6448
6449 PR cli/18053:
6450 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6451 completion test.
6452
e8732474
JK
64532016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6454
6455 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6456 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6457 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6458 f_label.
6459 (g): Rename g_end_lbl to g_label.
6460 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6461 low_pc and high_pc.
6462 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6463
e0f3fd7c
TT
64642016-07-12 Tom Tromey <tom@tromey.com>
6465
6466 PR python/19293:
6467 * gdb.python/py-unwind-maint.exp: Update tests.
6468
3cfe46b6
YQ
64692016-07-12 Yao Qi <yao.qi@linaro.org>
6470
6471 * lib/selftest-support.exp (selftest_setup): Match the output
6472 when captured_main is inlined.
6473
4f19a0e6
WT
64742016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6475
6476 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6477 New variables.
6478 (print this%a, print this%b, print this): New tests.
6479 * gdb.fortran/derived-types.f90 (this): New object and
6480 initialization.
6481
986cf455
SM
64822016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6483
6484 * gdb.ada/arraydim.exp: Remove extra directory level in build
6485 directory.
6486
f0464b23
SM
64872016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6488
6489 * lib/ada.exp: Remove extra directory level in build directory.
6490 * gdb.ada/cond_lang.exp: Likewise.
6491 * gdb.ada/exec_changed.exp: Likewise.
6492 * gdb.ada/lang_switch.exp: Likewise.
6493
42d94011
MG
64942016-07-06 Manish Goregaokar <manish@mozilla.com>
6495
2806dc7e
PA
6496 * simple.rs: Add test for raw pointer subscripting.
6497 * simple.exp: Add test expectations.
42d94011 6498
647c264c
YQ
64992016-07-05 Yao Qi <yao.qi@linaro.org>
6500
6501 * gdb.mi/mi-reverse.exp: Match =record-started output.
6502
20aa2c60
PA
65032016-07-01 Pedro Alves <palves@redhat.com>
6504
6505 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6506 procedure.
6507 (jit_reader_test): Test the jit reader's unwinder.
6508 * gdb.base/jithost.c (jit_function_00_code): New global.
6509 (main): Use memcpy to fill in the mmapped code, instead of poking
6510 bytes manually here.
6511 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6512 value.
6513 (read_debug_info): Save the function's range.
6514 (read_sp): New function.
6515 (unwind_frame): Use it. Also unwind RBP.
6516 (get_frame_id): Use read_sp.
6517 (gdb_init_reader): Use calloc instead of malloc.
6518 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6519 parameter. Use gdb_test_multiple.
6520
ced2dffb
PA
65212016-07-01 Pedro Alves <palves@redhat.com>
6522 Antoine Tremblay <antoine.tremblay@ericsson.com>
6523
6524 * gdb.threads/process-dies-while-detaching.c: New file.
6525 * gdb.threads/process-dies-while-detaching.exp: New file.
6526
63000888
PA
65272016-07-01 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.multi/watchpoint-multi-exit.c: New file.
6530 * gdb.multi/watchpoint-multi-exit.exp: New file.
6531
038d4868
PA
65322016-06-30 Pedro Alves <palves@redhat.com>
6533
6534 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6535 unset inferior_spawn_id.
6536
994e9c83
PA
65372016-06-30 Pedro Alves <palves@redhat.com>
6538
6539 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6540 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6541
e5653468
YQ
65422016-06-29 Yao Qi <yao.qi@linaro.org>
6543
6544 * gdb.base/return.c: Add copyright header.
6545
803b47e5
TT
65462016-06-29 Tom Tromey <tom@tromey.com>
6547
6548 PR python/20129:
6549 * gdb.python/py-framefilter.exp: Add tests for setting priority
6550 and disabling of non-existent frame filter.
6551
28244707
YQ
65522016-06-29 Yao Qi <yao.qi@linaro.org>
6553
6554 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6555 0x0f07ff.
6556
a31d2f06
YQ
65572016-06-28 Yao Qi <yao.qi@linaro.org>
6558
6559 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6560 triplets. Start gdb, execute catch syscall, and continue. Check
6561 gdb's output to determine catch syscall is supported.
6562
921d8f54
MG
65632016-06-27 Manish Goregaokar <manish@mozilla.com>
6564
25d49b86
PA
6565 * gdb.rust/simple.rs: Add test for returning unit in a function.
6566 * gdb.rust/simple.exp: Add expectation for functions returning
6567 unit.
921d8f54 6568
f4952523
PMR
65692016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6570
6571 * gdb.python/py-breakpoint-create-fail.c,
6572 gdb.python/py-breakpoint-create-fail.exp,
6573 gdb.python/py-breakpoint-create-fail.py: New testcase.
6574
fccb08f8
MG
65752016-06-25 Manish Goregaokar <manish@mozilla.com>
6576
6577 PR gdb/20239
6578 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6579 * gdb.rust/simple.exp: Add test expectations for new NonZero
6580 tests.
fccb08f8 6581
6b850546
DT
65822016-06-24 David Taylor <dtaylor@emc.com>
6583
6584 * gdb.base/offsets.exp: New file.
6585 * gdb.base/offsets.c: New file.
6586
17621150
TT
65872016-06-23 Tom Tromey <tom@tromey.com>
6588
6589 PR gdb/16483:
6590 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6591 before any filters are loaded.
6592
04d59df6
WT
65932016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6594
6595 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6596 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6597 structs.
6598 * gdb.fortran/derived-type-function.exp: New file.
6599 * gdb.fortran/derived-type-function.f90: New file.
6600
6601
ac69f786
PA
66022016-06-21 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.base/new-ui.exp: New file.
6605 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6606 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6607 (with_spawn_id): New procedure.
6608
49940788
PA
66092016-06-21 Pedro Alves <palves@redhat.com>
6610
6611 * gdb.mi/mi-exec-run.exp: New file.
6612
ef274d26
PA
66132016-06-21 Pedro Alves <palves@redhat.com>
6614
6615 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6616 breakpoint command's output on the main UI.
6617 (test_break): New procedure, factored out from calls in the top
6618 level.
6619 (top level): Use foreach_with_prefix to test MI as main UI and as
6620 separate UI.
6621
468afe6c
PA
66222016-06-21 Pedro Alves <palves@redhat.com>
6623
6624 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6625 (test_awatch_creation_and_listing)
6626 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6627 Remove 'type' parameter.
6628 (test_watchpoint_all): New parameter mi_mode. Remove
6629 with_test_prefix.
6630 (top level): Use foreach_with_prefix, and add main/separate UI MI
6631 testing axis.
6632
51f77c37
PA
66332016-06-21 Pedro Alves <palves@redhat.com>
6634
6635 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6636 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6637 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6638 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6639 (gdb_main_spawn_id, mi_spawn_id): Declare and
6640 comment.
6641 (mi_create_inferior_pty): New procedure,
6642 factored out from default_mi_gdb_start.
6643 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6644 procedures.
6645 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6646 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6647 Use mi_create_inferior_pty.
6648 (mi_gdb_start): Use eval to pass down args list.
6649
8980e177
PA
66502016-06-21 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6653 * gdb.opt/inline-cmds.exp: Add MI tests.
6654
f38d3ad1
PA
66552016-06-21 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6658
45db7c09
PA
66592016-06-21 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6662 (top level): Use it instead of mi_execute_to.
6663
5a069ab3
PA
66642016-06-21 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6667 (cont_handler_str): New.
6668 (signal_stop_handler): Set stop_handler_str instead of printing to
6669 stdout.
6670 (continue_handler): Set cont_handler_str instead of printing to
6671 stdout.
6672 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6673 mi_send_resuming_command. Print stop_handler_str and
6674 cont_handler_str instead of expecting the python events print
6675 directly.
6676
2838cc1d
SD
66772016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6678
6679 * gdb.base/jit-reader.exp: New file.
6680 * gdb.base/jithost.c: New file.
6681 * gdb.base/jithost.h: New file.
6682 * gdb.base/jitreader.c : New file.
6683 * gdb.base/jit-protocol.h: New file.
6684
21a77091
YQ
66852016-06-17 Yao Qi <yao.qi@linaro.org>
6686
6687 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6688 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6689 and detach-on-fork. Adjust tests.
6690 (top level): Invoke break_cond_on_syscall with combinations of
6691 syscall, follow-fork-mode and detach-on-fork.
6692
f50bf8e5
YQ
66932016-06-17 Yao Qi <yao.qi@linaro.org>
6694
6695 * gdb.base/step-over-exit.c: New.
6696 * gdb.base/step-over-exit.exp: New.
6697
a28d8e50
YTL
66982016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6699
6700 * gdb.base/float.exp: Add target check for nds32*-*-*.
6701 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6702
cad8e26d
AB
67032016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6704
6705 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6706 for unsupported target features.
6707 * gdb.base/call-rt-st.exp: Likewise.
6708 * gdb.base/call-sc.exp: Likewise.
6709 * gdb.base/call-signal-resume.exp: Likewise.
6710 * gdb.base/call-strs.exp: Likewise.
6711 * gdb.base/callexit.exp: Likewise.
6712 * gdb.base/callfuncs.exp: Likewise.
6713 * gdb.base/nodebug.exp: Likewise.
6714 * gdb.base/printcmds.exp: Likewise.
6715 * gdb.base/ptype.exp: Likewise.
6716 * gdb.base/structs.exp: Likewise.
6717 * gdb.base/unwindonsignal.exp: Likewise.
6718 * gdb.cp/gdb2495.exp: Likewise.
6719 * gdb.cp/templates.exp: Likewise.
6720 * gdb.cp/virtfunc.exp: Likewise.
6721 * gdb.threads/hand-call-in-threads.exp: Likewise.
6722 * gdb.threads/interrupted-hand-call.exp: Likewise.
6723 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6724
347dc102
TT
67252016-06-10 Tom Tromey <tom@tromey.com>
6726
6727 PR rust/20110:
6728 * gdb.rust/expr.exp: Add test for integer constant larger than
6729 i32.
6730
5e13cf25
BH
67312016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6732
6733 * gdb.fortran/nested-funcs.exp: New.
6734 * gdb.fortran/nested-funcs.f90: New.
6735
bb556f1f
TK
67362016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6737
6738 * gdb.base/examine-backward.c: New file.
6739 * gdb.base/examine-backward.exp: New file.
6740
38b022b4
SM
67412016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6742
6743 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6744 matching.
6745
1b40ec05
TT
67462016-06-02 Tom Tromey <tom@tromey.com>
6747
6748 PR python/18984:
6749 * gdb.python/py-shared.exp: Add solib_name test.
6750
193bd378
SM
67512016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6752
6753 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6754
3326303b
MG
67552016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6756
6757 PR c++/19893
6758 * gdb.dwarf2/implref.exp: Rename to...
6759 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6760 * gdb.dwarf2/implref-array.c: New file.
6761 * gdb.dwarf2/implref-array.exp: Likewise.
6762 * gdb.dwarf2/implref-global.c: Likewise.
6763 * gdb.dwarf2/implref-global.exp: Likewise.
6764 * gdb.dwarf2/implref-struct.c: Likewise.
6765 * gdb.dwarf2/implref-struct.exp: Likewise.
6766
825c8ef2
AT
67672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6768
6769 * gdb.trace/trace-condition.exp: Add 64bit tests.
6770
2320162a
AT
67712016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6772
6773 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6774 bits types.
6775 (main): Adapt to 8 to 64 bits types.
6776 * gdb.trace/trace-condition.exp: Add new tests.
6777
a7818233
AT
67782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6779
6780 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6781
0d336466
AT
67822016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6783
6784 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6785 Move condition tests...
6786 * gdb.trace/trace-condition.exp: Here.
6787
7faeb45a
AT
67882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6789
6790 * gdb.trace/trace-condition.exp: Add counter-case tests.
6791
e385593e
JK
67922016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6793
6794 PR c++/15231
6795 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6796 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6797
744608cc
PA
67982016-05-27 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6801 New procedure.
6802 (top level): Call it, and bail out of DejaGnu is known to be bad.
6803
ac775bf4
AB
68042016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6805
6806 * gdb.base/whatis.c: Extend the test case.
6807 * gdb.base/whatis.exp: Add additional tests.
6808
2bbad2ea
BH
68092016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6810
6811* gdb.fortran/type.f90: Add pointer variable.
6812* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6813
8b70175d
BH
68142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6815
6816 * gdb.fortran/vla-type.exp: Fix testcase name.
6817
86d8a848
BH
68182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6819
6820 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6821
e188eb36
BH
68222016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6823
6824 * gdb.fortran/type.f90: Add nested structures.
6825 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6826 * gdb.fortran/derived-type.exp: Adapt expected output.
6827 * gdb.fortran/vla-type.exp: Adapt expected output.
6828
9b2db1fd
BH
68292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6830
6831 * gdb.fortran/whatis_type.exp: Adapt expected output.
6832
72b17055
BH
68332016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6834
6835 * gdb.fortran/print_type.exp: Fix expected output.
6836 * gdb.fortran/whatis_type.exp: Fix expected output.
6837
3cd81d8d
BH
68382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6839
6840 * gdb.fortran/whatis_type.exp: Use multi_line.
6841
ddae9462
TT
68422016-05-24 Tom Tromey <tom@tromey.com>
6843
6844 PR python/17386:
6845 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6846 use value as an index.
6847
1957f6b8
TT
68482016-05-23 Tom Tromey <tom@tromey.com>
6849
6850 PR python/17981:
6851 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6852 no-breakpoint case.
6853
026a9174
PA
68542016-05-24 Pedro Alves <palves@redhat.com>
6855
6856 PR gdb/19828
6857 * gdb.threads/clone-attach-detach.c: New file.
6858 * gdb.threads/clone-attach-detach.exp: New file.
6859
e70a7231
FR
68602016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6861
6862 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6863
0f6ed0e0
TT
68642016-05-23 Tom Tromey <tom@tromey.com>
6865
6866 PR python/19438, PR python/18393:
6867 * gdb.python/py-progspace.exp: Add "dir" test.
6868 * gdb.python/py-objfile.exp: Add "dir" test.
6869
ffd19d61
YQ
68702016-05-23 Yao Qi <yao.qi@linaro.org>
6871
6872 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6873 * gdb.arch/thumb2-it.exp: Likewise.
6874
9e8f9b05
SM
68752016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6876
6877 * gdb.mi/mi-threads-interrupt.c: New file.
6878 * gdb.mi/mi-threads-interrupt.exp: New file.
6879
61c6156d
SM
68802016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6881
6882 PR gdb/18077
6883 * gdb.mi/mi-async-run.exp: New file.
6884 * gdb.mi/mi-async-run.c: New file.
6885
67218854
TT
68862016-05-17 Tom Tromey <tom@tromey.com>
6887 Manish Goregaokar <manishsmail@gmail.com>
6888
6889 * lib/rust-support.exp: New file.
6890 * lib/gdb.exp (skip_rust_tests): New proc.
6891 (build_executable_from_specs): Handle rust.
6892 * lib/future.exp (gdb_find_rustc): New proc.
6893 (gdb_default_target_compile): Handle rust.
6894 * gdb.rust/expr.exp: New file.
6895 * gdb.rust/generics.exp: New file.
6896 * gdb.rust/generics.rs: New file.
6897 * gdb.rust/methods.exp: New file.
6898 * gdb.rust/methods.rs: New file.
6899 * gdb.rust/modules.exp: New file.
6900 * gdb.rust/modules.rs: New file.
6901 * gdb.rust/simple.exp: New file.
6902 * gdb.rust/simple.rs: New file.
6903
c44af4eb
TT
69042016-05-17 Tom Tromey <tom@tromey.com>
6905
6906 * gdb.base/default.exp (set language): Add rust.
6907
dcd1f979
TT
69082016-05-17 Tom Tromey <tom@tromey.com>
6909
6910 * gdb.gdb/unittest.exp: New file.
6911
155b7f57
YQ
69122016-05-16 Yao Qi <yao.qi@linaro.org>
6913
6914 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6915 shell_prompt. Update shell_prompt_re.
6916
8ddd5a6c
DE
69172016-05-12 Doug Evans <dje@google.com>
6918
6919 PR symtab/19999
6920 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6921 $options when building executable.
6922 * gdb.dwarf2/fission-loclists-pie.S: New file.
6923 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6924
02e370d9
SM
69252016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6926
6927 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6928 of [is_remote target],
6929
8929ad8b
SM
69302016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6931
6932 * lib/gdb.exp (use_gdb_stub): New procedure.
6933
6c447423
DE
69342016-05-03 Yunlian Jiang <yunlian@google.com>
6935 Doug Evans <dje@google.com>
6936
6937 PR symtab/19914
6938 * gdb.dwarf2/dwp-sepdebug.c: New file.
6939 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6940
444e826c
SM
69412016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6942
6943 * gdb.base/detach.exp: Remove is_remote check.
6944
740feeaa
SM
69452016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6946
6947 * gdb.base/annota-input-while-running.exp: Don't check for
6948 [is_remote target]. Enable annotations after running to main.
6949 Remove unused "set test..." line.
6950
9080ac9d
SM
69512016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6952
6953 * gdb.trace/trace-enable-disable.exp: New file.
6954 * gdb.trace/trace-enable-disable.c: New file.
6955
952ebca5
SM
69562016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6957
6958 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6959 use it in info sharedlibrary test.
6960 * gdb.trace/ftrace-lock.exp: Likewise.
6961 * gdb.trace/ftrace.exp: Likewise.
6962 * gdb.trace/range-stepping.exp: Likewise.
6963 * gdb.trace/trace-break.exp: Likewise.
6964 * gdb.trace/trace-condition.exp: Likewise.
6965 * gdb.trace/trace-mt.exp: Likewise.
6966
d9019901
SM
69672016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6968
6969 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6970 (gdb_load_shlib): ... this.
6971 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6972 gdb_load_shlib.
6973 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6974 * gdb.base/ctxobj.exp: Likewise.
6975 * gdb.base/dprintf-pending.exp: Likewise.
6976 * gdb.base/dso2dso.exp: Likewise.
6977 * gdb.base/fixsection.exp: Likewise.
6978 * gdb.base/gcore-relro.exp: Likewise.
6979 * gdb.base/gdb1555.exp: Likewise.
6980 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6981 * gdb.base/gnu-ifunc.exp: Likewise.
6982 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6983 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6984 * gdb.base/pending.exp: Likewise.
6985 * gdb.base/print-file-var.exp: Likewise.
6986 * gdb.base/print-symbol-loading.exp: Likewise.
6987 * gdb.base/shlib-call.exp: Likewise.
6988 * gdb.base/shreloc.exp: Likewise.
6989 * gdb.base/so-impl-ld.exp: Likewise.
6990 * gdb.base/solib-disc.exp: Likewise.
6991 * gdb.base/solib-nodir.exp: Likewise.
6992 * gdb.base/solib-overlap.exp: Likewise.
6993 * gdb.base/solib-symbol.exp: Likewise.
6994 * gdb.base/solib-weak.exp (do_test): Likewise.
6995 * gdb.base/sym-file.exp: Likewise.
6996 * gdb.base/symtab-search-order.exp: Likewise.
6997 * gdb.base/type-opaque.exp: Likewise.
6998 * gdb.base/unload.exp: Likewise.
6999 * gdb.base/watchpoint-solib.exp: Likewise.
7000 * gdb.compile/compile.exp: Likewise.
7001 * gdb.cp/gdb2384.exp: Likewise.
7002 * gdb.cp/infcall-dlopen.exp: Likewise.
7003 * gdb.cp/re-set-overloaded.exp: Likewise.
7004 * gdb.fortran/library-module.exp: Likewise.
7005 * gdb.opt/solib-intra-step.exp: Likewise.
7006 * gdb.python/py-finish-breakpoint.exp: Likewise.
7007 * gdb.python/py-shared.exp: Likewise.
7008 * gdb.reverse/solib-precsave.exp: Likewise.
7009 * gdb.reverse/solib-reverse.exp: Likewise.
7010 * gdb.server/solib-list.exp: Likewise.
7011 * gdb.threads/dlopen-libpthread.exp: Likewise.
7012 * gdb.threads/tls-shared.exp: Likewise.
7013 * gdb.threads/tls-so_extern.exp: Likewise.
7014 * gdb.trace/change-loc.exp: Likewise.
7015 * gdb.trace/ftrace-lock.exp: Likewise.
7016 * gdb.trace/ftrace.exp: Likewise.
7017 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7018 * gdb.trace/pending.exp: Likewise.
7019 * gdb.trace/range-stepping.exp: Likewise.
7020 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7021 (strace_info_marker): Likewise.
7022 (strace_probe_marker): Likewise.
7023 (strace_trace_on_same_addr): Likewise.
7024 (strace_trace_on_diff_addr): Likewise.
7025 * gdb.trace/trace-break.exp: Likewise.
7026 * gdb.trace/trace-condition.exp: Likewise.
7027 * gdb.trace/trace-mt.exp: Likewise.
7028
fca4cfd9
SM
70292016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7030
7031 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7032 result of gdb_remote_download.
7033 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7034 * gdb.base/dso2dso.exp: Likewise.
7035 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7036 * gdb.base/print-file-var.exp: Likewise.
7037 * gdb.base/shlib-call.exp: Likewise.
7038 * gdb.base/shreloc.exp: Likewise.
7039 * gdb.base/solib-overlap.exp: Likewise.
7040 * gdb.base/solib-weak.exp (do_test): Likewise.
7041 * gdb.base/unload.exp: Likewise.
7042
11cf4ffb
YQ
70432016-04-27 Yao Qi <yao.qi@linaro.org>
7044
7045 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7046 exists.
7047
3e2e34f8
KB
70482016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7049
7050 * vla-type.exp: Print structure from toplevel.
7051
8f07e298
BH
70522016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7053
7054 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7055 of dynamic types.
7056 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7057 of dynamic types.
7058
9920b434
BH
70592016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7060
7061 * gdb.fortran/vla-type.f90: New file.
7062 * gdb.fortran/vla-type.exp: New file.
7063
f3abeff5
YQ
70642016-04-25 Yao Qi <yao.qi@linaro.org>
7065
7066 * gdb.base/branch-to-self.c: New file.
7067 * gdb.base/branch-to-self.exp: New file.
7068
0a5d52f0
YQ
70692016-04-22 Yao Qi <yao.qi@linaro.org>
7070
7071 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7072 more after $hex.
7073
495346f6
YQ
70742016-04-22 Yao Qi <yao.qi@linaro.org>
7075
7076 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7077 * gdb.base/annota3.exp: Likewise.
7078
4a7e075c
YQ
70792016-04-22 Yao Qi <yao.qi@linaro.org>
7080
7081 * gdb.reverse/step-precsave.exp: Do one step and test program
7082 stops in "callee" and do multiple steps until program goes out
7083 of "callee".
7084 * gdb.reverse/step-reverse.exp: Likewise.
7085
5b061e98
YQ
70862016-04-22 Yao Qi <yao.qi@linaro.org>
7087
7088 * gdb.trace/signal.exp: Also pass if
7089 $tracepoint_hits($i) > $iterations.
7090
5c5dc57f
YQ
70912016-04-22 Yao Qi <yao.qi@linaro.org>
7092
7093 * gdb.trace/signal.c: New file.
7094 * gdb.trace/signal.exp: New file.
7095
a55411b9
DE
70962016-04-19 Doug Evans <xdje42@gmail.com>
7097
7098 * gdb.base/bad-file.exp: New file.
7099
a22df60a
MG
71002016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7101
7102 * gdb.dwarf2/implref.exp: New file.
7103
0c13f7e5
BH
71042016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7105
7106 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7107 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7108 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7109 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7110 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7111 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7112 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7113 * lib/fortran.exp (fortran_int4): New procedure.
7114 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7115 (fortran_logical4): Likewise.
7116
9b9b09e9
BH
71172016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7118
7119 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7120
a14d1f4d
BH
71212016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7122
7123 * lib/compiler.c: Add Intel specific preprocessor macros.
7124 * lib/compiler.cc: Likewise.
25d49b86 7125
7d49b1d0
LM
71262016-04-13 Luis Machado <lgustavo@codesourcery.com>
7127
7128 * gdb.server/connect-with-no-symbol-file.c: New file.
7129 * gdb.server/connect-with-no-symbol-file.exp: New file.
7130
8392fa22
SM
71312016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7132
7133 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7134
8c4c4aeb
SM
71352016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7136
7137 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7138 standard output directory.
7139
45e3745e
AT
71402016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7141
7142 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7143
e26b7e41
MM
71442016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7145
7146 * gdb.btrace/instruction_history.c (loop): Add declaration.
7147
8ce09462
AT
71482016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7149
7150 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7151
2e88a1ea
SM
71522016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7153
7154 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7155 parentheses to print.
7156 (continue_handler): Likewise.
7157
f48e22e3
SM
71582016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7159
7160 * gdb.server/solib-list.exp: Remove is_remote check.
7161 Pass shlib= to gdb_compile. Don't link shared library with
7162 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7163 Run binary filename through "readlink -f" on the target.
7164
096be756
PA
71652016-04-08 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7168 interpreter filename as argument to gdbserver_spawn.
7169 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7170 Return empty if $last_loaded_file does not exist.
7171
06500533
JK
71722016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7173
7174 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7175 * gdb.base/jit-main.c: Use exit after usage.
7176
2d35e871
JK
71772016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7178
7179 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7180 GDBHISTSIZE prior to the tests.
7181 * gdb.base/gdbinit-history.exp: Likewise.
7182
71832016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7184
7185 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7186 instead of build_executable. Use gdb_load_shlibs.
7187
c8064e7e
YQ
71882016-04-07 Yao Qi <yao.qi@linaro.org>
7189
7190 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7191 Execute "si" command.
7192
bde47561
YQ
71932016-04-07 Yao Qi <yao.qi@linaro.org>
7194
7195 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7196 number instead of the comments on some line.
7197
b16f8a3b
DB
71982016-04-06 Don Breazeal <donb@codesourcery.com>
7199
7200 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7201 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7202
c2f901df
SM
72032016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7204
7205 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7206 standard_output_file. Remove unused binfile variable.
7207
ac17fda0
CU
72082016-04-05 Catalin Udma <catalin.udma@freescale.com>
7209
7210 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7211 * gdb.python/py-mi-objfile.exp: Match "list main" output
7212 in console format.
7213
03a8c4df
SM
72142016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7215
7216 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7217 absolute.
7218
6e774b13
SM
72192016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7220
7221 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7222 absolute.
7223 * gdb.trace/ftrace.exp: Likewise.
7224 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7225 targets as well.
7226 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7227 (gdb_load_shlibs): Copy libraries to test directory when testing
7228 natively. Only set solib-search-path if testing remotely.
7229 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7230
7817ea46
SM
72312016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7232
7233 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7234 gdb_download. Use it even if the target is not remote.
7235 * gdb.base/jit.exp (compile_jit_test): Likewise.
7236 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7237 output directory if the destination board is local, otherwise use
7238 the standard remote_download from DejaGnu.
7239 (gdb_download): Remove.
7240 (gdb_load_shlibs): Use gdb_remote_download instead of
7241 gdb_download.
7242 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7243 Use gdb_remote_download instead of gdb_download. Use it even if
7244 the target is not remote.
7245 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7246 instead of gdb_download.
7247
7beb7f68
SM
72482016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7249
7250 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7251 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7252 run.
7253
cc63428a
AV
72542016-04-01 Artemiy Volkov <artemiyv@acm.org>
7255
7256 PR gdb/19820
7257 * gdb.base/printcmds.exp: Add artificial arrays tests.
7258
64cdf930
PA
72592016-03-31 Pedro Alves <palves@redhat.com>
7260
7261 PR gdb/19858
7262 * gdb.base/jit-main.c: Include unistd.h.
7263 (ATTACH): Define to 0 if not already defined.
7264 (wait_for_gdb, mypid): New globals.
7265 (WAIT_FOR_GDB): New macro.
7266 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7267 some breakpoint locations.
7268 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7269 New procedures.
7270 (one_jit_test): Add REATTACH parameter, and handle it. Use
7271 continue_to_test_location.
7272 (top level): Test attach, and adjusts calls to one_jit_test.
7273
40dea8cb
PA
72742016-03-31 Pedro Alves <palves@redhat.com>
7275
7276 PR gdb/19858
7277 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7278 BINSUFFIX parameter, and handle it.
7279 (top level): Adjust calls compile_jit_test.
7280
e7ea3ec7
CU
72812016-03-31 Catalin Udma <catalin.udma@freescale.com>
7282
7283 PR python/19743
7284 * gdb.python/py-mi-events-gdb.py: New file.
7285 * gdb.python/py-mi-events.c: New file.
7286 * gdb.python/py-mi-events.exp: New file.
7287
e6359af3
YQ
72882016-03-30 Yao Qi <yao.qi@linaro.org>
7289
7290 * gdb.reverse/until-precsave.exp: Match function name only.
7291 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7292 Move malloc to a condition block.
7293 * gdb.reverse/until-reverse.exp: Match function name only.
7294
a4105d04
MK
72952016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7296
7297 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7298 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7299 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7300 variable for GPR 0 instead of assuming it is register 0.
7301 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7302 * lib/trace-support.exp: Add s390 registers.
7303
bfa6adb9
YQ
73042016-03-29 Yao Qi <yao.qi@linaro.org>
7305
7306 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7307
1e6697ea
YQ
73082016-03-24 Yao Qi <yao.qi@linaro.org>
7309
7310 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7311 test message.
7312
64bcd522
AA
73132016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7314
7315 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7316 maintaining separate logic for constructing the output path.
7317
7868401b
DB
73182016-03-16 Don Breazeal <donb@codesourcery.com>
7319
7320 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7321 Retry fork and waitpid on interrupted system call errors.
7322 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7323 Use with_timeout_factor to increase timeout by factor of 10.
7324
1cafadb4
DB
73252016-03-15 Don Breazeal <donb@codesourcery.com>
7326
7327 * gdb.cp/scope-err.cc: New test program.
7328 * gdb.cp/scope-err.exp: New test script.
7329 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7330 lines and "set breakpoint here" comment.
7331 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7332 Fixed some whitespace and format issues.
7333 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7334 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7335
81516450
DE
73362016-03-15 Doug Evans <dje@google.com>
7337
7338 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7339 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7340 All callers updated. Add tests for enums, mixed flags register.
7341
aa52b601
DE
73422016-03-15 Doug Evans <dje@google.com>
7343
7344 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7345 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7346
fa4ff313
SM
73472016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7348
7349 * gdb.base/default.exp: Add $_as_string to the list of expected
7350 convenience functions.
7351
f2403c39
AB
73522016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7353
7354 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7355
f2f3ccb9
SM
73562016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7357
7358 * gdb.python/py-as-string.exp: New file.
7359 * gdb.python/py-as-string.c: New file.
7360
00dbd492
PA
73612016-03-09 Pedro Alves <palves@redhat.com>
7362
7363 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7364 signal" -> "Thread NN received signal" output change.
7365 * gdb.threads/ia64-sigill.exp: Likewise.
7366 * gdb.threads/linux-dp.exp: Likewise.
7367 * gdb.threads/manythreads.exp: Likewise.
7368 * gdb.threads/pending-step.exp: Likewise.
7369 * gdb.threads/print-threads.exp: Likewise.
7370 * gdb.threads/sigstep-threads.exp: Likewise.
7371 * gdb.threads/staticthreads.exp: Likewise.
7372 * gdb.threads/tls.exp: Likewise.
7373
1e6697ea
YQ
73742016-03-09 Pedro Alves <palves@redhat.com>
7375
7376 * gdb.base/command-line-input.exp: New file.
7377
b04fd3be
MK
73782016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7379
7380 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7381 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7382 * gdb.trace/pending.exp: Accept leading dot before function name.
7383 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7384 * lib/trace-support.exp: Set registers for ppc.
7385
98fa59e9
MK
73862016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7387
7388 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7389 use it for disassembly; accept .main in addition to main in backtrace.
7390
f77198c8
MK
73912016-03-09 Wei-cheng Wang <cole945@gmail.com>
7392 Marcin Kościelnicki <koriakin@0x04.net>
7393
7394 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7395 (gdb_recursion_test_ptr): New global variable.
7396 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7397 gdb_recursion_test.
7398 (gdb_c_test): Ditto.
7399
ba84e0da
MK
74002016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7401
7402 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7403 ordering.
7404
4366d36e
MK
74052016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7406
7407 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7408 (bar): Add bar_start_lbl label.
7409 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7410 of foo/bar for emitting DWARF and tracing.
7411
5eb264df
SDJ
74122016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7413
7414 * analyze-racy-logs.py: Set executable bit.
7415
fb6a751f
SDJ
74162016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7417
7418 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7419 (CHECK_TARGET_TMP): Likewise.
7420 (check-single-racy): New rule.
7421 (check-parallel-racy): Likewise.
7422 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7423 (do-check-parallel-racy): New rule.
7424 (check-racy/%.exp): Likewise.
7425 * README (Racy testcases): New section.
7426 * analyze-racy-logs.py: New file.
7427
bdf7e230
DE
74282016-03-03 Doug Evans <dje@google.com>
7429
7430 * gdb.base/skip.exp: Use with_test_prefix.
7431
4719d415
YQ
74322016-03-03 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7435 Invoke step_over_syscall "clone" and break_cond_on_syscall
7436 "clone".
7437 * gdb.base/step-over-clone.c: New file.
7438
ea507862
YQ
74392016-03-03 Yao Qi <yao.qi@linaro.org>
7440
7441 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7442 code format.
7443
8fc8cbda
YQ
74442016-03-03 Yao Qi <yao.qi@linaro.org>
7445
7446 * gdb.base/disp-step-fork.c: Rename to ...
7447 * gdb.base/step-over-fork.c: ... it. New file.
7448 * gdb.base/disp-step-vfork.c: Rename to ...
7449 * gdb.base/step-over-vfork.c: ... it. New file.
7450 * gdb.base/disp-step-syscall.exp: Rename to ...
7451 * gdb.base/step-over-syscall.exp: ... it. New file.
7452 (disp_step_cross_syscall): Rename to ...
7453 (step_over_syscall): ... it.
7454
92fa70b0
YQ
74552016-03-03 Yao Qi <yao.qi@linaro.org>
7456
7457 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7458 If target supports condition evaluation on target, invoke
7459 break_cond_on_syscall for fork and vfork.
7460
e197ad3c
YQ
74612016-03-03 Yao Qi <yao.qi@linaro.org>
7462
7463 * gdb.base/disp-step-syscall.exp: Don't invoke
7464 support_displaced_stepping.
7465 (disp_step_cross_syscall): Test with displaced stepping off and
7466 on if supported.
7467
0b47da9f
YQ
74682016-03-03 Yao Qi <yao.qi@linaro.org>
7469
7470 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7471 proc.
7472 (setup): New proc.
7473 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7474 and setup.
7475
065ab6dc
BH
74762016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7477
7478 * gdb.fortran/vla-history.exp: Remove breakpoint.
7479
07e448ad 74802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7481
25d49b86
PA
7482 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7483 exceeds timeout.
07e448ad 7484
9ac2d526 74852016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7486
25d49b86
PA
7487 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7488 breakpoint.
9ac2d526 7489
17807369
BH
74902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7491
7492 * gdb.mi/vla.f90: Nullify pointer after declaration.
7493
86e501af
PA
74942016-03-01 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7497
1e903e32
PA
74982016-03-01 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7501 before anything else.
7502 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7503 _GNU_SOURCE here.
7504 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7505 before anything else.
7506 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7507
6ccb54e2
PA
75082016-03-01 Pedro Alves <palves@redhat.com>
7509
7510 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7511
30ca9da1
YQ
75122016-03-01 Yao Qi <yao.qi@linaro.org>
7513
7514 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7515 prepare_for_testing.
7516
dc856b38
YQ
75172016-03-01 Yao Qi <yao.qi@linaro.org>
7518
7519 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7520
4a932159
AA
75212016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7522
7523 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7524 manually constructing the output path.
7525
f2489477
AA
75262016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7527
7528 * gdb.arch/s390-stackless.S: New.
7529 * gdb.arch/s390-stackless.exp: New.
7530
38899f16
IB
75312016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7532
7533 * gdb.dlang/circular.c: New file.
7534 * gdb.dlang/circular.exp: New file.
7535
9fde51ed
YQ
75362016-02-26 Yao Qi <yao.qi@linaro.org>
7537
7538 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7539 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7540 (testcases): Update.
7541
ce90fefe
YQ
75422016-02-26 Yao Qi <yao.qi@linaro.org>
7543
7544 * gdb.reverse/aarch64.c: Rename to ...
7545 * gdb.reverse/insn-reverse.c: ... it.
7546 * gdb.reverse/aarch64.exp: Rename to ...
7547 * gdb.reverse/insn-reverse.exp: ... it.
7548
3263bceb
YQ
75492016-02-26 Yao Qi <yao.qi@linaro.org>
7550
7551 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7552 (testcase_ftype): New.
7553 (testcases): New array.
7554 (n_testcases): New.
7555 (main): Call each element in testcases.
7556 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7557 (read_testcase): New.
7558 Do the tests in a loop.
7559
6cb59ff1
YQ
75602016-02-25 Yao Qi <yao.qi@linaro.org>
7561
7562 * gdb.base/branches.c: Remove.
7563
ae91f625
MK
75642016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7565
7566 PR gdb/13808
7567 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7568
678b48b7
MK
75692016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7570
7571 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7572
7337a6f2
MK
75732016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7574
7575 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7576 change x86_64 call_insn to 'callq'.
7577
861ca91f
AT
75782016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7579
7580 * gdb.trace/tfile-avx.c: Move to...
7581 * gdb.trace/tracefile-pseudo-reg.c: Here.
7582 * gdb.trace/tfile-avx.exp: Move to...
7583 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7584
bf74e428
GB
75852016-02-24 Gary Benson <gbenson@redhat.com>
7586
7587 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7588 message on attach.
7589
cce0e923
DE
75902016-02-23 Doug Evans <dje@google.com>
7591
7592 * gdb.base/skip.c (test_skip): New function.
7593 (end_test_skip_file_and_function): New function.
7594 (test_skip_file_and_function): New function.
7595 * gdb.base/skip1.c (test_skip): New function.
7596 (skip1_test_skip_file_and_function): New function.
7597 * gdb.base/skip.exp: Add tests for new skip options.
7598 * gdb.base/skip-solib.exp: Update expected output.
7599 * gdb.perf/skip-command.cc: New file.
7600 * gdb.perf/skip-command.exp: New file.
7601 * gdb.perf/skip-command.py: New file.
7602
4000e47e
MK
76032016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7604
7605 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7606 info registers pattern.
7607
24f75ead
IB
76082016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7609
7610 * lib/future.exp: Add D support.
7611 (gdb_find_gdc): New proc.
7612 (gdb_default_target_compile): Add D support.
7613
fbb7bcbe
WW
76142016-02-18 Wei-cheng Wang <cole945@gmail.com>
7615
7616 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7617 user+system time.
7618 (trace_speed_test): Determine the iteration count for a time
7619 between 15..30 seconds.
7620
012b3a21
WT
76212016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7622
7623 * gdb.arch/i386-mpx-sigsegv.c: New file.
7624 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7625 * gdb.arch/i386-mpx-simple_segv.c: New file.
7626 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7627
2d5189bd
YQ
76282016-02-18 Yao Qi <yao.qi@linaro.org>
7629
7630 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7631 Don't call setup_kfail.
7632
40fb20d0
YQ
76332016-02-18 Yao Qi <yao.qi@linaro.org>
7634
7635 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7636 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7637
21b1f8d2
DE
76382016-02-16 Doug Evans <dje@google.com>
7639
7640 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7641 * gdb.base/skip1.c: Ditto.
7642 * gdb.base/skip.exp: Whitespace cleanup.
7643
4041ed77
DB
76442016-02-16 Don Breazeal <donb@codesourcery.com>
7645
7646 PR remote/19496
7647 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7648 Remove kfail for PR remote/19496.
7649
c4ef31bf
SM
76502016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7651
7652 * lib/gdb.exp (standard_temp_file): Return a path specific to
7653 the runtest invocation.
7654
266b65b3
SM
76552016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7656
7657 * gdb.trace/save-trace.exp: Change relative path to be in the
7658 standard output directory.
7659
a7a0a6a9
JK
76602016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7661
7662 * gdb.arch/i386-prologue.c: Add missing prototypes.
7663
c99dbb42
JK
76642016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7665
7666 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7667 * gdb.arch/i386-prologue.exp: Likewise.
7668 * gdb.arch/i386-size.exp: Likewise.
7669
aa480355
SM
76702016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7671
7672 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7673 define object file path.
7674 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7675 file path.
7676 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7677 standard_output_file to define binfile.
7678
ba881f50
JK
76792016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7680
7681 Fix compatibility with recent gfortran-5.3.1.
7682 * gdb.fortran/vla-history.exp (print vla1 allocated)
7683 (print vla2 allocated, print $2, print $3): Remove
7684 (print $4): Rename to ...
7685 (print $2): ... here.
7686 (print $9): Rename to ...
7687 (print $5): ... here.
7688 (print $10): Rename to ...
7689 (print $6): ... here.
7690 * gdb.fortran/vla.f90: Add pvla initialization.
7691
e9fb005c
JK
76922016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7693
7694 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7695 New test.
7696 * gdb.fortran/vla-value-sub.exp: Likewise.
7697
e44e00ff
MK
76982016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7699
7700 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7701
97e94151
SM
77022016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7703
7704 * i386-biarch-core.exp: Define corefile using
7705 standard_output_file.
7706
01113bc1
YQ
77072016-02-12 Yao Qi <yao.qi@linaro.org>
7708
7709 * gdb.arch/arm-single-step-kernel-helper.c: New.
7710 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7711
33b4777c
MM
77122016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7713
7714 * gdb.btrace/tailcall-only.exp: New.
7715 * gdb.btrace/tailcall-only.c: New.
7716 * gdb.btrace/x86_64-tailcall-only.S: New.
7717 * gdb.btrace/i686-tailcall-only.S: New.
7718
acc23c11
PA
77192016-02-11 Pedro Alves <palves@redhat.com>
7720
7721 * README (Parallel testing): Add missing double quotes.
7722
e352bf0a
PA
77232016-02-11 Pedro Alves <palves@redhat.com>
7724
7725 * README (Parallel testing): New section.
7726 (GDB_PARALLEL): Rewrite.
7727 (FORCE_PARALLEL): Document.
7728
9f5fed78
MK
77292016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7730
7731 * gdb.trace/tfile-avx.c: New test.
7732 * gdb.trace/tfile-avx.exp: New test.
7733
9ef9e6a6
KS
77342016-02-09 Keith Seitz <keiths@redhat.com>
7735
7736 PR breakpoints/19546
7737 * gdb.base/infcall-exec.c: New file.
7738 * gdb.base/infcall-exec2.c: New file.
7739 * gdb.base/infcall-exec.exp: New file.
7740
a96e36da
KS
77412016-02-09 Keith Seitz <keiths@redhat.com>
7742
7743 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7744 (toplevel): Call test_bkpt_address.
7745
9f61929f
KS
77462016-02-09 Keith Seitz <keiths@redhat.com>
7747
7748 PR python/19506
7749 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7750 (toplevel): Call test_bkpt_address.
7751
1e94266c
SM
77522016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7753
7754 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7755 to AC_OUTPUT.
7756 * configure: Regenerate.
7757
2a7f3dff
PA
77582016-02-09 Pedro Alves <palves@redhat.com>
7759
7760 PR breakpoints/19548
7761 * gdb.base/execl-update-breakpoints.c (some_function): New
7762 function.
7763 (main): Call it.
7764 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7765 Tighten expected GDB output.
7766
2151ccc5
SM
77672016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7768
7769 * Makefile.in (ALL_SUBDIRS): Remove.
7770 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7771 (distclean maintainer-clean realclean): Likewise.
7772 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7773 * configure: Regenerate.
7774 * gdb.ada/Makefile.in: Delete.
7775 * gdb.arch/Makefile.in: Likewise.
7776 * gdb.asm/Makefile.in: Likewise.
7777 * gdb.base/Makefile.in: Likewise.
7778 * gdb.btrace/Makefile.in: Likewise.
7779 * gdb.cell/Makefile.in: Likewise.
7780 * gdb.compile/Makefile.in: Likewise.
7781 * gdb.cp/Makefile.in: Likewise.
7782 * gdb.disasm/Makefile.in: Likewise.
7783 * gdb.dlang/Makefile.in: Likewise.
7784 * gdb.dwarf2/Makefile.in: Likewise.
7785 * gdb.fortran/Makefile.in: Likewise.
7786 * gdb.gdb/Makefile.in: Likewise.
7787 * gdb.go/Makefile.in: Likewise.
7788 * gdb.guile/Makefile.in: Likewise.
7789 * gdb.java/Makefile.in: Likewise.
7790 * gdb.linespec/Makefile.in: Likewise.
7791 * gdb.mi/Makefile.in: Likewise.
7792 * gdb.modula2/Makefile.in: Likewise.
7793 * gdb.multi/Makefile.in: Likewise.
7794 * gdb.objc/Makefile.in: Likewise.
7795 * gdb.opencl/Makefile.in: Likewise.
7796 * gdb.opt/Makefile.in: Likewise.
7797 * gdb.pascal/Makefile.in: Likewise.
7798 * gdb.perf/Makefile.in: Likewise.
7799 * gdb.python/Makefile.in: Likewise.
7800 * gdb.reverse/Makefile.in: Likewise.
7801 * gdb.server/Makefile.in: Likewise.
7802 * gdb.stabs/Makefile.in: Likewise.
7803 * gdb.threads/Makefile.in: Likewise.
7804 * gdb.trace/Makefile.in: Likewise.
7805 * gdb.xml/Makefile.in: Likewise.
7806 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7807 GDB_PARALLEL.
7808 (standard_output_file): Remove check for GDB_PARALLEL, always
7809 return path in outputs/$subdir/$testname.
7810
437277d4
SM
78112016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7812
7813 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7814 (site.exp): Assign abs_srcdir to tcl's srcdir.
7815
31d913c7
YQ
78162016-02-04 Yao Qi <yao.qi@linaro.org>
7817
7818 * gdb.base/foll-exec-mode.c: Include limits.h.
7819 (main): Add parameters argc and argv. Get directory from
7820 argv[0].
7821 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7822 compilation.
7823 * gdb.base/foll-exec.c: Include limits.h.
7824 (main): Add parameters argc and argv.
7825 Get directory from argv[0].
7826 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7827 Adjust tests on the number of lines as source code changed.
7828 * gdb.base/foll-vfork-exit.c: Include limits.h.
7829 (main): Add one line of statement before vfork.
7830 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7831 (main): Add parameters argc and argv. Get directory from
7832 argv[0].
7833 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7834 (setup_gdb): Set tbreak to skip some source lines.
7835 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7836 (main): Add parameters argc and argv. Get directory from
7837 argv[0].
7838 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7839 compilation.
7840 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7841 (main): Add parameters argc and argv. Get directory from
7842 argv[0].
7843 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7844 compilation.
7845
9482b9fb
DE
78462016-02-01 Doug Evans <dje@google.com>
7847
7848 * gdb.base/skip.exp: Clean up multiple references to same test name.
7849
6b2e4f10
PA
78502016-02-01 Pedro Alves <palves@redhat.com>
7851
ccb6afd6 7852 PR remote/19496
6b2e4f10
PA
7853 * gdb.threads/forking-threads-plus-breakpoint.exp
7854 (displaced_stepping_supported): New global.
7855 (probe_displaced_stepping_support): New procedure.
7856 (do_test): Add 'displaced' parameter, and use it.
7857 (top level): Check for displaced stepping support. Add displaced
7858 stepping on/off testing axis.
7859
37a8db1a
AB
78602016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7861
7862 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7863 pointer. Don't perform further tests on the unassociated pointer
7864 if the first test fails.
7865
5fdf6324
AB
78662016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7867
7868 * gdb.base/max-value-size.c: New file.
7869 * gdb.base/max-value-size.exp: New file.
7870 * gdb.base/huge.exp: Disable max-value-size for this test.
7871
935c6144
IB
78722016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7873
7874 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7875
7fe8399d
YQ
78762016-01-28 Yao Qi <yao.qi@linaro.org>
7877
7878 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7879
a2077e25
PA
78802016-01-25 Pedro Alves <palves@redhat.com>
7881
7882 PR threads/19461
7883 * gdb.base/fork-running-state.c: New file.
7884 * gdb.base/fork-running-state.exp: New file.
7885
1d2736d4
PA
78862016-01-25 Pedro Alves <palves@redhat.com>
7887
7888 PR gdb/19494
7889 * gdb.base/catch-fork-kill.c: New file.
7890 * gdb.base/catch-fork-kill.exp: New file.
7891
f1da4b11
PA
78922016-01-25 Pedro Alves <palves@redhat.com>
7893
7894 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7895 Delete, moved to lib/gdb.exp.
7896 * gdb.threads/forking-threads-plus-breakpoint.exp
7897 (foreach_with_prefix): Likewise.
7898 * gdb.threads/process-dies-while-handling-bp.exp
7899 (foreach_with_prefix): Likewise.
7900 * lib/gdb.exp (foreach_with_prefix): New procedure.
7901
45f38546
MK
79022016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7903
7904 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7905 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7906
dc29a1ce
MK
79072016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7908
7909 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7910 endian targets.
7911
092127d7
JK
79122016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7913 Pedro Alves <palves@redhat.com>
7914
7915 Fix testsuite compatibility with Guile.
7916 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7917 number.
7918
31d765d3
JK
79192016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7920
7921 Fix testsuite compatibility with Guile.
7922 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7923 (thread 1): New test for backtrace through signal handler.
7924
1ac78c04
YQ
79252016-01-22 Yao Qi <yao.qi@linaro.org>
7926
7927 PR testsuite/19491
7928 * gdb.base/multi-forks.c: Include
7929 ../lib/unbuffer_output.c
7930 (main): Call gdb_unbuffer_output.
7931
4f5946a8
DE
79322016-01-21 Doug Evans <dje@google.com>
7933
7934 * lib/ada.exp (gdb_compile_ada): Fix typo.
7935
305e13e6
JB
79362016-01-21 Joel Brobecker <brobecker@adacore.com>
7937
7938 * gdb.base/break-fun-addr.exp: New file.
7939 * gdb.base/break-fun-addr1.c: New file.
7940 * gdb.base/break-fun-addr2.c: New file.
7941
5f5dfff6
SM
79422016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7943
7944 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7945 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7946 enum flag values.
7947
fd356fa2
AA
79482016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7949
7950 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7951 when GDB can not set the vector return value. Add more comments
7952 for clarification.
7953
9df22175
AT
79542016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7955
7956 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7957 command.
7958
41d1845e
SM
79592016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7960
7961 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7962
01ac6840
SM
79632016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7964
7965 * Makefile.in (check-single): Pass --status to runtest.
7966 (check/%.exp): Likewise.
7967
79682016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7969
7970 * Makefile.in (check-parallel): Propagate return code from make
7971 do-check-parallel.
7972
bd0a71fa
MK
79732016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7974
7975 * gdb.trace/ftrace.exp: Fix expected message on continue.
7976 * gdb.trace/pending.exp: Fix expected message on continue.
7977 * gdb.trace/trace-break.exp: Fix expected message on continue.
7978
8bcbad33
SM
79792016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7980
7981 * lib/gdb.exp (gdb_test): Remove unused global references.
7982
f303dbd6
PA
79832016-01-18 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.base/async-shell.exp: Adjust expected output.
7986 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7987 * gdb.base/siginfo-thread.exp: Adjust expected output.
7988 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7989 * gdb.java/jnpe.exp: Adjust expected output.
7990 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7991 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7992 * gdb.threads/leader-exit.exp: Adjust expected output.
7993 * gdb.threads/manythreads.exp: Adjust expected output.
7994 * gdb.threads/pthreads.exp: Adjust expected output.
7995 * gdb.threads/schedlock.exp: Adjust expected output.
7996 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7997 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7998 expected output.
7999 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8000 output.
8001 * gdb.threads/sigthread.exp: Adjust expected output.
8002 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8003
b2789696
YQ
80042016-01-18 Yao Qi <yao.qi@linaro.org>
8005
8006 * gdb.guile/scm-section-script.c: Replace @progbits with
8007 %progbits.
8008 * gdb.python/py-section-script.c: Likewise.
8009
71ef29a8
PA
80102016-01-15 Pedro Alves <palves@redhat.com>
8011
8012 * gdb.multi/tids.exp: Test star wildcard ranges.
8013
3f5b7598
PA
80142016-01-15 Pedro Alves <palves@redhat.com>
8015
8016 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8017 command from "thread apply" invocation.
8018 (thr_apply_info_thr_invalid): Default the expected output to the
8019 input tid list.
8020 (top level): Add tests that use convenience variables. Add tests
8021 for "thread apply" with a valid TID list, but missing the command.
8022
663f6d42
PA
80232016-01-13 Pedro Alves <palves@redhat.com>
8024
8025 * gdb.base/default.exp: Expect $_gthread as well.
8026 * gdb.multi/tids.exp: Test $_gthread.
8027 * gdb.threads/thread-specific.exp: Test $_gthread.
8028
c84f6bbf
PA
80292016-01-13 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.multi/tids.exp: Test "info threads -gid".
8032
22a02324
PA
80332016-01-13 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8036 Breakpoint.thread.
8037 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8038
5d5658a1
PA
80392016-01-07 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.base/break.exp: Adjust to output changes.
8042 * gdb.base/hbreak2.exp: Likewise.
8043 * gdb.base/sepdebug.exp: Likewise.
8044 * gdb.base/watch_thread_num.exp: Likewise.
8045 * gdb.linespec/keywords.exp: Likewise.
8046 * gdb.multi/info-threads.exp: Likewise.
8047 * gdb.threads/thread-find.exp: Likewise.
8048 * gdb.multi/tids.c: New file.
8049 * gdb.multi/tids.exp: New file.
8050
84654457
PA
80512016-01-13 Pedro Alves <palves@redhat.com>
8052
8053 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8054
e3940304
PA
80552016-01-13 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.base/default.exp: Expect $_inferior as well.
8058 * gdb.multi/base.exp: Test $_inferior.
8059
a911d87a
PA
80602016-01-13 Pedro Alves <palves@redhat.com>
8061
8062 PR breakpoints/19388
8063 * gdb.base/catch-signal-siginfo-cond.c: New file.
8064 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8065
82075af2
JS
80662016-01-12 Josh Stone <jistone@redhat.com>
8067 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8068
8069 * gdb.base/catch-syscall.c (do_execve): New variable.
8070 (main): Conditionally trigger an execve.
8071 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8072 (test_catch_syscall_execve): New, check entry/return across execve.
8073 (do_syscall_tests): Call test_catch_syscall_execve.
8074
e46eeedd
PA
80752016-01-12 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.base/random-signal.exp (do_test): New procedure, with body
8078 of testcase moved in.
8079
01d8c27e
JK
80802016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8081 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/funcargs.exp (finish from indirectly called function):
8084 Reintroduce the case for 'First'.
8085
9a706302
JK
80862016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8087 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8090 (tcatch_vfork_then_child_follow_exec)
8091 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8092 identification.
8093
c0ecb95f
JK
80942016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8095
8096 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8097 and repeats to unlimited.
8098 * gdb.python/py-value.exp: Likewise.
8099 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8100 and repeats to unlimited.
8101
6cfc1fcb
JK
81022016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8103
8104 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8105 and reordering the functions.
8106 * gdb.multi/hangout.c: Likewise.
8107 * gdb.multi/hello.c: Likewise.
8108
582a1b00
SM
81092016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8110
8111 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8112 absolute.
8113 (SingleStatisticTestResult.report): Use dict.keys instead of
8114 dict.iterkeys.
8115
79bc59cb
PA
81162016-01-06 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8119
43368e1d
MM
81202016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8121
8122 * gdb.btrace/dlopen.exp: New.
8123 * gdb.btrace/dlopen.c: New.
8124 * gdb.btrace/dlopen-dso.c: New.
8125
79fad5b8
SL
81262015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8127
8128 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8129 PATTERN argument is optional.
8130
ab8314b3
JB
81312015-12-24 Joel Brobecker <brobecker@adacore.com>
8132
8133 * lib/ada.exp (target_compile_ada_from_dir): New function.
8134 (gdb_compile_ada): Reimplement avoiding the use of project files.
8135 * gdb.ada/gnat_ada.gpr: Delete.
8136 * gdb.ada/cond_lang.exp: Adjust test to make path before
8137 filename optional.
8138 * gdb.ada/small_reg_param.exp: Likewise.
8139
fe33faff
SM
81402015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8141
8142 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8143
6d265cb4
TP
81442015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8145
8146 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8147 case.
8148
10125099
SM
81492015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8150
8151 * gdb.base/break.exp: Remove dead code.
8152 * gdb.base/sepdebug.exp: Likewise.
8153
3ca22649
SM
81542015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8155
8156 * gdb.asm/asm-source.exp: Remove HP-UX references.
8157 * gdb.base/annota1.exp: Likewise.
8158 * gdb.base/annota3.exp: Likewise.
8159 * gdb.base/attach.exp: Likewise.
8160 * gdb.base/bigcore.exp: Likewise.
8161 * gdb.base/break.exp: Likewise.
8162 * gdb.base/call-ar-st.exp: Likewise.
8163 * gdb.base/callfuncs.exp: Likewise.
8164 * gdb.base/catch-fork-static.exp: Likewise.
8165 * gdb.base/display.exp: Likewise.
8166 * gdb.base/foll-exec-mode.exp: Likewise.
8167 * gdb.base/foll-exec.exp: Likewise.
8168 * gdb.base/foll-fork.exp: Likewise.
8169 * gdb.base/foll-vfork.exp: Likewise.
8170 * gdb.base/funcargs.exp: Likewise.
8171 * gdb.base/hbreak2.exp: Likewise.
8172 * gdb.base/inferior-died.exp: Likewise.
8173 * gdb.base/interrupt.exp: Likewise.
8174 * gdb.base/multi-forks.exp: Likewise.
8175 * gdb.base/nodebug.exp: Likewise.
8176 * gdb.base/sepdebug.exp: Likewise.
8177 * gdb.base/solib1.c: Likewise.
8178 * gdb.base/step-test.exp: Likewise.
8179 * gdb.mi/non-stop.c: Likewise.
8180 * gdb.mi/pthreads.c: Likewise.
8181 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8182 * gdb.threads/pthreads.c: Likewise.
8183 * gdb.threads/staticthreads.exp: Likewise.
8184 * lib/future.exp: Likewise.
8185 * lib/gdb.exp: Likewise.
8186 * gdb.base/so-indr-cl.c: Remove.
8187 * gdb.base/so-indr-cl.exp: Likewise.
8188 * gdb.base/solib.c: Likewise.
8189 * gdb.base/solib.exp: Likewise.
8190 * gdb.base/solib2.c: Likewise.
8191
b6304613
SM
81922015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8193
8194 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8195 * gdb.base/call-ar-st.exp: Likewise.
8196 * gdb.base/callfuncs.exp: Likewise.
8197 * gdb.base/condbreak.exp: Likewise.
8198 * gdb.base/constvars.exp: Likewise.
8199 * gdb.base/hbreak2.exp: Likewise.
8200 * gdb.base/langs.exp: Likewise.
8201 * gdb.base/list.exp: Likewise.
8202 * gdb.base/long_long.exp: Likewise.
8203 * gdb.base/ptype.exp: Likewise.
8204 * gdb.base/scope.exp: Likewise.
8205 * gdb.base/signals.exp: Likewise.
8206 * gdb.base/so-impl-ld.exp: Likewise.
8207 * gdb.base/varargs.exp: Likewise.
8208 * gdb.base/volatile.exp: Likewise.
8209 * gdb.base/whatis.exp: Likewise.
8210 * gdb.cp/cplusfuncs.exp: Likewise.
8211 * gdb.cp/inherit.exp: Likewise.
8212 * gdb.cp/local.exp: Likewise.
8213 * gdb.cp/member-ptr.exp: Likewise.
8214 * gdb.cp/method.exp: Likewise.
8215 * gdb.cp/overload.exp: Likewise.
8216 * gdb.cp/templates.exp: Likewise.
8217 * gdb.stabs/weird.exp: Likewise.
8218 * lib/compiler.c: Likewise.
8219 * lib/compiler.cc: Likewise.
8220 * lib/cp-support.exp: Likewise.
8221 * lib/gdb.exp: Likewise.
8222
bf401b07
SM
82232015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8224
8225 * configure.ac: Remove HP-UX case.
8226 * configure: Regenerate.
8227
aff9c0f8
SM
82282015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8229
8230 * lib/gdb.exp (gdb_compile): Add function doc.
8231
a6904d5a
PA
82322015-12-17 Pedro Alves <palves@redhat.com>
8233
8234 PR threads/19354
8235 * gdb.multi/info-threads.exp: New file.
8236
a22279dd
YQ
82372015-12-15 Yao Qi <yao.qi@linaro.org>
8238
8239 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8240 is aarch64*-*-*.
8241
0588c796
SL
82422015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8243
8244 * gdb.base/history-duplicates.exp: Skip if no readline support.
8245
5d978e17
SL
82462015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8247
8248 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8249
7e763b86
SL
82502015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8251
8252 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8253
87a3a92c
SL
82542015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8255
8256 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8257 ctrl-C if nointerrupts target property is set.
8258 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8259 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8260 * gdb.base/paginate-bg-execution.exp: Likewise.
8261 * gdb.base/paginate-execution-startup.exp: Likewise.
8262 * gdb.base/random-signal.exp: Likewise.
8263 * gdb.base/range-stepping.exp: Likewise.
8264 * gdb.cp/annota2.exp: Likewise.
8265 * gdb.cp/annota3.exp: Likewise.
8266 * gdb.gdb/selftest.exp: Likewise.
8267 * gdb.threads/continue-pending-status.exp: Likewise.
8268 * gdb.threads/leader-exit.exp: Likewise.
8269 * gdb.threads/manythreads.exp: Likewise.
8270 * gdb.threads/pthreads.exp: Likewise.
8271 * gdb.threads/schedlock.exp: Likewise.
8272 * gdb.threads/sigthread.exp: Likewise.
8273
a8f077dc
DB
82742015-12-11 Don Breazeal <donb@codesourcery.com>
8275
8276 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8277 remote.
8278 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8279 * gdb.base/foll-exec.exp (main): Enable for target remote.
8280 * gdb.base/foll-fork.exp (main): Likewise.
8281 * gdb.base/foll-vfork.exp (main): Likewise.
8282 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8283 (proc continue_to_exit_bp_loc): Use clean_restart.
8284 * gdb.base/pie-execl.exp (main): Disable for target remote.
8285 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8286 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8287 * gdb.threads/execl.exp (main): Likewise.
8288 * gdb.threads/fork-child-threads.exp (main): Likewise.
8289 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8290 remote.
8291 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8292 remote.
8293 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8294 pid.tid style ptids, instead of just tid.
8295 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8296 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8297 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8298 ptids, instead of just tid.
8299
3b2464a8
AB
83002015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8301
8302 * gdb.base/list.exp (test_list_forward): Add end of file error
8303 test.
8304 (test_repeat_list_command): Add end of file error test.
8305 (test_list_backwards): Add beginning of file error test.
8306
a0def019
AB
83072015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8308
8309 * gdb.base/list.exp (test_list_invalid_args): New function,
8310 defined, and called.
8311
5c000dff
AB
83122015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8313
8314 * gdb.base/list.exp (test_list): Make test names unique.
8315
f1637ebe
YQ
83162015-12-11 Yao Qi <yao.qi@linaro.org>
8317
8318 * gdb.base/coremaker2.c: Remove.
8319
36d6fc0a
PA
83202015-12-10 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.multi/base.exp: Remove stale "spaces" references.
8323
762f7747
PA
83242015-12-10 Pedro Alves <palves@redhat.com>
8325
8326 * gdb.multi/base.exp: Don't use nowarnings.
8327 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8328 * gdb.multi/hangout.c: Include stdio.h.
8329 * gdb.multi/hello.c: Include stdlib.h.
8330 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8331 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8332 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8333
28d2bfb9
AB
83342015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8335
8336 * gdb.dwarf2/dw2-ranges-base.c: New file.
8337 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8338 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8339 support additional line table, and debug ranges generation.
8340 (Dwarf::ranges): New function, generate .debug_ranges.
8341 (Dwarf::lines): Support generating simple line table programs.
8342 (Dwarf::assemble): Initialise new namespace variables.
8343
5fc2beac
KB
83442015-12-09 Kevin Buettner <kevinb@redhat.com>
8345
8346 * gdb.base/async.exp (proc test_background): Add case for
8347 asynchronous execution not supported.
8348
1c35a88f
LM
83492015-12-09 Luis Machado <lgustavo@codesourcery.com>
8350
8351 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8352 format and change test names to make them unique.
8353
b593e3d9
RK
83542015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8355 Pedro Alves <pedro@redhat.com>
8356
8357 PR gdb/18702
8358 Add checking of floatformats setup on x86_64 hosts.
8359 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8360 (smallval, bigval): New labels/constants.
8361 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8362 float" after loading bigval and smallval.
8363
d72413e6
PMR
83642015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8365
8366 * gdb.ada/fun_overload_menu.exp: New testcase.
8367 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8368
ece66d65
JS
83692015-12-04 Josh Stone <jistone@redhat.com>
8370
8371 * gdb.base/catch-fork-static.exp: New.
8372
41d0efca
YQ
83732015-12-03 Yao Qi <yao.qi@linaro.org>
8374
8375 * gdb.base/sizeof.c: Don't include stdio.h and
8376 ../lib/unbuffer_output.c.
8377 (main): New variable 'size' and 'value'. Remove printf and
8378 gdb_unbuffer_output. Assign return value to size and value.
8379 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8380 at the beginning.
8381 (check_sizeof): Check the result by printing variable 'size'.
8382 (check_valueof): Check the result by printing variable 'value'.
8383
99fd02d9
YQ
83842015-12-01 Yao Qi <yao.qi@linaro.org>
8385
8386 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8387 for aarch64*-*-linux* target.
8388
f2faf941
PA
83892015-11-30 Pedro Alves <palves@redhat.com>
8390
8391 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8392
04bf20c5
PA
83932015-11-30 Pedro Alves <palves@redhat.com>
8394
8395 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8396 Handle non-stop mode vCont replies.
8397
09df4675
PA
83982015-11-30 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8401 prepare_for_testing. Start gdb with "set non-stop on" appended to
8402 GDBFLAGS. Lax expected stop output.
8403
58b584af
YQ
84042015-11-27 Yao Qi <yao.qi@linaro.org>
8405
8406 * gdb.arch/arm-neon.exp: New.
8407 * gdb.arch/arm-neon.c: New.
8408
dfcb77a8
YQ
84092015-11-27 Yao Qi <yao.qi@linaro.org>
8410
8411 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8412
88e8ec1b
YQ
84132015-11-27 Yao Qi <yao.qi@linaro.org>
8414
8415 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8416 frames-invalid annotation.
8417
bfde72c2
YQ
84182015-11-27 Yao Qi <yao.qi@linaro.org>
8419
8420 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8421
f6512a69
SM
84222015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8423
8424 * gdb.threads/names.exp: New file.
8425 * gdb.threads/names.c: New file.
8426 * README: Mention gdb,no_thread_names.
8427
46a3515b
MM
84282015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8429
8430 PR 19297
8431 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8432 support" error.
8433
62147a22
PA
84342015-11-24 Pedro Alves <palves@redhat.com>
8435
8436 PR 17539
8437 * gdb.base/display.exp: Expect displays to be sorted in ascending
8438 order. Use multi_line.
8439 * gdb.base/solib-display.exp: Likewise.
8440
2f341b6e
PA
84412015-11-24 Pedro Alves <palves@redhat.com>
8442
8443 PR 17539
25d49b86
PA
8444 * gdb.base/display.exp: Expect displays to be sorted in ascending
8445 order. Use multi_line.
8446 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8447
7e0aa6aa
PA
84482015-11-24 Pedro Alves <palves@redhat.com>
8449
8450 PR 17539
8451 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8452 threads in ascending order.
8453 * gdb.base/foll-fork.exp: Likewise.
8454 * gdb.base/foll-vfork.exp: Likewise.
8455 * gdb.base/multi-forks.exp: Likewise.
8456 * gdb.mi/mi-nonstop.exp: Likewise.
8457 * gdb.mi/mi-nsintrall.exp: Likewise.
8458 * gdb.multi/base.exp: Likewise.
8459 * gdb.multi/multi-arch.exp: Likewise.
8460 * gdb.python/py-inferior.exp: Likewise.
8461 * gdb.threads/break-while-running.exp: Likewise.
8462 * gdb.threads/execl.exp: Likewise.
8463 * gdb.threads/gcore-thread.exp: Likewise.
8464 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8465 * gdb.threads/kill.exp: Likewise.
8466 * gdb.threads/linux-dp.exp: Likewise.
8467 * gdb.threads/multiple-step-overs.exp: Likewise.
8468 * gdb.threads/next-bp-other-thread.exp: Likewise.
8469 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8470 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8471 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8472 * gdb.threads/thread-find.exp: Likewise.
8473 * gdb.threads/tls.exp: Likewise.
8474 * lib/mi-support.exp (mi_reverse_list): Delete.
8475 (mi_check_thread_states): No longer reverse list.
8476
2cc57ad8
PA
84772015-11-24 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8480 use lowercase.
8481
c93e8391
SM
84822015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8483
8484 * gdb.trace/actions.c: Include trace-common.h.
8485 (main): Add a location for a fast tracepoint.
8486 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8487 the normal tracepoints.
8488 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8489
045ccf91
SM
84902015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8491
8492 * save-trace.exp: Factor out code to these...
8493 (gdb_save_tracepoints): New.
8494 (gdb_load_tracepoints): New.
8495 (do_save_load_test): New.
8496
5506f9f6
KB
84972015-11-23 Kevin Buettner <kevinb@redhat.com>
8498
8499 * gdb.base/asmlabel.exp: New test.
8500 * gdb.base/asmlabel.c: New test case.
8501
16c3b12f
JB
85022015-11-23 Joel Brobecker <brobecker@adacore.com>
8503
8504 * gdb.base/wrong_frame_bt_full-main.c: New file.
8505 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8506 * gdb.base/wrong_frame_bt_full.exp: New file.
8507
155bfbd3
JB
85082015-11-23 Joel Brobecker <brobecker@adacore.com>
8509
8510 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8511
bb097445
JM
85122015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8513
206853a0 8514 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8515 pstate register when comparing registers values in
8516 sparc64-*-linux-gnu targets to avoid spurious differences.
8517
9c88ed8f
JM
85182015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8519
206853a0 8520 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8521
96161e25
SL
85222015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8523
8524 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8525 as type argument to gdb_compile.
8526 * gdb.base/nested-subp2.exp: Likewise.
8527 * gdb.base/nested-subp3.exp: Likewise.
8528
340c2830
DV
85292015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8530
8531 * lib/dwarf.exp (_note): Fix left shift of negative value.
8532 * gdb.trace/trace-condition.exp: Likewise.
8533
c1862d0f
YQ
85342015-11-13 Yao Qi <yao.qi@linaro.org>
8535
8536 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8537 comments about d10v.
8538 (test_scalar_returns): Likewise.
8539 * gdb.base/d10v.ld: Remove.
8540 * gdb.base/overlays.exp: Remove the target triplet checking for
8541 d10v-*-*.
8542 * gdb.base/structs.exp (test_struct_returns): Remove the
8543 comments about d10v.
8544 (test_struct_calls): Likewise.
8545
77ae9c19
YQ
85462015-11-13 Yao Qi <yao.qi@linaro.org>
8547
8548 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8549 * gdb.base/gnu_vector.c: Don't include stdio.h.
8550 (main): Don't print res and call add_some_intvecs.
8551
430e004e
MK
85522015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8553
8554 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8555 macro.
8556 (func5): Removed.
8557 (func4): Use FAST_TRACEPOINT_LABEL.
8558 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8559 macro.
8560 (func): Removed.
8561 (thread_function): Use FAST_TRACEPOINT_LABEL.
8562 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8563 (func): Remove.
8564 (marker): Use FAST_TRACEPOINT_LABEL.
8565 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8566 (pendfunc1): Remove.
8567 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8568 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8569 (foo): Remove.
8570 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8571 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8572 macro.
8573 (func): Remove.
8574 (marker): Use FAST_TRACEPOINT_LABEL.
8575 * gdb.trace/trace-common.h: New header.
8576 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8577 macro.
8578 (func): Remove.
8579 (marker): Use FAST_TRACEPOINT_LABEL.
8580 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8581 (func): Remove.
8582 (thread_function): Use FAST_TRACEPOINT_LABEL.
8583
6e7675a7
MK
85842015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8585
8586 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8587 in front.
8588 * gdb.trace/change-loc.exp: Use global pcreg definition.
8589 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8590 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8591 in front.
8592 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8593 * gdb.trace/pending.exp: Likewise.
8594 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8595 * gdb.trace/trace-break.exp: Likewise.
8596 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8597 in front.
8598 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8599 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8600 in front.
8601 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8602
dddc0e16
JB
86032015-11-09 Joel Brobecker <brobecker@adacore.com>
8604
8605 * gdb.ada/fin_fun_out: New testcase.
8606
c6f0b406
KB
86072015-11-07 Kevin Buettner <kevinb@redhat.com>
8608
8609 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8610 value associated with DW_AT_byte_size.
8611 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8612 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8613 DW_AT_upper_bound.
8614
f01dcfd9
KB
86152015-11-07 Kevin Buettner <kevinb@redhat.com>
8616
8617 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8618 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8619 version.
8620 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8621 gdb.dwarf2/dw2-canonicalize-type.exp,
8622 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8623 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8624 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8625 provided by gdb_target_symbol_prefix_flags_asm.
8626 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8627 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8628 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8629 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8630 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8631 macros where needed). Use this macro for symbols which require
8632 the prefix provided by SYMBOL_PREFIX.
8633
2223449a
KB
86342015-11-05 Kevin Buettner <kevinb@redhat.com>
8635
8636 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8637 New procs.
8638 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8639 representing expressions, of more than one list element.
8640 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8641 to prepend linker symbol prefix to f.
8642 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8643 table_1 and table_2.
8644 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8645 Likewise, for f and g.
8646 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8647 for ptr.
8648 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8649 for main.
8650 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8651 table_1_ptr and table_2_ptr.
8652
6f2f1a3a
JK
86532015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8654 Joel Brobecker <brobecker@adacore.com>
8655
8656 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8657
566c56c9
MK
86582015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8659
8660 * gdb.reverse/s390-mvcle.c: New test.
8661 * gdb.reverse/s390-mvcle.exp: New file.
8662 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8663
d5f0636b
MK
86642015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8665
8666 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8667
7ad8b86c
MK
86682015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8669
8670 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8671 reaching marker2.
8672 * gdb.reverse/getresuid-reverse.exp: Likewise.
8673 * gdb.reverse/pipe-reverse.exp: Likewise.
8674 * gdb.reverse/readv-reverse.exp: Likewise.
8675 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8676 * gdb.reverse/time-reverse.exp: Likewise.
8677 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8678
4081c0f1
YQ
86792015-10-30 Yao Qi <yao.qi@linaro.org>
8680
8681 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8682 (empty_cycle): Remove.
8683 (main): Don't call empty_cycle. Don't use watch_count_done.
8684 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8685 empty_cycle. Rewrite the code counting HW watchpoints.
8686
452b4ba5
MK
86872015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8688
8689 * gdb.reverse/fstatat-reverse.c: New test.
8690 * gdb.reverse/fstatat-reverse.exp: New file.
8691 * gdb.reverse/getresuid-reverse.c: New test.
8692 * gdb.reverse/getresuid-reverse.exp: New file.
8693 * gdb.reverse/pipe-reverse.c: New test.
8694 * gdb.reverse/pipe-reverse.exp: New file.
8695 * gdb.reverse/readv-reverse.c: New test.
8696 * gdb.reverse/readv-reverse.exp: New file.
8697 * gdb.reverse/recvmsg-reverse.c: New test.
8698 * gdb.reverse/recvmsg-reverse.exp: New file.
8699 * gdb.reverse/time-reverse.c: New test.
8700 * gdb.reverse/time-reverse.exp: New file.
8701 * gdb.reverse/waitpid-reverse.c: New test.
8702 * gdb.reverse/waitpid-reverse.exp: New file.
8703
5e2e7507
JK
87042015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8705
8706 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8707
0fde2c53
DE
87082015-10-26 Doug Evans <dje@google.com>
8709
8710 PR symtab/17391
8711 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8712 * gdb.dwarf2/bad-regnum.c: New file.
8713 * gdb.dwarf2/bad-regnum.exp: New file.
8714
1a70ae97
DE
87152015-10-26 Doug Evans <dje@google.com>
8716
8717 PR python/18938
8718 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8719 file.
8720
27dc26ab
JK
87212015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8724 for a change by "Mention language in compile error message".
8725
bed91f4d
SM
87262015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8727
8728 PR python/18073
8729 * gdb.python/py-type.c (C::a_method): New.
8730 (C::a_const_method): New.
8731 (C::a_static_method): New.
8732 (a_function): New.
8733 * gdb.python/py-type.exp (test_fields): Test getting fields
8734 from function and method.
8735
3f2f83dd
KB
87362015-10-21 Keven Boell <keven.boell@intel.com>
8737
8738 * gdb.fortran/vla-alloc-assoc.exp: New file.
8739 * gdb.fortran/vla-datatypes.exp: New file.
8740 * gdb.fortran/vla-datatypes.f90: New file.
8741 * gdb.fortran/vla-history.exp: New file.
8742 * gdb.fortran/vla-ptype-sub.exp: New file.
8743 * gdb.fortran/vla-ptype.exp: New file.
8744 * gdb.fortran/vla-sizeof.exp: New file.
8745 * gdb.fortran/vla-sub.f90: New file.
8746 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8747 * gdb.fortran/vla-value-sub-finish.exp: New file.
8748 * gdb.fortran/vla-value-sub.exp: New file.
8749 * gdb.fortran/vla-value.exp: New file.
8750 * gdb.fortran/vla-ptr-info.exp: New file.
8751 * gdb.mi/mi-vla-fortran.exp: New file.
8752 * gdb.mi/vla.f90: New file.
8753
27145d50
SL
87542015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8755
8756 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8757 of hardwired timeout value.
8758
5f3ff4f8
JK
87592015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8760 Pedro Alves <palves@redhat.com>
8761
8762 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8763 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8764
bfd09d20
JS
87652015-10-19 Josh Stone <jistone@redhat.com>
8766
8767 * gdb.base/catch-syscall.c: Include <sched.h>.
8768 (unknown_syscall): New variable.
8769 (main): Trigger a vfork and an unknown syscall.
8770 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8771 (unknown_syscall_number): Likewise.
8772 (check_call_to_syscall): Accept an optional syscall pattern.
8773 (check_return_from_syscall): Likewise.
8774 (check_continue): Likewise.
8775 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8776 (test_catch_syscall_skipping_return): New test toggling off 'catch
8777 syscall' to step over the syscall return, then toggling back on.
8778 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8779 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8780 (do_syscall_tests): Call test_catch_syscall_without_args and
8781 test_catch_syscall_mid_vfork.
8782 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8783 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8784
b32b93c6
AS
87852015-10-19 Andrew Stubbs <ams@codesourcery.com>
8786
8787 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8788 print g_vE): Add new pass patterns.
8789 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8790 print various symbol names for vptr fields.
8791
9d622bda
AB
87922015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8793
8794 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8795 results.
8796
0fd8ac1c
YQ
87972015-10-12 Yao Qi <yao.qi@linaro.org>
8798
8799 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8800
34240514
YQ
88012015-10-12 Yao Qi <yao.qi@linaro.org>
8802
8803 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8804 is aarch64*-*-linux*.
8805
8240f442
YQ
88062015-10-12 Yao Qi <yao.qi@linaro.org>
8807
8808 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8809 (can_relocate_bcond_true): ... it.
8810 (can_relocate_bcond_false): New function.
8811 (foo): Likewise.
8812 (can_relocate_bl): Likewise.
8813 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8814 can_relocate_bl.
8815
2520f728
PMR
88162015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8817
8818 * gdb.base/nested-addr.c: New file.
8819 * gdb.base/nested-addr.exp: New testcase.
8820
abcef95a
MM
88212015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8822
8823 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8824 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8825 its output. Ignore the output of "record goto begin" and instead
8826 check that GDB is replaying.
8827
145e3ddb
PA
88282015-10-09 Pedro Alves <palves@redhat.com>
8829
8830 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8831 (top level): Use it in the run with no args test.
8832
d5d8c4e1
IB
88332015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8834
8835 * gdb.dlang/properties.exp: New file.
8836
06e635ef
SL
88372015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8838
8839 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8840 whether or not address 0x1000 is mapped on the target.
8841
e019fd1d
SM
88422015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8843
8844 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8845 build.
8846
77ba2a67
MM
88472015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8848
8849 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8850 instruction-history test.
8851
c60eb31f
DE
88522015-09-28 Doug Evans <dje@google.com>
8853
8854 * gdb.base/gcore.c (array_func): Add reference to static_array.
8855
9a3c8263
SM
88562015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8857
8858 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8859 source line.
8860
9720e656
SL
88612015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8862
8863 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8864 short or char as base type.
8865
938d3bf2
SL
88662015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8867
8868 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8869 to allow any size enum.
8870
e6c2c623
PMR
88712015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8872
8873 * gdb.ada/array_ptr_renaming.exp: New testcase.
8874 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8875 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8876
06da0f77
PL
88772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8878
8879 * gdb.trace/ftrace-lock.c: New file.
8880 * gdb.trace/ftrace-lock.exp: New file.
8881
4f51c22a
PL
88822015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8883
8884 * gdb.arch/insn-reloc.c: New file.
8885 * gdb.arch/ftrace-insn-reloc.exp: New file.
8886
7041adf4
PL
88872015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8888
8889 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8890 instruction.
8891 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8892 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8893 * gdb.trace/range-stepping.c: Likewise.
8894 * gdb.trace/trace-break.c: Likewise.
8895 * gdb.trace/trace-mt.c (thread_function): Likewise.
8896 * gdb.trace/ftrace.c (marker): Likewise.
8897 * gdb.trace/trace-condition.c (marker): Likewise.
8898 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8899 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8900 is_aarch64_target.
8901
015d2e7e
DE
89022015-09-18 Doug Evans <xdje42@gmail.com>
8903
8904 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8905 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8906
26b188a2
SL
89072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8908
8909 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8910 the breakpoint.
8911
79dc332b
SL
89122015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8913
8914 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8915 the pending breakpoint. Remove timeout override for "Run till
8916 MI pending breakpoint on pendfunc3 on thread 2" test.
8917
f57929f2
SL
89182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8919
8920 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8921 filename pattern.
8922
3f469b17
SL
89232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8924
8925 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8926 in breakpoint filename pattern.
8927
515b89b3
SL
89282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8929
7800dbe4
SL
8930 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8931
89322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8933
515b89b3
SL
8934 * gdb.linespec/explicit.exp: Check for readline support for
8935 tab-completion tests. Fix obvious typo.
8936
d2939ba2
MM
89372015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8938
8939 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8940 and replay.
8941
cbb55fa7
MM
89422015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8943
8944 * gdb.btrace/non-stop.c: New.
8945 * gdb.btrace/non-stop.exp: New.
8946
43691ca1
PL
89472015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8948 Yao Qi <yao.qi@linaro.org>
8949
8950 * gdb.trace/trace-condition.c: New file.
8951 * gdb.trace/trace-condition.exp: New file.
8952
d78908cf
WW
89532015-09-16 Wei-cheng Wang <cole945@gmail.com>
8954
8955 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8956 for testing bytecode compilation.
8957
1ed415e2
PA
89582015-09-16 Pedro Alves <palves@redhat.com>
8959 Sandra Loosemore <sandra@codesourcery.com>
8960
8961 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8962 (SECONDS): Redefine.
8963 (main): Call pthread_kill and alarm early.
8964 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8965 support.
8966 (test): If the target can't hardware step and doesn't support
8967 displaced stepping, increase the timeout.
8968
d136eff5
PA
89692015-09-16 Pedro Alves <palves@redhat.com>
8970
8971 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8972 (enable_debug): New procedures.
8973 (test): Use them. Bail out if waiting for threads fails.
8974 (top level): Bail out if a test fails.
8975
991f019c
YQ
89762015-09-16 Yao Qi <yao.qi@linaro.org>
8977
8978 * gdb.asm/asm-source.exp: Set asm-arch for
8979 aarch64*-*-* target.
8980 * gdb.asm/aarch64.inc: New file.
8981
bfca584f
PMR
89822015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8983
8984 * gdb.ada/array_of_variable_length.exp: New testcase.
8985 * gdb.ada/array_of_variable_length/foo.adb: New file.
8986 * gdb.ada/array_of_variable_length/pck.adb: New file.
8987 * gdb.ada/array_of_variable_length/pck.ads: New file.
8988
b326e587
DE
89892015-09-15 Doug Evans <dje@google.com>
8990
8991 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8992 of function static local variable.
8993
5382cfab
PW
89942015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8995
8996 * gdb.threads/tls-so_extern.exp: New test file.
8997 * gdb.threads/tls-so_extern.c: New test file.
8998 * gdb.threads/tls-so_extern_main.c: New test file.
8999
141c5cc4
JK
90002015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 * gdb.opt/solib-intra-step-lib.c: New file.
9003 * gdb.opt/solib-intra-step-main.c: New file.
9004 * gdb.opt/solib-intra-step.exp: New file.
9005
d15dcecd
PA
90062015-09-15 Pedro Alves <palves@redhat.com>
9007
9008 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9009 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9010
4c2f2a79
PA
90112015-09-14 Pedro Alves <palves@redhat.com>
9012
9013 * gdb.base/hook-stop-continue.c: Delete.
9014 * gdb.base/hook-stop-continue.exp: Delete.
9015 * gdb.base/hook-stop-frame.c: Delete.
9016 * gdb.base/hook-stop-frame.exp: Delete.
9017 * gdb.base/hook-stop.c: New file.
9018 * gdb.base/hook-stop.exp: New file.
9019
919e6dbe
PMR
90202015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9021
9022 * gdb.ada/access_to_packed_array.exp: New testcase.
9023 * gdb.ada/access_to_packed_array/foo.adb: New file.
9024 * gdb.ada/access_to_packed_array/pack.adb: New file.
9025 * gdb.ada/access_to_packed_array/pack.ads: New file.
9026
157280a4
MM
90272015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9028
9029 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9030 buffer size test.
9031
2fd33e94
DB
90322015-09-11 Don Breazeal <donb@codesourcery.com>
9033
9034 * gdb.base/foll-exec.c: Add copyright header. Fix
9035 formatting issues.
9036 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9037 (do_exec_tests): Use clean_restart in place of zap_session,
9038 and for test initialization. Fix formatting issues. Use
9039 fail in place of perror.
9040 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9041 an expect statement to match an expression with output from
9042 the program under debug.
9043 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9044 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9045 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9046 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9047 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9048
e70b6e8e
DE
90492015-09-09 Doug Evans <dje@google.com>
9050
9051 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9052
7a551a51
DE
90532015-09-09 Doug Evans <dje@google.com>
9054
9055 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9056
4c666f84
DE
90572015-09-09 Doug Evans <dje@google.com>
9058
9059 * gdb.base/savedregs.exp: Fix typo.
9060
243a9253
PA
90612015-09-09 Pedro Alves <palves@redhat.com>
9062
9063 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9064
c0fa8fbd
SL
90652015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9066
9067 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9068 command actually switches threads. Give up on remaining
9069 tests if target fails to stop at breakpoint.
9070
cd7c1778
PMR
90712015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9072
9073 * gdb.ada/funcall_char.exp: New testcase.
9074 * gdb.ada/funcall_char/foo.adb: New file.
9075
dc5c8746
PMR
90762015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9077
9078 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9079 expected outputs. Add two testcases for completing ambiguous
9080 functions.
9081 * gdb.ada/complete/aux_pck.adb: New file.
9082 * gdb.ada/complete/aux_pck.ads: New file.
9083 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9084 Ambiguous_Func functions.
9085 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9086 * gdb.ada/complete/pck.adb: Likewise.
9087
4e83a1e7
UW
90882015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9089
9090 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9091 failures to run the test program under GDB.
9092
8ce74153
LM
90932015-08-26 Luis Machado <lgustavo@codesourcery.com>
9094
9095 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9096 to C.
9097
e9756d52
PP
90982015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9099
9100 * gdb.base/run-after-attach.exp: New test file.
9101 * gdb.base/run-after-attach.c: New test file.
9102
8d37573b
DB
91032015-08-26 Don Breazeal <donb@codesourcery.com>
9104
9105 * gdb.base/foll-exec-2.c: New test program.
9106 * gdb.base/foll-exec-2.exp: New test.
9107
63e43d3a
PMR
91082015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9109
9110 * gdb.base/nested-subp1.exp: New file.
9111 * gdb.base/nested-subp1.c: New file.
9112 * gdb.base/nested-subp2.exp: New file.
9113 * gdb.base/nested-subp2.c: New file.
9114 * gdb.base/nested-subp3.exp: New file.
9115 * gdb.base/nested-subp3.c: New file.
9116
3d40fbb5
PA
91172015-08-24 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.server/connect-without-multi-process.c: New file.
9120 * gdb.server/connect-without-multi-process.exp: New file.
9121
4422ac93
LM
91222015-08-24 Luis Machado <lgustavo@codesourcery.com>
9123
9124 * gdb.opt/inline-markers.c: Make z int.
9125
91dddb86
LM
91262015-08-24 Luis Machado <lgustavo@codesourcery.com>
9127
9128 * gdb.opt/inline-markers.c: Make z volatile.
9129
a48847ee
LM
91302015-08-24 Luis Machado <lgustavo@codesourcery.com>
9131
9132 * gdb.opt/inline-bt.c: New volatile global z.
9133 * gdb.opt/inline-cmds.c: Likewise.
9134 * gdb.opt/inline-locals.c: Likewise.
9135 * gdb.opt/inline-markers.c: New extern global z.
9136 (marker): Use z.
9137 (inline_fn): Likewise.
9138
0ebbc52b
PA
91392015-08-24 Pedro Alves <palves@redhat.com>
9140
9141 * config/m32r-stub.exp: Remove file.
9142 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9143 * gdb.base/call-rt-st.exp: Likewise.
9144 * gdb.base/call-strs.exp: Likewise.
9145 * gdb.base/default.exp: Remove references to h8300-*-hms and
9146 *-*-udi*.
9147 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9148
77c365df
AA
91492015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9150
9151 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9152 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9153 and "return" use KFAIL when GDB can not read/write the vector
9154 return value.
9155
4313b8c0
GB
91562015-08-21 Gary Benson <gbenson@redhat.com>
9157
9158 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9159
0e433b32
PA
91602015-08-20 Pedro Alves <palves@redhat.com>
9161
9162 * gdb.server/solib-list.exp: No longer expect an interior stop in
9163 non-stop mode.
9164
221e1a37
PA
91652015-08-20 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.server/connect-stopped-target.c: New file.
9168 * gdb.server/connect-stopped-target.exp: New file.
9169
40e3ad0e
PA
91702015-08-20 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.dwarf2/comp-unit-lang.exp: New file.
9173 * gdb.dwarf2/comp-unit-lang.c: New file.
9174
af39b327
PMR
91752015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9176
9177 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9178 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9179
7d45c7c3 91802015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9181
7d45c7c3
KB
9182 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9183 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9184
4d6cceb4
DE
91852015-08-18 Doug Evans <dje@google.com>
9186 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9187
9188 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9189 skip_python_tests. New arg prompt_regexp.
9190 (skip_python_tests): New function.
9191 * lib/mi-support.exp (mi_skip_python_tests): New function.
9192 * gdb.python/py-mi-objfile-gdb.py: New file.
9193 * gdb.python/py-mi-objfile.c: New file.
9194 * gdb.python/py-mi-objfile.exp: New file.
9195
ad89c2aa
KS
91962015-08-17 Keith Seitz <keiths@redhat.com>
9197
9198 * gdb.linespec/explicit.exp: Move strace test from here ...
9199 * gdb.trace/strace.exp: ... to here.
9200
e3ae3c43
PP
92012015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9202
9203 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9204 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9205
604b2636
DE
92062015-08-14 Doug Evans <xdje42@gmail.com>
9207
9208 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9209 inferior before selecting a new file.
9210
6ff0ba5f
DE
92112015-08-14 Doug Evans <xdje42@gmail.com>
9212
9213 * gdb.mi/mi-disassemble.exp: Update.
9214 * gdb.base/disasm-optim.S: New file.
9215 * gdb.base/disasm-optim.c: New file.
9216 * gdb.base/disasm-optim.h: New file.
9217 * gdb.base/disasm-optim.exp: New file.
9218
9ca98f92
KS
92192015-08-14 Keith Seitz <keiths@redhat.com>
9220
9221 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9222 "evaluated-by".
9223
52bbc560
JB
92242015-08-13 Joel Brobecker <brobecker@adacore.com>
9225
9226 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9227
5d8c3ed3
PMR
92282015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9229
9230 * gdb.ada/fun_renaming.exp: New testcase.
9231 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9232 * gdb.ada/fun_renaming/pack.adb: New file.
9233 * gdb.ada/fun_renaming/pack.ads: New file.
9234
ea8812bc
KS
92352015-08-12 Keith Seitz <keiths@redhat.com>
9236
9237 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9238 gdb_get_line_number.
9239
4dafcdeb
JB
92402015-08-12 Joel Brobecker <brobecker@adacore.com>
9241
9242 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9243 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9244 gdb.base/dso2dso.exp: New files.
9245
5ba32597
SDJ
92462015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9247 Pedro Alves <palves@redhat.com>
9248 Keith Seitz <keiths@redhat.com>
9249
9250 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9251 GDBFLAGS.
9252
b6dafabf
PP
92532015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9254
9255 * gdb.base/gdbhistsize-history.exp
9256 (test_histsize_history_setting): Use save_vars.
9257 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9258 Use save_vars.
9259 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9260 * gdb.base/readline.exp: Use save_vars.
9261
abe8e607
PP
92622015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9263
9264 * lib/gdb.exp (save_vars): New proc.
9265
629500fa
KS
92662015-08-11 Keith Seitz <keiths@redhat.com>
9267
9268 * gdb.base/help.exp: Update help_breakpoint_text.
9269
eb8c4e2e
KS
92702015-08-11 Keith Seitz <keiths@redhat.com>
9271
9272 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9273 (at toplevel): Call test_explicit_breakpoints.
9274 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9275 breakpoints.
9276 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9277 breakpoint conditions, "-cond".
9278
87f0e720
KS
92792015-08-11 Keith Seitz <keiths@redhat.com>
9280
9281 * gdb.linespec/3explicit.c: New file.
9282 * gdb.linespec/cpexplicit.cc: New file.
9283 * gdb.linespec/cpexplicit.exp: New file.
9284 * gdb.linespec/explicit.c: New file.
9285 * gdb.linespec/explicit.exp: New file.
9286 * gdb.linespec/explicit2.c: New file.
9287 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9288 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9289 before using in the matching pattern.
9290 Clarify that `prefix' is a regular expression.
9291
f00aae0f
KS
92922015-08-11 Keith Seitz <keiths@redhat.com>
9293
9294 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9295 test.
9296 Add tests for missing ",FMT" and ",".
9297
e27852be
DE
92982015-08-10 Doug Evans <dje@google.com>
9299 Keith Seitz <keiths@redhat.com>
9300
9301 PR gdb/17960
9302 * gdb.base/completion.exp: Add location completer tests.
9303
7f03bd92
PA
93042015-08-07 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9307 tests here.
9308 (top level): Run do_test with and without displaced stepping.
9309
3fc8eb30
PA
93102015-08-07 Pedro Alves <palves@redhat.com>
9311
9312 * gdb.base/valgrind-disp-step.c: New file.
9313 * gdb.base/valgrind-disp-step.exp: New file.
9314
d4569d7b
PA
93152015-08-07 Pedro Alves <palves@redhat.com>
9316
9317 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9318 Delete function.
9319 (main): Add alarm. Run an infinite loop instead of calling
9320 wait_threads.
9321 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9322 comment.
9323 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9324 Delete function.
9325 (main): Add alarm. Run an infinite loop instead of calling
9326 wait_threads.
9327 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9328 comment.
9329
e1316e60
PA
93302015-08-07 Pedro Alves <palves@redhat.com>
9331
9332 * gdb.base/checkpoint-ns.exp: New file.
9333 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9334 standard_testfile.
9335
da8c46d2
MM
93362015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9337
9338 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9339 * gdb.btrace/instruction_history.exp: Update.
9340 * gdb.btrace/tsx.exp: New.
9341 * gdb.btrace/tsx.c: New.
9342
de1c2c52
PA
93432015-08-06 Pedro Alves <palves@redhat.com>
9344
9345 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9346 increase timeout.
9347 * gdb.reverse/until-precsave.exp: Bump timeouts.
9348
782e0bf4
PA
93492015-08-06 Pedro Alves <palves@redhat.com>
9350
9351 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9352
83e97ed0
PA
93532015-08-06 Pedro Alves <palves@redhat.com>
9354
9355 PR gdb/18749
9356 * gdb.threads/process-dies-while-handling-bp.c: New file.
9357 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9358
863d01bd
PA
93592015-08-06 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9362 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9363
0a39bb32
PA
93642015-08-05 Pedro Alves <palves@redhat.com>
9365
9366 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9367 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9368
ee2d2b10
SL
93692015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9370
9371 * gdb.base/bp-permanent.exp: Report test as unsupported if
9372 the target cannot stop at the permanent breakpoint.
9373
4e1bdb00
DE
93742015-08-03 Doug Evans <dje@google.com>
9375
9376 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9377 10000.
9378
3d338901
DE
93792015-08-03 Doug Evans <dje@google.com>
9380
9381 * Makefile.in (workers/%.worker, build-perf): New rule.
9382 (GDB_PERFTEST_MODE): New variable.
9383 (check-perf): Use it.
9384 (clean): Clean up gdb.perf parallel build subdirs.
9385 * lib/build-piece.exp: New file.
9386 * lib/gdb.exp (make_gdb_parallel_path): New function
9387 (standard_output_file, standard_temp_file): Call it.
9388 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9389 of $GDB_PARALLEL.
9390 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9391
af061d3e
DE
93922015-08-03 Doug Evans <dje@google.com>
9393
8e1afc81 9394 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9395 (LOG_FILE_NAME): New global.
9396 (TextReporter.__init__): Initialize self.txt_sum.
9397 (TextReporter.report): Add support for multiple data-points.
9398 Move report to perftest.sum, put raw data in perftest.log.
9399 (TextReporter.start): Open sum and log files.
9400 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9401 * gdb.perf/lib/perftest/testresult.py
9402 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9403
2c8c5d37
PA
94042015-07-31 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9407 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9408 kill_wait_spawned_process instead of explicit "kill -9".
9409 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9410 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9411 kill_wait_spawned_process.
9412 * gdb.base/attach-twice.exp: Likewise.
9413 * gdb.base/attach.exp: Likewise.
9414 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9415 gdb_test_multiple.
9416 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9417 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9418 kill_wait_spawned_process.
9419 * gdb.base/valgrind-infcall.exp: Likewise.
9420 * gdb.multi/multi-attach.exp: Likewise.
9421 * gdb.python/py-prompt.exp: Likewise.
9422 * gdb.python/py-sync-interp.exp: Likewise.
9423 * gdb.server/ext-attach.exp: Likewise.
9424 * gdb.threads/attach-into-signal.exp (corefunc): Use
9425 spawn_wait_for_attach, spawn_id_get_pid and
9426 kill_wait_spawned_process.
9427 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9428 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9429 spawn_id_get_pid and kill_wait_spawned_process.
9430 * gdb.threads/attach-stopped.exp (corefunc): Use
9431 spawn_wait_for_attach, spawn_id_get_pid and
9432 kill_wait_spawned_process.
9433 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9434 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9435 kill_wait_spawned_process instead of explicit "kill -9".
9436 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9437 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9438 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9439 processes. Don't map cygwin/windows pids here. Now returns a
9440 spawn id list.
9441
032a0fca
SL
94422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9443
9444 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9445 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9446 correct patch.
9447
61a934ca
SL
94482015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9449
9450 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9451
4bc4d428
SL
94522015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9453
9454 Reapply:
9455 2014-05-21 Mark Wielaard <mjw@redhat.com>
9456
9457 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9458
998d452a
PA
94592015-07-30 Pedro Alves <palves@redhat.com>
9460
9461 * linux-low.c (handle_extended_wait): Set the child's last
9462 reported status to TARGET_WAITKIND_STOPPED.
9463
69dde7dc
PA
94642015-07-30 Pedro Alves <palves@redhat.com>
9465
9466 PR threads/18600
9467 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9468 only shows inferior 1.
9469
4dd63d48
PA
94702015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9471 Pedro Alves <palves@redhat.com>
9472
9473 PR threads/18600
9474 * gdb.threads/fork-plus-threads.c: New file.
9475 * gdb.threads/fork-plus-threads.exp: New file.
9476
d618e4c5
PP
94772015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9478
9479 * gdb.base/batch-preserve-term-settings.exp
9480 (test_terminal_settings_preserved_after_cli_exit): Use
9481 send_quit_command.
9482
1eef6428
PA
94832015-07-29 Pedro Alves <palves@redhat.com>
9484 Don Breazeal <donb@codesourcery.com>
9485
9486 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9487 output from both inferior_spawn_id and gdb_spawn_id.
9488
7da5b897
SDJ
94892015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9490
9491 * gdb.threads/attach-into-signal.exp (corefunc): Use
9492 with_test_prefix on nested loops, uniquefying the test messages.
9493
dac804df
SDJ
94942015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9495
9496 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9497 commit.
9498
06265e53
PP
94992015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9500
9501 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9502 New proc.
9503 (test_terminal_settings_preserved_after_sigterm): New test.
9504
18206ca3
PP
95052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9506
9507 * gdb.base/batch-preserve-term-settings.exp
9508 (test_terminal_settings_preserved_after_cli_exit): New test.
9509
90074d11
PP
95102015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9511
9512 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9513 manipulation of saved_gdbflags.
9514 (test_terminal_settings_preserved): Remove global declaration of
9515 the unused variable pagination_prompt. Remove manipulation of
9516 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9517 GDBFLAGS.
9518
eb1a7902
PA
95192015-07-29 Pedro Alves <palves@redhat.com>
9520
9521 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9522
8b75dd3b
PA
95232015-07-29 Pedro Alves <palves@redhat.com>
9524
9525 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9526 at the top.
9527
dedad4e3
PA
95282015-07-29 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9531 (main): Call gdb_unbuffer_output.
9532 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9533 (main): Call gdb_unbuffer_output.
9534 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9535 (main): Call gdb_unbuffer_output.
9536 * gdb.base/call-strs.exp: Adjust to step over the
9537 gdb_unbuffer_output call.
9538 * gdb.base/catch-gdb-caused-signals.c: Include
9539 "../lib/unbuffer_output.c".
9540 (main): Call gdb_unbuffer_output.
9541 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9542 (main): Call gdb_unbuffer_output.
9543 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9544 (main): Call gdb_unbuffer_output.
9545 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9546 (main): Call gdb_unbuffer_output.
9547 * gdb.base/shlib-call.exp: Adjust to step over the
9548 gdb_unbuffer_output call.
9549 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9550 (main): Call gdb_unbuffer_output.
9551 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9552 (main): Call gdb_unbuffer_output.
9553 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9554 (main): Rename to ...
9555 (test): ... this.
9556 (main): Reimplement.
9557 * gdb.base/varargs.exp: Run to test instead of to main.
9558 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9559 (main): Call gdb_unbuffer_output.
9560
58789a91
PA
95612015-07-29 Pedro Alves <palves@redhat.com>
9562
9563 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9564 factore out from mi_continue_dprintf. For call-style dprintfs,
9565 expect dprintf output out of $inferior_spawn_id.
9566 (mi_continue_dprintf): Use mi_expect_dprintf.
9567 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9568 (main): Call gdb_unbuffer_output.
9569
e8376742
PA
95702015-07-29 Pedro Alves <palves@redhat.com>
9571
9572 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9573 (default_mi_gdb_start): Set inferior_spawn_id instead of
9574 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9575 gdb_spawn_id.
9576 (mi_gdb_test): Always expect inferior output from both
9577 $inferior_spawn_id and $gdb_spawn_id.
9578
08280010
PA
95792015-07-29 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9582 send_inferior and $inferior_spawn_id.
9583
4d30e432
PA
95842015-07-29 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.gdb/complaints.exp (test_initial_complaints)
9587 (test_serial_complaints, test_short_complaints): Use
9588 gdb_test_stdio.
9589 (test_empty_complaint): Handle $inferior_spawn_id !=
9590 $gdb_spawn_id.
9591
0d30a335
PA
95922015-07-29 Pedro Alves <palves@redhat.com>
9593
9594 * gdb.base/varargs.exp: Use gdb_test_stdio.
9595
39413b29
PA
95962015-07-29 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9599
7cb000a9
PA
96002015-07-29 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9603
d7b8ac82
PA
96042015-07-29 Pedro Alves <palves@redhat.com>
9605
9606 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9607 parameter into two new parameters, "inf_result" and "gdb_result".
9608 Expect inferior output and gdb output from $inferior_spawn_id and
9609 $gdb_spawn_id, respectively. Adjust all callers.
9610
789c3a0c
PA
96112015-07-29 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9614 of gdb_test_sequence.
9615
77e760c3
PA
96162015-07-29 Pedro Alves <palves@redhat.com>
9617
9618 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9619 (saw_spurious_output): Expect inferior output from
9620 $inferior_spawn_id. Use gdb_test_stdio.
9621
8396d2cd
PA
96222015-07-29 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.base/dprintf.exp: Use standard_testfile. Change
9625 prepare_for_testing call.
9626 (srcfile): Don't set.
9627 (restart): New procedure.
9628 (test_dprintf): New procecure, use to continue over dprintfs.
9629 (test_call, test_agent): New procedures, tests moved here.
9630 Restart gdb and recreate dprintfs. Adjust expected output.
9631
2051d61f
PA
96322015-07-29 Pedro Alves <palves@redhat.com>
9633
9634 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9635
452397af
PA
96362015-07-29 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9639
8aed9555
PA
96402015-07-29 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9643 gdb_test_stdio.
9644
188a61b4
PA
96452015-07-29 Pedro Alves <palves@redhat.com>
9646
9647 * lib/gdb.exp (gdb_test_stdio): New procedure.
9648
12264a45
PA
96492015-07-29 Pedro Alves <palves@redhat.com>
9650
9651 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9652
23ffc893
PA
96532015-07-29 Pedro Alves <palves@redhat.com>
9654
9655 * gdb.base/call-signal-resume.exp: Remove check for
9656 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9657 * gdb.base/unwindonsignal.exp: Likewise.
9658 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9659 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9660
65566918
PA
96612015-07-29 Pedro Alves <palves@redhat.com>
9662
9663 * gdb.base/siginfo-addr.c (pass): New function.
9664 (handler): Call it iff si_addr is correct.
9665 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9666 Set a breakpoint at "pass" and continue to it.
9667
d60a9221
SDJ
96682015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9669
9670 * gdb.python/py-objfile.exp: Make some tests have unique names.
9671 * gdb.python/py-pp-registration.exp: Likewise.
9672
bde40b8f
PA
96732015-07-28 Pedro Alves <palves@redhat.com>
9674
9675 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9676
13e1dec8
SM
96772015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9678
9679 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9680
da33c9a7
SM
96812015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9682
9683 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9684
077836f7
PP
96852015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9686
9687 * gdb.base/gdb-sigterm-2.exp: New test.
9688
b8cc7b2e
DE
96892015-07-25 Doug Evans <xdje42@gmail.com>
9690
9691 Revert:
9692 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9693 (workers/%.worker, build-perf): New rule.
9694 (GDB_PERFTEST_MODE): New variable.
9695 (check-perf): Use it.
9696 (clean): Clean up gdb.perf parallel build subdirs.
9697 * lib/build-piece.exp: New file.
9698 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9699 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9700 name.
9701 (standard_temp_file): Ditto.
9702 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9703 of $GDB_PARALLEL.
9704
c8bd4544
DE
97052015-07-24 Doug Evans <dje@google.com>
9706
9707 * gdb.perf/lib/perftest/utils.py: New file.
9708 * gdb.perf/gm-hello.cc: New file.
9709 * gdb.perf/gm-pervasive-typedef.cc: New file.
9710 * gdb.perf/gm-pervasive-typedef.h: New file.
9711 * gdb.perf/gm-std.cc: New file.
9712 * gdb.perf/gm-std.h: New file.
9713 * gdb.perf/gm-use-cerr.cc: New file.
9714 * gdb.perf/gm-utils.h: New file.
9715 * gdb.perf/gmonster-null-lookup.py: New file.
9716 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9717 * gdb.perf/gmonster-print-cerr.py: New file.
9718 * gdb.perf/gmonster-ptype-string.py: New file.
9719 * gdb.perf/gmonster-runto-main.py: New file.
9720 * gdb.perf/gmonster-select-file.py: New file.
9721 * gdb.perf/gmonster1-null-lookup.exp: New file.
9722 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9723 * gdb.perf/gmonster1-print-cerr.exp: New file.
9724 * gdb.perf/gmonster1-ptype-string.exp: New file.
9725 * gdb.perf/gmonster1-runto-main.exp: New file.
9726 * gdb.perf/gmonster1-select-file.exp: New file.
9727 * gdb.perf/gmonster1.cc: New file.
9728 * gdb.perf/gmonster1.exp: New file.
9729 * gdb.perf/gmonster2-null-lookup.exp: New file.
9730 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9731 * gdb.perf/gmonster2-print-cerr.exp: New file.
9732 * gdb.perf/gmonster2-ptype-string.exp: New file.
9733 * gdb.perf/gmonster2-runto-main.exp: New file.
9734 * gdb.perf/gmonster2-select-file.exp: New file.
9735 * gdb.perf/gmonster2.cc: New file.
9736 * gdb.perf/gmonster2.exp: New file.
9737
6eab34f3
DE
97382015-07-24 Doug Evans <dje@google.com>
9739
9740 * gdb.perf/README: New file.
9741 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9742 * lib/gen-perf-test.exp: New file.
9743
63738bfd
DE
97442015-07-24 Doug Evans <dje@google.com>
9745
9746 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9747 (PerfTest::startup): New function.
9748 (PerfTest::run): Return result of calling body.
9749 (PerfTest::assemble): Rewrite.
9750 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9751 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9752 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9753 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9754 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9755
7b606f95
DE
97562015-07-24 Doug Evans <dje@google.com>
9757
9758 * lib/gdb.exp (clean_restart): Make executable optional.
9759
a97b16b8
DE
97602015-07-24 Doug Evans <dje@google.com>
9761
9762 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9763 compiler_info references.
9764 * gdb.cp/temargs.exp: Ditto.
9765 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9766 (get_compiler_info): Early exit if already computed. Set compiler_info
9767 to "unknown" if there was a problem.
9768 (test_compiler_info): Add function comment. Call get_compiler_info.
9769
35baa57f
DE
97702015-07-24 Doug Evans <dje@google.com>
9771
9772 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9773 (workers/%.worker, build-perf): New rule.
9774 (GDB_PERFTEST_MODE): New variable.
9775 (check-perf): Use it.
9776 (clean): Clean up gdb.perf parallel build subdirs.
9777 * lib/build-piece.exp: New file.
9778 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9779 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9780 name.
9781 (standard_temp_file): Ditto.
9782 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9783 of $GDB_PARALLEL.
9784
6ebea266
DE
97852015-07-24 Doug Evans <dje@google.com>
9786
9787 * lib/future.exp (gdb_default_target_compile): New option
9788 "early_flags".
9789 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9790 --as-needed.
9791
1e76a7e9
SDJ
97922015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9793
9794 * gdb.base/catch-syscall.exp: Call gdb_exit before
9795 gdb_skip_xml_test.
9796
5068630a
PA
97972015-07-24 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.python/py-events.exp: Accept output between the stop event
9800 and the prompt.
9801 * gdb.python/py-evsignal.exp: Likewise.
9802 * gdb.python/py-evthreads.exp: Likewise.
9803
77598427
PA
98042015-07-24 Pedro Alves <palves@redhat.com>
9805
9806 PR gdb/18717
9807 * gdb.threads/non-ldr-exit.c: New file.
9808 * gdb.threads/non-ldr-exit.exp: New file.
9809
11e6c98f
YQ
98102015-07-24 Yao Qi <yao.qi@linaro.org>
9811
9812 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9813 restarting process.
9814
51aee833
YQ
98152015-07-24 Yao Qi <yao.qi@linaro.org>
9816
9817 * gdb.server/ext-restart.exp: New file.
9818
8cfe207c
YQ
98192015-07-24 Yao Qi <yao.qi@linaro.org>
9820
9821 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9822 argument options.
9823 * gdb.server/ext-wrapper.exp: New file.
9824
cc12ce38
DE
98252015-07-23 Doug Evans <dje@google.com>
9826
9827 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9828 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9829
d0d84780
PMR
98302015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9831
9832 * gdb.ada/var_arr_typedef.exp: New testcase.
9833 * gdb.ada/var_arr_typedef/pack.adb: New file.
9834 * gdb.ada/var_arr_typedef/pack.ads: New file.
9835 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9836
8b558f79
JB
98372015-07-20 Joel Brobecker <brobecker@adacore.com>
9838
9839 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9840
775a3298
JK
98412015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9842
9843 * gdb.arch/i386-biarch-core.exp: Replace istarget
9844 by "complete set gnutarget". Remove expectation for the "core-file"
9845 command.
9846
db1ff28b
JK
98472015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9848
9849 Revert the previous commit:
9850 Tests for validate symbol file using build-id.
9851
0a94970d
JK
98522015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9853
9854 Tests for validate symbol file using build-id.
9855 * gdb.base/solib-mismatch-lib.c: New file.
9856 * gdb.base/solib-mismatch-libmod.c: New file.
9857 * gdb.base/solib-mismatch.c: New file.
9858 * gdb.base/solib-mismatch.exp: New file.
9859
03346981
SL
98602015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9861
9862 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9863 nios2-*-linux*.
9864 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9865 * gdb.base/siginfo.exp: Likewise.
9866 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9867
42422cc7
PL
98682015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9869
9870 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9871 Move it to ...
9872 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9873 ... here.
9874 * gdb.trace/range-stepping.exp: Check that the target supports
9875 range stepping.
9876
cfa68bae
JK
98772015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9878
9879 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9880
8ffdba26
PA
98812015-07-14 Pedro Alves <palves@redhat.com>
9882
9883 * gdb.base/killed-outside.exp: New file.
9884 * gdb.base/killed-outside.c: New file.
9885
218a5a11
JK
98862015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9887
9888 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9889 (n at main): New.
9890 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9891
e03ed3c6
AA
98922015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9893
9894 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9895 infcall tests instead of setting up for KFAIL.
9896
485668e5
MM
98972015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9898
9899 * gdb.btrace/record_goto-step.exp: New.
9900
08464196
JK
99012015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9902
9903 PR compile/18484
9904 * gdb.compile/compile.c (struct struct_type): Add volatile to
9905 selffield's type.
9906 * gdb.compile/compile.exp
9907 (compile code struct_object.selffield = &struct_object): Skip further
9908 struct_object tests if this one xfails.
9909
bcf5c1d9
RC
99102015-07-08 Robert O'Callahan <robert@ocallahan.org>
9911
9912 PR exp/18617
9913 * gdb.trace/ax.exp: Add test.
9914
4931af25
YQ
99152015-07-07 Yao Qi <yao.qi@linaro.org>
9916
9917 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9918 instead of istarget "aarch64*-*-*".
9919 * gdb.arch/aarch64-fp.exp: Likewise.
9920 * gdb.base/float.exp: Likewise.
9921 * gdb.reverse/aarch64.exp: Likewise.
9922 * lib/gdb.exp (is_aarch64_target): New proc.
9923
9fcf688e
YQ
99242015-07-07 Yao Qi <yao.qi@linaro.org>
9925
9926 * lib/gdb.exp (is_aarch32_target): New proc.
9927 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9928 instead of "istarget "arm*-*-*"".
9929 * gdb.arch/arm-disp-step.exp: Likewise.
9930 * gdb.arch/thumb-bx-pc.exp: Likewise.
9931 * gdb.arch/thumb-prologue.exp: Likewise.
9932 * gdb.arch/thumb-singlestep.exp: Likewise.
9933 * gdb.base/disp-step-syscall.exp: Likewise.
9934 * gdb.base/float.exp: Likewise.
9935
fbd8d50d
YQ
99362015-07-07 Yao Qi <yao.qi@linaro.org>
9937
9938 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9939 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9940
71be1fdc
YQ
99412015-07-07 Yao Qi <yao.qi@linaro.org>
9942
9943 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9944 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9945 if it exists.
9946 * gdb.multi/multi-arch.exp: Likewise.
9947
3e221d36
SM
99482015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9949
9950 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9951 print.
9952
d441430b
YQ
99532015-07-07 Yao Qi <yao.qi@linaro.org>
9954
9955 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9956
06f810bd
MG
99572015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9958
9959 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9960 '[' and ']' characters.
9961
5e61e7c0
IB
99622015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9963
9964 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9965
28bf096c
PA
99662015-06-29 Pedro Alves <palves@redhat.com>
9967
9968 PR threads/18127
9969 * gdb.threads/hand-call-new-thread.c: New file.
9970 * gdb.threads/hand-call-new-thread.c: New file.
9971
ee93cd5e
KS
99722015-06-26 Keith Seitz <keiths@redhat.com>
9973 Doug Evans <dje@google.com>
9974
9975 PR 16253
9976 * gdb.cp/var-tag-2.cc: New file.
9977 * gdb.cp/var-tag-3.cc: New file.
9978 * gdb.cp/var-tag-4.cc: New file.
9979 * gdb.cp/var-tag.cc: New file.
9980 * gdb.cp/var-tag.exp: New file.
9981
fc637f04
PP
99822015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9983
9984 * gdb.base/history-duplicates.exp: New test.
9985
2e52ae68
PP
99862015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9987
9988 * gdb.base/completion.exp: Test the completion of the "focus"
9989 command.
9990
6e22494e
JK
99912015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9992
9993 * gdb.arch/amd64-prologue-skip.S: New file.
9994 * gdb.arch/amd64-prologue-skip.exp: New file.
9995
bf7b9cd9
SM
99962015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9997
9998 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9999 is_address_zero_readable check.
10000
201e8dfd
PB
100012015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10002
10003 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10004 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10005
5cd867b4
YQ
100062015-06-24 Yao Qi <yao.qi@linaro.org>
10007
10008 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10009 linux targets.
10010
4d7be007
YQ
100112015-06-24 Yao Qi <yao.qi@linaro.org>
10012
10013 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10014 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10015 * gdb.base/siginfo-thread.exp: Likewise.
10016
07fcd301
YQ
100172015-06-22 Yao Qi <yao.qi@linaro.org>
10018
10019 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10020
52042a00
YQ
100212015-06-22 Yao Qi <yao.qi@linaro.org>
10022
10023 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10024 aarch64*-*-*.
10025 (skip_hw_watchpoint_tests): Likewise.
10026
74bd41ce
PP
100272015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10028
10029 * gdb.base/gdbinit-history.exp: Test the interaction between
10030 setting GDBHISTSIZE and setting the history size via .gdbinit.
10031
bc460514
PP
100322015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10033
10034 PR gdb/16999
10035 * gdb.base/gdbhistsize-history.exp: New test.
10036
b58c513b
PP
100372015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10038
10039 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10040 with GDBHISTSIZE.
10041 * gdb.base/readline.exp: Likewise.
10042
92046791
YQ
100432015-06-17 Yao Qi <yao.qi@linaro.org>
10044
10045 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10046 line.
10047
2093d2d3
PP
100482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10049
10050 * gdb.base/gdbinit-history.exp: Add test case to check that
10051 an unlimited history file does not get truncated on exit.
10052
e6c693af
AA
100532015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10054
10055 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10056 (VECTOR): New macro. Use it...
10057 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10058 ...for these typedefs.
10059 (int8, char1, int1, double1): New typedefs.
10060 (struct just_int2, struct two_int2): New structures.
10061 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10062 (add_structvecs, add_singlevecs): New functions.
10063 (main): Call add_some_intvecs twice.
10064 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10065 the compile and exit upon failure. Try compiling for the "native"
10066 architecture. Test inferior function calls with vector arguments
10067 and vector return value handling with "finish" and "return".
10068
c74f7d1c
JT
100692015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10070
10071 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10072 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10073 PE file.
10074 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10075
98aa42ee
AT
100762015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10077
10078 PR breakpoints/16465
10079 * gdb.mi/mi-dprintf-pending.c: New file.
10080 * gdb.mi/mi-dprintf-pending.exp: New test.
10081 * gdb.mi/mi-dprintf-pendshr.c: New file.
10082
7d73c23c 100832015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10084 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10085
10086 * gdb.arch/i386-mpx-map.c: New file.
10087 * gdb.arch/i386-mpx-map.exp: New File.
10088
100892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10090
10091 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10092 * gdb.arch/i386-mpx.exp: Indentation fixed.
10093
100942015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10095
10096 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10097 function and improved indentation.
10098 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10099 gdb_test_multiple. Added additional tests to skip the test.
10100
101012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10102
10103 * gdb.arch/i386-avx512.c: Change path in include file.
10104 * gdb.arch/i386-avx512.exp: Change include dir path
10105 compilation flag.
10106 * gdb.arch/i386-mpx.c: Change path in include file.
10107 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10108 flag.
10109
d5eba19a
JK
101102015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10111
10112 * gdb.compile/compile-print.exp (compile print *vararray@3)
10113 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10114
7f361056
JK
101152015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10116
10117 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10118 (do not keep jit in memory): ... this.
10119 (expect 5): Change it to ...
10120 (expect no 5): ... this.
10121
3b462ec2
SM
101222015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10123
10124 PR gdb/15564
10125 * gdb.mi/mi-detach.exp: New file.
10126
e0619de6
JK
101272015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10128
10129 PR symtab/18392
10130 * gdb.arch/amd64-tailcall-self.S: New file.
10131 * gdb.arch/amd64-tailcall-self.c: New file.
10132 * gdb.arch/amd64-tailcall-self.exp: New file.
10133
e970cb34
DB
101342015-05-28 Don Breazeal <donb@codesourcery.com>
10135
10136 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10137 tests for remote targets by checking is_target_gdbserver.
10138
b2e2f908
DE
101392015-05-27 Doug Evans <dje@google.com>
10140
10141 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10142 * gdb.dwarf2/opaque-type-lookup.c: New file.
10143 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10144
82c7be31
DE
101452015-05-26 Doug Evans <dje@google.com>
10146
10147 * gdb.cp/iostream.cc: New file.
10148 * gdb.cp/iostream.exp: New file.
10149
b4f54984
DE
101502015-05-26 Doug Evans <dje@google.com>
10151
10152 * gdb.dwarf2/dw2-op-call.exp: Update.
10153 * gdb.dwarf2/dw4-sig-types.exp: Update.
10154 * gdb.dwarf2/implptr.exp: Update.
10155 * gdb.mi/mi-cmd-param-changed.exp: Update.
10156
4ea6efe9
DE
101572015-05-26 Doug Evans <dje@google.com>
10158
10159 * gdb.python/py-lazy-string.c: New file.
10160 * gdb.python/py-lazy-string.exp: New file.
10161 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10162 (main): Update. Add estring3.
10163 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10164 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10165
f6bb7db3
YQ
101662015-05-26 Omair Javaid <omair.javaid@linaro.org>
10167 Yao Qi <yao.qi@linaro.org>
10168
10169 * gdb.reverse/aarch64.c: New.
10170 * gdb.reverse/aarch64.exp: New.
10171
a81bfbd0
OJ
101722015-05-26 Omair Javaid <omair.javaid@linaro.org>
10173
25d49b86
PA
10174 * lib/gdb.exp (supports_process_record): Return true for
10175 aarch64*-linux*.
a81bfbd0
OJ
10176 (supports_reverse): Likewise.
10177
158bf1b4
PP
101782015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10179
10180 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10181 Use with_test_prefix.
10182
a0145030
AB
101832015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10184
10185 * gdb.base/completion.exp: Add test for completion of layout
10186 names.
10187
ebe3b578
AB
101882015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10189
10190 * lib/gdb.exp (skip_tui_tests): New proc.
10191 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10192
84204ed7
PA
101932015-05-19 Pedro Alves <palves@redhat.com>
10194
10195 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10196 Save the whole env array instead of just HOME. Unset HISTSIZE in
10197 the environment while testing. Restore whole environment
10198 afterwards.
10199
37442ce1
DE
102002015-05-16 Doug Evans <xdje42@gmail.com>
10201
10202 * gdb.guile/scm-ports.c: New file.
10203 * gdb.guile/scm-ports.exp: Add memory port tests.
10204
36de76f9
JK
102052015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10206
10207 * gdb.compile/compile-print.c: New file.
10208 * gdb.compile/compile-print.exp: New file.
10209
3a9558c4
JK
102102015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10211
10212 * gdb.compile/compile-ops.exp: Cast param to void.
10213 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10214 (compile code struct_object.selffield = &struct_object): Add xfail.
10215
aa715135
JG
102162015-05-15 Joel Brobecker <brobecker@adacore.com>
10217
10218 * gdb.ada/arr_enum_with_gap: New testcase.
10219
931e5bc3
JG
102202015-05-15 Joel Brobecker <brobecker@adacore.com>
10221
10222 * gdb.ada/byte_packed_arr: New testcase.
10223
9cd4d857
JB
102242015-05-15 Joel Brobecker <brobecker@adacore.com>
10225
10226 * gdb.ada/pckd_neg: New testcase.
10227
ebfd00d2
PP
102282015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10229
10230 PR gdb/17820
10231 * gdb.base/gdbinit-history.exp: New test.
10232 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10233 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10234
4c082a81
SC
102352015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10236
10237 * gdb.python/py-xmethods.cc: Enhance test case.
10238 * gdb.python/py-xmethods.exp: New tests.
10239 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10240 function.
10241 (B_indexoper): Likewise.
10242 (global_dm_list) : Add new xmethod worker functions.
10243
f7797074
SDJ
102442015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10245
10246 * gdb.base/coredump-filter.exp: Correctly unset
10247 "coredump_var_addr" array.
10248
a4674e4e
PA
102492015-05-08 Pedro Alves <palves@redhat.com>
10250
10251 * gdb.server/non-existing-program.exp: Unset spawn_id.
10252
df2eb078
SC
102532015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10254
10255 PR python/18291
10256 * gdb.python/py-xmethods.exp: Add tests.
10257
422349a3
YQ
102582015-05-08 Yao Qi <yao.qi@linaro.org>
10259
10260 PR gdb/18208
10261 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10262 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10263 function set_coredump_filter, and remove remote_exec call.
10264 Remove argument ipid. Callers update.
10265 (top level): Don't get inferior's PID.
10266
63fc80ce
AA
102672015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10268
10269 * gdb.base/watch_thread_num.exp: Skip test on targets without
10270 access watchpoints.
10271
80ad801e
PA
102722015-05-06 Pedro Alves <palves@redhat.com>
10273
10274 PR server/18081
10275 * gdb.server/non-existing-program.exp: New file.
10276
0fa7fe50
JB
102772015-05-05 Joel Brobecker <brobecker@adacore.com>
10278
10279 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10280
3ea89b92
PMR
102812015-05-05 Joel Brobecker <brobecker@adacore.com>
10282
10283 * gdb.ada/out_of_line_in_inlined: New testcase.
10284
87b8eff0
JB
102852015-05-05 Joel Brobecker <brobecker@adacore.com>
10286
10287 * gdb.ada/var_rec_arr: New testcase.
10288
5fccc635
YQ
102892015-04-30 Yao Qi <yao.qi@linaro.org>
10290
10291 * gdb.base/break-idempotent.exp: If
10292 skip_hw_watchpoint_multi_tests returns true, skip the tests
10293 on "rwatch" and "awatch".
10294
42d38f42
YQ
102952015-04-30 Yao Qi <yao.qi@linaro.org>
10296
10297 * gdb.base/relativedebug.exp: Invoke gdb command
10298 "info sharedlibrary", and if libc.so doesn't have debug info,
10299 skip the test.
10300
2ce1cdbf
DE
103012015-04-29 Doug Evans <dje@google.com>
10302
10303 * gdb.python/py-xmethods.exp: Add ptype tests.
10304 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10305 get_result_type method.
10306
f24a38c5
LM
103072015-04-29 Luis Machado <lgustavo@codesourcery.com>
10308
10309 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10310 the target does not support hardware watchpoints.
10311
ecbf2b3c
LM
103122015-04-29 Luis Machado <lgustavo@codesourcery.com>
10313
10314 * gdb.base/break-always.exp: Abort testing if writing to memory
10315 causes an error.
10316
34f5f757
DE
103172015-04-28 Doug Evans <dje@google.com>
10318
10319 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10320 * gdb.python/py-pp-registration.exp: ... here. New file.
10321 * gdb.python/py-pp-registration.c: New file.
10322 * gdb.python/py-pp-registration.py: New file.
10323
69b4374a
DE
103242015-04-28 Doug Evans <dje@google.com>
10325
10326 * gdb.python/py-bad-printers.c: New file.
10327 * gdb.python/py-bad-printers.py: New file.
10328 * gdb.python/py-bad-printers.exp: New file.
10329
59fb7612
SS
103302015-04-28 Sasha Smundak <asmundak@google.com>
10331
10332 * gdb.python/py-type.exp: New test.
10333
2631b16a
AW
103342015-04-28 Andy Wingo <wingo@igalia.com>
10335
10336 * gdb.python/py-parameter.exp:
10337 * gdb.guile/scm-parameter.exp: Escape the path that we are
10338 matching against, as it might contain characters that are special
10339 to regular expressions.
10340
460efde1
JB
103412015-04-27 Joel Brobecker <brobecker@adacore.com>
10342
10343 * gdb.ada/rec_comp: New testcase.
10344
2d369d8e
SDJ
103452015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10346
10347 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10348 before using it.
10349
cf75d6c3
AB
103502015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10351
10352 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10353 new tests for verilog output.
10354
8dbe7ca5
YQ
103552015-04-24 Yao Qi <yao.qi@linaro.org>
10356
10357 * boards/remote-gdbserver-on-localhost.exp: New file.
10358
4ef9fb2f
PA
103592015-04-23 Pedro Alves <palves@redhat.com>
10360
10361 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10362 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10363 "end of file", remove $inferior_spawn_id from the indirect list.
10364
0a803169
PA
103652015-04-23 Pedro Alves <palves@redhat.com>
10366
10367 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10368
749ef8f8
PA
103692015-04-23 Pedro Alves <palves@redhat.com>
10370
10371 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10372 on $any_spawn_id instead of only on $gdb_spawn_id.
10373
8aae4344
PM
103742015-04-21 Pierre Muller <muller@sourceware.org>
10375
10376 PR pascal/17815
10377 * lib/pascal.exp (gpc_compile): Add new option "class".
10378 (fpc_compile): Likewise.
10379 * gdb.pascal/case-insensitive-symbols.pas: New file.
10380 * gdb.pascal/case-insensitive-symbols.exp: New file.
10381
1586c8fb
GB
103822015-04-20 Gary Benson <gbenson@redhat.com>
10383
10384 * gdb.base/attach.exp: Fix three extended remote failures.
10385
1b6e6f5c
GB
103862015-04-17 Gary Benson <gbenson@redhat.com>
10387
10388 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10389 the main executable over the remote protocol.
10390
e797481d
PA
103912015-04-16 Pedro Alves <palves@redhat.com>
10392
10393 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10394 a new gdbserver if gdbserver_reconnect_p is set.
10395
1ca99c42
PA
103962015-04-16 Pedro Alves <palves@redhat.com>
10397
10398 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10399 is set, don't exit gdbserver.
10400
af9fd6f8
AA
104012015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10402
10403 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10404 appropriate .insn, such that an older assembler can be used.
10405 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10406 the z/Architecture instruction set on 31-bit targets as well.
10407
04ff1e61
AA
104082015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10409
10410 * gdb.go/handcall.exp: Remove all logic related to the first
10411 breakpoint and rely on go_runto_main instead.
10412 * gdb.go/strings.exp: Likewise.
10413 * gdb.go/unsafe.exp: Likewise.
10414 * gdb.go/hello.exp: Likewise. Also rename the remaining
10415 breakpoint marker to "breakpoint 1".
10416 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10417 * gdb.go/strings.go: Likewise.
10418 * gdb.go/unsafe.go: Likewise.
10419 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10420 "set breakpoint 2 here" and rename the remaining breakpoint marker
10421 to "breakpoint 1".
10422
40d2f8d6
SM
104232015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10424
10425 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10426 if itertools.imap is not present.
10427 * gdb.python/py-objfile.exp: Add parentheses.
10428 * gdb.python/py-type.exp: Same.
10429 * gdb.python/py-unwind-maint.py: Same.
10430
8cbc97c6
YQ
104312015-04-15 Yao Qi <yao.qi@linaro.org>
10432
10433 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10434 of ":$ptr_size" and set its form explicitly.
10435
45fd756c
YQ
104362015-04-15 Pedro Alves <palves@redhat.com>
10437 Yao Qi <yao.qi@linaro.org>
10438
10439 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10440 timeout by factor of 4.
10441 (test_regular_watch): Likewise.
10442 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10443 * gdb.reverse/sigall-reverse.exp: Likewise.
10444 * gdb.reverse/until-precsave.exp: Likewise.
10445 * lib/gdb.exp (with_timeout_factor): New proc.
10446 (gdb_expect): Move some code to ...
10447 (get_largest_timeout): ... here. New procedure.
10448
9e811bc3
LM
104492015-04-14 Luis Machado <lgustavo@codesourcery.com>
10450
10451 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10452
0ff6fcb2
LM
104532015-04-13 Luis Machado <lgustavo@codesourcery.com>
10454
10455 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10456 to write to the .text section.
10457
7578d5f7
LM
104582015-04-13 Luis Machado <lgustavo@codesourcery.com>
10459
10460 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10461 Handle the case of targets that do not provide PID information.
10462
2efe15c4
YQ
104632015-04-13 Yao Qi <yao.qi@linaro.org>
10464
10465 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10466 and use expect instead of gdb_expect.
10467
8cd8f2f8
SDJ
104682015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10469
10470 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10471 "coredump_var_addr" to avoid naming conflict with other testcases.
10472
9ee41772
PA
104732015-04-10 Pedro Alves <palves@redhat.com>
10474
10475 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10476 gdb_test_sequence and gdb_assert.
10477
07473109
PA
104782015-04-10 Pedro Alves <palves@redhat.com>
10479
10480 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10481 test messages that don't include the breakpoint address.
10482
de3db44c
YQ
104832015-04-10 Yao Qi <yao.qi@linaro.org>
10484
10485 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10486 false for some offset and width combinations which aren't
10487 supported by linux kernel.
10488
c79d856c
PA
104892015-04-10 Pedro Alves <palves@redhat.com>
10490
10491 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10492 procedure, factored out from ...
10493 (top level): ... here. Add "set displaced-stepping" testing axis.
10494 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10495 parameter "displaced". Use it.
10496 (top level): Use foreach and add "set displaced-stepping" testing
10497 axis.
10498
ebc90b50
PA
104992015-04-10 Pedro Alves <palves@redhat.com>
10500
10501 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10502 Remove comment.
10503 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10504 both the address of the instruction that triggers the watchpoint
10505 and the address of the instruction immediately after, and use
10506 those addresses for the test. Fix comment.
10507
8f572e5c
PA
105082015-04-10 Pedro Alves <palves@redhat.com>
10509
10510 * gdb.base/sigstep.exp (breakpoint_to_handler)
10511 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10512 Test "backtrace" in handler.
10513 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10514 (top level): Add new "displaced" test axis to
10515 breakpoint_to_handler, breakpoint_to_handler_entry and
10516 breakpoint_over_handler.
10517
8d707a12
PA
105182015-04-10 Pedro Alves <palves@redhat.com>
10519
10520 PR gdb/18216
10521 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10522
ef713951
YQ
105232015-04-10 Yao Qi <yao.qi@linaro.org>
10524
10525 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10526 (test_add_rn_pc): New function.
10527 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10528 (top level): Invoke test_add_rn_pc.
10529
906d60cf
PA
105302015-04-10 Pedro Alves <palves@redhat.com>
10531
10532 PR gdb/13858
10533 * gdb.base/step-over-no-symbols.exp: New file.
10534
f2983cc3
AW
105352015-04-09 Andy Wingo <wingo@igalia.com>
10536
10537 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10538 after the Python tests.
10539
6d62641c
SDJ
105402015-04-08 Keith Seitz <keiths@redhat.com>
10541
10542 PR python/16699
10543 * gdb.python/py-completion.exp: New tests for completion.
10544 * gdb.python/py-completion.py (CompleteLimit1): New class.
10545 (CompleteLimit2): Likewise.
10546 (CompleteLimit3): Likewise.
10547 (CompleteLimit4): Likewise.
10548 (CompleteLimit5): Likewise.
10549 (CompleteLimit6): Likewise.
10550 (CompleteLimit7): Likewise.
10551
f3770638
PA
105522015-04-08 Pedro Alves <palves@redhat.com>
10553
10554 PR gdb/18214
10555 PR gdb/18216
10556 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10557 function.
10558 (main): Install it as SIGUSR1 handler.
10559 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10560 parameter. Always use "setup" as prefix. Toggle "set
10561 displaced-stepping" off/on depending on global. Don't switch to
10562 thread 1 here.
10563 (top level): Add displaced stepping "off/on" test axis. Update
10564 "setup" calls. Wrap each subtest with with_test_prefix. Test
10565 continuing with a queued signal in each thread.
10566
4496bed7
PA
105672015-04-08 Pedro Alves <palves@redhat.com>
10568
10569 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10570 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10571 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10572 Return early if running to main fails.
10573 * gdb.trace/while-stepping.exp: Likewise.
10574
b97fde92
PA
105752015-04-07 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10578 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10579 interact with inferior program.
10580
f71c18e7
PA
105812015-04-07 Pedro Alves <palves@redhat.com>
10582
10583 * lib/gdb.exp (inferior_spawn_id): New global.
10584 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10585 spawn id after processing the user code.
10586 (default_gdb_start): Set inferior_spawn_id.
10587 (send_inferior): New procedure.
10588 * lib/gdbserver-support.exp (gdbserver_start): Set
10589 inferior_spawn_id.
10590 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10591
6423214f
PA
105922015-04-07 Pedro Alves <palves@redhat.com>
10593
10594 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10595 * lib/gdbserver-support.exp (gdbserver_start): Make
10596 $server_spawn_id global.
10597 (gdbserver_start): Don't wait for gdbserver's spawn id with
10598 expect_background.
10599 (close_gdbserver): New procedure.
10600 (gdb_exit): Rename the default version and reimplement.
10601
71c0ee8c
PA
106022015-04-07 Pedro Alves <palves@redhat.com>
10603
72f4393d 10604 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10605 append the substituted item, not the original item.
10606
203bc29b
PA
106072015-04-07 Pedro Alves <palves@redhat.com>
10608
10609 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10610 gdb_expect.
10611
508a3ddf
PA
106122015-04-07 Pedro Alves <palves@redhat.com>
10613
10614 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10615 output appearing once only.
10616
9f6dbe2b
PA
106172015-04-07 Pedro Alves <palves@redhat.com>
10618
10619 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10620 that doesn't expect anything. Return early if running to main
10621 fails.
10622
337532fa
YQ
106232015-04-07 Yao Qi <yao.qi@linaro.org>
10624
10625 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10626 (child_function): Call alarm.
10627 (main): Move call to alarm into the loop.
10628 * gdb.threads/non-stop-fair-events.exp: Build program with
10629 -DTIMEOUT=$timeout.
10630
01b622d4
DE
106312015-04-06 Doug Evans <xdje42@gmail.com>
10632
10633 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10634 Fix dest parameter to board_info.
10635 (fpc_compile): Ditto.
10636 (gdb_compile_pascal): Rename dest arg to destfile.
10637
961f4160
PMR
106382015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10639
10640 * gdb.ada/funcall_ref.exp: New file.
10641 * gdb.ada/funcall_ref/foo.adb: New file.
10642
cafda597
YQ
106432015-04-02 Yao Qi <yao.qi@linaro.org>
10644
10645 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10646 is remote.
10647
fed040c6
GB
106482015-04-02 Gary Benson <gbenson@redhat.com>
10649
10650 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10651
d11916aa
SS
106522015-04-01 Sasha Smundak <asmundak@google.com>
10653
10654 * gdb.python/py-unwind-maint.c: New file.
10655 * gdb.python/py-unwind-maint.exp: New test.
10656 * gdb.python/py-unwind-maint.py: New file.
10657 * gdb.python/py-unwind.c: New file.
10658 * gdb.python/py-unwind.exp: New test.
10659 * gdb.python/py-unwind.py: New test.
10660
a1471180
PA
106612015-04-01 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10664 to fail instead of non-existent $test.
10665
0bbeccb1
PA
106662015-04-01 Pedro Alves <palves@redhat.com>
10667
10668 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10669 GDBFLAGS if not empty.
10670
3c724c8c
PMR
106712015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10672
10673 * gdb.ada/complete.exp: Remove "multi_line".
10674 * gdb.ada/info_exc.exp: Remove "multi_line".
10675 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10676 * gdb.ada/ptype_field.exp: Remove "multi_line".
10677 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10678 * gdb.ada/tagged.exp: Remove "multi_line".
10679 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10680 [multi_line ...]
10681 * gdb.btrace/delta.exp: Likewise.
10682 * gdb.btrace/exception.exp: Likewise.
10683 * gdb.btrace/function_call_history.exp: Likewise.
10684 * gdb.btrace/instruction_history.exp: Likewise.
10685 * gdb.btrace/nohist.exp: Likewise.
10686 * gdb.btrace/record_goto.exp: Likewise.
10687 * gdb.btrace/segv.exp: Likewise.
10688 * gdb.btrace/stepi.exp: Likewise.
10689 * gdb.btrace/tailcall.exp: Likewise.
10690 * gdb.btrace/unknown_functions.exp: Likewise.
10691 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10692 * lib/gdb.exp: Add the "multi_line" helper.
10693
4eec2deb
PA
106942015-04-01 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.threads/tid-reuse.c: New file.
10697 * gdb.threads/tid-reuse.exp: New file.
10698
df8411da
SDJ
106992015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10700
10701 PR corefiles/16092
10702 * gdb.base/coredump-filter.c: New file.
10703 * gdb.base/coredump-filter.exp: Likewise.
10704
6ef37366
PM
107052015-03-27 Petr Machata <pmachata@redhat.com>
10706
10707 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10708 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10709 (Dwarf::assemble): Initialize them.
10710 (Dwarf::lines): New function.
10711
7ec911b0
JT
107122015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10713
10714 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10715 SYMBOL_PREFIX for x86_64-*-cygwin.
10716
ff908ebf
AW
107172015-03-26 Andy Wingo <wingo@igalia.com>
10718
10719 PR symtab/18148
10720 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10721 const_value but not a location.
10722 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10723 location defined in non-main CUs are visible.
10724
6d5f0679
YQ
107252015-03-26 Yao Qi <yao.qi@linaro.org>
10726
10727 PR testsuite/18139
10728 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10729 Add a line number entry for the same line.
10730 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10731 Add a line number entry for the same line.
10732
2898689b
YQ
107332015-03-26 Yao Qi <yao.qi@linaro.org>
10734
10735 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10736 .int 0.
10737 (func): Likewise. Add .Lfunc_1 label.
10738 Use .Lfunc_1 label.
10739 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10740 .int 0.
10741 (func): Likewise.
10742 Use .Lfunc_1 label.
10743
85180498
YQ
107442015-03-26 Yao Qi <yao.qi@linaro.org>
10745
10746 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10747 Call gdb_compile instead to compile each .s files without debug
10748 information.
10749
8aa08a8d
YQ
107502015-03-26 Yao Qi <yao.qi@linaro.org>
10751
10752 * gdb.base/savedregs.exp (process_saved_regs): Make
10753 "Saved registers:" optional in the pattern.
10754
66849923
MM
107552015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10756
10757 * gdb.btrace/next.exp: Merged into step.exp.
10758 * gdb.btrace/finish.exp: Merged into step.exp.
10759 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10760 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10761 "record goto" and checking the exact replay position.
10762 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10763 check for "Recording format" in "info record" output.
10764 * gdb.btrace/record_goto.exp: Choose test file based on target.
10765 * gdb.btrace/x86-record_goto.S: Renamed into ...
10766 * gdb.btrace/x86_64-record_goto.S: ... this.
10767 * gdb.btrace/i686-record_goto.S: New.
10768 * gdb.btrace/x86-tailcall.S: Renamed into ...
10769 * gdb.btrace/x86_64-tailcall.S: ... this.
10770 * gdb.btrace/i686-tailcall.S: New.
10771 * gdb.btrace/x86-tailcall.c: Renamed into ...
10772 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10773 separate statements. Update test.
10774 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10775 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10776 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10777 * gdb.btrace/tailcall.exp: Choose test file based on target.
10778 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10779
11cc1b74
MM
107802015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10781
10782 * gdb.btrace/exception.exp: Increase BTS buffer size.
10783
a25d8bf9
PA
107842015-03-24 Pedro Alves <palves@redhat.com>
10785
10786 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10787
856e7dd6
PA
107882015-03-24 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.threads/schedlock.exp (test_step): No longer expect that
10791 "set scheduler-locking step" with "next" over a function call runs
10792 threads unlocked.
10793
ad235a41
AT
107942015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10795
10796 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10797
15630549
AT
107982015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10799
10800 PR breakpoints/16466
10801 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10802 * gdb.mi/mi-pending.c (thread_func): New function.
10803 (int main): Add threading support required.
10804 * gdb.mi/mi-pending.exp: Add tests for this issue.
10805 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10806 (pendfunc2): Remove stdio dependency.
10807 * gdb.mi/mi-pendshr2.c: New file.
10808
693dca06
KS
108092015-03-23 Keith Seitz <keiths@redhat.com>
10810
10811 * gdb.linespec/keywords.c: New file.
10812 * gdb.linespec/keywords.exp: New file.
10813
7e993ebf
KS
108142015-03-23 Keith Seitz <keiths@redhat.com>
10815
10816 PR gdb/18021
10817 * gdb.dwarf2/staticvirtual.exp: New test.
10818
bc23328c
JK
108192015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10820
10821 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10822 * README: Remove HP-UX and gdb.hp.
10823 (configuration):
10824 * configure: Regenerate.
10825 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10826 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10827 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10828 gdb.hp/gdb.defects/Makefile.
10829 * gdb.hp/Makefile.in: File deleted.
10830 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10831 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10832 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10833 * gdb.hp/gdb.aCC/run.c: File deleted.
10834 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10835 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10836 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10837 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10838 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10839 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10840 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10841 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10842 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10843 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10844 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10845 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10846 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10847 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10848 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10849 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10850 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10851 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10852 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10853 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10854 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10855 * gdb.hp/gdb.compat/average.c: File deleted.
10856 * gdb.hp/gdb.compat/sum.c: File deleted.
10857 * gdb.hp/gdb.compat/xdb.c: File deleted.
10858 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10859 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10860 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10861 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10862 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10863 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10864 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10865 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10866 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10867 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10868 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10869 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10870 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10871 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10872 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10873 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10874 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10875 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10876 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10877 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10878 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10879 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10880 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10881 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10882 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10883 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10884 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10885 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10886 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10887 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10888 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10889 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10890 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10891 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10892 * gdb.hp/tools/odump: File deleted.
10893
8bf3b159
PA
108942015-03-19 Pedro Alves <palves@redhat.com>
10895
10896 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10897 (saw_thread_3): New globals.
10898 (top level): Increment them when an event for the corresponding
10899 thread is seen.
10900 (no thread starvation): New test.
10901
eb54c8bf
PA
109022015-03-19 Pedro Alves <palves@redhat.com>
10903
10904 * gdb.threads/continue-pending-status.c: New file.
10905 * gdb.threads/continue-pending-status.exp: New file.
10906
32d2e5d6
PA
109072015-03-18 Pedro Alves <palves@redhat.com>
10908
10909 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10910 Use gdb_is_target_remote instead of is_remote. Use
10911 gdb_test_multiple instead of gdb_expect. Exit early if
10912 gdb_test_multiple hits its internal matches. Tighten stepi tests
10913 expected output. Fail on exit with any signal, instead of just
10914 SIGILL.
10915
f68f11b7
YQ
109162015-03-18 Yao Qi <yao.qi@linaro.org>
10917
10918 PR tdep/18107
10919 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10920 variable.
10921 * gdb.base/catch-syscall.exp: Don't skip it on
10922 aarch64*-*-linux* target. Remove elements in all_syscalls.
10923 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10924 target.
10925 (setup_all_syscalls): New proc.
10926
ca5fd19b
YQ
109272015-03-16 Yao Qi <yao.qi@linaro.org>
10928
10929 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10930 (top level): Skip tests if valid_addr_p returns false for
10931 $cmd1 or $cmd2.
10932
85642ba0
AW
109332015-03-11 Andy Wingo <wingo@igalia.com>
10934
10935 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10936
e03f9645
YQ
109372015-03-11 Yao Qi <yao.qi@linaro.org>
10938
10939 * gdb.base/catch-syscall.exp: Fix typo in comments.
10940
5d0962b2
YQ
109412015-03-11 Yao Qi <yao.qi@linaro.org>
10942
10943 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10944
b2df3cef
PA
109452015-03-09 Pedro Alves <palves@redhat.com>
10946
10947 * dg-extract-results.py: Delete.
10948
ef878e53
PA
109492015-03-09 Pedro Alves <palves@redhat.com>
10950
10951 Merge dg-extract-results.sh from GCC upstream (r218843).
10952
10953 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10954 * dg-extract-results.sh: Use --text with grep to avoid issues with
10955 binary files. Fall back to cat -v, if that doesn't work.
10956
9494d219
PA
109572015-03-05 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10960
a8d9763a
SM
109612015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10962
10963 * lib/mi-support.exp (mi_expect_interrupt): Accept
10964 alternative event for when in all-stop mode.
10965
be9957b8
PA
109662015-03-04 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10969
d57be0f4 109702015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10971
10972 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10973
c214c7cf
AA
109742015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10975
10976 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10977 regexps for GDB's current line display, accept a hex address
10978 preceding the line number.
10979
6d74a497
AA
109802015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10981
10982 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10983 the 'arch1' variable for "s390*-linux*" targets.
10984
511aee7c
PA
109852015-03-04 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10988 (main): Pass missing retval argument to pthread_join call.
10989
95e50b27
PA
109902015-03-02 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10993 (top level): Call do_test with non-stop as well.
10994
28054d69
PA
109952015-03-02 Pedro Alves <palves@redhat.com>
10996
10997 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10998 -1.
10999
4fa5d7b4
AA
110002015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11001
11002 * gdb.arch/s390-vregs.exp: New test.
11003 * gdb.arch/s390-vregs.S: New file.
11004
97c18565
PA
110052015-02-27 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11008 call to catch_command_errors.
11009 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11010 catch_command_errors.
11011
a37bfa30
PA
110122015-02-27 Pedro Alves <palves@redhat.com>
11013
11014 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11015 "true" for boolean result.
11016 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11017 prototype of main.
11018
6f98576f
PA
110192015-02-27 Pedro Alves <palves@redhat.com>
11020
11021 * lib/unbuffer_output.c: New file.
11022 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11023 (main): Call gdb_unbuffer_output.
11024
eba5ab56
YQ
110252015-02-27 Yao Qi <yao.qi@linaro.org>
11026
11027 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11028 target.
11029
0def5aaa
DE
110302015-02-26 Doug Evans <dje@google.com>
11031
11032 * gdb.cp/class2.cc (Dbase, D): New classes.
11033 (main): New local delta.
11034 * gdb.cp/class2.exp: Test printing delta.
11035 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11036 (dynbar): New global.
11037 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11038
081a1c2c
JK
110392015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11040
11041 * gdb.compile/compile-ifunc.c: New file.
11042 * gdb.compile/compile-ifunc.exp: New file.
11043
2f41223f
AT
110442015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11045
11046 * gdb.base/structs.exp: Check for correct struct on finish.
11047
03eddd80
YQ
110482015-02-26 Yao Qi <yao.qi@linaro.org>
11049
11050 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11051 is zero.
11052
80c57053
JK
110532015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11054
11055 * gdb.arch/cordic.ko.bz2: New file.
11056 * gdb.arch/cordic.ko.debug.bz2: New file.
11057 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11058
21613c12
YQ
110592015-02-25 Yao Qi <yao.qi@linaro.org>
11060
11061 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11062 aarch64*-*-* target.
11063
d8b901ed
PA
110642015-02-23 Pedro Alves <palves@redhat.com>
11065
11066 * lib/gdb.exp (delete_breakpoints): Rewrite using
11067 gdb_test_multiple.
11068
e5b85ead
PA
110692015-02-23 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.base/info-os.c: Include stdlib.h.
11072
85c3a371
DE
110732015-02-22 Doug Evans <xdje42@gmail.com>
11074
11075 PR symtab/17855
11076 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11077 is read after symbols have been re-read.
11078 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11079 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11080
96553a0c
DE
110812015-02-21 Doug Evans <dje@google.com>
11082
11083 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11084
97a0c697
JK
110852015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11086
11087 PR corefiles/17808
11088 * gdb.arch/i386-biarch-core.core.bz2: New file.
11089 * gdb.arch/i386-biarch-core.exp: New file.
11090
a47cd6e9
PA
110912015-02-21 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11094 runto_main fails.
11095
c5facdc4
PA
110962015-02-20 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11099 info probes.
11100
2db9a427
PA
111012015-02-20 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11104
60fb7e9e
PA
111052015-02-20 Pedro Alves <palves@redhat.com>
11106
11107 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11108 clean_restart before gdb_target_supports_trace.
11109
5c5019c2
PA
111102015-02-20 Pedro Alves <palves@redhat.com>
11111
11112 PR threads/18006
11113 * gdb.threads/clone-thread_db.c: New file.
11114 * gdb.threads/clone-thread_db.exp: New file.
11115
c9587f88
AT
111162015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11117
11118 PR breakpoints/16812
11119 * gdb.base/catch-gdb-caused-signals.c: New file.
11120 * gdb.base/catch-gdb-caused-signals.exp: New file.
11121
f6a88844
JM
111222015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11123
11124 * configure: Regenerated.
11125 * configure.ac: Use GDB_AC_TRANSFORM.
11126 * aclocal.m4: sinclude ../transform.m4.
11127
497c491b
JM
111282015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11129
11130 * lib/dtrace.exp: New file.
11131 * gdb.base/dtrace-probe.exp: Likewise.
11132 * gdb.base/dtrace-probe.d: Likewise.
11133 * gdb.base/dtrace-probe.c: Likewise.
11134 * lib/pdtrace.in: Likewise.
11135 * configure.ac: Output variables with the transformed names of
11136 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11137 * configure: Regenerated.
11138
03e98035
JM
111392015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11140
11141 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11142 expected message when trying to access $_probe_* convenience
11143 variables while not on a probe.
11144
63cc30e9
JK
111452015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11146
11147 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11148
0703599a
PA
111492015-02-11 Pedro Alves <pedro@codesourcery.com>
11150
11151 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11152 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11153
7e60a48e
DE
111542015-02-10 Doug Evans <xdje42@gmail.com>
11155
11156 * lib/gdb.exp (gdb_load): Always return a result.
11157
01b088bc
PA
111582015-02-10 Pedro Alves <palves@redhat.com>
11159
11160 * gdb.threads/signal-sigtrap.c: New file.
11161 * gdb.threads/signal-sigtrap.exp: New file.
11162
b05ec7a5
AT
111632015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11164
11165 * gdb.trace/no-attach-trace.c: New file.
11166 * gdb.trace/no-attach-trace.exp: New file.
11167
a2c2acaf
MW
111682015-02-09 Mark Wielaard <mjw@redhat.com>
11169
11170 * gdb.dwarf2/atomic.c: New file.
11171 * gdb.dwarf2/atomic-type.exp: Likewise.
11172
31fd9caa
MM
111732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11174
11175 * gdb.btrace/buffer-size.exp: Update "info record" output.
11176 * gdb.btrace/delta.exp: Update "info record" output.
11177 * gdb.btrace/enable.exp: Update "info record" output.
11178 * gdb.btrace/finish.exp: Update "info record" output.
11179 * gdb.btrace/instruction_history.exp: Update "info record" output.
11180 * gdb.btrace/next.exp: Update "info record" output.
11181 * gdb.btrace/nexti.exp: Update "info record" output.
11182 * gdb.btrace/step.exp: Update "info record" output.
11183 * gdb.btrace/stepi.exp: Update "info record" output.
11184 * gdb.btrace/nohist.exp: Update "info record" output.
11185
d33501a5
MM
111862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11187
11188 * gdb.btrace/buffer-size: New.
11189
f4abbc16
MM
111902015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11191
11192 * gdb.btrace/delta.exp: Update "info record" output.
11193 * gdb.btrace/enable.exp: Update "info record" output.
11194 * gdb.btrace/finish.exp: Update "info record" output.
11195 * gdb.btrace/instruction_history.exp: Update "info record" output.
11196 * gdb.btrace/next.exp: Update "info record" output.
11197 * gdb.btrace/nexti.exp: Update "info record" output.
11198 * gdb.btrace/step.exp: Update "info record" output.
11199 * gdb.btrace/stepi.exp: Update "info record" output.
11200 * gdb.btrace/nohist.exp: Update "info record" output.
11201
b9d61307
SM
112022015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11203
11204 PR gdb/15678
11205 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11206
e584fdbc
PA
112072015-02-06 Pedro Alves <palves@redhat.com>
11208
11209 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11210 macro.
11211 (seconds_left, again): New globals.
11212 (main): Wait seconds_left in a 1-second sleep loop instead of
11213 sleeping 180 seconds. If 'again' is set, reset the seconds
11214 counter.
11215 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11216 'again' in the inferior before detaching. Print the seconds left.
11217 (options): New global.
11218 (top level): Build program with -DTIMEOUT=$timeout.
11219
77f41761
PA
112202015-02-06 Pedro Alves <palves@redhat.com>
11221
11222 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11223 determine how many seconds to pass to 'alarm'.
11224 * gdb.base/gdb-sigterm.exp (top level): Build program with
11225 -DTIMEOUT=$timeout.
11226 (do_test): Return success/failure indication. Add more verbose
11227 logging. Don't fail if 200 single steps are seen. Instead, fail
11228 when the test times out.
11229 (passes): New global.
11230 (top level): Break the testing loop if testing fails on any
11231 iteration. Use gdb_assert.
11232
b9394193
DB
112332015-02-04 Don Breazeal <donb@codesourcery.com>
11234
11235 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11236 and initialize them.
11237 (ipc_cleanup): New function.
11238 (main): Don't declare shmid, semid, and msqid. Add a call to
11239 atexit so that we call ipc_cleanup on exit.
11240
42d9e528
PA
112412015-02-04 Pedro Alves <palves@redhat.com>
11242
11243 * boards/native-extended-gdbserver.exp: Remove any target variant
11244 specifications from the board name before clearing the isremote
11245 flag from board_info.
11246
ae6ae975
DE
112472015-01-31 Doug Evans <xdje42@gmail.com>
11248
11249 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11250
cfb069a8
GB
112512015-01-31 Gary Benson <gbenson@redhat.com>
11252
11253 * gdb.base/completion.exp: Disable completion limiting for
11254 existing tests. Add new tests to check completion limiting.
11255 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11256
5dd31d79
DE
112572015-01-31 Doug Evans <xdje42@gmail.com>
11258
11259 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11260
9f050062
DE
112612015-01-31 Doug Evans <xdje42@gmail.com>
11262
11263 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11264 entries. Duplicate file section script entries.
11265 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11266 inlined entries. Add test for safe-path rejection.
11267 * gdb.python/py-section-script.c: Add duplicate inlined section script
11268 entries. Duplicate file section script entries.
11269 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11270 inlined entries. Add test for safe-path rejection.
11271
df25ebbd
JB
112722015-01-29 Joel Brobecker <brobecker@adacore.com>
11273
11274 * gdb.ada/disc_arr_bound: New testcase.
11275
4a0ca9ec
JB
112762015-01-29 Joel Brobecker <brobecker@adacore.com>
11277
11278 * gdb.ada/mi_var_array: New testcase.
11279
3a8b707a
DE
112802015-01-27 Doug Evans <dje@google.com>
11281
11282 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11283 Add test for objfile.filename, objfile.username after objfile
11284 has been unloaded.
11285
f8313f6e
JB
112862015-01-26 Joel Brobecker <brobecker@adacore.com>
11287
11288 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11289 the second test to print the name attribute of value
11290 returned by the call to gdb.lookup_type, and adjust
11291 the expected output accordingly.
11292
37bc665e
MW
112932015-01-25 Mark Wielaard <mjw@redhat.com>
11294
11295 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11296 * gdb.base/disp-step-fork.c: Include unistd.h.
11297 * gdb.base/siginfo-obj.c: Include stdio.h.
11298 * gdb.base/siginfo-thread.c: Likewise.
11299 * gdb.mi/non-stop.c: Include unistd.h.
11300 * gdb.mi/nsthrexec.c: Include stdio.h.
11301 * gdb.mi/pthreads.c: Include unistd.h.
11302 * gdb.modula2/unbounded1.c (main): Declare returns int.
11303 * gdb.reverse/consecutive-reverse.c: Likewise.
11304 * gdb.threads/create-fail.c: Include unistd.h.
11305 * gdb.threads/killed.c: Likewise.
11306 * gdb.threads/linux-dp.c: Likewise.
11307 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11308 * gdb.threads/non-ldr-exc-2.c: Likewise.
11309 * gdb.threads/non-ldr-exc-3.c: Likewise.
11310 * gdb.threads/non-ldr-exc-4.c: Likewise.
11311 * gdb.threads/pthreads.c: Include unistd.h.
11312 (main): Declare returns int.
11313 * gdb.threads/tls-main.c (foo): New declaration.
11314 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11315
f7e5394d
SM
113162015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11317
11318 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11319 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11320
743649fd
MW
113212015-01-15 Mark Wielaard <mjw@redhat.com>
11322
11323 * gdb.base/noreturn-return.c: New file.
11324 * gdb.base/noreturn-return.exp: New file.
11325 * gdb.base/noreturn-finish.c: New file.
11326 * gdb.base/noreturn-finish.exp: New file.
11327
198297aa
PA
113282015-01-23 Pedro Alves <palves@redhat.com>
11329
11330 * gdb.threads/continue-pending-after-query.c: New file.
11331 * gdb.threads/continue-pending-after-query.exp: New file.
11332
717cf30c
AG
113332015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11334 Simon Marchi <simon.marchi@ericsson.com>
11335
11336 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11337 * gdb.base/valgrind-db-attach.exp: Same.
11338 * gdb.base/valgrind-infcall.exp: Same.
11339 * lib/mi-support.exp (default_mi_gdb_start): Same.
11340 * lib/prompt.exp (default_prompt_gdb_start): Same.
11341 * lib/gdb.exp (default_gdb_spawn): Same.
11342 (gdb_interact): New.
11343
11344
4b62a76e
JK
113452015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11346
11347 * gdb.compile/compile.exp (pointer to jit function): New test.
11348
b4cdae6f
WW
113492015-01-17 Wei-cheng Wang <cole945@gmail.com>
11350
11351 * lib/gdb.exp (supports_process_record): Return true for
11352 powerpc*-*-linux*.
11353 (supports_reverse): Likewise.
11354
d221e7ef
DB
113552015-01-15 Don Breazeal <donb@codesourcery.com>
11356
11357 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11358 instead of checking whether the target board is remote and
11359 use spawn_wait_for_attach instead of exec/sleep.
11360 * gdb.base/attach-twice.exp: Likewise.
11361
bafffb51
JB
113622015-01-15 Joel Brobecker <brobecker@adacore.com>
11363
11364 * gdb.ada/var_arr_attrs: New testcase.
11365
5589af0e
PA
113662015-01-14 Pedro Alves <palves@redhat.com>
11367 Joel Brobecker <brobecker@adacore.com>
11368
11369 PR gdb/17525
11370 * gdb.base/bp-cmds-execution-x-script.c: New file.
11371 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11372 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11373
6c400b59
PA
113742015-01-14 Pedro Alves <palves@redhat.com>
11375
11376 PR cli/17828
11377 * gdb.base/batch-preserve-term-settings.c: New file.
11378 * gdb.base/batch-preserve-term-settings.exp: New file.
11379
e02c96a7
DE
113802015-01-13 Doug Evans <dje@google.com>
11381
11382 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11383 binary.
11384
576fd14c
JB
113852015-01-13 Joel Brobecker <brobecker@adacore.com>
11386
11387 * Makefile.in (clean mostlyclean): Do not delete *.py.
11388
04dccad0
JB
113892015-01-13 Joel Brobecker <brobecker@adacore.com>
11390
11391 * gdb.python/py-lookup-type.exp: New file.
11392
3d230f71
PA
113932015-01-12 Pedro Alves <palves@redhat.com>
11394
11395 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11396 restore GDBFLAGS before returning.
11397
7e67715d
JK
113982015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11399
11400 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11401 is_amd64_regs_target and is_x86_like_target.
11402
f2e0d4b4
DE
114032015-01-11 Doug Evans <xdje42@gmail.com>
11404
11405 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11406 is given without an explicit form.
11407 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11408 attributes.
11409 * gdb.dwarf/corrupt.exp: Ditto.
11410 * gdb.dwarf2/enum-type.exp: Ditto.
11411 * gdb.trace/entry-values.exp: Ditto.
11412 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11413
439250fb
DE
114142015-01-11 Doug Evans <xdje42@gmail.com>
11415
11416 PR gdb/15830
11417 * gdb.base/maint.exp: Remove references to "maint demangle".
11418 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11419 Add tests for explicitly specifying language to demangle.
11420 * gdb.dlang/demangle.exp: Ditto.
11421
ede9f622
PA
114222015-01-09 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.threads/non-stop-fair-events.c: New file.
11425 * gdb.threads/non-stop-fair-events.exp: New file.
11426
a7b796db
PA
114272015-01-09 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11430 the global scope. Set a breakpoint after all threads are started
11431 rather than stepping over two source lines. Expect the prompt.
11432 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11433 global.
11434 (NUM): Now 15.
11435 (main): Use threads_started_barrier to wait for all threads to
11436 start. Main thread no longer calls thread_function. Exit after
11437 180 seconds.
11438 (loop): New function.
11439 (thread_function): Wait on threads_started_barrier barrier. Call
11440 'loop' at each iteration.
11441 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11442 threads have started, instead of hardcoding number of "next"
11443 steps. Use an access watchpoint instead of a write watchpoint.
11444
9665ffdd
PA
114452015-01-09 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11448 (thread_func): Wait on barrier.
11449 (main): Wait for all threads to start before stopping GDB.
11450 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11451 global.
11452 (thread1_func, thread2_func): Wait on barrier.
11453 (main): Wait for all threads to start before stopping GDB.
11454 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11455 New global.
11456 (thread1_func, thread2_func): Wait on barrier.
11457 (main): Wait for all threads to start before stopping GDB.
11458
c945a99f
PA
114592015-01-09 Pedro Alves <palves@redhat.com>
11460
11461 * gdb.threads/attach-many-short-lived-threads.c: New file.
11462 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11463
c1a747c1
PA
114642014-01-09 Pedro Alves <palves@redhat.com>
11465
11466 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11467 instead of to thread 2.
11468 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11469 Add barrier around each pthread_create call instead of around all
11470 calls.
11471 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11472 Set a break on thread_function and have the child threads hit it
11473 one at at a time.
11474
60b3033e
PA
114752015-01-09 Pedro Alves <palves@redhat.com>
11476
11477 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11478 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11479 false.
11480 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11481 checking whether the target board is remote.
11482 * gdb.multi/multi-attach.exp: Likewise.
11483 * gdb.python/py-sync-interp.exp: Likewise.
11484 * gdb.server/ext-attach.exp: Likewise.
11485 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11486 tests that need to attach, instead of checking whether the target
11487 board is remote at the top of the file.
11488
acc018ac
YQ
114892015-01-08 Yao Qi <yao@codesourcery.com>
11490
11491 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11492
50a18af8
JK
114932015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11494
11495 Fix testcase compilation.
11496 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11497
8503d6e1
JB
114982015-01-06 Joel Brobecker <brobecker@adacore.com>
11499
11500 * gdb.python/py-type.exp: Add a couple test about empty
11501 array creation, and negative-length array creation.
11502
cc73dbcc
DE
115032015-01-02 Doug Evans <xdje42@gmail.com>
11504
11505 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11506
0300bbc7
DE
115072015-01-02 Doug Evans <dje@google.com>
11508
11509 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11510
9d85a0ec
YQ
115112014-12-29 Yao Qi <yao@codesourcery.com>
11512
11513 * gdb.trace/entry-values.exp: Update comments. Rename variable
11514 bar_call_foo to returned_from_foo.
11515
87186c6a
MMN
115162014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11517
11518 PR gdb/17394
11519 * gdb.linespec/break-asm-file.c: New file.
11520 * gdb.linespec/break-asm-file.exp: New file.
11521 * gdb.linespec/break-asm-file0.s: New file.
11522 * gdb.linespec/break-asm-file1.s: New file.
11523
1bab7383
YQ
115242014-12-18 Nigel Stephens <nigel@mips.com>
11525 Maciej W. Rozycki <macro@codesourcery.com>
11526
11527 * gdb.base/float.exp: Handle the new output from "info float" on
11528 MIPS targets.
11529
1bc1068a
JK
115302014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11531
11532 Fix MinGW compilation.
11533 * gdb.compile/compile-ops.exp: Update untested message if
11534 !skip_compile_feature_tests.
11535 * gdb.compile/compile-setjmp.exp: Likewise.
11536 * gdb.compile/compile-tls.exp: Likewise.
11537 * gdb.compile/compile.exp: Likewise.
11538 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11539 supported on this host".
11540
b6615d10
DE
115412014-12-16 Doug Evans <xdje42@gmail.com>
11542
11543 * boards/stabs.exp: New file.
11544
25dda427
AA
115452014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11546
11547 * gdb.base/completion.exp: Adjust to format changes of "maint
11548 print user-registers".
11549
bf330350
CU
115502014-12-16 Catalin Udma <catalin.udma@freescale.com>
11551
11552 PR server/17457
11553 * gdb.arch/aarch64-fp.c: New file.
11554 * gdb.arch/aarch64-fp.exp: New file.
11555
395cf596
SDJ
115562014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11557
11558 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11559 r210637, r210913, r211666, r215400, r215817).
11560
11561 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11562 * dg-extract-results.py: New file.
11563 * dg-extract-results.sh: Use it if the environment seems
11564 suitable.
11565
11566 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11567
11568 * dg-extract-results.py (parse_run): Handle warnings that
11569 are printed before a test harness is run.
11570
11571 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11572
11573 * dg-extract-results.py (Named): Remove __cmp__ method.
11574 (output_variation): Use a key to sort variation.harnesses.
11575
11576 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11577
11578 * dg-extract-results.py: For Python 3, force sys.stdout to
11579 handle surrogate escape sequences.
11580 (safe_open): New function.
11581 (output_segment, main): Use it.
11582
11583 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11584
11585 * dg-extract-results.py (Prog.result_re): Include options
11586 in test name.
11587
11588 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11589
11590 * dg-extract-results.py (output_variation): Always sort if
11591 do_sum.
11592
e882ef3c
SM
115932014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11594
11595 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11596 as long as we get pagination notifications.
11597
4992aa20
JM
115982014-12-15 Jason Merrill <jason@redhat.com>
11599
11600 * Makefile.in (check-gdb.%): Restore.
11601 * README: Mention it.
11602
c1b5a1a6
JB
116032014-12-13 Joel Brobecker <brobecker@adacore.com>
11604
11605 * gdb.ada/str_uninit: New testcase.
11606
5537b577
JK
116072014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11608
11609 PR symtab/17642
11610 * gdb.base/vla-stub-define.c: New file.
11611 * gdb.base/vla-stub.c: New file.
11612 * gdb.base/vla-stub.exp: New file.
11613
bb2ec1b3
TT
116142014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11615 Jan Kratochvil <jan.kratochvil@redhat.com>
11616 Tom Tromey <tromey@redhat.com>
11617
11618 * configure.ac: Add gdb.compile/.
11619 * configure: Regenerate.
11620 * gdb.compile/Makefile.in: New file.
11621 * gdb.compile/compile-ops.exp: New file.
11622 * gdb.compile/compile-ops.c: New file.
11623 * gdb.compile/compile-tls.c: New file.
11624 * gdb.compile/compile-tls.exp: New file.
11625 * gdb.compile/compile-constvar.S: New file.
11626 * gdb.compile/compile-constvar.c: New file.
11627 * gdb.compile/compile-mod.c: New file.
11628 * gdb.compile/compile-nodebug.c: New file.
11629 * gdb.compile/compile-setjmp-mod.c: New file.
11630 * gdb.compile/compile-setjmp.c: New file.
11631 * gdb.compile/compile-setjmp.exp: New file.
11632 * gdb.compile/compile-shlib.c: New file.
11633 * gdb.compile/compile.c: New file.
11634 * gdb.compile/compile.exp: New file.
11635 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11636
4ff709eb
TT
116372014-12-12 Tom Tromey <tromey@redhat.com>
11638
11639 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11640 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11641
6dddd6a5
DE
116422014-12-12 Doug Evans <dje@google.com>
11643
11644 * lib/gdb-python.exp (get_python_valueof): New function.
11645 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11646
71c24708
AA
116472014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11648
11649 * gdb.base/completion.exp: Add test for completion of "info
11650 registers ".
11651
3e29f34a
MR
116522014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11653
11654 * gdb.base/func-ptrs.c: New file.
11655 * gdb.base/func-ptrs.exp: New file.
11656
fc126975
SM
116572014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11658
11659 PR breakpoints/17012
11660 * gdb.base/dprintf-detach.c: New file.
11661 * gdb.base/dprintf-detach.exp: New file.
11662
0a46d518
SM
116632014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11664
11665 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11666 * lib/gdb.exp (target_is_gdbserver): New procedure.
11667
a0be3e44
DE
116682014-12-08 Doug Evans <dje@google.com>
11669
11670 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11671
df1b803a
YQ
116722014-12-05 Yao Qi <yao@codesourcery.com>
11673
11674 * gdb.guile/scm-error.exp: Remove the third argument to
11675 gdb_remote_download.
11676 * gdb.guile/scm-frame-args.exp: Likewise.
11677 * gdb.guile/scm-section-script.exp: Likewise.
11678
ddb9f679
YQ
116792014-12-05 Yao Qi <yao@codesourcery.com>
11680
11681 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11682
86e4ed39
DE
116832014-12-04 Doug Evans <dje@google.com>
11684
11685 * gdb.python/py-objfile.exp: Add tests for
11686 objfile.add_separate_debug_file.
11687
7c50a931
DE
116882014-12-04 Doug Evans <dje@google.com>
11689
11690 * lib/gdb.exp (get_build_id): New function.
11691 (build_id_debug_filename_get): Rewrite to use it.
11692 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11693
621661e3
MR
116942014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11695
11696 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11697 `method(long)', not just 0x0.
11698 * gdb.cp/nsalias.exp: Align code labels to 4.
11699 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11700 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11701 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11702 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11703 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11704 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11705
29f0c3b7
DE
117062014-12-02 Doug Evans <dje@google.com>
11707
e1e061e7 11708 PR symtab/17602
29f0c3b7 11709 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11710 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11711 * gdb.cp/anon-ns.exp: Update.
11712
162078c8
NB
117132014-12-02 Nick Bull <nicholaspbull@gmail.com>
11714
11715 * gdb.python/py-events.py (inferior_call_handler): New.
11716 (register_changed_handler, memory_changed_handler): New.
11717 (test_events.invoke): Register new handlers.
11718 * gdb.python/py-events.exp: Add tests for inferior call,
11719 memory_changed and register_changed events.
11720
fdb09caf
AA
117212014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11722
11723 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11724 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11725 if the linker doesn't understand this.
11726
55cfb2c4
SM
117272014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11728
11729 * gdb.python/python.exp: Change expected reply to help().
11730
9e8cd6df
YQ
117312014-12-01 Yao Qi <yao@codesourcery.com>
11732
11733 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11734 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11735 * configure: Re-generated.
11736
6c659fc2
SC
117372014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11738
11739 * gdb.cp/chained-calls.cc: New file.
11740 * gdb.cp/chained-calls.exp: New file.
11741 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11742
d7fc3181
SM
117432014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11744
11745 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11746 * gdb.dwarf2/symtab-producer.exp: Same.
11747 * gdb.gdb/python-interrupts.exp: Same.
11748 * gdb.gdb/python-selftest.exp: Same.
11749 * gdb.python/py-linetable.exp: Same.
11750 * gdb.python/py-type.exp: Same.
11751 * gdb.python/py-value-cc.exp: Same.
11752 * gdb.python/py-value.exp: Same.
11753
10e79639
YQ
117542014-11-28 Yao Qi <yao@codesourcery.com>
11755
11756 * gdb.base/break-probes.exp: Match library name prefixed with
11757 sysroot.
11758
f28a0564
SM
117592014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11760
11761 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11762 test expected output. Add parentheses for the call to print.
11763 Remove L suffix from integers.
11764
3fe1ce1d
DE
117652014-11-26 Doug Evans <dje@google.com>
11766
11767 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11768
84429e27
YQ
117692014-11-22 Yao Qi <yao@codesourcery.com>
11770
11771 * gdb.trace/entry-values.c: Remove asms.
11772 (foo): Add foo_label.
11773 (bar): Add bar_label.
11774 * gdb.trace/entry-values.exp: Remove code computing foo's
11775 length and bar's length.
11776 (Dwarf::assemble): Invoke function_range for bar and use
11777 MACRO_AT_func for foo.
11778
26741859
YQ
117792014-11-22 Yao Qi <yao@codesourcery.com>
11780
11781 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11782 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11783 Use .Lgcc43_procstart instead of gcc43.
11784
45e44d27
JB
117852014-11-21 Joel Brobecker <brobecker@adacore.com>
11786
11787 * gdb.ada/n_arr_bound: New testcase.
11788
458c8db8
SDJ
117892014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11790
11791 PR breakpoints/10737
11792 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11793 test_catch_syscall_multi_arch.
11794 (test_catch_syscall_multi_arch): New function.
11795
43f3e411
DE
117962014-11-20 Doug Evans <xdje42@gmail.com>
11797
11798 * gdb.base/maint.exp: Update expected output.
11799
0d7b2549
AA
118002014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11801
11802 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11803 4-byte instruction on S390.
11804
8908fca5
JB
118052014-11-19 Joel Brobecker <brobecker@adacore.com>
11806
11807 * gdb.ada/arr_arr: New testcase.
11808
4a46959e
JB
118092014-11-19 Joel Brobecker <brobecker@adacore.com>
11810
11811 * gdb.ada/pkd_arr_elem: New Testcase.
11812
470e2f4e
LM
118132014-11-18 Luis Machado <lgustavo@codesourcery.com>
11814
11815 * gdb.reverse/break-precsave: Expect completion message for
11816 core file reads.
11817 * gdb.reverse/consecutive-precsave.exp: Likewise.
11818 * gdb.reverse/finish-precsave.exp: Likewise.
11819 * gdb.reverse/i386-precsave.exp: Likewise.
11820 * gdb.reverse/machinestate-precsave.exp: Likewise.
11821 * gdb.reverse/sigall-precsave.exp: Likewise.
11822 * gdb.reverse/solib-precsave.exp: Likewise.
11823 * gdb.reverse/step-precsave.exp: Likewise.
11824 * gdb.reverse/until-precsave.exp: Likewise.
11825 * gdb.reverse/watch-precsave.exp: Likewise.
11826
a267f3ad
AA
118272014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11828
11829 * gdb.base/bp-permanent.c: Include unistd.h.
11830 * gdb.python/py-framefilter-mi.c (main): Add return type.
11831 * gdb.python/py-framefilter.c (main): Likewise.
11832 * gdb.trace/actions-changed.c (main): Likewise.
11833
12084a9a
AA
118342014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11835
11836 * gdb.mi/until.c: Add eye-catchers.
11837 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11838 line numbers.
11839
dc7e1a77
AA
118402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11841
11842 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11843 function header variants in break1.c.
11844 * gdb.base/ena-dis-br.exp: Likewise.
11845 * gdb.base/hbreak2.exp: Likewise.
11846 * gdb.reverse/until-precsave.exp: Drop references to removed
11847 non-prototype function header variants in ur1.c.
11848 * gdb.reverse/until-reverse.exp: Likewise.
11849
41c77605
PM
118502014-11-17 Petr Machata <pmachata@redhat.com>
11851
11852 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11853 ${_cu_offset_size} bytes abbrev offset.
11854
34248c3a
DE
118552014-11-15 Doug Evans <xdje42@gmail.com>
11856
11857 PR symtab/17559
11858 * gdb.base/line-symtabs.exp: New file.
11859 * gdb.base/line-symtabs.c: New file.
11860 * gdb.base/line-symtabs.h: New file.
11861
646da059
YQ
118622014-11-14 Yao Qi <yao@codesourcery.com>
11863
11864 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11865 (func): Add label func_label.
11866 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11867 Replace low_pc and high_pc with MACRO_AT_range.
11868 Replace name, low_pc and high_pc with MACRO_AT_func.
11869
9301ebe6
YQ
118702014-11-14 Yao Qi <yao@codesourcery.com>
11871
11872 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11873 Replace name, low_pc and high_pc with MACRO_AT_func.
11874
f166b542
YQ
118752014-11-14 Yao Qi <yao@codesourcery.com>
11876
11877 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11878 produce debug information.
11879 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11880
0f6e71e3
YQ
118812014-11-14 Yao Qi <yao@codesourcery.com>
11882
11883 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11884 object and get function length.
11885 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11886 with MACRO_AT_func.
11887 (top-level): Replace gdb_compile and clean_restart with
11888 prepare_for_testing.
11889 * gdb.dwarf2/main.c (main): Add label main_label.
11890
876c4df9
YQ
118912014-11-14 Yao Qi <yao@codesourcery.com>
11892
11893 * lib/dwarf.exp (function_range): New procedure.
11894 (Dwarf::_handle_macro_at_func): New procedure.
11895 (Dwarf::_handle_macro_at_range): New procedure.
11896 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11897
02ad9cf1
YQ
118982014-11-14 Yao Qi <yao@codesourcery.com>
11899
11900 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11901 (_handle_attribute): New procedure.
11902
a59add0c
AA
119032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11904
11905 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11906 * gdb.base/call-sc.c (zed): Likewise.
11907 * gdb.base/checkpoint.c (main): Likewise.
11908 * gdb.base/dump.c (main): Likewise.
11909 * gdb.base/gcore.c (main): Likewise.
11910 * gdb.base/huge.c (main): Likewise.
11911 * gdb.base/multi-forks.c (main): Likewise.
11912 * gdb.base/pr10179-a.c (main): Likewise.
11913 * gdb.base/savedregs.c (main): Likewise.
11914 * gdb.base/sigaltstack.c (main): Likewise.
11915 * gdb.base/siginfo.c (main): Likewise.
11916 * gdb.base/structs.c (zed): Likewise.
11917 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11918 * gdb.mi/mi-syn-frame.c (main): Likewise.
11919 * gdb.mi/until.c (foo, main): Likewise.
11920 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11921 * gdb.base/solib-weak.c (foo): Declare.
11922 * gdb.base/attach-twice.c: Include stdio.h.
11923 * gdb.base/weaklib1.c: Likewise.
11924 * gdb.base/weaklib2.c: Likewise.
11925 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11926 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11927 unistd.h.
11928 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11929 * gdb.mi/mi-exit-code.c: Likewise.
11930 * gdb.base/break-interp-lib.c: Include string.h.
11931 * gdb.base/coremaker.c: Likewise.
11932 * gdb.base/testenv.c: Likewise.
11933 * gdb.python/py-finish-breakpoint.c: Likewise.
11934 * gdb.base/inferior-died.c: Include sys/wait.h.
11935 * gdb.base/fileio.c: Include time.h.
11936 * gdb.base/async-shell.c: Include unistd.h.
11937 * gdb.base/dprintf-non-stop.c: Likewise.
11938 * gdb.base/info-os.c: Likewise.
11939 * gdb.mi/mi-console.c: Likewise.
11940 * gdb.mi/watch-nonstop.c: Likewise.
11941 * gdb.python/py-events.c: Likewise.
11942 * gdb.base/async.c (baz): Move up before its invocation.
11943 * gdb.base/code_elim2.c (my_global_func): Likewise.
11944 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11945 * gdb.base/advance.c (func2): Likewise.
11946
3b5d5997
AA
119472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11948
11949 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11950 variant.
11951 * gdb.base/annota3.c: Likewise.
11952 * gdb.base/async.c: Likewise.
11953 * gdb.base/average.c: Likewise.
11954 * gdb.base/call-ar-st.c: Likewise.
11955 * gdb.base/call-rt-st.c: Likewise.
11956 * gdb.base/call-sc.c: Likewise.
11957 * gdb.base/call-strs.c: Likewise.
11958 * gdb.base/ending-run.c: Likewise.
11959 * gdb.base/execd-prog.c: Likewise.
11960 * gdb.base/exprs.c: Likewise.
11961 * gdb.base/foll-exec.c: Likewise.
11962 * gdb.base/foll-fork.c: Likewise.
11963 * gdb.base/foll-vfork.c: Likewise.
11964 * gdb.base/funcargs.c: Likewise.
11965 * gdb.base/gcore.c: Likewise.
11966 * gdb.base/jump.c: Likewise.
11967 * gdb.base/langs0.c: Likewise.
11968 * gdb.base/langs1.c: Likewise.
11969 * gdb.base/langs2.c: Likewise.
11970 * gdb.base/mips_pro.c: Likewise.
11971 * gdb.base/nodebug.c: Likewise.
11972 * gdb.base/opaque0.c: Likewise.
11973 * gdb.base/opaque1.c: Likewise.
11974 * gdb.base/recurse.c: Likewise.
11975 * gdb.base/run.c: Likewise.
11976 * gdb.base/scope0.c: Likewise.
11977 * gdb.base/scope1.c: Likewise.
11978 * gdb.base/setshow.c: Likewise.
11979 * gdb.base/setvar.c: Likewise.
11980 * gdb.base/shmain.c: Likewise.
11981 * gdb.base/shr1.c: Likewise.
11982 * gdb.base/shr2.c: Likewise.
11983 * gdb.base/sigall.c: Likewise.
11984 * gdb.base/signals.c: Likewise.
11985 * gdb.base/so-indr-cl.c: Likewise.
11986 * gdb.base/solib2.c: Likewise.
11987 * gdb.base/structs.c: Likewise.
11988 * gdb.base/sum.c: Likewise.
11989 * gdb.base/vforked-prog.c: Likewise.
11990 * gdb.base/watchpoint.c: Likewise.
11991 * gdb.reverse/shr2.c: Likewise.
11992 * gdb.reverse/until-reverse.c: Likewise.
11993 * gdb.reverse/ur1.c: Likewise.
11994 * gdb.reverse/watch-reverse.c: Likewise.
11995
066a77c5
AA
119962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11997
11998 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11999 variant.
12000 * gdb.base/sepdebug.exp: Drop references to removed code.
12001
4f204ea5
AA
120022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12003
12004 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12005 variant. Preserve original line numbering.
12006 * gdb.base/list1.c: Likewise.
12007
3b377a3a
AA
120082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12009
12010 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12011 variant.
12012 * gdb.base/break1.c: Likewise.
12013 * gdb.base/break.exp: Drop references to removed code.
12014
e444df73
AA
120152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12016
12017 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12018 variant.
12019
8008f2a7
AA
120202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12021
12022 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12023
a5a06887
AA
120242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12025
12026 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12027 logic into perform_all_tests() and invoke it with and without
12028 function header prototypes.
12029 (do_function_calls): Remove conditional XFAIL for PR 5318.
12030 (rerun_and_prepare): Remove duplicate code.
12031 (perform_all_tests): New. Main logic moved here.
12032
44dba9b9
AA
120332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12034
12035 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12036 code guarded by #ifdef NO_PROTOTYPES.
12037 (t_double_many_args): Likewise.
12038 (DEF_FUNC_MANY_ARGS_1): Likewise.
12039 (DEF_FUNC_VALUES_1): Likewise.
12040 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12041 guarded by #ifdef PROTOTYPES.
12042
d1fbcd56
AA
120432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12044
12045 * gdb.mi/mi-console.c: Add eye-catcher.
12046 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12047 instead of literal line number.
12048
b0e59b8f
AA
120492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12050
12051 * gdb.base/shr2.c: Add eye-catcher.
12052 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12053 line number.
12054
78f98cca
AA
120552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12056
12057 * gdb.base/jump.c: Add eye-catchers.
12058 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12059 numbers.
12060
58fa2af0
AA
120612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12062
12063 * gdb.base/execd-prog.c: Add eye-catchers.
12064 * gdb.base/foll-exec.c: Likewise.
12065 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12066 line numbers.
12067
04e5059b
AA
120682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12069
12070 * gdb.base/ending-run.c: Add eye-catchers.
12071 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12072 literal line numbers.
12073
dbfdb174
AA
120742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12075
12076 * gdb.base/call-rt-st.c: Add eye-catchers.
12077 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12078 literal line numbers.
12079
888a2ade
AA
120802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12081
12082 * gdb.base/call-ar-st.c: Add eye-catchers.
12083 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12084 literal line numbers.
12085
6acc2dde
AA
120862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12087
12088 * gdb.base/average.c: Add eye-catchers.
12089 * gdb.base/sum.c: Likewise.
12090 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12091 regexps dynamically.
12092
9ecfcd1d
AA
120932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12094
12095 * gdb.base/solib1.c: Add eye-catchers.
12096 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12097 literal line numbers.
12098
78708b7c
PA
120992014-11-12 Pedro Alves <palves@redhat.com>
12100
12101 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12102 leader has exited.
12103
af48d08f
PA
121042014-11-12 Pedro Alves <palves@redhat.com>
12105
12106 * gdb.arch/i386-bp_permanent.c: New file.
12107 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12108 (srcfile): Set to i386-bp_permanent.c.
12109 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12110 that stepi does not execute the 'leave' instruction, instead of
12111 testing it does execute.
12112 * gdb.base/bp-permanent.c: New file.
12113 * gdb.base/bp-permanent.exp: New file.
12114
af3768e9
DE
121152014-11-10 Doug Evans <xdje42@gmail.com>
12116
12117 PR symtab/17564
12118 * gdb.base/symtab-search-order.exp: New file.
12119 * gdb.base/symtab-search-order.c: New file.
12120 * gdb.base/symtab-search-order-1.c: New file.
12121 * gdb.base/symtab-search-order-shlib-1.c: New file.
12122
9de00a4a
PA
121232014-11-07 Pedro Alves <palves@redhat.com>
12124
12125 PR gdb/17511
12126 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12127 i?86-*-linux*.
12128
e0f52461
SC
121292014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12130
12131 PR c++/17494
12132 * gdb.cp/pr17494.cc: New file.
12133 * gdb.cp/pr17494.exp: New file.
12134
6ce8c980
YQ
121352014-11-02 Yao Qi <yao@codesourcery.com>
12136
12137 * gdb.python/python.exp: Get working directory and match the
12138 output of "set extended-prompt \\w " with it.
12139
02be9a71
DE
121402014-10-30 Doug Evans <dje@google.com>
12141
12142 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12143 in objfiles.
12144 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12145 in progspaces.
12146
3bdff46b
LM
121472014-10-30 Janis Johnson <janisjo@codesourcery.com>
12148
12149 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12150 * gdb.base/realname-expand.exp: Likewise.
12151 * gdb.linespec/macro-relative.exp: Likewise.
12152
ab917dfb
PA
121532014-10-29 Pedro Alves <palves@redhat.com>
12154
12155 PR gdb/17408
12156 * gdb.threads/schedlock.c (some_function): New function.
12157 (call_function): New global.
12158 (MAYBE_CALL_SOME_FUNCTION): New macro.
12159 (thread_function): Call it.
12160 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12161 and use it instead of a global counter. Adjust all callers.
12162 (get_current_thread): Use "find current thread" for test message
12163 here rather than having all callers pass down the same string.
12164 (goto_loop): New procedure, factored out from ...
12165 (my_continue): ... this.
12166 (step_ten_loops): Change parameter from test message to command to
12167 use. Adjust.
12168 (list_count): Delete global.
12169 (check_result): New procedure, factored out from duplicate top
12170 level code.
12171 (continue tests): Wrap in with_test_prefix.
12172 (test_step): New procedure, factored out from duplicate top level
12173 code.
12174 (top level): Test "step" in combination with all scheduler-locking
12175 modes. Test "next" in combination with all scheduler-locking
12176 modes, and in combination with stepping over a function call or
12177 not.
12178 * gdb.threads/next-bp-other-thread.c: New file.
12179 * gdb.threads/next-bp-other-thread.exp: New file.
12180
d3d4baed
PA
121812014-10-29 Pedro Alves <palves@redhat.com>
12182
12183 PR python/17372
12184 * gdb.python/python.exp: Test a multi-line command that spawns
12185 interactive Python.
12186 * gdb.base/multi-line-starts-subshell.exp: New file.
12187
563e8d85
YQ
121882014-10-29 Yao Qi <yao@codesourcery.com>
12189
12190 * gdb.base/fileio.exp: Make directories on host.
12191
0ea4d52e
YQ
121922014-10-29 Yao Qi <yao@codesourcery.com>
12193
12194 * gdb.base/fileio.c (test_write): Close the file.
12195
7f5ef605
PA
121962014-10-28 Pedro Alves <palves@redhat.com>
12197
12198 PR gdb/12623
12199 * gdb.base/sigstep.c (no_handler): New global.
12200 (main): If 'no_handler is true, set the signal handlers to
12201 SIG_IGN.
12202 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12203 with_sw_watch and no_handler parameters. Handle them.
12204 (top level) <stepping over handler when stopped at a breakpoint
12205 test>: Add a test axis for testing with a software watchpoint, and
12206 another for testing with the signal handler set to SIG_IGN.
12207 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12208 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12209
abbdbd03
PA
122102014-10-28 Pedro Alves <palves@redhat.com>
12211
12212 PR gdb/17511
12213 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12214 * gdb.base/sigstep.exp (other_handler_location): New global.
12215 (advance): Support stepping into the signal handler, and running
12216 commands while in the handler.
12217 (in_handler_map): New global.
12218 (top level): In the advance test, add combinations for getting
12219 into the handler with stepping commands, and for running commands
12220 in the handler. Add comment descripting the advancei tests.
12221
1df4399f
PA
122222014-10-28 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.base/sigstep.exp: Use build_executable instead of
12225 prepare_for_testing.
12226 (top level): Move code that starts GDB, runs to main and creates a
12227 display to ...
12228 (restart): ... this new procedure.
12229 (top level): Move backtrace from signal handler test to ...
12230 (validate_backtrace): ... this new procedure.
12231 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12232 with_test_prefix. Always restart GDB.
12233 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12234 with_test_prefix. Always restart GDB. No need to delete
12235 breakpoints after the test.
12236 (test_skip_handler): Remove prefix parameter.
12237 (skip_over_handler, breakpoint_to_handler)
12238 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12239 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12240 restart GDB. No need to delete breakpoints after the test.
12241 (top level): Use foreach to call the test procedures with
12242 different commands.
12243
a5b6e449
PA
122442014-10-28 Pedro Alves <palves@redhat.com>
12245
12246 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12247 instead of GNATS numbers.
12248 * gdb.base/sigbpt.exp: Likewise.
12249 * gdb.base/siginfo.exp: Likewise.
12250 * gdb.base/sigstep.exp: Likewise.
12251
e5f8a7cc
PA
122522014-10-27 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.base/sigstep.c (dummy): New global.
12255 (main): Issue a couple writes to the new global.
12256 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12257 procedures.
12258 (skip_over_handler): Use test_skip_handler.
12259 (top level): Call skip_over_handler for stepi and nexti too.
12260 (breakpoint_over_handler): Use test_skip_handler.
12261 (top level): Call breakpoint_over_handler for stepi and nexti too.
12262
763905a3
YQ
122632014-10-27 Yao Qi <yao@codesourcery.com>
12264
12265 * gdb.trace/tfile.c (adjust_function_address)
12266 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12267 function descriptor.
12268
6f259a23
DB
122692014-10-24 Don Breazeal <donb@codesourcery.com>
12270
12271 * gdb.base/foll-fork.exp (test_follow_fork,
12272 catch_fork_child_follow): Check for updated fork messages emitted
12273 from infrun.c.
12274 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12275 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12276 vfork_and_exec_child_follow_through_step): Check for updated vfork
12277 messages emitted from infrun.c.
12278
09dd9a69
PA
122792014-10-24 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/corefile.exp: Remove references to ultrix.
12282 * gdb.base/interrupt.exp: Likewise.
12283 * gdb.base/whatis.exp: Likewise.
12284 * gdb.gdb/selftest.exp: Likewise.
12285 * gdb.threads/manythreads.exp: Likewise.
12286 * gdb.threads/print-threads.exp: Likewise.
12287 * gdb.threads/pthreads.exp:: Likewise.
12288 * gdb.threads/schedlock.exp: Likewise.
12289
3433cfa5
SC
122902014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12291
12292 * gdb.cp/non-trivial-retval.cc: Add a test case.
12293 * gdb.cp/non-trivial-retval.exp: Add a test.
12294
092f880b
YQ
122952014-10-20 Yao Qi <yao@codesourcery.com>
12296
12297 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12298 * gdb.python/py-objfile-script-gdb.py: New file.
12299 * gdb.python/py-objfile-script.exp: Update reference to
12300 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12301 of remote_download. Remove the dest file.
12302
acbdb7f3
YQ
123032014-10-20 Yao Qi <yao@codesourcery.com>
12304
12305 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12306 * gdb.base/step-line.exp: Likewise.
12307 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12308 * gdb.dwarf2/dw2-basic.exp: Likewise.
12309 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12310 * gdb.dwarf2/dw2-filename.exp: Likewise.
12311 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12312 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12313 * gdb.dwarf2/dw2-producer.exp: Likewise.
12314 * gdb.dwarf2/mac-fileno.exp: Likewise.
12315 * gdb.python/py-frame-args.exp: Likewise.
12316 * gdb.python/py-framefilter.exp: Likewise.
12317 * gdb.python/py-mi.exp: Likewise.
12318 * gdb.python/py-objfile-script.exp: Likewise
12319 * gdb.python/py-pp-integral.exp: Likewise.
12320 * gdb.python/py-pp-re-notag.exp: Likewise.
12321 * gdb.python/py-prettyprint.exp: Likewise.
12322 * gdb.python/py-section-script.exp: Likewise.
12323 * gdb.python/py-typeprint.exp: Likewise.
12324 * gdb.python/py-xmethods.exp: Likewise.
12325 * gdb.stabs/weird.exp: Likewise.
12326 * gdb.xml/tdesc-regs.exp: Likewise.
12327
bd286a29
KCY
123282014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12329
12330 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12331 (out_cu): Use addr_len for the size of addresses.
12332 (out_line): Likewise. Size DW_LNE_set_address instruction
12333 according to addr_len.
12334 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12335 (FUNC): Add START_INSNS to definition.
12336
673dc4a0
YQ
123372014-10-18 Yao Qi <yao@codesourcery.com>
12338
12339 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12340 gdb_has_argv0 return true.
12341 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12342 check [target_info exists noargs], check [gdb_has_argv0]
12343 instead.
12344 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12345 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12346 procedures.
12347
4ffbba72
DE
123482014-10-17 Doug Evans <dje@google.com>
12349
12350 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12351 event.
12352 * gdb.python/py-events.py: Add clear_objfiles event.
12353
d096d8c1
DE
123542014-10-17 Doug Evans <dje@google.com>
12355
12356 * gdb.python/py-objfile.exp: Test progspace attribute.
12357
a80db015
LM
123582014-10-17 Luis Machado <lgustavo@codesourcery.com>
12359
12360 * gdb.guile/scm-breakpoint.exp: Do not assume any
12361 directory separators when matching source file paths.
12362 * gdb.python/py-breakpoint.exp: Likewise.
12363 * gdb.reverse/break-precsave.exp: Likewise.
12364 * gdb.reverse/break-reverse.exp: Likewise.
12365 * gdb.reverse/consecutive-precsave.exp: Likewise.
12366 * gdb.reverse/finish-precsave.exp: Likewise.
12367 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12368 * gdb.reverse/finish-reverse.exp: Likewise.
12369 * gdb.reverse/i386-precsave.exp: Likewise.
12370 * gdb.reverse/i387-env-reverse.exp: Likewise.
12371 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12372 * gdb.reverse/machinestate-precsave.exp: Likewise.
12373 * gdb.reverse/machinestate.exp: Likewise.
12374 * gdb.reverse/sigall-precsave.exp: Likewise.
12375 * gdb.reverse/solib-precsave.exp: Likewise.
12376 * gdb.reverse/step-precsave.exp: Likewise.
12377 * gdb.reverse/until-precsave.exp: Likewise.
12378 * gdb.reverse/watch-precsave.exp: Likewise.
12379 * gdb.reverse/watch-reverse.exp: Likewise.
12380
b22089ab
YQ
123812014-10-17 Yao Qi <yao@codesourcery.com>
12382
12383 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12384 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12385
6c4486e6
PA
123862014-10-17 Pedro Alves <palves@redhat.com>
12387
12388 PR gdb/17471
12389 * gdb.base/bg-execution-repeat.c: New file.
12390 * gdb.base/bg-execution-repeat.exp: New file.
12391
0ff33695
PA
123922014-10-17 Pedro Alves <palves@redhat.com>
12393
12394 PR gdb/17300
12395 * gdb.base/continue-all-already-running.c: New file.
12396 * gdb.base/continue-all-already-running.exp: New file.
12397
6fdebc3d
PA
123982014-10-17 Pedro Alves <palves@redhat.com>
12399
12400 PR gdb/17472
12401 * gdb.base/annota-input-while-running.c: New file.
12402 * gdb.base/annota-input-while-running.exp: New file.
12403
32a8097b
PA
124042014-10-17 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.base/callfuncs.exp: emove references to osf.
12407 * gdb.base/sigall.exp: Likewise.
12408 * gdb.gdb/selftest.exp: Likewise.
12409 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12410 * gdb.mi/non-stop.c: Likewise.
12411 * gdb.mi/pthreads.c: Likewise.
12412 * gdb.reverse/sigall-precsave.exp: Likewise.
12413 * gdb.reverse/sigall-reverse.exp: Likewise.
12414 * gdb.threads/pthreads.c: Likewise.
12415 * gdb.threads/pthreads.exp: Likewise.
12416
7a3517ff
YQ
124172014-10-17 Yao Qi <yao@codesourcery.com>
12418
12419 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12420 check 'target_info exists noargs'.
12421 (test_command_prompt_position): Likewise.
12422 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12423 Remove "set args".
12424 (progvar_simple_while_test): Likewise.
12425 (progvar_complex_if_while_test): Likewise.
12426 (if_while_breakpoint_command_test): Likewise.
12427 (infrun_breakpoint_command_test): Likewise.
12428 (breakpoint_command_test): Likewise.
12429 (watchpoint_command_test): Likewise.
12430 (bp_deleted_in_command_test): Likewise.
12431 (temporary_breakpoint_commands): Likewise.
12432
bb99c472
YQ
124332014-10-16 Yao Qi <yao@codesourcery.com>
12434
12435 * gdb.base/remotetimeout.exp: Remove noargs checking.
12436
7c16b83e
PA
124372014-10-15 Pedro Alves <palves@redhat.com>
12438
12439 PR breakpoints/9649
12440 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12441 * gdb.base/breakpoint-in-ro-region.exp
12442 (probe_target_hardware_step): New procedure.
12443 (top level): Probe hardware stepping and hardware breakpoint
12444 support. Test stepping through a read-only region, with both
12445 "breakpoint auto-hw" on and off and both "always-inserted" on and
12446 off.
12447
35a49624
IB
124482014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12449
12450 * gdb.dlang/demangle.exp: Update for demangling changes.
12451
2d1c107c
SC
124522014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12453
12454 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12455 * gdb.cp/non-trivial-retval.exp: Add new tests.
12456
778811d5
SC
124572014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12458
12459 PR c++/13403
12460 PR c++/15154
12461 * gdb.cp/non-trivial-retval.cc: New file.
12462 * gdb.cp/non-trivial-retval.exp: New file.
12463
10c5f0a8
YQ
124642014-10-15 Yao Qi <yao@codesourcery.com>
12465
12466 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12467 remote host.
12468
65d7b369
YQ
124692014-10-15 Yao Qi <yao@codesourcery.com>
12470
12471 * gdb.python/py-symbol.exp: Match file base name if host is
12472 remote, otherwise match file name with dir name.
12473 * gdb.python/py-symtab.exp: Likewise.
12474 * gdb.python/python.exp: Likewise.
12475
46dc1394
YQ
124762014-10-15 Yao Qi <yao@codesourcery.com>
12477
12478 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12479 pattern.
12480 * gdb.python/py-symtab.exp: Likewise.
12481 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12482 locationn.
12483
c40cc657
JB
124842014-10-14 Joel Brobecker <brobecker@adacore.com>
12485
12486 * gdb.ada/addr_arith: New testcase.
12487
2abf49e1
MR
124882014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12489
12490 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12491 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12492 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12493 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12494
f7088df3
SDJ
124952014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12496
12497 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12498 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12499 * gdb.arch/stap-eval-lang-ada.exp: New file.
12500
4dc06805
YQ
125012014-10-14 Yao Qi <yao@codesourcery.com>
12502
12503 * gdb.mi/mi-var-child.c (nothing1): New function.
12504 (nothing2): New function.
12505 (do_children_tests): Set function pointers by nothing1 and
12506 nothing2.
12507 * gdb.mi/mi-var-child.exp: Step over new added statements.
12508 Update test to match the new output.
12509 * gdb.mi/var-cmd.c (nothing1): New function.
12510 (nothing2): New function.
12511 (do_children_tests): Set function pointers by nothing1 and
12512 nothing2.
12513 * gdb.mi/mi-var-display.exp: Update test to match output.
12514 Step to the line specified by $line_dct_nothing.
12515 Increase the number of lines to step.
12516
46a93de2
YQ
125172014-10-14 Yao Qi <yao@codesourcery.com>
12518
12519 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12520 tests.
12521 * gdb.mi/mi2-var-child.exp: Likewise.
12522
14ea52ee
DE
125232014-10-13 Doug Evans <dje@google.com>
12524
12525 * gdb.python/py-objfile.exp: Change name of file name test.
12526
e5c6e92b
DE
125272014-10-13 Doug Evans <dje@google.com>
12528
12529 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12530 from the start of the CU.
12531
c780cc2f
JK
125322014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12533 Yao Qi <yao@codesourcery.com>
12534
12535 Fix "save breakpoints" for "catch" command.
12536 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12537 Remove -nonewline. Match also the added "main" line.
12538
99894e11
JK
125392014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12540
12541 Fix "save breakpoints" for "disable $bpnum" command.
12542 * gdb.base/save-bp.c (main): Add label.
12543 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12544
6e1ac5a3
JK
125452014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12548
754dd2b0
YQ
125492014-10-11 Yao Qi <yao@codesourcery.com>
12550
12551 * gdb.server/server-kill.exp: Execute command
12552 "set remote trace-status-packet on" before "tstatus".
12553
f90183d7
YQ
125542014-10-11 Yao Qi <yao@codesourcery.com>
12555
12556 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12557 (main): Call getppid.
12558 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12559 and continue to it. Read variable "server_pid".
12560
bf40a607
YQ
125612014-10-11 Yao Qi <yao@codesourcery.com>
12562
12563 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12564
052ca370
YQ
125652014-10-11 Yao Qi <yao@codesourcery.com>
12566
12567 * gdb.threads/thread-find.exp: Don't execute command
12568 "info threads".
12569 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12570 * gdb.threads/linux-dp.exp: Don't check the condition
12571 $threads_created equals to zero.
12572
3831839c
PA
125732014-10-10 Pedro Alves <palves@redhat.com>
12574
12575 * gdb.base/bigcore.exp: Remove references to IRIX.
12576 * gdb.base/funcargs.exp: Likewise.
12577 * gdb.base/interrupt.exp: Likewise.
12578 * gdb.base/mips_pro.exp: Likewise.
12579 * gdb.base/nodebug.exp: Likewise.
12580 * gdb.base/setvar.exp: Likewise.
12581 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12582
8b9a549d
PA
125832014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12584 Pedro Alves <palves@redhat.com>
12585
12586 PR symtab/14466
12587 * gdb.base/vdso-warning.c: New file.
12588 * gdb.base/vdso-warning.exp: New file.
12589
d48ba5e8
DE
125902014-10-02 Doug Evans <dje@google.com>
12591
12592 * gdb.base/structs.c (main): Don't run forever.
12593
2278c276
PA
125942014-10-02 Pedro Alves <palves@redhat.com>
12595
12596 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12597 (top level) <stop threads 1, stop threads 2>: Use it.
12598
b57bacec
PA
125992014-10-02 Pedro Alves <palves@redhat.com>
12600
12601 * gdb.threads/break-while-running.exp (test): Add new
12602 'update_thread_list' argument. Skip "info threads" if false.
12603 (top level): Add new 'update_thread_list' axis.
12604
13fd3ff3
PA
126052014-10-02 Pedro Alves <palves@redhat.com>
12606
12607 PR breakpoints/17431
12608 * gdb.base/execl-update-breakpoints.c: New file.
12609 * gdb.base/execl-update-breakpoints.exp: New file.
12610
0fec99e8
PA
126112014-10-01 Pedro Alves <palves@redhat.com>
12612
12613 * gdb.base/breakpoint-in-ro-region.c: New file.
12614 * gdb.base/breakpoint-in-ro-region.exp: New file.
12615
2ddf4301
SM
126162014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12617
12618 * gdb.mi/mi-exit-code.exp: New file.
12619 * gdb.mi/mi-exit-code.c: New file.
12620
6a5f3f43
YQ
126212014-09-30 Yao Qi <yao@codesourcery.com>
12622
12623 * lib/prelink-support.exp (build_executable_own_libs): Error if
12624 the target isn't native.
12625
345bcc73
YQ
126262014-09-30 Yao Qi <yao@codesourcery.com>
12627
12628 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12629 false.
12630
a25a5a45
PA
126312014-09-22 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.threads/break-while-running.exp: New file.
12634 * gdb.threads/break-while-running.c: New file.
12635
00ba3162
YQ
126362014-09-19 Yao Qi <yao@codesourcery.com>
12637
12638 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12639 Invoke test. Restart GDB with --readnow and invoke test again.
12640
c3b7b696
YQ
126412014-09-19 Yao Qi <yao@codesourcery.com>
12642
12643 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12644 proc set_breakpoint_on_gcd_function. Invoke
12645 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12646 invoke set_breakpoint_on_gcd_function again.
12647
2b4fd423
DE
126482014-09-18 Doug Evans <dje@google.com>
12649
12650 * gdb.dwarf2/symtab-producer.exp: New file.
12651
a5947601
SDJ
126522014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12653
12654 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12655 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12656 * gdb.base/global-var-nested-by-dso.c: Likewise.
12657 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12658
91c19059
SDJ
126592014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12660 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.base/watch-bitfields.exp: Pass string other than test file
12663 name to prepare_for_testing.
12664 (watch): New procedure.
12665 (expect_watchpoint): Use with_test_prefix.
12666 (top level): Factor out tests to ...
12667 (test_watch_location, test_regular_watch): ... these new
12668 procedures, and use with_test_prefix and gdb_continue_to_end.
12669
bb9d5f81
PP
126702014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12671
12672 PR breakpoints/12526
12673 * gdb.base/watch-bitfields.exp: New file.
12674 * gdb.base/watch-bitfields.c: New file.
12675
635856f5
PA
126762014-09-16 Pedro Alves <palves@redhat.com>
12677
12678 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12679 software and hardware addresses, not software address against
12680 itself.
12681
7280ceea
PA
126822014-09-16 Pedro Alves <palves@redhat.com>
12683
12684 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12685 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12686
428b16bd
PA
126872014-09-16 Pedro Alves <palves@redhat.com>
12688
12689 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12690 files.
12691 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12692 "*-*-vxworks*" throughout.
12693 * gdb.base/break.exp: Likewise.
12694 * gdb.base/default.exp: Likewise.
12695 * gdb.base/scope.exp: Likewise.
12696 * gdb.base/sepdebug.exp: Likewise.
12697 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12698 throughout.
12699 * gdb.base/run.c: Likewise.
12700 * gdb.base/sepdebug.c: Likewise.
12701 * gdb.hp/gdb.aCC/run.c: Likewise.
12702 * gdb.reverse/until-reverse.c: Likewise.
12703 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12704
666d413c
YQ
127052014-09-16 Yao Qi <yao@codesourcery.com>
12706
12707 * boards/local-remote-host-native.exp: New file.
12708
57cbd724
DE
127092014-09-14 Doug Evans <xdje42@gmail.com>
12710
12711 * gdb.threads/queue-signal.c (thread_count): New variable.
12712 (thread_count_mutex, thread_count_condvar): New variables.
12713 (incr_thread_count, wait_all_threads_running): New functions.
12714 (main): Wait for all threads to be in their thread functions.
12715
81219e53
DE
127162014-09-13 Doug Evans <xdje42@gmail.com>
12717
12718 * gdb.threads/queue-signal.c: New file.
12719 * gdb.threads/queue-signal.exp: New file.
12720
3714cea7
DE
127212014-09-13 Doug Evans <xdje42@gmail.com>
12722
12723 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12724 be consistent with what default_gdb_init uses.
12725 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12726 the plain text of the prompt. Add some logging printfs.
12727 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12728
fa43b1d7
PA
127292014-09-12 Pedro Alves <palves@redhat.com>
12730
12731 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12732 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12733 * gdb.arch/i386-size-overlap.exp: Likewise.
12734 * gdb.arch/i386-size.exp: Likewise.
12735 * gdb.arch/i386-unwind.exp: Likewise.
12736 * gdb.base/a2-run.exp: Likewise.
12737 * gdb.base/break.exp: Likewise.
12738 * gdb.base/charset.exp: Likewise.
12739 * gdb.base/chng-syms.exp: Likewise.
12740 * gdb.base/commands.exp: Likewise.
12741 * gdb.base/dbx.exp: Likewise.
12742 * gdb.base/find.exp: Likewise.
12743 * gdb.base/funcargs.exp: Likewise.
12744 * gdb.base/jit-simple.exp: Likewise.
12745 * gdb.base/reread.exp: Likewise.
12746 * gdb.base/sepdebug.exp: Likewise.
12747 * gdb.base/step-bt.exp: Likewise.
12748 * gdb.cp/mb-inline.exp: Likewise.
12749 * gdb.cp/mb-templates.exp: Likewise.
12750 * gdb.objc/basicclass.exp: Likewise.
12751 * gdb.threads/killed.exp: Likewise.
12752
9d9bf2df
EBM
127532014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12754
12755 PR tdep/17379
12756 * gdb.arch/powerpc-stackless.S: New file.
12757 * gdb.arch/powerpc-stackless.exp: New file.
12758
1cf2f1b0
JK
127592014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12760
12761 * gdb.base/attach.c: Include unistd.h.
12762 (main): Call alarm. Add label postloop.
12763 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12764 gdb_breakpoint, gdb_continue_to_breakpoint.
12765 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12766
98880d46
PA
127672014-09-11 Pedro Alves <palves@redhat.com>
12768
12769 PR gdb/17347
12770 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12771 * gdb.base/attach.exp (test_command_line_attach_run): New
12772 procedure.
12773 (top level): Call it.
12774
4c92ff2c
PA
127752014-09-11 Pedro Alves <palves@redhat.com>
12776
12777 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12778 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12779 (do_command_attach_tests): Use spawn_wait_for_attach.
12780 * gdb.base/solib-overlap.exp: Likewise.
12781 * gdb.multi/multi-attach.exp: Likewise.
12782 * gdb.python/py-prompt.exp: Likewise.
12783 * gdb.python/py-sync-interp.exp: Likewise.
12784 * gdb.server/ext-attach.exp: Likewise.
12785
3adc1a7d
GKB
127862014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12787
12788 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12789 command in testcase. Simplify testcase.
12790
96334934
JB
127912014-09-10 Joel Brobecker <brobecker@adacore.com>
12792
12793 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12794
eb479039
JB
127952014-09-10 Joel Brobecker <brobecker@adacore.com>
12796
12797 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12798
deede10c
JB
127992014-09-10 Joel Brobecker <brobecker@adacore.com>
12800
12801 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12802
7828a5f5
JB
128032014-09-10 Joel Brobecker <brobecker@adacore.com>
12804
12805 * gdb.dwarf2/dynarr-ptr.c: New file.
12806 * gdb.dwarf2/dynarr-ptr.exp: New file.
12807
33aeebcf
MR
128082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12809
12810 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12811 of 30 rather than hardcoding 120 for a slow test case. Take the
12812 `gdb,timeout' target setting into account for this calculation.
12813 Don't extend the timeout for the test cases that don't need it.
12814
7b415901
MR
128152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12816
12817 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12818 a factor of 2 for a slow test case. Take the `gdb,timeout'
12819 target setting into account for this calculation.
12820 * gdb.reverse/until-precsave.exp: Increase the timeout by
12821 a factor of 15 and 3 respectively rather than adding 120
12822 for a pair of slow test cases. Take the `gdb,timeout'
12823 target setting into account for this calculation.
12824
4a40f85a
MR
128252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12826
12827 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12828 timeout, don't pass one down to gdb_expect.
12829 (gdb_expect): Rework timeout selection.
12830
09635af7
MR
128312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12832
12833 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12834 exception on timeout.
12835 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12836 (gdbserver_start_extended): Catch any `gdbserver_start' error
12837 exceptions.
12838 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12839 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12840 `gdbserver_gdb_load' error exceptions.
12841
2bdd10b7
MR
128422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12843
12844 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12845 120 on waiting for the TCP socket to open.
12846
316935f0
DE
128472014-09-09 Doug Evans <xdje42@gmail.com>
12848
12849 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12850 _caller_matches, _any_caller_is, _any_caller_matches.
12851
83740597
DE
128522014-09-09 Doug Evans <xdje42@gmail.com>
12853
12854 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12855
4c122fc3
YQ
128562014-09-09 Yao Qi <yao@codesourcery.com>
12857
12858 * gdb.mi/mi-var-display.exp: Set print symbol off.
12859
a9f116cb
GKB
128602014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12861
12862 PR gdb/17035
12863 * gdb.base/commands.exp: Add tests to verify user-defined
12864 commands with empty bodies.
12865 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12866 python commands in `show user command`.
12867 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12868 scheme commands in `show user command`.
12869
c75bd3a2
JK
128702014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12871
12872 PR python/17355
12873 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12874 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12875 * gdb.python/py-framefilter-invalidarg.exp: New file.
12876 * gdb.python/py-framefilter-invalidarg.py: New file.
12877
faa42425
DE
128782014-09-06 Doug Evans <xdje42@gmail.com>
12879
12880 PR 15276
12881 * gdb.python/py-caller-is.c: New file.
12882 * gdb.python/py-caller-is.exp: New file.
12883
474ca4f6
SDJ
128842014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12885
12886 PR gdb/17235
12887 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12888 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12889
eb0b0463
SDJ
128902014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12891
12892 PR fortran/17237
12893 * gdb.fortran/print-formatted.exp: New file.
12894 * gdb.fortran/print-formatted.f90: Likewise.
12895
5f3b99cf
SS
128962014-09-03 Sasha Smundak <asmundak@google.com>
12897
12898 * gdb.python/py-frame.exp: Test Frame.read_register.
12899
7d793aa9
SDJ
129002014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12901
12902 PR python/16699
12903 * gdb.python/py-completion.exp: New file.
12904 * gdb.python/py-completion.py: Likewise.
12905
fb0576e9
DE
129062014-08-28 Doug Evans <dje@google.com>
12907
12908 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12909 eax,etc. are live with values set by gdb and thus the compiler can't
12910 use them.
12911 * gdb.arch/i386-pseudo.c (main): Ditto.
12912
ee92b0dd
DE
129132014-08-27 Doug Evans <dje@google.com>
12914
12915 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12916
6649db35
DE
129172014-08-25 Doug Evans <dje@google.com>
12918
12919 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12920 (main): Ditto.
12921
564b7600
DE
129222014-08-25 Doug Evans <dje@google.com>
12923
12924 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12925
3881fb67
YQ
129262014-08-24 Yao Qi <yao@codesourcery.com>
12927
12928 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12929 symbol off.
12930 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12931
a05a36a5
DE
129322014-08-22 Doug Evans <dje@google.com>
12933
12934 PR 17276
12935 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12936 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12937 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12938
7c343b48
YQ
129392014-08-22 Yao Qi <yao@codesourcery.com>
12940
12941 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12942 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12943 * gdb.python/python.exp: Likewise. Use .py file on the host
12944 instead of the build.
12945
22fd09ae
JK
129462014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12947
12948 * gdb.threads/gcore-stale-thread.c: New file.
12949 * gdb.threads/gcore-stale-thread.exp: New file.
12950
a8454a7c
PA
129512014-08-21 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12954 * gdb.base/gcore-relro-pie.exp: Likewise.
12955 * gdb.base/gcore-relro.exp: Likewise.
12956 * gdb.base/gcore.exp: Likewise.
12957 * gdb.base/print-symbol-loading.exp: Likewise.
12958 * gdb.threads/gcore-thread.exp: Likewise.
12959 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12960
2a31c623
PA
129612014-08-20 Pedro Alves <palves@redhat.com>
12962 Jan Kratochvil <jan.kratochvil@redhat.com>
12963
12964 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12965 configure.
12966 (EXPECT): Handle READ1 being set.
12967 (all): Depend on EXTRA_RULES.
12968 (check-read1, expect-read1, read1.so, read1): New rules.
12969 * README (Testsuite Parameters): Document the READ1 make variable.
12970 (Race detection): New section.
12971 * configure: Regenerate.
12972 * configure.ac: If build==host==target, and running under a
12973 GNU/glibc system, add read1 to the extra Makefile rules.
12974 (EXTRA_RULES): AC_SUBST it.
12975 * lib/read1.c: New file.
12976
d36430db
JB
129772014-08-20 Joel Brobecker <brobecker@adacore.com>
12978
12979 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12980 the handling of variables declared as a typedef to an array
12981 which a DW_AT_data_location attribute.
12982
9a0dc9e3
PA
129832014-08-19 Andrew Burgess <aburgess@broadcom.com>
12984 Pedro Alves <palves@redhat.com>
12985
12986 PR symtab/14604
12987 PR symtab/14605
12988 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12989 gdb_test.
12990
0718a8da
PA
129912014-08-19 Pedro Alves <palves@redhat.com>
12992
12993 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12994
13b448cd
YQ
129952014-08-19 Yao Qi <yao@codesourcery.com>
12996
12997 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12998 right line.
12999
1cbf5077
DB
130002014-08-18 David Blaikie <dblaikie@gmail.com>
13001
13002 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13003
bf0fae19
JB
130042014-08-18 Joel Brobecker <brobecker@adacore.com>
13005
13006 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13007 attribute in array range.
13008
3c8c5dcc
JB
130092014-08-18 Joel Brobecker <brobecker@adacore.com>
13010
13011 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13012
e66d4446
SC
130132014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13014
13015 PR c++/17132
13016 * gdb.cp/pr17132.cc: New file.
13017 * gdb.cp/pr17132.exp: New file.
13018
940df408
SC
130192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13020
13021 * gdb.python/py-xmethods.py (A_getarrayind)
13022 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13023 Use 'print' with function call syntax.
13024 (E_method_matcher.match): Fix tab vs space indentation mixup.
13025
ebcc6c3a
YQ
130262014-08-15 Yao Qi <yao@codesourcery.com>
13027
13028 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13029 false.
13030
775e0f04
YQ
130312014-08-15 Yao Qi <yao@codesourcery.com>
13032
13033 * gdb.cp/casts.exp: Set print symbol off.
13034 * gdb.cp/class2.exp: Likewise.
13035 * gdb.cp/overload.exp: Likewise.
13036 * gdb.cp/templates.exp: Likewise.
13037
d769e349
DE
130382014-08-11 Doug Evans <dje@google.com>
13039
13040 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13041 (test_load_shlib): Update.
13042
20c6f1e1
YQ
130432014-08-09 Yao Qi <yao@codesourcery.com>
13044
13045 * gdb.base/display.exp: Invoke is_address_zero_readable.
13046 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13047 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13048 * gdb.base/hbreak-unmapped.exp: Return if
13049 is_address_zero_readable returns true.
13050 * gdb.base/signest.exp: Likewise.
13051 * gdb.base/signull.exp: Likewise.
13052 * gdb.base/sigbpt.exp: Likewise.
13053 * gdb.guile/scm-disasm.exp: Do the test if
13054 is_address_zero_readable returns false.
13055 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13056 * gdb.python/py-arch.exp: Likewise.
13057 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13058 * lib/gdb.exp (is_address_zero_readable): New proc.
13059
5792e8e3
YQ
130602014-08-09 Yao Qi <yao@codesourcery.com>
13061
13062 PR testsuite/13443
13063 * gdb.mi/mi-var-display.exp: Make test messages unique.
13064
3cecbbbe
TT
130652014-08-04 Tom Tromey <tromey@redhat.com>
13066
13067 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13068 target 0".
13069
00b51ff5
TT
130702014-08-04 Tom Tromey <tromey@redhat.com>
13071
13072 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13073 "target_resume".
13074
6908c509
JB
130752014-08-01 Joel Brobecker <brobecker@adacore.com>
13076
13077 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13078 inner_vla_struct_object_size.
13079 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13080 as xfail.
13081
cc6563d2
PA
130822014-07-30 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13085 comment.
13086
7e09a223
YQ
130872014-07-29 Yao Qi <yao@codesourcery.com>
13088
13089 PR gdb/17206
13090 * gdb.base/until-nodebug.exp: New.
13091
7ebdbe92
DE
130922014-07-28 Doug Evans <xdje42@gmail.com>
13093
13094 PR guile/17203
13095 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13096 previously existing parameter, and previously ambiguously spelled
13097 parameter.
13098
fdb1adc6
WN
130992014-07-28 Will Newton <will.newton@linaro.org>
13100
13101 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13102
186fcde0
DE
131032014-07-26 Ludovic Courtès <ludo@gnu.org>
13104 Doug Evans <xdje42@gmail.com>
13105
13106 PR guile/17146
13107 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13108
70509625
PA
131092014-07-25 Pedro Alves <palves@redhat.com>
13110
13111 * gdb.threads/signal-command-handle-nopass.c: New file.
13112 * gdb.threads/signal-command-handle-nopass.exp: New file.
13113 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13114 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13115 * gdb.threads/signal-delivered-right-thread.c: New file.
13116 * gdb.threads/signal-delivered-right-thread.exp: New file.
13117
c3f814a1
PA
131182014-07-25 Pedro Alves <palves@redhat.com>
13119
13120 * gdb.base/double-prompt-target-event-error.exp
13121 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13122 match.
13123 (cancel_pagination_in_target_event): Rework double prompt
13124 detection.
13125 * gdb.base/paginate-after-ctrl-c-running.exp
13126 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13127 <return>' match.
13128 * gdb.base/paginate-bg-execution.exp
13129 (test_bg_execution_pagination_return)
13130 (test_bg_execution_pagination_cancel): Remove '-notransfer
13131 <return>' matches.
13132 * gdb.base/paginate-execution-startup.exp
13133 (test_fg_execution_pagination_return)
13134 (test_fg_execution_pagination_cancel): Remove '-notransfer
13135 <return>' matches.
13136 * gdb.base/paginate-inferior-exit.exp
13137 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13138 match.
13139 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13140 * lib/gdb.exp (pagination_prompt): Run text through
13141 string_to_regexp.
13142 (gdb_test_multiple): Match $pagination_prompt instead of
13143 "<return>".
13144 (string_to_regexp): Move to lib/gdb-utils.exp.
13145
e214cf6c
JK
131462014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13147
13148 * gdb.arch/amd64-entry-value-paramref.S: New file.
13149 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13150 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13151 * gdb.arch/amd64-optimout-repeat.S: New file.
13152 * gdb.arch/amd64-optimout-repeat.c: New file.
13153 * gdb.arch/amd64-optimout-repeat.exp: New file.
13154
17d0c5c8
JK
131552014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13156
13157 PR gdb/17170
13158 * gdb.base/statistics.exp: New file.
13159
b8b8facf
DE
131602014-07-17 Doug Evans <dje@google.com>
13161
74b49205 13162 PR gdb/17170
b8b8facf
DE
13163 * gdb.base/maint.exp: Update testing of per-command stats.
13164
1b5d0ab3
PA
131652014-07-16 Pedro Alves <palves@redhat.com>
13166
13167 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13168 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13169 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13170 (tfile_write_buf): New functions.
13171 (add_memory_block): Rewrite using the above.
13172 (adjust_function_address): New function.
13173 (FUNCTION_ADDRESS): New macro.
13174 (write_basic_trace_file): Remove short_x local, and use
13175 tfile_write_16. Change type of func_addr local to unsigned long
13176 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13177 here. Cast argument of add_memory_block to char pointer.
13178 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13179 (main): Remove parameters.
13180 * gdb.trace/tfile.exp: Remove nowarnings.
13181
4d974e88
SM
131822014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13183
13184 * gdb.base/debug-expr.exp: Test string evaluation with
13185 "debug expression" on.
13186
41e99568
PA
131872014-07-15 Pedro Alves <palves@redhat.com>
13188
13189 * gdb.base/reread.exp: Use clean_restart.
13190
487d9753
PL
131912014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13192
13193 * gdb.arch/avr-flash-qualifer.c: New.
13194 * gdb.arch/avr-flash-qualifer.exp: New.
13195
cc1c52ad
PA
131962014-07-14 Pedro Alves <palves@redhat.com>
13197
13198 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13199 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13200
1e973570
PA
132012014-07-14 Pedro Alves <palves@redhat.com>
13202
13203 * gdb.base/double-prompt-target-event-error.c: New file.
13204 * gdb.base/double-prompt-target-event-error.exp: New file.
13205
93d6eb10
PA
132062014-07-14 Pedro Alves <palves@redhat.com>
13207
13208 PR gdb/17072
13209 * gdb.base/paginate-inferior-exit.c: New file.
13210 * gdb.base/paginate-inferior-exit.exp: New file.
13211
0017922d
PA
132122014-07-14 Pedro Alves <palves@redhat.com>
13213
13214 PR gdb/17072
13215 * gdb.base/paginate-bg-execution.c: New file.
13216 * gdb.base/paginate-bg-execution.exp: New file.
13217
94696ad3
PA
132182014-07-14 Pedro Alves <palves@redhat.com>
13219
13220 PR gdb/17072
13221 * gdb.base/paginate-execution-startup.c: New file.
13222 * gdb.base/paginate-execution-startup.exp: New file.
13223 * lib/gdb.exp (pagination_prompt): New global.
13224 (default_gdb_spawn): New procedure, factored out from
13225 default_gdb_spawn.
13226 (default_gdb_start): Adjust to call default_gdb_spawn.
13227 (gdb_spawn): New procedure.
13228
bd293940
PA
132292014-07-14 Pedro Alves <palves@redhat.com>
13230
13231 * lib/gdb.exp (gdb_assert): New procedure.
13232 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13233
c933f875
PA
132342014-07-14 Pedro Alves <palves@redhat.com>
13235
13236 * gdb.base/execution-termios.c: New file.
13237 * gdb.base/execution-termios.exp: New file.
13238
d98b7a16
TT
132392014-07-14 Tom Tromey <tromey@redhat.com>
13240
13241 * gdb.cp/vla-cxx.cc: New file.
13242 * gdb.cp/vla-cxx.exp: New file.
13243
548740d6
TT
132442014-07-14 Tom Tromey <tromey@redhat.com>
13245
13246 * gdb.reverse/rerun-prec.c: New file.
13247 * gdb.reverse/rerun-prec.exp: New file.
13248
a25eb028
MR
132492014-07-12 Maciej W. Rozycki <macro@mips.com>
13250 Maciej W. Rozycki <macro@codesourcery.com>
13251
13252 * lib/gdb-utils.exp: New file.
13253 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13254 inline `gdb_init_command' processing.
13255 (gdb_start_cmd): Likewise.
13256 * lib/mi-support.exp (mi_run_cmd): Likewise.
13257 * README: Document `gdb_init_command' and `gdb_init_commands'.
13258
218c2655
JK
132592014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13260
13261 Fix false FAIL running under a very long directory name.
13262 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13263 and "set print elements 10000". Twice.
13264
5401fde3
YQ
132652014-07-11 Yao Qi <yao@codesourcery.com>
13266
13267 * gdb.base/exprs.exp: "set print symbol off".
13268
e76126e8
PA
132692014-07-11 Pedro Alves <palves@redhat.com>
13270
13271 * gdb.threads/kill.c: New file.
13272 * gdb.threads/kill.exp: New file.
13273
2d6f0de6
YQ
132742014-07-10 Yao Qi <yao@codesourcery.com>
13275
13276 * gdb.trace/tfile.c (write_basic_trace_file)
13277 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13278 address written to trace file.
13279
7180e04a
PA
132802014-07-09 Pedro Alves <palves@redhat.com>
13281
13282 * gdb.base/attach-wait-input.exp: New file.
13283 * gdb.base/attach-wait-input.c: New file.
13284
9a9a7608
AB
132852014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13286
13287 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13288 setting up test structures.
13289 (main): Call new test function.
13290 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13291 test function, continue into test function and walk test
13292 structures.
13293
161ac41e
YQ
132942014-07-02 Yao Qi <yao@codesourcery.com>
13295
13296 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13297 'bar_start' at the beginning of functions 'foo' and 'bar'
13298 respectively.
13299 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13300 instead of 'foo' and 'bar'.
13301
1f267ae3
MM
133022014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13303
13304 * gdb.btrace/segv.exp: New.
13305 * gdb.btrace/segv.c: New.
13306
2b239efb
LM
133072014-07-02 Luis Machado <lgustavo@codesourcery.com>
13308
13309 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13310 instruction.
13311
cf363f18
MW
133122014-06-30 Mark Wielaard <mjw@redhat.com>
13313
13314 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13315 vulture, vilify, villar): New volatile array constants.
13316 (vindictive, vegetation): New const volatile array constants.
13317 * gdb.base/volatile.exp: Test volatile and const volatile array
13318 types.
13319
aebf9d24
AA
133202014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13321
13322 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13323 target lacks support for awatch, rwatch, or hbreak.
13324
b67a2c6f
YQ
133252014-06-27 Yao Qi <yao@codesourcery.com>
13326
13327 * gdb.multi/dummy-frame-restore.exp: New.
13328 * gdb.multi/dummy-frame-restore.c: New.
13329
aef92902
MM
133302014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13331
13332 * gdb.btrace/gcore.exp: New.
13333
8e9db26e
PA
133342014-06-23 Pedro Alves <palves@redhat.com>
13335
13336 * gdb.base/watchpoint-reuse-slot.c: New file.
13337 * gdb.base/watchpoint-reuse-slot.exp: New file.
13338
70afc5b7
SC
133392014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13340
13341 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13342 progspace's filename in 'info', 'enable' and 'disable' command
13343 tests.
13344
b972bd9c
JK
133452014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13346
13347 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13348 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13349 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13350
125f8a3d
GB
133512014-06-20 Gary Benson <gbenson@redhat.com>
13352
13353 * gdb.arch/i386-avx.exp: Fix include file location.
13354 * gdb.arch/i386-sse.exp: Likewise.
13355
3ed9baed
IB
133562014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13357
13358 * gdb.dlang/expression.exp: New file.
13359
034f788c
PA
133602014-06-19 Pedro Alves <palves@redhat.com>
13361
13362 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13363 out from ...
13364 (top level): ... here. Iterate running tests under different
13365 scheduler-locking settings.
13366
45371d0c
LM
133672014-06-18 Luis Machado <lgustavo@codesourcery.com>
13368
13369 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13370 to DW_FORM_addr and use non-zero addresses.
13371
5d376983
SC
133722014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13373
13374 PR gdb/17017
13375 * gdb.python/py-xmethods.cc: Add global function call counters and
13376 increment them in their respective functions. Remove "cout"
13377 statements.
13378 * gdb.python/py-xmethods.exp: Make tests check the global function
13379 call counters instead of depending on inferior IO.
13380
a1aa2221
LM
133812014-06-18 Don Breazeal <donb@codesourcery.com>
13382
13383 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13384 Deleted procedure.
13385 (explicit_fork_parent_follow): Deleted procedure.
13386 (explicit_fork_child_follow): Deleted procedure.
13387 (test_follow_fork): New procedure.
13388 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13389 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13390 procedure calls.
13391
0fc05997
YQ
133922014-06-17 Yao Qi <yao@codesourcery.com>
13393
13394 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13395 CP1252.
13396
70795c52
LM
133972014-06-17 Luis Machado <lgustavo@codesourcery.com>
13398
13399 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13400 Initialize ptr and S explicitly.
13401 (skip_type_update_when_not_use_rtti_test): Likewise.
13402
6be47f0c
KS
134032014-06-16 Keith Seitz <keiths@redhat.com>
13404
13405 PR mi/15863
13406 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13407 the inferior is started.
13408
d03de421
PA
134092014-06-16 Pedro Alves <palves@redhat.com>
13410
13411 * gdb.base/break-main-file-remove-fail.c: New file.
13412 * gdb.base/break-main-file-remove-fail.exp: New file.
13413 * gdb.base/break-unload-file.exp: Use build_executable instead of
13414 prepare_for_testing.
13415 (test_break): New parameter "initial_load". Handle it.
13416 (top level): Add initial_load cmdline/file axis.
13417
f9579b99
TT
134182014-06-12 Tom Tromey <tromey@redhat.com>
13419
13420 * gdb.base/completion.exp: Don't use directory name in test.
13421
3657956b
GB
134222014-06-09 Gary Benson <gbenson@redhat.com>
13423
13424 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13425 separate the always-available ANSI-standard signals from the
13426 signals that require checking.
13427 (main): Likewise.
13428 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13429 Likewise.
13430 (main): Likewise.
13431
4186eb54
KS
134322014-06-07 Keith Seitz <keiths@redhat.com>
13433
13434 Revert:
13435 PR c++/16253
13436 * gdb.cp/var-tag.cc: New file.
13437 * gdb.cp/var-tag.exp: New file.
13438 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13439 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13440 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13441 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13442
25326a28 134432014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13444
13445 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13446
829155c9
PA
134472014-06-06 Pedro Alves <palves@redhat.com>
13448
13449 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13450 in target debug output instead of looking at RSP packets,
13451 disabling the test on any target that uses hardware stepping.
13452 Update comments.
13453
61c8d22e
PA
134542014-06-06 Pedro Alves <palves@redhat.com>
13455
13456 * gdb.base/break-unload-file.exp: Fix typo.
13457
d9a47287
YQ
134582014-06-06 Yao Qi <yao@codesourcery.com>
13459
13460 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13461 from "jit_function" to "^jit_function".
13462
e5e01dbf
YQ
134632014-06-06 Yao Qi <yao@codesourcery.com>
13464
13465 * gdb.base/async.c (foo): Add one statement.
13466 * gdb.base/async.exp: Get the next instruction address and
13467 match the output of "nexti" by instruction address. Match
13468 the hex address in the output of "finish".
13469
73ba372c
GB
134702014-06-06 Gary Benson <gbenson@redhat.com>
13471
13472 * gdb.base/call-signals.c: Remove preprocessor conditionals
13473 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13474 SIGSEGV and SIGTERM.
13475 * gdb.base/sigall.c: Likewise.
13476 * gdb.base/unwindonsignal.c: Likewise.
13477 * gdb.reverse/sigall-reverse.c: Likewise.
13478
831517df
YQ
134792014-06-06 Yao Qi <yao@codesourcery.com>
13480
13481 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13482 readable, skip the test.
13483
b8b91e98
YQ
134842014-06-06 Yao Qi <yao@codesourcery.com>
13485
13486 * gdb.threads/staticthreads.c (thread_function): Move the line
13487 setting breakpoint on forward.
13488 * gdb.threads/staticthreads.exp: Update comments.
13489
fb934770
LC
134902014-06-05 Ludovic Courtès <ludo@gnu.org>
13491
13492 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13493 "history-append! type error".
13494
6ef284bd
SM
134952014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13496
13497 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13498 erroneous dprintf expected input.
13499
a872e241
DE
135002014-06-04 Doug Evans <xdje42@gmail.com>
13501
13502 * gdb.guile/scm-generics.exp: Delete.
13503
16f691fb
DE
135042014-06-04 Doug Evans <xdje42@gmail.com>
13505
13506 * gdb.guile/scm-breakpoint.exp: Update.
13507 Add tests for breakpoint registration.
13508
012370f6
TT
135092014-06-04 Tom Tromey <tromey@redhat.com>
13510
13511 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13512 VLA-in-union.
13513 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13514 inner_vla_struct, vla_union types. Initialize objects of those
13515 types and compute their sizes.
13516
9f5a4cef
HZ
135172014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13518 Hui Zhu <hui@codesourcery.com>
13519
13520 * gdb.base/fileio.exp: Add test for shell not available as well as
13521 available.
13522 * gdb.base/fileio.c (test_system): Check for shell twice.
13523
90a45c4d
YQ
135242014-06-04 Yao Qi <yao@codesourcery.com>
13525
13526 * gdb.base/auto-connect-native-target.exp: Remove redundant
13527 space from the regexp pattern.
13528
70017e41
YQ
135292014-06-04 Yao Qi <yao@codesourcery.com>
13530
13531 * gdb.base/default.exp: Replace "child" with "native" in
13532 regexp pattern.
13533
883964a7
SC
135342014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13535
13536 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13537 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13538 * gdb.python/py-xmethods.py: Python script supporting the
13539 new testcase and tests.
13540
ef370185
JB
135412014-06-03 Joel Brobecker <brobecker@adacore.com>
13542 Pedro Alves <palves@redhat.com>
13543
13544 PR breakpoints/17000
13545 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13546 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13547
1e2ccb61
BM
135482014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13549
13550 * gdb.base/subst.exp: Add tests to verify partial path matching
13551 output.
13552
c6ec5ab2
PA
135532014-06-03 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13556 target that doesn't use software single-stepping.
13557
835c559f
PA
135582014-06-03 Pedro Alves <palves@redhat.com>
13559
13560 PR breakpoints/17000
13561 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13562 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13563
06eb1586
DE
135642014-06-02 Doug Evans <xdje42@gmail.com>
13565
13566 * gdb.guile/scm-parameter.exp: New file.
13567
e698b8c4
DE
135682014-06-02 Doug Evans <xdje42@gmail.com>
13569
13570 * gdb.guile/scm-cmd.c: New file.
13571 * gdb.guile/scm-cmd.exp: New file.
13572
ded03782
DE
135732014-06-02 Doug Evans <xdje42@gmail.com>
13574
13575 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13576 pretty-printer lookup.
13577 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13578 (make-pp_s-printer): Call it.
13579 (make-pretty-printer-from-dict): New function.
13580 (lookup-pretty-printer-maker-from-dict): New function.
13581 (*pretty-printer*): Simplify.
13582 (make-objfile-pp_s-printer): New function.
13583 (install-objfile-pretty-printers!): New function.
13584 (make-progspace-pp_s-printer): New function.
13585 (install-progspace-pretty-printers!): New function.
13586 * gdb.guile/scm-progspace.c: New file.
13587 * gdb.guile/scm-progspace.exp: New file.
13588
41fac0cf
PA
135892014-06-02 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.base/dprintf-bp-same-addr.c: New file.
13592 * gdb.base/dprintf-bp-same-addr.exp: New file.
13593
96ae5695
EBM
135942014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13595
13596 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13597 * gdb.arch/powerpc-power.s: Likewise.
13598
da02b3a8
JB
135992014-06-02 Joel Brobecker <brobecker@adacore.com>
13600
13601 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13602
c72b2e7b
YQ
136032014-06-01 Yao Qi <yao@codesourcery.com>
13604
13605 * gdb.base/watchpoint.exp (test_watch_location): Check null
13606 pointer can be dereferenced. If not, do the test, otherwise
13607 skip it.
13608
53e8a631
AB
136092014-05-30 Andrew Burgess <aburgess@broadcom.com>
13610
13611 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13612 results.
13613 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13614
938f0e2f
AB
136152014-05-30 Andrew Burgess <aburgess@broadcom.com>
13616
13617 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13618 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13619 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13620 * gdb.arch/amd64-invalid-stack-top.c: New file.
13621 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13622
9ba6657a
PA
136232014-05-30 Pedro Alves <palves@redhat.com>
13624
13625 PR breakpoints/17000
13626 * gdb.base/sss-bp-on-user-bp.c: New file.
13627 * gdb.base/sss-bp-on-user-bp.exp: New file.
13628
522c09bf
DB
136292014-05-30 David Blaikie <dblaikie@gmail.com>
13630
13631 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13632 gnu_inline semantics via attribute.
13633 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13634 source explicitly specifies the required semantics.
13635
bf4ef81e
MR
136362014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13637
13638 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13639
329ea579
PA
136402014-05-29 Pedro Alves <palves@redhat.com>
13641 Tom Tromey <tromey@redhat.com>
13642
13643 * gdb.base/async-shell.exp: Don't enable target-async.
13644 * gdb.base/async.exp
13645 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13646 parameter. Adjust.
13647 (top level): Don't test with "target-async".
13648 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13649 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13650 * gdb.base/inferior-died.exp: Don't enable target-async.
13651 * gdb.base/interrupt-noterm.exp: Likewise.
13652 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13653 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13654 * gdb.mi/mi-nonstop.exp: Likewise.
13655 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13656 * gdb.mi/mi-nsintrall.exp: Likewise.
13657 * gdb.mi/mi-nsmoribund.exp: Likewise.
13658 * gdb.mi/mi-nsthrexec.exp: Likewise.
13659 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13660 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13661 * gdb.python/py-evsignal.exp: Don't enable target-async.
13662 * gdb.python/py-evthreads.exp: Likewise.
13663 * gdb.python/py-prompt.exp: Likewise.
13664 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13665 * gdb.server/solib-list.exp: Don't enable target-async.
13666 * gdb.threads/thread-specific-bp.exp: Likewise.
13667 * lib/mi-support.exp: Adjust to use mi-async.
13668
fd664c91
PA
136692014-05-29 Pedro Alves <palves@redhat.com>
13670
13671 PR gdb/13860
13672 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13673 reason, even in sync mode.
13674
251bde03
PA
136752014-05-29 Pedro Alves <palves@redhat.com>
13676 Hui Zhu <hui@codesourcery.com>
13677
13678 PR PR15693
13679 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13680 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13681 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13682 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13683
7f3c0343
JB
136842014-05-28 Joel Brobecker <brobecker@adacore.com>
13685
13686 * config/monitor.exp (gdb_target_monitor): Replace use of
13687 "set remotebaud" by "set serial baud".
13688
b2715b27
AW
136892014-05-26 Andy Wingo <wingo@igalia.com>
13690
13691 * gdb.guile/scm-breakpoint.exp:
13692 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13693 properties instead of gdb-object-properties.
13694
498a4489
YQ
136952014-05-26 Yao Qi <yao@codesourcery.com>
13696
13697 * gdb.server/no-thread-db.exp: Specify source file name
13698 explicitly when setting a breakpoint.
13699
589fdceb
MM
137002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13701
13702 * gdb.btrace/vdso.c: New.
13703 * gdb.btrace/vdso.exp: New.
13704
e9089e05
MM
137052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13706
13707 * gdb.base/gcore.exp (capture_command_output): Move ...
13708 * lib/gdb.exp (capture_command_output): ... here.
13709
67b5c0c1
MM
137102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13711
13712 * gdb.btrace/data.exp: Test memory access during btrace replay.
13713
a2199296
SM
137142014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13715
13716 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13717
17b2616c
PA
137182014-05-21 Pedro Alves <palves@redhat.com>
13719
13720 PR gdb/13860
13721 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13722 (top level): Test that output related to execution commands is
13723 sent to the console with CLI commands, but not with MI commands.
13724 Test that breakpoint events are always mirrored to the console.
13725 Also expect the new source line to be output after a "next" in
13726 async mode too. Make it a pass/fail test.
13727 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13728 output.
13729 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13730
5166082f
PA
137312014-05-21 Pedro Alves <palves@redhat.com>
13732
13733 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13734 Use them to test variations of "list" after reaching a breakpoint.
13735 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13736 Test "list" with listsize 10 after reaching a breakpoint.
13737 * gdb.python/python.exp (decode_line current location line
13738 number): Adjust expected line number.
13739
2f25d70f
SM
137402014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13741
13742 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13743 behavior for $args, pass it directly to "run".
13744
ff604a67
MR
137452014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13746
13747 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13748 30000 to 65536.
13749
6a3cb8e8
PA
137502014-05-21 Pedro Alves <palves@redhat.com>
13751
13752 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13753 auto-connect-native-target off".
13754 * gdb.base/auto-connect-native-target.c: New file.
13755 * gdb.base/auto-connect-native-target.exp: New file.
13756
4ebfc96e
PA
137572014-05-21 Pedro Alves <palves@redhat.com>
13758
13759 * gdb.base/default.exp: Test "target native" instead of "target
13760 child".
13761
36d46afb
MW
137622014-05-21 Mark Wielaard <mjw@redhat.com>
13763
13764 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13765
5876f503
JK
137662014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13767
13768 Fix TLS access for -static -pthread.
13769 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13770 <HAVE_TLS> (thread_function, main): Initialize it.
13771 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13772 Add clean_restart.
13773 <$have_tls != "">: Check TLSVAR.
13774
0256a6ac
PA
137752014-05-21 Pedro Alves <palves@redhat.com>
13776
13777 * gdb.base/dcache-line-read-error.c: New.
13778 * gdb.base/dcache-line-read-error.exp: New.
13779
936d2992
PA
137802014-05-20 Pedro Alves <palves@redhat.com>
13781
13782 * gdb.base/compare-sections.c: New file.
13783 * gdb.base/compare-sections.exp: New file.
13784
802e8e6d
PA
137852014-05-20 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.base/break-idempotent.c: New file.
13788 * gdb.base/break-idempotent.exp: New file.
13789
e59fa00f
MM
137902014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13791
13792 * gdb.btrace/nohist.exp: New.
13793
8b696e31
YQ
137942014-05-20 Yao Qi <yao@codesourcery.com>
13795
13796 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13797 gdb.reverse directory and gdb_reverse_timeout exists in board
13798 setting.
13799 * README: Document gdb_reverse_timeout.
13800
73c9764f
YQ
138012014-05-20 Yao Qi <yao@codesourcery.com>
13802
13803 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13804 'test_file_name'. Treat args as a string instead of a list.
13805 (gdb_init): Rename argument 'args' by 'test_file_name'.
13806
f1f4348a
JK
138072014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13808
13809 * gdb.arch/powerpc-power.exp: New file.
13810 * gdb.arch/powerpc-power.s: New file.
13811
0dbe70ce
DE
138122014-05-16 Doug Evans <dje@google.com>
13813
13814 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13815 * gdb.base/completion.exp: Check that all expected files exist
13816 before doing file completion.
0dbe70ce 13817
8d551b02
DE
138182014-05-16 Doug Evans <dje@google.com>
13819
13820 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13821 Update.
13822 (do_syscall_tests_without_xml): Update.
13823
73eb7709
PA
138242014-05-16 Pedro Alves <palves@redhat.com>
13825
13826 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13827 instead of "unknown output after running".
13828
3fae92fc
YQ
138292014-05-16 Yao Qi <yao@codesourcery.com>
13830
13831 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13832 file1.txt from host at the end.
13833 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13834
c2b2ccc5
DE
138352014-05-15 Doug Evans <dje@google.com>
13836
13837 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13838 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13839 loading file. Add test for TU lookup.
13840
8c217a4b
SM
138412014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13842
13843 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13844 calling "-exec-arguments" or "set args" before running the
13845 inferior.
13846
3deb39c6
SM
138472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13848
13849 * lib/mi-support.exp (mi_expect_stop): Expect message for
13850 inferiors that exit with non-zero exit code.
13851
71a79f8c
YQ
138522014-05-14 Yao Qi <yao@codesourcery.com>
13853
13854 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13855 match absolute path on remote host.
13856 (test_file_list_exec_source_files): Remove "/" from the
13857 pattern.
13858
f23fcd46
YQ
138592014-05-14 Yao Qi <yao@codesourcery.com>
13860
13861 * boards/local-remote-host-notty.exp (${board}_file): New
13862 proc.
13863
9404b58f
KM
138642014-05-07 Kyle McMartin <kyle@redhat.com>
13865
13866 Pushed by Joel Brobecker <brobecker@adacore.com>.
13867 * gdb.arch/aarch64-atomic-inst.c: New file.
13868 * gdb.arch/aarch64-atomic-inst.exp: New file.
13869
5e45f04c
YQ
138702014-05-07 Yao Qi <yao@codesourcery.com>
13871
13872 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13873 in current context" too.
13874
c888a17d
KS
138752014-05-05 Keith Seitz <keiths@redhat.com>
13876
13877 * gdb.linespec/ls-dollar.exp: Add test for linespec
13878 file:convenience_variable.
13879
290a839c
YQ
138802014-05-05 Yao Qi <yao@codesourcery.com>
13881
13882 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13883 traceframes into tfile and ctf trace files. Read data from
13884 trace file and test collected data.
13885 (gdb_collect_locals_test): Likewise.
13886 (gdb_unavailable_registers_test): Likewise.
13887 (gdb_unavailable_floats): Likewise.
13888 (gdb_collect_globals_test): Likewise.
13889 (top-level): Append "ctf" to trace_file_targets if GDB
13890 supports.
13891
b5262cd0
YQ
138922014-05-05 Yao Qi <yao@codesourcery.com>
13893
13894 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13895 code to ...
13896 (gdb_collect_args_test_1): ... it. New proc.
13897 (gdb_collect_locals_test): Move some code to ...
13898 (gdb_collect_locals_test_1): ... it. New proc.
13899 (gdb_unavailable_registers_test): Move some code to ...
13900 (gdb_unavailable_registers_test_1): ... it. New proc.
13901 (gdb_unavailable_floats): Move some code to ...
13902 (gdb_unavailable_floats_1): ... it. New proc.
13903
30a1e6cc
SDJ
139042014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13905
13906 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13907 probes to test for bitness recognition.
13908 * gdb.arch/amd64-stap-optional-prefix.exp
13909 (test_probe_value_without_reg): New procedure.
13910 Add code to test for different kinds of bitness.
13911
f33da99a
SDJ
139122014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13913
13914 PR breakpoints/16889
13915 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13916 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13917
5b80f00d
PA
139182014-05-01 Pedro Alves <palves@redhat.com>
13919
13920 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13921 gdb_file_cmd if no file is specified.
13922 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13923 last_loaded_file to set the remote exec-file.
13924
f8c2a73c
PA
139252014-05-01 Pedro Alves <palves@redhat.com>
13926
13927 * boards/local-remote-host.exp: New file.
13928
be6e8ac7
PA
139292014-05-01 Pedro Alves <palves@redhat.com>
13930
13931 * boards/local-remote-host.exp: Rename to ...
13932 * boards/local-remote-host-notty.exp: ... this.
13933
cac0dc8f
JB
139342014-04-28 Joel Brobecker <brobecker@adacore.com>
13935
13936 * gdb.ada/dyn_arrayidx: New testcase.
13937
9730e6cc
YQ
139382014-04-26 Yao Qi <yao@codesourcery.com>
13939
13940 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13941 and compute the length of function main. Save it in
13942 $main_length.
13943 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13944 (top-level): Use gdb_compile to compile objects into
13945 executable and restart GDB. Remove invocation to
13946 prepare_for_testing.
13947
7ae1a6a6
PA
139482014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13949 Pedro Alves <palves@redhat.com>
13950
13951 PR server/16255
13952 * gdb.multi/multi-attach.c: New file.
13953 * gdb.multi/multi-attach.exp: New file.
13954
4082afcc
PA
139552014-04-25 Pedro Alves <palves@redhat.com>
13956
13957 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13958 user.
13959 (top level): Test that "set remote conditional-breakpoints-packet
13960 off" works as intended.
13961 * gdb.base/dprintf.exp: Test that "set remote
13962 breakpoint-commands-packet off" works as intended.
13963 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13964 New function.
13965 (top level): Call it.
13966 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13967 remote fast-tracepoints-packet off" works as intended.
13968 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13969 * lib/gdb.exp (gdb_is_target_remote): ... here.
13970
2abc3f8d
DB
139712014-04-24 David Blaikie <dblaikie@gmail.com>
13972
13973 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13974 ensure clang would not discard them.
13975 * gdb.base/gdbvars.c: Ditto.
13976 * gdb.base/memattr.c: Ditto.
13977 * gdb.base/whatis.c: Ditto.
13978 * gdb.python/py-prettyprint.c: Ditto.
13979 * gdb.trace/actions.c: Ditto.
13980 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13981 ensure clang would not discard it.
13982
bfd39632
DB
139832014-04-24 David Blaikie <dblaikie@gmail.com>
13984
13985 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13986 clang to emit the full definition of type required by the test
13987 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13988
22842ff6
DB
139892014-04-24 David Blaikie <dblaikie@gmail.com>
13990
13991 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13992 coax Clang into emitting the definition of the type.
13993 * gdb.cp/pr10728-x.h (y): Ditto.
13994 * gdb.cp/pr10728-y.cc (y): Ditto.
13995
c2e827ad
DB
139962014-04-24 David Blaikie <dblaikie@gmail.com>
13997
13998 * gdb.base/label.exp: XFAIL label related tests under Clang.
13999 * gdb.cp/cplabel.exp: Ditto.
14000 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14001 under Clang those using labels.
14002
4c2d33e7
YQ
140032014-04-25 Yao Qi <yao@codesourcery.com>
14004
14005 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14006 double_label.
14007 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14008 partial_label and double_label.
14009
56083b99
DB
140102014-04-24 David Blaikie <dblaikie@gmail.com>
14011
14012 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14013
25d4e99d
DB
140142014-04-24 David Blaikie <dblaikie@gmail.com>
14015
14016 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14017 of the function to work across GCC and Clang.
14018 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14019 pointer types (const void ** const V void **).
14020
01f9f808
MS
140212014-04-24 Michael Sturm <michael.sturm@mintel.com>
14022 Walfred Tedeschi <walfred.tedeschi@intel.com>
14023
14024 * Makefile.in (EXECUTABLES): Added i386-avx512.
14025 * gdb.arch/i386-avx512.c: New file.
14026 * gdb.arch/i386-avx512.exp: Likewise.
14027
4b48d439
KS
140282014-04-23 Keith Seitz <keiths@redhat.com>
14029
14030 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14031 (mi_make_breakpoint_table): New procedure.
14032 (mi_create_breakpoint): Use mi_make_breakpoint
14033 and return the result.
14034 (mi_make_breakpoint): New procedure.
14035 (mi_build_kv_pairs): New procedure.
14036
14037 * gdb.mi/mi-break.exp: Remove unused globals,
14038 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14039 All callers updated.
14040 * gdb.mi/mi-dprintf.exp: Use variable to track command
14041 number.
14042 Update all callers of mi_create_breakpoint and use
14043 mi_make_breakpoint_table.
14044 Remove any unused global variables.
14045 * gdb.mi/mi-nonstop.exp: Likewise.
14046 * gdb.mi/mi-nsintrall.exp: Likewise.
14047 * gdb.mi/mi-nsmoribund.exp: Likewise.
14048 * gdb.mi/mi-nsthrexec.exp: Likewise.
14049 * gdb.mi/mi-reverse.exp: Likewise.
14050 * gdb.mi/mi-simplerun.exp: Likewise.
14051 * gdb.mi/mi-stepn.exp: Likewise.
14052 * gdb.mi/mi-syn-frame.exp: Likewise.
14053 * gdb.mi/mi-until.exp: Likewise.
14054 * gdb.mi/mi-var-cp.exp: Likewise.
14055 * gdb.mi/mi-var-display.exp: Likewise.
14056 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14057 * gdb.mi/mi2-var-child.exp: Likewise.
14058 * gdb.mi/mi-vla-c99.exp: Likewise.
14059 * lib/mi-support.exp: Likewise.
14060
14061 From Ian Lance Taylor <iant@cygnus.com>:
14062 * lib/gdb.exp (parse_args): New procedure.
14063
08351840
PA
140642014-04-23 Pedro Alves <palves@redhat.com>
14065
14066 * gdb.base/break-unload-file.c: New file.
14067 * gdb.base/break-unload-file.exp: New file.
14068 * gdb.base/sym-file-lib.c (baz): New function.
14069 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14070 field.
14071 (load): Store the segment's mapped size.
14072 (unload): New function.
14073 (unload_shlib): New function.
14074 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14075 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14076 set a breakpoint at baz, and call it.
14077 * gdb.base/sym-file.exp: New tests for stale breakpoint
14078 instructions.
14079
076855f9
PA
140802014-04-23 Pedro Alves <palves@redhat.com>
14081
14082 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14083 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14084 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14085 * gdb.base/hbreak-unmapped.c: New file.
14086 * gdb.base/hbreak-unmapped.exp: New file.
14087 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14088 * lib/gdb.exp (gdb_is_target_remote): ... here.
14089
483805cf
PA
140902014-04-22 Pedro Alves <palves@redhat.com>
14091
14092 * gdb.base/consecutive-step-over.c: New file.
14093 * gdb.base/consecutive-step-over.exp: New file.
14094
06d97543
PA
140952014-04-22 Pedro Alves <palves@redhat.com>
14096
14097 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14098 instead of send_gdb/gdb_expect.
14099
b4429ea2
YQ
141002014-04-22 Yao Qi <yao@codesourcery.com>
14101
14102 * lib/trace-support.exp (generate_tracefile): New procedure.
14103 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14104 return 0.
14105 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14106 if generate_tracefile returns 1.
14107
51d48146
PA
141082014-04-18 Tom Tromey <palves@redhat.com>
14109 Pedro alves <tromey@redhat.com>
14110
14111 PR backtrace/15558
14112 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14113 with a backtrace limit.
14114 * gdb.python/py-frame-inline.exp: Test running to an inline
14115 function with a backtrace limit, and printing the newest frame.
14116 * gdb.python/py-frame-inline.c (main): Call f.
14117
bd1dce5f
MS
141182014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14119
14120 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14121
40d1a503
MS
141222014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14123
14124 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14125 Drop prefix from unsupported source file path.
14126
389b98f7
YQ
141272014-04-17 Yao Qi <yao@codesourcery.com>
14128
14129 * lib/gdb.exp (with_target_charset): New proc.
14130 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14131 with_target_charset.
14132 (test_print_strings): Likewise.
14133 (test_repeat_bytes): Likewise.
14134 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14135 for some tests.
14136
22869d73
KS
141372014-04-16 Keith Seitz <keiths@redhat.com>
14138
14139 PR gdb/15827
14140 * gdb.dwarf2/corrupt.c: New file.
14141 * gdb.dwarf2/corrupt.exp: New file.
14142
c4f87ca6
KS
141432014-04-16 Keith Seitz <keiths@redhat.com>
14144
14145 PR c++/16597
14146 * gdb.cp/namelessclass.cc: New file.
14147 * gdb.cp/namelessclass.exp: New file.
14148 * gdb.cp/namelessclass.S: New file.
14149
ab19de87
DE
141502014-04-16 Doug Evans <dje@google.com>
14151
14152 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14153 Add comment.
14154 (gdbserver_default_get_comm_port): New function.
14155 (gdbserver_start): Check if board file provided
14156 "gdbserver,get_comm_port" and use it if so.
14157 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14158 (gdb,socketport): Set to "stdio".
14159 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14160 (stdio_gdbserver_template): Delete.
14161 (${board}_get_remote_address): Update.
14162 (${board}_build_remote_cmd): Delete.
14163 (${board}_get_comm_port): New function.
14164 (${board}_spawn): Update.
14165 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14166 Delete.
14167 (${board}_get_remote_address): Update.
14168 (${board}_get_comm_port): New function.
14169
fc98a809
AB
141702014-04-16 Andrew Burgess <aburgess@broadcom.com>
14171
14172 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14173 appearing in any order.
14174
87fd9e6e
DE
141752014-04-15 Doug Evans <dje@google.com>
14176
14177 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14178 uninitialized value of "description".
14179
099fc3ea
KS
141802014-04-15 Keith Seitz <keiths@redhat.com>
14181
14182 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14183 Remove unused globals.
14184 (test_running_the_program): Likewise.
14185 (test_controlled_execution): Likewise.
14186 (test_controlling_breakpoints): Likewise.
14187 (test_program_termination): Likewise.
14188
5da151d4
KS
141892014-04-15 Keith Seitz <keiths@redhat.com>
14190
14191 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14192 unused globals.
14193 (test_rbreak_creation_and_listing): Likewise.
14194 (test_ignore_count): Likewise.
14195 (test_error): Likewise.
14196
35e5d2f0
PA
141972014-04-15 Pedro Alves <palves@redhat.com>
14198
14199 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14200 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14201 sym-file-loader.c.
14202 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14203 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14204 to sym-file-loader.c.
14205 (struct library): Forward declare.
14206 (load_shlib, lookup_function): Change prototypes.
14207 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14208 (translate_offset): Remove declarations.
14209 (get_text_addr): New declaration.
14210 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14211 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14212 sym-file-loader.h.
14213 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14214 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14215 here from sym-file-loader.h.
14216 (struct library): New structure.
14217 (load_shlib, lookup_function): Change prototypes and adjust to
14218 work with a struct library.
14219 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14220 (translate_offset): Make static.
14221 (get_text_addr): New function.
14222 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14223
eb4c1710
PA
142242014-04-15 Pedro Alves <palves@redhat.com>
14225
14226 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14227
2d1baf52
PA
142282014-04-15 Pedro Alves <palves@redhat.com>
14229
14230 * gdb.base/sym-file-loader.c: Include <limits.h>.
14231 (SELF_LINK): New define.
14232 (get_origin): New function.
14233 (load_shlib): Use it.
14234 * gdb.base/sym-file.exp: Don't early return if the target is
14235 remote. Use runto_main, and issue fail is that fails. Use
14236 gdb_load_shlibs.
14237 (shlib_name): Delete.
14238 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14239
7dd6df01
PA
142402014-04-15 Pedro Alves <palves@redhat.com>
14241
14242 * gdb.base/sym-file.exp: Remove regex characters from test
14243 message. Don't refer to breakpoint numbers in test messages.
14244
b50c8614
KS
142452014-04-14 Keith Seitz <keiths@redhat.com>
14246
14247 PR c++/16253
14248 * gdb.cp/var-tag.cc: New file.
14249 * gdb.cp/var-tag.exp: New file.
14250 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14251 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14252 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14253 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14254
3d567982
TT
142552014-04-14 Tom Tromey <tromey@redhat.com>
14256
14257 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14258 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14259 type.
14260 * gdb.cp/enum-class.exp: New file.
14261 * gdb.cp/enum-class.cc: New file.
14262
0626fc76
TT
142632014-04-14 Tom Tromey <tromey@redhat.com>
14264
14265 * gdb.dwarf2/enum-type.exp: New file.
14266
dca325b3
SA
142672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14268
14269 * gdb.mi/mi-vla-c99.exp: New file.
14270 * gdb.mi/vla.c: New file.
14271
5854b38a
SA
142722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14273
14274 * gdb.base/vla-datatypes.c: New file.
14275 * gdb.base/vla-datatypes.exp: New file.
14276
463bb957
SA
142772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14278
14279 * gdb.base/vla-ptr.c: New file.
14280 * gdb.base/vla-ptr.exp: New file.
14281
3dd170be
SA
142822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14283
14284 * gdb.dwarf2/count.exp: New file.
14285
5ecaaa66
SA
142862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14287
14288 * gdb.base/vla-sideeffect.c: New file.
14289 * gdb.base/vla-sideeffect.exp: New file.
14290
41f1ada5
DB
142912014-04-14 David Blaikie <dblaikie@gmail.com>
14292
14293 * gdb.mi/non-stop.c: Add return value for non-void function return
14294 statement.
14295 * gdb.threads/staticthreads.c: Ditto.
14296
0be03e84
DE
142972014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14298 Doug Evans <xdje42@gmail.com>
14299
14300 * gdb.guile/scm-value.c: Improve test case.
14301 * gdb.guile/scm-value.exp: Add new test.
14302
f180a1fb
DB
143032014-04-11 David Blaikie <dblaikie@gmail.com>
14304
14305 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14306 override Clang's default.
14307
6b662e19
JB
143082014-04-11 Joel Brobecker <brobecker@adacore.com>
14309
14310 Revert the following changes (regressions):
14311
14312 * gdb.base/vla-sideeffect.c: New file.
14313 * gdb.base/vla-sideeffect.exp: New file.
14314
14315 * gdb.dwarf2/count.exp: New file.
14316
14317 * gdb.base/vla-multi.c: New file.
14318 * gdb.base/vla-multi.exp: New file.
14319
14320 * gdb.base/vla-ptr.c: New file.
14321 * gdb.base/vla-ptr.exp: New file.
14322
14323 * gdb.base/vla-datatypes.c: New file.
14324 * gdb.base/vla-datatypes.exp: New file.
14325
14326 * gdb.mi/mi-vla-c99.exp: New file.
14327 * gdb.mi/vla.c: New file.
14328
245a5f0b
KS
143292014-04-11 Keith Seitz <keiths@redhat.com>
14330
14331 PR c++/16675
14332 * gdb.cp/cpsizeof.exp: New file.
14333 * gdb.cp/cpsizeof.cc: New file.
14334
58a84dcf
SA
143352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14336
191a8a90
JB
14337 * gdb.mi/mi-vla-c99.exp: New file.
14338 * gdb.mi/vla.c: New file.
58a84dcf 14339
c8655f75
SA
143402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14341
14342 * gdb.base/vla-datatypes.c: New file.
14343 * gdb.base/vla-datatypes.exp: New file.
14344
024e13b4
SA
143452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14346
14347 * gdb.base/vla-ptr.c: New file.
14348 * gdb.base/vla-ptr.exp: New file.
14349
1a237e0e
SA
143502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14351
14352 * gdb.base/vla-multi.c: New file.
14353 * gdb.base/vla-multi.exp: New file.
14354
504f3432
SA
143552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14356
14357 * gdb.dwarf2/count.exp: New file.
14358
3bce8237
SA
143592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14360
191a8a90
JB
14361 * gdb.base/vla-sideeffect.c: New file.
14362 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14363
322f9c21
YQ
143642014-04-11 Yao Qi <yao@codesourcery.com>
14365
14366 * gdb.base/completion.exp: Check file exists before running tests
14367 on file completion.
14368
d708bcd1
PA
143692014-04-10 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.base/cond-eval-mode.c: New file.
14372 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14373 prepare_for_testing to build the new file. Check result of
14374 runto_main.
14375 (test_break, test_watch): New procedures.
14376 (top level): Use them.
14377
ae1d2761
PM
143782014-04-08 Pierre Muller <muller@sourceware.org>
14379
14380 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14381 Ctrl-V use for mingw hosts.
14382
7af389b8
SC
143832014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14384
14385 * gdb.python/py-value.c: Improve test case.
14386 * gdb.python/py-value.exp: Add new test.
14387
5e703181
DE
143882014-04-07 David Blaikie <dblaikie@gmail.com>
14389
14390 * lib/compiler.c: Identify the clang compiler.
14391 * lib/compiler.cc: Ditto.
14392
9810b410
YQ
143932014-04-03 Yao Qi <yao@codesourcery.com>
14394
14395 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14396
98d1b8dc
AB
143972014-04-01 Anton Blanchard <anton@samba.org>
14398
14399 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14400 messages unique.
14401
3114cea1
AB
144022014-04-01 Anton Blanchard <anton@samba.org>
14403
14404 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14405 prepare_for_testing.
14406
62f7182c
AB
144072014-04-01 Anton Blanchard <anton@samba.org>
14408
14409 * gdb.arch/ppc64-atomic-inst.c: Remove.
14410 * gdb.arch/ppc64-atomic-inst.S: New file.
14411 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14412
770e7fc7
DE
144132014-03-31 Doug Evans <dje@google.com>
14414
14415 * gdb.base/print-symbol-loading-lib.c: New file.
14416 * gdb.base/print-symbol-loading-main.c: New file.
14417 * gdb.base/print-symbol-loading.exp: New file.
14418
46e2bafa
YQ
144192014-03-31 Yao Qi <yao@codesourcery.com>
14420
14421 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14422
8776cfe9
JB
144232014-03-28 Joel Brobecker <brobecker@adacore.com>
14424
14425 * gdb.ada/mi_dyn_arr: New testcase.
14426
5d1ef361
DE
144272014-03-27 Doug Evans <dje@google.com>
14428
14429 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14430
b5bee914
YQ
144312014-03-27 Yao Qi <yao@codesourcery.com>
14432
14433 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14434 if target is nios2-*-*.
14435
0d4d0e77
YQ
144362014-03-26 Yao Qi <yao@codesourcery.com>
14437
14438 * lib/gdb.exp (readline_is_used): New proc.
14439 * gdb.base/completion.exp: Move tests on command complete up.
14440 Skip the rest of tests if readline is not used.
14441 * gdb.ada/complete.exp: Skp the test if readline is not
14442 used.
14443 * gdb.base/filesym.exp: Likewise.
14444 * gdb.base/macscp.exp: Likewise.
14445 * gdb.base/readline-ask.exp: Likewise.
14446 * gdb.base/readline.exp: Likewise.
14447 * gdb.python/py-cmd.exp: Likewise.
14448 * gdb.trace/tfile.exp: Likewise.
14449
29361eee
YQ
144502014-03-26 Yao Qi <yao@codesourcery.com>
14451
14452 * gdb.base/macscp.exp: Fix code format issues.
14453
bc9a5525
UW
144542014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14455
14456 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14457 * gdb.asm/powerpc64le.inc: New file.
14458
d3839ede
PA
144592014-03-25 Pedro Alves <palves@redhat.com>
14460 Doug Evans <dje@google.com>
14461
14462 * gdb.base/source-execution.c: New file.
14463 * gdb.base/source-execution.exp: New file.
14464 * gdb.base/source-execution.gdb: New file.
14465
01672a57
DE
144662014-03-24 Doug Evans <dje@google.com>
14467
14468 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14469 using fission.
14470
88bbeca9
HZ
144712014-03-24 Hui Zhu <hui@codesourcery.com>
14472 Pedro Alves <palves@redhat.com>
14473
14474 PR breakpoints/16101
14475 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14476 test pass/fail messages. Detect missing support for dprintf when
14477 breakpoints are actually inserted.
14478 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14479 breakpoints are actually inserted.
14480 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14481 fails.
14482
d2348791
JK
144832014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14486
feef67ab
DE
144872014-03-22 Doug Evans <xdje42@gmail.com>
14488
14489 * gdb.python/python.exp (python not supported): Verify multi-line
14490 python command issues an error.
25d743f9 14491 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14492 guile command issues an error.
feef67ab 14493
ecebef6a
MR
144942014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14495
14496 * gdb.threads/thread-specific.exp: Handle the lack of usable
14497 $this_breakpoint and $this_thread.
14498
ccdd1909
HZ
144992014-03-21 Hui Zhu <hui@codesourcery.com>
14500
14501 * gdb.base/attach.exp (do_command_attach_tests): New.
14502
beb460e8
PA
145032014-03-20 Tom Tromey <tromey@redhat.com>
14504 Pedro Alves <palves@redhat.com>
14505
14506 PR cli/15718
14507 * gdb.base/condbreak-call-false.c: New file.
14508 * gdb.base/condbreak-call-false.exp: New file.
14509
40acf43a
PA
145102014-03-20 Pedro Alves <palves@redhat.com>
14511
14512 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14513 Delete.
14514 (block_signals, unblock_signals): Delete.
14515 (child_function_2, main): Remove references to deleted variable
14516 and functions.
14517
9f5e1e02
PA
145182014-03-20 Pedro Alves <palves@redhat.com>
14519
14520 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14521 Use pthread_kill to signal thread 2.
14522 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14523 Adjust to make the test send itself a signal rather than using the
14524 host's "kill" command.
14525
99619bea
PA
145262014-03-20 Pedro Alves <palves@redhat.com>
14527
14528 * gdb.threads/multiple-step-overs.c: New file.
14529 * gdb.threads/multiple-step-overs.exp: New file.
14530 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14531 Adjust expected infrun debug output.
14532
2adfaa28
PA
145332014-03-20 Pedro Alves <palves@redhat.com>
14534
14535 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14536 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14537
31e77af2
PA
145382014-03-20 Pedro Alves <palves@redhat.com>
14539
14540 PR breakpoints/7143
14541 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14542 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14543 of gdb_test_multiple.
14544 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14545 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14546
b9f437de
PA
145472014-03-20 Pedro Alves <palves@redhat.com>
14548
14549 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14550 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14551
05adc73e
PA
145522014-03-19 Pedro Alves <palves@redhat.com>
14553
14554 * gdb.base/async.exp: Remove early return.
14555
6048b950
PA
145562014-03-19 Pedro Alves <palves@redhat.com>
14557
14558 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14559
8bcfb00a
PA
145602014-03-19 Pedro Alves <palves@redhat.com>
14561
14562 * gdb.base/async.exp (test_background): Expect \r\n after
14563 "completed." in the fail pattern.
14564
884e37dc
PA
145652014-03-19 Pedro Alves <palves@redhat.com>
14566
14567 * gdb.base/async.exp (test_background): New procedure.
14568 Use it for all background execution command tests.
14569
148e57e2
PA
145702014-03-19 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.base/async.exp: Use prepare_for_testing.
14573
f48088c7
PA
145742014-03-19 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14577 the same line.
14578
e2f6c966
PA
145792014-03-19 Pedro Alves <palves@redhat.com>
14580
14581 * gdb.base/async.c (main): Add "jump here" and "until here" line
14582 marker comments.
14583 * gdb.base/async.exp (jump_here): New global.
14584 (jump& test): Use it.
14585 (until_here): New global.
14586 (until& test): Use it.
14587
c30568d4
PA
145882014-03-19 Pedro Alves <palves@redhat.com>
14589
14590 * gdb.base/async.exp: Don't frob gdb_protocol.
14591
0172b6a7
DE
145922014-03-18 Doug Evans <xdje42@gmail.com>
14593
14594 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14595 Fix spelling of exec-done-display.
14596
06c868a8
JK
145972014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14598
14599 PR gdb/15358
14600 * gdb.base/gdb-sigterm.c: New file.
14601 * gdb.base/gdb-sigterm.exp: New file.
14602
0c7e1a46
PA
146032014-03-18 Pedro Alves <palves@redhat.com>
14604
14605 PR gdb/13860
14606 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14607 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14608 solib-event.
14609
f7c77d93
JB
146102014-03-17 Joel Brobecker <brobecker@adacore.com>
14611
14612 * gdb.ada/pckd_arr_ren: New testcase.
14613
5a1e8c7a
DE
146142014-03-13 Doug Evans <xdje42@gmail.com>
14615
14616 PR guile/16612
14617 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14618 collect after discarding symbols.
14619
350e1a76
DE
146202014-03-13 Ludovic Courtès <ludo@gnu.org>
14621 Doug Evans <xdje42@gmail.com>
14622
14623 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14624 to history survives a gc.
14625
a69900ae
PA
146262014-03-13 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.base/default.exp: Don't test "target procfs".
14629
5db9f0bd
PA
146302014-03-13 Pedro Alves <palves@redhat.com>
14631
14632 * gdb.base/default.exp: Update "target child" and "target procfs"
14633 tests to not expect "Unix".
14634
b3ccfe11
TT
146352014-03-12 Tom Tromey <tromey@redhat.com>
14636
14637 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14638 New procs. Add target-async tests.
14639 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14640 Add target-async tests.
14641
646f4417
AA
146422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14643
14644 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14645 'func_start' and 'func_end' for the beginning and end of the
14646 function code, respectively.
14647 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14648 'func_end' instead of 'func' and 'main'.
14649
288c211f
AA
146502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14651
14652 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14653 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14654 generate the debug info assembler source.
14655
e0c0f156
AA
146562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14657
14658 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14659 * gdb.dwarf2/arr-subrange.exp: Likewise.
14660 * gdb.dwarf2/dwz.exp: Likewise.
14661 * gdb.dwarf2/method-ptr.exp: Likewise.
14662 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14663 * gdb.dwarf2/subrange.exp: Likewise.
14664 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14665 * gdb.dwarf2/implptrpiece.exp: Likewise.
14666 * gdb.dwarf2/nostaticblock.exp: Likewise.
14667
0e5c4555
AA
146682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14669
14670 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14671 directory to absolute path name arguments.
14672
5ec18f2b
JG
146732014-03-10 Joel Brobecker <brobecker@adacore.com>
14674
14675 * gdb.ada/tagged_access: New testcase.
14676
847fc4f2
MM
146772014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14678
14679 * gdb.btrace/data.exp: Update expected output.
14680
cc3da688
YQ
146812014-03-06 Yao Qi <yao@codesourcery.com>
14682
14683 * gdb.trace/pr16508.exp: New file.
14684
0f26cec1
PA
146852014-03-05 Pedro Alves <palves@redhat.com>
14686
14687 PR gdb/16575
14688 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14689 procedure.
14690 (top level): Adjust to use it. Add tests that exercise breakpoint
14691 interaction with the code-cache.
14692
7a5a839f
LC
146932014-02-26 Ludovic Courtès <ludo@gnu.org>
14694
14695 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14696 test for 'history-append!'.
14697
31aa7e4e
JB
146982014-02-26 Joel Brobecker <brobecker@adacore.com>
14699
14700 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14701 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14702 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14703 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14704 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14705 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14706
1b588015
JB
147072014-02-26 Joel Brobecker <brobecker@adacore.com>
14708
14709 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14710 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14711 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14712
55426c9d
JB
147132014-02-26 Joel Brobecker <brobecker@adacore.com>
14714
14715 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14716
dc53a7ad
JB
147172014-02-26 Joel Brobecker <brobecker@adacore.com>
14718
14719 * gdb.dwarf2/arr-stride.c: New file.
14720 * gdb.dwarf2/arr-stride.exp: New file.
14721
12ab52e9
PA
147222014-02-26 Pedro Alves <palves@redhat.com>
14723
14724 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14725 that won't ever trigger. Make sure that GDB reports the correct
14726 breakpoint that caused the stop.
14727
849c862e
JK
147282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14729
14730 PR gdb/16626
14731 * gdb.base/auto-load-script: New file.
14732 * gdb.base/auto-load.c: New file.
14733 * gdb.base/auto-load.exp: New file.
14734
71b7d793
JK
14735 PR gdb/16626
14736 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14737
e2f0d509
JK
147382014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14739
14740 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14741 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14742
50cc37c8
DE
147432014-02-24 Doug Evans <dje@google.com>
14744
14745 * lib/gdb.exp (run_on_host): Log error output if program fails.
14746
ea4758f2
PA
147472014-02-21 Pedro Alves <palves@redhat.com>
14748
14749 * gdb.threads/step-after-sr-lock.c: Rename to ...
14750 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14751 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14752 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14753 ... this.
14754
d7b30f67
SDJ
147552014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14756
14757 PR tdep/16397
14758 * gdb.arch/amd64-stap-special-operands.exp: New file.
14759 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14760 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14761 * gdb.arch/amd64-stap-triplet.S: Likewise.
14762 * gdb.arch/amd64-stap-triplet.c: Likewise.
14763
83deb43f
JB
147642014-02-20 Joel Brobecker <brobecker@adacore.com>
14765
14766 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14767 in .section pseudo-op.
14768
adde2bff
DE
147692014-02-20 lin zuojian <manjian2006@gmail.com>
14770 Joel Brobecker <brobecker@adacore.com>
14771 Doug Evans <xdje42@gmail.com>
14772
14773 PR symtab/16581
14774 * gdb.dwarf2/dw2-icycle.S: New file.
14775 * gdb.dwarf2/dw2-icycle.c: New file.
14776 * gdb.dwarf2/dw2-icycle.exp: New file.
14777
f7bd0f78
SC
147782014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14779
14780 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14781 operations on gdb.Value objects.
14782 * gdb.python/py-value-cc.exp: Add new test to test operations on
14783 gdb.Value objects.
14784
c17ef0d5
DE
147852014-02-18 Doug Evans <dje@google.com>
14786
14787 * Makefile.in (TESTS): New variable.
14788 (expanded_tests, expanded_tests_or_none): New variables
14789 (check-single): Pass $(expanded_tests_or_none) to runtest.
14790 (check-parallel): Only run tests in $(TESTS) if non-empty.
14791 (check/no-matching-tests-found): New rule.
14792 * README: Document TESTS makefile variable.
14793
5dd3176f
DE
147942014-02-18 Doug Evans <dje@google.com>
14795
14796 * Makefile.in (check-parallel): rm -rf outputs temp.
14797
0b10be4f
JK
147982014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14799
14800 Fix "ERROR: no fileid for" in the testsuite.
14801 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14802
85f224e7
DE
148032014-02-12 Doug Evans <dje@google.com>
14804
14805 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14806 (MISCELLANEOUS): New variable.
14807 (clean): rm -rf $(MISCELLANEOUS).
14808 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14809 dwp live in the same directory as symlinks, with each symlink pointed
14810 to a differently named file in a different directory.
14811
149b30ff
DE
148122014-02-11 Doug Evans <dje@google.com>
14813
14814 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14815 of Tcl file commands.
14816
1dfdac32
MK
148172014-02-10 Mark Kettenis <kettenis@gnu.org>
14818
14819 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14820 "kill -SIGUSR1 -1".
14821
aa4fb036
JB
148222014-02-10 Joel Brobecker <brobecker@adacore.com>
14823
14824 * gdb.ada/tick_length_array_enum_idx: New testcase.
14825
ed3ef339
DE
148262014-02-10 Doug Evans <xdje42@gmail.com>
14827
14828 * configure.ac (AC_OUTPUT): Add gdb.guile.
14829 * configure: Regenerate.
14830 * lib/gdb-guile.exp: New file.
14831 * lib/gdb.exp (get_target_charset): New function.
14832 * gdb.base/help.exp: Update expected output from "apropos apropos".
14833 * gdb.guile/Makefile.in: New file.
14834 * gdb.guile/guile.exp: New file.
14835 * gdb.guile/scm-arch.c: New file.
14836 * gdb.guile/scm-arch.exp: New file.
14837 * gdb.guile/scm-block.c: New file.
14838 * gdb.guile/scm-block.exp: New file.
14839 * gdb.guile/scm-breakpoint.c: New file.
14840 * gdb.guile/scm-breakpoint.exp: New file.
14841 * gdb.guile/scm-disasm.c: New file.
14842 * gdb.guile/scm-disasm.exp: New file.
14843 * gdb.guile/scm-equal.c: New file.
14844 * gdb.guile/scm-equal.exp: New file.
14845 * gdb.guile/scm-error.exp: New file.
14846 * gdb.guile/scm-error.scm: New file.
14847 * gdb.guile/scm-frame-args.c: New file.
14848 * gdb.guile/scm-frame-args.exp: New file.
14849 * gdb.guile/scm-frame-args.scm: New file.
14850 * gdb.guile/scm-frame-inline.c: New file.
14851 * gdb.guile/scm-frame-inline.exp: New file.
14852 * gdb.guile/scm-frame.c: New file.
14853 * gdb.guile/scm-frame.exp: New file.
14854 * gdb.guile/scm-generics.exp: New file.
14855 * gdb.guile/scm-gsmob.exp: New file.
14856 * gdb.guile/scm-iterator.c: New file.
14857 * gdb.guile/scm-iterator.exp: New file.
14858 * gdb.guile/scm-math.c: New file.
14859 * gdb.guile/scm-math.exp: New file.
14860 * gdb.guile/scm-objfile-script-gdb.in: New file.
14861 * gdb.guile/scm-objfile-script.c: New file.
14862 * gdb.guile/scm-objfile-script.exp: New file.
14863 * gdb.guile/scm-objfile.c: New file.
14864 * gdb.guile/scm-objfile.exp: New file.
14865 * gdb.guile/scm-ports.exp: New file.
14866 * gdb.guile/scm-pretty-print.c: New file.
14867 * gdb.guile/scm-pretty-print.exp: New file.
14868 * gdb.guile/scm-pretty-print.scm: New file.
14869 * gdb.guile/scm-section-script.c: New file.
14870 * gdb.guile/scm-section-script.exp: New file.
14871 * gdb.guile/scm-section-script.scm: New file.
14872 * gdb.guile/scm-symbol.c: New file.
14873 * gdb.guile/scm-symbol.exp: New file.
14874 * gdb.guile/scm-symtab-2.c: New file.
14875 * gdb.guile/scm-symtab.c: New file.
14876 * gdb.guile/scm-symtab.exp: New file.
14877 * gdb.guile/scm-type.c: New file.
14878 * gdb.guile/scm-type.exp: New file.
14879 * gdb.guile/scm-value-cc.cc: New file.
14880 * gdb.guile/scm-value-cc.exp: New file.
14881 * gdb.guile/scm-value.c: New file.
14882 * gdb.guile/scm-value.exp: New file.
14883 * gdb.guile/source2.scm: New file.
14884 * gdb.guile/types-module.cc: New file.
14885 * gdb.guile/types-module.exp: New file.
14886
7026a7c1
YQ
148872014-02-10 Yao Qi <yao@codesourcery.com>
14888
14889 PR testsuite/16543
14890 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14891 * configure: Regenerated.
14892 * Makefile.in: New file.
14893
6c466447
AS
148942014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14895
14896 * gdb.python/py-framefilter.exp: Fix typo.
14897
6e854735
YQ
148982014-02-08 Yao Qi <yao@codesourcery.com>
14899
14900 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14901 that no =breakpoint-modified is emitted when breakpoints are
14902 modified through MI commands.
14903
d137e6dc
PA
149042014-02-07 Pedro Alves <pedro@codesourcery.com>
14905 Pedro Alves <palves@redhat.com>
14906
14907 * gdb.threads/step-after-sr-lock.c: New file.
14908 * gdb.threads/step-after-sr-lock.exp: New file.
14909
b5ee5a50
PA
149102014-02-07 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14913
3c77faf3
JK
149142014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14915
14916 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14917 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14918
6dddc817
DE
149192014-02-06 Doug Evans <xdje42@gmail.com>
14920
14921 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14922 output.
14923
14924 * gdb.gdb/python-interrupts.exp: New file.
14925
de7b2893
YQ
149262014-02-05 Yao Qi <yao@codesourcery.com>
14927
14928 * gdb.trace/report.exp (use_collected_data): Test the output
14929 of "info threads" and "info inferiors".
14930
66d032ac
YQ
149312014-02-05 Yao Qi <yao@codesourcery.com>
14932
14933 Revert this patch:
14934
14935 2013-05-24 Yao Qi <yao@codesourcery.com>
14936
14937 * gdb.trace/tfile.exp: Test inferior and thread.
14938
591a12a1
UW
149392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14940
14941 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14942 on a function.
14943 * gdb.base/step-bt.c: Call hello via function pointer to make
14944 sure its first instruction is executed on powerpc64le-linux.
14945
0ff3e01f
UW
149462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14947
14948 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14949
084ee545
UW
149502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14951
14952 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14953 of the test patterns for use on little-endian systems.
14954
6ed14ff3
UW
149552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14956
14957 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14958 (decimal_vector): Fix for little-endian.
14959
401e27fd
JM
149602014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14961
14962 * gdb.arch/sparc-sysstep.exp: New file.
14963 * gdb.arch/sparc-sysstep.c: Likewise.
14964
14965 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14966
8b924729
EBM
149672014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14968
14969 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14970
fb151210
JB
149712014-01-23 Tom Tromey <tromey@redhat.com>
14972
14973 * gdb.ada/array_char_idx: New testcase.
14974
0740f8d8
TT
149752014-01-23 Tom Tromey <tromey@redhat.com>
14976
14977 PR python/16487:
14978 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14979 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14980 classes.
14981
21909fa1
TT
149822014-01-23 Tom Tromey <tromey@redhat.com>
14983
14984 PR python/16491:
14985 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14986 string from an inferior frame.
14987 * gdb.python/py-framefilter-mi.exp: Update.
14988
87ce2a04
DE
149892014-01-22 Doug Evans <dje@google.com>
14990
14991 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14992
237b092b
AA
149932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14994
14995 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14996
d674a709
AA
149972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14998
14999 * gdb.trace/entry-values.exp: Remove excess space character from
15000 regex patterns. Handle s390 call instruction.
15001
20fa3390
AA
150022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15003
15004 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15005 define "*_start" label. Make "name" static.
15006 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15007 ${name} by references to ${name}_start.
15008
78466714
AA
150092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15010
15011 * gdb.base/info-macros.exp: Remove "debug" from the compile
15012 options.
15013
ec9f644a
IB
150142014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15015
15016 * gdb.dlang/demangle.exp: New file.
15017
94b1b47e
IB
150182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15019
15020 * gdb.dlang/primitive-types.exp: New file.
15021
7f420862
IB
150222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15023
15024 * configure.ac: Create gdb.dlang/Makefile.
15025 * configure: Regenerate.
15026 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15027 * gdb.dlang/Makefile.in: New file.
15028 * lib/d-support.exp: New file.
15029 * lib/gdb.exp (skip_d_tests): New proc.
15030
52834460
MM
150312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15032
15033 * gdb.btrace/delta.exp: Check reverse stepi.
15034 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15035 * gdb.btrace/finish.exp: New.
15036 * gdb.btrace/next.exp: New.
15037 * gdb.btrace/nexti.exp: New.
15038 * gdb.btrace/record_goto.c: Add comments.
15039 * gdb.btrace/step.exp: New.
15040 * gdb.btrace/stepi.exp: New.
15041 * gdb.btrace/multi-thread-step.c: New.
15042 * gdb.btrace/multi-thread-step.exp: New.
15043 * gdb.btrace/rn-dl-bind.c: New.
15044 * gdb.btrace/rn-dl-bind.exp: New.
15045 * gdb.btrace/data.c: New.
15046 * gdb.btrace/data.exp: New.
15047 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15048
6e07b1d2
MM
150492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15050
15051 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15052 * gdb.btrace/exception.exp: Update.
15053 * gdb.btrace/instruction_history.exp: Update.
15054 * gdb.btrace/record_goto.exp: Update.
15055 * gdb.btrace/tailcall.exp: Update.
15056 * gdb.btrace/unknown_functions.exp: Update.
15057 * gdb.btrace/delta.exp: New.
15058
0b722aec
MM
150592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15060
15061 * gdb.btrace/record_goto.exp: Add backtrace test.
15062 * gdb.btrace/tailcall.exp: Add backtrace test.
15063
066ce621
MM
150642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15065
15066 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15067 * gdb.btrace/record_goto.c: New.
15068 * gdb.btrace/record_goto.exp: New.
15069 * gdb.btrace/x86-record_goto.S: New.
15070
0688d04e
MM
150712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15072
15073 * gdb.btrace/function_call_history.exp: Update tests.
15074 * gdb.btrace/instruction_history.exp: Update tests.
15075
8710b709
MM
150762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15077
15078 * gdb.btrace/function_call_history.exp: Fix expected field
15079 order for "record function-call-history".
15080 Add new tests for "record function-call-history /c".
15081 * gdb.btrace/exception.cc: New.
15082 * gdb.btrace/exception.exp: New.
15083 * gdb.btrace/tailcall.exp: New.
15084 * gdb.btrace/x86-tailcall.S: New.
15085 * gdb.btrace/x86-tailcall.c: New.
15086 * gdb.btrace/unknown_functions.c: New.
15087 * gdb.btrace/unknown_functions.exp: New.
15088 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15089
5de9129b
MM
150902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15091
15092 * gdb.btrace/instruction_history.exp: Update.
15093 * gdb.btrace/function_call_history.exp: Update.
15094
23a7fe75
MM
150952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15096
15097 * gdb.btrace/function_call_history.exp: Fix expected function
15098 trace.
15099 * gdb.btrace/instruction_history.exp: Initialize traced.
15100 Remove traced_functions.
15101
724c7dd8
MM
151022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15103
15104 * gdb.btrace/function_call_history.exp: Update
15105 * gdb.btrace/instruction_history.exp: Update.
15106
6d78d93b
MM
151072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15108
15109 * gdb.btrace/enable.exp: Update expected text.
15110
93a360cc
OJ
151112014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15112
15113 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15114 bytes.
15115
3772b53f
MR
151162014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15117
15118 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15119
596662fa
OJ
151202014-01-15 Omair Javaid <omair.javaid@linaro.org>
15121
15122 * lib/gdb.exp (supports_process_record): Return true for
15123 arm*-linux*. (supports_reverse): Likewise.
15124
b5b08fb4
SC
151252014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15126
15127 PR python/15464
15128 PR python/16113
15129 * gdb.python/py-type.c: Enhance test case.
15130 * gdb.python/py-value-cc.cc: Likewise
15131 * gdb.python/py-type.exp: Add new tests.
15132 * gdb.python/py-value-cc.exp: Likewise
15133
52d7fb13
AA
151342014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15135 Pedro Alves <palves@redhat.com>
15136
15137 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15138 Make "name" extern.
15139 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15140 references to ${name}_start by references to ${name}.
15141
a2cd8cfe
JB
151422014-01-10 Joel Brobecker <brobecker@adacore.com>
15143
15144 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15145
4e23fced
JB
151462014-01-10 Joel Brobecker <brobecker@adacore.com>
15147
15148 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15149
c6a9e42c
PA
151502014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15151 Pedro Alves <palves@redhat.com>
15152
15153 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15154 mi_gdb_target_load.
c6a9e42c 15155
b7ea362b
PA
151562014-01-08 Pedro Alves <palves@redhat.com>
15157
15158 * gdb.threads/reconnect-signal.c: New file.
15159 * gdb.threads/reconnect-signal.exp: New file.
15160
5e3f4fab
EBM
151612014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15162
15163 * gdb.base/source-dir.exp: New file.
15164
79301218
JB
151652014-01-07 Joel Brobecker <brobecker@adacore.com>
15166
15167 * gdb.ada/mi_interface: New testcase.
15168
8e355c5d
JB
151692014-01-07 Joel Brobecker <brobecker@adacore.com>
15170
15171 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15172 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15173 gdb.ada/pp-rec-component/pck.ads: New files.
15174
c0d48811
JB
151752014-01-07 Joel Brobecker <brobecker@adacore.com>
15176
15177 * gdb.python/py-pp-integral.c: New file.
15178 * gdb.python/py-pp-integral.py: New file.
15179 * gdb.python/py-pp-integral.exp: New file.
15180
17b609c3 15181For older changes see ChangeLog-1993-2013.
c906108c 15182\f
8d8cb839
EZ
15183;; Local Variables:
15184;; mode: change-log
15185;; left-margin: 8
15186;; fill-column: 74
15187;; version-control: never
15188;; End:
902f2ccb 15189
e2882c85 15190 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
15191 Copying and distribution of this file, with or without modification,
15192 are permitted provided the copyright notice and this notice are preserved.