Can't interrupt process without controlling terminal on Solaris (PR gdb/8527)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
92137da0
RO
12019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 PR gdb/8527
4 * gdb.base/interrupt-daemon-attach.c,
5 gdb.base/interrupt-daemon-attach.exp: New test.
6
5862844d
PA
72019-02-27 Pedro Alves <palves@redhat.com>
8
9 * gdb.base/page.exp: Add tests for "set width/height -1".
10
8ed25214
PA
112019-02-27 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/page.exp: Add tests for "set/show width/height" with
14 "infinite" values.
15
6c28e44a
TT
162019-02-27 Tom Tromey <tromey@adacore.com>
17
18 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
19 2.4.
20 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
21 workaround.
22
bf9a735e
AB
232019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
24
25 * gdb.base/align.exp: Extend to compile in both C and C++, and add
26 tests for structs with static members.
27
8791793c
TT
282019-02-26 Tom Tromey <tromey@adacore.com>
29
30 * gdb.python/py-value.exp (test_value_from_buffer): Check for
31 ValueError, not TypeError.
32
bc2a507e
KB
332019-02-26 Kevin Buettner <kevinb@redhat.com>
34
35 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
36 call from main program.
37
e0e7d3bd
JB
382019-02-23 Joel Brobecker <brobecker@adacore.com>
39
40 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
41 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
42 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
43 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
44 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
45
9600246d
KS
462019-02-22 Keith Seitz <keiths@redhat.com>
47
48 PR symtab/23853
49 * gdb.base/symlink-sourcefile.c: New file.
50 * gdb.base/symlink-sourcefile.exp: New file.
51
0c95f9ed
TT
522019-02-20 Tom Tromey <tom@tromey.com>
53
54 * gdb.base/info_qt.exp: Update.
55
6caa91b6
SM
562019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
57
58 * gdb.base/source.exp: Move "error in sourced script" code to
59 the end.
60 * gdb.base/source-error.gdb: Move contents to
61 source-error-1.gdb. Add new code to source source-error-1.gdb.
62 * gdb.base/source-error-1.gdb: New file, from previous
63 source-error.gdb.
64
6506371f
TT
652019-02-17 Tom Tromey <tom@tromey.com>
66
67 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
68 for macro styling.
69 * gdb.base/style.c (SOME_MACRO): New macro.
70
a0087920
TT
712019-02-17 Tom Tromey <tom@tromey.com>
72
73 * gdb.base/style.exp: Add line-wrapping tests.
74 * gdb.base/page.exp: Add test for quitting during pagination.
75
a2cd4f14
JB
762019-02-17 Joel Brobecker <brobecker@adacore.com>
77
78 * gdb.ada/big_packed_array: New testcase.
79 * gdb.ada/homonym.exp: Fix incorrect expected output for
80 "break <homonym__get_value>" test.
81
9d70ffbc
WP
822019-02-13 Weimin Pan <weimin.pan@oracle.com>
83
84 PR breakpoints/21870
85 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
86 and prepare_for_testing. Add comment.
87 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
88 redundant cleanup call. Clean up comment.
89
01c7ae81
WP
902019-02-12 Weimin Pan <weimin.pan@oracle.com>
91
92 PR breakpoints/21870
93 * gdb.arch/aarch64-dbreg-contents.exp: New file.
94 * gdb.arch/aarch64-dbreg-contents.c: New file.
95
aff29d1c
JB
962019-02-10 Joel Brobecker <brobecker@adacore.com>
97
98 * gdb.ada/mi_ref_changeable: New testcase.
99
df0da8a2
AH
1002019-02-07 Alan Hayward <alan.hayward@arm.com>
101
102 * gdb.base/attach.exp: Add double attach test.
103
bd447abb
SM
1042019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
105
106 * lib/gdb.exp (default_gdb_start): Don't match pagination
107 prompt.
108 (gdb_init): Set stty_init.
109
1dbc40b9
TT
1102019-01-27 Tom Tromey <tom@tromey.com>
111
112 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
113 skip_python_tests.
114
353229bf
AH
1152019-01-24 Alan Hayward <alan.hayward@arm.com>
116
117 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
118 New structure.
119 (struct struct_static_02_02): Likewise.
120 (struct struct_static_02_03): Likewise.
121 (struct struct_static_02_04): Likewise.
122 (struct struct_static_04_01): Likewise.
123 (struct struct_static_04_02): Likewise.
124 (struct struct_static_04_03): Likewise.
125 (struct struct_static_04_04): Likewise.
126 (struct struct_static_06_01): Likewise.
127 (struct struct_static_06_02): Likewise.
128 (struct struct_static_06_03): Likewise.
129 (struct struct_static_06_04): Likewise.
130 (cmp_struct_static_02_01): Likewise.
131 (cmp_struct_static_02_02): Likewise.
132 (cmp_struct_static_02_03): Likewise.
133 (cmp_struct_static_02_04): Likewise.
134 (cmp_struct_static_04_01): Likewise.
135 (cmp_struct_static_04_02): Likewise.
136 (cmp_struct_static_04_03): Likewise.
137 (cmp_struct_static_04_04): Likewise.
138 (cmp_struct_static_06_01): Likewise.
139 (cmp_struct_static_06_02): Likewise.
140 (cmp_struct_static_06_03): Likewise.
141 (cmp_struct_static_06_04): Likewise.
142 (call_all): Test new structs.
143 * gdb.base/infcall-nested-structs.exp: Likewise.
144
73021deb
AH
1452019-01-21 Alan Hayward <alan.hayward@arm.com>
146 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
147
fc65c7db
AH
1482019-01-21 Alan Hayward <alan.hayward@arm.com>
149 * gdb.base/stack-protector.c: New test.
150 * gdb.base/stack-protector.exp: New file.
151 * gdb.cp/ovldbreak.exp: Only allow a single break line.
152 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
153 option.
154 (gdb_compile): Remove stack protector for GCC and prevent
155 recursion.
156
c24bdb02
KS
1572019-01-16 Keith Seitz <keiths@redhat.com>
158
159 PR gdb/23773
160 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
161
6f072a10
PFC
1622019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
163
164 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
165 aliases.
166 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
167 tests.
168 * gdb.arch/powerpc-vector-regs.c: New file.
169 * gdb.arch/powerpc-vector-regs.exp: New file.
170
a7b8d682
PFC
1712019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
172
173 * gdb.arch/altivec-regs.exp: Fix the list passed to
174 gdb_expect_list when testing "info vector".
175
6eb6fb67
AB
1762019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * gdb.base/style.exp: Don't include path in testname.
179
b56f80d8
KS
1802019-01-10 Keith Seitz <keiths@redhat.com>
181
182 PR gdb/23712
183 PR symtab/23010
184 * gdb.dwarf2/multidictionary.exp: New file.
185
041be526
SM
1862019-01-09 Simon Marchi <simon.marchi@ericsson.com>
187
188 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
189 (test_gnuv3_style_demangling): ... this.
190 (test_lucid_style_demangling): Remove.
191 (test_arm_style_demangling): Remove.
192 (test_hp_style_demangling): Remove.
193 (do_tests): Remove calls to the above.
194
d820d0c3
AB
1952019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
196
197 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
198 case.
199
f097f5ad
TT
2002019-01-06 Tom Tromey <tom@tromey.com>
201
202 PR gdb/28155:
203 * gdb.dwarf2/typedef-void-finish.exp: New file.
204
2cd8cc0b
TT
2052018-12-28 Tom Tromey <tom@tromey.com>
206 Simon Marchi <simark@simark.ca>
207
208 * gdb.base/jit-exec.exp: New file.
209 * gdb.base/jit-exec.c: New file.
210 * gdb.base/jit-execd.c: New file.
211
35fb8261
TT
2122018-12-28 Tom Tromey <tom@tromey.com>
213
214 * gdb.base/style.exp: Update test to check for address styling.
215
47fd17cd
TT
2162018-12-28 Tom Tromey <tom@tromey.com>
217
218 * gdb.base/style.exp: Add test for styling of "Reading symbols"
219 message.
220
d47032b7
TT
2212018-12-28 Tom Tromey <tom@tromey.com>
222
223 * gdb.base/style.exp: Add test for version number styling.
224
af79b68d
TT
2252018-12-28 Tom Tromey <tom@tromey.com>
226
227 * gdb.base/style.exp: Add test for print_address_symbolic.
228
0bb296cb
TT
2292018-12-28 Tom Tromey <tom@tromey.com>
230
231 * gdb.base/style.exp: Add test for breakpoint setting.
232
80ae2043
TT
2332018-12-28 Tom Tromey <tom@tromey.com>
234
235 * gdb.base/style.exp: Add test for variable names.
236
cbe56571
TT
2372018-12-28 Tom Tromey <tom@tromey.com>
238
239 * gdb.base/style.exp: New file.
240 * gdb.base/style.c: New file.
241
9162a27c
TT
2422018-12-28 Tom Tromey <tom@tromey.com>
243
244 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
245 "dumb".
246 * gdb.base/readline.exp (operate_and_get_next): Save and restore
247 the TERM environment variable.
248
bc543c90
TT
2492018-12-27 Tom Tromey <tom@tromey.com>
250
251 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
252 pagination test.
253
6f0ffe50
AB
2542018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
255
256 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
257 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
258
b5a1e557
PW
2592018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
260
261 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
262 Filename a.adb changed to bp_fun_addr.adb.
263 gdb.ada/bp_fun_addr.exp: Update test accordingly.
264
6e8b1ab2
JV
2652018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
266
267 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
268 non-PIE executables.
269 * README: Mention the gdb,nopie_flag board setting.
270 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
271 non-PIE executable.
272 * gdb.arch/amd64-entry-value.exp: Likewise.
273 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
274 * gdb.arch/i386-float.exp: Likewise.
275 * gdb.arch/i386-signal.exp: Likewise.
276 * gdb.mi/mi-reg-undefined.exp: Likewise.
277
d00a27c5
PM
2782018-12-21 Paul Marechal <paul.marechal@ericsson.com>
279
280 PR gdb/23974
281 * gdb.base/info-os.exp: Check return for unknown "info os" type.
282
161d081c
PW
2832018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
284
285 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
286 Update order of results accordingly.
287
b001de23
AB
2882018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
289
290 * gdb.base/annota1.exp: Update a test regexp.
291
99e1a184
AB
2922018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
295
7a81c1e2
PW
2962018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
297
298 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
299 (reuse_time): Initialize to REUSE_TIME_CAP.
300 (check_rc): New function.
301 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
302 Check pthread_create rc.
303 (spawner_thread_func): Check pthread_create and pthread_join rc.
304
73e8dc90
PA
3052018-12-08 Pedro Alves <palves@redhat.com>
306
307 * gdb.base/list.exp (test_forward_search): Rename to ...
308 (test_forward_reverse_search): ... this. Also test reverse-search
309 and the forward-search alias.
310
13f2ed32
AB
3112018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
314 local timeout variable before return, and remove all local timeout
315 variable entirely.
316 (gdb_load): Likewise.
317
64d27cfc
TV
3182018-12-01 Tom de Vries <tdevries@suse.de>
319
320 * gdb.base/gdb-caching-proc.exp: New file.
321
f63c03b4
SDJ
3222018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
323
324 * Makefile.in (TIMESTAMP): New variable.
325 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
326 command.
327 (check-single-racy): Likewise.
328 (check/%.exp): Likewise.
329 (check-racy/%.exp): Likewise.
330 (workers/%.worker): Likewise.
331 (build-perf): Likewise.
332 (check-perf): Likewise.
333 * README: Describe new "TS" and "TS_FORMAT" variables.
334 * print-ts.py: New file.
335
1c97054b
BF
3362018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
337
338 PR python/23714
339 * gdb.python/python.exp: Test command repetition after
340 gdb.execute.
341
1871a62d
AB
3422018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
343
344 * gdb.opt/inline-break.exp: Add test that info breakpoint output
345 is correctly aligned.
346
fb5e1ed9
PW
3472018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
348
349 * gdb.ada/info_auto_lang.exp: New testcase.
350 * gdb.ada/info_auto_lang/global_pack.ads: New file.
351 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
352 * gdb.ada/info_auto_lang/some_c.c: New file.
353
43d397ca
PW
3542018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
355
356 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
357 FUNC_lang language syntax.
358
beddd671
PW
3592018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
360
361 * gdb.base/info_minsym.c: New file.
362 * gdb.base/info_minsym.exp: New file.
363
73fc52c4
TT
3642018-11-19 Tom Tromey <tom@tromey.com>
365
366 PR rust/23625:
367 * gdb.rust/simple.exp: Add ptype test. Update expected output.
368 * gdb.rust/expr.exp: Update expected output. Change one test.
369
994b876a
TT
3702018-11-19 Tom Tromey <tom@tromey.com>
371
372 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
373
6769f276
PA
3742018-11-19 Pedro Alves <palves@redhat.com>
375
376 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
377 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
378 see the expected warning.
379
38a72da0
AH
3802018-11-16 Alan Hayward <alan.hayward@arm.com>
381
382 PR gdb/22736:
383 * gdb.cp/infcall-nodebug-lib.c: New test.
384 * gdb.cp/infcall-nodebug-main.c: New test.
385 * gdb.cp/infcall-nodebug.exp: New file.
386
53a89d6e
SM
3872018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
388
389 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
390 completer tests.
391
9325300d
TV
3922018-11-09 Tom de Vries <tdevries@suse.de>
393
394 * gdb.base/msym-lang.c: New test.
395 * gdb.base/msym-lang.exp: New file.
396 * gdb.base/msym-lang-main.c: New test.
397
20f0d60d
TT
3982018-11-08 Tom Tromey <tom@tromey.com>
399
400 PR gdb/23555:
401 PR gdb/23838:
402 * gdb.base/warning.exp: New file.
403
b5420128
JB
4042018-11-08 Jan Beulich <jbeulich@suse.com>
405
406 * testsuite/gdb.arch/i386-avx512.c,
407 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
408
cd115d61
AB
4092018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
410
411 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
412 point hardware.
413
35ee2dc2
AB
4142018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
417 * gdb.dwarf2/missing-type-name.exp: New file.
418
31aceee8
TV
4192018-11-06 Tom de Vries <tdevries@suse.de>
420
421 * gdb.base/many-headers.c: New test.
422 * gdb.base/many-headers.exp: New file.
423
109be305
JW
4242018-11-06 Jim Wilson <jimw@sifive.com>
425
426 * gdb.base/code_elim.exp: For riscv, set additional_flags
427 to include -msmall-data-limit=0.
428
e2b7af72
JB
4292018-11-01 Joel Brobecker <brobecker@adacore.com>
430
431 * gdb.ada/watch_minus_l: New testcase.
432
cdcda965
SM
4332018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
434
435 * gdb.arch/aix-sighandle.c: New file.
436 * gdb.arch/aix-sighandle.exp: New file.
437
92dcebf3
AB
4382018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
441 registers being unions.
442
68b9ac18
TV
4432018-10-31 Tom de Vries <tdevries@suse.de>
444
445 * lib/valgrind.exp: New file.
446 (vgdb_start, vgdb_stop): New procs, factored out of ...
447 * gdb.base/valgrind-bt.exp: ... here, ...
448 * gdb.base/valgrind-disp-step.exp: ... here and ...
449 * gdb.base/valgrind-infcall.exp: ... here.
450
1443936e
TV
4512018-10-31 Tom de Vries <tdevries@suse.de>
452
453 * lib/gdb.exp (get_valueof): Don't output read value in test name.
454
eb77c9df
AB
4552018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
456
457 * gdb.dwarf2/void-type.c: New file.
458 * gdb.dwarf2/void-type.exp: New file.
459
82b5e646
PW
4602018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
461
462 * gdb.base/info_qt.c: New file.
463 * gdb.base/info_qt.exp: New file.
464
8d619c01
EBM
4652018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
466
467 * gdb.arch/powerpc-htm-regs.c: New file.
468 * gdb.arch/powerpc-htm-regs.exp: New file.
469
f2cf6173
EBM
4702018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
471
472 * gdb.arch/powerpc-tar.c: New file.
473 * gdb.arch/powerpc-tar.exp: New file.
474
7ca18ed6
EBM
4752018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
476
477 * gdb.arch/powerpc-ppr-dscr.c: New file.
478 * gdb.arch/powerpc-ppr-dscr.exp: New file.
479
bfcc0eba
TV
4802018-10-25 Tom de Vries <tdevries@suse.de>
481
482 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
483
fe1a5cad
TV
4842018-10-24 Tom de Vries <tdevries@suse.de>
485
486 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
487 longer exists error.
488
a76dc3b7
TV
4892018-10-24 Tom de Vries <tdevries@suse.de>
490
491 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
492
4df46df7
TV
4932018-10-24 Tom de Vries <tdevries@suse.de>
494
495 * gdb.base/valgrind-db-attach.exp: Handle removed support for
496 --db-attach in valgrind.
497
0dbfcfff
AB
4982018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
499
500 * gdb.arch/riscv-reg-aliases.c: New file.
501 * gdb.arch/riscv-reg-aliases.exp: New file.
502
b04480b1
AH
5032018-10-19 Alan Hayward <alan.hayward@arm.com>
504
505 * gdb.python/py-cmd.exp: Check for gdb_prompt.
506
2c6ac8d7
AH
5072018-10-19 Alan Hayward <alan.hayward@arm.com>
508
509 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
510
2bc69f25
AH
5112018-10-19 Alan Hayward <alan.hayward@arm.com>
512
513 * gdb.cp/ovldbreak.exp: Fix regexps.
514
1f1ae3a3
AH
5152018-10-19 Alan Hayward <alan.hayward@arm.com>
516
517 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
518
94c18618
SDJ
5192018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
520
521 PR cli/23785
522 * gdb.base/restore.exp: New test to check if "restore" with an
523 invalid file doesn't segfault.
524
812cd6eb
TV
5252018-10-18 Tom de Vries <tdevries@suse.de>
526
527 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
528 * gdb.ada/excep_handle.exp: Same.
529 * gdb.ada/mi_string_access.exp: Same.
530 * gdb.ada/mi_var_union.exp: Same.
531 * gdb.arch/arc-analyze-prologue.exp: Same.
532 * gdb.arch/arc-decode-insn.exp: Same.
533 * gdb.base/readnever.exp: Same.
534 * gdb.fortran/printing-types.exp: Same.
535 * gdb.guile/scm-lazy-string.exp: Same.
536
c4b90788
TV
5372018-10-16 Tom de Vries <tdevries@suse.de>
538
539 PR gdb/23730
540 * gdb.base/catch-follow-exec.c: Add copyright notice.
541 * gdb.base/catch-follow-exec.exp: Rewrite to use
542 gdb_spawn_with_cmdline_opts. Require gdb-native.
543
8bca2978
SL
5442018-10-12 Sandra Loosemore <sandra@codesourcery.com>
545
546 * gdb.trace/actions-changed.exp: Check for arch support.
547 * gdb.trace/actions.exp: Likewise.
548 * gdb.trace/ax.exp: Likewise.
549 * gdb.trace/backtrace.exp: Likewise.
550 * gdb.trace/change-loc.exp: Likewise.
551 * gdb.trace/deltrace.exp: Likewise.
552 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
553 * gdb.trace/ftrace.exp: Likewise.
554 * gdb.trace/infotrace.exp: Check for arch support.
555 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
556 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
557 * gdb.trace/mi-tsv-changed.exp: Likewise.
558 * gdb.trace/packetlen.exp: Likewise.
559 * gdb.trace/passc-dyn.exp: Likewise.
560 * gdb.trace/passcount.exp: Likewise.
561 * gdb.trace/pending.exp: Likewise.
562 * gdb.trace/range-stepping.exp: Check for shlib support.
563 * gdb.trace/report.exp: Check for arch support.
564 * gdb.trace/save-trace.exp: Likewise.
565 * gdb.trace/signal.exp: Check for signal support.
566 * gdb.trace/tfind.exp: Check for arch support.
567 * gdb.trace/trace-break.exp: Check for arch and shlib support.
568 * gdb.trace/trace-common.h: Add comment.
569 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
570 * gdb.trace/trace-enable-disable.exp: Likewise.
571 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
572 * gdb.trace/tracecmd.exp: Check for arch support.
573 * gdb.trace/tspeed.exp: Check for shlib and target support.
574 * gdb.trace/tstatus.exp: Check for arch support.
575 * gdb.trace/tsv.exp: Likewise.
576 * gdb.trace/while-dyn.exp: Likewise.
577 * gdb.trace/while-stepping.exp: Likewise.
578 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
579
f9c49bff
SM
5802018-10-12 Simon Marchi <simon.marchi@ericsson.com>
581
582 * gdb.trace/tspeed.exp: Remove nowarnings.
583 (prepare_for_trace_test): Declare "global ipalib".
584 * gdb.trace/tspeed.c: Include unistd.h.
585 (main): Remove superfluous printf argument.
586
d4330bde
SL
5872018-10-11 Sandra Loosemore <sandra@codesourcery.com>
588
589 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
590 directory prefix on the filename.
591
8ecfd7bd
SDJ
5922018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
593
594 * gdb.gdb/unittest.exp: Update expected message informing that
595 selftests have been disabled.
596 * gdb.server/unittest.exp: Likewise.
597
58bbcd02
TV
5982018-10-09 Tom de Vries <tdevries@suse.de>
599
600 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
601 with runto_main.
602
9f6b697b
WP
6032018-10-08 Weimin Pan <weimin.pan@oracle.com>
604
605 PR c++/16841
606 * gdb.cp/virtbase2.cc: New file.
607 * gdb.cp/virtbase2.exp: New file.
608
add5ded5
TT
6092018-10-06 Tom Tromey <tom@tromey.com>
610
611 PR python/19399:
612 * gdb.python/py-inferior.exp: Add architecture test.
613
f9e48344
TT
6142018-10-06 Tom Tromey <tom@tromey.com>
615
616 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
617 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
618
2a8be203
TT
6192018-10-06 Tom Tromey <tom@tromey.com>
620
621 * gdb.python/py-breakpoint.exp (check_last_event): Check location
622 of a "throw" catchpoint.
623
e04caa70
SDJ
6242018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
625
626 * gdb.base/info-proc.exp: Update string expected from "help info
627 proc".
628
5ca8c39f
TT
6292018-10-04 Tom Tromey <tom@tromey.com>
630
631 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
632 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
633 (test_initial_complaints, test_empty_complaints): Update.
634 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
635
3453e7e4
TT
6362018-10-04 Tom Tromey <tom@tromey.com>
637
638 PR cli/19551:
639 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
640 * lib/gdb.exp (gdb_file_cmd): Update.
641 * gdb.stabs/weird.exp (print_weird_var): Update.
642 * gdb.server/solib-list.exp: Update.
643 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
644 * gdb.mi/mi-cli.exp: Update.
645 * gdb.linespec/linespec.exp: Update.
646 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
647 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
648 * gdb.cp/cp-relocate.exp: Update.
649 * gdb.base/sym-file.exp: Update.
650 * gdb.base/relocate.exp: Update.
651 * gdb.base/readnever.exp: Update.
652 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
653 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
654 * gdb.base/dbx.exp (gdb_file_cmd): Update.
655 * gdb.base/code_elim.exp: Update.
656 * gdb.base/break-unload-file.exp (test_break): Update.
657 * gdb.base/break-interp.exp (test_attach_gdb): Update.
658 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
659 Update.
660 * gdb.base/attach.exp (do_attach_tests): Update.
661 * gdb.base/sepdebug.exp: Update.
662 * gdb.python/py-section-script.exp: Update.
663
6afcf761
TT
6642018-10-04 Tom Tromey <tom@tromey.com>
665
666 PR cli/22234:
667 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
668 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
669 output.
670
fef1b293
TT
6712018-10-04 Tom Tromey <tom@tromey.com>
672
673 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
674 set width and height to 0.
675 (test_command_line_attach_run): Use -quiet.
676
ca98345e
SL
6772018-10-03 Sandra Loosemore <sandra@codesourcery.com>
678
679 * lib/gdb.exp (skip_ifunc_tests): New.
680 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
681 other compile failures.
682 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
683
ff34e6ae
SM
6842018-10-01 Simon Marchi <simon.marchi@ericsson.com>
685
686 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
687 is_amd64_regs_target.
688
6bb8890e
AH
6892018-10-01 Alan Hayward <alan.hayward@arm.com>
690
691 * gdb.arch/aarch64-sighandler-regs.c: New test.
692 * gdb.arch/aarch64-sighandler-regs.exp: New file.
693 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
694
224d30d3
MM
6952018-10-01 Markus Metzger <markus.t.metzger@intel.com>
696
697 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
698 assembly.
699
f67ffa6a
AB
7002018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
701
702 * gdb.base/frame-selection.exp: New file.
703 * gdb.base/frame-selection.c: New file.
704
9fc3183f
AH
7052018-09-27 Alan Hayward <alan.hayward@arm.com>
706
707 * gdb.threads/check-libthread-db.c (thread_routine): Use a
708 pthread barrier.
709 (main): Likewise.
710
d354055e
AB
7112018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
712
713 * gdb.base/large-frame-1.c: New file.
714 * gdb.base/large-frame-2.c: New file.
715 * gdb.base/large-frame.exp: New file.
716 * gdb.base/large-frame.h: New file.
717
db727370
JL
7182018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
719
720 PR gdb/20948
721 * gdb.base/write_mem.exp: New test.
722 * gdb.base/write_mem.c: Likewise.
723
ae778caf
TT
7242018-09-23 Tom Tromey <tom@tromey.com>
725
726 PR python/18852:
727 * gdb.python/py-parameter.exp: Add test for parameter that throws
728 on "set".
729
fd3ba736
TT
7302018-09-23 Tom Tromey <tom@tromey.com>
731
732 PR python/17284:
733 * gdb.python/py-template.exp (test_template_arg): Add test for
734 negative template argument number.
735
39a24317
TT
7362018-09-23 Tom Tromey <tom@tromey.com>
737
738 PR python/14062:
739 * gdb.python/python.exp: Add test for post_event error.
740
f5769a2c
TT
7412018-09-23 Tom Tromey <tom@tromey.com>
742
743 PR python/18170:
744 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
745 convert pointers to int and long.
746
1c1e54f6
TT
7472018-09-23 Tom Tromey <tom@tromey.com>
748
749 PR python/20126:
750 * gdb.python/py-value.exp (test_value_numeric_ops): Add
751 signed-ness conversion tests.
752
fb4fa946
TT
7532018-09-23 Tom Tromey <tom@tromey.com>
754
755 PR python/18352;
756 * gdb.python/py-value.exp (test_float_conversion): New proc.
757 Use it.
758
a466edac
HAQ
7592018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
760
761 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
762
4ee9b0c5
SL
7632018-09-18 Sandra Loosemore <sandra@codesourcery.com>
764
765 * gdb.base/complete-empty.exp: Skip tab-completion tests if
766 no readline.
767 * gdb.base/utf8-identifiers.exp: Likewise.
768 * gdb.cp/cpcompletion.exp: Likewise.
769 * gdb.linespec/cpcompletion.exp: Likewise.
770 * gdb.linespec/cpls-abi-tag.exp: Likewise.
771 * gdb.linespec/cpls-ops.exp: Likewise.
772
23be8da7
RB
7732018-09-19 Richard Bunt <richard.bunt@arm.com>
774 Chris January <chris.january@arm.com>
775
776 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
777 * gdb.fortran/short-circuit-argument-list.exp: New file.
778 * gdb.fortran/short-circuit-argument-list.f90: New test.
779
5031d0ae
SDJ
7802018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
781
782 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
783 "arch=" keyword when executing "-stack-list-frames".
784
b4c0d1a4
SDJ
7852018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
786
787 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
788 "arch=" keyword when executing "-stack-list-frames".
789
7a6d2b45
SDJ
7902018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
791
792 * gdb.ada/complete.exp: Expect for "@" when doing "complete
793 break ada".
794
8588b356
SM
7952018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
796
797 PR python/23669
798 * gdb.python/python.exp: Test gdb.execute("show commands").
799
65e65158
TT
8002018-09-16 Tom Tromey <tom@tromey.com>
801
802 * gdb.base/new-ui.exp (do_execution_tests): Update.
803 * gdb.base/dbx.exp (test_breakpoints): Update.
804
bf326452
AH
8052018-09-14 Alan Hayward <alan.hayward@arm.com>
806
807 * lib/gdb.exp (gdb_simple_compile): Add proc.
808 (is_elf_target): Use gdb_simple_compile.
809 (skip_altivec_tests): Likewise.
810 (skip_vsx_tests): Likewise.
811 (skip_tsx_tests): Likewise.
812 (skip_btrace_tests): Likewise.
813 (skip_btrace_pt_tests): Likewise.
814 (gdb_can_simple_compile): Likewise.
815 (gdb_has_argv0): Likewise.
816 (gdb_target_symbol_prefix): Likewise.
817 (target_supports_scheduler_locking): Likewise.
818
2361b0fb
TT
8192018-09-13 Tom Tromey <tom@tromey.com>
820
821 * Makefile.in (TAGS): Recognize proc_with_prefix and
822 gdb_caching_proc.
823
0ae1a321
SM
8242018-09-13 Simon Marchi <simon.marchi@ericsson.com>
825
826 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
827 method.
828
a40bf0c2
SM
8292018-09-13 Simon Marchi <simon.marchi@ericsson.com>
830
831 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
832 and a few other Inferior properties when the Inferior is no
833 longer valid.
834
4a3fe98f
TT
8352018-09-13 Tom Tromey <tom@tromey.com>
836
837 PR rust/23650:
838 * gdb.rust/simple.exp: Add test for enum field access error.
839
098b2108
TT
8402018-09-13 Tom Tromey <tom@tromey.com>
841
842 PR rust/23626:
843 * gdb.rust/simple.rs (EmptyEnum): New type.
844 (main): Use it.
845 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
846
1256af7d
SM
8472018-09-13 Simon Marchi <simon.marchi@ericsson.com>
848
849 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
850 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
851 * gdb.python/py-symtab.exp: Update test printing an objfile.
852
4aa8e6c2
SM
8532018-09-12 Simon Marchi <simon.marchi@ericsson.com>
854
855 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
856 object.
857
c221b2f7
AH
8582018-09-12 Alan Hayward <alan.hayward@arm.com>
859
860 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
861 (support_complex_tests): Use gdb_can_simple_compile.
862 (is_ilp32_target): Likewise.
863 (is_lp64_target): Likewise.
864 (is_64_target): Likewise.
865 (is_amd64_regs_target): Likewise.
866 (is_aarch32_target): Likewise.
867 (gdb_int128_helper): Likewise.
868
6f1107b5
JK
8692018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
870
871 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
872
1f5d1570
JG
8732018-09-10 Jerome Guitton <guitton@adacore.com>
874
875 * gdb.ada/same_component_name: Add test for case of tagged record
876 with variable-length fields.
877
cc330e39
XR
8782018-09-10 Xavier Roirand <roirand@adacore.com>
879
880 * gdb.ada/access_to_unbounded_array.exp: New testcase.
881 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
882 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
883 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
884
b9c50e9a
XR
8852018-09-10 Xavier Roirand <roirand@adacore.com>
886
887 * gdb.ada/mi_string_access.exp: New testcase.
888 * gdb.ada/mi_string_access/bar.adb: New file.
889 * gdb.ada/mi_string_access/pck.adb: New file.
890 * gdb.ada/mi_string_access/pck.asd: New file.
891
2963898f
XR
8922018-09-10 Xavier Roirand <roirand@adacore.com>
893
894 * gdb.ada/mi_var_union.exp: New testcase.
895 * gdb.ada/mi_var_union/bar.adb: New file.
896 * gdb.ada/mi_var_union/pck.adb: New file.
897 * gdb.ada/mi_var_union/pck.asd: New file.
898
1aac008f
TT
8992018-09-08 Tom Tromey <tom@tromey.com>
900
901 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
902
332cf4c9
TT
9032018-09-08 Tom Tromey <tom@tromey.com>
904
905 PR python/16047:
906 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
907 (register_pretty_printers): Register new printer.
908 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
909 test.
910 * gdb.python/py-prettyprint.c (int_type3): New typedef.
911 (an_int_type3): New global.
912
424da6cf
JB
9132018-09-08 Joel Brobecker <brobecker@adacore.com>
914
915 * gdb.ada/expr_with_funcall: New testcase.
916
2a62dfa9
JB
9172018-09-08 Joel Brobecker <brobecker@adacore.com>
918
919 * gdb.ada/packed_array_assign: New testcase.
920
96b6697f
AB
9212018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
922
923 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
924 names, and add test prefixes to make test names unique.
925
e4a62c65
TV
9262018-09-05 Tom de Vries <tdevries@suse.de>
927
928 * gdb.dwarf2/varval.exp: Add test.
929
dd083ee2
GB
9302018-09-04 Gary Benson <gbenson@redhat.com>
931
932 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
933 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
934
aef9346c
TT
9352018-08-31 Tom Tromey <tom@tromey.com>
936
937 * gdb.rust/simple.rs: Rename second variable "v".
938
c67f2e15
AB
9392018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
940
941 * gdb.base/funcargs.c (use_a): New function.
942 (recurse): Call use_a.
943
078a0207
KS
9442018-08-29 Keith Seitz <keiths@redhat.com>
945
946 * gdb.compile/compile-cplus-anonymous.cc: New file.
947 * gdb.compile/compile-cplus-anonymous.exp: New file.
948 * gdb.compile/compile-cplus-array-decay.cc: New file.
949 * gdb.compile/compile-cplus-array-decay.exp: New file.
950 * gdb.compile/compile-cplus-inherit.cc: New file.
951 * gdb.compile/compile-cplus-inherit.exp: New file.
952 * gdb.compile/compile-cplus-member.cc: New file.
953 * gdb.compile/compile-cplus-member.exp: New file.
954 * gdb.compile/compile-cplus-method.cc: New file.
955 * gdb.compile/compile-cplus-method.exp: New file.
956 * gdb.compile/compile-cplus-mod.c: "New" file.
957 * gdb.compile/compile-cplus-namespace.cc: New file.
958 * gdb.compile/compile-cplus-namespace.exp: New file.
959 * gdb.compile/compile-cplus-nested.cc: New file.
960 * gdb.compile/compile-cplus-nested.exp: New file.
961 * gdb.compile/compile-cplus-print.c: "New" file.
962 * gdb.compile/compile-cplus-print.exp: "New" file.
963 * gdb.compile/compile-cplus-virtual.cc: New file.
964 * gdb.compile/compile-cplus-virtual.exp: New file.
965 * gdb.compile/compile-cplus.c: "New" file.
966 * gdb.compile/compile-cplus.exp: "New" file.
967 * lib/compile-support.exp: New file.
968
b0f492b9
GB
9692018-08-16 Gary Benson <gbenson@redhat.com>
970
971 PR gdb/13000:
972 * gdb.base/batch-exit-status.exp: New file.
973 * gdb.base/batch-exit-status.good-commands: Likewise.
974 * gdb.base/batch-exit-status.bad-commands: Likewise.
975
36eb4c5f
AH
9762018-08-29 Alan Hayward <alan.hayward@arm.com>
977
978 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
979 (struct struct02): Likewise.
980 (struct struct03): Likewise.
981 (struct struct04): Likewise.
982 (struct struct_01_01): New struct.
983 (struct struct_01_02): Likewise.
984 (struct struct_01_03): Likewise.
985 (struct struct_01_04): Likewise.
986 (struct struct_02_01): Likewise.
987 (struct struct_02_02): Likewise.
988 (struct struct_02_03): Likewise.
989 (struct struct_02_04): Likewise.
990 (struct struct_04_01): Likewise.
991 (struct struct_04_02): Likewise.
992 (struct struct_04_03): Likewise.
993 (struct struct_04_04): Likewise.
994 (struct struct_05_01): Likewise.
995 (struct struct_05_02): Likewise.
996 (struct struct_05_03): Likewise.
997 (struct struct_05_04): Likewise.
998 (cmp_struct01): Remove function.
999 (cmp_struct02): Likewise.
1000 (cmp_struct03): Likewise.
1001 (cmp_struct04): Likewise.
1002 (cmp_struct_01_01): Add Function.
1003 (cmp_struct_01_02): Likewise.
1004 (cmp_struct_01_03): Likewise.
1005 (cmp_struct_01_04): Likewise.
1006 (cmp_struct_02_01): Likewise.
1007 (cmp_struct_02_02): Likewise.
1008 (cmp_struct_02_03): Likewise.
1009 (cmp_struct_02_04): Likewise.
1010 (cmp_struct_04_01): Likewise.
1011 (cmp_struct_04_02): Likewise.
1012 (cmp_struct_04_03): Likewise.
1013 (cmp_struct_04_04): Likewise.
1014 (cmp_struct_05_01): Likewise.
1015 (cmp_struct_05_02): Likewise.
1016 (cmp_struct_05_03): Likewise.
1017 (cmp_struct_05_04): Likewise.
1018 (call_all): Add new structs.
1019 * gdb.base/infcall-nested-structs.exp: Likewise.
1020
3bf9c013
JV
10212018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
1022
1023 * gdb.python/py-framefilter-mi.exp: Update regexp to
1024 check for "arch" field in frame output.
1025
450d1e88
KB
10262018-08-23 Kevin Buettner <kevinb@redhat.com>
1027
1028 * gdb.dwarf2/dw2-ranges-func.c: New file.
1029 * gdb.dwarf2/dw2-ranges-func.exp: New file.
1030
ae739fe7
SM
10312018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
1032
1033 * gdb.base/term.exp: Compare terminal settings with values from
1034 the inferior.
1035 * gdb.base/term.c: Get and set terminal settings.
1036
6d52907e
JV
10372018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
1038
1039 * lib/mi-support.exp (mi_expect_stop): Update regexp to
1040 accommodate new "arch" field in frame output.
1041 * gdb.mi/mi-return.exp: Likewise.
1042 * gdb.mi/mi-stack.exp: Likewise.
1043 * gdb.mi/mi-syn-frame.exp: Likewise.
1044 * gdb.mi/user-selected-context-sync.exp: Likewise.
1045
be2d111a
MS
10462018-08-19 Michael Spang <spang@google.com>
1047
1048 PR gdb/11786
1049 * gdb.base/gcore-tls-pie.c: New file.
1050 * gdb.base/gcore-tls-pie.exp: New file.
1051
ae3a7c47
KB
10522018-08-18 Kevin Buettner <kevinb@redhat.com>
1053
1054 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
1055 * gdb.dwarf2/varval.c: New file.
1056 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 1057
2ecae92e
AH
10582018-08-17 Alan Hayward <alan.hayward@arm.com>
1059
1060 PR gdb/18931
1061 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
1062
c1854f1d
KS
10632018-08-16 Keith Seitz <keiths@redhat.com>
1064
1065 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
1066 tests expected to pass.
1067
26fb3983
JV
10682018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
1069
1070 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
1071 -data-disassemble -a.
1072 (test_disassembly_bogus_args): Likewise.
1073
67943c00
AB
10742018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
1075
1076 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
1077
5ff2bbae
AB
10782018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1079
1080 * gdb.base/vla-optimized-out.exp: Add new test.
1081
e5bbcd0f
AB
10822018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 * gdb.base/vla-optimized-out-o3.exp: Delete.
1085 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
1086 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
1087 deleted tests.
1088
9d4a934c
AB
10892018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
1090
1091 PR gdb/18050:
1092 * gdb.server/extended-remote-restart.c: New file.
1093 * gdb.server/extended-remote-restart.exp: New file.
1094
045cf012
SM
10952018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
1096
1097 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
1098 "set variable index = 42".
1099
87d6a7aa
SM
11002018-08-07 Simon Marchi <simon.marchi@ericsson.com>
1101
1102 * boards/index-cache-gdb.exp: New file.
1103 * gdb.dwarf2/index-cache.exp: New file.
1104 * gdb.dwarf2/index-cache.c: New file.
1105 * gdb.base/maint.exp: Check if we are using the index cache.
1106
96d68bd4
RO
11072018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1108
1109 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
1110 MAKEFLAGS.
1111
5a699617
RO
11122018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1113
1114 * dg-extract-results.sh: Move to toplevel contrib.
1115 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
1116 * Makefile.in (check-parallel-racy): Likewise.
1117
5bd18990
AB
11182018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
1119
1120 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
1121 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
1122 tests if the target supports scheduler locking.
1123
3fbbcf47
TV
11242018-08-04 Tom de Vries <tdevries@suse.de>
1125
1126 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
1127
3e1d3d8c
TT
11282018-08-02 Tom Tromey <tom@tromey.com>
1129
1130 PR symtab/16842.
1131 * gdb.cp/temargs.exp: Test "info address" of a template
1132 parameter.
1133
5abe0f0c
JV
11342018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
1135
1136 * gdb.python/py-mi-var-info-path-expression.c: New file.
1137 * gdb.python/py-mi-var-info-path-expression.py: New file.
1138 * gdb.python/py-mi-var-info-path-expression.exp: New file.
1139
fb66cde8
SDJ
11402018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
1141
1142 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
1143 error after "cannot resolve name" string.
1144
c708f4d2
AB
11452018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1146
1147 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
1148 started.
1149 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
1150
37cc0cae
TV
11512018-07-28 Tom de Vries <tdevries@suse.de>
1152
1153 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
1154
63b4ecf7
TV
11552018-07-26 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
1158
3c3bb058
AB
11592018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
1160
1161 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
1162 is visible.
1163
9e7f3bbb
TV
11642018-07-26 Tom de Vries <tdevries@suse.de>
1165
1166 PR breakpoints/23366
1167 * gdb.base/catch-follow-exec.c: New test.
1168 * gdb.base/catch-follow-exec.exp: New file.
1169
16f808ec
TV
11702018-07-25 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
1173 vla-optimized-out.c.
1174
d7154a8d
JV
11752018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
1176
1177 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
1178 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
1179
232a0032
TV
11802018-07-20 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
1183 NOCLONE macro.
1184 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
1185
fbb1d502
TV
11862018-07-19 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
1189 regular expression.
1190
42dc7699
TV
11912018-07-18 Tom de Vries <tdevries@suse.de>
1192
1193 * gdb.base/vla-optimized-out.c: New test.
1194 * gdb.base/vla-optimized-out.exp: New file.
1195
7f1f7e23
SDJ
11962018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
1197
1198 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
1199 message "No address associated with hostname" when gdbserver
1200 cannot resolve the hostname.
1201
5759ebb3
PW
12022018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1203
1204 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
1205 Add some test prefixes to make tests unique.
1206
3606ccab
PW
12072018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1208
1209 * gdb.base/frameapply.c: New file.
1210 * gdb.base/frameapply.exp: New file.
1211
529c08b2
PW
12122018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1213
1214 * gdb.base/skip.exp: Update expected error message.
1215
c7ab0aef
SDJ
12162018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1217 Jan Kratochvil <jan.kratochvil@redhat.com>
1218 Paul Fertser <fercerpav@gmail.com>
1219 Tsutomu Seki <sekiriki@gmail.com>
1220
1221 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
1222 parameter.
1223 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
1224 by default.
1225 * boards/native-gdbserver.exp: Likewise.
1226 * gdb.server/run-without-local-binary.exp: Improve regexp used
1227 for detecting when a remote debugging connection succeeds.
1228 * gdb.server/server-connect.exp: New file.
1229 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
1230 Do not prefix the port number with ":".
1231 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
1232 support for detecting and using it. Add '$debughost_gdbserver'
1233 to the list of arguments used to start gdbserver. Handle case
1234 when gdbserver cannot resolve a network name.
1235
16ff70dd
SDJ
12362018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
1237
1238 PR c++/23373
1239 * gdb.base/ptype-offsets.cc (struct static_member): New
1240 struct.
1241 (main) <stmember>: New variable.
1242 * gdb.base/ptype-offsets.exp: Add test for printing a struct
1243 with a static member in it.
1244
3541979f
AB
12452018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
1246
1247 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
1248 watchpoints enabled and disabled.
1249
c8ad9b9a
AB
12502018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
1251
1252 * gdb.base/examine-backward.exp: Still run tests around address
1253 0x0, even if address 0x0 is not readable. Update the pattern for
1254 matching address 0x0 in expected output.
1255
e0e5e971
AB
12562018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1257
1258 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1259 malloc/free.
1260
1ea5da02
TV
12612018-07-04 Tom de Vries <tdevries@suse.de>
1262
1263 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1264
471b9d15
MR
12652018-07-02 Maciej W. Rozycki <macro@mips.com>
1266
1267 PR tdep/8282
1268 * gdb.arch/mips-disassembler-options.exp: New test.
1269 * gdb.arch/mips-disassembler-options.s: New test source.
1270
75acb486
PA
12712018-06-29 Pedro Alves <palves@redhat.com>
1272
1273 * gdb.threads/names.exp: Adjust expected "info threads" output.
1274
cd2bb709
PA
12752018-06-29 Pedro Alves <palves@redhat.com>
1276
1277 * gdb.opt/inline-break.exp (line number, address): Add "info
1278 break" tests.
1279
991ff292
PA
12802018-06-29 Pedro Alves <palves@redhat.com>
1281
1282 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1283 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1284 number and address and running to them.
1285
356819b6 12862018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
1287
1288 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1289
2512d7ef
JK
12902018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1291
1292 * lib/compiler.c: Remove executable permission flag.
1293
be1b6474
RB
12942018-06-28 Richard Bunt <richard.bunt@arm.com>
1295
1296 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1297 code.
1298 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1299
291f9a96
PT
13002018-06-28 Petr Tesarik <ptesarik@suse.cz>
1301
1302 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1303
ed6dfe51
PT
13042018-06-28 Petr Tesarik <ptesarik@suse.cz>
1305
1306 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1307 address argument is omitted.
1308
d4d429d5
PT
13092018-06-28 Petr Tesarik <ptesarik@suse.cz>
1310
1311 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1312
7ab6656f
OJ
13132018-06-27 Omair Javaid <omair.javaid@linaro.org>
1314
1315 PR gdb/21695
1316 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1317 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1318
a33ccfc7
TT
13192018-06-26 Tom Tromey <tom@tromey.com>
1320
1321 PR rust/22574:
1322 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1323 * gdb.rust/simple.rs (struct SimpleLayout): New.
1324
6d72d289
SM
13252018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1326
1327 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1328 "info registers" output.
1329
8363f9d5
RB
13302018-06-21 Richard Bunt <richard.bunt@arm.com>
1331
1332 * gdb.base/watchpoint-hw-attach.c: New test.
1333 * gdb.base/watchpoint-hw-attach.exp: New file.
1334
f00674fe
SM
13352018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1336
1337 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1338 through /bin/sh.
1339 * boards/dwarf4-gdb-index.exp: Likewise.
1340 * boards/fission-dwp.exp: Likewise.
1341
1d554008
UW
13422018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1343
1344 * gdb.base/float128.exp: Add comment and improved fail message
1345 to the failure case of "print large128" test.
1346
d0ac1c44
SM
13472018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1348
1349 * configure.ac: Remove AC_PREREQ.
1350 * configure: Re-generate.
1351
61b04dd0
PA
13522018-06-19 Pedro Alves <palves@redhat.com>
1353
1354 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1355 (func_extern_caller): New.
1356 (main): Call func_extern_caller.
1357 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1358 logic change.
1359
f63b508a
SM
13602018-06-18 Weimin Pan <weimin.pan@oracle.com>
1361
1362 PR gdb/16841
1363 * gdb.cp/typedef-base.cc: New file.
1364 * gdb.cp/typedef-base.exp: New file.
1365
0fe3a558
TV
13662018-06-18 Tom de Vries <tdevries@suse.de>
1367
1368 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1369
7010835a
AB
13702018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1371 Richard Bunt <Richard.Bunt@arm.com>
1372
1373 * gdb.threads/attach-slow-waitpid.c: New file.
1374 * gdb.threads/attach-slow-waitpid.exp: New file.
1375 * gdb.threads/slow-waitpid.c: New file.
1376
14897d65
PA
13772018-06-14 Pedro Alves <palves@redhat.com>
1378
1379 * gdb.base/fork-running-state.c: Include <errno.h>.
1380 (exit_if_relative_exits): New.
1381 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1382 exits.
1383 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1384 child exits.
1385
5d9a0608
TV
13862018-06-14 Tom de Vries <tdevries@suse.de>
1387
1388 PR cli/22573
1389 * gdb.base/finish-pretty.c: New test.
1390 * gdb.base/finish-pretty.exp: New file.
1391
11ae5818
PA
13922018-06-14 Pedro Alves <palves@redhat.com>
1393
1394 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1395 gdb's expected startup output.
1396
1d39de44
PA
13972018-06-14 Pedro Alves <palves@redhat.com>
1398
1399 * lib/selftest-support.exp (selftest_setup): Remove inlined
1400 function handling.
1401
70ee0000
TV
14022018-06-14 Tom de Vries <tdevries@suse.de>
1403
1404 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1405 matching of breakpoint printing.
1406
11f4b608
TV
14072018-06-13 Tom de Vries <tdevries@suse.de>
1408
1409 PR testsuite/23269
1410 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1411 (fork_child): ... here, and ...
1412 (fork_parent): ... here.
1413
14142018-06-12 Tom de Vries <tdevries@suse.de>
1415
1416 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1417
9516f85a
AB
14182018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1419 Stephen Roberts <stephen.roberts@arm.com>
1420
1421 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1422 rewrite test to describe action performed, rather than possible
1423 failure.
1424
5045b3d7
GB
14252018-06-08 Gary Benson <gbenson@redhat.com>
1426
1427 * gdb.threads/check-libthread-db.exp: New file.
1428 * gdb.threads/check-libthread-db.c: Likewise.
1429
c61b06a1
TT
14302018-06-05 Tom Tromey <tom@tromey.com>
1431
1432 * gdb.base/default.exp: Update expected "show version" output.
1433
eb6af809
TT
14342018-06-05 Tom Tromey <tom@tromey.com>
1435
1436 PR cli/12326:
1437 * gdb.cp/static-print-quit.exp: Update.
1438 * lib/gdb.exp (pagination_prompt): Update.
1439 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1440 * gdb.python/python.exp: Update.
1441
178d6a63
JB
14422018-06-04 Joel Brobecker <brobecker@adacore.com>
1443
1444 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1445
8e817061
JB
14462018-06-01 Joel Brobecker <brobecker@adacore.com>
1447
1448 * gdb.ada/bp_fun_addr: New testcase.
1449
e86ca25f
TT
14502018-06-01 Tom Tromey <tom@tromey.com>
1451
1452 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1453 results.
1454 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1455 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1456 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1457 * gdb.base/maint.exp (maint_pass_if): Update.
1458
4b2dfa9d
MR
14592018-05-31 Maciej W. Rozycki <macro@mips.com>
1460
1461 * gdb.base/endian.exp: New test.
1462 * gdb.base/endian.c: New test source.
1463
45f25d6c
AB
14642018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1465
1466 PR gdb/23203
1467 * gdb.base/bt-selected-frame.c: New file.
1468 * gdb.base/bt-selected-frame.exp: New file.
1469 * lib/gdb.exp (get_current_frame_number): New function.
1470
d9f6d7f8
MR
14712018-05-24 Maciej W. Rozycki <macro@mips.com>
1472 Pedro Alves <palves@redhat.com>
1473
1474 * gdb.threads/tls-core.c: Include <stdlib.h>
1475 (thread_proc): Call `abort'.
1476 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1477 (tls_core_test): New procedure, bits factored out from ...
1478 (top level): ... here. Test both native cores and gcore cores.
1479
ff1cf532
TT
14802018-05-23 Tom Tromey <tom@tromey.com>
1481
1482 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1483
b98664d3
TT
14842018-05-23 Tom Tromey <tom@tromey.com>
1485
1486 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1487 symfile_complaints.
1488 (test_short_complaints): Likewise.
1489 (test_empty_complaints): Likewise.
1490 (test_initial_complaints): Update.
1491
4e9668d0
TT
14922018-05-23 Tom Tromey <tom@tromey.com>
1493
1494 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1495
43ba33c7
TT
14962018-05-23 Tom Tromey <tom@tromey.com>
1497
1498 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1499 (test_short_complaints): Update.
1500
035522c0
PA
15012018-05-22 Pedro Alves <palves@redhat.com>
1502
1503 * gdb.base/remote.exp: Only gdb_start after compiling the
1504 testcase. Issue "disconnect" before testing "set remote" command
1505 defaults. Issue clean_restart before running to main.
1506
cc0be08f
PA
15072018-05-22 Pedro Alves <palves@redhat.com>
1508
1509 * gdb.base/remote.exp: Adjust expected output of "show remote
1510 memory-write-packet-size". Add tests for "set remote
1511 memory-write-packet-size 0" and "set remote
1512 memory-write-packet-size fixed/limit".
1513
b1b60145
PA
15142018-05-22 Pedro Alves <palves@redhat.com>
1515
1516 PR gdb/22973
1517 * gdb.base/utf8-identifiers.c: New file.
1518 * gdb.base/utf8-identifiers.exp: New file.
1519
0ec848ad
PFC
15202018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1521
1522 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1523
2c3305f6
PFC
15242018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1525
1526 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1527
ce1e8424
TT
15282018-05-18 Tom Tromey <tom@tromey.com>
1529
1530 * gdb.base/ptype-offsets.exp: Update.
1531
ddfe970e
KS
15322018-05-17 Keith Seitz <keiths@redhat.com>
1533
1534 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1535 in expected breakpoint stop locations.
1536 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1537 move to proper scope to test variable values.
1538 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1539 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1540 New functions.
1541 (main): Call not_inline_func3.
1542 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1543 inline_func1, inline_func2, and inline_func3. Test that when each
1544 breakpoint is hit, GDB properly reports both the stop location
1545 and the backtrace. Repeat tests for temporary breakpoints.
1546
0726fcc6
MR
15472018-05-15 Maciej W. Rozycki <macro@mips.com>
1548
1549 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1550 rather then trying to access it in determining whether the PID
1551 of `gdbserver' could have been retrieved.
1552
8ee22052
AB
15532018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1554
1555 * gdb.arch/amd64-init-x87-values.S: New file.
1556 * gdb.arch/amd64-init-x87-values.exp: New file.
1557
7785df48
JK
15582018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1559
1560 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1561
56bcdbea
TT
15622018-05-04 Tom Tromey <tom@tromey.com>
1563
1564 PR python/22730:
1565 * gdb.python/python.exp: Test multi-line execute.
1566
a913fffb
TT
15672018-05-04 Tom Tromey <tom@tromey.com>
1568
1569 PR python/22731:
1570 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1571
7a2c85f2
TT
15722018-05-04 Tom Tromey <tom@tromey.com>
1573
1574 PR gdb/11750:
1575 * gdb.base/define.exp: Test defining a user command inside a user
1576 command.
1577 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1578
a3b60e45
JK
15792018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1580 Pedro Alves <palves@redhat.com>
1581
1582 PR breakpoints/19806 and support for PR external/20207.
1583 * gdb.base/watchpoint-unaligned.c: New file.
1584 * gdb.base/watchpoint-unaligned.exp: New file.
1585
45fe4a03
AB
15862018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1587
1588 * gdb.base/maint.exp: Make test names unique, use
1589 test_prefix_command_help to test 'help maint info', and remove
1590 repeated test of 'help maint'.
1591
9be2ae8f
TT
15922018-05-04 Tom Tromey <tom@tromey.com>
1593
1594 PR gdb/22619:
1595 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1596 behavior.
1597
11859c31
AB
15982018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1599
1600 * gdb.base/maint.exp: Process output from 'maint print registers'
1601 line at a time.
1602
089a9490
AB
16032018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1604
1605 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1606 timeout.
1607
9b0797e2
AB
16082018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1609
1610 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1611 filter pattern.
1612
f6ac5f3d
PA
16132018-05-02 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1616 to_log_command renames.
1617 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1618
77d3c63b
TT
16192018-05-02 Tom Tromey <tom@tromey.com>
1620
1621 * gdb.python/py-parameter.exp: Set test message.
1622
0489430a
TT
16232018-05-02 Tom Tromey <tom@tromey.com>
1624
1625 PR python/20084:
1626 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1627 PARAM_ZUINTEGER_UNLIMITED tests.
1628
1632f8ba
DR
16292018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1630
1631 PR rust/23124
1632 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1633 when casting.
1634
6d7bb824
TT
16352018-04-30 Tom Tromey <tom@tromey.com>
1636
1637 * gdb.python/py-type.exp: Check align attribute.
1638 * gdb.python/py-type.c: New "aligncheck" global.
1639
007e1530
TT
16402018-04-30 Tom Tromey <tom@tromey.com>
1641
1642 PR exp/17095:
1643 * gdb.dwarf2/dw2-align.exp: New file.
1644 * gdb.cp/align.exp: New file.
1645 * gdb.base/align.exp: New file.
1646 * lib/gdb.exp (gdb_int128_helper): New proc.
1647 (has_int128_c, has_int128_cxx): New caching procs.
1648
6873858b
TT
16492018-04-27 Tom Tromey <tom@tromey.com>
1650
1651 PR rust/22545:
1652 * gdb.rust/simple.exp: Add inclusive range tests.
1653
79188d8d
PA
16542018-04-26 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1657 ifunc breakpoint locations correctly of ifunc breakpoints set
1658 while the program resolves the ifunc.
1659
c7075ad5
PA
16602018-04-26 Pedro Alves <palves@redhat.com>
1661
1662 * gdb.base/gnu-ifunc-final.c: New file.
1663 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1664 * gdb.base/gnu-ifunc.exp (executable): Delete.
1665 (staticexecutable): Adjust.
1666 (lib_opts, exec_opts): Delete.
1667 (make_binsuffix, build, set-break): New procedures.
1668 (misc_tests): New, with tests factored out from the top level.
1669 (top level): Test different combinations of ifunc resolver name,
1670 resolver with and with debug info, and ifunc target with and
1671 without debug info. Wrap static tests with with_target_prefix.
1672
8388016d
PA
16732018-04-26 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1676 return type" warnings.
1677
249b5733
PA
16782018-04-25 Pedro Alves <palves@redhat.com>
1679
1680 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1681 killed".
1682 * gdb.base/kill-after-signal.exp: Likewise.
1683 * gdb.threads/kill.exp: Likewise.
1684
f67c0c91
SDJ
16852018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1686 Sergio Durigan Junior <sergiodj@redhat.com>
1687 Pedro Alves <palves@redhat.com>
1688
1689 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1690 regexps to expect for '[Inferior ... detached]' as well.
1691 * gdb.base/attach.exp: Likewise.
1692 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1693 "gdb_continue_to_end".
1694 (test_catch_syscall_with_wrong_args): Likewise.
1695 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1696 ']'. Don't set 'verbose' on.
1697 * gdb.base/foll-vfork.exp: Likewise.
1698 * gdb.base/fork-print-inferior-events.c: New file.
1699 * gdb.base/fork-print-inferior-events.exp: New file.
1700 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1701 '[Inferior ... has been killed]' message.
1702 * gdb.base/kill-after-signal.exp: Likewise.
1703 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1704 detach message.
1705 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1706 message.
1707 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1708 regexps to expect for '[Inferior ... detached]' as well.
1709 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1710
0a8ddac4
SM
17112018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1712
1713 PR gdb/23104
1714 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1715
d27d16bf
RB
17162018-04-19 Richard Bunt <richard.bunt@arm.com>
1717
1718 * gdb.threads/multiple-successive-infcall.c: New test.
1719 * gdb.threads/multiple-successive-infcall.exp: New file.
1720
a037790e
TT
17212018-04-17 Tom Tromey <tom@tromey.com>
1722
1723 * gdb.rust/simple.rs (Union): New type.
1724 (main): New local "u".
1725 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1726
e3a91079
AA
17272018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1728
1729 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1730 number information in output of "whereis" command.
1731 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1732
b744723f
AA
17332018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1734
1735 * gdb.ada/info_types.exp: Adjust expected output to the line
1736 numbers now printed by "info var/func/type".
1737 * gdb.base/completion.exp: Likewise.
1738 * gdb.base/included.exp: Likewise.
1739 * gdb.cp/cp-relocate.exp: Likewise.
1740 * gdb.cp/cplusfuncs.exp: Likewise.
1741 * gdb.cp/namespace.exp: Likewise.
1742 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1743
4a4495d6
MM
17442018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1745
1746 * gdb.btrace/cpu.exp: New.
1747
1d509aa6
MM
17482018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1749
1750 * gdb.base/step-indirect-call-thunk.exp: New.
1751 * gdb.base/step-indirect-call-thunk.c: New.
1752 * gdb.reverse/step-indirect-call-thunk.exp: New.
1753 * gdb.reverse/step-indirect-call-thunk.c: New.
1754
6295b6da
SM
17552018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1756
1757 * gdb.base/pie-fork.c: New file.
1758 * gdb.base/pie-fork.exp: New file.
1759
50146e70
TT
17602018-04-11 Tom Tromey <tom@tromey.com>
1761
1762 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1763
f50d8a2e
PA
17642018-04-10 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1767 exits. Instead loop running forever.
1768 (fork_parent): Run forever too.
1769
a0be7a36
SM
17702018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1771
1772 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1773 mi_continue_to_line.
1774 * gdb.mi/mi-stack.c (callee4): Add comment.
1775
9b73db36
SM
17762018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1777
1778 * gdb.mi/mi-stack.exp: Fix indentation.
1779
c912f608
SM
17802018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1781
1782 PR gdb/22979
1783 * gdb.arch/amd64-osabi.exp: New file.
1784
26540402
SM
17852018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1786
1787 PR gdb/22980
1788 * gdb.base/osabi.exp: New file.
1789
121ad66c 17902018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1791
1792 * gdb.cp/static-typedef-print.exp: New file.
1793 * gdb.cp/static-typedef-print.cc: New file.
1794
3fcded8f
JB
17952018-03-27 Joel Brobecker <brobecker@adacore.com>
1796
1797 * gdb.ada/varsize_limit: New testcase.
1798
59cc4834
JB
17992018-03-27 Joel Brobecker <brobecker@adacore.com>
1800
1801 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1802
1803 * gdb.ada/notcplusplus: New testcase.
1804
1805 * gdb.base/c-linkage-name.c: New file.
1806 * gdb.base/c-linkage-name.exp: New testcase.
1807
4ca59a9f
TT
18082018-03-26 Tom Tromey <tom@tromey.com>
1809
1810 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1811 * gdb.python/py-framefilter.py (name_error): New global.
1812 (ErrorInName.function): Use name_error.
1813
978d6c75
TT
18142018-03-26 Tom Tromey <tom@tromey.com>
1815
1816 PR backtrace/15582:
1817 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1818
b7fee5a3
KS
18192018-03-23 Keith Seitz <keiths@redhat.com>
1820
1821 PR c++/22968
1822 * gdb.cp/subtypes.exp: New file.
1823 * gdb.cp/subtypes.h: New file.
1824 * gdb.cp/subtypes.cc: New file.
1825 * gdb.cp/subtypes-2.cc: New file.
1826
376be529
AB
18272018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1828
1829 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1830 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1831 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1832 -nostartfiles when compiling the test. Confirm that all registers
1833 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1834
066cfa98
AB
18352018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1836
1837 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1838 option, syntax was wrong anyway.
1839 * gdb.arch/arm-disp-step.exp: Likewise.
1840 * gdb.arch/sparc64-regs.exp: Likewise.
1841 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1842 option, syntax was wrong anyway, switch to use
1843 prepare_for_testing.
1844 * gdb.arch/i386-disp-step.exp: Likewise.
1845
079670b9
AA
18462018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1847
1848 * gdb.ada/exec_changed.exp: Replace "target_info exists
1849 use_gdb_stub" by "use_gdb_stub".
1850 * gdb.ada/start.exp: Likewise.
1851 * gdb.base/async-shell.exp: Likewise.
1852 * gdb.base/attach-pie-misread.exp: Likewise.
1853 * gdb.base/attach-wait-input.exp: Likewise.
1854 * gdb.base/break-entry.exp: Likewise.
1855 * gdb.base/break-interp.exp: Likewise.
1856 * gdb.base/dprintf-detach.exp: Likewise.
1857 * gdb.base/nostdlib.exp: Likewise.
1858 * gdb.base/solib-nodir.exp: Likewise.
1859 * gdb.base/statistics.exp: Likewise.
1860 * gdb.base/testenv.exp: Likewise.
1861 * gdb.mi/mi-exec-run.exp: Likewise.
1862 * gdb.mi/mi-start.exp: Likewise.
1863 * gdb.multi/dummy-frame-restore.exp: Likewise.
1864 * gdb.multi/multi-arch-exec.exp: Likewise.
1865 * gdb.multi/multi-arch.exp: Likewise.
1866 * gdb.multi/tids.exp: Likewise.
1867 * gdb.multi/watchpoint-multi.exp: Likewise.
1868 * gdb.python/py-events.exp: Likewise.
1869 * gdb.threads/attach-into-signal.exp: Likewise.
1870 * gdb.threads/attach-stopped.exp: Likewise.
1871 * gdb.threads/threadapply.exp: Likewise.
1872 * lib/selftest-support.exp: Likewise.
1873
26d6cec4
AA
18742018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1875
1876 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1877
4ee89e90
SR
18782018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1879
1880 * gdb.perf/template-breakpoints.cc: New file.
1881 * gdb.perf/template-breakpoints.exp: New file.
1882 * gdb.perf/template-breakpoints.py: New file.
1883
92630041
TT
18842018-03-19 Tom Tromey <tom@tromey.com>
1885
1886 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1887 y0.
1888 * gdb.rust/simple.exp: Test bare identifier form of struct
1889 initializer.
1890
76727919
TT
18912018-03-19 Tom Tromey <tom@tromey.com>
1892
1893 * gdb.gdb/observer.exp: Remove.
1894
194ed413
AA
18952018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1896
1897 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1898 "qualified" option when setting breakpoints.
1899 * gdb.trace/backtrace.exp: Likewise.
1900 * gdb.trace/circ.exp: Likewise.
1901 * gdb.trace/collection.exp: Likewise.
1902 * gdb.trace/disconnected-tracing.exp: Likewise.
1903 * gdb.trace/ftrace-lock.exp: Likewise.
1904 * gdb.trace/ftrace.exp: Likewise.
1905 * gdb.trace/infotrace.exp: Likewise.
1906 * gdb.trace/packetlen.exp: Likewise.
1907 * gdb.trace/passc-dyn.exp: Likewise.
1908 * gdb.trace/qtro.exp: Likewise.
1909 * gdb.trace/read-memory.exp: Likewise.
1910 * gdb.trace/report.exp: Likewise.
1911 * gdb.trace/signal.exp: Likewise.
1912 * gdb.trace/status-stop.exp: Likewise.
1913 * gdb.trace/strace.exp: Likewise.
1914 * gdb.trace/tfind.exp: Likewise.
1915 * gdb.trace/trace-break.exp: Likewise.
1916 * gdb.trace/trace-condition.exp: Likewise.
1917 * gdb.trace/trace-mt.exp: Likewise.
1918 * gdb.trace/tstatus.exp: Likewise.
1919 * gdb.trace/tsv.exp: Likewise.
1920 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1921 * gdb.trace/unavailable.exp: Likewise.
1922 * gdb.trace/while-dyn.exp: Likewise.
1923
8b067d2c
AA
19242018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1925
1926 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1927 that libinproctrace is copied to the target.
1928
3ae9ce5d
TT
19292018-03-14 Tom Tromey <tom@tromey.com>
1930
1931 PR cli/14977:
1932 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1933 a null pointer.
1934 * gdb.base/wchar.exp: Likewise.
1935
b8c2339b
TT
19362018-03-14 Tom Tromey <tom@tromey.com>
1937
1938 PR cli/19918:
1939 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1940 flag.
1941
4872dc46
SM
19422018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1943
1944 PR gdb/22841
1945 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1946 "target" to remote_exec.
1947
e4fe3756
SM
19482018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1949
1950 PR gdb/22841
1951 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1952 ${board}_upload): Remove.
1953
e95a97d4
AA
19542018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1955
1956 * gdb.cp/watch-cp.cc: New test.
1957 * gdb.cp/watch-cp.exp: New file.
1958
dbbb1059
AB
19592018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1960
1961 * gdb.base/infcall-nested-structs.exp: New file.
1962 * gdb.base/infcall-nested-structs.c: New file.
1963 * gdb.base/float.exp: Add riscv support.
1964
ecc054c0
TP
19652018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1966
1967 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1968 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1969
25e3c82c
SDJ
19702018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1971
1972 * gdb.server/abspath.exp: New file.
1973 * lib/gdb.exp (with_cwd): New procedure.
1974
3083294d
SM
19752018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1976
1977 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1978 use it.
1979 (gdb_is_target_remote_prompt): New proc.
1980 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1981 (gdb_is_target_native): Pass prompt parameter to
1982 gdb_is_target_1.
1983
3275ef47
SM
19842018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1985
1986 * gdb.base/load-command.c: New file.
1987 * gdb.base/load-command.exp: New file.
1988 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1989 (gdb_is_target_1): ...this, and generalize for other targets
1990 than just remote.
1991 (gdb_is_target_remote): Use gdb_is_target_1.
1992 (gdb_is_target_native): use gdb_is_target_1.
1993
6893c19a
TT
19942018-02-26 Tom Tromey <tom@tromey.com>
1995
1996 PR python/16497:
1997 * gdb.python/py-framefilter.exp: Update test.
1998
2ddeaf8a
TT
19992018-02-26 Tom Tromey <tom@tromey.com>
2000
2001 * gdb.dwarf2/variant.c: New file.
2002 * gdb.dwarf2/variant.exp: New file.
2003
c9317f21
TT
20042018-02-26 Tom Tromey <tom@tromey.com>
2005
2006 * gdb.rust/simple.exp: Accept more possible results in enum test.
2007
6f6d0c26
SM
20082018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
2009
2010 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
2011 parentheses.
2012
11b03145
MR
20132018-02-23 Maciej W. Rozycki <macro@mips.com>
2014
2015 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
2016 name of a variable: $actual_linejj -> $actual_line.
2017
54a27fe5
JB
20182018-02-21 John Baldwin <jhb@FreeBSD.org>
2019
2020 * gdb.arch/amd64-i386-address.exp: Fix a typo.
2021
de65820c
MM
20222018-02-20 Markus Metzger <markus.t.metzger@intel.com>
2023
2024 * gdb.btrace/buffer-size.exp: Do not force BTS.
2025
980548fd
PA
20262018-02-14 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
2029 getting a "Quit".
2030
c4e12631
MM
20312018-02-09 Markus Metzger <markus.t.metzger@intel.com>
2032
2033 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
2034 Fix test name.
2035
c2e0e465
SM
20362018-02-07 Simon Marchi <simon.marchi@ericsson.com>
2037
2038 * gdb.cp/m-static.exp: Check type of optimized out static
2039 member.
2040
f7216783
AB
20412018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
2042
2043 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
2044 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
2045
0625771b
LS
20462018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
2047 Leszek Swirski <leszeks@google.com>
2048
2049 * gdb.python/py-prettyprint.c
2050 (struct to_string_returns_value_inner,
2051 struct to_string_returns_value_wrapper): New.
2052 (main): Add tsrvw variable.
2053 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
2054 ToStringReturnsValueWrapper): New classes.
2055 (register_pretty_printers): Register new pretty-printers.
2056 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
2057 recursive pretty printer.
2058 * gdb.python/py-mi.exp: Likewise.
2059
59498c30
LS
20602018-02-01 Leszek Swirski <leszeks@google.com>
2061
2062 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
2063 functions with the same name as an include file are parsed
2064 correctly.
2065
d4d38844
YQ
20662018-02-01 Yao Qi <yao.qi@linaro.org>
2067
2068 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
2069 "\[^\r\n\]*".
2070
07e5f5cf
NP
20712018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
2072
2073 * gdb.arch/powerpc-prologue-frame.s: New file.
2074 * gdb.arch/powerpc-prologue-frame.c: Likewise.
2075 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
2076
929b5ad4
JB
20772018-01-31 Joel Brobecker <brobecker@adacore.com>
2078
2079 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
2080
e671cd59
PA
20812018-01-30 Pedro Alves <palves@redhat.com>
2082
2083 PR gdb/13211
2084 * gdb.base/interrupt-daemon.c: New.
2085 * gdb.base/interrupt-daemon.exp: New.
2086 * gdb.multi/multi-term-settings.c: New.
2087 * gdb.multi/multi-term-settings.exp: New.
2088
fc413dc4
JB
20892018-01-30 Joel Brobecker <brobecker@adacore.com>
2090
2091 * gdb.base/break.exp: Save the location where the breakpoint
2092 on break.c:47 was actually inserted when debugging the version
2093 compiled at -O2 and use it in the expected output of the "info
2094 break" test performed soon after.
2095
5c319bb2
PA
20962018-01-22 Pedro Alves <palves@redhat.com>
2097 Sergio Durigan Junior <sergiodj@redhat.com>
2098
2099 * gdb.base/whatis.exp: Add tests for 'set print object on' +
2100 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
2101
a9e40818
JB
21022018-01-22 Joel Brobecker <brobecker@adacore.com>
2103
2104 * gdb.base/break-include.c, gdb.base/break-include.inc,
2105 gdb.base/break-include.exp: New files.
2106 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
2107 line number now being the actual line number where the breakpoint
2108 was inserted.
2109 * gdb.mi/mi-break.exp: Likewise.
2110 * gdb.mi/mi-reverse.exp: Likewise.
2111 * gdb.mi/mi-simplerun.exp: Ditto.
2112
e707fc44
AB
21132018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2114
2115 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
2116 varobj.
2117 * gdb.mi/mi-var-create-rtti.exp: Likewise.
2118
ae451627
AB
21192018-01-21 Don Breazeal <donb@codesourcery.com>
2120 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.mi/basics.c: Add new global.
2123 * gdb.mi/mi-frame-regs.exp: New file.
2124 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
2125 case.
2126
b1b189e0
AB
21272018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
2130 non-parameter, and on an unknown symbol.
2131
fcfcc376
TT
21322018-01-19 Tom Tromey <tom@tromey.com>
2133
2134 * gdb.rust/modules.rs (TWENTY_THREE): New global.
2135 * gdb.rust/modules.exp: Add ::-qualified lookup test.
2136
634c1c31
AA
21372018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2138
2139 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
2140 setrlimit and chdir to int.
2141
d6ad07fd
AA
21422018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2143
2144 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
2145 function.
2146 (my_tend): Likewise.
2147 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
2148 rationale of avoiding FP- and vector instructions.
2149
adf8243b
RK
21502018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
2151
2152 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
2153 "info reg" with "\[ \t\]*".
2154 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
2155 "\[ \t\]+".
2156 * gdb.arch/s390-multiarch.exp: Ditto.
2157 * gdb.base/pc-fp.exp: Ditto.
2158 * gdb.reverse/i386-precsave.exp: Ditto.
2159 * gdb.reverse/i386-reverse.exp: Ditto.
2160 * gdb.reverse/i387-env-reverse.exp: Ditto.
2161 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2162
dcc06925
AA
21632018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2164
2165 * lib/gdb.exp (gdb_compile): Re-enable use of
2166 universal_compile_options for languages other than Rust.
2167
25d4fd80
AA
21682018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
2169
2170 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
2171
ee7f689e 21722018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
2173
2174 PR gdb/16577
2175 * gdb.base/solib-vanish.exp: New.
2176 * gdb.base/solib-vanish-main.c: New.
2177 * gdb.base/solib-vanish-lib1.c: New.
2178 * gdb.base/solib-vanish-lib2.c: New.
2179
d8447b6b
YQ
21802018-01-17 Yao Qi <yao.qi@linaro.org>
2181
2182 * gdb.compile/compile.exp: Match the address printed for
2183 frame in the output of command "bt".
2184
86d6a90c
TT
21852018-01-15 Tom Tromey <tom@tromey.com>
2186
2187 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
2188 compute sp_reg.
2189
cbcdb1aa
AB
21902018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
2193 to prepare.
2194 (prepare): Return 0 on error, 1 on success.
2195
eea61984
PA
21962018-01-12 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.base/continue-after-aborted-step-over.c: New.
2199 * gdb.base/continue-after-aborted-step-over.exp: New.
2200
6181e9c2
SM
22012018-01-11 Simon Marchi <simon.marchi@ericsson.com>
2202
2203 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
2204 options when not creating an executable.
2205
3cada740
PA
22062018-01-11 Pedro Alves <palves@redhat.com>
2207
2208 PR remote/22597
2209 * gdb.server/stop-reply-no-thread.c: New file.
2210 * gdb.server/stop-reply-no-thread.exp: New file.
2211
c63d3e8d
PA
22122018-01-10 Pedro Alves <palves@redhat.com>
2213
2214 PR gdb/22670
2215 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
2216 functions too. Test setting breakpoints and printing C functions
2217 with no debug info too.
2218 * gdb.ada/bp_c_mixed_case/qux.c: New file.
2219
d4c2a405
PA
22202018-01-10 Pedro Alves <palves@redhat.com>
2221
2222 PR gdb/22670
2223 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
2224 a fail.
2225
8825213e
PA
22262018-01-10 Pedro Alves <palves@redhat.com>
2227
2228 PR gdb/22670
2229 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
2230
605fd3c6
YQ
22312018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2232
2233 * gdb.server/unittest.exp: Match the output in non-development
2234 mode.
2235
1e5ded6c
YQ
22362018-01-08 Simon Marchi <simon.marchi@ericsson.com>
2237
2238 * gdb.gdb/unittest.exp: Match output in non-development mode.
2239
30066b0b
JB
22402018-01-08 Joel Brobecker <brobecker@adacore.com>
2241
2242 * gdb.ada/access_tagged_param.exp: Relax expected output
2243 for value of "ObjL" in "continue" to pck.inspect breakpoint
2244 test.
2245
04bafb1e
XR
22462018-01-08 Joel Brobecker <brobecker@adacore.com>
2247
9f86398b
JB
2248 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
2249 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 2250
e379cee6
PA
22512018-01-05 Pedro Alves <palves@redhat.com>
2252
2253 PR gdb/18653
2254 * gdb.base/libsegfault.exp: New.
2255
de63c46b
PA
22562018-01-05 Joel Brobecker <brobecker@adacore.com>
2257
2258 PR gdb/22670
2259 * gdb.ada/access_tagged_param.exp: New file.
2260 * gdb.ada/access_tagged_param/foo.adb: New file.
2261
f98fc17b
PA
22622018-01-05 Pedro Alves <palves@redhat.com>
2263
2264 PR gdb/22670
2265 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2266 exercise lower case too, and to exercise both full matching and
2267 wild matching.
2268
342f8240
JB
22692018-01-05 Joel Brobecker <brobecker@adacore.com>
2270
2271 * gdb.ada/rename_subscript_param: New testcase.
2272
7150d33c
JG
22732018-01-05 Jerome Guitton <guitton@adacore.com>
2274
2275 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2276
cc0e770c
JB
22772018-01-05 Joel Brobecker <brobecker@adacore.com>
2278
2279 * gdb.ada/convvar_comp: New testcase.
2280
672a41aa 22812018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
2282
2283 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2284 (My_Table): New global variable.
2285 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2286
7365ec2f
JB
22872018-01-04 Joel Brobecker <brobecker@adacore.com>
2288
2289 PR gdb/22670
2290 * gdb.ada/maint_with_ada: New testcase.
2291
289483b6
JB
22922018-01-04 Joel Brobecker <brobecker@adacore.com>
2293
2294 PR gdb/22670
2295 * gdb.ada/bp_c_mixed_case: New testcase.
2296
344420da
JB
22972018-01-04 Joel Brobecker <brobecker@adacore.com>
2298
2299 PR gdb/22670
2300 * gdb.ada/complete.exp: Add "complete break ada" test.
2301
66fc87a0
JB
23022018-01-04 Joel Brobecker <brobecker@adacore.com>
2303
2304 PR gdb/22670
2305 * gdb.ada/info_addr_mixed_case: New testcase.
2306
9f757bf7
XR
23072018-01-03 Xavier Roirand <roirand@adacore.com>
2308
2309 * gdb.ada/excep_handle.exp: New testcase.
2310 * gdb.ada/excep_handle/foo.adb: New file.
2311 * gdb.ada/excep_handle/pck.ads: New file.
2312
bd570f80
JB
23132018-01-03 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.base/step-line.c: Add extra empty line in copyright header.
2316 * gdb.base/step-line.inp: Likewise.
2317
9fe561ab
JB
23182018-01-02 Joel Brobecker <brobecker@adacore.com>
2319
2320 * gdb.ada/dyn_stride.exp: Add slice test.
2321
a405673c
JB
23222018-01-02 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.ada/dyn_stride: New testcase.
2325
cef0f868
SH
23262017-12-27 Stafford Horne <shorne@gmail.com>
2327
2328 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2329 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2330
b67d92b0
SH
23312017-12-27 Stafford Horne <shorne@gmail.com>
2332
2333 * gdb.base/reggroups.c: New file.
2334 * gdb.base/reggroups.exp: New file.
2335
eccab96d
JB
23362017-12-18 Joel Brobecker <brobecker@adacore.com>
2337
2338 * gdb.dwarf2/ada-valprint-error.c: New file.
2339 * gdb.dwarf2/ada-valprint-error.exp: New file.
2340
0e2da9f0
JB
23412017-12-18 Joel Brobecker <brobecker@adacore.com>
2342
2343 * gdb.ada/assign_arr: New testcase.
2344
cb923fcc
XR
23452017-12-18 Xavier Roirand <roirand@adacore.com>
2346
2347 * gdb.ada/funcall_ptr: New testcase.
2348
7c161838
SDJ
23492017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2350
2351 PR cli/16224
2352 * gdb.base/ptype-offsets.cc: New file.
2353 * gdb.base/ptype-offsets.exp: New file.
2354
1af17fd9
YQ
23552017-12-15 Yao Qi <yao.qi@linaro.org>
2356
2357 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2358 if XML is disabled.
2359
828d5846
XR
23602017-12-15 Xavier Roirand <roirand@adacore.com>
2361
2362 * gdb.ada/same_component_name: New testcase.
2363
79e8fcaa
JB
23642017-12-14 Joel Brobecker <brobecker@adacore.com>
2365
2366 * gdb.ada/str_binop_equal: New testcase.
2367
e05fa6f9
JB
23682017-12-14 Joel Brobecker <brobecker@adacore.com>
2369
2370 * gdb.ada/task_switch_in_core: New testcase.
2371
b89641ba
SM
23722017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2373
2374 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2375 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2376 call test_bkpt_qualified.
2377 (test_bkpt_qualified): New proc.
2378
6892d2e4
PA
23792017-12-13 Pedro Alves <palves@redhat.com>
2380
2381 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2382 Tighten regexp by matching with an anchor.
2383
a22ecf70
PA
23842017-12-13 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2387 ("expression with namespace"): New set of tests.
2388 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2389 (Nested::Test_NS::qux): New.
2390 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2391 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2392
9937536c
JB
23932017-12-13 Joel Brobecker <brobecker@adacore.com>
2394
2395 * gdb.base/server-del-break.c: New file.
2396 * gdb.base/server-del-break.exp: New file.
2397
fe49c6f5
SH
23982017-12-12 Stafford Horne <shorne@gmail.com>
2399
2400 * gdb.xml/tdesc-regs.exp: Add or1k support.
2401
c3d18620
SH
24022017-12-12 Stafford Horne <shorne@gmail.com>
2403
2404 * gdb.base/bp-permanent.c: Define nop of or1k.
2405
c5f9cfc8
JB
24062017-12-11 Joel Brobecker <brobecker@adacore.com>
2407
2408 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2409 output with components being reordered.
2410
a9c135fc
JB
24112017-12-11 Joel Brobecker <brobecker@adacore.com>
2412
2413 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2414 output with components being reordered.
2415
927aa2e7
JK
24162017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2417 Pedro Alves <palves@redhat.com>
2418
2419 * gdb.base/maint.exp (check for .gdb_index): Check also for
2420 .debug_names.
2421 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2422 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2423 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2424 (.gdb_index used after symbol reloading): Support also .debug_names.
2425 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2426
f17d9474
YQ
24272017-12-08 Yao Qi <yao.qi@linaro.org>
2428
2429 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2430 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2431
a0de8c21
YQ
24322017-12-08 Yao Qi <yao.qi@linaro.org>
2433
2434 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2435 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2436
a738ea1d
YQ
24372017-12-08 Yao Qi <yao.qi@linaro.org>
2438
2439 * gdb.arch/aarch64-tagged-pointer.c: New file.
2440 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2441
1cd9a73b
SDJ
24422017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2443
2444 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2445 "int".
2446
fa6eb693
KS
24472017-12-07 Keith Seitz <keiths@redhat.com>
2448
2449 PR breakpoints/22569
2450 * gdb.linespec/ls-errs.exp: Change expected result of "break
2451 -source this file has spaces.c -line 3".
2452 Check that an explicit source file followed by whitespace is
2453 identified as an invalid explicit location.
2454
883fd55a
KS
24552017-12-07 Keith Seitz <keiths@redhat.com>
2456
2457 * gdb.cp/nested-types.cc: New file.
2458 * gdb.cp/nested-types.exp: New file.
2459 * lib/cp-support.exp: Load data-structures.exp library.
2460 (debug_cp_test_ptype_class): New global.
2461 (cp_ptype_class_verbose, next_line): New procedures.
2462 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2463 Add and document new return value.
2464 Switch the list of lines to a queue.
2465 Add support for new `type' key for nested type definitions.
2466 Add debugging/troubleshooting messages.
2467 * lib/data-structures.exp: New file.
2468
ec72db3e
SM
24692017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2470
2471 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2472 with proc_with_prefix, don't use with_test_prefix.
2473
99598d71
TT
24742017-12-07 Tom Tromey <tom@tromey.com>
2475
2476 * gdb.base/break.exp: Add test for empty "commands".
2477
a8806230
YQ
24782017-12-07 Yao Qi <yao.qi@linaro.org>
2479
2480 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2481 malloc and catch syscall.
2482
824cc835
PM
24832017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2484
2485 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2486 tests for explicit locations.
2487
7cc244de
PA
24882017-12-06 Pedro Alves <palves@redhat.com>
2489
2490 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2491 force-disabling XML descriptions.
2492
50a1fdd5
PA
24932017-12-04 Pedro Alves <palves@redhat.com>
2494
2495 PR gdb/22499
2496 * gdb.arch/amd64-disp-step-avx.S: New file.
2497 * gdb.arch/amd64-disp-step-avx.exp: New file.
2498
f0fb2488
PA
24992017-12-03 Pedro Alves <palves@redhat.com>
2500
2501 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2502 and <string.h>.
2503 (parent_function): Print distinct messages when waitpid fails, or
2504 the child exits with a signal, or the child exits for an unhandled
2505 reason.
2506 * gdb.threads/process-dies-while-detaching.exp
2507 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2508 it. Wait for both inferior output and GDB's prompt. Use an
2509 indirect spawn id list.
2510 (do_detach): New parameter 'child_exit'. Use it to compute
2511 expected inferior output.
2512 (test_detach, test_detach_watch, test_detach_killed_outside):
2513 Adjust to pass down the expected child exit kind.
2514
97cbe998
SDJ
25152017-12-01 Joel Brobecker <brobecker@adacore.com>
2516 Sergio Durigan Junior <sergiodj@redhat.com>
2517 Pedro Alves <palves@redhat.com>
2518
2519 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2520
40fc416f
SDJ
25212017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2522
2523 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2524 to 'symbol-file' and 'add-symbol-file' can be
2525 position-independent.
2526
1cc75e92
YQ
25272017-12-01 Yao Qi <yao.qi@linaro.org>
2528
2529 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2530 the URL in copyright header.
2531 * gdb.arch/aarch64-fp.exp: Likewise.
2532 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2533 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2534 * gdb.base/expand-psymtabs.exp: Likewise.
2535 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2536 * gdb.fortran/common-block.exp: Likewise.
2537 * gdb.fortran/common-block.f90: Likewise.
2538 * gdb.fortran/logical.exp: Likewise.
2539 * gdb.fortran/vla-datatypes.f90: Likewise.
2540 * gdb.fortran/vla-sub.f90: Likewise.
2541
875fb7a7
JB
25422017-11-30 Joel Brobecker <brobecker@adacore.com>
2543
2544 * gdb.ada/repeat_dyn: New testcase.
2545
6f14765f
UW
25462017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2547
2548 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2549 Update for changed thread numbering.
2550 * gdb.cell/bt.exp: Update for changed GDB output.
2551
f1af7b94
SM
25522017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2553
2554 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2555 setting isremote by hand.
2556 * boards/dwarf4-gdb-index.exp: Likewise.
2557 * boards/fission.exp: Likewise.
2558 * boards/stabs.exp: Likewise.
2559
e3919f3e
PA
25602017-11-30 Pedro Alves <palves@redhat.com>
2561
2562 * gdb.linespec/cpls-ops.exp
2563 (check_explicit_skips_function_argument): Extract the underlying
2564 type of size_t instead of hardcoding it.
2565
bd69330d
PA
25662017-11-29 Pedro Alves <palves@redhat.com>
2567
2568 PR c++/19436
2569 * gdb.linespec/cpls-abi-tag.cc: New file.
2570 * gdb.linespec/cpls-abi-tag.exp: New file.
2571
a20714ff
PA
25722017-11-29 Pedro Alves <palves@redhat.com>
2573
2574 * gdb.base/langs.exp: Use -qualified.
2575 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2576 it.
2577 * gdb.cp/namespace.exp: Use -qualified.
2578 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2579 (overload-3, template-overload, template-ret-type, const-overload)
2580 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2581 procedures.
2582 (test_driver): Call them.
2583 * gdb.cp/save-bp-qualified.cc: New.
2584 * gdb.cp/save-bp-qualified.exp: New.
2585 * gdb.linespec/explicit.exp: Test -qualified.
2586 * lib/completion-support.exp (completion::explicit_opts_list): Add
2587 "-qualified".
2588 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2589
f6f1d339
PM
25902017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2591
2592 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2593
02ca603a
TT
25942017-11-29 Tom Tromey <tom@tromey.com>
2595
2596 * gdb.base/relocate.exp: Update invalid argument test.
2597 Add new tests for invalid arguments.
2598
ed6c0bfb
TP
25992017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2600
2601 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2602 Return 0 as a long.
2603 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2604
f106e10e
TP
26052017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2606
2607 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2608 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2609 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2610 func ().
2611 * gdb.cp/shadow.cc (B.func): Return 0.
2612
10329bb2
JB
26132017-11-27 Joel Brobecker <brobecker@adacore.com>
2614
2615 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2616 expected output in gdb_expect call to allow the exception
2617 message to be present as well. Fix syntax confusion to avoid
2618 TCL thinking that exception_name is an array.
2619
617cd4bc
UW
26202017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2621
2622 * gdb.arch/spu-info.c: Include <unistd.h>.
2623 (do_signal_test): Fix broken calls to write.
2624 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2625 Fix checks for empty mailboxes. Update signal tests for corrected
2626 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2627 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2628 * gdb.cell/arch.exp: Use standard_output_file.
2629 * gdb.cell/break.exp: Likewise.
2630 * gdb.cell/bt.exp: Likewise.
2631 * gdb.cell/core.exp: Likewise.
2632 * gdb.cell/dwarfaddr.exp: Likewise.
2633 * gdb.cell/ea-cache.exp: Likewise.
2634 * gdb.cell/ea-standalone.exp: Likewise.
2635 * gdb.cell/f-regs.exp: Likewise.
2636 * gdb.cell/fork.exp: Likewise.
2637 * gdb.cell/gcore.exp: Likewise.
2638 * gdb.cell/mem-access.exp: Likewise.
2639 * gdb.cell/ptype.exp: Likewise.
2640 * gdb.cell/registers.exp: Likewise.
2641 * gdb.cell/sizeof.exp: Likewise.
2642 * gdb.cell/solib-symbol.exp: Likewise.
2643 * gdb.cell/solib.exp: Likewise.
617cd4bc 2644
a81aaca0
PA
26452017-11-25 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/complete-empty.exp: New file.
2648 * gdb.base/completion.exp: Adjust.
2649
6a3c6ee4
PA
26502017-11-25 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.linespec/cpls-ops.cc: New file.
2653 * gdb.linespec/cpls-ops.exp: New file.
2654 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2655 factored out from ...
2656 (test_complete_prefix_range): ... this.
2657
8955eb2d
PA
26582017-11-24 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.linespec/cpcompletion.exp: New file.
2661 * gdb.linespec/cpls-hyphen.cc: New file.
2662 * gdb.linespec/cpls.cc: New file.
2663 * gdb.linespec/cpls2.cc: New file.
2664 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2665 test to use test_gdb_complete_unique. Add label completion,
2666 keyword completion and explicit location completion tests.
2667 * lib/completion-support.exp: New file.
2668
e547c119
JB
26692017-11-24 Joel Brobecker <brobecker@adacore.com>
2670
2671 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2672 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2673 when hitting an exception catchpoint.
2674
7c3c1aa8
YQ
26752017-11-22 Yao Qi <yao.qi@linaro.org>
2676
2677 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2678
41bd68f5
SM
26792017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2680
2681 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2682 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2683 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2684
1daad298
YQ
26852017-11-22 Yao Qi <yao.qi@linaro.org>
2686
2687 * gdb.base/info-os.exp: Pass pthreads.
2688 * gdb.multi/multi-attach.exp: Likewise.
2689
88465e87
YQ
26902017-11-22 Yao Qi <yao.qi@linaro.org>
2691
2692 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2693 compiler.
2694
dc196b23
YQ
26952017-11-22 Yao Qi <yao.qi@linaro.org>
2696
2697 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2698 * gdb.base/break-interp.exp: Likewise.
2699 * gdb.base/jit-attach-pie.exp: Likewise.
2700
2400729e
UW
27012017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2702
2703 * gdb.base/float128.c (large128): New variable.
2704 * gdb.base/float128.exp: Add test to print largest __float128 value.
2705
7a26362d
UW
27062017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2707
2708 * gdb.arch/vsx-regs.exp: Update register content checks.
2709
ed0f4273
UW
27102017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2711
2712 * gdb.arch/ppc-longdouble.exp: New file.
2713 * gdb.arch/ppc-longdouble.c: Likewise.
2714
a25d69c6
PA
27152017-11-21 Pedro Alves <palves@redhat.com>
2716
2717 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2718
73fcf641
PA
27192017-11-20 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2722 (long_double_typedef): New typedefs.
2723 Use DEF on double and long double.
2724 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2725 cases.
2726 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2727 and 'long_double_ptr_same_size' locals. Use them to decide
2728 whether cast from array/function to float is valid/invalid.
2729
71a3c369
TT
27302017-11-17 Tom Tromey <tom@tromey.com>
2731
2732 * gdb.rust/traits.rs: New file.
2733 * gdb.rust/traits.exp: New file.
2734
ced9779b
JB
27352017-11-17 Joel Brobecker <brobecker@adacore.com>
2736
2737 * gdb.ada/minsyms: New testcase.
2738
a0922d80
PA
27392017-11-16 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2742 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2743
ea04e54c
PA
27442017-11-16 Pedro Alves <palves@redhat.com>
2745
2746 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2747 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2748
e849ea89
PA
27492017-11-16 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.server/reconnect-ctrl-c.c: New file.
2752 * gdb.server/reconnect-ctrl-c.exp: New file.
2753
d8ae99a7
PM
27542017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2755
2756 * gdb.python/py-rbreak.exp: New file.
2757 * gdb.python/py-rbreak.c: New file.
2758 * gdb.python/py-rbreak-func2.c: New file.
2759
968a13f8
PA
27602017-11-16 Pedro Alves <palves@redhat.com>
2761
2762 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2763 pattern.
2764 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2765 GDB.
2766
71774bc9
SM
27672017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2768
2769 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2770 regex.
2771
ddbb44cf
SM
27722017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2773
2774 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2775 test names.
2776
584a564f
PA
27772017-11-09 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2780 factored out from ...
2781 (top level): ... here, and adjusted to avoid expecting beyond the
2782 prompt in a single gdb_test_multiple.
2783
5ed7a928
PA
27842017-11-09 Pedro Alves <palves@redhat.com>
2785
2786 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2787 output.
2788 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2789 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2790 * gdb.server/ext-run.exp ("kill" test): Likewise.
2791 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2792
a60e0738
PA
27932017-11-09 Pedro Alves <palves@redhat.com>
2794
2795 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2796 match till end of line.
2797
2c88253f
PA
27982017-11-09 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2801
c7a38517
PA
28022017-11-09 Pedro Alves <palves@redhat.com>
2803
2804 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2805 New procedures, factored out from ...
2806 (top level): ... here, and adjusted to avoid expecting beyond the
2807 prompt in one go.
2808
f29f4b6b
PA
28092017-11-09 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2812 output. Fix '?' match.
2813
286acbb5
JB
28142017-11-08 Joel Brobecker <brobecker@adacore.com>
2815
2816 * gdb.ada/scoped_watch: New testcase.
2817 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2818 which is actually correct.
2819 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2820 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2821
62d7ae92
PA
28222017-11-08 Pedro Alves <palves@redhat.com>
2823
2824 * gdb.gdb/complaints.exp (test_initial_complaints)
2825 (test_serial_complaints, test_short_complaints): Call
2826 complaint_internal instead of complaint.
2827
280ca31f
DT
28282017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2829
2830 * gdb.threads/tls-core.c: New file.
2831 * gdb.threads/tls-core.exp: Likewise.
2832
b5ec771e
PA
28332017-11-08 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2836 (p Exported_Capitalized): New test.
2837 (p exported_capitalized): New test.
2838
a02b41a7
PA
28392017-11-07 Pedro Alves <palves@redhat.com>
2840
2841 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2842
95e95a6d
PA
28432017-11-07 Pedro Alves <palves@redhat.com>
2844
2845 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2846 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2847 (disable_invalid, disable_inverted, disable_negative): New
2848 procedures.
2849 ("bad numbers"): New set of tests.
2850
cee62dbd
PA
28512017-11-07 Pedro Alves <palves@redhat.com>
2852
2853 * gdb.cp/ena-dis-br-range.exp: Add tests.
2854
cc638e86
PA
28552017-11-07 Pedro Alves <palves@redhat.com>
2856
2857 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2858
d0fe4701
XR
28592017-11-07 Xavier Roirand <roirand@adacore.com>
2860 Pedro Alves <palves@redhat.com>
2861
2862 * gdb.base/ena-dis-br.exp: Add reference to
2863 gdb.cp/ena-dis-br-range.exp.
2864 * gdb.cp/ena-dis-br-range.exp: New file.
2865 * gdb.cp/ena-dis-br-range.cc: New file.
2866
46f67f80
PA
28672017-11-06 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/attach-non-pgrp-leader.c: New.
2870 * gdb.base/attach-non-pgrp-leader.exp: New.
2871
726e1356
PA
28722017-11-06 Pedro Alves <palves@redhat.com>
2873
2874 * configure.ac: No longer check for termio.h and sgtty.h.
2875 * configure: Regenerate.
2876 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2877 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2878 Remove termio and sgtty code.
2879
50ab6ace
YQ
28802017-11-03 Yao Qi <yao.qi@linaro.org>
2881
2882 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2883 in GDB is disabled.
2884
8e68731c
YQ
28852017-11-03 Yao Qi <yao.qi@linaro.org>
2886
2887 * gdb.python/py-thrhandle.exp: Skip it if python is not
2888 enabled.
2889
3a87ae65
SM
28902017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2891
2892 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2893 as a breakpoint command.
2894
484d8d36
MD
28952017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2896
2897 PR python/21213
2898 * gdb.python/py-infthread.exp: Test calling
2899 InferiorThread.inferior () multiple times in a row.
2900
4a27f119
KS
29012017-10-27 Keith Seitz <keiths@redhat.com>
2902
2903 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2904 Test "info break" for every inlined function breakpoint.
2905
bb11dd58
YQ
29062017-10-27 Yao Qi <yao.qi@linaro.org>
2907
2908 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2909
a43f3893
PF
29102017-10-26 Patrick Frants <osscontribute@gmail.com>
2911
2912 * gdb.cp/classes.exp (test_static_members): Test printing
2913 Outer::instance.
2914 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2915 (Inner::instance, Outer::instance): New.
2916
792ccf00
PA
29172017-10-24 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2920 extra console" test in two stages.
2921
eb2bfbad
PA
29222017-10-24 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2925
1f75a651
PA
29262017-10-24 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2929 loop.
2930
779990d9
PA
29312017-10-24 Pedro Alves <palves@redhat.com>
2932
2933 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2934 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2935
ad9b8f5d
PA
29362017-10-24 Pedro Alves <palves@redhat.com>
2937
2938 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2939 parameter and handle it. Don't output read value in test name.
2940
fee6da6e
PA
29412017-10-24 Pedro Alves <palves@redhat.com>
2942
2943 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2944 custom test name.
2945
10389c2c
PA
29462017-10-24 Pedro Alves <palves@redhat.com>
2947
2948 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2949 include the unstable output directory name in the test's name.
2950 (initial_setup_simple) <'set args'>: Use custom test name.
2951
a80e65a9
PA
29522017-10-24 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2955 with explicit test name.
2956
15763a09
PA
29572017-10-20 Pedro Alves <palves@redhat.com>
2958
2959 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2960 'wait -i'. Use gdb_assert and remote_close.
2961
49a4ce2e
AB
29622017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2963
2964 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2965 number from variable rather than hard-coded.
2966
a75868f5
PA
29672017-10-19 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/long-inferior-output.c: New file.
2970 * gdb.base/long-inferior-output.exp: New file.
2971
c8ba13ad
KS
29722017-11-18 Keith Seitz <keiths@redhat.com>
2973
2974 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2975 method.
2976 (main): Call it.
2977 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2978 Add additional user-defined conversion operator tests.
2979
b27de576
PA
29802017-10-17 Pedro Alves <palves@redhat.com>
2981
2982 * boards/native-stdio-gdbserver.exp: Load "local-board".
2983
8484c955
PA
29842017-10-17 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/quit-live.c: New file.
2987 * gdb.base/quit-live.exp: New file.
2988
83d5a34d
KS
29892017-10-16 Keith Seitz <keiths@redhat.com>
2990
2991 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2992 (class_with_protected_typedef, class_with_private_typedef)
2993 (struct_with_public_typedef, struct_with_protected_typedef)
2994 (struct_with_private_typedef): New classes/structs.
2995 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2996 typedefs and access specifiers.
2997
739b3f1d
PA
29982017-10-16 Pedro Alves <palves@redhat.com>
2999 Simon Marchi <simon.marchi@polymtl.ca>
3000
3001 * README (Local vs Remote vs Native): New section.
3002 * boards/local-board.exp: New file, with bits factored out from
3003 ...
3004 * boards/native-extended-gdbserver.exp: ... here. Load
3005 "local-board".
3006 * boards/native-gdbserver.exp: Load "local-board".
3007 (${board}_spawn, ${board}_exec): Delete.
3008 * boards/native-stdio-gdbserver.exp: Most contents factored out to
3009 ...
3010 * boards/stdio-gdbserver-base.exp: ... this new file.
3011 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
3012 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
3013 procedure.
3014 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
3015 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
3016 stdio_gdbserver_command.
3017 (${board}_get_remote_address, ${board}_get_comm_port)
3018 (${board}_download, ${board}_upload): Delete.
3019 (get_target_remote_pipe_cmd): New.
3020
fe68b953
SM
30212017-10-16 Simon Marchi <simon.marchi@ericsson.com>
3022
3023 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
3024 test_bkpt_deletion, test_bkpt_cond_and_cmds,
3025 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
3026 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
3027 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
3028 remove with_test_prefix.
3029
300b6685
PA
30302017-10-13 Pedro Alves <palves@redhat.com>
3031
3032 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
3033 * gdb.base/annota1.exp: Use it instead of is_remote.
3034 * gdb.base/annota3.exp: Use it instead of is_remote.
3035 * gdb.cp/annota2.exp: Use it instead of is_remote.
3036 * gdb.cp/annota3.exp: Use it instead of is_remote.
3037 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
3038
50500caf
PA
30392017-10-13 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
3042 (test_num_test_vars, run_and_count_vars, find_env)
3043 (test_set_unset_env, test_inherit_env_var): New procedures.
3044 (top level): Use them.
3045
dad0c6d2
PA
30462017-10-13 Pedro Alves <palves@redhat.com>
3047
3048 * lib/selftest-support.exp (selftest_setup): Extend comments, and
3049 also skip on stub-like targets.
3050
8b0553c1
PA
30512017-10-13 Pedro Alves <palves@redhat.com>
3052
3053 PR gdb/22293
3054 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
3055 (top level): Move some tests to ...
3056 (test_not_found): ... this new procedure.
3057 (top level): Call it.
3058
7594f623
PA
30592017-10-13 Pedro Alves <palves@redhat.com>
3060
3061 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
3062 expect different "info terminal" output if testing with a
3063 non-native target.
3064
ebe3b402
PA
30652017-10-13 Pedro Alves <palves@redhat.com>
3066 Simon Marchi <simon.marchi@polymtl.ca>
3067
3068 PR python/12966
3069 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
3070
42f1b161
PA
30712017-10-13 Pedro Alves <palves@redhat.com>
3072
3073 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
3074 already.
3075
8d6ef72b
PA
30762017-10-13 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
3079 is_remote.
3080
d7bcd5b8
PA
30812017-10-13 Pedro Alves <palves@redhat.com>
3082
3083 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
3084 is_remote.
3085
df479dc6
PA
30862017-10-13 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
3089 is set.
3090 (corefile_test_attach): Likewise. Check can_spawn_for_attach
3091 instead of is_remote.
3092
23fb630a
PA
30932017-10-13 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
3096 (top level): Add comment.
3097
cc77b1dc
PA
30982017-10-13 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.base/remote.exp (top level): Fix comment typo and add
3101 missing return.
3102
27c9e813
PA
31032017-10-13 Pedro Alves <palves@redhat.com>
3104 Simon Marchi <simon.marchi@polymtl.ca>
3105
3106 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
3107 calls and add comments. Skip test if use_gdb_stub is set.
3108 (top level): Use "set cwd" command instead of "cd" command.
3109
5e830d98
PA
31102017-10-13 Pedro Alves <palves@redhat.com>
3111
3112 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
3113 is_remote target check.
3114
f5ca0032
PA
31152017-10-13 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.base/scope.exp: Use build_executable + clean_restart +
3118 gdb_file_cmd instead of prepare_for_testing and no longer skip
3119 "before run" tests on is_remote target boards. Update comments.
3120 * boards/native-extended-gdbserver.exp
3121 (extended_gdbserver_load_last_file): New, factored out from ...
3122 (gdb_load): ... this. Move further below and add comment.
3123 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
3124
8aed1c0d
PA
31252017-10-12 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.base/attach.exp: Remove references to gdb64.
3128 * gdb.base/dbx.exp: Remove references to gdb64.
3129
cfa34c87
SM
31302017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3131 Pedro Alves <palves@redhat.com>
3132
3133 * gdb.base/label.exp: Remove is_remote target check.
3134
9192b7de
PA
31352017-10-12 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.base/auvx.exp (coredir): Update comment.
3138 (top level) <core_works>: Use "set cwd" command instead of "cd"
3139 command.
3140
6bf0052d
PA
31412017-10-12 Pedro Alves <palves@redhat.com>
3142 Simon Marchi <simon.marchi@polymtl.ca>
3143
3144 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
3145 target boards.
3146
e48ef82d
PA
31472017-10-12 Pedro Alves <palves@redhat.com>
3148 Simon Marchi <simon.marchi@polymtl.ca>
3149
3150 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
3151 Instead skip if there's any gdb_protocol set.
3152
8d7aea57
SM
31532017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
3154 Pedro Alves <palves@redhat.com>
3155
3156 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
3157
30440677
PA
31582017-10-12 Pedro Alves <palves@redhat.com>
3159 Simon Marchi <simon.marchi@polymtl.ca>
3160
3161 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
3162 instead of on dejagnu remote boards.
3163
4e04f045 31642017-10-12 Pedro Alves <palves@redhat.com>
175654b9 3165 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
3166
3167 * gdb.base/inferior-died.exp: Remove is_remote and isnative
3168 checks. Use build_executable + clean_restart instead of
3169 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
3170 of enabling non-stop after starting gdb.
3171
871a186e
PA
31722017-10-12 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
3175 * gdb.threads/non-ldr-exc-2.exp: Ditto.
3176 * gdb.threads/non-ldr-exc-3.exp: Ditto.
3177 * gdb.threads/non-ldr-exc-4.exp: Ditto.
3178
56d704da
AK
31792017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3180
3181 * gdb.arch/arc-tdesc-cpu.exp: New file.
3182 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
3183
2f20e312
SM
31842017-10-10 Simon Marchi <simon.marchi@ericsson.com>
3185
3186 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
3187
65630365
PA
31882017-10-10 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
3191 expect CLI output.
3192
bf469271
PA
31932017-10-10 Pedro Alves <palves@redhat.com>
3194
3195 * lib/selftest-support.exp (selftest_setup): Update for
3196 captured_command_loop's prototype change.
3197
777a42f1
PA
31982017-10-09 Pedro Alves <palves@redhat.com>
3199
3200 Test both arch1=>arch2 and arch2=>arch1.
3201
3202 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
3203 (srcfile2, binfile2, march1, march2): Remove globals. Largely
3204 factored out to...
3205 (append_arch1_options, append_arch2_options, append_arch_options)
3206 (build_executables): New procedures.
3207 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
3208 local.
3209 (top level): Add new 'first_arch' testing axis.
3210
cbd2b4e3
PA
32112017-10-09 Pedro Alves <palves@redhat.com>
3212
3213 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
3214 (barrier): New.
3215 (thread_start, all_started): New functions.
3216 (main): Spawn new thread and wait until it is scheduled.
3217 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
3218 option.
3219 (do_test): Add 'selected_thread' parameter. Run to all_started
3220 instead of main. Explicitly set the breakpoint at main. Switch
3221 to the SELECTED_THREAD thread.
3222 (top level): Test handling the exec event with either the main
3223 thread or the second thread selected.
3224
5c9e4427
PA
32252017-10-09 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
3228 logic. Move STOP marker after the value checks.
3229 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
3230 regexp.
3231
b3b7c423
SL
32322017-10-06 Sandra Loosemore <sandra@codesourcery.com>
3233
3234 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
3235
3b4b2f16
UW
32362017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3237
3238 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
3239 integer-to-dfp conversion.
3240 * gdb.base/dfp-test.exp: Likewise.
3241
5cd63fda
PA
32422017-10-04 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.multi/hangout.c: Include <unistd.h>.
3245 (hangout_loop): New function.
3246 (main): Call alarm. Call hangout_loop in a loop.
3247 * gdb.multi/hello.c: Include <unistd.h>.
3248 (hello_loop): New function.
3249 (main): Call alarm. Call hangout_loop in a loop.
3250 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
3251 inferior with the other selected.
3252
4c71c105
SM
32532017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3254
3255 * gdb.mi/list-thread-groups-available.exp: New file.
3256 * gdb.mi/list-thread-groups-available.c: New file.
3257
bc3b087d
SDJ
32582017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3259
3260 * gdb.base/set-cwd.exp: Make it available on
3261 native-extended-gdbserver.
3262
d092c5a2
SDJ
32632017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3264
3265 * gdb.base/set-cwd.c: New file.
3266 * gdb.base/set-cwd.exp: Likewise.
3267
45320ffa
TT
32682017-10-02 Tom Tromey <tom@tromey.com>
3269
3270 PR rust/22236:
3271 * gdb.rust/simple.rs (main): New variable "fslice".
3272 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3273
b3e3859b
TT
32742017-10-02 Tom Tromey <tom@tromey.com>
3275
3276 * gdb.rust/simple.exp: Test ptype of a slice.
3277
01af5e0d
TT
32782017-10-02 Tom Tromey <tom@tromey.com>
3279
3280 * gdb.rust/simple.exp: Test index of slice.
3281
a9bbfbd8
TT
32822017-09-27 Tom Tromey <tom@tromey.com>
3283
3284 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3285
df8899e5
TP
32862017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3287 Pedro Alves <palves@redhat.com>
3288
3289 * gdb.base/compare-sections.exp (get value of read-only section): Read
3290 as unsigned value.
3291 (corrupt read-only section): Likewise and don't set written if patching
3292 failed.
3293
757bf54b
KB
32942017-09-21 Kevin Buettner <kevinb@redhat.com>
3295
3296 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3297 files.
3298
06871ae8
PA
32992017-09-20 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3302 symbol names in gdb's output.
3303 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3304
e5f25bc5
PA
33052017-09-20 Pedro Alves <palves@redhat.com>
3306
3307 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3308 Rename to ...
3309 (test_list_ambiguous_symbol): ... this and add a symbol name
3310 parameter. Adjust.
3311 (test_list_ambiguous_function): Reimplement on top of
3312 test_list_ambiguous_symbol and also test listing ambiguous
3313 variables.
3314 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3315 (ambiguous_fun): ... this.
3316 (ambiguous_var): New.
3317 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3318 (ambiguous_fun): ... this.
3319 (ambiguous_var): New.
3320
4e5a4f58
JB
33212017-09-19 John Baldwin <jhb@FreeBSD.org>
3322
3323 * gdb.base/starti.c: New file.
3324 * gdb.base/starti.exp: New file.
3325 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3326
26e53f3e
PA
33272017-09-14 Pedro Alves <palves@redhat.com>
3328
3329 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3330 (top level): Use it instead of runto.
3331
cb791d59
TT
33322017-09-11 Tom Tromey <tom@tromey.com>
3333
3334 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3335
7c96f8c1
TT
33362017-09-11 Tom Tromey <tom@tromey.com>
3337
3338 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3339 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3340
469412dd
CW
33412017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3342
3343 * gdb.fortran/printing-types.exp: New file.
3344 * gdb.fortran/printing-types.exp: New file.
3345
e0f86435
BH
33462017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3347
3348 * gdb.fortran/vla-ptype.exp: Fix typos.
3349 * gdb.fortran/vla-value.exp: Same.
3350
9e9af4be
BH
33512017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3352
3353 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3354 * gdb.mi/mi-var-child-f.exp: Likewise.
3355 * gdb.mi/mi-vla-fortran.exp: Likewise.
3356
a5ad232b
FP
33572017-09-08 Frank Penczek <frank.penczek@intel.com>
3358 Christoph Weinmann <christoph.t.weinmann@intel.com>
3359 Bernhard Heckel <bernhard.heckel@intel.com>
3360
3361 * gdb.fortran/ptr-indentation.f90: New file.
3362 * gdb.fortran/ptr-indentation.exp: New file.
3363
5aec60eb
TT
33642017-09-05 Tom Tromey <tom@tromey.com>
3365
3366 PR gdb/22010:
3367 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3368
8f8f8152
TP
33692017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3370
3371 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3372
fbd1b771
JK
33732017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3374
3375 * gdb.threads/tls-nodebug-pie.c: New file.
3376 * gdb.threads/tls-nodebug-pie.exp: New file.
3377
5eb5f850
TT
33782017-09-05 Tom Tromey <tom@tromey.com>
3379
3380 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3381 for rust.
3382
ae780a21
SM
33832017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3384
3385 * gdb.multi/multi-arch-exec.exp: Test with different
3386 "follow-exec-mode" settings.
3387 (do_test): New procedure.
3388
3693fdb3
PA
33892017-09-04 Pedro Alves <palves@redhat.com>
3390
3391 * gdb.base/func-static.c (S::method const, S::method volatile)
3392 (S::method volatile const): New methods.
3393 (c_s, v_s, cv_s): New instances.
3394 (main): Call method() on them.
3395 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3396 (cannot_resolve): New procedure.
3397 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3398 print-quote-unquoted columns.
3399 (do_test): Test printing each scope too.
3400
e68cb8e0
PA
34012017-09-04 Pedro Alves <palves@redhat.com>
3402
3403 * gdb.base/local-static.exp: Also test with
3404 class::method::variable wholly quoted.
3405 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3406
858be34c
PA
34072017-09-04 Pedro Alves <palves@redhat.com>
3408
3409 * gdb.base/local-static.c: New.
3410 * gdb.base/local-static.cc: New.
3411 * gdb.base/local-static.exp: New.
3412
46a4882b
PA
34132017-09-04 Pedro Alves <palves@redhat.com>
3414
3415 * gdb.asm/asm-source.exp: Add casts to int.
3416 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3417 (dataglobal64_1, dataglobal64_2): New globals.
3418 * gdb.base/nodebug.exp: Test different expressions involving the
3419 new globals, with print, whatis and ptype. Add casts to int.
3420 * gdb.base/solib-display.exp: Add casts to int.
3421 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3422 * gdb.cp/m-static.exp: Add cast to int.
3423 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3424 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3425 tls variable with no debug info without a cast. Test with a cast
3426 to int too.
3427 * gdb.trace/entry-values.exp: Add casts.
3428
2c5a2be1
PA
34292017-09-04 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.base/nodebug.exp: Test that ptype's error about functions
3432 with unknown return type includes the function name too.
3433
7022349d
PA
34342017-09-04 Pedro Alves <palves@redhat.com>
3435
3436 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3437 return type of munmap in infcall.
3438 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3439 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3440 type of ftell in infcall.
3441 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3442 type of getpid in infcall.
3443 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3444 infcall.
3445 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3446 Bail on failure to extract the pid.
3447 * gdb.base/nodebug.c: #include <stdint.h>.
3448 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3449 New functions.
3450 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3451 Change expected output of print/whatis/ptype with functions with
3452 no debug info. Test all supported languages. Call
3453 test_call_promotion.
3454 * gdb.compile/compile.exp: Adjust expected output to expect
3455 warning.
3456 * gdb.threads/siginfo-threads.exp: Likewise.
3457
54990598
PA
34582017-09-04 Pedro Alves <palves@redhat.com>
3459
3460 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3461 "prototypes". Test calling float functions via prototyped and
3462 unprototyped function pointers.
3463 (perform_all_tests): New parameter "prototypes". Pass it down.
3464 (top level): Pass down "prototypes" parameter to
3465 perform_all_tests.
3466
34d16ea2
SM
34672017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3468
3469 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3470 Test with nested loops.
3471
9521ecda
SM
34722017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3473
3474 * gdb.base/commands.exp: Call the new procedures.
3475 (loop_break_test, loop_continue_test): New procedures.
3476
80a65e9b
SM
34772017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3478
3479 * gdb.base/commands.exp: Call new procedure.
3480 (define_if_without_arg_test): New procedure.
3481
e439fa14
PA
34822017-09-04 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.base/list-ambiguous.exp: New file.
3485 * gdb.base/list-ambiguous0.c: New file.
3486 * gdb.base/list-ambiguous1.c: New file.
3487 * gdb.base/list.exp (test_list_range): Adjust expected output.
3488
0a2dde4a
SDJ
34892017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3490
3491 * gdb.base/share-env-with-gdbserver.c: New file.
3492 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3493
5e89eb3a
SM
34942017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3495
3496 * gdb.base/commands.exp (gdbvar_simple_if_test,
3497 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3498 progvar_simple_if_test, progvar_simple_while_test,
3499 progvar_complex_if_while_test, user_defined_command_test,
3500 user_defined_command_args_eval,
3501 user_defined_command_args_stack_test,
3502 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3503 temporary_breakpoint_commands,
3504 gdb_test_no_prompt, redefine_hook_test,
3505 redefine_backtrace_test): Remove "global gdb_prompt".
3506
fd437cbc
SM
35072017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3508
3509 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3510 New proc, call it from toplevel.
3511
87215ad1
SDJ
35122017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3513
3514 PR remote/21852
3515 * gdb.server/normal.c: New file, copied from gdb.base.
3516 * gdb.server/run-without-local-binary.exp: New file.
3517
58afddc6
WP
35182017-08-07 Weimin Pan <weimin.pan@oracle.com>
3519
3520 * gdb.arch/sparc64-adi.exp: New file.
3521 * gdb.arch/sparc64-adi.c: New file.
3522
5277199a
PA
35232017-08-22 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3526 (top level): Add "list all overloads" tests.
3527
14278e1f
TT
35282017-08-22 Tom Tromey <tom@tromey.com>
3529
3530 * gdb.gdb/xfullpath.exp: Remove.
3531
bf223d3e
PA
35322017-08-21 Pedro Alves <palves@redhat.com>
3533
3534 PR gdb/19487
3535 * gdb.base/symbol-alias.c: New.
3536 * gdb.base/symbol-alias2.c: New.
3537 * gdb.base/symbol-alias.exp: New.
3538
c973d0aa
PA
35392017-08-21 Pedro Alves <palves@redhat.com>
3540
3541 * gdb.base/dfp-test.c
3542 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3543 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3544 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3545 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3546 * gdb.base/whatis-ptype-typedefs.c: New.
3547 * gdb.base/whatis-ptype-typedefs.exp: New.
3548 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3549 (an_int, an_int_type, an_int_type2): New globals.
3550 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3551 involving typedefs and cast expressions.
3552 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3553 (lookup_typedefs_function): New.
3554 (typedefs_pretty_printers_dict): New.
3555 (top level): Register lookup_typedefs_function in
3556 gdb.pretty_printers.
3557
6d580b63
YQ
35582017-08-18 Yao Qi <yao.qi@linaro.org>
3559
3560 * gdb.server/unittest.exp: New.
3561
206726fb
SDJ
35622017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3563
3564 PR gdb/21954
3565 * gdb.base/environ.exp: Add test to check if 'unset environment'
3566 works.
3567
bf0ec4c2
AA
35682017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3569
3570 * lib/gdb.exp (universal_compile_options): New caching proc.
3571 (gdb_compile): Suppress GCC's coloring of messages.
3572
d6382fff
TT
35732017-08-14 Tom Tromey <tom@tromey.com>
3574
3575 PR gdb/21675:
3576 * gdb.base/printcmds.exp (test_radices): New function.
3577 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3578 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3579 * lib/gdb.exp (get_integer_valueof): Use p/d.
3580
c2c2dd9f
SM
35812017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3582
3583 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3584 characters.
3585
fdffd6f4
TT
35862017-08-05 Tom Tromey <tom@tromey.com>
3587
3588 * gdb.rust/simple.exp: Allow String to appear in a different
3589 namespace.
3590
27d41eac
YQ
35912017-07-26 Yao Qi <yao.qi@linaro.org>
3592
3593 * gdb.gdb/unittest.exp: Invoke command
3594 "maintenance check xml-descriptions".
3595
031ed05d
AA
35962017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3597
3598 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3599 calling context.
3600 (hex128): Drop erroneous calculation of parameters.
3601
dcd27ddf
SM
36022017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3603
3604 * gdb.python/py-unwind.exp: Disable stack protection when
3605 building test file.
3606
47e77640
PA
36072017-07-20 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/default.exp (set language): Adjust expected output.
3610
62d2a18a
PA
36112017-07-20 Pedro Alves <palves@redhat.com>
3612
3613 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3614 (test_minsym): ... this, and make static.
3615 (get_pck__foo__bar__minsym): Rename to ...
3616 (get_test_minsym): ... this.
3617 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3618 symbol names and comments.
3619 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3620 (get_test_minsym): ... this.
3621 (pck__foo__bar__minsym__2): Rename to ...
3622 (test_minsym): ... this.
3623 (main): Adjust.
3624
c45ec17c
PA
36252017-07-17 Pedro Alves <palves@redhat.com>
3626
3627 * gdb.base/completion.exp: Adjust expected output.
3628 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3629 the completer works.
3630
c6756f62
PA
36312017-07-17 Pedro Alves <palves@redhat.com>
3632
3633 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3634
5bd68487
AB
36352017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3636
3637 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3638
8880f2a9
TT
36392017-07-14 Tom Tromey <tom@tromey.com>
3640
3641 PR rust/21764:
3642 * gdb.rust/simple.exp: Add tests.
3643
65547233
TT
36442017-07-14 Tom Tromey <tom@tromey.com>
3645
3646 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3647
8f14146e
PA
36482017-07-14 Pedro Alves <palves@redhat.com>
3649
3650 * gdb.linespec/base/one/thefile.cc (z1): New function.
3651 * gdb.linespec/base/two/thefile.cc (z2): New function.
3652 * gdb.linespec/linespec.exp: Add tests.
3653
b4365d02
AB
36542017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3655
3656 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3657 to mi_create_breakpoint.
3658
5d2cbaa5
AB
36592017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3662 mi_create_breakpoint.
3663
11cb5716
IB
36642017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3665
3666 * gdb.dlang/demangle.exp: Update for demangling changes.
3667
03278692
TT
36682017-07-09 Tom Tromey <tom@tromey.com>
3669
3670 * gdb.dwarf2/shortpiece.exp: New file.
3671
33c5cd75
DB
36722017-07-06 David Blaikie <dblaikie@gmail.com>
3673
3674 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3675 built from fissiont-multi-cu{1,2}.c.
3676 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3677 except putting 'main' and 'func' in separate CUs in the same DWO file.
3678 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3679 test.
3680 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3681 test.
3682
8455d262
PA
36832017-07-06 Pedro Alves <palves@redhat.com>
3684
3685 * gdb.python/py-unwind.exp: Test flushregs.
3686
dc4bde35
SDJ
36872017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3688
3689 PR cli/21688
3690 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3691 tests for alias commands and trailing whitespace.
3692
51ed89aa
SDJ
36932017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3694
3695 PR cli/21688
3696 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3697 procedure. Call it.
3698
eb17d413
PA
36992017-06-29 Pedro Alves <palves@redhat.com>
3700
3701 * gdb.base/printcmds.exp: Add tests.
3702
41664b45
DG
37032017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3704
3705 PR gdb/21337
3706 * gdb.base/reread-readsym.exp: New file.
3707 * gdb.base/reread-readsym.c: New file.
3708
75312ae3
KB
37092017-06-21 Kevin Buettner <kevinb@redhat.com>
3710
3711 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3712 subpattern.
3713
66953522
PB
37142017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3715
3716 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3717 extended mnemonic.
3718 * gdb.arch/powerpc-power9.s: Likewise.
3719
5524b525
AA
37202017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3721
3722 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3723 on 32-bit x86 targets. Exploit is_*_target macros where
3724 appropriate.
3725
03c8af18
AA
37262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3727
3728 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3729 register pieces.
3730
3bf31011
AA
37312017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3732
3733 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3734 located in one or more DWARF pieces.
3735
805acca0
AA
37362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3737
3738 * lib/gdb.exp (get_endianness): New proc.
3739 * gdb.arch/aarch64-fp.exp: Use it.
3740 * gdb.arch/altivec-regs.exp: Likewise.
3741 * gdb.arch/e500-regs.exp: Likewise.
3742 * gdb.arch/vsx-regs.exp: Likewise.
3743 * gdb.base/dump.exp: Likewise.
3744 * gdb.base/funcargs.exp: Likewise.
3745 * gdb.base/gnu_vector.exp: Likewise.
3746 * gdb.dwarf2/formdata16.exp: Likewise.
3747 * gdb.dwarf2/implptrpiece.exp: Likewise.
3748 * gdb.dwarf2/nonvar-access.exp: Likewise.
3749 * gdb.python/py-inferior.exp: Likewise.
3750 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3751
e9352324
AA
37522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3753
3754 PR gdb/21226
3755 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3756 stack value pieces are taken from the LSB end.
3757
d5d1163e
AA
37582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3759
3760 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3761 variable at nonzero offset.
3762
0567c986
AA
37632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3764
3765 * gdb.dwarf2/var-access.c: New file.
3766 * gdb.dwarf2/var-access.exp: New test.
3767 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3768
973e9aab
TT
37692017-06-12 Tom Tromey <tom@tromey.com>
3770
3771 * gdb.dwarf2/formdata16.exp: Add tests.
3772
d9109c80
TT
37732017-06-12 Tom Tromey <tom@tromey.com>
3774
3775 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3776
30a25466
TT
37772017-06-12 Tom Tromey <tom@tromey.com>
3778
3779 PR exp/16225:
3780 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3781 * gdb.arch/vsx-regs.exp: Update tests.
3782 * gdb.arch/s390-vregs.exp (hex128): New proc.
3783 Update test.
3784 * gdb.arch/altivec-regs.exp: Update tests.
3785
aefd8b33
SDJ
37862017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3787
3788 * gdb.base/startup-with-shell.c: New file.
3789 * gdb.base/startup-with-shell.exp: Likewise.
3790
2090129c
SDJ
37912017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3792
3793 * gdb.server/non-existing-program.exp: Update regex in order to
3794 reflect the fact that gdbserver is now using fork_inferior (with a
3795 shell) to startup the inferior.
3796
8e86a419
SM
37972017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3798
3799 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3800 support function calls from GDB.
3801
e6cf65f2
TT
38022017-05-21 Tom Tromey <tom@tromey.com>
3803
3804 PR rust/21466:
3805 * gdb.rust/unsized.exp: New file.
3806 * gdb.rust/unsized.rs: New file.
3807
43cc5389
TT
38082017-05-19 Tom Tromey <tom@tromey.com>
3809
3810 PR rust/21484:
3811 * gdb.rust/watch.exp: New file.
3812 * gdb.rust/watch.rs: New file.
3813
ec8df234
TT
38142017-05-18 Tom Tromey <tom@tromey.com>
3815
3816 * gdb.rust/simple.exp: Allow Box to be qualified.
3817
3e3e7fae
TP
38182017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3819
3820 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3821
59cc050d
PA
38222017-05-18 Pedro Alves <palves@redhat.com>
3823
3824 * gdb.base/fileio.c (test_write, test_read, test_close)
3825 (test_fstat): Don't print 'ret' in the fail path.
3826
c8f6abd1
PA
38272017-05-18 Pedro Alves <palves@redhat.com>
3828
3829 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3830 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3831 (test_system, test_rename, test_unlink, test_time): Change
3832 prototypes.
3833 * gdb.base/fileio.exp (stop_msg): Adjust.
3834
d2a03b77
PA
38352017-05-18 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.base/fileio.c (null_str): New global.
3838 (test_stat): Use it.
3839 * gdb.base/fileio.exp: Remove nowarnings.
3840
0d5c6999
YQ
38412017-05-17 Yao Qi <yao.qi@linaro.org>
3842
3843 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3844
21873064
YQ
38452017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3846
3847 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3848 argument command.
3849 (top-level): Invoke test_set_inferior_tty.
3850
d512d31c
PA
38512017-05-04 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3854 Add parens to print call for Python 3.
3855
90cef2ed
KS
38562017-05-03 Keith Seitz <keiths@redhat.com>
3857
3858 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3859 (main): Call it.
3860
14f819c8
TW
38612017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3862
3863 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3864 to prev and next.
3865
913aeadd
TW
38662017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3867
3868 * gdb.python/py-record-btrace.exp: Remove test for
3869 gdb.BtraceInstruction.error.
3870
a3be24ad
TW
38712017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3872
3873 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3874
ae20e79a
TW
38752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3876
3877 * gdb.python/py-record-btrace-threads.c: New file.
3878 * gdb.python/py-record-btrace-threads.exp: New file.
3879
45ce1b47
SDJ
38802017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3881
3882 PR testsuite/8595
3883 * gdb.base/environ.exp: Make test available in all architectures.
3884 Move bits related to "info program" testing to
3885 gdb.base/info-program.exp. Rewrite tests to use the two new
3886 procedures mentione below.
3887 (test_set_show_env_var) New procedure.
3888 (test_set_show_env_var_equal): Likewise.
3889 * gdb.base/info-program.exp: New file.
3890
e15c3eb4
KS
38912017-04-27 Keith Seitz <keiths@redhat.com>
3892
3893 * gdb.cp/oranking.cc (test15): New function.
3894 (main): Call test15 and declare additional variables for testing.
3895 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3896 "p foo101('abc')" tests.
3897 Add tests for cv qualifier overloads.
3898 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3899 "lvalue reference overload" test.
3900 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3901 "print value of f1 on Child&& in f2" test.
3902
3a3fd0fd
PA
39032017-04-19 Pedro Alves <palves@redhat.com>
3904
3905 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3906 procedure.
3907 (top level): Call it.
3908 * lib/gdb.exp (gdb_define_cmd): New procedure.
3909
53375380
PA
39102017-04-12 Pedro Alves <palves@redhat.com>
3911
3912 PR gdb/21323
3913 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3914 (wchar): New global.
3915 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3916 (do_test_wide_char, wide_char_types_no_program, top level): Add
3917 wchar_t testing.
3918
53e710ac
PA
39192017-04-12 Pedro Alves <palves@redhat.com>
3920
3921 PR c++/21323
3922 * gdb.cp/wide_char_types.c: New file.
3923 * gdb.cp/wide_char_types.exp: New file.
3924
0ad9d8c7
SDJ
39252017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3926
3927 PR gdb/21352
3928 * gdb.trace/tsv.exp: Add test for "tsave -r".
3929
b1b45502
IB
39302017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3931
3932 * gdb.dlang/watch-loc.c: New file.
3933 * gdb.dlang/watch-loc.exp: New file.
3934
ec13808e
JK
39352017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3938
fe5f7374
AK
39392017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3940
3941 * gdb.arch/arc-analyze-prologue.S: New file.
3942 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3943
eea78757
AK
39442017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3945
3946 * gdb.arch/arc-decode-insn.S: New file.
3947 * gdb.arch/arc-decode-insn.exp: Likewise.
3948
5badf10a
IR
39492017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3950
3951 PR tdep/20928
3952 * gdb.arch/sparc64-regs.exp: New file.
3953 * gdb.arch/sparc64-regs.S: Likewise.
3954
cee59b3f
TW
39552017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3956
3957 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3958 and memory view on Python 3.
3959
c0f55cc6
AV
39602017-03-20 Artemiy Volkov <artemiyv@acm.org>
3961 Keith Seitz <keiths@redhat.com>
3962
3963 PR gdb/14441
3964 * gdb.cp/demangle.exp: Add rvalue reference tests.
3965 * gdb.cp/rvalue-ref-casts.cc: New file.
3966 * gdb.cp/rvalue-ref-casts.exp: New file.
3967 * gdb.cp/rvalue-ref-overload.cc: New file.
3968 * gdb.cp/rvalue-ref-overload.exp: New file.
3969 * gdb.cp/rvalue-ref-params.cc: New file.
3970 * gdb.cp/rvalue-ref-params.exp: New file.
3971 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3972 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3973 * gdb.cp/rvalue-ref-types.cc: New file.
3974 * gdb.cp/rvalue-ref-types.exp: New file.
3975 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3976 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3977
51457a05
MAL
39782017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3979
3980 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3981 New procedure.
3982
5b291c04
MAL
39832017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3984
3985 * lib/mi-support.exp (mi_gdb_test): Add additional message
3986 for unexpected output.
3987
59a56148
AA
39882017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3989
3990 * gdb.base/examine-backward.c (Barrier): New character array
3991 constant, to ensure that TestStrings is preceded by a string
3992 terminator.
3993
7942e96e
AA
39942017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3995
3996 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3997 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3998 and implicit pointer into such a location.
3999
6ebac3fb
DE
40002017-03-16 Doug Evans <dje@google.com>
4001
4002 * gdb.python/py-lazy-string (pointer): Really add new typedef.
4003
ec3b243d
TP
40042017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
4005
4006 * gdb.cp/m-static.exp: Fix expectation for prototype of
4007 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
4008
40092017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
4010
4011 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
4012 * gdb.guile/scm-lazy-string.c: New file.
4013 * gdb.guile/scm-value.exp: Move lazy string tests to ...
4014 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
4015 for pointer, array, typedef lazy strings.
4016
2cc36e25 40172017-03-16 Doug Evans <dje@google.com>
34b43320
DE
4018
4019 PR python/17728, python/18439, python/18779
4020 * gdb.python/py-value.c (main) Delete locals sptr, sn.
4021 * gdb.python/py-lazy-string.c (pointer): New typedef.
4022 (main): New locals ptr, array, typedef_ptr.
4023 * gdb.python/py-value.exp: Move lazy string tests to ...
4024 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
4025 array, typedef lazy strings.
ec3b243d 4026
0efcde63
AK
40272017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
4028
4029 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
4030 Add optional 'test' parameter.
4031
7978d7c3
SM
40322017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4033
4034 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4035 Skip for versions of DejaGnu < 1.5.
4036
896c0c1e
SM
40372017-03-13 Simon Marchi <simon.marchi@ericsson.com>
4038
4039 * lib/gdb.exp (dejagnu_version): New proc.
4040 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
4041 Use dejagnu_version.
4042
5f4d1085
KS
40432017-03-10 Keith Seitz <keiths@redhat.com>
4044
4045 PR c++/8128
4046 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
4047 type from destructor regexps.
4048 Add a branch which actually passes the test.
4049 Adjust "ptype t5i" test names.
4050
1de05205
PA
40512017-03-08 Pedro Alves <palves@redhat.com>
4052
4053 * gdb.base/step-over-exit.exp: Add explicit test message.
4054
c65d6b55
PA
40552017-03-08 Pedro Alves <palves@redhat.com>
4056
4057 PR gdb/18360
4058 * gdb.threads/interrupt-while-step-over.c: New file.
4059 * gdb.threads/interrupt-while-step-over.exp: New file.
4060
2e86a283
PA
40612017-03-08 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4064 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
4065
25dcbff6
PA
40662017-03-08 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
4069 PKRU as not supported as a PASS.
4070
dc9366eb
PA
40712017-03-08 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
4074 prefix instead of $binfile1/$binfile2.
4075 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
4076 in test message.
4077 * gdb.python/py-completion.exp: Use "load python file" as test
4078 messages instead of unstable path names.
4079
6e5d74e7
PA
40802017-03-08 Pedro Alves <palves@redhat.com>
4081 Jan Kratochvil <jan.kratochvil@redhat.com>
4082
4083 PR cli/21218
4084 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
4085 New proc.
4086 (top level): Call it.
4087
9753a2f6
PA
40882017-03-08 Pedro Alves <palves@redhat.com>
4089
4090 PR tui/21216
4091 * gdb.tui/tui-nl-filtered-output.exp: New file.
4092
1a4dd9dd
PA
40932017-03-08 Pedro Alves <palves@redhat.com>
4094
4095 * gdb.base/completion.exp: Move TUI completion tests to ...
4096 * gdb.tui/completion.exp: ... this new file.
4097
7cbbff33
PA
40982017-03-08 Pedro Alves <palves@redhat.com>
4099
4100 * gdb.base/tui-disasm-long-lines.c,
4101 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
4102 gdb.base/tui-layout.exp: Move to ...
4103 * gdb.tui/: ... this new directory.
4104
5f6fd321
PA
41052017-03-07 Pedro Alves <palves@redhat.com>
4106
4107 * gdb.base/tui-layout.c: New file.
4108 * gdb.base/tui-layout.exp: New file.
4109
44959fa8
PA
41102017-03-07 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.base/tui-layout.c: Rename to ...
4113 * gdb.base/tui-disasm-long-lines.c: ... this.
4114 * gdb.base/tui-layout.exp: Rename to ...
4115 * gdb.base/tui-disasm-long-lines.exp: ... this.
4116
f8c4e718
PA
41172017-03-07 Pedro Alves <palves@redhat.com>
4118
4119 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
4120
6dbb839a 41212017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
4122
4123 * i386-mpx-call.c: New file.
4124 * i386-mpx-call.exp: New file.
4125
65b48a81
PB
41262017-02-28 Peter Bergner <bergner@vnet.ibm.com>
4127
4128 * gdb.arch/powerpc-power.exp: Delete test.
4129 * gdb.arch/powerpc-power.s: Likewise.
4130 * gdb.disasm/disassembler-options.exp: New test.
4131 * gdb.arch/powerpc-altivec.exp: Likewise.
4132 * gdb.arch/powerpc-altivec.s: Likewise.
4133 * gdb.arch/powerpc-altivec2.exp: Likewise.
4134 * gdb.arch/powerpc-altivec2.s: Likewise.
4135 * gdb.arch/powerpc-altivec3.exp: Likewise.
4136 * gdb.arch/powerpc-altivec3.s: Likewise.
4137 * gdb.arch/powerpc-power7.exp: Likewise.
4138 * gdb.arch/powerpc-power7.s: Likewise.
4139 * gdb.arch/powerpc-power8.exp: Likewise.
4140 * gdb.arch/powerpc-power8.s: Likewise.
4141 * gdb.arch/powerpc-power9.exp: Likewise.
4142 * gdb.arch/powerpc-power9.s: Likewise.
4143 * gdb.arch/powerpc-vsx.exp: Likewise.
4144 * gdb.arch/powerpc-vsx.s: Likewise.
4145 * gdb.arch/powerpc-vsx2.exp: Likewise.
4146 * gdb.arch/powerpc-vsx2.s: Likewise.
4147 * gdb.arch/powerpc-vsx3.exp: Likewise.
4148 * gdb.arch/powerpc-vsx3.s: Likewise.
4149 * gdb.arch/arm-disassembler-options.exp: Likewise.
4150 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
4151 * gdb.arch/s390-disassembler-options.exp: Likewise.
4152
17cd4947
LM
41532017-02-23 Luis Machado <lgustavo@codesourcery.com>
4154
4155 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
4156 (check_supported_features): ... this. Changed return type to void.
4157 (supports_rdseed): New static global.
4158 (rdseed): Check supports_rdseed.
4159 (initialize): Call check_supported_features.
4160
2039d74e
EBM
41612017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4162
4163 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
4164 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
4165 and lqarx/stqcx.
4166 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
4167 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
4168
a51d7ecf
EBM
41692017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4170
4171 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
4172 uppercase.
4173
0224619f
JK
41742017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4175
4176 * gdb.dwarf2/formdata16.c: New file.
4177 * gdb.dwarf2/formdata16.exp: New file.
4178 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
4179
216f72a1
JK
41802017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4181
4182 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
4183 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
4184 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
4185 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
4186 DW_AT_GNU_*.
4187
43988095
JK
41882017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4189
4190 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
4191
99e8a4f9
SDJ
41922017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
4193
4194 PR gdb/21164
4195 * gdb.base/maint.exp: Add testcases for when the commands do
4196 not have arguments.
4197
b58a8c0c
TP
41982017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
4199
4200 * gdb.cp/chained-calls.exp: Use p instead of P.
4201
4e746bb6
TW
42022017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
4203
4204 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4205 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
4206
3f77c769
TT
42072017-02-14 Tom Tromey <tom@tromey.com>
4208
4209 PR python/13598:
4210 * gdb.python/py-events.exp: Add before_prompt event tests.
4211
075beec0
AA
42122017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
4213
4214 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
4215
bf5f525c
LM
42162017-02-13 Luis Machado <lgustavo@codesourcery.com>
4217
4218 * gdb.linespec/explicit.c (my_unique_function_name): New function.
4219 (main): Call my_unique_function_name.
4220 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
4221 completion of patterns with a single match.
4222 Add missing -re switches to gdb_test_multiple calls.
4223
13a66184
LM
42242017-02-13 Luis Machado <lgustavo@codesourcery.com>
4225
4226 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
4227 return if core file is not recognized.
4228
26a06916
SM
42292017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4230
4231 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
4232 and extra UIs.
4233
b761ca9e
SM
42342017-02-10 Simon Marchi <simon.marchi@ericsson.com>
4235
4236 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
4237 proc_with_prefix.
4238
b964bee0
TT
42392017-02-10 Tom Tromey <tom@tromey.com>
4240
4241 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
4242
18da0c51
MG
42432017-02-10 Martin Galvan <martingalvan@sourceware.org>
4244
4245 PR gdb/21122
4246 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
4247
604c4576
JG
42482017-02-08 Jerome Guitton <guitton@adacore.com>
4249
4250 * gdb.base/define.exp: Add test for command abbreviations
4251 in define.
4252
20b477a7
LM
42532017-02-06 Luis Machado <lgustavo@codesourcery.com>
4254
4255 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
4256 * gdb.reverse/insn-reverse-x86.c: New file.
4257
3f7b46f2
IR
42582017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4259
4260 PR tdep/20936
4261 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4262
f0fd41c1
TT
42632017-02-03 Tom Tromey <tom@tromey.com>
4264
4265 PR rust/21097:
4266 * gdb.rust/simple.exp: Add new tests.
4267
5be5dbf0
PA
42682017-02-02 Pedro Alves <palves@redhat.com>
4269
4270 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4271 tests.
4272
7346ef59
AA
42732017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4274
4275 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4276 taking a 2-byte value out of a 4-byte DWARF implicit value on
4277 big-endian targets.
4278 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4279 logic. Add test cases for DW_OP_implicit.
4280
787f0025
MM
42812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4282
4283 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4284
68777c29
MM
42852017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4286
4287 * gdb.btrace/enable.exp: Call gdb_exit before
4288 skip_gdbserver_tests.
4289
0a1c7e28
MM
42902017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4291
4292 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4293 GDBFLAGS.
4294
b5ac99b0
MM
42952017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4296
4297 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4298 the test is skipped.
4299 * gdb.btrace/data.exp: Likewise.
4300 * gdb.btrace/delta.exp: Likewise.
4301 * gdb.btrace/dlopen.exp: Likewise.
4302 * gdb.btrace/enable-running.exp: Likewise.
4303 * gdb.btrace/enable.exp: Likewise.
4304 * gdb.btrace/exception.exp: Likewise.
4305 * gdb.btrace/function_call_history.exp: Likewise.
4306 * gdb.btrace/gcore.exp: Likewise.
4307 * gdb.btrace/instruction_history.exp: Likewise.
4308 * gdb.btrace/multi-thread-step.exp: Likewise.
4309 * gdb.btrace/nohist.exp: Likewise.
4310 * gdb.btrace/non-stop.exp: Likewise.
4311 * gdb.btrace/reconnect.exp: Likewise.
4312 * gdb.btrace/record_goto-step.exp: Likewise.
4313 * gdb.btrace/record_goto.exp: Likewise.
4314 * gdb.btrace/rn-dl-bind.exp: Likewise.
4315 * gdb.btrace/segv.exp: Likewise.
4316 * gdb.btrace/step.exp: Likewise.
4317 * gdb.btrace/stepi.exp: Likewise.
4318 * gdb.btrace/tailcall-only.exp: Likewise.
4319 * gdb.btrace/tailcall.exp: Likewise.
4320 * gdb.btrace/tsx.exp: Likewise.
4321 * gdb.btrace/unknown_functions.exp: Likewise.
4322 * gdb.btrace/vdso.exp: Likewise.
4323
cd4007e4
MM
43242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4325
4326 * gdb.btrace/enable-running.c: New.
4327 * gdb.btrace/enable-running.exp: New.
4328
2735833d
WT
43292017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4330
4331 * gdb.arch/amd64-gs_base.c: New file.
4332 * gdb.arch/amd64-gs_base.exp: New file.
4333
b51e1e94
LM
43342017-01-26 Luis Machado <lgustavo@codesourcery.com>
4335
4336 * lib/memory.exp: Remove spurious empty newlines.
4337
72ca0410
SM
43382017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4339
4340 * gdb.python/py-bad-printers.exp: Load python file using "source".
4341 * gdb.python/py-events.exp: Likewise.
4342 * gdb.python/py-evsignal.exp: Likewise.
4343 * gdb.python/py-evthreads.exp: Likewise.
4344 * gdb.python/py-frame-args.exp: Likewise.
4345 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4346 * gdb.python/py-framefilter-mi.exp: Likewise.
4347 * gdb.python/py-framefilter.exp: Likewise.
4348 * gdb.python/py-mi.exp: Likewise.
4349 * gdb.python/py-pp-maint.exp: Likewise.
4350 * gdb.python/py-pp-registration.exp: Likewise.
4351 * gdb.python/py-prettyprint.exp: Likewise.
4352 (run_lang_tests): Likewise.
4353 * gdb.python/py-typeprint.exp: Likewise.
4354
e309aa65
LM
43552017-01-26 Luis Machado <lgustavo@codesourcery.com>
4356
4357 * lib/memory.exp: New file.
4358 * lib/gdb.exp: Load memory.exp.
4359 * gdb.base/memattr.exp (delete_memory): Move proc to
4360 lib/memory.exp and rename to delete_memory_regions.
4361 Replace delete_memory with delete_memory_regions.
4362 Cleanup memory regions before tests.
4363 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4364 before tests.
4365
515aff23
LM
43662017-01-26 Luis Machado <lgustavo@codesourcery.com>
4367
4368 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4369 files.
4370 (initialize): New function conditionally defined.
4371 (testcases): Move within conditional block.
4372 (main): Call initialize.
4373 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4374 of gdb.reverse/insn-reverse.c.
4375 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4376 gdb.reverse/insn-reverse.c.
4377
d8b49cf0
YQ
43782017-01-26 Yao Qi <yao.qi@linaro.org>
4379
4380 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4381 disassemble on address 0.
4382
f13a9a0c
YQ
43832017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4384 Yao Qi <yao.qi@linaro.org>
4385
4386 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4387 * gdb.dwarf2/implptr-64bit.S: Remove.
4388 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4389 variables in caller's context. Add DW_OP_implicit_value.
4390
5ac95241
YQ
43912017-01-25 Yao Qi <yao.qi@linaro.org>
4392
4393 * lib/dwarf.exp (Dwarf::_location): Handle
4394 DW_OP_GNU_implicit_pointer with proper size.
4395
23e82930
LM
43962017-01-20 Luis Machado <lgustavo@codesourcery.com>
4397
4398 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4399 and add untested calls.
4400
d334ae25
LM
44012017-01-20 Luis Machado <lgustavo@codesourcery.com>
4402
4403 * gdb.python/python.exp: Check line number against what GDB thinks
4404 the line number is for func1.
4405
f5e6296e
IB
44062017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4407
4408 * gdb.dlang/debug-expr.exp: New file.
4409
5b362f04
LM
44102016-12-23 Luis Machado <lgustavo@codesourcery.com>
4411
4412 Fix test names for the following files:
4413
4414 * gdb.ada/exec_changed.exp
4415 * gdb.ada/info_types.exp
4416 * gdb.arch/aarch64-atomic-inst.exp
4417 * gdb.arch/aarch64-fp.exp
4418 * gdb.arch/altivec-abi.exp
4419 * gdb.arch/altivec-regs.exp
4420 * gdb.arch/amd64-byte.exp
4421 * gdb.arch/amd64-disp-step.exp
4422 * gdb.arch/amd64-dword.exp
4423 * gdb.arch/amd64-entry-value-inline.exp
4424 * gdb.arch/amd64-entry-value-param.exp
4425 * gdb.arch/amd64-entry-value-paramref.exp
4426 * gdb.arch/amd64-entry-value.exp
4427 * gdb.arch/amd64-i386-address.exp
4428 * gdb.arch/amd64-invalid-stack-middle.exp
4429 * gdb.arch/amd64-invalid-stack-top.exp
4430 * gdb.arch/amd64-optimout-repeat.exp
4431 * gdb.arch/amd64-prologue-skip.exp
4432 * gdb.arch/amd64-prologue-xmm.exp
4433 * gdb.arch/amd64-stap-special-operands.exp
4434 * gdb.arch/amd64-stap-wrong-subexp.exp
4435 * gdb.arch/amd64-tailcall-cxx.exp
4436 * gdb.arch/amd64-tailcall-noret.exp
4437 * gdb.arch/amd64-tailcall-ret.exp
4438 * gdb.arch/amd64-tailcall-self.exp
4439 * gdb.arch/amd64-word.exp
4440 * gdb.arch/arm-bl-branch-dest.exp
4441 * gdb.arch/arm-disp-step.exp
4442 * gdb.arch/arm-neon.exp
4443 * gdb.arch/arm-single-step-kernel-helper.exp
4444 * gdb.arch/avr-flash-qualifier.exp
4445 * gdb.arch/disp-step-insn-reloc.exp
4446 * gdb.arch/e500-abi.exp
4447 * gdb.arch/e500-regs.exp
4448 * gdb.arch/ftrace-insn-reloc.exp
4449 * gdb.arch/i386-avx512.exp
4450 * gdb.arch/i386-bp_permanent.exp
4451 * gdb.arch/i386-byte.exp
4452 * gdb.arch/i386-cfi-notcurrent.exp
4453 * gdb.arch/i386-disp-step.exp
4454 * gdb.arch/i386-dr3-watch.exp
4455 * gdb.arch/i386-float.exp
4456 * gdb.arch/i386-gnu-cfi.exp
4457 * gdb.arch/i386-mpx-map.exp
4458 * gdb.arch/i386-mpx-sigsegv.exp
4459 * gdb.arch/i386-mpx-simple_segv.exp
4460 * gdb.arch/i386-mpx.exp
4461 * gdb.arch/i386-permbkpt.exp
4462 * gdb.arch/i386-prologue.exp
4463 * gdb.arch/i386-signal.exp
4464 * gdb.arch/i386-size-overlap.exp
4465 * gdb.arch/i386-unwind.exp
4466 * gdb.arch/i386-word.exp
4467 * gdb.arch/mips-fcr.exp
4468 * gdb.arch/powerpc-d128-regs.exp
4469 * gdb.arch/powerpc-stackless.exp
4470 * gdb.arch/ppc64-atomic-inst.exp
4471 * gdb.arch/s390-stackless.exp
4472 * gdb.arch/s390-tdbregs.exp
4473 * gdb.arch/s390-vregs.exp
4474 * gdb.arch/sparc-sysstep.exp
4475 * gdb.arch/thumb-bx-pc.exp
4476 * gdb.arch/thumb-singlestep.exp
4477 * gdb.arch/thumb2-it.exp
4478 * gdb.arch/vsx-regs.exp
4479 * gdb.asm/asm-source.exp
4480 * gdb.base/a2-run.exp
4481 * gdb.base/advance.exp
4482 * gdb.base/all-bin.exp
4483 * gdb.base/anon.exp
4484 * gdb.base/args.exp
4485 * gdb.base/arithmet.exp
4486 * gdb.base/async-shell.exp
4487 * gdb.base/async.exp
4488 * gdb.base/attach-pie-noexec.exp
4489 * gdb.base/attach-twice.exp
4490 * gdb.base/auto-load.exp
4491 * gdb.base/bang.exp
4492 * gdb.base/bitfields.exp
4493 * gdb.base/break-always.exp
4494 * gdb.base/break-caller-line.exp
4495 * gdb.base/break-entry.exp
4496 * gdb.base/break-inline.exp
4497 * gdb.base/break-on-linker-gcd-function.exp
4498 * gdb.base/break-probes.exp
4499 * gdb.base/break.exp
4500 * gdb.base/breakpoint-shadow.exp
4501 * gdb.base/call-ar-st.exp
4502 * gdb.base/call-sc.exp
4503 * gdb.base/call-signal-resume.exp
4504 * gdb.base/call-strs.exp
4505 * gdb.base/callfuncs.exp
4506 * gdb.base/catch-fork-static.exp
4507 * gdb.base/catch-gdb-caused-signals.exp
4508 * gdb.base/catch-load.exp
4509 * gdb.base/catch-signal-fork.exp
4510 * gdb.base/catch-signal.exp
4511 * gdb.base/catch-syscall.exp
4512 * gdb.base/charset.exp
4513 * gdb.base/checkpoint.exp
4514 * gdb.base/chng-syms.exp
4515 * gdb.base/code-expr.exp
4516 * gdb.base/code_elim.exp
4517 * gdb.base/commands.exp
4518 * gdb.base/completion.exp
4519 * gdb.base/complex.exp
4520 * gdb.base/cond-expr.exp
4521 * gdb.base/condbreak.exp
4522 * gdb.base/consecutive.exp
4523 * gdb.base/continue-all-already-running.exp
4524 * gdb.base/coredump-filter.exp
4525 * gdb.base/corefile.exp
4526 * gdb.base/dbx.exp
4527 * gdb.base/debug-expr.exp
4528 * gdb.base/define.exp
4529 * gdb.base/del.exp
4530 * gdb.base/disabled-location.exp
4531 * gdb.base/disasm-end-cu.exp
4532 * gdb.base/disasm-optim.exp
4533 * gdb.base/display.exp
4534 * gdb.base/duplicate-bp.exp
4535 * gdb.base/ena-dis-br.exp
4536 * gdb.base/ending-run.exp
4537 * gdb.base/enumval.exp
4538 * gdb.base/environ.exp
4539 * gdb.base/eu-strip-infcall.exp
4540 * gdb.base/eval-avoid-side-effects.exp
4541 * gdb.base/eval-skip.exp
4542 * gdb.base/exitsignal.exp
4543 * gdb.base/expand-psymtabs.exp
4544 * gdb.base/filesym.exp
4545 * gdb.base/find-unmapped.exp
4546 * gdb.base/finish.exp
4547 * gdb.base/float.exp
4548 * gdb.base/foll-exec-mode.exp
4549 * gdb.base/foll-exec.exp
4550 * gdb.base/foll-fork.exp
4551 * gdb.base/fortran-sym-case.exp
4552 * gdb.base/freebpcmd.exp
4553 * gdb.base/func-ptr.exp
4554 * gdb.base/func-ptrs.exp
4555 * gdb.base/funcargs.exp
4556 * gdb.base/gcore-buffer-overflow.exp
4557 * gdb.base/gcore-relro-pie.exp
4558 * gdb.base/gcore-relro.exp
4559 * gdb.base/gcore.exp
4560 * gdb.base/gdb1090.exp
4561 * gdb.base/gdb11530.exp
4562 * gdb.base/gdb11531.exp
4563 * gdb.base/gdb1821.exp
4564 * gdb.base/gdbindex-stabs.exp
4565 * gdb.base/gdbvars.exp
4566 * gdb.base/hbreak.exp
4567 * gdb.base/hbreak2.exp
4568 * gdb.base/included.exp
4569 * gdb.base/infcall-input.exp
4570 * gdb.base/inferior-died.exp
4571 * gdb.base/infnan.exp
4572 * gdb.base/info-macros.exp
4573 * gdb.base/info-os.exp
4574 * gdb.base/info-proc.exp
4575 * gdb.base/info-shared.exp
4576 * gdb.base/info-target.exp
4577 * gdb.base/infoline.exp
4578 * gdb.base/interp.exp
4579 * gdb.base/interrupt.exp
4580 * gdb.base/jit-reader.exp
4581 * gdb.base/jit-simple.exp
4582 * gdb.base/kill-after-signal.exp
4583 * gdb.base/kill-detach-inferiors-cmd.exp
4584 * gdb.base/label.exp
4585 * gdb.base/langs.exp
4586 * gdb.base/ldbl_e308.exp
4587 * gdb.base/line-symtabs.exp
4588 * gdb.base/linespecs.exp
4589 * gdb.base/list.exp
4590 * gdb.base/long_long.exp
4591 * gdb.base/longest-types.exp
4592 * gdb.base/maint.exp
4593 * gdb.base/max-value-size.exp
4594 * gdb.base/memattr.exp
4595 * gdb.base/mips_pro.exp
4596 * gdb.base/morestack.exp
4597 * gdb.base/moribund-step.exp
4598 * gdb.base/multi-forks.exp
4599 * gdb.base/nested-addr.exp
4600 * gdb.base/nextoverexit.exp
4601 * gdb.base/noreturn-finish.exp
4602 * gdb.base/noreturn-return.exp
4603 * gdb.base/nostdlib.exp
4604 * gdb.base/offsets.exp
4605 * gdb.base/opaque.exp
4606 * gdb.base/pc-fp.exp
4607 * gdb.base/permissions.exp
4608 * gdb.base/print-symbol-loading.exp
4609 * gdb.base/prologue-include.exp
4610 * gdb.base/psymtab.exp
4611 * gdb.base/ptype.exp
4612 * gdb.base/random-signal.exp
4613 * gdb.base/randomize.exp
4614 * gdb.base/range-stepping.exp
4615 * gdb.base/readline-ask.exp
4616 * gdb.base/recpar.exp
4617 * gdb.base/recurse.exp
4618 * gdb.base/relational.exp
4619 * gdb.base/restore.exp
4620 * gdb.base/return-nodebug.exp
4621 * gdb.base/return.exp
4622 * gdb.base/run-after-attach.exp
4623 * gdb.base/save-bp.exp
4624 * gdb.base/scope.exp
4625 * gdb.base/sect-cmd.exp
4626 * gdb.base/set-lang-auto.exp
4627 * gdb.base/set-noassign.exp
4628 * gdb.base/setvar.exp
4629 * gdb.base/sigall.exp
4630 * gdb.base/sigbpt.exp
4631 * gdb.base/siginfo-addr.exp
4632 * gdb.base/siginfo-infcall.exp
4633 * gdb.base/siginfo-obj.exp
4634 * gdb.base/siginfo.exp
4635 * gdb.base/signals-state-child.exp
4636 * gdb.base/signest.exp
4637 * gdb.base/sigstep.exp
4638 * gdb.base/sizeof.exp
4639 * gdb.base/skip.exp
4640 * gdb.base/solib-corrupted.exp
4641 * gdb.base/solib-nodir.exp
4642 * gdb.base/solib-search.exp
4643 * gdb.base/stack-checking.exp
4644 * gdb.base/stale-infcall.exp
4645 * gdb.base/stap-probe.exp
4646 * gdb.base/start.exp
4647 * gdb.base/step-break.exp
4648 * gdb.base/step-bt.exp
4649 * gdb.base/step-line.exp
4650 * gdb.base/step-over-exit.exp
4651 * gdb.base/step-over-syscall.exp
4652 * gdb.base/step-resume-infcall.exp
4653 * gdb.base/step-test.exp
4654 * gdb.base/store.exp
4655 * gdb.base/structs3.exp
4656 * gdb.base/sym-file.exp
4657 * gdb.base/symbol-without-target_section.exp
4658 * gdb.base/term.exp
4659 * gdb.base/testenv.exp
4660 * gdb.base/ui-redirect.exp
4661 * gdb.base/until.exp
4662 * gdb.base/unwindonsignal.exp
4663 * gdb.base/value-double-free.exp
4664 * gdb.base/vla-datatypes.exp
4665 * gdb.base/vla-ptr.exp
4666 * gdb.base/vla-sideeffect.exp
4667 * gdb.base/volatile.exp
4668 * gdb.base/watch-cond-infcall.exp
4669 * gdb.base/watch-cond.exp
4670 * gdb.base/watch-non-mem.exp
4671 * gdb.base/watch-read.exp
4672 * gdb.base/watch-vfork.exp
4673 * gdb.base/watchpoint-cond-gone.exp
4674 * gdb.base/watchpoint-delete.exp
4675 * gdb.base/watchpoint-hw-hit-once.exp
4676 * gdb.base/watchpoint-hw.exp
4677 * gdb.base/watchpoint-stops-at-right-insn.exp
4678 * gdb.base/watchpoints.exp
4679 * gdb.base/wchar.exp
4680 * gdb.base/whatis-exp.exp
4681 * gdb.btrace/buffer-size.exp
4682 * gdb.btrace/data.exp
4683 * gdb.btrace/delta.exp
4684 * gdb.btrace/dlopen.exp
4685 * gdb.btrace/enable.exp
4686 * gdb.btrace/exception.exp
4687 * gdb.btrace/function_call_history.exp
4688 * gdb.btrace/gcore.exp
4689 * gdb.btrace/instruction_history.exp
4690 * gdb.btrace/nohist.exp
4691 * gdb.btrace/reconnect.exp
4692 * gdb.btrace/record_goto-step.exp
4693 * gdb.btrace/record_goto.exp
4694 * gdb.btrace/rn-dl-bind.exp
4695 * gdb.btrace/segv.exp
4696 * gdb.btrace/step.exp
4697 * gdb.btrace/stepi.exp
4698 * gdb.btrace/tailcall-only.exp
4699 * gdb.btrace/tailcall.exp
4700 * gdb.btrace/tsx.exp
4701 * gdb.btrace/unknown_functions.exp
4702 * gdb.btrace/vdso.exp
4703 * gdb.compile/compile-ifunc.exp
4704 * gdb.compile/compile-ops.exp
4705 * gdb.compile/compile-print.exp
4706 * gdb.compile/compile-setjmp.exp
4707 * gdb.cp/abstract-origin.exp
4708 * gdb.cp/ambiguous.exp
4709 * gdb.cp/annota2.exp
4710 * gdb.cp/annota3.exp
4711 * gdb.cp/anon-ns.exp
4712 * gdb.cp/anon-struct.exp
4713 * gdb.cp/anon-union.exp
4714 * gdb.cp/arg-reference.exp
4715 * gdb.cp/baseenum.exp
4716 * gdb.cp/bool.exp
4717 * gdb.cp/breakpoint.exp
4718 * gdb.cp/bs15503.exp
4719 * gdb.cp/call-c.exp
4720 * gdb.cp/casts.exp
4721 * gdb.cp/chained-calls.exp
4722 * gdb.cp/class2.exp
4723 * gdb.cp/classes.exp
4724 * gdb.cp/cmpd-minsyms.exp
4725 * gdb.cp/converts.exp
4726 * gdb.cp/cp-relocate.exp
4727 * gdb.cp/cpcompletion.exp
4728 * gdb.cp/cpexprs.exp
4729 * gdb.cp/cplabel.exp
4730 * gdb.cp/cplusfuncs.exp
4731 * gdb.cp/cpsizeof.exp
4732 * gdb.cp/ctti.exp
4733 * gdb.cp/derivation.exp
4734 * gdb.cp/destrprint.exp
4735 * gdb.cp/dispcxx.exp
4736 * gdb.cp/enum-class.exp
4737 * gdb.cp/exception.exp
4738 * gdb.cp/exceptprint.exp
4739 * gdb.cp/expand-psymtabs-cxx.exp
4740 * gdb.cp/expand-sals.exp
4741 * gdb.cp/extern-c.exp
4742 * gdb.cp/filename.exp
4743 * gdb.cp/formatted-ref.exp
4744 * gdb.cp/fpointer.exp
4745 * gdb.cp/gdb1355.exp
4746 * gdb.cp/gdb2495.exp
4747 * gdb.cp/hang.exp
4748 * gdb.cp/impl-this.exp
4749 * gdb.cp/infcall-dlopen.exp
4750 * gdb.cp/inherit.exp
4751 * gdb.cp/iostream.exp
4752 * gdb.cp/koenig.exp
4753 * gdb.cp/local.exp
4754 * gdb.cp/m-data.exp
4755 * gdb.cp/m-static.exp
4756 * gdb.cp/mb-ctor.exp
4757 * gdb.cp/mb-inline.exp
4758 * gdb.cp/mb-templates.exp
4759 * gdb.cp/member-name.exp
4760 * gdb.cp/member-ptr.exp
4761 * gdb.cp/meth-typedefs.exp
4762 * gdb.cp/method.exp
4763 * gdb.cp/method2.exp
4764 * gdb.cp/minsym-fallback.exp
4765 * gdb.cp/misc.exp
4766 * gdb.cp/namelessclass.exp
4767 * gdb.cp/namespace-enum.exp
4768 * gdb.cp/namespace-nested-import.exp
4769 * gdb.cp/namespace.exp
4770 * gdb.cp/nextoverthrow.exp
4771 * gdb.cp/no-dmgl-verbose.exp
4772 * gdb.cp/non-trivial-retval.exp
4773 * gdb.cp/noparam.exp
4774 * gdb.cp/nsdecl.exp
4775 * gdb.cp/nsimport.exp
4776 * gdb.cp/nsnested.exp
4777 * gdb.cp/nsnoimports.exp
4778 * gdb.cp/nsrecurs.exp
4779 * gdb.cp/nsstress.exp
4780 * gdb.cp/nsusing.exp
4781 * gdb.cp/operator.exp
4782 * gdb.cp/oranking.exp
4783 * gdb.cp/overload-const.exp
4784 * gdb.cp/overload.exp
4785 * gdb.cp/ovldbreak.exp
4786 * gdb.cp/ovsrch.exp
4787 * gdb.cp/paren-type.exp
4788 * gdb.cp/parse-lang.exp
4789 * gdb.cp/pass-by-ref.exp
4790 * gdb.cp/pr-1023.exp
4791 * gdb.cp/pr-1210.exp
4792 * gdb.cp/pr-574.exp
4793 * gdb.cp/pr10687.exp
4794 * gdb.cp/pr12028.exp
4795 * gdb.cp/pr17132.exp
4796 * gdb.cp/pr17494.exp
4797 * gdb.cp/pr9067.exp
4798 * gdb.cp/pr9167.exp
4799 * gdb.cp/pr9631.exp
4800 * gdb.cp/printmethod.exp
4801 * gdb.cp/psmang.exp
4802 * gdb.cp/psymtab-parameter.exp
4803 * gdb.cp/ptype-cv-cp.exp
4804 * gdb.cp/ptype-flags.exp
4805 * gdb.cp/re-set-overloaded.exp
4806 * gdb.cp/ref-types.exp
4807 * gdb.cp/rtti.exp
4808 * gdb.cp/scope-err.exp
4809 * gdb.cp/shadow.exp
4810 * gdb.cp/smartp.exp
4811 * gdb.cp/static-method.exp
4812 * gdb.cp/static-print-quit.exp
4813 * gdb.cp/temargs.exp
4814 * gdb.cp/templates.exp
4815 * gdb.cp/try_catch.exp
4816 * gdb.cp/typedef-operator.exp
4817 * gdb.cp/typeid.exp
4818 * gdb.cp/userdef.exp
4819 * gdb.cp/using-crash.exp
4820 * gdb.cp/var-tag.exp
4821 * gdb.cp/virtbase.exp
4822 * gdb.cp/virtfunc.exp
4823 * gdb.cp/virtfunc2.exp
4824 * gdb.cp/vla-cxx.exp
4825 * gdb.disasm/t01_mov.exp
4826 * gdb.disasm/t02_mova.exp
4827 * gdb.disasm/t03_add.exp
4828 * gdb.disasm/t04_sub.exp
4829 * gdb.disasm/t05_cmp.exp
4830 * gdb.disasm/t06_ari2.exp
4831 * gdb.disasm/t07_ari3.exp
4832 * gdb.disasm/t08_or.exp
4833 * gdb.disasm/t09_xor.exp
4834 * gdb.disasm/t10_and.exp
4835 * gdb.disasm/t11_logs.exp
4836 * gdb.disasm/t12_bit.exp
4837 * gdb.disasm/t13_otr.exp
4838 * gdb.dlang/circular.exp
4839 * gdb.dwarf2/arr-stride.exp
4840 * gdb.dwarf2/arr-subrange.exp
4841 * gdb.dwarf2/atomic-type.exp
4842 * gdb.dwarf2/bad-regnum.exp
4843 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4844 * gdb.dwarf2/callframecfa.exp
4845 * gdb.dwarf2/clztest.exp
4846 * gdb.dwarf2/corrupt.exp
4847 * gdb.dwarf2/data-loc.exp
4848 * gdb.dwarf2/dup-psym.exp
4849 * gdb.dwarf2/dw2-anon-mptr.exp
4850 * gdb.dwarf2/dw2-anonymous-func.exp
4851 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4852 * gdb.dwarf2/dw2-bad-unresolved.exp
4853 * gdb.dwarf2/dw2-basic.exp
4854 * gdb.dwarf2/dw2-canonicalize-type.exp
4855 * gdb.dwarf2/dw2-case-insensitive.exp
4856 * gdb.dwarf2/dw2-common-block.exp
4857 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4858 * gdb.dwarf2/dw2-compressed.exp
4859 * gdb.dwarf2/dw2-const.exp
4860 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4861 * gdb.dwarf2/dw2-cu-size.exp
4862 * gdb.dwarf2/dw2-dup-frame.exp
4863 * gdb.dwarf2/dw2-entry-value.exp
4864 * gdb.dwarf2/dw2-icycle.exp
4865 * gdb.dwarf2/dw2-ifort-parameter.exp
4866 * gdb.dwarf2/dw2-inline-break.exp
4867 * gdb.dwarf2/dw2-inline-param.exp
4868 * gdb.dwarf2/dw2-intercu.exp
4869 * gdb.dwarf2/dw2-intermix.exp
4870 * gdb.dwarf2/dw2-lexical-block-bare.exp
4871 * gdb.dwarf2/dw2-linkage-name-trust.exp
4872 * gdb.dwarf2/dw2-minsym-in-cu.exp
4873 * gdb.dwarf2/dw2-noloc.exp
4874 * gdb.dwarf2/dw2-op-call.exp
4875 * gdb.dwarf2/dw2-op-out-param.exp
4876 * gdb.dwarf2/dw2-opt-structptr.exp
4877 * gdb.dwarf2/dw2-param-error.exp
4878 * gdb.dwarf2/dw2-producer.exp
4879 * gdb.dwarf2/dw2-ranges-base.exp
4880 * gdb.dwarf2/dw2-ref-missing-frame.exp
4881 * gdb.dwarf2/dw2-reg-undefined.exp
4882 * gdb.dwarf2/dw2-regno-invalid.exp
4883 * gdb.dwarf2/dw2-restore.exp
4884 * gdb.dwarf2/dw2-restrict.exp
4885 * gdb.dwarf2/dw2-single-line-discriminators.exp
4886 * gdb.dwarf2/dw2-strp.exp
4887 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4888 * gdb.dwarf2/dw2-unresolved.exp
4889 * gdb.dwarf2/dw2-var-zero-addr.exp
4890 * gdb.dwarf2/dw4-sig-types.exp
4891 * gdb.dwarf2/dwz.exp
4892 * gdb.dwarf2/dynarr-ptr.exp
4893 * gdb.dwarf2/enum-type.exp
4894 * gdb.dwarf2/gdb-index.exp
4895 * gdb.dwarf2/implptr-64bit.exp
4896 * gdb.dwarf2/implptr-optimized-out.exp
4897 * gdb.dwarf2/implptr.exp
4898 * gdb.dwarf2/implref-array.exp
4899 * gdb.dwarf2/implref-const.exp
4900 * gdb.dwarf2/implref-global.exp
4901 * gdb.dwarf2/implref-struct.exp
4902 * gdb.dwarf2/mac-fileno.exp
4903 * gdb.dwarf2/main-subprogram.exp
4904 * gdb.dwarf2/member-ptr-forwardref.exp
4905 * gdb.dwarf2/method-ptr.exp
4906 * gdb.dwarf2/missing-sig-type.exp
4907 * gdb.dwarf2/nonvar-access.exp
4908 * gdb.dwarf2/opaque-type-lookup.exp
4909 * gdb.dwarf2/pieces-optimized-out.exp
4910 * gdb.dwarf2/pieces.exp
4911 * gdb.dwarf2/pr10770.exp
4912 * gdb.dwarf2/pr13961.exp
4913 * gdb.dwarf2/staticvirtual.exp
4914 * gdb.dwarf2/subrange.exp
4915 * gdb.dwarf2/symtab-producer.exp
4916 * gdb.dwarf2/trace-crash.exp
4917 * gdb.dwarf2/typeddwarf.exp
4918 * gdb.dwarf2/valop.exp
4919 * gdb.dwarf2/watch-notconst.exp
4920 * gdb.fortran/array-element.exp
4921 * gdb.fortran/charset.exp
4922 * gdb.fortran/common-block.exp
4923 * gdb.fortran/complex.exp
4924 * gdb.fortran/derived-type-function.exp
4925 * gdb.fortran/derived-type.exp
4926 * gdb.fortran/logical.exp
4927 * gdb.fortran/module.exp
4928 * gdb.fortran/multi-dim.exp
4929 * gdb.fortran/nested-funcs.exp
4930 * gdb.fortran/print-formatted.exp
4931 * gdb.fortran/subarray.exp
4932 * gdb.fortran/vla-alloc-assoc.exp
4933 * gdb.fortran/vla-datatypes.exp
4934 * gdb.fortran/vla-history.exp
4935 * gdb.fortran/vla-ptr-info.exp
4936 * gdb.fortran/vla-ptype-sub.exp
4937 * gdb.fortran/vla-ptype.exp
4938 * gdb.fortran/vla-sizeof.exp
4939 * gdb.fortran/vla-type.exp
4940 * gdb.fortran/vla-value-sub-arbitrary.exp
4941 * gdb.fortran/vla-value-sub-finish.exp
4942 * gdb.fortran/vla-value-sub.exp
4943 * gdb.fortran/vla-value.exp
4944 * gdb.fortran/whatis_type.exp
4945 * gdb.go/chan.exp
4946 * gdb.go/handcall.exp
4947 * gdb.go/hello.exp
4948 * gdb.go/integers.exp
4949 * gdb.go/methods.exp
4950 * gdb.go/package.exp
4951 * gdb.go/strings.exp
4952 * gdb.go/types.exp
4953 * gdb.go/unsafe.exp
4954 * gdb.guile/scm-arch.exp
4955 * gdb.guile/scm-block.exp
4956 * gdb.guile/scm-breakpoint.exp
4957 * gdb.guile/scm-cmd.exp
4958 * gdb.guile/scm-disasm.exp
4959 * gdb.guile/scm-equal.exp
4960 * gdb.guile/scm-frame-args.exp
4961 * gdb.guile/scm-frame-inline.exp
4962 * gdb.guile/scm-frame.exp
4963 * gdb.guile/scm-iterator.exp
4964 * gdb.guile/scm-math.exp
4965 * gdb.guile/scm-objfile.exp
4966 * gdb.guile/scm-ports.exp
4967 * gdb.guile/scm-symbol.exp
4968 * gdb.guile/scm-symtab.exp
4969 * gdb.guile/scm-value-cc.exp
4970 * gdb.guile/types-module.exp
4971 * gdb.linespec/break-ask.exp
4972 * gdb.linespec/cpexplicit.exp
4973 * gdb.linespec/explicit.exp
4974 * gdb.linespec/keywords.exp
4975 * gdb.linespec/linespec.exp
4976 * gdb.linespec/ls-dollar.exp
4977 * gdb.linespec/ls-errs.exp
4978 * gdb.linespec/skip-two.exp
4979 * gdb.linespec/thread.exp
4980 * gdb.mi/mi-async.exp
4981 * gdb.mi/mi-basics.exp
4982 * gdb.mi/mi-break.exp
4983 * gdb.mi/mi-catch-load.exp
4984 * gdb.mi/mi-cli.exp
4985 * gdb.mi/mi-cmd-param-changed.exp
4986 * gdb.mi/mi-console.exp
4987 * gdb.mi/mi-detach.exp
4988 * gdb.mi/mi-disassemble.exp
4989 * gdb.mi/mi-eval.exp
4990 * gdb.mi/mi-file-transfer.exp
4991 * gdb.mi/mi-file.exp
4992 * gdb.mi/mi-fill-memory.exp
4993 * gdb.mi/mi-inheritance-syntax-error.exp
4994 * gdb.mi/mi-linespec-err-cp.exp
4995 * gdb.mi/mi-logging.exp
4996 * gdb.mi/mi-memory-changed.exp
4997 * gdb.mi/mi-read-memory.exp
4998 * gdb.mi/mi-record-changed.exp
4999 * gdb.mi/mi-reg-undefined.exp
5000 * gdb.mi/mi-regs.exp
5001 * gdb.mi/mi-return.exp
5002 * gdb.mi/mi-reverse.exp
5003 * gdb.mi/mi-simplerun.exp
5004 * gdb.mi/mi-solib.exp
5005 * gdb.mi/mi-stack.exp
5006 * gdb.mi/mi-stepi.exp
5007 * gdb.mi/mi-syn-frame.exp
5008 * gdb.mi/mi-until.exp
5009 * gdb.mi/mi-var-block.exp
5010 * gdb.mi/mi-var-child.exp
5011 * gdb.mi/mi-var-cmd.exp
5012 * gdb.mi/mi-var-cp.exp
5013 * gdb.mi/mi-var-display.exp
5014 * gdb.mi/mi-var-invalidate.exp
5015 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
5016 * gdb.mi/mi-vla-fortran.exp
5017 * gdb.mi/mi-watch.exp
5018 * gdb.mi/mi2-var-child.exp
5019 * gdb.mi/user-selected-context-sync.exp
5020 * gdb.modula2/unbounded-array.exp
5021 * gdb.multi/dummy-frame-restore.exp
5022 * gdb.multi/multi-arch-exec.exp
5023 * gdb.multi/multi-arch.exp
5024 * gdb.multi/tids.exp
5025 * gdb.multi/watchpoint-multi.exp
5026 * gdb.opencl/callfuncs.exp
5027 * gdb.opencl/convs_casts.exp
5028 * gdb.opencl/datatypes.exp
5029 * gdb.opencl/operators.exp
5030 * gdb.opencl/vec_comps.exp
5031 * gdb.opt/clobbered-registers-O2.exp
5032 * gdb.opt/inline-break.exp
5033 * gdb.opt/inline-bt.exp
5034 * gdb.opt/inline-cmds.exp
5035 * gdb.opt/inline-locals.exp
5036 * gdb.pascal/case-insensitive-symbols.exp
5037 * gdb.pascal/floats.exp
5038 * gdb.pascal/gdb11492.exp
5039 * gdb.python/lib-types.exp
5040 * gdb.python/py-arch.exp
5041 * gdb.python/py-as-string.exp
5042 * gdb.python/py-bad-printers.exp
5043 * gdb.python/py-block.exp
5044 * gdb.python/py-breakpoint-create-fail.exp
5045 * gdb.python/py-breakpoint.exp
5046 * gdb.python/py-caller-is.exp
5047 * gdb.python/py-cmd.exp
5048 * gdb.python/py-explore-cc.exp
5049 * gdb.python/py-explore.exp
5050 * gdb.python/py-finish-breakpoint.exp
5051 * gdb.python/py-finish-breakpoint2.exp
5052 * gdb.python/py-frame-args.exp
5053 * gdb.python/py-frame-inline.exp
5054 * gdb.python/py-frame.exp
5055 * gdb.python/py-framefilter-mi.exp
5056 * gdb.python/py-infthread.exp
5057 * gdb.python/py-lazy-string.exp
5058 * gdb.python/py-linetable.exp
5059 * gdb.python/py-mi-events.exp
5060 * gdb.python/py-mi-objfile.exp
5061 * gdb.python/py-mi.exp
5062 * gdb.python/py-objfile.exp
5063 * gdb.python/py-pp-integral.exp
5064 * gdb.python/py-pp-maint.exp
5065 * gdb.python/py-pp-re-notag.exp
5066 * gdb.python/py-pp-registration.exp
5067 * gdb.python/py-recurse-unwind.exp
5068 * gdb.python/py-strfns.exp
5069 * gdb.python/py-symbol.exp
5070 * gdb.python/py-symtab.exp
5071 * gdb.python/py-sync-interp.exp
5072 * gdb.python/py-typeprint.exp
5073 * gdb.python/py-unwind-maint.exp
5074 * gdb.python/py-unwind.exp
5075 * gdb.python/py-value-cc.exp
5076 * gdb.python/py-xmethods.exp
5077 * gdb.reverse/amd64-tailcall-reverse.exp
5078 * gdb.reverse/break-precsave.exp
5079 * gdb.reverse/break-reverse.exp
5080 * gdb.reverse/consecutive-precsave.exp
5081 * gdb.reverse/consecutive-reverse.exp
5082 * gdb.reverse/finish-precsave.exp
5083 * gdb.reverse/finish-reverse-bkpt.exp
5084 * gdb.reverse/finish-reverse.exp
5085 * gdb.reverse/fstatat-reverse.exp
5086 * gdb.reverse/getresuid-reverse.exp
5087 * gdb.reverse/i386-precsave.exp
5088 * gdb.reverse/i386-reverse.exp
5089 * gdb.reverse/i386-sse-reverse.exp
5090 * gdb.reverse/i387-env-reverse.exp
5091 * gdb.reverse/i387-stack-reverse.exp
5092 * gdb.reverse/insn-reverse.exp
5093 * gdb.reverse/machinestate-precsave.exp
5094 * gdb.reverse/machinestate.exp
5095 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5096 * gdb.reverse/pipe-reverse.exp
5097 * gdb.reverse/readv-reverse.exp
5098 * gdb.reverse/recvmsg-reverse.exp
5099 * gdb.reverse/rerun-prec.exp
5100 * gdb.reverse/s390-mvcle.exp
5101 * gdb.reverse/step-precsave.exp
5102 * gdb.reverse/step-reverse.exp
5103 * gdb.reverse/time-reverse.exp
5104 * gdb.reverse/until-precsave.exp
5105 * gdb.reverse/until-reverse.exp
5106 * gdb.reverse/waitpid-reverse.exp
5107 * gdb.reverse/watch-precsave.exp
5108 * gdb.reverse/watch-reverse.exp
5109 * gdb.rust/generics.exp
5110 * gdb.rust/methods.exp
5111 * gdb.rust/modules.exp
5112 * gdb.rust/simple.exp
5113 * gdb.server/connect-with-no-symbol-file.exp
5114 * gdb.server/ext-attach.exp
5115 * gdb.server/ext-restart.exp
5116 * gdb.server/ext-wrapper.exp
5117 * gdb.server/file-transfer.exp
5118 * gdb.server/server-exec-info.exp
5119 * gdb.server/server-kill.exp
5120 * gdb.server/server-mon.exp
5121 * gdb.server/wrapper.exp
5122 * gdb.stabs/exclfwd.exp
5123 * gdb.stabs/gdb11479.exp
5124 * gdb.threads/clone-new-thread-event.exp
5125 * gdb.threads/corethreads.exp
5126 * gdb.threads/current-lwp-dead.exp
5127 * gdb.threads/dlopen-libpthread.exp
5128 * gdb.threads/gcore-thread.exp
5129 * gdb.threads/sigstep-threads.exp
5130 * gdb.threads/watchpoint-fork.exp
5131 * gdb.trace/actions-changed.exp
5132 * gdb.trace/backtrace.exp
5133 * gdb.trace/change-loc.exp
5134 * gdb.trace/circ.exp
5135 * gdb.trace/collection.exp
5136 * gdb.trace/disconnected-tracing.exp
5137 * gdb.trace/ftrace.exp
5138 * gdb.trace/mi-trace-frame-collected.exp
5139 * gdb.trace/mi-trace-unavailable.exp
5140 * gdb.trace/mi-traceframe-changed.exp
5141 * gdb.trace/mi-tsv-changed.exp
5142 * gdb.trace/no-attach-trace.exp
5143 * gdb.trace/passc-dyn.exp
5144 * gdb.trace/qtro.exp
5145 * gdb.trace/range-stepping.exp
5146 * gdb.trace/read-memory.exp
5147 * gdb.trace/save-trace.exp
5148 * gdb.trace/signal.exp
5149 * gdb.trace/status-stop.exp
5150 * gdb.trace/tfile.exp
5151 * gdb.trace/trace-break.exp
5152 * gdb.trace/trace-buffer-size.exp
5153 * gdb.trace/trace-condition.exp
5154 * gdb.trace/tracefile-pseudo-reg.exp
5155 * gdb.trace/tstatus.exp
5156 * gdb.trace/unavailable.exp
5157 * gdb.trace/while-dyn.exp
5158 * gdb.trace/while-stepping.exp
5159
34c41c68
DE
51602016-12-22 Doug Evans <xdje42@gmail.com>
5161
5162 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
5163 and msymbols.
5164
16e69324
YQ
51652016-12-19 Yao Qi <yao.qi@linaro.org>
5166
5167 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
5168 (test_with_self): Don't call do_steps_and_nexts, and remove
5169 code about stepping into xmalloc.
5170
f94f411b
YQ
51712016-12-09 Yao Qi <yao.qi@linaro.org>
5172
5173 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
5174
51752016-12-09 Yao Qi <yao.qi@linaro.org>
5176
5177 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
5178
f1b5deee
PA
51792016-12-09 Pedro Alves <palves@redhat.com>
5180
5181 * gdb.base/all-architectures-0.exp: New file.
5182 * gdb.base/all-architectures-1.exp: New file.
5183 * gdb.base/all-architectures-2.exp: New file.
5184 * gdb.base/all-architectures-3.exp: New file.
5185 * gdb.base/all-architectures-4.exp: New file.
5186 * gdb.base/all-architectures-5.exp: New file.
5187 * gdb.base/all-architectures-6.exp: New file.
5188 * gdb.base/all-architectures-7.exp: New file.
5189 * gdb.base/all-architectures.exp.in: New file.
5190
364ca42e
YQ
51912016-12-09 Yao Qi <yao.qi@linaro.org>
5192
5193 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
5194
107c2d62
LM
51952016-12-02 Luis Machado <lgustavo@codesourcery.com>
5196
5197 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
5198 possible.
5199 Remove useless pattern-matching code.
5200
df3ee9ca
PA
52012016-12-02 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
5204 procedure.
5205 (top level): Call it.
5206
ec835369
PA
52072016-12-02 Pedro Alves <palves@redhat.com>
5208
5209 * gdb.base/commands.exp (user_defined_command_args_stack_test):
5210 New procedure.
5211 (top level): Call it.
5212
01770bbd
PA
52132016-12-02 Pedro Alves <palves@redhat.com>
5214
5215 PR cli/20559
5216 * gdb.base/commands.exp (user_defined_command_args_eval): New
5217 procedure.
5218 (top level): Call it.
5219
008459ea
LM
52202016-12-02 Luis Machado <lgustavo@codesourcery.com>
5221
5222 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
5223 timeout handling.
5224
0c1b455e
TT
52252016-12-02 Tom Tromey <tom@tromey.com>
5226
5227 * gdb.dwarf2/main-subprogram.c: New file.
5228 * gdb.dwarf2/main-subprogram.exp: New file.
5229
018572b8
LM
52302016-12-01 Luis Machado <lgustavo@codesourcery.com>
5231
5232 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
5233 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
5234 gdb_test_no_output for a couple of cases.
5235 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
5236
84c93cd5
LM
52372016-12-01 Luis Machado <lgustavo@codesourcery.com>
5238
5239 Fix test names and standardize compilation error messages throughout
5240 the following files:
5241
5242 * gdb.ada/start.exp
5243 * gdb.arch/alpha-step.exp
5244 * gdb.arch/e500-prologue.exp
5245 * gdb.arch/ftrace-insn-reloc.exp
5246 * gdb.arch/gdb1291.exp
5247 * gdb.arch/gdb1431.exp
5248 * gdb.arch/gdb1558.exp
5249 * gdb.arch/i386-dr3-watch.exp
5250 * gdb.arch/i386-sse-stack-align.exp
5251 * gdb.arch/ia64-breakpoint-shadow.exp
5252 * gdb.arch/pa-nullify.exp
5253 * gdb.arch/powerpc-aix-prologue.exp
5254 * gdb.arch/thumb-bx-pc.exp
5255 * gdb.base/annota1.exp
5256 * gdb.base/annota3.exp
5257 * gdb.base/arrayidx.exp
5258 * gdb.base/assign.exp
5259 * gdb.base/attach.exp
5260 * gdb.base/auxv.exp
5261 * gdb.base/bang.exp
5262 * gdb.base/bfp-test.exp
5263 * gdb.base/bigcore.exp
5264 * gdb.base/bitfields2.exp
5265 * gdb.base/break-fun-addr.exp
5266 * gdb.base/break-probes.exp
5267 * gdb.base/call-rt-st.exp
5268 * gdb.base/callexit.exp
5269 * gdb.base/catch-fork-kill.exp
5270 * gdb.base/charset.exp
5271 * gdb.base/checkpoint.exp
5272 * gdb.base/comprdebug.exp
5273 * gdb.base/constvars.exp
5274 * gdb.base/coredump-filter.exp
5275 * gdb.base/cursal.exp
5276 * gdb.base/cvexpr.exp
5277 * gdb.base/detach.exp
5278 * gdb.base/display.exp
5279 * gdb.base/dmsym.exp
5280 * gdb.base/dprintf-pending.exp
5281 * gdb.base/dso2dso.exp
5282 * gdb.base/dtrace-probe.exp
5283 * gdb.base/dump.exp
5284 * gdb.base/enum_cond.exp
5285 * gdb.base/exe-lock.exp
5286 * gdb.base/exec-invalid-sysroot.exp
5287 * gdb.base/execl-update-breakpoints.exp
5288 * gdb.base/exprs.exp
5289 * gdb.base/fileio.exp
5290 * gdb.base/find.exp
5291 * gdb.base/finish.exp
5292 * gdb.base/fixsection.exp
5293 * gdb.base/foll-vfork.exp
5294 * gdb.base/frame-args.exp
5295 * gdb.base/gcore.exp
5296 * gdb.base/gdb1250.exp
5297 * gdb.base/global-var-nested-by-dso.exp
5298 * gdb.base/gnu-ifunc.exp
5299 * gdb.base/hashline1.exp
5300 * gdb.base/hashline2.exp
5301 * gdb.base/hashline3.exp
5302 * gdb.base/hbreak-in-shr-unsupported.exp
5303 * gdb.base/huge.exp
5304 * gdb.base/infcall-input.exp
5305 * gdb.base/info-fun.exp
5306 * gdb.base/info-shared.exp
5307 * gdb.base/jit-simple.exp
5308 * gdb.base/jit-so.exp
5309 * gdb.base/jit.exp
5310 * gdb.base/jump.exp
5311 * gdb.base/label.exp
5312 * gdb.base/lineinc.exp
5313 * gdb.base/logical.exp
5314 * gdb.base/longjmp.exp
5315 * gdb.base/macscp.exp
5316 * gdb.base/miscexprs.exp
5317 * gdb.base/new-ui-echo.exp
5318 * gdb.base/new-ui-pending-input.exp
5319 * gdb.base/new-ui.exp
5320 * gdb.base/nodebug.exp
5321 * gdb.base/nofield.exp
5322 * gdb.base/offsets.exp
5323 * gdb.base/overlays.exp
5324 * gdb.base/pending.exp
5325 * gdb.base/pointers.exp
5326 * gdb.base/pr11022.exp
5327 * gdb.base/printcmds.exp
5328 * gdb.base/prologue.exp
5329 * gdb.base/ptr-typedef.exp
5330 * gdb.base/realname-expand.exp
5331 * gdb.base/relativedebug.exp
5332 * gdb.base/relocate.exp
5333 * gdb.base/remote.exp
5334 * gdb.base/reread.exp
5335 * gdb.base/return2.exp
5336 * gdb.base/savedregs.exp
5337 * gdb.base/sep.exp
5338 * gdb.base/sepdebug.exp
5339 * gdb.base/sepsymtab.exp
5340 * gdb.base/set-inferior-tty.exp
5341 * gdb.base/setshow.exp
5342 * gdb.base/shlib-call.exp
5343 * gdb.base/sigaltstack.exp
5344 * gdb.base/siginfo-addr.exp
5345 * gdb.base/signals.exp
5346 * gdb.base/signull.exp
5347 * gdb.base/sigrepeat.exp
5348 * gdb.base/so-impl-ld.exp
5349 * gdb.base/solib-display.exp
5350 * gdb.base/solib-overlap.exp
5351 * gdb.base/solib-search.exp
5352 * gdb.base/solib-symbol.exp
5353 * gdb.base/structs.exp
5354 * gdb.base/structs2.exp
5355 * gdb.base/symtab-search-order.exp
5356 * gdb.base/twice.exp
5357 * gdb.base/unload.exp
5358 * gdb.base/varargs.exp
5359 * gdb.base/watchpoint-solib.exp
5360 * gdb.base/watchpoint.exp
5361 * gdb.base/whatis.exp
5362 * gdb.base/wrong_frame_bt_full.exp
5363 * gdb.btrace/dlopen.exp
5364 * gdb.cell/ea-standalone.exp
5365 * gdb.cell/ea-test.exp
5366 * gdb.cp/dispcxx.exp
5367 * gdb.cp/gdb2384.exp
5368 * gdb.cp/method2.exp
5369 * gdb.cp/nextoverthrow.exp
5370 * gdb.cp/pr10728.exp
5371 * gdb.disasm/am33.exp
5372 * gdb.disasm/h8300s.exp
5373 * gdb.disasm/mn10300.exp
5374 * gdb.disasm/sh3.exp
5375 * gdb.dwarf2/dw2-dir-file-name.exp
5376 * gdb.fortran/complex.exp
5377 * gdb.fortran/library-module.exp
5378 * gdb.guile/scm-pretty-print.exp
5379 * gdb.guile/scm-symbol.exp
5380 * gdb.guile/scm-type.exp
5381 * gdb.guile/scm-value.exp
5382 * gdb.linespec/linespec.exp
5383 * gdb.mi/gdb701.exp
5384 * gdb.mi/gdb792.exp
5385 * gdb.mi/mi-breakpoint-changed.exp
5386 * gdb.mi/mi-dprintf-pending.exp
5387 * gdb.mi/mi-dprintf.exp
5388 * gdb.mi/mi-exit-code.exp
5389 * gdb.mi/mi-pending.exp
5390 * gdb.mi/mi-solib.exp
5391 * gdb.mi/new-ui-mi-sync.exp
5392 * gdb.mi/pr11022.exp
5393 * gdb.mi/user-selected-context-sync.exp
5394 * gdb.opt/solib-intra-step.exp
5395 * gdb.python/py-events.exp
5396 * gdb.python/py-finish-breakpoint.exp
5397 * gdb.python/py-mi.exp
5398 * gdb.python/py-prettyprint.exp
5399 * gdb.python/py-shared.exp
5400 * gdb.python/py-symbol.exp
5401 * gdb.python/py-template.exp
5402 * gdb.python/py-type.exp
5403 * gdb.python/py-value.exp
5404 * gdb.reverse/solib-precsave.exp
5405 * gdb.reverse/solib-reverse.exp
5406 * gdb.server/solib-list.exp
5407 * gdb.stabs/weird.exp
5408 * gdb.threads/reconnect-signal.exp
5409 * gdb.threads/stepi-random-signal.exp
5410 * gdb.trace/actions.exp
5411 * gdb.trace/ax.exp
5412 * gdb.trace/backtrace.exp
5413 * gdb.trace/change-loc.exp
5414 * gdb.trace/deltrace.exp
5415 * gdb.trace/ftrace-lock.exp
5416 * gdb.trace/ftrace.exp
5417 * gdb.trace/infotrace.exp
5418 * gdb.trace/mi-tracepoint-changed.exp
5419 * gdb.trace/packetlen.exp
5420 * gdb.trace/passcount.exp
5421 * gdb.trace/pending.exp
5422 * gdb.trace/range-stepping.exp
5423 * gdb.trace/report.exp
5424 * gdb.trace/stap-trace.exp
5425 * gdb.trace/tfind.exp
5426 * gdb.trace/trace-break.exp
5427 * gdb.trace/trace-condition.exp
5428 * gdb.trace/trace-enable-disable.exp
5429 * gdb.trace/trace-mt.exp
5430 * gdb.trace/tracecmd.exp
5431 * gdb.trace/tspeed.exp
5432 * gdb.trace/tsv.exp
5433 * lib/perftest.exp
5434
fb9feb35
LM
54352016-12-01 Luis Machado <lgustavo@codesourcery.com>
5436
5437 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5438 with gdb_test_no_output.
5439 Use command as test name.
5440
cd2ddb6c
LM
54412016-12-01 Luis Machado <lgustavo@codesourcery.com>
5442
5443 Fix test names starting with uppercase throughout the files.
5444
5445 * gdb.ada/assign_1.exp
5446 * gdb.ada/boolean_expr.exp
5447 * gdb.base/arrayidx.exp
5448 * gdb.base/del.exp
5449 * gdb.base/gcore-buffer-overflow.exp
5450 * gdb.base/testenv.exp
5451 * gdb.compile/compile.exp
5452 * gdb.python/py-framefilter-invalidarg.exp
5453 * gdb.python/py-framefilter.exp
5454
bb95117e
LM
54552016-12-01 Luis Machado <lgustavo@codesourcery.com>
5456
5457 Fix test names starting with uppercase throughout the files.
5458
5459 * gdb.ada/array_return.exp
5460 * gdb.ada/expr_delims.exp
5461 * gdb.ada/mi_dyn_arr.exp
5462 * gdb.ada/mi_interface.exp
5463 * gdb.ada/mi_var_array.exp
5464 * gdb.ada/watch_arg.exp
5465 * gdb.arch/alpha-step.exp
5466 * gdb.arch/altivec-regs.exp
5467 * gdb.arch/e500-regs.exp
5468 * gdb.arch/powerpc-d128-regs.exp
5469 * gdb.base/arrayidx.exp
5470 * gdb.base/break.exp
5471 * gdb.base/checkpoint.exp
5472 * gdb.base/debug-expr.exp
5473 * gdb.base/dmsym.exp
5474 * gdb.base/radix.exp
5475 * gdb.base/sepdebug.exp
5476 * gdb.base/testenv.exp
5477 * gdb.base/watch_thread_num.exp
5478 * gdb.base/watchpoint-cond-gone.exp
5479 * gdb.cell/break.exp
5480 * gdb.cell/ea-cache.exp
5481 * gdb.compile/compile.exp
5482 * gdb.cp/gdb2495.exp
5483 * gdb.gdb/selftest.exp
5484 * gdb.gdb/xfullpath.exp
5485 * gdb.go/hello.exp
5486 * gdb.go/integers.exp
5487 * gdb.objc/basicclass.exp
5488 * gdb.pascal/hello.exp
5489 * gdb.pascal/integers.exp
5490 * gdb.python/py-breakpoint.exp
5491 * gdb.python/py-cmd.exp
5492 * gdb.python/py-linetable.exp
5493 * gdb.python/py-xmethods.exp
5494 * gdb.python/python.exp
5495 * gdb.reverse/consecutive-precsave.exp
5496 * gdb.reverse/finish-precsave.exp
5497 * gdb.reverse/i386-precsave.exp
5498 * gdb.reverse/machinestate-precsave.exp
5499 * gdb.reverse/sigall-precsave.exp
5500 * gdb.reverse/solib-precsave.exp
5501 * gdb.reverse/step-precsave.exp
5502 * gdb.reverse/until-precsave.exp
5503 * gdb.reverse/watch-precsave.exp
5504 * gdb.threads/leader-exit.exp
5505 * gdb.threads/pthreads.exp
5506 * gdb.threads/wp-replication.exp
5507 * gdb.trace/actions.exp
5508 * gdb.trace/mi-tsv-changed.exp
5509 * gdb.trace/tsv.exp
5510
de97fdd4
LM
55112016-12-01 Luis Machado <lgustavo@codesourcery.com>
5512
5513 Fix test names starting with uppercase throughout the files.
5514
5515 * gdb.arch/i386-bp_permanent.exp
5516 * gdb.arch/i386-gnu-cfi.exp
5517 * gdb.base/disasm-end-cu.exp
5518 * gdb.base/macscp.exp
5519 * gdb.base/pending.exp
5520 * gdb.base/watch_thread_num.exp
5521 * gdb.cp/exception.exp
5522 * gdb.cp/gdb2495.exp
5523 * gdb.cp/local.exp
5524 * gdb.python/py-evsignal.exp
5525 * gdb.python/python.exp
5526 * gdb.trace/tracecmd.exp
5527
9f058c10
LM
55282016-12-01 Luis Machado <lgustavo@codesourcery.com>
5529
5530 Fix test names starting with uppercase throughout the files.
5531
5532 * gdb.base/charset.exp
5533 * gdb.base/eval.exp
5534 * gdb.base/multi-forks.exp
5535 * gdb.guile/scm-progspace.exp
5536 * gdb.opencl/datatypes.exp
5537 * gdb.python/py-block.exp
5538 * gdb.python/py-function.exp
5539 * gdb.python/py-symbol.exp
5540 * gdb.python/py-symtab.exp
5541 * gdb.python/py-xmethods.exp
5542 * gdb.reverse/break-precsave.exp
5543 * gdb.reverse/break-reverse.exp
5544 * gdb.reverse/consecutive-precsave.exp
5545 * gdb.reverse/consecutive-reverse.exp
5546 * gdb.reverse/finish-precsave.exp
5547 * gdb.reverse/finish-reverse-bkpt.exp
5548 * gdb.reverse/finish-reverse.exp
5549 * gdb.reverse/fstatat-reverse.exp
5550 * gdb.reverse/getresuid-reverse.exp
5551 * gdb.reverse/i386-precsave.exp
5552 * gdb.reverse/i386-reverse.exp
5553 * gdb.reverse/i386-sse-reverse.exp
5554 * gdb.reverse/i387-stack-reverse.exp
5555 * gdb.reverse/insn-reverse.exp
5556 * gdb.reverse/machinestate-precsave.exp
5557 * gdb.reverse/machinestate.exp
5558 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5559 * gdb.reverse/pipe-reverse.exp
5560 * gdb.reverse/readv-reverse.exp
5561 * gdb.reverse/recvmsg-reverse.exp
5562 * gdb.reverse/rerun-prec.exp
5563 * gdb.reverse/s390-mvcle.exp
5564 * gdb.reverse/sigall-precsave.exp
5565 * gdb.reverse/sigall-reverse.exp
5566 * gdb.reverse/solib-precsave.exp
5567 * gdb.reverse/solib-reverse.exp
5568 * gdb.reverse/step-precsave.exp
5569 * gdb.reverse/step-reverse.exp
5570 * gdb.reverse/time-reverse.exp
5571 * gdb.reverse/until-precsave.exp
5572 * gdb.reverse/until-reverse.exp
5573 * gdb.reverse/waitpid-reverse.exp
5574 * gdb.reverse/watch-precsave.exp
5575 * gdb.reverse/watch-reverse.exp
5576
cdc7edd7
LM
55772016-12-01 Luis Machado <lgustavo@codesourcery.com>
5578
5579 Fix test names starting with uppercase throughout the files.
5580
5581 * gdb.arch/i386-mpx-simple_segv.exp
5582 * gdb.arch/i386-mpx.exp
5583 * gdb.arch/i386-permbkpt.exp
5584 * gdb.arch/pa-nullify.exp
5585 * gdb.arch/powerpc-d128-regs.exp
5586 * gdb.arch/vsx-regs.exp
5587 * gdb.base/bfp-test.exp
5588 * gdb.base/break.exp
5589 * gdb.base/breakpoint-shadow.exp
5590 * gdb.base/callfuncs.exp
5591 * gdb.base/charset.exp
5592 * gdb.base/commands.exp
5593 * gdb.base/completion.exp
5594 * gdb.base/dfp-test.exp
5595 * gdb.base/echo.exp
5596 * gdb.base/ending-run.exp
5597 * gdb.base/eval.exp
5598 * gdb.base/expand-psymtabs.exp
5599 * gdb.base/float128.exp
5600 * gdb.base/floatn.exp
5601 * gdb.base/foll-exec-mode.exp
5602 * gdb.base/gdb1056.exp
5603 * gdb.base/gdb11531.exp
5604 * gdb.base/kill-after-signal.exp
5605 * gdb.base/multi-forks.exp
5606 * gdb.base/overlays.exp
5607 * gdb.base/pending.exp
5608 * gdb.base/sepdebug.exp
5609 * gdb.base/testenv.exp
5610 * gdb.base/valgrind-db-attach.exp
5611 * gdb.base/watch_thread_num.exp
5612 * gdb.base/watchpoint-cond-gone.exp
5613 * gdb.base/watchpoint.exp
5614 * gdb.base/watchpoints.exp
5615 * gdb.cp/arg-reference.exp
5616 * gdb.cp/baseenum.exp
5617 * gdb.cp/operator.exp
5618 * gdb.cp/shadow.exp
5619 * gdb.dwarf2/dw2-op-out-param.exp
5620 * gdb.dwarf2/dw2-reg-undefined.exp
5621 * gdb.go/chan.exp
5622 * gdb.go/hello.exp
5623 * gdb.go/integers.exp
5624 * gdb.go/methods.exp
5625 * gdb.go/package.exp
5626 * gdb.guile/scm-parameter.exp
5627 * gdb.guile/scm-progspace.exp
5628 * gdb.guile/scm-value.exp
5629 * gdb.mi/mi-pending.exp
5630 * gdb.mi/user-selected-context-sync.exp
5631 * gdb.multi/multi-attach.exp
5632 * gdb.multi/tids.exp
5633 * gdb.opt/clobbered-registers-O2.exp
5634 * gdb.pascal/floats.exp
5635 * gdb.pascal/integers.exp
5636 * gdb.python/py-block.exp
5637 * gdb.python/py-events.exp
5638 * gdb.python/py-parameter.exp
5639 * gdb.python/py-symbol.exp
5640 * gdb.python/py-symtab.exp
5641 * gdb.python/py-type.exp
5642 * gdb.python/py-value.exp
5643 * gdb.python/py-xmethods.exp
5644 * gdb.python/python.exp
5645 * gdb.reverse/break-precsave.exp
5646 * gdb.reverse/consecutive-precsave.exp
5647 * gdb.reverse/finish-precsave.exp
5648 * gdb.reverse/i386-precsave.exp
5649 * gdb.reverse/machinestate-precsave.exp
5650 * gdb.reverse/sigall-precsave.exp
5651 * gdb.reverse/solib-precsave.exp
5652 * gdb.reverse/step-precsave.exp
5653 * gdb.reverse/until-precsave.exp
5654 * gdb.reverse/watch-precsave.exp
5655 * gdb.server/ext-attach.exp
5656 * gdb.server/ext-restart.exp
5657 * gdb.server/ext-run.exp
5658 * gdb.server/ext-wrapper.exp
5659 * gdb.stabs/gdb11479.exp
5660 * gdb.stabs/weird.exp
5661 * gdb.threads/attach-many-short-lived-threads.exp
5662 * gdb.threads/kill.exp
5663 * gdb.threads/watchpoint-fork.exp
5664
bc6c7af4
LM
56652016-12-01 Luis Machado <lgustavo@codesourcery.com>
5666
5667 Fix test names starting with uppercase throughout all the files below.
5668
5669 * gdb.ada/array_return.exp
5670 * gdb.ada/catch_ex.exp
5671 * gdb.ada/info_exc.exp
5672 * gdb.ada/mi_catch_ex.exp
5673 * gdb.ada/mi_dyn_arr.exp
5674 * gdb.ada/mi_ex_cond.exp
5675 * gdb.ada/mi_exc_info.exp
5676 * gdb.ada/mi_interface.exp
5677 * gdb.ada/mi_task_arg.exp
5678 * gdb.ada/mi_task_info.exp
5679 * gdb.ada/mi_var_array.exp
5680 * gdb.arch/alpha-step.exp
5681 * gdb.arch/amd64-disp-step.exp
5682 * gdb.arch/arm-disp-step.exp
5683 * gdb.arch/disp-step-insn-reloc.exp
5684 * gdb.arch/e500-prologue.exp
5685 * gdb.arch/ftrace-insn-reloc.exp
5686 * gdb.arch/gdb1558.exp
5687 * gdb.arch/i386-bp_permanent.exp
5688 * gdb.arch/i386-disp-step.exp
5689 * gdb.arch/i386-float.exp
5690 * gdb.arch/i386-gnu-cfi.exp
5691 * gdb.arch/ia64-breakpoint-shadow.exp
5692 * gdb.arch/mips16-thunks.exp
5693 * gdb.arch/pa-nullify.exp
5694 * gdb.arch/powerpc-aix-prologue.exp
5695 * gdb.arch/powerpc-power.exp
5696 * gdb.arch/ppc-dfp.exp
5697 * gdb.arch/s390-tdbregs.exp
5698 * gdb.arch/spu-info.exp
5699 * gdb.arch/spu-ls.exp
5700 * gdb.arch/thumb-bx-pc.exp
5701 * gdb.base/advance.exp
5702 * gdb.base/annota-input-while-running.exp
5703 * gdb.base/arrayidx.exp
5704 * gdb.base/asmlabel.exp
5705 * gdb.base/async.exp
5706 * gdb.base/attach-wait-input.exp
5707 * gdb.base/auto-connect-native-target.exp
5708 * gdb.base/batch-preserve-term-settings.exp
5709 * gdb.base/bfp-test.exp
5710 * gdb.base/bigcore.exp
5711 * gdb.base/bp-permanent.exp
5712 * gdb.base/break-always.exp
5713 * gdb.base/break-fun-addr.exp
5714 * gdb.base/break-idempotent.exp
5715 * gdb.base/break-main-file-remove-fail.exp
5716 * gdb.base/break-probes.exp
5717 * gdb.base/break-unload-file.exp
5718 * gdb.base/break.exp
5719 * gdb.base/call-ar-st.exp
5720 * gdb.base/call-rt-st.exp
5721 * gdb.base/call-sc.exp
5722 * gdb.base/call-signal-resume.exp
5723 * gdb.base/call-strs.exp
5724 * gdb.base/callexit.exp
5725 * gdb.base/callfuncs.exp
5726 * gdb.base/catch-gdb-caused-signals.exp
5727 * gdb.base/catch-signal-siginfo-cond.exp
5728 * gdb.base/catch-syscall.exp
5729 * gdb.base/compare-sections.exp
5730 * gdb.base/cond-eval-mode.exp
5731 * gdb.base/condbreak-call-false.exp
5732 * gdb.base/consecutive-step-over.exp
5733 * gdb.base/cursal.exp
5734 * gdb.base/disabled-location.exp
5735 * gdb.base/disasm-end-cu.exp
5736 * gdb.base/display.exp
5737 * gdb.base/double-prompt-target-event-error.exp
5738 * gdb.base/dprintf-bp-same-addr.exp
5739 * gdb.base/dprintf-detach.exp
5740 * gdb.base/dprintf-next.exp
5741 * gdb.base/dprintf-non-stop.exp
5742 * gdb.base/dprintf-pending.exp
5743 * gdb.base/dso2dso.exp
5744 * gdb.base/ending-run.exp
5745 * gdb.base/enum_cond.exp
5746 * gdb.base/examine-backward.exp
5747 * gdb.base/exe-lock.exp
5748 * gdb.base/exec-invalid-sysroot.exp
5749 * gdb.base/execl-update-breakpoints.exp
5750 * gdb.base/execution-termios.exp
5751 * gdb.base/fileio.exp
5752 * gdb.base/fixsection.exp
5753 * gdb.base/foll-exec-mode.exp
5754 * gdb.base/foll-exec.exp
5755 * gdb.base/fork-running-state.exp
5756 * gdb.base/frame-args.exp
5757 * gdb.base/fullpath-expand.exp
5758 * gdb.base/func-ptr.exp
5759 * gdb.base/gcore-relro-pie.exp
5760 * gdb.base/gdb1090.exp
5761 * gdb.base/gdb1555.exp
5762 * gdb.base/global-var-nested-by-dso.exp
5763 * gdb.base/gnu-ifunc.exp
5764 * gdb.base/hbreak-in-shr-unsupported.exp
5765 * gdb.base/hbreak-unmapped.exp
5766 * gdb.base/hook-stop.exp
5767 * gdb.base/infcall-input.exp
5768 * gdb.base/info-fun.exp
5769 * gdb.base/info-shared.exp
5770 * gdb.base/interrupt-noterm.exp
5771 * gdb.base/jit-so.exp
5772 * gdb.base/jit.exp
5773 * gdb.base/line-symtabs.exp
5774 * gdb.base/list.exp
5775 * gdb.base/longjmp.exp
5776 * gdb.base/macscp.exp
5777 * gdb.base/max-value-size.exp
5778 * gdb.base/nodebug.exp
5779 * gdb.base/nofield.exp
5780 * gdb.base/overlays.exp
5781 * gdb.base/paginate-after-ctrl-c-running.exp
5782 * gdb.base/paginate-bg-execution.exp
5783 * gdb.base/paginate-inferior-exit.exp
5784 * gdb.base/pending.exp
5785 * gdb.base/pr11022.exp
5786 * gdb.base/printcmds.exp
5787 * gdb.base/ptr-typedef.exp
5788 * gdb.base/ptype.exp
5789 * gdb.base/randomize.exp
5790 * gdb.base/range-stepping.exp
5791 * gdb.base/realname-expand.exp
5792 * gdb.base/relativedebug.exp
5793 * gdb.base/remote.exp
5794 * gdb.base/savedregs.exp
5795 * gdb.base/sepdebug.exp
5796 * gdb.base/set-noassign.exp
5797 * gdb.base/shlib-call.exp
5798 * gdb.base/shreloc.exp
5799 * gdb.base/sigaltstack.exp
5800 * gdb.base/sigbpt.exp
5801 * gdb.base/siginfo-addr.exp
5802 * gdb.base/siginfo-obj.exp
5803 * gdb.base/siginfo-thread.exp
5804 * gdb.base/signest.exp
5805 * gdb.base/signull.exp
5806 * gdb.base/sigrepeat.exp
5807 * gdb.base/skip.exp
5808 * gdb.base/so-impl-ld.exp
5809 * gdb.base/solib-corrupted.exp
5810 * gdb.base/solib-disc.exp
5811 * gdb.base/solib-display.exp
5812 * gdb.base/solib-overlap.exp
5813 * gdb.base/solib-search.exp
5814 * gdb.base/solib-symbol.exp
5815 * gdb.base/source-execution.exp
5816 * gdb.base/sss-bp-on-user-bp-2.exp
5817 * gdb.base/sss-bp-on-user-bp.exp
5818 * gdb.base/stack-checking.exp
5819 * gdb.base/stale-infcall.exp
5820 * gdb.base/step-break.exp
5821 * gdb.base/step-line.exp
5822 * gdb.base/step-over-exit.exp
5823 * gdb.base/step-test.exp
5824 * gdb.base/structs.exp
5825 * gdb.base/sym-file.exp
5826 * gdb.base/symtab-search-order.exp
5827 * gdb.base/term.exp
5828 * gdb.base/type-opaque.exp
5829 * gdb.base/unload.exp
5830 * gdb.base/until-nodebug.exp
5831 * gdb.base/until.exp
5832 * gdb.base/unwindonsignal.exp
5833 * gdb.base/watch-cond.exp
5834 * gdb.base/watch-non-mem.exp
5835 * gdb.base/watch_thread_num.exp
5836 * gdb.base/watchpoint-reuse-slot.exp
5837 * gdb.base/watchpoint-solib.exp
5838 * gdb.base/watchpoint.exp
5839 * gdb.btrace/dlopen.exp
5840 * gdb.cell/arch.exp
5841 * gdb.cell/break.exp
5842 * gdb.cell/bt.exp
5843 * gdb.cell/core.exp
5844 * gdb.cell/data.exp
5845 * gdb.cell/dwarfaddr.exp
5846 * gdb.cell/ea-cache.exp
5847 * gdb.cell/ea-standalone.exp
5848 * gdb.cell/ea-test.exp
5849 * gdb.cell/f-regs.exp
5850 * gdb.cell/fork.exp
5851 * gdb.cell/gcore.exp
5852 * gdb.cell/mem-access.exp
5853 * gdb.cell/ptype.exp
5854 * gdb.cell/registers.exp
5855 * gdb.cell/sizeof.exp
5856 * gdb.cell/solib-symbol.exp
5857 * gdb.cell/solib.exp
5858 * gdb.compile/compile-tls.exp
5859 * gdb.cp/exception.exp
5860 * gdb.cp/gdb2495.exp
5861 * gdb.cp/local.exp
5862 * gdb.cp/mb-inline.exp
5863 * gdb.cp/mb-templates.exp
5864 * gdb.cp/pr10687.exp
5865 * gdb.cp/pr9167.exp
5866 * gdb.cp/scope-err.exp
5867 * gdb.cp/templates.exp
5868 * gdb.cp/virtfunc.exp
5869 * gdb.dwarf2/dw2-dir-file-name.exp
5870 * gdb.dwarf2/dw2-single-line-discriminators.exp
5871 * gdb.fortran/complex.exp
5872 * gdb.fortran/library-module.exp
5873 * gdb.guile/guile.exp
5874 * gdb.guile/scm-cmd.exp
5875 * gdb.guile/scm-frame-inline.exp
5876 * gdb.guile/scm-objfile.exp
5877 * gdb.guile/scm-pretty-print.exp
5878 * gdb.guile/scm-symbol.exp
5879 * gdb.guile/scm-type.exp
5880 * gdb.guile/scm-value.exp
5881 * gdb.linespec/keywords.exp
5882 * gdb.linespec/ls-errs.exp
5883 * gdb.linespec/macro-relative.exp
5884 * gdb.linespec/thread.exp
5885 * gdb.mi/mi-breakpoint-changed.exp
5886 * gdb.mi/mi-dprintf-pending.exp
5887 * gdb.mi/mi-fullname-deleted.exp
5888 * gdb.mi/mi-logging.exp
5889 * gdb.mi/mi-pending.exp
5890 * gdb.mi/mi-solib.exp
5891 * gdb.mi/new-ui-mi-sync.exp
5892 * gdb.mi/user-selected-context-sync.exp
5893 * gdb.multi/dummy-frame-restore.exp
5894 * gdb.multi/multi-arch-exec.exp
5895 * gdb.multi/remove-inferiors.exp
5896 * gdb.multi/watchpoint-multi-exit.exp
5897 * gdb.opt/solib-intra-step.exp
5898 * gdb.perf/backtrace.exp
5899 * gdb.perf/single-step.exp
5900 * gdb.perf/skip-command.exp
5901 * gdb.perf/skip-prologue.exp
5902 * gdb.perf/solib.exp
5903 * gdb.python/lib-types.exp
5904 * gdb.python/py-as-string.exp
5905 * gdb.python/py-bad-printers.exp
5906 * gdb.python/py-block.exp
5907 * gdb.python/py-breakpoint.exp
5908 * gdb.python/py-cmd.exp
5909 * gdb.python/py-events.exp
5910 * gdb.python/py-evthreads.exp
5911 * gdb.python/py-finish-breakpoint.exp
5912 * gdb.python/py-finish-breakpoint2.exp
5913 * gdb.python/py-frame-inline.exp
5914 * gdb.python/py-frame.exp
5915 * gdb.python/py-inferior.exp
5916 * gdb.python/py-infthread.exp
5917 * gdb.python/py-mi.exp
5918 * gdb.python/py-objfile.exp
5919 * gdb.python/py-pp-maint.exp
5920 * gdb.python/py-pp-registration.exp
5921 * gdb.python/py-prettyprint.exp
5922 * gdb.python/py-recurse-unwind.exp
5923 * gdb.python/py-shared.exp
5924 * gdb.python/py-symbol.exp
5925 * gdb.python/py-symtab.exp
5926 * gdb.python/py-template.exp
5927 * gdb.python/py-type.exp
5928 * gdb.python/py-unwind-maint.exp
5929 * gdb.python/py-unwind.exp
5930 * gdb.python/py-value.exp
5931 * gdb.python/python.exp
5932 * gdb.reverse/finish-reverse-bkpt.exp
5933 * gdb.reverse/insn-reverse.exp
5934 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5935 * gdb.reverse/solib-precsave.exp
5936 * gdb.reverse/solib-reverse.exp
5937 * gdb.stabs/gdb11479.exp
5938 * gdb.stabs/weird.exp
5939 * gdb.threads/fork-child-threads.exp
5940 * gdb.threads/fork-plus-threads.exp
5941 * gdb.threads/fork-thread-pending.exp
5942 * gdb.threads/forking-threads-plus-breakpoint.exp
5943 * gdb.threads/hand-call-in-threads.exp
5944 * gdb.threads/interrupted-hand-call.exp
5945 * gdb.threads/linux-dp.exp
5946 * gdb.threads/local-watch-wrong-thread.exp
5947 * gdb.threads/next-while-other-thread-longjmps.exp
5948 * gdb.threads/non-ldr-exit.exp
5949 * gdb.threads/pending-step.exp
5950 * gdb.threads/print-threads.exp
5951 * gdb.threads/process-dies-while-detaching.exp
5952 * gdb.threads/process-dies-while-handling-bp.exp
5953 * gdb.threads/pthreads.exp
5954 * gdb.threads/queue-signal.exp
5955 * gdb.threads/reconnect-signal.exp
5956 * gdb.threads/signal-command-handle-nopass.exp
5957 * gdb.threads/signal-command-multiple-signals-pending.exp
5958 * gdb.threads/signal-delivered-right-thread.exp
5959 * gdb.threads/signal-sigtrap.exp
5960 * gdb.threads/sigthread.exp
5961 * gdb.threads/staticthreads.exp
5962 * gdb.threads/stepi-random-signal.exp
5963 * gdb.threads/thread-unwindonsignal.exp
5964 * gdb.threads/thread_check.exp
5965 * gdb.threads/thread_events.exp
5966 * gdb.threads/tid-reuse.exp
5967 * gdb.threads/tls-nodebug.exp
5968 * gdb.threads/tls-shared.exp
5969 * gdb.threads/tls-so_extern.exp
5970 * gdb.threads/tls.exp
5971 * gdb.threads/wp-replication.exp
5972 * gdb.trace/actions-changed.exp
5973 * gdb.trace/actions.exp
5974 * gdb.trace/backtrace.exp
5975 * gdb.trace/change-loc.exp
5976 * gdb.trace/collection.exp
5977 * gdb.trace/deltrace.exp
5978 * gdb.trace/disconnected-tracing.exp
5979 * gdb.trace/entry-values.exp
5980 * gdb.trace/ftrace-lock.exp
5981 * gdb.trace/ftrace.exp
5982 * gdb.trace/infotrace.exp
5983 * gdb.trace/mi-trace-frame-collected.exp
5984 * gdb.trace/mi-trace-unavailable.exp
5985 * gdb.trace/mi-traceframe-changed.exp
5986 * gdb.trace/mi-tracepoint-changed.exp
5987 * gdb.trace/mi-tsv-changed.exp
5988 * gdb.trace/no-attach-trace.exp
5989 * gdb.trace/packetlen.exp
5990 * gdb.trace/passc-dyn.exp
5991 * gdb.trace/passcount.exp
5992 * gdb.trace/pending.exp
5993 * gdb.trace/pr16508.exp
5994 * gdb.trace/qtro.exp
5995 * gdb.trace/range-stepping.exp
5996 * gdb.trace/read-memory.exp
5997 * gdb.trace/report.exp
5998 * gdb.trace/save-trace.exp
5999 * gdb.trace/signal.exp
6000 * gdb.trace/stap-trace.exp
6001 * gdb.trace/status-stop.exp
6002 * gdb.trace/strace.exp
6003 * gdb.trace/tfile.exp
6004 * gdb.trace/tfind.exp
6005 * gdb.trace/trace-break.exp
6006 * gdb.trace/trace-condition.exp
6007 * gdb.trace/trace-enable-disable.exp
6008 * gdb.trace/trace-mt.exp
6009 * gdb.trace/tracecmd.exp
6010 * gdb.trace/tracefile-pseudo-reg.exp
6011 * gdb.trace/tspeed.exp
6012 * gdb.trace/tstatus.exp
6013 * gdb.trace/tsv.exp
6014 * gdb.trace/unavailable.exp
6015 * gdb.trace/while-dyn.exp
6016 * gdb.trace/while-stepping.exp
6017 * lib/gdb-guile.exp
6018 * lib/gdb.exp
6019 * lib/mi-support.exp
6020 * lib/pascal.exp
6021 * lib/perftest.exp
6022 * lib/prelink-support.exp
6023 * lib/selftest-support.exp
6024
ad02e4fe
SM
60252016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
6026
6027 * Makefile.in: Include disable-implicit-rules.mk.
6028
22347e55
AA
60292016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6030
6031 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
6032 non-byte-aligned bit fields.
6033
da5b30da
AA
60342016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6035
6036 PR gdb/12616
6037 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
6038 respects the DW_AT_data_bit_offset attribute.
6039
b593ecca
SM
60402016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
6041
6042 * gdb.base/default.exp: Fix output of "set language".
6043
3b165252
SM
60442016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
6045
6046 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
6047 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
6048 make.
6049 * configure.ac: Remove checks for the make program.
6050 * configure: Re-generate.
6051
1a2f3d7f
KB
60522016-11-16 Kevin Buettner <kevinb@redhat.com>
6053
6054 * gdb.python/py-recurse-unwind.c (main): Add loop.
6055 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
6056 to read_register() and gdb.parse_and_eval(). Make each code
6057 call a separate case that can be individually tested.
6058 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
6059 proc. Call cont_and_backtrace for each of the code paths that
6060 we want to test in the unwinder.
6061
b7f38fda
AA
60622016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
6063
6064 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
6065 the definition of struct S.
6066
1f8db343
CM
60672016-11-11 Catherine Moore <clm@codesourcery.com>
6068
6069 * gdb.base/dump.exp: Identify verilog format dump tests as such.
6070
fad0c9fb
PA
60712016-11-09 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.base/commands.exp (runto_or_return): New procedure.
6074 (gdbvar_simple_if_test, gdbvar_simple_while_test)
6075 (gdbvar_complex_if_while_test, progvar_simple_if_test)
6076 (progvar_simple_while_test, progvar_complex_if_while_test)
6077 (if_while_breakpoint_command_test)
6078 (infrun_breakpoint_command_test, breakpoint_command_test)
6079 (user_defined_command_test, watchpoint_command_test)
6080 (test_command_prompt_position, redefine_hook_test)
6081 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
6082 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
6083 multi_line_input and multi_line. Remove gdb_expect and
6084 gdb_stop_suppressing_tests uses.
6085 * lib/gdb.exp (valnum_re): New global.
6086 (multi_line_input): New procedure.
6087
8354c62c
SM
60882016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
6089
6090 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
6091 Remove.
6092 (test_setup): Define with proc_with_prefix.
6093 (test_cli_inferior): Likewise.
6094 (test_cli_thread): Likewise.
6095 (test_cli_frame): Likewise.
6096 (test_cli_select_frame): Likewise.
6097 (test_cli_up_down): Likewise.
6098 (test_mi_thread_select): Likewise.
6099 (test_mi_stack_select_frame): Likewise.
6100 (test_cli_in_mi_inferior): Likewise.
6101 (test_cli_in_mi_thread): Likewise.
6102 (test_cli_in_mi_frame): Likewise.
6103 (top level): Do not use with_test_prefix_procname.
6104
64f367a2
PA
61052016-11-09 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.base/commands.exp (gdbvar_simple_if_test)
6108 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
6109 (progvar_simple_if_test, progvar_simple_while_test)
6110 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
6111 (infrun_breakpoint_command_test, breakpoint_command_test)
6112 (user_defined_command_test, watchpoint_command_test)
6113 (test_command_prompt_position, deprecated_command_test)
6114 (bp_deleted_in_command, temporary_breakpoint_commands)
6115 (stray_arg0_test, source_file_with_indented_comment)
6116 (recursive_source_test, if_commands_test)
6117 (error_clears_commands_left, redefine_hook_test)
6118 (redefine_backtrace_test): Use proc_with_prefix.
6119 * lib/gdb.exp (proc_with_prefix): New proc.
6120
0bb65f1e
AA
61212016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6122
6123 * gdb.base/tui-layout.c: New file.
6124 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
6125 disassembly window contains very long lines.
6126
7353f247
TT
61272016-11-08 Tom Tromey <tom@tromey.com>
6128
6129 * gdb.python/py-value.exp (test_value_creation): Make "long" test
6130 depend on Python 2.
6131
30a7bb83
TT
61322016-11-08 Tom Tromey <tom@tromey.com>
6133
6134 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
6135 New method.
6136
cdf5a07c
MG
61372016-10-29 Manish Goregaokar <manish@mozilla.com>
6138
2806dc7e 6139 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 6140
51a789c3
MG
61412016-10-27 Manish Goregaokar <manish@mozilla.com>
6142
2806dc7e
PA
6143 * gdb.rust/simple.rs: Add test for univariant enums without
6144 discriminants and for encoded struct-like enums.
51a789c3 6145
f610ab6d
PA
61462016-10-28 Pedro Alves <palves@redhat.com>
6147
6148 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
6149 gdb_test_multiple, tighten regexps and match symtabs and line
6150 tables incrementally.
6151
b129b0ca
LM
61522016-10-28 Luis Machado <lgustavo@codesourcery.com>
6153
6154 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
6155 general.
6156
ecf45d2c
SL
61572016-10-25 Luis Machado <lgustavo@codesourcery.com>
6158
6159 * gdb.base/exec-invalid-sysroot.exp: New file.
6160
b8d38ee4
JK
61612016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6162
6163 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
6164
f90fd8c2
JK
61652016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6166
6167 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
6168
2d2476aa
MR
61692016-10-19 Maciej W. Rozycki <macro@imgtec.com>
6170
2806dc7e
PA
6171 * gdb.base/killed-outside.exp: Remove $options from a call to
6172 `prepare_for_testing'.
2d2476aa 6173
e42b25a0
SM
61742016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6175
6176 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6177 Change test message.
6178
3ccdb432
SM
61792016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6180
6181 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
6182 Update comment.
6183
5bad3170
SM
61842016-10-17 Simon Marchi <simon.marchi@ericsson.com>
6185
6186 * gdb.trace/mi-trace-save.exp: New file.
6187
5ad9dba7
YQ
61882016-10-13 Yao Qi <yao.qi@linaro.org>
6189
6190 * gdb.base/code_elim.exp (get_var_address): Remove.
6191 * gdb.base/relocate.exp: Likewise.
6192 * gdb.base/shreloc.exp: Likewise.
6193 * lib/gdb.exp (get_var_address): New.
6194
62df7e21
YQ
61952016-10-13 Yao Qi <yao.qi@linaro.org>
6196
6197 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
6198 floating point tests if $skip_float_test is false.
6199
4dac951e
LM
62002016-10-12 Luis Machado <lgustavo@codesourcery.com>
6201
6202 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
6203 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
6204 argc values.
6205 Add 1 to argc so we guarantee distinct initial/modified argc values.
6206
8f1a8fc4
JK
62072016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6208
6209 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
6210
16c85b5d
JK
62112016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6212
6213 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
6214 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
6215 * gdb.arch/vsx-regs.exp: Likewise.
6216
1d0e042a
YQ
62172016-10-07 Yao Qi <yao.qi@linaro.org>
6218
6219 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
6220
68dadef5
MM
62212016-10-07 Markus Metzger <markus.t.metzger@intel.com>
6222
6223 * gdb.python/python.exp: Test decode_line("*0").
6224
33fa2c6e
DE
62252016-10-06 Doug Evans <dje@google.com>
6226
6227 * gdb.python/py-value.exp (test_value_creation): Add test for large
6228 unsigned 64-bit value.
6229
9c37b5ae
TT
62302016-10-06 Tom Tromey <tom@tromey.com>
6231
6232 * gdb.compile/compile.exp: Change java tests to rust.
6233 * gdb.base/setshow.exp: Change java tests to rust.
6234 * gdb.base/default.exp: Remove java from language list.
6235 * README (Examples): Update language example.
6236 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
6237 test.
6238 * lib/gdb.exp (skip_java_tests): Remove.
6239 * lib/java.exp: Remove.
6240 * gdb.java: Remove.
6241
78b86327
MR
62422016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6243
6244 * gdb.arch/mips-fcr.exp: New test.
6245 * gdb.arch/mips-fcr.c: Source for the new test.
6246
7470adbb
MR
62472016-10-06 Maciej W. Rozycki <macro@imgtec.com>
6248
6249 * gdb.base/solib-disc.exp: Use `standard_output_file'
6250 throughout.
6251
4a556533
PA
62522016-10-06 Pedro Alves <palves@redhat.com>
6253
6254 * gdb.base/jit-simple-dl.c: New file.
6255 * gdb.base/jit-simple-jit.c: New file, factored out from ...
6256 * gdb.base/jit-simple.c: ... this.
6257 * gdb.base/jit-simple.exp (jit_run): Delete.
6258 (build_jit): New proc.
6259 (jit_test_reread): Recompile either the main program or the shared
6260 library, depending on what is being tested. Skip changing address
6261 if caller wants to. Compare before/after addresses. If testing
6262 standalone, explicitly load the binary. Test "maint info
6263 breakpoints".
6264 (top level): Add "standalone vs shared lib" and "change address"
6265 vs "same address" axes.
6266
5a122fbc
PA
62672016-10-06 Pedro Alves <palves@redhat.com>
6268
6269 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6270 call.
6271 (jit_run): Delete.
6272 (jit_test_reread): Use with_test_prefix. Reload the main binary
6273 explicitly. Compare the before/after addresses of the JIT
6274 descriptor.
6275
ee8da4b8
DE
62762016-08-15 Doug Evans <dje@google.com>
6277
6278 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6279 for single bitfields is bool.
6280 * gdb.xml/tdesc-regs.exp: Ditto.
6281
f389f6fe
JK
62822016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6283
6284 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6285
fdebf1a4
YQ
62862016-10-05 Yao Qi <yao.qi@linaro.org>
6287
6288 * lib/gdb.exp (support_complex_tests): Return zero if
6289 gdb_skip_float_test return true.
6290
9c36d954 62912016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6292 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
6293
6294 PR gdb/20487
6295 * gdb.mi/user-selected-context-sync.exp: New file.
6296 * gdb.mi/user-selected-context-sync.c: New file.
6297
4034d0ff 62982016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 6299 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
6300
6301 PR gdb/20487
6302 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6303 =thread-select-event check.
6304
a4297203
PB
63052016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6306
6307 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6308 the compulsory L operand changes.
6309 * gdb.arch/powerpc-power.s: Likewise.
6310
bb805577
JK
63112016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6312
6313 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6314 * gdb.base/jit-attach-pie.c: New file.
6315 * gdb.base/jit-attach-pie.exp: New file.
6316
6d61dee5
PA
63172016-09-28 Pedro Alves <palves@redhat.com>
6318
6319 * gdb.base/infcall-input.c: New file.
6320 * gdb.base/infcall-input.exp: New file.
6321
f73842fc
YQ
63222016-09-22 Yao Qi <yao.qi@linaro.org>
6323
6324 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6325 (gdb_exit): Rename it to ...
6326 (gdbserver_gdb_exit): ... Close GDBserver.
6327 (gdb_exit): New proc, call gdbserver_gdb_exit.
6328 (mi_gdb_exit): Likewise.
6329
90681dab
YQ
63302016-09-22 Yao Qi <yao.qi@linaro.org>
6331
6332 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6333 path.
6334 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6335 Remove duplication.
6336
9c211fd8
YQ
63372016-09-22 Yao Qi <yao.qi@linaro.org>
6338
6339 * lib/gdbserver-support.exp: Check the existence of
6340 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6341
ad0a504f
AK
63422016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6343
6344 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6345
36cf1806
TT
63462016-09-21 Tom Tromey <tom@tromey.com>
6347
6348 PR gdb/20604:
6349 * gdb.base/quit.exp: New file.
6350
74172ecf
SM
63512016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6352
6353 * .gitignore: New file.
6354
3d0ec882
MR
63552016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6356
6357 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6358 throughout.
6359
8193adea
AA
63602016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6361
6362 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6363
d41a5c09
JK
63642016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6365
6366 * gdb.cp/casts.cc (decltype): Move it ...
6367 (main): ... with its call to ...
6368 * gdb.cp/casts03.cc: ... a new file.
6369 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6370
d2dfe700
JK
63712016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6372
6373 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6374
e2a92b16
PB
63752016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6376
6377 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6378 and sync up the test with tests in gas/testsuite/gas/ppc.
6379 * gdb.arch/powerpc-power.exp: Likewise.
6380
49b4de64
JK
63812016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6382
6383 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6384
2c29df25
SDJ
63852016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6386 Jan Kratochvil <jan.kratochvil@redhat.com>
6387
6388 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6389 make m1's definition to be different from m2's. Use 'dummy' as an
6390 argument for probe 'two'.
6391
cc3c2846
JB
63922016-09-10 Jon Beniston <jon@beniston.com>
6393
6394 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6395 for sim target.
6396
e1b2624a
AA
63972016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6398
6399 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6400 variable declaration.
6401 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6402 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6403 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6404 received HWCAP as its argument.
6405
4295e285
PA
64062016-09-06 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.base/new-ui-pending-input.c: New file.
6409 * gdb.base/new-ui-pending-input.exp: New file.
6410 * gdb.exp (clear_gdb_spawn_id): New procedure.
6411 (with_spawn_id): Check whether gdb_spawn_id exists before
6412 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6413 on exit.
6414
00d5215e
UW
64152016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6416
6417 * gdb.base/float128.c: New file.
6418 * gdb.base/float128.exp: Likewise.
6419 * gdb.base/floatn.c: Likewise.
6420 * gdb.base/floatn.exp: Likewise.
6421
a9ff5f12
UW
64222016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6423
6424 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6425
f245535c
PA
64262016-09-05 Pedro Alves <palves@redhat.com>
6427
6428 PR backtrace/19927
6429 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6430 unwinders are immediately called as side effect of "source" or
6431 "disable unwinder" commands.
6432 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6433
ae9cf263
YQ
64342016-09-02 Yao Qi <yao.qi@linaro.org>
6435
6436 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6437 is true and $type is "float" or "double".
6438
27aba047
YQ
64392016-09-02 Yao Qi <yao.qi@linaro.org>
6440
6441 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6442 true.
6443 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6444 * gdb.base/call-rt-st.exp: Likewise.
6445 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6446 return value instead of gdb,skip_float_test.
6447 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6448 (do_function_calls): Use its return value instead of
6449 gdb,skip_float_test.
6450 * gdb.base/finish.exp: Likewise.
6451 * gdb.base/funcargs.exp: Likewise.
6452 * gdb.base/return.exp: Likewise.
6453 * gdb.base/return2.exp: Likewise.
6454 * gdb.base/varargs.exp: Likewise.
6455 * lib/gdb.exp (gdb_skip_float_test): Change it to
6456 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6457
5af962df
AA
64582016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6459
6460 * gdb.multi/tids.exp: Test "thread apply all".
6461
7fac6910
JK
64622016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6463
6464 * gdb.base/default.exp (tty): Remove.
6465
bb1fe4ac
KB
64662016-08-24 Kevin Buettner <kevinb@redhat.com>
6467
2806dc7e
PA
6468 * gdb.python/py-recurse-unwind.c: New file.
6469 * gdb.python/py-recurse-unwind.py: New file.
6470 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 6471
0a1ddfa6
SM
64722016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6473
6474 * gdb.base/set-inferior-tty.exp: New file.
6475 * gdb.base/set-inferior-tty.c: New file.
6476
d9de1fe3
PA
64772016-08-23 Pedro Alves <palves@redhat.com>
6478
6479 PR gdb/20494
6480 * gdb.base/new-ui-echo.c: New file.
6481 * gdb.base/new-ui-echo.exp: New file.
6482
e9d9abd7
YQ
64832016-08-23 Yao Qi <yao.qi@linaro.org>
6484
6485 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6486 gdbserver_spawn.
6487 * gdb.server/connect-without-multi-process.exp (do_test):
6488 Likewise.
6489
3589529e
YQ
64902016-08-23 Yao Qi <yao.qi@linaro.org>
6491
6492 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6493 standalone_txt. Delete gdb_txt and standalone_txt on host
6494 and target. Spawn the binary on target. Copy files from
6495 target to host.
6496
6bb90213
PA
64972016-08-22 Pedro Alves <palves@redhat.com>
6498
6499 PR gdb/20505
6500 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6501 with_test_prefix. Factor out bits to ...
6502 (test_no_vdso): ... this new procedure.
6503
20c2c024
CL
65042016-08-19 Carl Love <cel@us.ibm.com>
6505
6506 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6507 maintaining separate logic for constructing the output path.
6508 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6509 * gdb.arch/ppc-dfp.exp: Likewise.
6510 * gdb.arch/ppc-fp.exp: Likewise.
6511 * gdb.arch/vsx-regs.exp: Likewise.
6512 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6513 binprefix for generating the additional binary files.
6514
0646e07d
PA
65152016-08-19 Pedro Alves <palves@redhat.com>
6516
6517 * gdb.trace/mi-trace-frame-collected.exp
6518 (test_trace_frame_collected): On x32, expect two registers.
6519
46da9242
CL
65202016-08-18 Carl Love <cel@us.ibm.com>
6521
6522 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6523 and sync up the test with tests in gas/testsuite/gas/ppc.
6524 * gdb.arch/powerpc-power.exp: Likewise.
6525
eb2332d7
SM
65262016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6527
6528 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6529 expected error message.
6530
63c61e04
SM
65312016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6532
6533 * gdb.multi/remove-inferiors.exp: New file.
6534 * gdb.multi/remove-inferiors.c: New file.
6535
7b17065f
YQ
65362016-08-12 Yao Qi <yao.qi@linaro.org>
6537
6538 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6539 argument list.
6540
01d3dedf
PA
65412016-08-10 Pedro Alves <palves@redhat.com>
6542
6543 PR gdb/19187
6544 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6545 setup_kfails.
6546
3eb7562a
PA
65472016-08-09 Pedro Alves <palves@redhat.com>
6548 Simon Marchi <simon.marchi@ericsson.com>
6549
6550 PR gdb/20418
6551 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6552 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6553
80614914
PA
65542016-08-09 Pedro Alves <palves@redhat.com>
6555
6556 PR mi/20431
6557 * gdb.mi/mi-cmd-error.exp: New file.
6558
f348d89a
PA
65592016-08-09 Pedro Alves <palves@redhat.com>
6560
6561 PR gdb/18653
6562 * gdb.base/signals-state-child.c: New file.
6563 * gdb.base/signals-state-child.exp: New file.
6564 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6565
e5ca03b4
PA
65662016-08-09 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6569
282a0691
TT
65702016-08-03 Tom Tromey <tom@tromey.com>
6571
6572 PR python/18565:
6573 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6574
41bfcd63
YQ
65752016-08-01 Yao Qi <yao.qi@linaro.org>
6576
6577 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6578 variable mode to "multi-process" if $multi_process is 1, otherwise
6579 set it to "single-process".
6580
e3465b24
YQ
65812016-08-01 Yao Qi <yao.qi@linaro.org>
6582
6583 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6584 * gdb.cp/cpexprs.exp: Likewise.
6585 * gdb.cp/m-static.exp: Likewise.
6586
0b31a4bc
TT
65872016-07-26 Tom Tromey <tom@tromey.com>
6588
6589 PR python/20190:
6590 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6591 test.
6592
e0461dbb
MM
65932016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6594
6595 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6596 selecting assembly source files.
6597 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6598 assembly source files.
6599 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6600 assembly source files.
6601 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6602 selecting assembly source files.
6603
8194e927
SM
66042016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6605
6606 * gdb.base/new-ui.exp (do_test_invalid_args): New
6607 procedure.
6608
c0272db5
TW
66092016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6610
6611 * gdb.btrace/reconnect.c: New file.
6612 * gdb.btrace/reconnect.exp: New file.
6613
e3487908
GKB
66142016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6615
6616 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6617 to test_catch_syscall_group.
6618 (test_catch_syscall_group): New.
6619
12df5c00
TT
66202016-07-21 Tom Tromey <tom@tromey.com>
6621
6622 * gdb.rust/simple.rs (main): Use empty struct expression.
6623 * gdb.rust/simple.exp: Add tests for empty struct expression.
6624
bae62ee2
YQ
66252016-07-21 Yao Qi <yao.qi@linaro.org>
6626
6627 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6628 if gdb_skip_xml_test is true on some targets.
6629
b1b53fb3
YQ
66302016-07-21 Yao Qi <yao.qi@linaro.org>
6631
6632 * gdb.server/solib-list.exp: Unset last_loaded_file.
6633
027d97f8
JK
66342016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6635
6636 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6637 "step into captured_main (args)".
6638
7674d381
JK
66392016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6640
6641 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6642
72b5d099
JK
66432016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6646
1f960ced
PA
66472016-07-19 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6650 * gdb.opt/inline-bt.exp: Likewise.
6651 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6652 additional_flags=-Winline.
6653 * gdb.opt/inline-locals.exp: Likewise.
6654 * gdb.opt/inline-markers.c (ATTR): Define.
6655 (inlined_fn): Use it.
6656
f25827c1
YQ
66572016-07-19 Yao Qi <yao.qi@linaro.org>
6658
6659 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6660 (test_with_self): Remove some code. Remove argument executable.
6661 (top-level): Use do_self_tests.
6662
37539ebe
DB
66632016-07-15 Zachary Welch <zwelch@codesourcery.com>
6664 Don Breazeal <donb@codesourcery.com>
6665
6666 * gdb.base/maint.exp: Escape paths used in regular expressions.
6667 * gdb.stabs/weird.exp: Likewise.
6668
dac790e1
TT
66692016-07-13 Tom Tromey <tom@tromey.com>
6670
6671 PR python/15620, PR python/18620:
6672 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6673 (test_bkpt_events): New procs.
6674
93daf339
TT
66752016-07-13 Tom Tromey <tom@tromey.com>
6676
6677 PR python/17698:
6678 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6679 test.
6680 (test_watchpoints): Likewise.
6681 (test_bkpt_pending): New proc.
6682
6571a381
TT
66832016-07-13 Tom Tromey <tom@tromey.com>
6684
6685 PR cli/18053:
6686 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6687 completion test.
6688
e8732474
JK
66892016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6690
6691 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6692 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6693 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6694 f_label.
6695 (g): Rename g_end_lbl to g_label.
6696 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6697 low_pc and high_pc.
6698 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6699
e0f3fd7c
TT
67002016-07-12 Tom Tromey <tom@tromey.com>
6701
6702 PR python/19293:
6703 * gdb.python/py-unwind-maint.exp: Update tests.
6704
3cfe46b6
YQ
67052016-07-12 Yao Qi <yao.qi@linaro.org>
6706
6707 * lib/selftest-support.exp (selftest_setup): Match the output
6708 when captured_main is inlined.
6709
4f19a0e6
WT
67102016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6711
6712 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6713 New variables.
6714 (print this%a, print this%b, print this): New tests.
6715 * gdb.fortran/derived-types.f90 (this): New object and
6716 initialization.
6717
986cf455
SM
67182016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6719
6720 * gdb.ada/arraydim.exp: Remove extra directory level in build
6721 directory.
6722
f0464b23
SM
67232016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6724
6725 * lib/ada.exp: Remove extra directory level in build directory.
6726 * gdb.ada/cond_lang.exp: Likewise.
6727 * gdb.ada/exec_changed.exp: Likewise.
6728 * gdb.ada/lang_switch.exp: Likewise.
6729
42d94011
MG
67302016-07-06 Manish Goregaokar <manish@mozilla.com>
6731
2806dc7e
PA
6732 * simple.rs: Add test for raw pointer subscripting.
6733 * simple.exp: Add test expectations.
42d94011 6734
647c264c
YQ
67352016-07-05 Yao Qi <yao.qi@linaro.org>
6736
6737 * gdb.mi/mi-reverse.exp: Match =record-started output.
6738
20aa2c60
PA
67392016-07-01 Pedro Alves <palves@redhat.com>
6740
6741 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6742 procedure.
6743 (jit_reader_test): Test the jit reader's unwinder.
6744 * gdb.base/jithost.c (jit_function_00_code): New global.
6745 (main): Use memcpy to fill in the mmapped code, instead of poking
6746 bytes manually here.
6747 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6748 value.
6749 (read_debug_info): Save the function's range.
6750 (read_sp): New function.
6751 (unwind_frame): Use it. Also unwind RBP.
6752 (get_frame_id): Use read_sp.
6753 (gdb_init_reader): Use calloc instead of malloc.
6754 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6755 parameter. Use gdb_test_multiple.
6756
ced2dffb
PA
67572016-07-01 Pedro Alves <palves@redhat.com>
6758 Antoine Tremblay <antoine.tremblay@ericsson.com>
6759
6760 * gdb.threads/process-dies-while-detaching.c: New file.
6761 * gdb.threads/process-dies-while-detaching.exp: New file.
6762
63000888
PA
67632016-07-01 Pedro Alves <palves@redhat.com>
6764
6765 * gdb.multi/watchpoint-multi-exit.c: New file.
6766 * gdb.multi/watchpoint-multi-exit.exp: New file.
6767
038d4868
PA
67682016-06-30 Pedro Alves <palves@redhat.com>
6769
6770 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6771 unset inferior_spawn_id.
6772
994e9c83
PA
67732016-06-30 Pedro Alves <palves@redhat.com>
6774
6775 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6776 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6777
e5653468
YQ
67782016-06-29 Yao Qi <yao.qi@linaro.org>
6779
6780 * gdb.base/return.c: Add copyright header.
6781
803b47e5
TT
67822016-06-29 Tom Tromey <tom@tromey.com>
6783
6784 PR python/20129:
6785 * gdb.python/py-framefilter.exp: Add tests for setting priority
6786 and disabling of non-existent frame filter.
6787
28244707
YQ
67882016-06-29 Yao Qi <yao.qi@linaro.org>
6789
6790 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6791 0x0f07ff.
6792
a31d2f06
YQ
67932016-06-28 Yao Qi <yao.qi@linaro.org>
6794
6795 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6796 triplets. Start gdb, execute catch syscall, and continue. Check
6797 gdb's output to determine catch syscall is supported.
6798
921d8f54
MG
67992016-06-27 Manish Goregaokar <manish@mozilla.com>
6800
25d49b86
PA
6801 * gdb.rust/simple.rs: Add test for returning unit in a function.
6802 * gdb.rust/simple.exp: Add expectation for functions returning
6803 unit.
921d8f54 6804
f4952523
PMR
68052016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6806
6807 * gdb.python/py-breakpoint-create-fail.c,
6808 gdb.python/py-breakpoint-create-fail.exp,
6809 gdb.python/py-breakpoint-create-fail.py: New testcase.
6810
fccb08f8
MG
68112016-06-25 Manish Goregaokar <manish@mozilla.com>
6812
6813 PR gdb/20239
6814 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6815 * gdb.rust/simple.exp: Add test expectations for new NonZero
6816 tests.
fccb08f8 6817
6b850546
DT
68182016-06-24 David Taylor <dtaylor@emc.com>
6819
6820 * gdb.base/offsets.exp: New file.
6821 * gdb.base/offsets.c: New file.
6822
17621150
TT
68232016-06-23 Tom Tromey <tom@tromey.com>
6824
6825 PR gdb/16483:
6826 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6827 before any filters are loaded.
6828
04d59df6
WT
68292016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6830
6831 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6832 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6833 structs.
6834 * gdb.fortran/derived-type-function.exp: New file.
6835 * gdb.fortran/derived-type-function.f90: New file.
6836
6837
ac69f786
PA
68382016-06-21 Pedro Alves <palves@redhat.com>
6839
6840 * gdb.base/new-ui.exp: New file.
6841 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6842 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6843 (with_spawn_id): New procedure.
6844
49940788
PA
68452016-06-21 Pedro Alves <palves@redhat.com>
6846
6847 * gdb.mi/mi-exec-run.exp: New file.
6848
ef274d26
PA
68492016-06-21 Pedro Alves <palves@redhat.com>
6850
6851 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6852 breakpoint command's output on the main UI.
6853 (test_break): New procedure, factored out from calls in the top
6854 level.
6855 (top level): Use foreach_with_prefix to test MI as main UI and as
6856 separate UI.
6857
468afe6c
PA
68582016-06-21 Pedro Alves <palves@redhat.com>
6859
6860 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6861 (test_awatch_creation_and_listing)
6862 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6863 Remove 'type' parameter.
6864 (test_watchpoint_all): New parameter mi_mode. Remove
6865 with_test_prefix.
6866 (top level): Use foreach_with_prefix, and add main/separate UI MI
6867 testing axis.
6868
51f77c37
PA
68692016-06-21 Pedro Alves <palves@redhat.com>
6870
6871 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6872 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6873 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6874 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6875 (gdb_main_spawn_id, mi_spawn_id): Declare and
6876 comment.
6877 (mi_create_inferior_pty): New procedure,
6878 factored out from default_mi_gdb_start.
6879 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6880 procedures.
6881 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6882 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6883 Use mi_create_inferior_pty.
6884 (mi_gdb_start): Use eval to pass down args list.
6885
8980e177
PA
68862016-06-21 Pedro Alves <palves@redhat.com>
6887
6888 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6889 * gdb.opt/inline-cmds.exp: Add MI tests.
6890
f38d3ad1
PA
68912016-06-21 Pedro Alves <palves@redhat.com>
6892
6893 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6894
45db7c09
PA
68952016-06-21 Pedro Alves <palves@redhat.com>
6896
6897 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6898 (top level): Use it instead of mi_execute_to.
6899
5a069ab3
PA
69002016-06-21 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6903 (cont_handler_str): New.
6904 (signal_stop_handler): Set stop_handler_str instead of printing to
6905 stdout.
6906 (continue_handler): Set cont_handler_str instead of printing to
6907 stdout.
6908 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6909 mi_send_resuming_command. Print stop_handler_str and
6910 cont_handler_str instead of expecting the python events print
6911 directly.
6912
2838cc1d
SD
69132016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6914
6915 * gdb.base/jit-reader.exp: New file.
6916 * gdb.base/jithost.c: New file.
6917 * gdb.base/jithost.h: New file.
6918 * gdb.base/jitreader.c : New file.
6919 * gdb.base/jit-protocol.h: New file.
6920
21a77091
YQ
69212016-06-17 Yao Qi <yao.qi@linaro.org>
6922
6923 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6924 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6925 and detach-on-fork. Adjust tests.
6926 (top level): Invoke break_cond_on_syscall with combinations of
6927 syscall, follow-fork-mode and detach-on-fork.
6928
f50bf8e5
YQ
69292016-06-17 Yao Qi <yao.qi@linaro.org>
6930
6931 * gdb.base/step-over-exit.c: New.
6932 * gdb.base/step-over-exit.exp: New.
6933
a28d8e50
YTL
69342016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6935
6936 * gdb.base/float.exp: Add target check for nds32*-*-*.
6937 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6938
cad8e26d
AB
69392016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6940
6941 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6942 for unsupported target features.
6943 * gdb.base/call-rt-st.exp: Likewise.
6944 * gdb.base/call-sc.exp: Likewise.
6945 * gdb.base/call-signal-resume.exp: Likewise.
6946 * gdb.base/call-strs.exp: Likewise.
6947 * gdb.base/callexit.exp: Likewise.
6948 * gdb.base/callfuncs.exp: Likewise.
6949 * gdb.base/nodebug.exp: Likewise.
6950 * gdb.base/printcmds.exp: Likewise.
6951 * gdb.base/ptype.exp: Likewise.
6952 * gdb.base/structs.exp: Likewise.
6953 * gdb.base/unwindonsignal.exp: Likewise.
6954 * gdb.cp/gdb2495.exp: Likewise.
6955 * gdb.cp/templates.exp: Likewise.
6956 * gdb.cp/virtfunc.exp: Likewise.
6957 * gdb.threads/hand-call-in-threads.exp: Likewise.
6958 * gdb.threads/interrupted-hand-call.exp: Likewise.
6959 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6960
347dc102
TT
69612016-06-10 Tom Tromey <tom@tromey.com>
6962
6963 PR rust/20110:
6964 * gdb.rust/expr.exp: Add test for integer constant larger than
6965 i32.
6966
5e13cf25
BH
69672016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6968
6969 * gdb.fortran/nested-funcs.exp: New.
6970 * gdb.fortran/nested-funcs.f90: New.
6971
bb556f1f
TK
69722016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6973
6974 * gdb.base/examine-backward.c: New file.
6975 * gdb.base/examine-backward.exp: New file.
6976
38b022b4
SM
69772016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6978
6979 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6980 matching.
6981
1b40ec05
TT
69822016-06-02 Tom Tromey <tom@tromey.com>
6983
6984 PR python/18984:
6985 * gdb.python/py-shared.exp: Add solib_name test.
6986
193bd378
SM
69872016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6988
6989 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6990
3326303b
MG
69912016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6992
6993 PR c++/19893
6994 * gdb.dwarf2/implref.exp: Rename to...
6995 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6996 * gdb.dwarf2/implref-array.c: New file.
6997 * gdb.dwarf2/implref-array.exp: Likewise.
6998 * gdb.dwarf2/implref-global.c: Likewise.
6999 * gdb.dwarf2/implref-global.exp: Likewise.
7000 * gdb.dwarf2/implref-struct.c: Likewise.
7001 * gdb.dwarf2/implref-struct.exp: Likewise.
7002
825c8ef2
AT
70032016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7004
7005 * gdb.trace/trace-condition.exp: Add 64bit tests.
7006
2320162a
AT
70072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7008
7009 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
7010 bits types.
7011 (main): Adapt to 8 to 64 bits types.
7012 * gdb.trace/trace-condition.exp: Add new tests.
7013
a7818233
AT
70142016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7015
7016 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
7017
0d336466
AT
70182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7019
7020 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
7021 Move condition tests...
7022 * gdb.trace/trace-condition.exp: Here.
7023
7faeb45a
AT
70242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
7025
7026 * gdb.trace/trace-condition.exp: Add counter-case tests.
7027
e385593e
JK
70282016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7029
7030 PR c++/15231
7031 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
7032 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
7033
744608cc
PA
70342016-05-27 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7037 New procedure.
7038 (top level): Call it, and bail out of DejaGnu is known to be bad.
7039
ac775bf4
AB
70402016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
7041
7042 * gdb.base/whatis.c: Extend the test case.
7043 * gdb.base/whatis.exp: Add additional tests.
7044
2bbad2ea
BH
70452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7046
7047* gdb.fortran/type.f90: Add pointer variable.
7048* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
7049
8b70175d
BH
70502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7051
7052 * gdb.fortran/vla-type.exp: Fix testcase name.
7053
86d8a848
BH
70542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7055
7056 * gdb.fortran/vla-type.exp: Access elements in nested structs.
7057
e188eb36
BH
70582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7059
7060 * gdb.fortran/type.f90: Add nested structures.
7061 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
7062 * gdb.fortran/derived-type.exp: Adapt expected output.
7063 * gdb.fortran/vla-type.exp: Adapt expected output.
7064
9b2db1fd
BH
70652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7066
7067 * gdb.fortran/whatis_type.exp: Adapt expected output.
7068
72b17055
BH
70692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7070
7071 * gdb.fortran/print_type.exp: Fix expected output.
7072 * gdb.fortran/whatis_type.exp: Fix expected output.
7073
3cd81d8d
BH
70742016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
7075
7076 * gdb.fortran/whatis_type.exp: Use multi_line.
7077
ddae9462
TT
70782016-05-24 Tom Tromey <tom@tromey.com>
7079
7080 PR python/17386:
7081 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
7082 use value as an index.
7083
1957f6b8
TT
70842016-05-23 Tom Tromey <tom@tromey.com>
7085
7086 PR python/17981:
7087 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
7088 no-breakpoint case.
7089
026a9174
PA
70902016-05-24 Pedro Alves <palves@redhat.com>
7091
7092 PR gdb/19828
7093 * gdb.threads/clone-attach-detach.c: New file.
7094 * gdb.threads/clone-attach-detach.exp: New file.
7095
e70a7231
FR
70962016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
7097
7098 * gdb.base/annota-input-while-running.exp: Fix syntax error.
7099
0f6ed0e0
TT
71002016-05-23 Tom Tromey <tom@tromey.com>
7101
7102 PR python/19438, PR python/18393:
7103 * gdb.python/py-progspace.exp: Add "dir" test.
7104 * gdb.python/py-objfile.exp: Add "dir" test.
7105
ffd19d61
YQ
71062016-05-23 Yao Qi <yao.qi@linaro.org>
7107
7108 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
7109 * gdb.arch/thumb2-it.exp: Likewise.
7110
9e8f9b05
SM
71112016-05-18 Simon Marchi <simon.marchi@ericsson.com>
7112
7113 * gdb.mi/mi-threads-interrupt.c: New file.
7114 * gdb.mi/mi-threads-interrupt.exp: New file.
7115
61c6156d
SM
71162016-05-17 Simon Marchi <simon.marchi@ericsson.com>
7117
7118 PR gdb/18077
7119 * gdb.mi/mi-async-run.exp: New file.
7120 * gdb.mi/mi-async-run.c: New file.
7121
67218854
TT
71222016-05-17 Tom Tromey <tom@tromey.com>
7123 Manish Goregaokar <manishsmail@gmail.com>
7124
7125 * lib/rust-support.exp: New file.
7126 * lib/gdb.exp (skip_rust_tests): New proc.
7127 (build_executable_from_specs): Handle rust.
7128 * lib/future.exp (gdb_find_rustc): New proc.
7129 (gdb_default_target_compile): Handle rust.
7130 * gdb.rust/expr.exp: New file.
7131 * gdb.rust/generics.exp: New file.
7132 * gdb.rust/generics.rs: New file.
7133 * gdb.rust/methods.exp: New file.
7134 * gdb.rust/methods.rs: New file.
7135 * gdb.rust/modules.exp: New file.
7136 * gdb.rust/modules.rs: New file.
7137 * gdb.rust/simple.exp: New file.
7138 * gdb.rust/simple.rs: New file.
7139
c44af4eb
TT
71402016-05-17 Tom Tromey <tom@tromey.com>
7141
7142 * gdb.base/default.exp (set language): Add rust.
7143
dcd1f979
TT
71442016-05-17 Tom Tromey <tom@tromey.com>
7145
7146 * gdb.gdb/unittest.exp: New file.
7147
155b7f57
YQ
71482016-05-16 Yao Qi <yao.qi@linaro.org>
7149
7150 * gdb.base/batch-preserve-term-settings.exp: Remove variable
7151 shell_prompt. Update shell_prompt_re.
7152
8ddd5a6c
DE
71532016-05-12 Doug Evans <dje@google.com>
7154
7155 PR symtab/19999
7156 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
7157 $options when building executable.
7158 * gdb.dwarf2/fission-loclists-pie.S: New file.
7159 * gdb.dwarf2/fission-loclists-pie.exp: New file.
7160
02e370d9
SM
71612016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7162
7163 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
7164 of [is_remote target],
7165
8929ad8b
SM
71662016-05-04 Simon Marchi <simon.marchi@ericsson.com>
7167
7168 * lib/gdb.exp (use_gdb_stub): New procedure.
7169
6c447423
DE
71702016-05-03 Yunlian Jiang <yunlian@google.com>
7171 Doug Evans <dje@google.com>
7172
7173 PR symtab/19914
7174 * gdb.dwarf2/dwp-sepdebug.c: New file.
7175 * gdb.dwarf2/dwp-sepdebug.exp: New file.
7176
444e826c
SM
71772016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7178
7179 * gdb.base/detach.exp: Remove is_remote check.
7180
740feeaa
SM
71812016-05-02 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 * gdb.base/annota-input-while-running.exp: Don't check for
7184 [is_remote target]. Enable annotations after running to main.
7185 Remove unused "set test..." line.
7186
9080ac9d
SM
71872016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7188
7189 * gdb.trace/trace-enable-disable.exp: New file.
7190 * gdb.trace/trace-enable-disable.c: New file.
7191
952ebca5
SM
71922016-04-28 Simon Marchi <simon.marchi@ericsson.com>
7193
7194 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
7195 use it in info sharedlibrary test.
7196 * gdb.trace/ftrace-lock.exp: Likewise.
7197 * gdb.trace/ftrace.exp: Likewise.
7198 * gdb.trace/range-stepping.exp: Likewise.
7199 * gdb.trace/trace-break.exp: Likewise.
7200 * gdb.trace/trace-condition.exp: Likewise.
7201 * gdb.trace/trace-mt.exp: Likewise.
7202
d9019901
SM
72032016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7204
7205 * lib/gdb.exp (gdb_load_shlibs): Rename to...
7206 (gdb_load_shlib): ... this.
7207 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
7208 gdb_load_shlib.
7209 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
7210 * gdb.base/ctxobj.exp: Likewise.
7211 * gdb.base/dprintf-pending.exp: Likewise.
7212 * gdb.base/dso2dso.exp: Likewise.
7213 * gdb.base/fixsection.exp: Likewise.
7214 * gdb.base/gcore-relro.exp: Likewise.
7215 * gdb.base/gdb1555.exp: Likewise.
7216 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7217 * gdb.base/gnu-ifunc.exp: Likewise.
7218 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
7219 * gdb.base/jit-so.exp (one_jit_test): Likewise.
7220 * gdb.base/pending.exp: Likewise.
7221 * gdb.base/print-file-var.exp: Likewise.
7222 * gdb.base/print-symbol-loading.exp: Likewise.
7223 * gdb.base/shlib-call.exp: Likewise.
7224 * gdb.base/shreloc.exp: Likewise.
7225 * gdb.base/so-impl-ld.exp: Likewise.
7226 * gdb.base/solib-disc.exp: Likewise.
7227 * gdb.base/solib-nodir.exp: Likewise.
7228 * gdb.base/solib-overlap.exp: Likewise.
7229 * gdb.base/solib-symbol.exp: Likewise.
7230 * gdb.base/solib-weak.exp (do_test): Likewise.
7231 * gdb.base/sym-file.exp: Likewise.
7232 * gdb.base/symtab-search-order.exp: Likewise.
7233 * gdb.base/type-opaque.exp: Likewise.
7234 * gdb.base/unload.exp: Likewise.
7235 * gdb.base/watchpoint-solib.exp: Likewise.
7236 * gdb.compile/compile.exp: Likewise.
7237 * gdb.cp/gdb2384.exp: Likewise.
7238 * gdb.cp/infcall-dlopen.exp: Likewise.
7239 * gdb.cp/re-set-overloaded.exp: Likewise.
7240 * gdb.fortran/library-module.exp: Likewise.
7241 * gdb.opt/solib-intra-step.exp: Likewise.
7242 * gdb.python/py-finish-breakpoint.exp: Likewise.
7243 * gdb.python/py-shared.exp: Likewise.
7244 * gdb.reverse/solib-precsave.exp: Likewise.
7245 * gdb.reverse/solib-reverse.exp: Likewise.
7246 * gdb.server/solib-list.exp: Likewise.
7247 * gdb.threads/dlopen-libpthread.exp: Likewise.
7248 * gdb.threads/tls-shared.exp: Likewise.
7249 * gdb.threads/tls-so_extern.exp: Likewise.
7250 * gdb.trace/change-loc.exp: Likewise.
7251 * gdb.trace/ftrace-lock.exp: Likewise.
7252 * gdb.trace/ftrace.exp: Likewise.
7253 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
7254 * gdb.trace/pending.exp: Likewise.
7255 * gdb.trace/range-stepping.exp: Likewise.
7256 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
7257 (strace_info_marker): Likewise.
7258 (strace_probe_marker): Likewise.
7259 (strace_trace_on_same_addr): Likewise.
7260 (strace_trace_on_diff_addr): Likewise.
7261 * gdb.trace/trace-break.exp: Likewise.
7262 * gdb.trace/trace-condition.exp: Likewise.
7263 * gdb.trace/trace-mt.exp: Likewise.
7264
fca4cfd9
SM
72652016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7266
7267 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7268 result of gdb_remote_download.
7269 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7270 * gdb.base/dso2dso.exp: Likewise.
7271 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7272 * gdb.base/print-file-var.exp: Likewise.
7273 * gdb.base/shlib-call.exp: Likewise.
7274 * gdb.base/shreloc.exp: Likewise.
7275 * gdb.base/solib-overlap.exp: Likewise.
7276 * gdb.base/solib-weak.exp (do_test): Likewise.
7277 * gdb.base/unload.exp: Likewise.
7278
11cf4ffb
YQ
72792016-04-27 Yao Qi <yao.qi@linaro.org>
7280
7281 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7282 exists.
7283
3e2e34f8
KB
72842016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7285
7286 * vla-type.exp: Print structure from toplevel.
7287
8f07e298
BH
72882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7289
7290 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7291 of dynamic types.
7292 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7293 of dynamic types.
7294
9920b434
BH
72952016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7296
7297 * gdb.fortran/vla-type.f90: New file.
7298 * gdb.fortran/vla-type.exp: New file.
7299
f3abeff5
YQ
73002016-04-25 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.base/branch-to-self.c: New file.
7303 * gdb.base/branch-to-self.exp: New file.
7304
0a5d52f0
YQ
73052016-04-22 Yao Qi <yao.qi@linaro.org>
7306
7307 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7308 more after $hex.
7309
495346f6
YQ
73102016-04-22 Yao Qi <yao.qi@linaro.org>
7311
7312 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7313 * gdb.base/annota3.exp: Likewise.
7314
4a7e075c
YQ
73152016-04-22 Yao Qi <yao.qi@linaro.org>
7316
7317 * gdb.reverse/step-precsave.exp: Do one step and test program
7318 stops in "callee" and do multiple steps until program goes out
7319 of "callee".
7320 * gdb.reverse/step-reverse.exp: Likewise.
7321
5b061e98
YQ
73222016-04-22 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.trace/signal.exp: Also pass if
7325 $tracepoint_hits($i) > $iterations.
7326
5c5dc57f
YQ
73272016-04-22 Yao Qi <yao.qi@linaro.org>
7328
7329 * gdb.trace/signal.c: New file.
7330 * gdb.trace/signal.exp: New file.
7331
a55411b9
DE
73322016-04-19 Doug Evans <xdje42@gmail.com>
7333
7334 * gdb.base/bad-file.exp: New file.
7335
a22df60a
MG
73362016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7337
7338 * gdb.dwarf2/implref.exp: New file.
7339
0c13f7e5
BH
73402016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7341
7342 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7343 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7344 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7345 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7346 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7347 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7348 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7349 * lib/fortran.exp (fortran_int4): New procedure.
7350 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7351 (fortran_logical4): Likewise.
7352
9b9b09e9
BH
73532016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7354
7355 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7356
a14d1f4d
BH
73572016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7358
7359 * lib/compiler.c: Add Intel specific preprocessor macros.
7360 * lib/compiler.cc: Likewise.
25d49b86 7361
7d49b1d0
LM
73622016-04-13 Luis Machado <lgustavo@codesourcery.com>
7363
7364 * gdb.server/connect-with-no-symbol-file.c: New file.
7365 * gdb.server/connect-with-no-symbol-file.exp: New file.
7366
8392fa22
SM
73672016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7368
7369 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7370
8c4c4aeb
SM
73712016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7372
7373 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7374 standard output directory.
7375
45e3745e
AT
73762016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7377
7378 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7379
e26b7e41
MM
73802016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7381
7382 * gdb.btrace/instruction_history.c (loop): Add declaration.
7383
8ce09462
AT
73842016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7385
7386 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7387
2e88a1ea
SM
73882016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7389
7390 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7391 parentheses to print.
7392 (continue_handler): Likewise.
7393
f48e22e3
SM
73942016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7395
7396 * gdb.server/solib-list.exp: Remove is_remote check.
7397 Pass shlib= to gdb_compile. Don't link shared library with
7398 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7399 Run binary filename through "readlink -f" on the target.
7400
096be756
PA
74012016-04-08 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7404 interpreter filename as argument to gdbserver_spawn.
7405 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7406 Return empty if $last_loaded_file does not exist.
7407
06500533
JK
74082016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7409
7410 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7411 * gdb.base/jit-main.c: Use exit after usage.
7412
2d35e871
JK
74132016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7414
7415 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7416 GDBHISTSIZE prior to the tests.
7417 * gdb.base/gdbinit-history.exp: Likewise.
7418
74192016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
7420
7421 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7422 instead of build_executable. Use gdb_load_shlibs.
7423
c8064e7e
YQ
74242016-04-07 Yao Qi <yao.qi@linaro.org>
7425
7426 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7427 Execute "si" command.
7428
bde47561
YQ
74292016-04-07 Yao Qi <yao.qi@linaro.org>
7430
7431 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7432 number instead of the comments on some line.
7433
b16f8a3b
DB
74342016-04-06 Don Breazeal <donb@codesourcery.com>
7435
7436 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7437 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7438
c2f901df
SM
74392016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7440
7441 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7442 standard_output_file. Remove unused binfile variable.
7443
ac17fda0
CU
74442016-04-05 Catalin Udma <catalin.udma@freescale.com>
7445
7446 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7447 * gdb.python/py-mi-objfile.exp: Match "list main" output
7448 in console format.
7449
03a8c4df
SM
74502016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7451
7452 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7453 absolute.
7454
6e774b13
SM
74552016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7456
7457 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7458 absolute.
7459 * gdb.trace/ftrace.exp: Likewise.
7460 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7461 targets as well.
7462 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7463 (gdb_load_shlibs): Copy libraries to test directory when testing
7464 natively. Only set solib-search-path if testing remotely.
7465 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7466
7817ea46
SM
74672016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7468
7469 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7470 gdb_download. Use it even if the target is not remote.
7471 * gdb.base/jit.exp (compile_jit_test): Likewise.
7472 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7473 output directory if the destination board is local, otherwise use
7474 the standard remote_download from DejaGnu.
7475 (gdb_download): Remove.
7476 (gdb_load_shlibs): Use gdb_remote_download instead of
7477 gdb_download.
7478 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7479 Use gdb_remote_download instead of gdb_download. Use it even if
7480 the target is not remote.
7481 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7482 instead of gdb_download.
7483
7beb7f68
SM
74842016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7485
7486 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7487 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7488 run.
7489
cc63428a
AV
74902016-04-01 Artemiy Volkov <artemiyv@acm.org>
7491
7492 PR gdb/19820
7493 * gdb.base/printcmds.exp: Add artificial arrays tests.
7494
64cdf930
PA
74952016-03-31 Pedro Alves <palves@redhat.com>
7496
7497 PR gdb/19858
7498 * gdb.base/jit-main.c: Include unistd.h.
7499 (ATTACH): Define to 0 if not already defined.
7500 (wait_for_gdb, mypid): New globals.
7501 (WAIT_FOR_GDB): New macro.
7502 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7503 some breakpoint locations.
7504 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7505 New procedures.
7506 (one_jit_test): Add REATTACH parameter, and handle it. Use
7507 continue_to_test_location.
7508 (top level): Test attach, and adjusts calls to one_jit_test.
7509
40dea8cb
PA
75102016-03-31 Pedro Alves <palves@redhat.com>
7511
7512 PR gdb/19858
7513 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7514 BINSUFFIX parameter, and handle it.
7515 (top level): Adjust calls compile_jit_test.
7516
e7ea3ec7
CU
75172016-03-31 Catalin Udma <catalin.udma@freescale.com>
7518
7519 PR python/19743
7520 * gdb.python/py-mi-events-gdb.py: New file.
7521 * gdb.python/py-mi-events.c: New file.
7522 * gdb.python/py-mi-events.exp: New file.
7523
e6359af3
YQ
75242016-03-30 Yao Qi <yao.qi@linaro.org>
7525
7526 * gdb.reverse/until-precsave.exp: Match function name only.
7527 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7528 Move malloc to a condition block.
7529 * gdb.reverse/until-reverse.exp: Match function name only.
7530
a4105d04
MK
75312016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7532
7533 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7534 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7535 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7536 variable for GPR 0 instead of assuming it is register 0.
7537 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7538 * lib/trace-support.exp: Add s390 registers.
7539
bfa6adb9
YQ
75402016-03-29 Yao Qi <yao.qi@linaro.org>
7541
7542 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7543
1e6697ea
YQ
75442016-03-24 Yao Qi <yao.qi@linaro.org>
7545
7546 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7547 test message.
7548
64bcd522
AA
75492016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7550
7551 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7552 maintaining separate logic for constructing the output path.
7553
7868401b
DB
75542016-03-16 Don Breazeal <donb@codesourcery.com>
7555
7556 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7557 Retry fork and waitpid on interrupted system call errors.
7558 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7559 Use with_timeout_factor to increase timeout by factor of 10.
7560
1cafadb4
DB
75612016-03-15 Don Breazeal <donb@codesourcery.com>
7562
7563 * gdb.cp/scope-err.cc: New test program.
7564 * gdb.cp/scope-err.exp: New test script.
7565 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7566 lines and "set breakpoint here" comment.
7567 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7568 Fixed some whitespace and format issues.
7569 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7570 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7571
81516450
DE
75722016-03-15 Doug Evans <dje@google.com>
7573
7574 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7575 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7576 All callers updated. Add tests for enums, mixed flags register.
7577
aa52b601
DE
75782016-03-15 Doug Evans <dje@google.com>
7579
7580 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7581 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7582
fa4ff313
SM
75832016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7584
7585 * gdb.base/default.exp: Add $_as_string to the list of expected
7586 convenience functions.
7587
f2403c39
AB
75882016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7589
7590 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7591
f2f3ccb9
SM
75922016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7593
7594 * gdb.python/py-as-string.exp: New file.
7595 * gdb.python/py-as-string.c: New file.
7596
00dbd492
PA
75972016-03-09 Pedro Alves <palves@redhat.com>
7598
7599 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7600 signal" -> "Thread NN received signal" output change.
7601 * gdb.threads/ia64-sigill.exp: Likewise.
7602 * gdb.threads/linux-dp.exp: Likewise.
7603 * gdb.threads/manythreads.exp: Likewise.
7604 * gdb.threads/pending-step.exp: Likewise.
7605 * gdb.threads/print-threads.exp: Likewise.
7606 * gdb.threads/sigstep-threads.exp: Likewise.
7607 * gdb.threads/staticthreads.exp: Likewise.
7608 * gdb.threads/tls.exp: Likewise.
7609
1e6697ea
YQ
76102016-03-09 Pedro Alves <palves@redhat.com>
7611
7612 * gdb.base/command-line-input.exp: New file.
7613
b04fd3be
MK
76142016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7615
7616 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7617 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7618 * gdb.trace/pending.exp: Accept leading dot before function name.
7619 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7620 * lib/trace-support.exp: Set registers for ppc.
7621
98fa59e9
MK
76222016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7623
7624 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7625 use it for disassembly; accept .main in addition to main in backtrace.
7626
f77198c8
MK
76272016-03-09 Wei-cheng Wang <cole945@gmail.com>
7628 Marcin Kościelnicki <koriakin@0x04.net>
7629
7630 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7631 (gdb_recursion_test_ptr): New global variable.
7632 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7633 gdb_recursion_test.
7634 (gdb_c_test): Ditto.
7635
ba84e0da
MK
76362016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7637
7638 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7639 ordering.
7640
4366d36e
MK
76412016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7642
7643 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7644 (bar): Add bar_start_lbl label.
7645 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7646 of foo/bar for emitting DWARF and tracing.
7647
5eb264df
SDJ
76482016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7649
7650 * analyze-racy-logs.py: Set executable bit.
7651
fb6a751f
SDJ
76522016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7653
7654 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7655 (CHECK_TARGET_TMP): Likewise.
7656 (check-single-racy): New rule.
7657 (check-parallel-racy): Likewise.
7658 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7659 (do-check-parallel-racy): New rule.
7660 (check-racy/%.exp): Likewise.
7661 * README (Racy testcases): New section.
7662 * analyze-racy-logs.py: New file.
7663
bdf7e230
DE
76642016-03-03 Doug Evans <dje@google.com>
7665
7666 * gdb.base/skip.exp: Use with_test_prefix.
7667
4719d415
YQ
76682016-03-03 Yao Qi <yao.qi@linaro.org>
7669
7670 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7671 Invoke step_over_syscall "clone" and break_cond_on_syscall
7672 "clone".
7673 * gdb.base/step-over-clone.c: New file.
7674
ea507862
YQ
76752016-03-03 Yao Qi <yao.qi@linaro.org>
7676
7677 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7678 code format.
7679
8fc8cbda
YQ
76802016-03-03 Yao Qi <yao.qi@linaro.org>
7681
7682 * gdb.base/disp-step-fork.c: Rename to ...
7683 * gdb.base/step-over-fork.c: ... it. New file.
7684 * gdb.base/disp-step-vfork.c: Rename to ...
7685 * gdb.base/step-over-vfork.c: ... it. New file.
7686 * gdb.base/disp-step-syscall.exp: Rename to ...
7687 * gdb.base/step-over-syscall.exp: ... it. New file.
7688 (disp_step_cross_syscall): Rename to ...
7689 (step_over_syscall): ... it.
7690
92fa70b0
YQ
76912016-03-03 Yao Qi <yao.qi@linaro.org>
7692
7693 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7694 If target supports condition evaluation on target, invoke
7695 break_cond_on_syscall for fork and vfork.
7696
e197ad3c
YQ
76972016-03-03 Yao Qi <yao.qi@linaro.org>
7698
7699 * gdb.base/disp-step-syscall.exp: Don't invoke
7700 support_displaced_stepping.
7701 (disp_step_cross_syscall): Test with displaced stepping off and
7702 on if supported.
7703
0b47da9f
YQ
77042016-03-03 Yao Qi <yao.qi@linaro.org>
7705
7706 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7707 proc.
7708 (setup): New proc.
7709 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7710 and setup.
7711
065ab6dc
BH
77122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7713
7714 * gdb.fortran/vla-history.exp: Remove breakpoint.
7715
07e448ad 77162016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7717
25d49b86
PA
7718 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7719 exceeds timeout.
07e448ad 7720
9ac2d526 77212016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7722
25d49b86
PA
7723 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7724 breakpoint.
9ac2d526 7725
17807369
BH
77262016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7727
7728 * gdb.mi/vla.f90: Nullify pointer after declaration.
7729
86e501af
PA
77302016-03-01 Pedro Alves <palves@redhat.com>
7731
7732 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7733
1e903e32
PA
77342016-03-01 Pedro Alves <palves@redhat.com>
7735
7736 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7737 before anything else.
7738 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7739 _GNU_SOURCE here.
7740 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7741 before anything else.
7742 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7743
6ccb54e2
PA
77442016-03-01 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7747
30ca9da1
YQ
77482016-03-01 Yao Qi <yao.qi@linaro.org>
7749
7750 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7751 prepare_for_testing.
7752
dc856b38
YQ
77532016-03-01 Yao Qi <yao.qi@linaro.org>
7754
7755 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7756
4a932159
AA
77572016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7758
7759 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7760 manually constructing the output path.
7761
f2489477
AA
77622016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7763
7764 * gdb.arch/s390-stackless.S: New.
7765 * gdb.arch/s390-stackless.exp: New.
7766
38899f16
IB
77672016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7768
7769 * gdb.dlang/circular.c: New file.
7770 * gdb.dlang/circular.exp: New file.
7771
9fde51ed
YQ
77722016-02-26 Yao Qi <yao.qi@linaro.org>
7773
7774 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7775 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7776 (testcases): Update.
7777
ce90fefe
YQ
77782016-02-26 Yao Qi <yao.qi@linaro.org>
7779
7780 * gdb.reverse/aarch64.c: Rename to ...
7781 * gdb.reverse/insn-reverse.c: ... it.
7782 * gdb.reverse/aarch64.exp: Rename to ...
7783 * gdb.reverse/insn-reverse.exp: ... it.
7784
3263bceb
YQ
77852016-02-26 Yao Qi <yao.qi@linaro.org>
7786
7787 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7788 (testcase_ftype): New.
7789 (testcases): New array.
7790 (n_testcases): New.
7791 (main): Call each element in testcases.
7792 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7793 (read_testcase): New.
7794 Do the tests in a loop.
7795
6cb59ff1
YQ
77962016-02-25 Yao Qi <yao.qi@linaro.org>
7797
7798 * gdb.base/branches.c: Remove.
7799
ae91f625
MK
78002016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7801
7802 PR gdb/13808
7803 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7804
678b48b7
MK
78052016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7806
7807 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7808
7337a6f2
MK
78092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7810
7811 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7812 change x86_64 call_insn to 'callq'.
7813
861ca91f
AT
78142016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7815
7816 * gdb.trace/tfile-avx.c: Move to...
7817 * gdb.trace/tracefile-pseudo-reg.c: Here.
7818 * gdb.trace/tfile-avx.exp: Move to...
7819 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7820
bf74e428
GB
78212016-02-24 Gary Benson <gbenson@redhat.com>
7822
7823 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7824 message on attach.
7825
cce0e923
DE
78262016-02-23 Doug Evans <dje@google.com>
7827
7828 * gdb.base/skip.c (test_skip): New function.
7829 (end_test_skip_file_and_function): New function.
7830 (test_skip_file_and_function): New function.
7831 * gdb.base/skip1.c (test_skip): New function.
7832 (skip1_test_skip_file_and_function): New function.
7833 * gdb.base/skip.exp: Add tests for new skip options.
7834 * gdb.base/skip-solib.exp: Update expected output.
7835 * gdb.perf/skip-command.cc: New file.
7836 * gdb.perf/skip-command.exp: New file.
7837 * gdb.perf/skip-command.py: New file.
7838
4000e47e
MK
78392016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7840
7841 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7842 info registers pattern.
7843
24f75ead
IB
78442016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7845
7846 * lib/future.exp: Add D support.
7847 (gdb_find_gdc): New proc.
7848 (gdb_default_target_compile): Add D support.
7849
fbb7bcbe
WW
78502016-02-18 Wei-cheng Wang <cole945@gmail.com>
7851
7852 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7853 user+system time.
7854 (trace_speed_test): Determine the iteration count for a time
7855 between 15..30 seconds.
7856
012b3a21
WT
78572016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7858
7859 * gdb.arch/i386-mpx-sigsegv.c: New file.
7860 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7861 * gdb.arch/i386-mpx-simple_segv.c: New file.
7862 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7863
2d5189bd
YQ
78642016-02-18 Yao Qi <yao.qi@linaro.org>
7865
7866 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7867 Don't call setup_kfail.
7868
40fb20d0
YQ
78692016-02-18 Yao Qi <yao.qi@linaro.org>
7870
7871 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7872 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7873
21b1f8d2
DE
78742016-02-16 Doug Evans <dje@google.com>
7875
7876 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7877 * gdb.base/skip1.c: Ditto.
7878 * gdb.base/skip.exp: Whitespace cleanup.
7879
4041ed77
DB
78802016-02-16 Don Breazeal <donb@codesourcery.com>
7881
7882 PR remote/19496
7883 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7884 Remove kfail for PR remote/19496.
7885
c4ef31bf
SM
78862016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7887
7888 * lib/gdb.exp (standard_temp_file): Return a path specific to
7889 the runtest invocation.
7890
266b65b3
SM
78912016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7892
7893 * gdb.trace/save-trace.exp: Change relative path to be in the
7894 standard output directory.
7895
a7a0a6a9
JK
78962016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7897
7898 * gdb.arch/i386-prologue.c: Add missing prototypes.
7899
c99dbb42
JK
79002016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7903 * gdb.arch/i386-prologue.exp: Likewise.
7904 * gdb.arch/i386-size.exp: Likewise.
7905
aa480355
SM
79062016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7907
7908 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7909 define object file path.
7910 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7911 file path.
7912 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7913 standard_output_file to define binfile.
7914
ba881f50
JK
79152016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7916
7917 Fix compatibility with recent gfortran-5.3.1.
7918 * gdb.fortran/vla-history.exp (print vla1 allocated)
7919 (print vla2 allocated, print $2, print $3): Remove
7920 (print $4): Rename to ...
7921 (print $2): ... here.
7922 (print $9): Rename to ...
7923 (print $5): ... here.
7924 (print $10): Rename to ...
7925 (print $6): ... here.
7926 * gdb.fortran/vla.f90: Add pvla initialization.
7927
e9fb005c
JK
79282016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7929
7930 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7931 New test.
7932 * gdb.fortran/vla-value-sub.exp: Likewise.
7933
e44e00ff
MK
79342016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7935
7936 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7937
97e94151
SM
79382016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7939
7940 * i386-biarch-core.exp: Define corefile using
7941 standard_output_file.
7942
01113bc1
YQ
79432016-02-12 Yao Qi <yao.qi@linaro.org>
7944
7945 * gdb.arch/arm-single-step-kernel-helper.c: New.
7946 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7947
33b4777c
MM
79482016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7949
7950 * gdb.btrace/tailcall-only.exp: New.
7951 * gdb.btrace/tailcall-only.c: New.
7952 * gdb.btrace/x86_64-tailcall-only.S: New.
7953 * gdb.btrace/i686-tailcall-only.S: New.
7954
acc23c11
PA
79552016-02-11 Pedro Alves <palves@redhat.com>
7956
7957 * README (Parallel testing): Add missing double quotes.
7958
e352bf0a
PA
79592016-02-11 Pedro Alves <palves@redhat.com>
7960
7961 * README (Parallel testing): New section.
7962 (GDB_PARALLEL): Rewrite.
7963 (FORCE_PARALLEL): Document.
7964
9f5fed78
MK
79652016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7966
7967 * gdb.trace/tfile-avx.c: New test.
7968 * gdb.trace/tfile-avx.exp: New test.
7969
9ef9e6a6
KS
79702016-02-09 Keith Seitz <keiths@redhat.com>
7971
7972 PR breakpoints/19546
7973 * gdb.base/infcall-exec.c: New file.
7974 * gdb.base/infcall-exec2.c: New file.
7975 * gdb.base/infcall-exec.exp: New file.
7976
a96e36da
KS
79772016-02-09 Keith Seitz <keiths@redhat.com>
7978
7979 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7980 (toplevel): Call test_bkpt_address.
7981
9f61929f
KS
79822016-02-09 Keith Seitz <keiths@redhat.com>
7983
7984 PR python/19506
7985 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7986 (toplevel): Call test_bkpt_address.
7987
1e94266c
SM
79882016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7989
7990 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7991 to AC_OUTPUT.
7992 * configure: Regenerate.
7993
2a7f3dff
PA
79942016-02-09 Pedro Alves <palves@redhat.com>
7995
7996 PR breakpoints/19548
7997 * gdb.base/execl-update-breakpoints.c (some_function): New
7998 function.
7999 (main): Call it.
8000 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
8001 Tighten expected GDB output.
8002
2151ccc5
SM
80032016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8004
8005 * Makefile.in (ALL_SUBDIRS): Remove.
8006 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
8007 (distclean maintainer-clean realclean): Likewise.
8008 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
8009 * configure: Regenerate.
8010 * gdb.ada/Makefile.in: Delete.
8011 * gdb.arch/Makefile.in: Likewise.
8012 * gdb.asm/Makefile.in: Likewise.
8013 * gdb.base/Makefile.in: Likewise.
8014 * gdb.btrace/Makefile.in: Likewise.
8015 * gdb.cell/Makefile.in: Likewise.
8016 * gdb.compile/Makefile.in: Likewise.
8017 * gdb.cp/Makefile.in: Likewise.
8018 * gdb.disasm/Makefile.in: Likewise.
8019 * gdb.dlang/Makefile.in: Likewise.
8020 * gdb.dwarf2/Makefile.in: Likewise.
8021 * gdb.fortran/Makefile.in: Likewise.
8022 * gdb.gdb/Makefile.in: Likewise.
8023 * gdb.go/Makefile.in: Likewise.
8024 * gdb.guile/Makefile.in: Likewise.
8025 * gdb.java/Makefile.in: Likewise.
8026 * gdb.linespec/Makefile.in: Likewise.
8027 * gdb.mi/Makefile.in: Likewise.
8028 * gdb.modula2/Makefile.in: Likewise.
8029 * gdb.multi/Makefile.in: Likewise.
8030 * gdb.objc/Makefile.in: Likewise.
8031 * gdb.opencl/Makefile.in: Likewise.
8032 * gdb.opt/Makefile.in: Likewise.
8033 * gdb.pascal/Makefile.in: Likewise.
8034 * gdb.perf/Makefile.in: Likewise.
8035 * gdb.python/Makefile.in: Likewise.
8036 * gdb.reverse/Makefile.in: Likewise.
8037 * gdb.server/Makefile.in: Likewise.
8038 * gdb.stabs/Makefile.in: Likewise.
8039 * gdb.threads/Makefile.in: Likewise.
8040 * gdb.trace/Makefile.in: Likewise.
8041 * gdb.xml/Makefile.in: Likewise.
8042 * lib/gdb.exp (make_gdb_parallel_path): Add check for
8043 GDB_PARALLEL.
8044 (standard_output_file): Remove check for GDB_PARALLEL, always
8045 return path in outputs/$subdir/$testname.
8046
437277d4
SM
80472016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8048
8049 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
8050 (site.exp): Assign abs_srcdir to tcl's srcdir.
8051
31d913c7
YQ
80522016-02-04 Yao Qi <yao.qi@linaro.org>
8053
8054 * gdb.base/foll-exec-mode.c: Include limits.h.
8055 (main): Add parameters argc and argv. Get directory from
8056 argv[0].
8057 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
8058 compilation.
8059 * gdb.base/foll-exec.c: Include limits.h.
8060 (main): Add parameters argc and argv.
8061 Get directory from argv[0].
8062 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
8063 Adjust tests on the number of lines as source code changed.
8064 * gdb.base/foll-vfork-exit.c: Include limits.h.
8065 (main): Add one line of statement before vfork.
8066 * gdb.base/foll-vfork.c: Include limits.h and string.h.
8067 (main): Add parameters argc and argv. Get directory from
8068 argv[0].
8069 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
8070 (setup_gdb): Set tbreak to skip some source lines.
8071 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
8072 (main): Add parameters argc and argv. Get directory from
8073 argv[0].
8074 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
8075 compilation.
8076 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
8077 (main): Add parameters argc and argv. Get directory from
8078 argv[0].
8079 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
8080 compilation.
8081
9482b9fb
DE
80822016-02-01 Doug Evans <dje@google.com>
8083
8084 * gdb.base/skip.exp: Clean up multiple references to same test name.
8085
6b2e4f10
PA
80862016-02-01 Pedro Alves <palves@redhat.com>
8087
ccb6afd6 8088 PR remote/19496
6b2e4f10
PA
8089 * gdb.threads/forking-threads-plus-breakpoint.exp
8090 (displaced_stepping_supported): New global.
8091 (probe_displaced_stepping_support): New procedure.
8092 (do_test): Add 'displaced' parameter, and use it.
8093 (top level): Check for displaced stepping support. Add displaced
8094 stepping on/off testing axis.
8095
37a8db1a
AB
80962016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8097
8098 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
8099 pointer. Don't perform further tests on the unassociated pointer
8100 if the first test fails.
8101
5fdf6324
AB
81022016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8103
8104 * gdb.base/max-value-size.c: New file.
8105 * gdb.base/max-value-size.exp: New file.
8106 * gdb.base/huge.exp: Disable max-value-size for this test.
8107
935c6144
IB
81082016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
8109
8110 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
8111
7fe8399d
YQ
81122016-01-28 Yao Qi <yao.qi@linaro.org>
8113
8114 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
8115
a2077e25
PA
81162016-01-25 Pedro Alves <palves@redhat.com>
8117
8118 PR threads/19461
8119 * gdb.base/fork-running-state.c: New file.
8120 * gdb.base/fork-running-state.exp: New file.
8121
1d2736d4
PA
81222016-01-25 Pedro Alves <palves@redhat.com>
8123
8124 PR gdb/19494
8125 * gdb.base/catch-fork-kill.c: New file.
8126 * gdb.base/catch-fork-kill.exp: New file.
8127
f1da4b11
PA
81282016-01-25 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
8131 Delete, moved to lib/gdb.exp.
8132 * gdb.threads/forking-threads-plus-breakpoint.exp
8133 (foreach_with_prefix): Likewise.
8134 * gdb.threads/process-dies-while-handling-bp.exp
8135 (foreach_with_prefix): Likewise.
8136 * lib/gdb.exp (foreach_with_prefix): New procedure.
8137
45f38546
MK
81382016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
8139
8140 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
8141 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
8142
dc29a1ce
MK
81432016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
8144
8145 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
8146 endian targets.
8147
092127d7
JK
81482016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8149 Pedro Alves <palves@redhat.com>
8150
8151 Fix testsuite compatibility with Guile.
8152 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
8153 number.
8154
31d765d3
JK
81552016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8156
8157 Fix testsuite compatibility with Guile.
8158 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
8159 (thread 1): New test for backtrace through signal handler.
8160
1ac78c04
YQ
81612016-01-22 Yao Qi <yao.qi@linaro.org>
8162
8163 PR testsuite/19491
8164 * gdb.base/multi-forks.c: Include
8165 ../lib/unbuffer_output.c
8166 (main): Call gdb_unbuffer_output.
8167
4f5946a8
DE
81682016-01-21 Doug Evans <dje@google.com>
8169
8170 * lib/ada.exp (gdb_compile_ada): Fix typo.
8171
305e13e6
JB
81722016-01-21 Joel Brobecker <brobecker@adacore.com>
8173
8174 * gdb.base/break-fun-addr.exp: New file.
8175 * gdb.base/break-fun-addr1.c: New file.
8176 * gdb.base/break-fun-addr2.c: New file.
8177
5f5dfff6
SM
81782016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8179
8180 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
8181 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
8182 enum flag values.
8183
fd356fa2
AA
81842016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
8185
8186 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
8187 when GDB can not set the vector return value. Add more comments
8188 for clarification.
8189
9df22175
AT
81902016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
8191
8192 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
8193 command.
8194
41d1845e
SM
81952016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8196
8197 * Makefile.in (DO_RUNTEST): Add --status and update usages.
8198
01ac6840
SM
81992016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8200
8201 * Makefile.in (check-single): Pass --status to runtest.
8202 (check/%.exp): Likewise.
8203
82042016-01-19 Simon Marchi <simon.marchi@ericsson.com>
8205
8206 * Makefile.in (check-parallel): Propagate return code from make
8207 do-check-parallel.
8208
bd0a71fa
MK
82092016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
8210
8211 * gdb.trace/ftrace.exp: Fix expected message on continue.
8212 * gdb.trace/pending.exp: Fix expected message on continue.
8213 * gdb.trace/trace-break.exp: Fix expected message on continue.
8214
8bcbad33
SM
82152016-01-18 Simon Marchi <simon.marchi@ericsson.com>
8216
8217 * lib/gdb.exp (gdb_test): Remove unused global references.
8218
f303dbd6
PA
82192016-01-18 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.base/async-shell.exp: Adjust expected output.
8222 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
8223 * gdb.base/siginfo-thread.exp: Adjust expected output.
8224 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
8225 * gdb.java/jnpe.exp: Adjust expected output.
8226 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
8227 * gdb.threads/continue-pending-status.exp: Adjust expected output.
8228 * gdb.threads/leader-exit.exp: Adjust expected output.
8229 * gdb.threads/manythreads.exp: Adjust expected output.
8230 * gdb.threads/pthreads.exp: Adjust expected output.
8231 * gdb.threads/schedlock.exp: Adjust expected output.
8232 * gdb.threads/siginfo-threads.exp: Adjust expected output.
8233 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
8234 expected output.
8235 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
8236 output.
8237 * gdb.threads/sigthread.exp: Adjust expected output.
8238 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
8239
b2789696
YQ
82402016-01-18 Yao Qi <yao.qi@linaro.org>
8241
8242 * gdb.guile/scm-section-script.c: Replace @progbits with
8243 %progbits.
8244 * gdb.python/py-section-script.c: Likewise.
8245
71ef29a8
PA
82462016-01-15 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.multi/tids.exp: Test star wildcard ranges.
8249
3f5b7598
PA
82502016-01-15 Pedro Alves <palves@redhat.com>
8251
8252 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
8253 command from "thread apply" invocation.
8254 (thr_apply_info_thr_invalid): Default the expected output to the
8255 input tid list.
8256 (top level): Add tests that use convenience variables. Add tests
8257 for "thread apply" with a valid TID list, but missing the command.
8258
663f6d42
PA
82592016-01-13 Pedro Alves <palves@redhat.com>
8260
8261 * gdb.base/default.exp: Expect $_gthread as well.
8262 * gdb.multi/tids.exp: Test $_gthread.
8263 * gdb.threads/thread-specific.exp: Test $_gthread.
8264
c84f6bbf
PA
82652016-01-13 Pedro Alves <palves@redhat.com>
8266
8267 * gdb.multi/tids.exp: Test "info threads -gid".
8268
22a02324
PA
82692016-01-13 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8272 Breakpoint.thread.
8273 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8274
5d5658a1
PA
82752016-01-07 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.base/break.exp: Adjust to output changes.
8278 * gdb.base/hbreak2.exp: Likewise.
8279 * gdb.base/sepdebug.exp: Likewise.
8280 * gdb.base/watch_thread_num.exp: Likewise.
8281 * gdb.linespec/keywords.exp: Likewise.
8282 * gdb.multi/info-threads.exp: Likewise.
8283 * gdb.threads/thread-find.exp: Likewise.
8284 * gdb.multi/tids.c: New file.
8285 * gdb.multi/tids.exp: New file.
8286
84654457
PA
82872016-01-13 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8290
e3940304
PA
82912016-01-13 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/default.exp: Expect $_inferior as well.
8294 * gdb.multi/base.exp: Test $_inferior.
8295
a911d87a
PA
82962016-01-13 Pedro Alves <palves@redhat.com>
8297
8298 PR breakpoints/19388
8299 * gdb.base/catch-signal-siginfo-cond.c: New file.
8300 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8301
82075af2
JS
83022016-01-12 Josh Stone <jistone@redhat.com>
8303 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8304
8305 * gdb.base/catch-syscall.c (do_execve): New variable.
8306 (main): Conditionally trigger an execve.
8307 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8308 (test_catch_syscall_execve): New, check entry/return across execve.
8309 (do_syscall_tests): Call test_catch_syscall_execve.
8310
e46eeedd
PA
83112016-01-12 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.base/random-signal.exp (do_test): New procedure, with body
8314 of testcase moved in.
8315
01d8c27e
JK
83162016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8317 Pedro Alves <palves@redhat.com>
8318
8319 * gdb.base/funcargs.exp (finish from indirectly called function):
8320 Reintroduce the case for 'First'.
8321
9a706302
JK
83222016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8323 Pedro Alves <palves@redhat.com>
8324
8325 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8326 (tcatch_vfork_then_child_follow_exec)
8327 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8328 identification.
8329
c0ecb95f
JK
83302016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8331
8332 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8333 and repeats to unlimited.
8334 * gdb.python/py-value.exp: Likewise.
8335 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8336 and repeats to unlimited.
8337
6cfc1fcb
JK
83382016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8339
8340 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8341 and reordering the functions.
8342 * gdb.multi/hangout.c: Likewise.
8343 * gdb.multi/hello.c: Likewise.
8344
582a1b00
SM
83452016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8346
8347 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8348 absolute.
8349 (SingleStatisticTestResult.report): Use dict.keys instead of
8350 dict.iterkeys.
8351
79bc59cb
PA
83522016-01-06 Pedro Alves <palves@redhat.com>
8353
8354 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8355
43368e1d
MM
83562016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8357
8358 * gdb.btrace/dlopen.exp: New.
8359 * gdb.btrace/dlopen.c: New.
8360 * gdb.btrace/dlopen-dso.c: New.
8361
79fad5b8
SL
83622015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8363
8364 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8365 PATTERN argument is optional.
8366
ab8314b3
JB
83672015-12-24 Joel Brobecker <brobecker@adacore.com>
8368
8369 * lib/ada.exp (target_compile_ada_from_dir): New function.
8370 (gdb_compile_ada): Reimplement avoiding the use of project files.
8371 * gdb.ada/gnat_ada.gpr: Delete.
8372 * gdb.ada/cond_lang.exp: Adjust test to make path before
8373 filename optional.
8374 * gdb.ada/small_reg_param.exp: Likewise.
8375
fe33faff
SM
83762015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8377
8378 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8379
6d265cb4
TP
83802015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8381
8382 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8383 case.
8384
10125099
SM
83852015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8386
8387 * gdb.base/break.exp: Remove dead code.
8388 * gdb.base/sepdebug.exp: Likewise.
8389
3ca22649
SM
83902015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8391
8392 * gdb.asm/asm-source.exp: Remove HP-UX references.
8393 * gdb.base/annota1.exp: Likewise.
8394 * gdb.base/annota3.exp: Likewise.
8395 * gdb.base/attach.exp: Likewise.
8396 * gdb.base/bigcore.exp: Likewise.
8397 * gdb.base/break.exp: Likewise.
8398 * gdb.base/call-ar-st.exp: Likewise.
8399 * gdb.base/callfuncs.exp: Likewise.
8400 * gdb.base/catch-fork-static.exp: Likewise.
8401 * gdb.base/display.exp: Likewise.
8402 * gdb.base/foll-exec-mode.exp: Likewise.
8403 * gdb.base/foll-exec.exp: Likewise.
8404 * gdb.base/foll-fork.exp: Likewise.
8405 * gdb.base/foll-vfork.exp: Likewise.
8406 * gdb.base/funcargs.exp: Likewise.
8407 * gdb.base/hbreak2.exp: Likewise.
8408 * gdb.base/inferior-died.exp: Likewise.
8409 * gdb.base/interrupt.exp: Likewise.
8410 * gdb.base/multi-forks.exp: Likewise.
8411 * gdb.base/nodebug.exp: Likewise.
8412 * gdb.base/sepdebug.exp: Likewise.
8413 * gdb.base/solib1.c: Likewise.
8414 * gdb.base/step-test.exp: Likewise.
8415 * gdb.mi/non-stop.c: Likewise.
8416 * gdb.mi/pthreads.c: Likewise.
8417 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8418 * gdb.threads/pthreads.c: Likewise.
8419 * gdb.threads/staticthreads.exp: Likewise.
8420 * lib/future.exp: Likewise.
8421 * lib/gdb.exp: Likewise.
8422 * gdb.base/so-indr-cl.c: Remove.
8423 * gdb.base/so-indr-cl.exp: Likewise.
8424 * gdb.base/solib.c: Likewise.
8425 * gdb.base/solib.exp: Likewise.
8426 * gdb.base/solib2.c: Likewise.
8427
b6304613
SM
84282015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8429
8430 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8431 * gdb.base/call-ar-st.exp: Likewise.
8432 * gdb.base/callfuncs.exp: Likewise.
8433 * gdb.base/condbreak.exp: Likewise.
8434 * gdb.base/constvars.exp: Likewise.
8435 * gdb.base/hbreak2.exp: Likewise.
8436 * gdb.base/langs.exp: Likewise.
8437 * gdb.base/list.exp: Likewise.
8438 * gdb.base/long_long.exp: Likewise.
8439 * gdb.base/ptype.exp: Likewise.
8440 * gdb.base/scope.exp: Likewise.
8441 * gdb.base/signals.exp: Likewise.
8442 * gdb.base/so-impl-ld.exp: Likewise.
8443 * gdb.base/varargs.exp: Likewise.
8444 * gdb.base/volatile.exp: Likewise.
8445 * gdb.base/whatis.exp: Likewise.
8446 * gdb.cp/cplusfuncs.exp: Likewise.
8447 * gdb.cp/inherit.exp: Likewise.
8448 * gdb.cp/local.exp: Likewise.
8449 * gdb.cp/member-ptr.exp: Likewise.
8450 * gdb.cp/method.exp: Likewise.
8451 * gdb.cp/overload.exp: Likewise.
8452 * gdb.cp/templates.exp: Likewise.
8453 * gdb.stabs/weird.exp: Likewise.
8454 * lib/compiler.c: Likewise.
8455 * lib/compiler.cc: Likewise.
8456 * lib/cp-support.exp: Likewise.
8457 * lib/gdb.exp: Likewise.
8458
bf401b07
SM
84592015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8460
8461 * configure.ac: Remove HP-UX case.
8462 * configure: Regenerate.
8463
aff9c0f8
SM
84642015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8465
8466 * lib/gdb.exp (gdb_compile): Add function doc.
8467
a6904d5a
PA
84682015-12-17 Pedro Alves <palves@redhat.com>
8469
8470 PR threads/19354
8471 * gdb.multi/info-threads.exp: New file.
8472
a22279dd
YQ
84732015-12-15 Yao Qi <yao.qi@linaro.org>
8474
8475 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8476 is aarch64*-*-*.
8477
0588c796
SL
84782015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8479
8480 * gdb.base/history-duplicates.exp: Skip if no readline support.
8481
5d978e17
SL
84822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8483
8484 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8485
7e763b86
SL
84862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8487
8488 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8489
87a3a92c
SL
84902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8491
8492 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8493 ctrl-C if nointerrupts target property is set.
8494 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8495 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8496 * gdb.base/paginate-bg-execution.exp: Likewise.
8497 * gdb.base/paginate-execution-startup.exp: Likewise.
8498 * gdb.base/random-signal.exp: Likewise.
8499 * gdb.base/range-stepping.exp: Likewise.
8500 * gdb.cp/annota2.exp: Likewise.
8501 * gdb.cp/annota3.exp: Likewise.
8502 * gdb.gdb/selftest.exp: Likewise.
8503 * gdb.threads/continue-pending-status.exp: Likewise.
8504 * gdb.threads/leader-exit.exp: Likewise.
8505 * gdb.threads/manythreads.exp: Likewise.
8506 * gdb.threads/pthreads.exp: Likewise.
8507 * gdb.threads/schedlock.exp: Likewise.
8508 * gdb.threads/sigthread.exp: Likewise.
8509
a8f077dc
DB
85102015-12-11 Don Breazeal <donb@codesourcery.com>
8511
8512 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8513 remote.
8514 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8515 * gdb.base/foll-exec.exp (main): Enable for target remote.
8516 * gdb.base/foll-fork.exp (main): Likewise.
8517 * gdb.base/foll-vfork.exp (main): Likewise.
8518 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8519 (proc continue_to_exit_bp_loc): Use clean_restart.
8520 * gdb.base/pie-execl.exp (main): Disable for target remote.
8521 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8522 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8523 * gdb.threads/execl.exp (main): Likewise.
8524 * gdb.threads/fork-child-threads.exp (main): Likewise.
8525 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8526 remote.
8527 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8528 remote.
8529 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8530 pid.tid style ptids, instead of just tid.
8531 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8532 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8533 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8534 ptids, instead of just tid.
8535
3b2464a8
AB
85362015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8537
8538 * gdb.base/list.exp (test_list_forward): Add end of file error
8539 test.
8540 (test_repeat_list_command): Add end of file error test.
8541 (test_list_backwards): Add beginning of file error test.
8542
a0def019
AB
85432015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8544
8545 * gdb.base/list.exp (test_list_invalid_args): New function,
8546 defined, and called.
8547
5c000dff
AB
85482015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8549
8550 * gdb.base/list.exp (test_list): Make test names unique.
8551
f1637ebe
YQ
85522015-12-11 Yao Qi <yao.qi@linaro.org>
8553
8554 * gdb.base/coremaker2.c: Remove.
8555
36d6fc0a
PA
85562015-12-10 Pedro Alves <palves@redhat.com>
8557
8558 * gdb.multi/base.exp: Remove stale "spaces" references.
8559
762f7747
PA
85602015-12-10 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.multi/base.exp: Don't use nowarnings.
8563 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8564 * gdb.multi/hangout.c: Include stdio.h.
8565 * gdb.multi/hello.c: Include stdlib.h.
8566 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8567 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8568 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8569
28d2bfb9
AB
85702015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8571
8572 * gdb.dwarf2/dw2-ranges-base.c: New file.
8573 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8574 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8575 support additional line table, and debug ranges generation.
8576 (Dwarf::ranges): New function, generate .debug_ranges.
8577 (Dwarf::lines): Support generating simple line table programs.
8578 (Dwarf::assemble): Initialise new namespace variables.
8579
5fc2beac
KB
85802015-12-09 Kevin Buettner <kevinb@redhat.com>
8581
8582 * gdb.base/async.exp (proc test_background): Add case for
8583 asynchronous execution not supported.
8584
1c35a88f
LM
85852015-12-09 Luis Machado <lgustavo@codesourcery.com>
8586
8587 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8588 format and change test names to make them unique.
8589
b593e3d9
RK
85902015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8591 Pedro Alves <pedro@redhat.com>
8592
8593 PR gdb/18702
8594 Add checking of floatformats setup on x86_64 hosts.
8595 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8596 (smallval, bigval): New labels/constants.
8597 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8598 float" after loading bigval and smallval.
8599
d72413e6
PMR
86002015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8601
8602 * gdb.ada/fun_overload_menu.exp: New testcase.
8603 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8604
ece66d65
JS
86052015-12-04 Josh Stone <jistone@redhat.com>
8606
8607 * gdb.base/catch-fork-static.exp: New.
8608
41d0efca
YQ
86092015-12-03 Yao Qi <yao.qi@linaro.org>
8610
8611 * gdb.base/sizeof.c: Don't include stdio.h and
8612 ../lib/unbuffer_output.c.
8613 (main): New variable 'size' and 'value'. Remove printf and
8614 gdb_unbuffer_output. Assign return value to size and value.
8615 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8616 at the beginning.
8617 (check_sizeof): Check the result by printing variable 'size'.
8618 (check_valueof): Check the result by printing variable 'value'.
8619
99fd02d9
YQ
86202015-12-01 Yao Qi <yao.qi@linaro.org>
8621
8622 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8623 for aarch64*-*-linux* target.
8624
f2faf941
PA
86252015-11-30 Pedro Alves <palves@redhat.com>
8626
8627 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8628
04bf20c5
PA
86292015-11-30 Pedro Alves <palves@redhat.com>
8630
8631 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8632 Handle non-stop mode vCont replies.
8633
09df4675
PA
86342015-11-30 Pedro Alves <palves@redhat.com>
8635
8636 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8637 prepare_for_testing. Start gdb with "set non-stop on" appended to
8638 GDBFLAGS. Lax expected stop output.
8639
58b584af
YQ
86402015-11-27 Yao Qi <yao.qi@linaro.org>
8641
8642 * gdb.arch/arm-neon.exp: New.
8643 * gdb.arch/arm-neon.c: New.
8644
dfcb77a8
YQ
86452015-11-27 Yao Qi <yao.qi@linaro.org>
8646
8647 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8648
88e8ec1b
YQ
86492015-11-27 Yao Qi <yao.qi@linaro.org>
8650
8651 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8652 frames-invalid annotation.
8653
bfde72c2
YQ
86542015-11-27 Yao Qi <yao.qi@linaro.org>
8655
8656 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8657
f6512a69
SM
86582015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8659
8660 * gdb.threads/names.exp: New file.
8661 * gdb.threads/names.c: New file.
8662 * README: Mention gdb,no_thread_names.
8663
46a3515b
MM
86642015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8665
8666 PR 19297
8667 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8668 support" error.
8669
62147a22
PA
86702015-11-24 Pedro Alves <palves@redhat.com>
8671
8672 PR 17539
8673 * gdb.base/display.exp: Expect displays to be sorted in ascending
8674 order. Use multi_line.
8675 * gdb.base/solib-display.exp: Likewise.
8676
2f341b6e
PA
86772015-11-24 Pedro Alves <palves@redhat.com>
8678
8679 PR 17539
25d49b86
PA
8680 * gdb.base/display.exp: Expect displays to be sorted in ascending
8681 order. Use multi_line.
8682 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8683
7e0aa6aa
PA
86842015-11-24 Pedro Alves <palves@redhat.com>
8685
8686 PR 17539
8687 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8688 threads in ascending order.
8689 * gdb.base/foll-fork.exp: Likewise.
8690 * gdb.base/foll-vfork.exp: Likewise.
8691 * gdb.base/multi-forks.exp: Likewise.
8692 * gdb.mi/mi-nonstop.exp: Likewise.
8693 * gdb.mi/mi-nsintrall.exp: Likewise.
8694 * gdb.multi/base.exp: Likewise.
8695 * gdb.multi/multi-arch.exp: Likewise.
8696 * gdb.python/py-inferior.exp: Likewise.
8697 * gdb.threads/break-while-running.exp: Likewise.
8698 * gdb.threads/execl.exp: Likewise.
8699 * gdb.threads/gcore-thread.exp: Likewise.
8700 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8701 * gdb.threads/kill.exp: Likewise.
8702 * gdb.threads/linux-dp.exp: Likewise.
8703 * gdb.threads/multiple-step-overs.exp: Likewise.
8704 * gdb.threads/next-bp-other-thread.exp: Likewise.
8705 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8706 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8707 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8708 * gdb.threads/thread-find.exp: Likewise.
8709 * gdb.threads/tls.exp: Likewise.
8710 * lib/mi-support.exp (mi_reverse_list): Delete.
8711 (mi_check_thread_states): No longer reverse list.
8712
2cc57ad8
PA
87132015-11-24 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8716 use lowercase.
8717
c93e8391
SM
87182015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8719
8720 * gdb.trace/actions.c: Include trace-common.h.
8721 (main): Add a location for a fast tracepoint.
8722 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8723 the normal tracepoints.
8724 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8725
045ccf91
SM
87262015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8727
8728 * save-trace.exp: Factor out code to these...
8729 (gdb_save_tracepoints): New.
8730 (gdb_load_tracepoints): New.
8731 (do_save_load_test): New.
8732
5506f9f6
KB
87332015-11-23 Kevin Buettner <kevinb@redhat.com>
8734
8735 * gdb.base/asmlabel.exp: New test.
8736 * gdb.base/asmlabel.c: New test case.
8737
16c3b12f
JB
87382015-11-23 Joel Brobecker <brobecker@adacore.com>
8739
8740 * gdb.base/wrong_frame_bt_full-main.c: New file.
8741 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8742 * gdb.base/wrong_frame_bt_full.exp: New file.
8743
155bfbd3
JB
87442015-11-23 Joel Brobecker <brobecker@adacore.com>
8745
8746 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8747
bb097445
JM
87482015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8749
206853a0 8750 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8751 pstate register when comparing registers values in
8752 sparc64-*-linux-gnu targets to avoid spurious differences.
8753
9c88ed8f
JM
87542015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8755
206853a0 8756 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8757
96161e25
SL
87582015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8759
8760 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8761 as type argument to gdb_compile.
8762 * gdb.base/nested-subp2.exp: Likewise.
8763 * gdb.base/nested-subp3.exp: Likewise.
8764
340c2830
DV
87652015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8766
8767 * lib/dwarf.exp (_note): Fix left shift of negative value.
8768 * gdb.trace/trace-condition.exp: Likewise.
8769
c1862d0f
YQ
87702015-11-13 Yao Qi <yao.qi@linaro.org>
8771
8772 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8773 comments about d10v.
8774 (test_scalar_returns): Likewise.
8775 * gdb.base/d10v.ld: Remove.
8776 * gdb.base/overlays.exp: Remove the target triplet checking for
8777 d10v-*-*.
8778 * gdb.base/structs.exp (test_struct_returns): Remove the
8779 comments about d10v.
8780 (test_struct_calls): Likewise.
8781
77ae9c19
YQ
87822015-11-13 Yao Qi <yao.qi@linaro.org>
8783
8784 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8785 * gdb.base/gnu_vector.c: Don't include stdio.h.
8786 (main): Don't print res and call add_some_intvecs.
8787
430e004e
MK
87882015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8789
8790 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8791 macro.
8792 (func5): Removed.
8793 (func4): Use FAST_TRACEPOINT_LABEL.
8794 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8795 macro.
8796 (func): Removed.
8797 (thread_function): Use FAST_TRACEPOINT_LABEL.
8798 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8799 (func): Remove.
8800 (marker): Use FAST_TRACEPOINT_LABEL.
8801 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8802 (pendfunc1): Remove.
8803 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8804 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8805 (foo): Remove.
8806 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8807 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8808 macro.
8809 (func): Remove.
8810 (marker): Use FAST_TRACEPOINT_LABEL.
8811 * gdb.trace/trace-common.h: New header.
8812 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8813 macro.
8814 (func): Remove.
8815 (marker): Use FAST_TRACEPOINT_LABEL.
8816 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8817 (func): Remove.
8818 (thread_function): Use FAST_TRACEPOINT_LABEL.
8819
6e7675a7
MK
88202015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8821
8822 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8823 in front.
8824 * gdb.trace/change-loc.exp: Use global pcreg definition.
8825 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8826 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8827 in front.
8828 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8829 * gdb.trace/pending.exp: Likewise.
8830 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8831 * gdb.trace/trace-break.exp: Likewise.
8832 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8833 in front.
8834 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8835 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8836 in front.
8837 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8838
dddc0e16
JB
88392015-11-09 Joel Brobecker <brobecker@adacore.com>
8840
8841 * gdb.ada/fin_fun_out: New testcase.
8842
c6f0b406
KB
88432015-11-07 Kevin Buettner <kevinb@redhat.com>
8844
8845 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8846 value associated with DW_AT_byte_size.
8847 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8848 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8849 DW_AT_upper_bound.
8850
f01dcfd9
KB
88512015-11-07 Kevin Buettner <kevinb@redhat.com>
8852
8853 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8854 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8855 version.
8856 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8857 gdb.dwarf2/dw2-canonicalize-type.exp,
8858 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8859 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8860 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8861 provided by gdb_target_symbol_prefix_flags_asm.
8862 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8863 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8864 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8865 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8866 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8867 macros where needed). Use this macro for symbols which require
8868 the prefix provided by SYMBOL_PREFIX.
8869
2223449a
KB
88702015-11-05 Kevin Buettner <kevinb@redhat.com>
8871
8872 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8873 New procs.
8874 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8875 representing expressions, of more than one list element.
8876 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8877 to prepend linker symbol prefix to f.
8878 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8879 table_1 and table_2.
8880 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8881 Likewise, for f and g.
8882 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8883 for ptr.
8884 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8885 for main.
8886 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8887 table_1_ptr and table_2_ptr.
8888
6f2f1a3a
JK
88892015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8890 Joel Brobecker <brobecker@adacore.com>
8891
8892 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8893
566c56c9
MK
88942015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8895
8896 * gdb.reverse/s390-mvcle.c: New test.
8897 * gdb.reverse/s390-mvcle.exp: New file.
8898 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8899
d5f0636b
MK
89002015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8901
8902 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8903
7ad8b86c
MK
89042015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8905
8906 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8907 reaching marker2.
8908 * gdb.reverse/getresuid-reverse.exp: Likewise.
8909 * gdb.reverse/pipe-reverse.exp: Likewise.
8910 * gdb.reverse/readv-reverse.exp: Likewise.
8911 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8912 * gdb.reverse/time-reverse.exp: Likewise.
8913 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8914
4081c0f1
YQ
89152015-10-30 Yao Qi <yao.qi@linaro.org>
8916
8917 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8918 (empty_cycle): Remove.
8919 (main): Don't call empty_cycle. Don't use watch_count_done.
8920 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8921 empty_cycle. Rewrite the code counting HW watchpoints.
8922
452b4ba5
MK
89232015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8924
8925 * gdb.reverse/fstatat-reverse.c: New test.
8926 * gdb.reverse/fstatat-reverse.exp: New file.
8927 * gdb.reverse/getresuid-reverse.c: New test.
8928 * gdb.reverse/getresuid-reverse.exp: New file.
8929 * gdb.reverse/pipe-reverse.c: New test.
8930 * gdb.reverse/pipe-reverse.exp: New file.
8931 * gdb.reverse/readv-reverse.c: New test.
8932 * gdb.reverse/readv-reverse.exp: New file.
8933 * gdb.reverse/recvmsg-reverse.c: New test.
8934 * gdb.reverse/recvmsg-reverse.exp: New file.
8935 * gdb.reverse/time-reverse.c: New test.
8936 * gdb.reverse/time-reverse.exp: New file.
8937 * gdb.reverse/waitpid-reverse.c: New test.
8938 * gdb.reverse/waitpid-reverse.exp: New file.
8939
5e2e7507
JK
89402015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8941
8942 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8943
0fde2c53
DE
89442015-10-26 Doug Evans <dje@google.com>
8945
8946 PR symtab/17391
8947 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8948 * gdb.dwarf2/bad-regnum.c: New file.
8949 * gdb.dwarf2/bad-regnum.exp: New file.
8950
1a70ae97
DE
89512015-10-26 Doug Evans <dje@google.com>
8952
8953 PR python/18938
8954 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8955 file.
8956
27dc26ab
JK
89572015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8958
8959 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8960 for a change by "Mention language in compile error message".
8961
bed91f4d
SM
89622015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8963
8964 PR python/18073
8965 * gdb.python/py-type.c (C::a_method): New.
8966 (C::a_const_method): New.
8967 (C::a_static_method): New.
8968 (a_function): New.
8969 * gdb.python/py-type.exp (test_fields): Test getting fields
8970 from function and method.
8971
3f2f83dd
KB
89722015-10-21 Keven Boell <keven.boell@intel.com>
8973
8974 * gdb.fortran/vla-alloc-assoc.exp: New file.
8975 * gdb.fortran/vla-datatypes.exp: New file.
8976 * gdb.fortran/vla-datatypes.f90: New file.
8977 * gdb.fortran/vla-history.exp: New file.
8978 * gdb.fortran/vla-ptype-sub.exp: New file.
8979 * gdb.fortran/vla-ptype.exp: New file.
8980 * gdb.fortran/vla-sizeof.exp: New file.
8981 * gdb.fortran/vla-sub.f90: New file.
8982 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8983 * gdb.fortran/vla-value-sub-finish.exp: New file.
8984 * gdb.fortran/vla-value-sub.exp: New file.
8985 * gdb.fortran/vla-value.exp: New file.
8986 * gdb.fortran/vla-ptr-info.exp: New file.
8987 * gdb.mi/mi-vla-fortran.exp: New file.
8988 * gdb.mi/vla.f90: New file.
8989
27145d50
SL
89902015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8991
8992 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8993 of hardwired timeout value.
8994
5f3ff4f8
JK
89952015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8996 Pedro Alves <palves@redhat.com>
8997
8998 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8999 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
9000
bfd09d20
JS
90012015-10-19 Josh Stone <jistone@redhat.com>
9002
9003 * gdb.base/catch-syscall.c: Include <sched.h>.
9004 (unknown_syscall): New variable.
9005 (main): Trigger a vfork and an unknown syscall.
9006 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
9007 (unknown_syscall_number): Likewise.
9008 (check_call_to_syscall): Accept an optional syscall pattern.
9009 (check_return_from_syscall): Likewise.
9010 (check_continue): Likewise.
9011 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
9012 (test_catch_syscall_skipping_return): New test toggling off 'catch
9013 syscall' to step over the syscall return, then toggling back on.
9014 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
9015 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
9016 (do_syscall_tests): Call test_catch_syscall_without_args and
9017 test_catch_syscall_mid_vfork.
9018 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
9019 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
9020
b32b93c6
AS
90212015-10-19 Andrew Stubbs <ams@codesourcery.com>
9022
9023 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
9024 print g_vE): Add new pass patterns.
9025 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
9026 print various symbol names for vptr fields.
9027
9d622bda
AB
90282015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
9029
9030 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
9031 results.
9032
0fd8ac1c
YQ
90332015-10-12 Yao Qi <yao.qi@linaro.org>
9034
9035 * gdb.arch/disp-step-insn-reloc.exp: New test case.
9036
34240514
YQ
90372015-10-12 Yao Qi <yao.qi@linaro.org>
9038
9039 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
9040 is aarch64*-*-linux*.
9041
8240f442
YQ
90422015-10-12 Yao Qi <yao.qi@linaro.org>
9043
9044 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
9045 (can_relocate_bcond_true): ... it.
9046 (can_relocate_bcond_false): New function.
9047 (foo): Likewise.
9048 (can_relocate_bl): Likewise.
9049 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
9050 can_relocate_bl.
9051
2520f728
PMR
90522015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
9053
9054 * gdb.base/nested-addr.c: New file.
9055 * gdb.base/nested-addr.exp: New testcase.
9056
abcef95a
MM
90572015-10-09 Markus Metzger <markus.t.metzger@intel.com>
9058
9059 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
9060 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
9061 its output. Ignore the output of "record goto begin" and instead
9062 check that GDB is replaying.
9063
145e3ddb
PA
90642015-10-09 Pedro Alves <palves@redhat.com>
9065
9066 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
9067 (top level): Use it in the run with no args test.
9068
d5d8c4e1
IB
90692015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
9070
9071 * gdb.dlang/properties.exp: New file.
9072
06e635ef
SL
90732015-10-02 Sandra Loosemore <sandra@codesourcery.com>
9074
9075 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
9076 whether or not address 0x1000 is mapped on the target.
9077
e019fd1d
SM
90782015-09-30 Simon Marchi <simon.marchi@ericsson.com>
9079
9080 * gdb.python/py-type.exp: Do not run tests if binaries fail to
9081 build.
9082
77ba2a67
MM
90832015-09-30 Markus Metzger <markus.t.metzger@intel.com>
9084
9085 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
9086 instruction-history test.
9087
c60eb31f
DE
90882015-09-28 Doug Evans <dje@google.com>
9089
9090 * gdb.base/gcore.c (array_func): Add reference to static_array.
9091
9a3c8263
SM
90922015-09-25 Simon Marchi <simon.marchi@ericsson.com>
9093
9094 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
9095 source line.
9096
9720e656
SL
90972015-09-24 Sandra Loosemore <sandra@codesourcery.com>
9098
9099 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
9100 short or char as base type.
9101
938d3bf2
SL
91022015-09-23 Sandra Loosemore <sandra@codesourcery.com>
9103
9104 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
9105 to allow any size enum.
9106
e6c2c623
PMR
91072015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
9108
9109 * gdb.ada/array_ptr_renaming.exp: New testcase.
9110 * gdb.ada/array_ptr_renaming/foo.adb: New file.
9111 * gdb.ada/array_ptr_renaming/pack.ads: New file.
9112
06da0f77
PL
91132015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9114
9115 * gdb.trace/ftrace-lock.c: New file.
9116 * gdb.trace/ftrace-lock.exp: New file.
9117
4f51c22a
PL
91182015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9119
9120 * gdb.arch/insn-reloc.c: New file.
9121 * gdb.arch/ftrace-insn-reloc.exp: New file.
9122
7041adf4
PL
91232015-09-21 Pierre Langlois <pierre.langlois@arm.com>
9124
9125 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
9126 instruction.
9127 * gdb.trace/pendshr1.c (pendfunc): Likewise.
9128 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
9129 * gdb.trace/range-stepping.c: Likewise.
9130 * gdb.trace/trace-break.c: Likewise.
9131 * gdb.trace/trace-mt.c (thread_function): Likewise.
9132 * gdb.trace/ftrace.c (marker): Likewise.
9133 * gdb.trace/trace-condition.c (marker): Likewise.
9134 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
9135 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
9136 is_aarch64_target.
9137
015d2e7e
DE
91382015-09-18 Doug Evans <xdje42@gmail.com>
9139
9140 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
9141 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
9142
26b188a2
SL
91432015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9144
9145 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
9146 the breakpoint.
9147
79dc332b
SL
91482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9149
9150 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
9151 the pending breakpoint. Remove timeout override for "Run till
9152 MI pending breakpoint on pendfunc3 on thread 2" test.
9153
f57929f2
SL
91542015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9155
9156 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
9157 filename pattern.
9158
3f469b17
SL
91592015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9160
9161 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
9162 in breakpoint filename pattern.
9163
515b89b3
SL
91642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9165
7800dbe4
SL
9166 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
9167
91682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
9169
515b89b3
SL
9170 * gdb.linespec/explicit.exp: Check for readline support for
9171 tab-completion tests. Fix obvious typo.
9172
d2939ba2
MM
91732015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9174
9175 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
9176 and replay.
9177
cbb55fa7
MM
91782015-09-18 Markus Metzger <markus.t.metzger@intel.com>
9179
9180 * gdb.btrace/non-stop.c: New.
9181 * gdb.btrace/non-stop.exp: New.
9182
43691ca1
PL
91832015-09-17 Pierre Langlois <pierre.langlois@arm.com>
9184 Yao Qi <yao.qi@linaro.org>
9185
9186 * gdb.trace/trace-condition.c: New file.
9187 * gdb.trace/trace-condition.exp: New file.
9188
d78908cf
WW
91892015-09-16 Wei-cheng Wang <cole945@gmail.com>
9190
9191 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
9192 for testing bytecode compilation.
9193
1ed415e2
PA
91942015-09-16 Pedro Alves <palves@redhat.com>
9195 Sandra Loosemore <sandra@codesourcery.com>
9196
9197 * gdb.threads/non-stop-fair-events.c (timeout): New global.
9198 (SECONDS): Redefine.
9199 (main): Call pthread_kill and alarm early.
9200 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
9201 support.
9202 (test): If the target can't hardware step and doesn't support
9203 displaced stepping, increase the timeout.
9204
d136eff5
PA
92052015-09-16 Pedro Alves <palves@redhat.com>
9206
9207 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
9208 (enable_debug): New procedures.
9209 (test): Use them. Bail out if waiting for threads fails.
9210 (top level): Bail out if a test fails.
9211
991f019c
YQ
92122015-09-16 Yao Qi <yao.qi@linaro.org>
9213
9214 * gdb.asm/asm-source.exp: Set asm-arch for
9215 aarch64*-*-* target.
9216 * gdb.asm/aarch64.inc: New file.
9217
bfca584f
PMR
92182015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
9219
9220 * gdb.ada/array_of_variable_length.exp: New testcase.
9221 * gdb.ada/array_of_variable_length/foo.adb: New file.
9222 * gdb.ada/array_of_variable_length/pck.adb: New file.
9223 * gdb.ada/array_of_variable_length/pck.ads: New file.
9224
b326e587
DE
92252015-09-15 Doug Evans <dje@google.com>
9226
9227 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
9228 of function static local variable.
9229
5382cfab
PW
92302015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9231
9232 * gdb.threads/tls-so_extern.exp: New test file.
9233 * gdb.threads/tls-so_extern.c: New test file.
9234 * gdb.threads/tls-so_extern_main.c: New test file.
9235
141c5cc4
JK
92362015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9237
9238 * gdb.opt/solib-intra-step-lib.c: New file.
9239 * gdb.opt/solib-intra-step-main.c: New file.
9240 * gdb.opt/solib-intra-step.exp: New file.
9241
d15dcecd
PA
92422015-09-15 Pedro Alves <palves@redhat.com>
9243
9244 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
9245 gdb_continue_to_breakpoint instead of gdb_test_multiple.
9246
4c2f2a79
PA
92472015-09-14 Pedro Alves <palves@redhat.com>
9248
9249 * gdb.base/hook-stop-continue.c: Delete.
9250 * gdb.base/hook-stop-continue.exp: Delete.
9251 * gdb.base/hook-stop-frame.c: Delete.
9252 * gdb.base/hook-stop-frame.exp: Delete.
9253 * gdb.base/hook-stop.c: New file.
9254 * gdb.base/hook-stop.exp: New file.
9255
919e6dbe
PMR
92562015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
9257
9258 * gdb.ada/access_to_packed_array.exp: New testcase.
9259 * gdb.ada/access_to_packed_array/foo.adb: New file.
9260 * gdb.ada/access_to_packed_array/pack.adb: New file.
9261 * gdb.ada/access_to_packed_array/pack.ads: New file.
9262
157280a4
MM
92632015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9264
9265 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9266 buffer size test.
9267
2fd33e94
DB
92682015-09-11 Don Breazeal <donb@codesourcery.com>
9269
9270 * gdb.base/foll-exec.c: Add copyright header. Fix
9271 formatting issues.
9272 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9273 (do_exec_tests): Use clean_restart in place of zap_session,
9274 and for test initialization. Fix formatting issues. Use
9275 fail in place of perror.
9276 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9277 an expect statement to match an expression with output from
9278 the program under debug.
9279 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9280 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9281 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9282 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9283 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9284
e70b6e8e
DE
92852015-09-09 Doug Evans <dje@google.com>
9286
9287 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9288
7a551a51
DE
92892015-09-09 Doug Evans <dje@google.com>
9290
9291 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9292
4c666f84
DE
92932015-09-09 Doug Evans <dje@google.com>
9294
9295 * gdb.base/savedregs.exp: Fix typo.
9296
243a9253
PA
92972015-09-09 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9300
c0fa8fbd
SL
93012015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9302
9303 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9304 command actually switches threads. Give up on remaining
9305 tests if target fails to stop at breakpoint.
9306
cd7c1778
PMR
93072015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9308
9309 * gdb.ada/funcall_char.exp: New testcase.
9310 * gdb.ada/funcall_char/foo.adb: New file.
9311
dc5c8746
PMR
93122015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9313
9314 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9315 expected outputs. Add two testcases for completing ambiguous
9316 functions.
9317 * gdb.ada/complete/aux_pck.adb: New file.
9318 * gdb.ada/complete/aux_pck.ads: New file.
9319 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9320 Ambiguous_Func functions.
9321 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9322 * gdb.ada/complete/pck.adb: Likewise.
9323
4e83a1e7
UW
93242015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9325
9326 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9327 failures to run the test program under GDB.
9328
8ce74153
LM
93292015-08-26 Luis Machado <lgustavo@codesourcery.com>
9330
9331 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9332 to C.
9333
e9756d52
PP
93342015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9335
9336 * gdb.base/run-after-attach.exp: New test file.
9337 * gdb.base/run-after-attach.c: New test file.
9338
8d37573b
DB
93392015-08-26 Don Breazeal <donb@codesourcery.com>
9340
9341 * gdb.base/foll-exec-2.c: New test program.
9342 * gdb.base/foll-exec-2.exp: New test.
9343
63e43d3a
PMR
93442015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9345
9346 * gdb.base/nested-subp1.exp: New file.
9347 * gdb.base/nested-subp1.c: New file.
9348 * gdb.base/nested-subp2.exp: New file.
9349 * gdb.base/nested-subp2.c: New file.
9350 * gdb.base/nested-subp3.exp: New file.
9351 * gdb.base/nested-subp3.c: New file.
9352
3d40fbb5
PA
93532015-08-24 Pedro Alves <palves@redhat.com>
9354
9355 * gdb.server/connect-without-multi-process.c: New file.
9356 * gdb.server/connect-without-multi-process.exp: New file.
9357
4422ac93
LM
93582015-08-24 Luis Machado <lgustavo@codesourcery.com>
9359
9360 * gdb.opt/inline-markers.c: Make z int.
9361
91dddb86
LM
93622015-08-24 Luis Machado <lgustavo@codesourcery.com>
9363
9364 * gdb.opt/inline-markers.c: Make z volatile.
9365
a48847ee
LM
93662015-08-24 Luis Machado <lgustavo@codesourcery.com>
9367
9368 * gdb.opt/inline-bt.c: New volatile global z.
9369 * gdb.opt/inline-cmds.c: Likewise.
9370 * gdb.opt/inline-locals.c: Likewise.
9371 * gdb.opt/inline-markers.c: New extern global z.
9372 (marker): Use z.
9373 (inline_fn): Likewise.
9374
0ebbc52b
PA
93752015-08-24 Pedro Alves <palves@redhat.com>
9376
9377 * config/m32r-stub.exp: Remove file.
9378 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9379 * gdb.base/call-rt-st.exp: Likewise.
9380 * gdb.base/call-strs.exp: Likewise.
9381 * gdb.base/default.exp: Remove references to h8300-*-hms and
9382 *-*-udi*.
9383 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9384
77c365df
AA
93852015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9386
9387 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9388 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9389 and "return" use KFAIL when GDB can not read/write the vector
9390 return value.
9391
4313b8c0
GB
93922015-08-21 Gary Benson <gbenson@redhat.com>
9393
9394 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9395
0e433b32
PA
93962015-08-20 Pedro Alves <palves@redhat.com>
9397
9398 * gdb.server/solib-list.exp: No longer expect an interior stop in
9399 non-stop mode.
9400
221e1a37
PA
94012015-08-20 Pedro Alves <palves@redhat.com>
9402
9403 * gdb.server/connect-stopped-target.c: New file.
9404 * gdb.server/connect-stopped-target.exp: New file.
9405
40e3ad0e
PA
94062015-08-20 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.dwarf2/comp-unit-lang.exp: New file.
9409 * gdb.dwarf2/comp-unit-lang.c: New file.
9410
af39b327
PMR
94112015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9412
9413 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9414 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9415
7d45c7c3 94162015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 9417
7d45c7c3
KB
9418 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9419 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9420
4d6cceb4
DE
94212015-08-18 Doug Evans <dje@google.com>
9422 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9423
9424 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9425 skip_python_tests. New arg prompt_regexp.
9426 (skip_python_tests): New function.
9427 * lib/mi-support.exp (mi_skip_python_tests): New function.
9428 * gdb.python/py-mi-objfile-gdb.py: New file.
9429 * gdb.python/py-mi-objfile.c: New file.
9430 * gdb.python/py-mi-objfile.exp: New file.
9431
ad89c2aa
KS
94322015-08-17 Keith Seitz <keiths@redhat.com>
9433
9434 * gdb.linespec/explicit.exp: Move strace test from here ...
9435 * gdb.trace/strace.exp: ... to here.
9436
e3ae3c43
PP
94372015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9438
9439 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9440 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9441
604b2636
DE
94422015-08-14 Doug Evans <xdje42@gmail.com>
9443
9444 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9445 inferior before selecting a new file.
9446
6ff0ba5f
DE
94472015-08-14 Doug Evans <xdje42@gmail.com>
9448
9449 * gdb.mi/mi-disassemble.exp: Update.
9450 * gdb.base/disasm-optim.S: New file.
9451 * gdb.base/disasm-optim.c: New file.
9452 * gdb.base/disasm-optim.h: New file.
9453 * gdb.base/disasm-optim.exp: New file.
9454
9ca98f92
KS
94552015-08-14 Keith Seitz <keiths@redhat.com>
9456
9457 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9458 "evaluated-by".
9459
52bbc560
JB
94602015-08-13 Joel Brobecker <brobecker@adacore.com>
9461
9462 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9463
5d8c3ed3
PMR
94642015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9465
9466 * gdb.ada/fun_renaming.exp: New testcase.
9467 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9468 * gdb.ada/fun_renaming/pack.adb: New file.
9469 * gdb.ada/fun_renaming/pack.ads: New file.
9470
ea8812bc
KS
94712015-08-12 Keith Seitz <keiths@redhat.com>
9472
9473 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9474 gdb_get_line_number.
9475
4dafcdeb
JB
94762015-08-12 Joel Brobecker <brobecker@adacore.com>
9477
9478 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9479 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9480 gdb.base/dso2dso.exp: New files.
9481
5ba32597
SDJ
94822015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9483 Pedro Alves <palves@redhat.com>
9484 Keith Seitz <keiths@redhat.com>
9485
9486 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9487 GDBFLAGS.
9488
b6dafabf
PP
94892015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9490
9491 * gdb.base/gdbhistsize-history.exp
9492 (test_histsize_history_setting): Use save_vars.
9493 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9494 Use save_vars.
9495 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9496 * gdb.base/readline.exp: Use save_vars.
9497
abe8e607
PP
94982015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9499
9500 * lib/gdb.exp (save_vars): New proc.
9501
629500fa
KS
95022015-08-11 Keith Seitz <keiths@redhat.com>
9503
9504 * gdb.base/help.exp: Update help_breakpoint_text.
9505
eb8c4e2e
KS
95062015-08-11 Keith Seitz <keiths@redhat.com>
9507
9508 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9509 (at toplevel): Call test_explicit_breakpoints.
9510 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9511 breakpoints.
9512 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9513 breakpoint conditions, "-cond".
9514
87f0e720
KS
95152015-08-11 Keith Seitz <keiths@redhat.com>
9516
9517 * gdb.linespec/3explicit.c: New file.
9518 * gdb.linespec/cpexplicit.cc: New file.
9519 * gdb.linespec/cpexplicit.exp: New file.
9520 * gdb.linespec/explicit.c: New file.
9521 * gdb.linespec/explicit.exp: New file.
9522 * gdb.linespec/explicit2.c: New file.
9523 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9524 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9525 before using in the matching pattern.
9526 Clarify that `prefix' is a regular expression.
9527
f00aae0f
KS
95282015-08-11 Keith Seitz <keiths@redhat.com>
9529
9530 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9531 test.
9532 Add tests for missing ",FMT" and ",".
9533
e27852be
DE
95342015-08-10 Doug Evans <dje@google.com>
9535 Keith Seitz <keiths@redhat.com>
9536
9537 PR gdb/17960
9538 * gdb.base/completion.exp: Add location completer tests.
9539
7f03bd92
PA
95402015-08-07 Pedro Alves <palves@redhat.com>
9541
9542 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9543 tests here.
9544 (top level): Run do_test with and without displaced stepping.
9545
3fc8eb30
PA
95462015-08-07 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.base/valgrind-disp-step.c: New file.
9549 * gdb.base/valgrind-disp-step.exp: New file.
9550
d4569d7b
PA
95512015-08-07 Pedro Alves <palves@redhat.com>
9552
9553 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9554 Delete function.
9555 (main): Add alarm. Run an infinite loop instead of calling
9556 wait_threads.
9557 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9558 comment.
9559 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9560 Delete function.
9561 (main): Add alarm. Run an infinite loop instead of calling
9562 wait_threads.
9563 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9564 comment.
9565
e1316e60
PA
95662015-08-07 Pedro Alves <palves@redhat.com>
9567
9568 * gdb.base/checkpoint-ns.exp: New file.
9569 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9570 standard_testfile.
9571
da8c46d2
MM
95722015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9573
9574 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9575 * gdb.btrace/instruction_history.exp: Update.
9576 * gdb.btrace/tsx.exp: New.
9577 * gdb.btrace/tsx.c: New.
9578
de1c2c52
PA
95792015-08-06 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9582 increase timeout.
9583 * gdb.reverse/until-precsave.exp: Bump timeouts.
9584
782e0bf4
PA
95852015-08-06 Pedro Alves <palves@redhat.com>
9586
9587 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9588
83e97ed0
PA
95892015-08-06 Pedro Alves <palves@redhat.com>
9590
9591 PR gdb/18749
9592 * gdb.threads/process-dies-while-handling-bp.c: New file.
9593 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9594
863d01bd
PA
95952015-08-06 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9598 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9599
0a39bb32
PA
96002015-08-05 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9603 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9604
ee2d2b10
SL
96052015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9606
9607 * gdb.base/bp-permanent.exp: Report test as unsupported if
9608 the target cannot stop at the permanent breakpoint.
9609
4e1bdb00
DE
96102015-08-03 Doug Evans <dje@google.com>
9611
9612 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9613 10000.
9614
3d338901
DE
96152015-08-03 Doug Evans <dje@google.com>
9616
9617 * Makefile.in (workers/%.worker, build-perf): New rule.
9618 (GDB_PERFTEST_MODE): New variable.
9619 (check-perf): Use it.
9620 (clean): Clean up gdb.perf parallel build subdirs.
9621 * lib/build-piece.exp: New file.
9622 * lib/gdb.exp (make_gdb_parallel_path): New function
9623 (standard_output_file, standard_temp_file): Call it.
9624 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9625 of $GDB_PARALLEL.
9626 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9627
af061d3e
DE
96282015-08-03 Doug Evans <dje@google.com>
9629
8e1afc81 9630 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9631 (LOG_FILE_NAME): New global.
9632 (TextReporter.__init__): Initialize self.txt_sum.
9633 (TextReporter.report): Add support for multiple data-points.
9634 Move report to perftest.sum, put raw data in perftest.log.
9635 (TextReporter.start): Open sum and log files.
9636 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9637 * gdb.perf/lib/perftest/testresult.py
9638 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9639
2c8c5d37
PA
96402015-07-31 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9643 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9644 kill_wait_spawned_process instead of explicit "kill -9".
9645 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9646 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9647 kill_wait_spawned_process.
9648 * gdb.base/attach-twice.exp: Likewise.
9649 * gdb.base/attach.exp: Likewise.
9650 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9651 gdb_test_multiple.
9652 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9653 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9654 kill_wait_spawned_process.
9655 * gdb.base/valgrind-infcall.exp: Likewise.
9656 * gdb.multi/multi-attach.exp: Likewise.
9657 * gdb.python/py-prompt.exp: Likewise.
9658 * gdb.python/py-sync-interp.exp: Likewise.
9659 * gdb.server/ext-attach.exp: Likewise.
9660 * gdb.threads/attach-into-signal.exp (corefunc): Use
9661 spawn_wait_for_attach, spawn_id_get_pid and
9662 kill_wait_spawned_process.
9663 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9664 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9665 spawn_id_get_pid and kill_wait_spawned_process.
9666 * gdb.threads/attach-stopped.exp (corefunc): Use
9667 spawn_wait_for_attach, spawn_id_get_pid and
9668 kill_wait_spawned_process.
9669 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9670 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9671 kill_wait_spawned_process instead of explicit "kill -9".
9672 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9673 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9674 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9675 processes. Don't map cygwin/windows pids here. Now returns a
9676 spawn id list.
9677
032a0fca
SL
96782015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9679
9680 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9681 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9682 correct patch.
9683
61a934ca
SL
96842015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9685
9686 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9687
4bc4d428
SL
96882015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9689
9690 Reapply:
9691 2014-05-21 Mark Wielaard <mjw@redhat.com>
9692
9693 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9694
998d452a
PA
96952015-07-30 Pedro Alves <palves@redhat.com>
9696
9697 * linux-low.c (handle_extended_wait): Set the child's last
9698 reported status to TARGET_WAITKIND_STOPPED.
9699
69dde7dc
PA
97002015-07-30 Pedro Alves <palves@redhat.com>
9701
9702 PR threads/18600
9703 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9704 only shows inferior 1.
9705
4dd63d48
PA
97062015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9707 Pedro Alves <palves@redhat.com>
9708
9709 PR threads/18600
9710 * gdb.threads/fork-plus-threads.c: New file.
9711 * gdb.threads/fork-plus-threads.exp: New file.
9712
d618e4c5
PP
97132015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9714
9715 * gdb.base/batch-preserve-term-settings.exp
9716 (test_terminal_settings_preserved_after_cli_exit): Use
9717 send_quit_command.
9718
1eef6428
PA
97192015-07-29 Pedro Alves <palves@redhat.com>
9720 Don Breazeal <donb@codesourcery.com>
9721
9722 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9723 output from both inferior_spawn_id and gdb_spawn_id.
9724
7da5b897
SDJ
97252015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9726
9727 * gdb.threads/attach-into-signal.exp (corefunc): Use
9728 with_test_prefix on nested loops, uniquefying the test messages.
9729
dac804df
SDJ
97302015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9731
9732 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9733 commit.
9734
06265e53
PP
97352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9736
9737 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9738 New proc.
9739 (test_terminal_settings_preserved_after_sigterm): New test.
9740
18206ca3
PP
97412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9742
9743 * gdb.base/batch-preserve-term-settings.exp
9744 (test_terminal_settings_preserved_after_cli_exit): New test.
9745
90074d11
PP
97462015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9747
9748 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9749 manipulation of saved_gdbflags.
9750 (test_terminal_settings_preserved): Remove global declaration of
9751 the unused variable pagination_prompt. Remove manipulation of
9752 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9753 GDBFLAGS.
9754
eb1a7902
PA
97552015-07-29 Pedro Alves <palves@redhat.com>
9756
9757 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9758
8b75dd3b
PA
97592015-07-29 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9762 at the top.
9763
dedad4e3
PA
97642015-07-29 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9767 (main): Call gdb_unbuffer_output.
9768 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9769 (main): Call gdb_unbuffer_output.
9770 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9771 (main): Call gdb_unbuffer_output.
9772 * gdb.base/call-strs.exp: Adjust to step over the
9773 gdb_unbuffer_output call.
9774 * gdb.base/catch-gdb-caused-signals.c: Include
9775 "../lib/unbuffer_output.c".
9776 (main): Call gdb_unbuffer_output.
9777 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9778 (main): Call gdb_unbuffer_output.
9779 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9780 (main): Call gdb_unbuffer_output.
9781 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9782 (main): Call gdb_unbuffer_output.
9783 * gdb.base/shlib-call.exp: Adjust to step over the
9784 gdb_unbuffer_output call.
9785 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9786 (main): Call gdb_unbuffer_output.
9787 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9788 (main): Call gdb_unbuffer_output.
9789 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9790 (main): Rename to ...
9791 (test): ... this.
9792 (main): Reimplement.
9793 * gdb.base/varargs.exp: Run to test instead of to main.
9794 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9795 (main): Call gdb_unbuffer_output.
9796
58789a91
PA
97972015-07-29 Pedro Alves <palves@redhat.com>
9798
9799 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9800 factore out from mi_continue_dprintf. For call-style dprintfs,
9801 expect dprintf output out of $inferior_spawn_id.
9802 (mi_continue_dprintf): Use mi_expect_dprintf.
9803 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9804 (main): Call gdb_unbuffer_output.
9805
e8376742
PA
98062015-07-29 Pedro Alves <palves@redhat.com>
9807
9808 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9809 (default_mi_gdb_start): Set inferior_spawn_id instead of
9810 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9811 gdb_spawn_id.
9812 (mi_gdb_test): Always expect inferior output from both
9813 $inferior_spawn_id and $gdb_spawn_id.
9814
08280010
PA
98152015-07-29 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9818 send_inferior and $inferior_spawn_id.
9819
4d30e432
PA
98202015-07-29 Pedro Alves <palves@redhat.com>
9821
9822 * gdb.gdb/complaints.exp (test_initial_complaints)
9823 (test_serial_complaints, test_short_complaints): Use
9824 gdb_test_stdio.
9825 (test_empty_complaint): Handle $inferior_spawn_id !=
9826 $gdb_spawn_id.
9827
0d30a335
PA
98282015-07-29 Pedro Alves <palves@redhat.com>
9829
9830 * gdb.base/varargs.exp: Use gdb_test_stdio.
9831
39413b29
PA
98322015-07-29 Pedro Alves <palves@redhat.com>
9833
9834 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9835
7cb000a9
PA
98362015-07-29 Pedro Alves <palves@redhat.com>
9837
9838 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9839
d7b8ac82
PA
98402015-07-29 Pedro Alves <palves@redhat.com>
9841
9842 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9843 parameter into two new parameters, "inf_result" and "gdb_result".
9844 Expect inferior output and gdb output from $inferior_spawn_id and
9845 $gdb_spawn_id, respectively. Adjust all callers.
9846
789c3a0c
PA
98472015-07-29 Pedro Alves <palves@redhat.com>
9848
9849 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9850 of gdb_test_sequence.
9851
77e760c3
PA
98522015-07-29 Pedro Alves <palves@redhat.com>
9853
9854 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9855 (saw_spurious_output): Expect inferior output from
9856 $inferior_spawn_id. Use gdb_test_stdio.
9857
8396d2cd
PA
98582015-07-29 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.base/dprintf.exp: Use standard_testfile. Change
9861 prepare_for_testing call.
9862 (srcfile): Don't set.
9863 (restart): New procedure.
9864 (test_dprintf): New procecure, use to continue over dprintfs.
9865 (test_call, test_agent): New procedures, tests moved here.
9866 Restart gdb and recreate dprintfs. Adjust expected output.
9867
2051d61f
PA
98682015-07-29 Pedro Alves <palves@redhat.com>
9869
9870 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9871
452397af
PA
98722015-07-29 Pedro Alves <palves@redhat.com>
9873
9874 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9875
8aed9555
PA
98762015-07-29 Pedro Alves <palves@redhat.com>
9877
9878 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9879 gdb_test_stdio.
9880
188a61b4
PA
98812015-07-29 Pedro Alves <palves@redhat.com>
9882
9883 * lib/gdb.exp (gdb_test_stdio): New procedure.
9884
12264a45
PA
98852015-07-29 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9888
23ffc893
PA
98892015-07-29 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.base/call-signal-resume.exp: Remove check for
9892 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9893 * gdb.base/unwindonsignal.exp: Likewise.
9894 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9895 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9896
65566918
PA
98972015-07-29 Pedro Alves <palves@redhat.com>
9898
9899 * gdb.base/siginfo-addr.c (pass): New function.
9900 (handler): Call it iff si_addr is correct.
9901 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9902 Set a breakpoint at "pass" and continue to it.
9903
d60a9221
SDJ
99042015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9905
9906 * gdb.python/py-objfile.exp: Make some tests have unique names.
9907 * gdb.python/py-pp-registration.exp: Likewise.
9908
bde40b8f
PA
99092015-07-28 Pedro Alves <palves@redhat.com>
9910
9911 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9912
13e1dec8
SM
99132015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9914
9915 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9916
da33c9a7
SM
99172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9918
9919 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9920
077836f7
PP
99212015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9922
9923 * gdb.base/gdb-sigterm-2.exp: New test.
9924
b8cc7b2e
DE
99252015-07-25 Doug Evans <xdje42@gmail.com>
9926
9927 Revert:
9928 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9929 (workers/%.worker, build-perf): New rule.
9930 (GDB_PERFTEST_MODE): New variable.
9931 (check-perf): Use it.
9932 (clean): Clean up gdb.perf parallel build subdirs.
9933 * lib/build-piece.exp: New file.
9934 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9935 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9936 name.
9937 (standard_temp_file): Ditto.
9938 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9939 of $GDB_PARALLEL.
9940
c8bd4544
DE
99412015-07-24 Doug Evans <dje@google.com>
9942
9943 * gdb.perf/lib/perftest/utils.py: New file.
9944 * gdb.perf/gm-hello.cc: New file.
9945 * gdb.perf/gm-pervasive-typedef.cc: New file.
9946 * gdb.perf/gm-pervasive-typedef.h: New file.
9947 * gdb.perf/gm-std.cc: New file.
9948 * gdb.perf/gm-std.h: New file.
9949 * gdb.perf/gm-use-cerr.cc: New file.
9950 * gdb.perf/gm-utils.h: New file.
9951 * gdb.perf/gmonster-null-lookup.py: New file.
9952 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9953 * gdb.perf/gmonster-print-cerr.py: New file.
9954 * gdb.perf/gmonster-ptype-string.py: New file.
9955 * gdb.perf/gmonster-runto-main.py: New file.
9956 * gdb.perf/gmonster-select-file.py: New file.
9957 * gdb.perf/gmonster1-null-lookup.exp: New file.
9958 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9959 * gdb.perf/gmonster1-print-cerr.exp: New file.
9960 * gdb.perf/gmonster1-ptype-string.exp: New file.
9961 * gdb.perf/gmonster1-runto-main.exp: New file.
9962 * gdb.perf/gmonster1-select-file.exp: New file.
9963 * gdb.perf/gmonster1.cc: New file.
9964 * gdb.perf/gmonster1.exp: New file.
9965 * gdb.perf/gmonster2-null-lookup.exp: New file.
9966 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9967 * gdb.perf/gmonster2-print-cerr.exp: New file.
9968 * gdb.perf/gmonster2-ptype-string.exp: New file.
9969 * gdb.perf/gmonster2-runto-main.exp: New file.
9970 * gdb.perf/gmonster2-select-file.exp: New file.
9971 * gdb.perf/gmonster2.cc: New file.
9972 * gdb.perf/gmonster2.exp: New file.
9973
6eab34f3
DE
99742015-07-24 Doug Evans <dje@google.com>
9975
9976 * gdb.perf/README: New file.
9977 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9978 * lib/gen-perf-test.exp: New file.
9979
63738bfd
DE
99802015-07-24 Doug Evans <dje@google.com>
9981
9982 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9983 (PerfTest::startup): New function.
9984 (PerfTest::run): Return result of calling body.
9985 (PerfTest::assemble): Rewrite.
9986 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9987 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9988 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9989 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9990 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9991
7b606f95
DE
99922015-07-24 Doug Evans <dje@google.com>
9993
9994 * lib/gdb.exp (clean_restart): Make executable optional.
9995
a97b16b8
DE
99962015-07-24 Doug Evans <dje@google.com>
9997
9998 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9999 compiler_info references.
10000 * gdb.cp/temargs.exp: Ditto.
10001 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
10002 (get_compiler_info): Early exit if already computed. Set compiler_info
10003 to "unknown" if there was a problem.
10004 (test_compiler_info): Add function comment. Call get_compiler_info.
10005
35baa57f
DE
100062015-07-24 Doug Evans <dje@google.com>
10007
10008 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
10009 (workers/%.worker, build-perf): New rule.
10010 (GDB_PERFTEST_MODE): New variable.
10011 (check-perf): Use it.
10012 (clean): Clean up gdb.perf parallel build subdirs.
10013 * lib/build-piece.exp: New file.
10014 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
10015 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
10016 name.
10017 (standard_temp_file): Ditto.
10018 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
10019 of $GDB_PARALLEL.
10020
6ebea266
DE
100212015-07-24 Doug Evans <dje@google.com>
10022
10023 * lib/future.exp (gdb_default_target_compile): New option
10024 "early_flags".
10025 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
10026 --as-needed.
10027
1e76a7e9
SDJ
100282015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
10029
10030 * gdb.base/catch-syscall.exp: Call gdb_exit before
10031 gdb_skip_xml_test.
10032
5068630a
PA
100332015-07-24 Pedro Alves <palves@redhat.com>
10034
10035 * gdb.python/py-events.exp: Accept output between the stop event
10036 and the prompt.
10037 * gdb.python/py-evsignal.exp: Likewise.
10038 * gdb.python/py-evthreads.exp: Likewise.
10039
77598427
PA
100402015-07-24 Pedro Alves <palves@redhat.com>
10041
10042 PR gdb/18717
10043 * gdb.threads/non-ldr-exit.c: New file.
10044 * gdb.threads/non-ldr-exit.exp: New file.
10045
11e6c98f
YQ
100462015-07-24 Yao Qi <yao.qi@linaro.org>
10047
10048 * gdb.server/ext-wrapper.exp: Test --wrapper option when
10049 restarting process.
10050
51aee833
YQ
100512015-07-24 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.server/ext-restart.exp: New file.
10054
8cfe207c
YQ
100552015-07-24 Yao Qi <yao.qi@linaro.org>
10056
10057 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
10058 argument options.
10059 * gdb.server/ext-wrapper.exp: New file.
10060
cc12ce38
DE
100612015-07-23 Doug Evans <dje@google.com>
10062
10063 * gdb.dwarf2/dw2-dummy-cu.S: New file.
10064 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
10065
d0d84780
PMR
100662015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
10067
10068 * gdb.ada/var_arr_typedef.exp: New testcase.
10069 * gdb.ada/var_arr_typedef/pack.adb: New file.
10070 * gdb.ada/var_arr_typedef/pack.ads: New file.
10071 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
10072
8b558f79
JB
100732015-07-20 Joel Brobecker <brobecker@adacore.com>
10074
10075 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
10076
775a3298
JK
100772015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10078
10079 * gdb.arch/i386-biarch-core.exp: Replace istarget
10080 by "complete set gnutarget". Remove expectation for the "core-file"
10081 command.
10082
db1ff28b
JK
100832015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10084
10085 Revert the previous commit:
10086 Tests for validate symbol file using build-id.
10087
0a94970d
JK
100882015-07-15 Aleksandar Ristovski <aristovski@qnx.com
10089
10090 Tests for validate symbol file using build-id.
10091 * gdb.base/solib-mismatch-lib.c: New file.
10092 * gdb.base/solib-mismatch-libmod.c: New file.
10093 * gdb.base/solib-mismatch.c: New file.
10094 * gdb.base/solib-mismatch.exp: New file.
10095
03346981
SL
100962015-07-15 Sandra Loosemore <sandra@codesourcery.com>
10097
10098 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
10099 nios2-*-linux*.
10100 * gdb.base/sigbpt.exp (stepi_out): Likewise.
10101 * gdb.base/siginfo.exp: Likewise.
10102 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10103
42422cc7
PL
101042015-07-15 Pierre Langlois <pierre.langlois@arm.com>
10105
10106 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
10107 Move it to ...
10108 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
10109 ... here.
10110 * gdb.trace/range-stepping.exp: Check that the target supports
10111 range stepping.
10112
cfa68bae
JK
101132015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
10114
10115 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
10116
8ffdba26
PA
101172015-07-14 Pedro Alves <palves@redhat.com>
10118
10119 * gdb.base/killed-outside.exp: New file.
10120 * gdb.base/killed-outside.c: New file.
10121
218a5a11
JK
101222015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10123
10124 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
10125 (n at main): New.
10126 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
10127
e03ed3c6
AA
101282015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
10129
10130 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
10131 infcall tests instead of setting up for KFAIL.
10132
485668e5
MM
101332015-07-10 Markus Metzger <markus.t.metzger@intel.com>
10134
10135 * gdb.btrace/record_goto-step.exp: New.
10136
08464196
JK
101372015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10138
10139 PR compile/18484
10140 * gdb.compile/compile.c (struct struct_type): Add volatile to
10141 selffield's type.
10142 * gdb.compile/compile.exp
10143 (compile code struct_object.selffield = &struct_object): Skip further
10144 struct_object tests if this one xfails.
10145
bcf5c1d9
RC
101462015-07-08 Robert O'Callahan <robert@ocallahan.org>
10147
10148 PR exp/18617
10149 * gdb.trace/ax.exp: Add test.
10150
4931af25
YQ
101512015-07-07 Yao Qi <yao.qi@linaro.org>
10152
10153 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
10154 instead of istarget "aarch64*-*-*".
10155 * gdb.arch/aarch64-fp.exp: Likewise.
10156 * gdb.base/float.exp: Likewise.
10157 * gdb.reverse/aarch64.exp: Likewise.
10158 * lib/gdb.exp (is_aarch64_target): New proc.
10159
9fcf688e
YQ
101602015-07-07 Yao Qi <yao.qi@linaro.org>
10161
10162 * lib/gdb.exp (is_aarch32_target): New proc.
10163 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
10164 instead of "istarget "arm*-*-*"".
10165 * gdb.arch/arm-disp-step.exp: Likewise.
10166 * gdb.arch/thumb-bx-pc.exp: Likewise.
10167 * gdb.arch/thumb-prologue.exp: Likewise.
10168 * gdb.arch/thumb-singlestep.exp: Likewise.
10169 * gdb.base/disp-step-syscall.exp: Likewise.
10170 * gdb.base/float.exp: Likewise.
10171
fbd8d50d
YQ
101722015-07-07 Yao Qi <yao.qi@linaro.org>
10173
10174 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
10175 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
10176
71be1fdc
YQ
101772015-07-07 Yao Qi <yao.qi@linaro.org>
10178
10179 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
10180 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
10181 if it exists.
10182 * gdb.multi/multi-arch.exp: Likewise.
10183
3e221d36
SM
101842015-07-07 Simon Marchi <simon.marchi@ericsson.com>
10185
10186 * gdb.python/py-lazy-string.exp: Add missing parentheses to
10187 print.
10188
d441430b
YQ
101892015-07-07 Yao Qi <yao.qi@linaro.org>
10190
10191 * gdb.arch/thumb-singlestep.exp: Do one more single step.
10192
06f810bd
MG
101932015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
10194
10195 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
10196 '[' and ']' characters.
10197
5e61e7c0
IB
101982015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
10199
10200 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
10201
28bf096c
PA
102022015-06-29 Pedro Alves <palves@redhat.com>
10203
10204 PR threads/18127
10205 * gdb.threads/hand-call-new-thread.c: New file.
10206 * gdb.threads/hand-call-new-thread.c: New file.
10207
ee93cd5e
KS
102082015-06-26 Keith Seitz <keiths@redhat.com>
10209 Doug Evans <dje@google.com>
10210
10211 PR 16253
10212 * gdb.cp/var-tag-2.cc: New file.
10213 * gdb.cp/var-tag-3.cc: New file.
10214 * gdb.cp/var-tag-4.cc: New file.
10215 * gdb.cp/var-tag.cc: New file.
10216 * gdb.cp/var-tag.exp: New file.
10217
fc637f04
PP
102182015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10219
10220 * gdb.base/history-duplicates.exp: New test.
10221
2e52ae68
PP
102222015-06-26 Patrick Palka <patrick@parcs.ath.cx>
10223
10224 * gdb.base/completion.exp: Test the completion of the "focus"
10225 command.
10226
6e22494e
JK
102272015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10228
10229 * gdb.arch/amd64-prologue-skip.S: New file.
10230 * gdb.arch/amd64-prologue-skip.exp: New file.
10231
bf7b9cd9
SM
102322015-06-25 Simon Marchi <simon.marchi@ericsson.com>
10233
10234 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
10235 is_address_zero_readable check.
10236
201e8dfd
PB
102372015-06-24 Peter Bergner <bergner@vnet.ibm.com>
10238
10239 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
10240 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
10241
5cd867b4
YQ
102422015-06-24 Yao Qi <yao.qi@linaro.org>
10243
10244 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
10245 linux targets.
10246
4d7be007
YQ
102472015-06-24 Yao Qi <yao.qi@linaro.org>
10248
10249 * lib/gdb.exp (supports_get_siginfo_type): New proc.
10250 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
10251 * gdb.base/siginfo-thread.exp: Likewise.
10252
07fcd301
YQ
102532015-06-22 Yao Qi <yao.qi@linaro.org>
10254
10255 * boards/remote-gdbserver-on-localhost.exp: Add comments.
10256
52042a00
YQ
102572015-06-22 Yao Qi <yao.qi@linaro.org>
10258
10259 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10260 aarch64*-*-*.
10261 (skip_hw_watchpoint_tests): Likewise.
10262
74bd41ce
PP
102632015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10264
10265 * gdb.base/gdbinit-history.exp: Test the interaction between
10266 setting GDBHISTSIZE and setting the history size via .gdbinit.
10267
bc460514
PP
102682015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10269
10270 PR gdb/16999
10271 * gdb.base/gdbhistsize-history.exp: New test.
10272
b58c513b
PP
102732015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10274
10275 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10276 with GDBHISTSIZE.
10277 * gdb.base/readline.exp: Likewise.
10278
92046791
YQ
102792015-06-17 Yao Qi <yao.qi@linaro.org>
10280
10281 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10282 line.
10283
2093d2d3
PP
102842015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10285
10286 * gdb.base/gdbinit-history.exp: Add test case to check that
10287 an unlimited history file does not get truncated on exit.
10288
e6c693af
AA
102892015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10290
10291 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10292 (VECTOR): New macro. Use it...
10293 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10294 ...for these typedefs.
10295 (int8, char1, int1, double1): New typedefs.
10296 (struct just_int2, struct two_int2): New structures.
10297 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10298 (add_structvecs, add_singlevecs): New functions.
10299 (main): Call add_some_intvecs twice.
10300 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10301 the compile and exit upon failure. Try compiling for the "native"
10302 architecture. Test inferior function calls with vector arguments
10303 and vector return value handling with "finish" and "return".
10304
c74f7d1c
JT
103052015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10306
10307 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10308 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10309 PE file.
10310 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10311
98aa42ee
AT
103122015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10313
10314 PR breakpoints/16465
10315 * gdb.mi/mi-dprintf-pending.c: New file.
10316 * gdb.mi/mi-dprintf-pending.exp: New test.
10317 * gdb.mi/mi-dprintf-pendshr.c: New file.
10318
7d73c23c 103192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 10320 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
10321
10322 * gdb.arch/i386-mpx-map.c: New file.
10323 * gdb.arch/i386-mpx-map.exp: New File.
10324
103252015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10326
10327 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10328 * gdb.arch/i386-mpx.exp: Indentation fixed.
10329
103302015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10331
10332 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10333 function and improved indentation.
10334 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10335 gdb_test_multiple. Added additional tests to skip the test.
10336
103372015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10338
10339 * gdb.arch/i386-avx512.c: Change path in include file.
10340 * gdb.arch/i386-avx512.exp: Change include dir path
10341 compilation flag.
10342 * gdb.arch/i386-mpx.c: Change path in include file.
10343 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10344 flag.
10345
d5eba19a
JK
103462015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 * gdb.compile/compile-print.exp (compile print *vararray@3)
10349 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10350
7f361056
JK
103512015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10352
10353 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10354 (do not keep jit in memory): ... this.
10355 (expect 5): Change it to ...
10356 (expect no 5): ... this.
10357
3b462ec2
SM
103582015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10359
10360 PR gdb/15564
10361 * gdb.mi/mi-detach.exp: New file.
10362
e0619de6
JK
103632015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10364
10365 PR symtab/18392
10366 * gdb.arch/amd64-tailcall-self.S: New file.
10367 * gdb.arch/amd64-tailcall-self.c: New file.
10368 * gdb.arch/amd64-tailcall-self.exp: New file.
10369
e970cb34
DB
103702015-05-28 Don Breazeal <donb@codesourcery.com>
10371
10372 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10373 tests for remote targets by checking is_target_gdbserver.
10374
b2e2f908
DE
103752015-05-27 Doug Evans <dje@google.com>
10376
10377 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10378 * gdb.dwarf2/opaque-type-lookup.c: New file.
10379 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10380
82c7be31
DE
103812015-05-26 Doug Evans <dje@google.com>
10382
10383 * gdb.cp/iostream.cc: New file.
10384 * gdb.cp/iostream.exp: New file.
10385
b4f54984
DE
103862015-05-26 Doug Evans <dje@google.com>
10387
10388 * gdb.dwarf2/dw2-op-call.exp: Update.
10389 * gdb.dwarf2/dw4-sig-types.exp: Update.
10390 * gdb.dwarf2/implptr.exp: Update.
10391 * gdb.mi/mi-cmd-param-changed.exp: Update.
10392
4ea6efe9
DE
103932015-05-26 Doug Evans <dje@google.com>
10394
10395 * gdb.python/py-lazy-string.c: New file.
10396 * gdb.python/py-lazy-string.exp: New file.
10397 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10398 (main): Update. Add estring3.
10399 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10400 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10401
f6bb7db3
YQ
104022015-05-26 Omair Javaid <omair.javaid@linaro.org>
10403 Yao Qi <yao.qi@linaro.org>
10404
10405 * gdb.reverse/aarch64.c: New.
10406 * gdb.reverse/aarch64.exp: New.
10407
a81bfbd0
OJ
104082015-05-26 Omair Javaid <omair.javaid@linaro.org>
10409
25d49b86
PA
10410 * lib/gdb.exp (supports_process_record): Return true for
10411 aarch64*-linux*.
a81bfbd0
OJ
10412 (supports_reverse): Likewise.
10413
158bf1b4
PP
104142015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10415
10416 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10417 Use with_test_prefix.
10418
a0145030
AB
104192015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10420
10421 * gdb.base/completion.exp: Add test for completion of layout
10422 names.
10423
ebe3b578
AB
104242015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10425
10426 * lib/gdb.exp (skip_tui_tests): New proc.
10427 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10428
84204ed7
PA
104292015-05-19 Pedro Alves <palves@redhat.com>
10430
10431 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10432 Save the whole env array instead of just HOME. Unset HISTSIZE in
10433 the environment while testing. Restore whole environment
10434 afterwards.
10435
37442ce1
DE
104362015-05-16 Doug Evans <xdje42@gmail.com>
10437
10438 * gdb.guile/scm-ports.c: New file.
10439 * gdb.guile/scm-ports.exp: Add memory port tests.
10440
36de76f9
JK
104412015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10442
10443 * gdb.compile/compile-print.c: New file.
10444 * gdb.compile/compile-print.exp: New file.
10445
3a9558c4
JK
104462015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10447
10448 * gdb.compile/compile-ops.exp: Cast param to void.
10449 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10450 (compile code struct_object.selffield = &struct_object): Add xfail.
10451
aa715135
JG
104522015-05-15 Joel Brobecker <brobecker@adacore.com>
10453
10454 * gdb.ada/arr_enum_with_gap: New testcase.
10455
931e5bc3
JG
104562015-05-15 Joel Brobecker <brobecker@adacore.com>
10457
10458 * gdb.ada/byte_packed_arr: New testcase.
10459
9cd4d857
JB
104602015-05-15 Joel Brobecker <brobecker@adacore.com>
10461
10462 * gdb.ada/pckd_neg: New testcase.
10463
ebfd00d2
PP
104642015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10465
10466 PR gdb/17820
10467 * gdb.base/gdbinit-history.exp: New test.
10468 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10469 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10470
4c082a81
SC
104712015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10472
10473 * gdb.python/py-xmethods.cc: Enhance test case.
10474 * gdb.python/py-xmethods.exp: New tests.
10475 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10476 function.
10477 (B_indexoper): Likewise.
10478 (global_dm_list) : Add new xmethod worker functions.
10479
f7797074
SDJ
104802015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10481
10482 * gdb.base/coredump-filter.exp: Correctly unset
10483 "coredump_var_addr" array.
10484
a4674e4e
PA
104852015-05-08 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.server/non-existing-program.exp: Unset spawn_id.
10488
df2eb078
SC
104892015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10490
10491 PR python/18291
10492 * gdb.python/py-xmethods.exp: Add tests.
10493
422349a3
YQ
104942015-05-08 Yao Qi <yao.qi@linaro.org>
10495
10496 PR gdb/18208
10497 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10498 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10499 function set_coredump_filter, and remove remote_exec call.
10500 Remove argument ipid. Callers update.
10501 (top level): Don't get inferior's PID.
10502
63fc80ce
AA
105032015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10504
10505 * gdb.base/watch_thread_num.exp: Skip test on targets without
10506 access watchpoints.
10507
80ad801e
PA
105082015-05-06 Pedro Alves <palves@redhat.com>
10509
10510 PR server/18081
10511 * gdb.server/non-existing-program.exp: New file.
10512
0fa7fe50
JB
105132015-05-05 Joel Brobecker <brobecker@adacore.com>
10514
10515 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10516
3ea89b92
PMR
105172015-05-05 Joel Brobecker <brobecker@adacore.com>
10518
10519 * gdb.ada/out_of_line_in_inlined: New testcase.
10520
87b8eff0
JB
105212015-05-05 Joel Brobecker <brobecker@adacore.com>
10522
10523 * gdb.ada/var_rec_arr: New testcase.
10524
5fccc635
YQ
105252015-04-30 Yao Qi <yao.qi@linaro.org>
10526
10527 * gdb.base/break-idempotent.exp: If
10528 skip_hw_watchpoint_multi_tests returns true, skip the tests
10529 on "rwatch" and "awatch".
10530
42d38f42
YQ
105312015-04-30 Yao Qi <yao.qi@linaro.org>
10532
10533 * gdb.base/relativedebug.exp: Invoke gdb command
10534 "info sharedlibrary", and if libc.so doesn't have debug info,
10535 skip the test.
10536
2ce1cdbf
DE
105372015-04-29 Doug Evans <dje@google.com>
10538
10539 * gdb.python/py-xmethods.exp: Add ptype tests.
10540 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10541 get_result_type method.
10542
f24a38c5
LM
105432015-04-29 Luis Machado <lgustavo@codesourcery.com>
10544
10545 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10546 the target does not support hardware watchpoints.
10547
ecbf2b3c
LM
105482015-04-29 Luis Machado <lgustavo@codesourcery.com>
10549
10550 * gdb.base/break-always.exp: Abort testing if writing to memory
10551 causes an error.
10552
34f5f757
DE
105532015-04-28 Doug Evans <dje@google.com>
10554
10555 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10556 * gdb.python/py-pp-registration.exp: ... here. New file.
10557 * gdb.python/py-pp-registration.c: New file.
10558 * gdb.python/py-pp-registration.py: New file.
10559
69b4374a
DE
105602015-04-28 Doug Evans <dje@google.com>
10561
10562 * gdb.python/py-bad-printers.c: New file.
10563 * gdb.python/py-bad-printers.py: New file.
10564 * gdb.python/py-bad-printers.exp: New file.
10565
59fb7612
SS
105662015-04-28 Sasha Smundak <asmundak@google.com>
10567
10568 * gdb.python/py-type.exp: New test.
10569
2631b16a
AW
105702015-04-28 Andy Wingo <wingo@igalia.com>
10571
10572 * gdb.python/py-parameter.exp:
10573 * gdb.guile/scm-parameter.exp: Escape the path that we are
10574 matching against, as it might contain characters that are special
10575 to regular expressions.
10576
460efde1
JB
105772015-04-27 Joel Brobecker <brobecker@adacore.com>
10578
10579 * gdb.ada/rec_comp: New testcase.
10580
2d369d8e
SDJ
105812015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10582
10583 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10584 before using it.
10585
cf75d6c3
AB
105862015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10587
10588 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10589 new tests for verilog output.
10590
8dbe7ca5
YQ
105912015-04-24 Yao Qi <yao.qi@linaro.org>
10592
10593 * boards/remote-gdbserver-on-localhost.exp: New file.
10594
4ef9fb2f
PA
105952015-04-23 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10598 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10599 "end of file", remove $inferior_spawn_id from the indirect list.
10600
0a803169
PA
106012015-04-23 Pedro Alves <palves@redhat.com>
10602
10603 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10604
749ef8f8
PA
106052015-04-23 Pedro Alves <palves@redhat.com>
10606
10607 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10608 on $any_spawn_id instead of only on $gdb_spawn_id.
10609
8aae4344
PM
106102015-04-21 Pierre Muller <muller@sourceware.org>
10611
10612 PR pascal/17815
10613 * lib/pascal.exp (gpc_compile): Add new option "class".
10614 (fpc_compile): Likewise.
10615 * gdb.pascal/case-insensitive-symbols.pas: New file.
10616 * gdb.pascal/case-insensitive-symbols.exp: New file.
10617
1586c8fb
GB
106182015-04-20 Gary Benson <gbenson@redhat.com>
10619
10620 * gdb.base/attach.exp: Fix three extended remote failures.
10621
1b6e6f5c
GB
106222015-04-17 Gary Benson <gbenson@redhat.com>
10623
10624 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10625 the main executable over the remote protocol.
10626
e797481d
PA
106272015-04-16 Pedro Alves <palves@redhat.com>
10628
10629 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10630 a new gdbserver if gdbserver_reconnect_p is set.
10631
1ca99c42
PA
106322015-04-16 Pedro Alves <palves@redhat.com>
10633
10634 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10635 is set, don't exit gdbserver.
10636
af9fd6f8
AA
106372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10638
10639 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10640 appropriate .insn, such that an older assembler can be used.
10641 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10642 the z/Architecture instruction set on 31-bit targets as well.
10643
04ff1e61
AA
106442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10645
10646 * gdb.go/handcall.exp: Remove all logic related to the first
10647 breakpoint and rely on go_runto_main instead.
10648 * gdb.go/strings.exp: Likewise.
10649 * gdb.go/unsafe.exp: Likewise.
10650 * gdb.go/hello.exp: Likewise. Also rename the remaining
10651 breakpoint marker to "breakpoint 1".
10652 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10653 * gdb.go/strings.go: Likewise.
10654 * gdb.go/unsafe.go: Likewise.
10655 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10656 "set breakpoint 2 here" and rename the remaining breakpoint marker
10657 to "breakpoint 1".
10658
40d2f8d6
SM
106592015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10660
10661 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10662 if itertools.imap is not present.
10663 * gdb.python/py-objfile.exp: Add parentheses.
10664 * gdb.python/py-type.exp: Same.
10665 * gdb.python/py-unwind-maint.py: Same.
10666
8cbc97c6
YQ
106672015-04-15 Yao Qi <yao.qi@linaro.org>
10668
10669 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10670 of ":$ptr_size" and set its form explicitly.
10671
45fd756c
YQ
106722015-04-15 Pedro Alves <palves@redhat.com>
10673 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10676 timeout by factor of 4.
10677 (test_regular_watch): Likewise.
10678 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10679 * gdb.reverse/sigall-reverse.exp: Likewise.
10680 * gdb.reverse/until-precsave.exp: Likewise.
10681 * lib/gdb.exp (with_timeout_factor): New proc.
10682 (gdb_expect): Move some code to ...
10683 (get_largest_timeout): ... here. New procedure.
10684
9e811bc3
LM
106852015-04-14 Luis Machado <lgustavo@codesourcery.com>
10686
10687 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10688
0ff6fcb2
LM
106892015-04-13 Luis Machado <lgustavo@codesourcery.com>
10690
10691 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10692 to write to the .text section.
10693
7578d5f7
LM
106942015-04-13 Luis Machado <lgustavo@codesourcery.com>
10695
10696 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10697 Handle the case of targets that do not provide PID information.
10698
2efe15c4
YQ
106992015-04-13 Yao Qi <yao.qi@linaro.org>
10700
10701 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10702 and use expect instead of gdb_expect.
10703
8cd8f2f8
SDJ
107042015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10705
10706 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10707 "coredump_var_addr" to avoid naming conflict with other testcases.
10708
9ee41772
PA
107092015-04-10 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10712 gdb_test_sequence and gdb_assert.
10713
07473109
PA
107142015-04-10 Pedro Alves <palves@redhat.com>
10715
10716 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10717 test messages that don't include the breakpoint address.
10718
de3db44c
YQ
107192015-04-10 Yao Qi <yao.qi@linaro.org>
10720
10721 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10722 false for some offset and width combinations which aren't
10723 supported by linux kernel.
10724
c79d856c
PA
107252015-04-10 Pedro Alves <palves@redhat.com>
10726
10727 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10728 procedure, factored out from ...
10729 (top level): ... here. Add "set displaced-stepping" testing axis.
10730 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10731 parameter "displaced". Use it.
10732 (top level): Use foreach and add "set displaced-stepping" testing
10733 axis.
10734
ebc90b50
PA
107352015-04-10 Pedro Alves <palves@redhat.com>
10736
10737 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10738 Remove comment.
10739 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10740 both the address of the instruction that triggers the watchpoint
10741 and the address of the instruction immediately after, and use
10742 those addresses for the test. Fix comment.
10743
8f572e5c
PA
107442015-04-10 Pedro Alves <palves@redhat.com>
10745
10746 * gdb.base/sigstep.exp (breakpoint_to_handler)
10747 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10748 Test "backtrace" in handler.
10749 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10750 (top level): Add new "displaced" test axis to
10751 breakpoint_to_handler, breakpoint_to_handler_entry and
10752 breakpoint_over_handler.
10753
8d707a12
PA
107542015-04-10 Pedro Alves <palves@redhat.com>
10755
10756 PR gdb/18216
10757 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10758
ef713951
YQ
107592015-04-10 Yao Qi <yao.qi@linaro.org>
10760
10761 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10762 (test_add_rn_pc): New function.
10763 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10764 (top level): Invoke test_add_rn_pc.
10765
906d60cf
PA
107662015-04-10 Pedro Alves <palves@redhat.com>
10767
10768 PR gdb/13858
10769 * gdb.base/step-over-no-symbols.exp: New file.
10770
f2983cc3
AW
107712015-04-09 Andy Wingo <wingo@igalia.com>
10772
10773 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10774 after the Python tests.
10775
6d62641c
SDJ
107762015-04-08 Keith Seitz <keiths@redhat.com>
10777
10778 PR python/16699
10779 * gdb.python/py-completion.exp: New tests for completion.
10780 * gdb.python/py-completion.py (CompleteLimit1): New class.
10781 (CompleteLimit2): Likewise.
10782 (CompleteLimit3): Likewise.
10783 (CompleteLimit4): Likewise.
10784 (CompleteLimit5): Likewise.
10785 (CompleteLimit6): Likewise.
10786 (CompleteLimit7): Likewise.
10787
f3770638
PA
107882015-04-08 Pedro Alves <palves@redhat.com>
10789
10790 PR gdb/18214
10791 PR gdb/18216
10792 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10793 function.
10794 (main): Install it as SIGUSR1 handler.
10795 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10796 parameter. Always use "setup" as prefix. Toggle "set
10797 displaced-stepping" off/on depending on global. Don't switch to
10798 thread 1 here.
10799 (top level): Add displaced stepping "off/on" test axis. Update
10800 "setup" calls. Wrap each subtest with with_test_prefix. Test
10801 continuing with a queued signal in each thread.
10802
4496bed7
PA
108032015-04-08 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10806 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10807 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10808 Return early if running to main fails.
10809 * gdb.trace/while-stepping.exp: Likewise.
10810
b97fde92
PA
108112015-04-07 Pedro Alves <palves@redhat.com>
10812
10813 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10814 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10815 interact with inferior program.
10816
f71c18e7
PA
108172015-04-07 Pedro Alves <palves@redhat.com>
10818
10819 * lib/gdb.exp (inferior_spawn_id): New global.
10820 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10821 spawn id after processing the user code.
10822 (default_gdb_start): Set inferior_spawn_id.
10823 (send_inferior): New procedure.
10824 * lib/gdbserver-support.exp (gdbserver_start): Set
10825 inferior_spawn_id.
10826 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10827
6423214f
PA
108282015-04-07 Pedro Alves <palves@redhat.com>
10829
10830 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10831 * lib/gdbserver-support.exp (gdbserver_start): Make
10832 $server_spawn_id global.
10833 (gdbserver_start): Don't wait for gdbserver's spawn id with
10834 expect_background.
10835 (close_gdbserver): New procedure.
10836 (gdb_exit): Rename the default version and reimplement.
10837
71c0ee8c
PA
108382015-04-07 Pedro Alves <palves@redhat.com>
10839
72f4393d 10840 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10841 append the substituted item, not the original item.
10842
203bc29b
PA
108432015-04-07 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10846 gdb_expect.
10847
508a3ddf
PA
108482015-04-07 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10851 output appearing once only.
10852
9f6dbe2b
PA
108532015-04-07 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10856 that doesn't expect anything. Return early if running to main
10857 fails.
10858
337532fa
YQ
108592015-04-07 Yao Qi <yao.qi@linaro.org>
10860
10861 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10862 (child_function): Call alarm.
10863 (main): Move call to alarm into the loop.
10864 * gdb.threads/non-stop-fair-events.exp: Build program with
10865 -DTIMEOUT=$timeout.
10866
01b622d4
DE
108672015-04-06 Doug Evans <xdje42@gmail.com>
10868
10869 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10870 Fix dest parameter to board_info.
10871 (fpc_compile): Ditto.
10872 (gdb_compile_pascal): Rename dest arg to destfile.
10873
961f4160
PMR
108742015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10875
10876 * gdb.ada/funcall_ref.exp: New file.
10877 * gdb.ada/funcall_ref/foo.adb: New file.
10878
cafda597
YQ
108792015-04-02 Yao Qi <yao.qi@linaro.org>
10880
10881 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10882 is remote.
10883
fed040c6
GB
108842015-04-02 Gary Benson <gbenson@redhat.com>
10885
10886 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10887
d11916aa
SS
108882015-04-01 Sasha Smundak <asmundak@google.com>
10889
10890 * gdb.python/py-unwind-maint.c: New file.
10891 * gdb.python/py-unwind-maint.exp: New test.
10892 * gdb.python/py-unwind-maint.py: New file.
10893 * gdb.python/py-unwind.c: New file.
10894 * gdb.python/py-unwind.exp: New test.
10895 * gdb.python/py-unwind.py: New test.
10896
a1471180
PA
108972015-04-01 Pedro Alves <palves@redhat.com>
10898
10899 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10900 to fail instead of non-existent $test.
10901
0bbeccb1
PA
109022015-04-01 Pedro Alves <palves@redhat.com>
10903
10904 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10905 GDBFLAGS if not empty.
10906
3c724c8c
PMR
109072015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10908
10909 * gdb.ada/complete.exp: Remove "multi_line".
10910 * gdb.ada/info_exc.exp: Remove "multi_line".
10911 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10912 * gdb.ada/ptype_field.exp: Remove "multi_line".
10913 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10914 * gdb.ada/tagged.exp: Remove "multi_line".
10915 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10916 [multi_line ...]
10917 * gdb.btrace/delta.exp: Likewise.
10918 * gdb.btrace/exception.exp: Likewise.
10919 * gdb.btrace/function_call_history.exp: Likewise.
10920 * gdb.btrace/instruction_history.exp: Likewise.
10921 * gdb.btrace/nohist.exp: Likewise.
10922 * gdb.btrace/record_goto.exp: Likewise.
10923 * gdb.btrace/segv.exp: Likewise.
10924 * gdb.btrace/stepi.exp: Likewise.
10925 * gdb.btrace/tailcall.exp: Likewise.
10926 * gdb.btrace/unknown_functions.exp: Likewise.
10927 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10928 * lib/gdb.exp: Add the "multi_line" helper.
10929
4eec2deb
PA
109302015-04-01 Pedro Alves <palves@redhat.com>
10931
10932 * gdb.threads/tid-reuse.c: New file.
10933 * gdb.threads/tid-reuse.exp: New file.
10934
df8411da
SDJ
109352015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10936
10937 PR corefiles/16092
10938 * gdb.base/coredump-filter.c: New file.
10939 * gdb.base/coredump-filter.exp: Likewise.
10940
6ef37366
PM
109412015-03-27 Petr Machata <pmachata@redhat.com>
10942
10943 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10944 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10945 (Dwarf::assemble): Initialize them.
10946 (Dwarf::lines): New function.
10947
7ec911b0
JT
109482015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10949
10950 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10951 SYMBOL_PREFIX for x86_64-*-cygwin.
10952
ff908ebf
AW
109532015-03-26 Andy Wingo <wingo@igalia.com>
10954
10955 PR symtab/18148
10956 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10957 const_value but not a location.
10958 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10959 location defined in non-main CUs are visible.
10960
6d5f0679
YQ
109612015-03-26 Yao Qi <yao.qi@linaro.org>
10962
10963 PR testsuite/18139
10964 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10965 Add a line number entry for the same line.
10966 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10967 Add a line number entry for the same line.
10968
2898689b
YQ
109692015-03-26 Yao Qi <yao.qi@linaro.org>
10970
10971 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10972 .int 0.
10973 (func): Likewise. Add .Lfunc_1 label.
10974 Use .Lfunc_1 label.
10975 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10976 .int 0.
10977 (func): Likewise.
10978 Use .Lfunc_1 label.
10979
85180498
YQ
109802015-03-26 Yao Qi <yao.qi@linaro.org>
10981
10982 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10983 Call gdb_compile instead to compile each .s files without debug
10984 information.
10985
8aa08a8d
YQ
109862015-03-26 Yao Qi <yao.qi@linaro.org>
10987
10988 * gdb.base/savedregs.exp (process_saved_regs): Make
10989 "Saved registers:" optional in the pattern.
10990
66849923
MM
109912015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10992
10993 * gdb.btrace/next.exp: Merged into step.exp.
10994 * gdb.btrace/finish.exp: Merged into step.exp.
10995 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10996 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10997 "record goto" and checking the exact replay position.
10998 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10999 check for "Recording format" in "info record" output.
11000 * gdb.btrace/record_goto.exp: Choose test file based on target.
11001 * gdb.btrace/x86-record_goto.S: Renamed into ...
11002 * gdb.btrace/x86_64-record_goto.S: ... this.
11003 * gdb.btrace/i686-record_goto.S: New.
11004 * gdb.btrace/x86-tailcall.S: Renamed into ...
11005 * gdb.btrace/x86_64-tailcall.S: ... this.
11006 * gdb.btrace/i686-tailcall.S: New.
11007 * gdb.btrace/x86-tailcall.c: Renamed into ...
11008 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
11009 separate statements. Update test.
11010 * gdb.btrace/delta.exp: Use record_goto.c as test file.
11011 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
11012 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
11013 * gdb.btrace/tailcall.exp: Choose test file based on target.
11014 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
11015
11cc1b74
MM
110162015-03-25 Markus Metzger <markus.t.metzger@intel.com>
11017
11018 * gdb.btrace/exception.exp: Increase BTS buffer size.
11019
a25d8bf9
PA
110202015-03-24 Pedro Alves <palves@redhat.com>
11021
11022 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
11023
856e7dd6
PA
110242015-03-24 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.threads/schedlock.exp (test_step): No longer expect that
11027 "set scheduler-locking step" with "next" over a function call runs
11028 threads unlocked.
11029
ad235a41
AT
110302015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11031
11032 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
11033
15630549
AT
110342015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11035
11036 PR breakpoints/16466
11037 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
11038 * gdb.mi/mi-pending.c (thread_func): New function.
11039 (int main): Add threading support required.
11040 * gdb.mi/mi-pending.exp: Add tests for this issue.
11041 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
11042 (pendfunc2): Remove stdio dependency.
11043 * gdb.mi/mi-pendshr2.c: New file.
11044
693dca06
KS
110452015-03-23 Keith Seitz <keiths@redhat.com>
11046
11047 * gdb.linespec/keywords.c: New file.
11048 * gdb.linespec/keywords.exp: New file.
11049
7e993ebf
KS
110502015-03-23 Keith Seitz <keiths@redhat.com>
11051
11052 PR gdb/18021
11053 * gdb.dwarf2/staticvirtual.exp: New test.
11054
bc23328c
JK
110552015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11056
11057 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
11058 * README: Remove HP-UX and gdb.hp.
11059 (configuration):
11060 * configure: Regenerate.
11061 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
11062 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
11063 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
11064 gdb.hp/gdb.defects/Makefile.
11065 * gdb.hp/Makefile.in: File deleted.
11066 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
11067 * gdb.hp/gdb.aCC/optimize.c: File deleted.
11068 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
11069 * gdb.hp/gdb.aCC/run.c: File deleted.
11070 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
11071 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
11072 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
11073 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
11074 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
11075 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
11076 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
11077 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
11078 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
11079 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
11080 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
11081 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
11082 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
11083 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
11084 * gdb.hp/gdb.base-hp/reg.s: File deleted.
11085 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
11086 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
11087 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
11088 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
11089 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
11090 * gdb.hp/gdb.compat/Makefile.in: File deleted.
11091 * gdb.hp/gdb.compat/average.c: File deleted.
11092 * gdb.hp/gdb.compat/sum.c: File deleted.
11093 * gdb.hp/gdb.compat/xdb.c: File deleted.
11094 * gdb.hp/gdb.compat/xdb0.c: File deleted.
11095 * gdb.hp/gdb.compat/xdb0.h: File deleted.
11096 * gdb.hp/gdb.compat/xdb1.c: File deleted.
11097 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
11098 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
11099 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
11100 * gdb.hp/gdb.defects/Makefile.in: File deleted.
11101 * gdb.hp/gdb.defects/bs14602.c: File deleted.
11102 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
11103 * gdb.hp/gdb.defects/solib-d.c: File deleted.
11104 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
11105 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
11106 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
11107 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
11108 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
11109 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
11110 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
11111 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
11112 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
11113 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
11114 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
11115 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
11116 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
11117 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
11118 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
11119 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
11120 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
11121 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
11122 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
11123 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
11124 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
11125 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
11126 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
11127 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
11128 * gdb.hp/tools/odump: File deleted.
11129
8bf3b159
PA
111302015-03-19 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.threads/continue-pending-status.exp (saw_thread_2)
11133 (saw_thread_3): New globals.
11134 (top level): Increment them when an event for the corresponding
11135 thread is seen.
11136 (no thread starvation): New test.
11137
eb54c8bf
PA
111382015-03-19 Pedro Alves <palves@redhat.com>
11139
11140 * gdb.threads/continue-pending-status.c: New file.
11141 * gdb.threads/continue-pending-status.exp: New file.
11142
32d2e5d6
PA
111432015-03-18 Pedro Alves <palves@redhat.com>
11144
11145 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11146 Use gdb_is_target_remote instead of is_remote. Use
11147 gdb_test_multiple instead of gdb_expect. Exit early if
11148 gdb_test_multiple hits its internal matches. Tighten stepi tests
11149 expected output. Fail on exit with any signal, instead of just
11150 SIGILL.
11151
f68f11b7
YQ
111522015-03-18 Yao Qi <yao.qi@linaro.org>
11153
11154 PR tdep/18107
11155 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
11156 variable.
11157 * gdb.base/catch-syscall.exp: Don't skip it on
11158 aarch64*-*-linux* target. Remove elements in all_syscalls.
11159 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
11160 target.
11161 (setup_all_syscalls): New proc.
11162
ca5fd19b
YQ
111632015-03-16 Yao Qi <yao.qi@linaro.org>
11164
11165 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
11166 (top level): Skip tests if valid_addr_p returns false for
11167 $cmd1 or $cmd2.
11168
85642ba0
AW
111692015-03-11 Andy Wingo <wingo@igalia.com>
11170
11171 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
11172
e03f9645
YQ
111732015-03-11 Yao Qi <yao.qi@linaro.org>
11174
11175 * gdb.base/catch-syscall.exp: Fix typo in comments.
11176
5d0962b2
YQ
111772015-03-11 Yao Qi <yao.qi@linaro.org>
11178
11179 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
11180
b2df3cef
PA
111812015-03-09 Pedro Alves <palves@redhat.com>
11182
11183 * dg-extract-results.py: Delete.
11184
ef878e53
PA
111852015-03-09 Pedro Alves <palves@redhat.com>
11186
11187 Merge dg-extract-results.sh from GCC upstream (r218843).
11188
11189 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
11190 * dg-extract-results.sh: Use --text with grep to avoid issues with
11191 binary files. Fall back to cat -v, if that doesn't work.
11192
9494d219
PA
111932015-03-05 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
11196
a8d9763a
SM
111972015-03-04 Simon Marchi <simon.marchi@ericsson.com>
11198
11199 * lib/mi-support.exp (mi_expect_interrupt): Accept
11200 alternative event for when in all-stop mode.
11201
be9957b8
PA
112022015-03-04 Pedro Alves <palves@redhat.com>
11203
11204 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
11205
d57be0f4 112062015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
11207
11208 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
11209
c214c7cf
AA
112102015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11211
11212 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
11213 regexps for GDB's current line display, accept a hex address
11214 preceding the line number.
11215
6d74a497
AA
112162015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
11217
11218 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
11219 the 'arch1' variable for "s390*-linux*" targets.
11220
511aee7c
PA
112212015-03-04 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
11224 (main): Pass missing retval argument to pthread_join call.
11225
95e50b27
PA
112262015-03-02 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
11229 (top level): Call do_test with non-stop as well.
11230
28054d69
PA
112312015-03-02 Pedro Alves <palves@redhat.com>
11232
11233 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
11234 -1.
11235
4fa5d7b4
AA
112362015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11237
11238 * gdb.arch/s390-vregs.exp: New test.
11239 * gdb.arch/s390-vregs.S: New file.
11240
97c18565
PA
112412015-02-27 Pedro Alves <palves@redhat.com>
11242
11243 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
11244 call to catch_command_errors.
11245 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
11246 catch_command_errors.
11247
a37bfa30
PA
112482015-02-27 Pedro Alves <palves@redhat.com>
11249
11250 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
11251 "true" for boolean result.
11252 * gdb.gdb/selftest.exp (test_with_self): Also accept full
11253 prototype of main.
11254
6f98576f
PA
112552015-02-27 Pedro Alves <palves@redhat.com>
11256
11257 * lib/unbuffer_output.c: New file.
11258 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11259 (main): Call gdb_unbuffer_output.
11260
eba5ab56
YQ
112612015-02-27 Yao Qi <yao.qi@linaro.org>
11262
11263 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11264 target.
11265
0def5aaa
DE
112662015-02-26 Doug Evans <dje@google.com>
11267
11268 * gdb.cp/class2.cc (Dbase, D): New classes.
11269 (main): New local delta.
11270 * gdb.cp/class2.exp: Test printing delta.
11271 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11272 (dynbar): New global.
11273 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11274
081a1c2c
JK
112752015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11276
11277 * gdb.compile/compile-ifunc.c: New file.
11278 * gdb.compile/compile-ifunc.exp: New file.
11279
2f41223f
AT
112802015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11281
11282 * gdb.base/structs.exp: Check for correct struct on finish.
11283
03eddd80
YQ
112842015-02-26 Yao Qi <yao.qi@linaro.org>
11285
11286 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11287 is zero.
11288
80c57053
JK
112892015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11290
11291 * gdb.arch/cordic.ko.bz2: New file.
11292 * gdb.arch/cordic.ko.debug.bz2: New file.
11293 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11294
21613c12
YQ
112952015-02-25 Yao Qi <yao.qi@linaro.org>
11296
11297 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11298 aarch64*-*-* target.
11299
d8b901ed
PA
113002015-02-23 Pedro Alves <palves@redhat.com>
11301
11302 * lib/gdb.exp (delete_breakpoints): Rewrite using
11303 gdb_test_multiple.
11304
e5b85ead
PA
113052015-02-23 Pedro Alves <palves@redhat.com>
11306
11307 * gdb.base/info-os.c: Include stdlib.h.
11308
85c3a371
DE
113092015-02-22 Doug Evans <xdje42@gmail.com>
11310
11311 PR symtab/17855
11312 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11313 is read after symbols have been re-read.
11314 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11315 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11316
96553a0c
DE
113172015-02-21 Doug Evans <dje@google.com>
11318
11319 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11320
97a0c697
JK
113212015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11322
11323 PR corefiles/17808
11324 * gdb.arch/i386-biarch-core.core.bz2: New file.
11325 * gdb.arch/i386-biarch-core.exp: New file.
11326
a47cd6e9
PA
113272015-02-21 Pedro Alves <palves@redhat.com>
11328
11329 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11330 runto_main fails.
11331
c5facdc4
PA
113322015-02-20 Pedro Alves <palves@redhat.com>
11333
11334 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11335 info probes.
11336
2db9a427
PA
113372015-02-20 Pedro Alves <palves@redhat.com>
11338
11339 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11340
60fb7e9e
PA
113412015-02-20 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11344 clean_restart before gdb_target_supports_trace.
11345
5c5019c2
PA
113462015-02-20 Pedro Alves <palves@redhat.com>
11347
11348 PR threads/18006
11349 * gdb.threads/clone-thread_db.c: New file.
11350 * gdb.threads/clone-thread_db.exp: New file.
11351
c9587f88
AT
113522015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11353
11354 PR breakpoints/16812
11355 * gdb.base/catch-gdb-caused-signals.c: New file.
11356 * gdb.base/catch-gdb-caused-signals.exp: New file.
11357
f6a88844
JM
113582015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11359
11360 * configure: Regenerated.
11361 * configure.ac: Use GDB_AC_TRANSFORM.
11362 * aclocal.m4: sinclude ../transform.m4.
11363
497c491b
JM
113642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11365
11366 * lib/dtrace.exp: New file.
11367 * gdb.base/dtrace-probe.exp: Likewise.
11368 * gdb.base/dtrace-probe.d: Likewise.
11369 * gdb.base/dtrace-probe.c: Likewise.
11370 * lib/pdtrace.in: Likewise.
11371 * configure.ac: Output variables with the transformed names of
11372 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11373 * configure: Regenerated.
11374
03e98035
JM
113752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11376
11377 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11378 expected message when trying to access $_probe_* convenience
11379 variables while not on a probe.
11380
63cc30e9
JK
113812015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11382
11383 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11384
0703599a
PA
113852015-02-11 Pedro Alves <pedro@codesourcery.com>
11386
11387 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11388 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11389
7e60a48e
DE
113902015-02-10 Doug Evans <xdje42@gmail.com>
11391
11392 * lib/gdb.exp (gdb_load): Always return a result.
11393
01b088bc
PA
113942015-02-10 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.threads/signal-sigtrap.c: New file.
11397 * gdb.threads/signal-sigtrap.exp: New file.
11398
b05ec7a5
AT
113992015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11400
11401 * gdb.trace/no-attach-trace.c: New file.
11402 * gdb.trace/no-attach-trace.exp: New file.
11403
a2c2acaf
MW
114042015-02-09 Mark Wielaard <mjw@redhat.com>
11405
11406 * gdb.dwarf2/atomic.c: New file.
11407 * gdb.dwarf2/atomic-type.exp: Likewise.
11408
31fd9caa
MM
114092015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11410
11411 * gdb.btrace/buffer-size.exp: Update "info record" output.
11412 * gdb.btrace/delta.exp: Update "info record" output.
11413 * gdb.btrace/enable.exp: Update "info record" output.
11414 * gdb.btrace/finish.exp: Update "info record" output.
11415 * gdb.btrace/instruction_history.exp: Update "info record" output.
11416 * gdb.btrace/next.exp: Update "info record" output.
11417 * gdb.btrace/nexti.exp: Update "info record" output.
11418 * gdb.btrace/step.exp: Update "info record" output.
11419 * gdb.btrace/stepi.exp: Update "info record" output.
11420 * gdb.btrace/nohist.exp: Update "info record" output.
11421
d33501a5
MM
114222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11423
11424 * gdb.btrace/buffer-size: New.
11425
f4abbc16
MM
114262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11427
11428 * gdb.btrace/delta.exp: Update "info record" output.
11429 * gdb.btrace/enable.exp: Update "info record" output.
11430 * gdb.btrace/finish.exp: Update "info record" output.
11431 * gdb.btrace/instruction_history.exp: Update "info record" output.
11432 * gdb.btrace/next.exp: Update "info record" output.
11433 * gdb.btrace/nexti.exp: Update "info record" output.
11434 * gdb.btrace/step.exp: Update "info record" output.
11435 * gdb.btrace/stepi.exp: Update "info record" output.
11436 * gdb.btrace/nohist.exp: Update "info record" output.
11437
b9d61307
SM
114382015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11439
11440 PR gdb/15678
11441 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11442
e584fdbc
PA
114432015-02-06 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11446 macro.
11447 (seconds_left, again): New globals.
11448 (main): Wait seconds_left in a 1-second sleep loop instead of
11449 sleeping 180 seconds. If 'again' is set, reset the seconds
11450 counter.
11451 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11452 'again' in the inferior before detaching. Print the seconds left.
11453 (options): New global.
11454 (top level): Build program with -DTIMEOUT=$timeout.
11455
77f41761
PA
114562015-02-06 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11459 determine how many seconds to pass to 'alarm'.
11460 * gdb.base/gdb-sigterm.exp (top level): Build program with
11461 -DTIMEOUT=$timeout.
11462 (do_test): Return success/failure indication. Add more verbose
11463 logging. Don't fail if 200 single steps are seen. Instead, fail
11464 when the test times out.
11465 (passes): New global.
11466 (top level): Break the testing loop if testing fails on any
11467 iteration. Use gdb_assert.
11468
b9394193
DB
114692015-02-04 Don Breazeal <donb@codesourcery.com>
11470
11471 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11472 and initialize them.
11473 (ipc_cleanup): New function.
11474 (main): Don't declare shmid, semid, and msqid. Add a call to
11475 atexit so that we call ipc_cleanup on exit.
11476
42d9e528
PA
114772015-02-04 Pedro Alves <palves@redhat.com>
11478
11479 * boards/native-extended-gdbserver.exp: Remove any target variant
11480 specifications from the board name before clearing the isremote
11481 flag from board_info.
11482
ae6ae975
DE
114832015-01-31 Doug Evans <xdje42@gmail.com>
11484
11485 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11486
cfb069a8
GB
114872015-01-31 Gary Benson <gbenson@redhat.com>
11488
11489 * gdb.base/completion.exp: Disable completion limiting for
11490 existing tests. Add new tests to check completion limiting.
11491 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11492
5dd31d79
DE
114932015-01-31 Doug Evans <xdje42@gmail.com>
11494
11495 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11496
9f050062
DE
114972015-01-31 Doug Evans <xdje42@gmail.com>
11498
11499 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11500 entries. Duplicate file section script entries.
11501 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11502 inlined entries. Add test for safe-path rejection.
11503 * gdb.python/py-section-script.c: Add duplicate inlined section script
11504 entries. Duplicate file section script entries.
11505 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11506 inlined entries. Add test for safe-path rejection.
11507
df25ebbd
JB
115082015-01-29 Joel Brobecker <brobecker@adacore.com>
11509
11510 * gdb.ada/disc_arr_bound: New testcase.
11511
4a0ca9ec
JB
115122015-01-29 Joel Brobecker <brobecker@adacore.com>
11513
11514 * gdb.ada/mi_var_array: New testcase.
11515
3a8b707a
DE
115162015-01-27 Doug Evans <dje@google.com>
11517
11518 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11519 Add test for objfile.filename, objfile.username after objfile
11520 has been unloaded.
11521
f8313f6e
JB
115222015-01-26 Joel Brobecker <brobecker@adacore.com>
11523
11524 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11525 the second test to print the name attribute of value
11526 returned by the call to gdb.lookup_type, and adjust
11527 the expected output accordingly.
11528
37bc665e
MW
115292015-01-25 Mark Wielaard <mjw@redhat.com>
11530
11531 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11532 * gdb.base/disp-step-fork.c: Include unistd.h.
11533 * gdb.base/siginfo-obj.c: Include stdio.h.
11534 * gdb.base/siginfo-thread.c: Likewise.
11535 * gdb.mi/non-stop.c: Include unistd.h.
11536 * gdb.mi/nsthrexec.c: Include stdio.h.
11537 * gdb.mi/pthreads.c: Include unistd.h.
11538 * gdb.modula2/unbounded1.c (main): Declare returns int.
11539 * gdb.reverse/consecutive-reverse.c: Likewise.
11540 * gdb.threads/create-fail.c: Include unistd.h.
11541 * gdb.threads/killed.c: Likewise.
11542 * gdb.threads/linux-dp.c: Likewise.
11543 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11544 * gdb.threads/non-ldr-exc-2.c: Likewise.
11545 * gdb.threads/non-ldr-exc-3.c: Likewise.
11546 * gdb.threads/non-ldr-exc-4.c: Likewise.
11547 * gdb.threads/pthreads.c: Include unistd.h.
11548 (main): Declare returns int.
11549 * gdb.threads/tls-main.c (foo): New declaration.
11550 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11551
f7e5394d
SM
115522015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11553
11554 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11555 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11556
743649fd
MW
115572015-01-15 Mark Wielaard <mjw@redhat.com>
11558
11559 * gdb.base/noreturn-return.c: New file.
11560 * gdb.base/noreturn-return.exp: New file.
11561 * gdb.base/noreturn-finish.c: New file.
11562 * gdb.base/noreturn-finish.exp: New file.
11563
198297aa
PA
115642015-01-23 Pedro Alves <palves@redhat.com>
11565
11566 * gdb.threads/continue-pending-after-query.c: New file.
11567 * gdb.threads/continue-pending-after-query.exp: New file.
11568
717cf30c
AG
115692015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11570 Simon Marchi <simon.marchi@ericsson.com>
11571
11572 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11573 * gdb.base/valgrind-db-attach.exp: Same.
11574 * gdb.base/valgrind-infcall.exp: Same.
11575 * lib/mi-support.exp (default_mi_gdb_start): Same.
11576 * lib/prompt.exp (default_prompt_gdb_start): Same.
11577 * lib/gdb.exp (default_gdb_spawn): Same.
11578 (gdb_interact): New.
11579
11580
4b62a76e
JK
115812015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11582
11583 * gdb.compile/compile.exp (pointer to jit function): New test.
11584
b4cdae6f
WW
115852015-01-17 Wei-cheng Wang <cole945@gmail.com>
11586
11587 * lib/gdb.exp (supports_process_record): Return true for
11588 powerpc*-*-linux*.
11589 (supports_reverse): Likewise.
11590
d221e7ef
DB
115912015-01-15 Don Breazeal <donb@codesourcery.com>
11592
11593 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11594 instead of checking whether the target board is remote and
11595 use spawn_wait_for_attach instead of exec/sleep.
11596 * gdb.base/attach-twice.exp: Likewise.
11597
bafffb51
JB
115982015-01-15 Joel Brobecker <brobecker@adacore.com>
11599
11600 * gdb.ada/var_arr_attrs: New testcase.
11601
5589af0e
PA
116022015-01-14 Pedro Alves <palves@redhat.com>
11603 Joel Brobecker <brobecker@adacore.com>
11604
11605 PR gdb/17525
11606 * gdb.base/bp-cmds-execution-x-script.c: New file.
11607 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11608 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11609
6c400b59
PA
116102015-01-14 Pedro Alves <palves@redhat.com>
11611
11612 PR cli/17828
11613 * gdb.base/batch-preserve-term-settings.c: New file.
11614 * gdb.base/batch-preserve-term-settings.exp: New file.
11615
e02c96a7
DE
116162015-01-13 Doug Evans <dje@google.com>
11617
11618 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11619 binary.
11620
576fd14c
JB
116212015-01-13 Joel Brobecker <brobecker@adacore.com>
11622
11623 * Makefile.in (clean mostlyclean): Do not delete *.py.
11624
04dccad0
JB
116252015-01-13 Joel Brobecker <brobecker@adacore.com>
11626
11627 * gdb.python/py-lookup-type.exp: New file.
11628
3d230f71
PA
116292015-01-12 Pedro Alves <palves@redhat.com>
11630
11631 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11632 restore GDBFLAGS before returning.
11633
7e67715d
JK
116342015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11635
11636 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11637 is_amd64_regs_target and is_x86_like_target.
11638
f2e0d4b4
DE
116392015-01-11 Doug Evans <xdje42@gmail.com>
11640
11641 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11642 is given without an explicit form.
11643 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11644 attributes.
11645 * gdb.dwarf/corrupt.exp: Ditto.
11646 * gdb.dwarf2/enum-type.exp: Ditto.
11647 * gdb.trace/entry-values.exp: Ditto.
11648 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11649
439250fb
DE
116502015-01-11 Doug Evans <xdje42@gmail.com>
11651
11652 PR gdb/15830
11653 * gdb.base/maint.exp: Remove references to "maint demangle".
11654 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11655 Add tests for explicitly specifying language to demangle.
11656 * gdb.dlang/demangle.exp: Ditto.
11657
ede9f622
PA
116582015-01-09 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.threads/non-stop-fair-events.c: New file.
11661 * gdb.threads/non-stop-fair-events.exp: New file.
11662
a7b796db
PA
116632015-01-09 Pedro Alves <palves@redhat.com>
11664
11665 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11666 the global scope. Set a breakpoint after all threads are started
11667 rather than stepping over two source lines. Expect the prompt.
11668 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11669 global.
11670 (NUM): Now 15.
11671 (main): Use threads_started_barrier to wait for all threads to
11672 start. Main thread no longer calls thread_function. Exit after
11673 180 seconds.
11674 (loop): New function.
11675 (thread_function): Wait on threads_started_barrier barrier. Call
11676 'loop' at each iteration.
11677 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11678 threads have started, instead of hardcoding number of "next"
11679 steps. Use an access watchpoint instead of a write watchpoint.
11680
9665ffdd
PA
116812015-01-09 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11684 (thread_func): Wait on barrier.
11685 (main): Wait for all threads to start before stopping GDB.
11686 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11687 global.
11688 (thread1_func, thread2_func): Wait on barrier.
11689 (main): Wait for all threads to start before stopping GDB.
11690 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11691 New global.
11692 (thread1_func, thread2_func): Wait on barrier.
11693 (main): Wait for all threads to start before stopping GDB.
11694
c945a99f
PA
116952015-01-09 Pedro Alves <palves@redhat.com>
11696
11697 * gdb.threads/attach-many-short-lived-threads.c: New file.
11698 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11699
c1a747c1
PA
117002014-01-09 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11703 instead of to thread 2.
11704 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11705 Add barrier around each pthread_create call instead of around all
11706 calls.
11707 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11708 Set a break on thread_function and have the child threads hit it
11709 one at at a time.
11710
60b3033e
PA
117112015-01-09 Pedro Alves <palves@redhat.com>
11712
11713 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11714 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11715 false.
11716 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11717 checking whether the target board is remote.
11718 * gdb.multi/multi-attach.exp: Likewise.
11719 * gdb.python/py-sync-interp.exp: Likewise.
11720 * gdb.server/ext-attach.exp: Likewise.
11721 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11722 tests that need to attach, instead of checking whether the target
11723 board is remote at the top of the file.
11724
acc018ac
YQ
117252015-01-08 Yao Qi <yao@codesourcery.com>
11726
11727 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11728
50a18af8
JK
117292015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11730
11731 Fix testcase compilation.
11732 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11733
8503d6e1
JB
117342015-01-06 Joel Brobecker <brobecker@adacore.com>
11735
11736 * gdb.python/py-type.exp: Add a couple test about empty
11737 array creation, and negative-length array creation.
11738
cc73dbcc
DE
117392015-01-02 Doug Evans <xdje42@gmail.com>
11740
11741 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11742
0300bbc7
DE
117432015-01-02 Doug Evans <dje@google.com>
11744
11745 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11746
9d85a0ec
YQ
117472014-12-29 Yao Qi <yao@codesourcery.com>
11748
11749 * gdb.trace/entry-values.exp: Update comments. Rename variable
11750 bar_call_foo to returned_from_foo.
11751
87186c6a
MMN
117522014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11753
11754 PR gdb/17394
11755 * gdb.linespec/break-asm-file.c: New file.
11756 * gdb.linespec/break-asm-file.exp: New file.
11757 * gdb.linespec/break-asm-file0.s: New file.
11758 * gdb.linespec/break-asm-file1.s: New file.
11759
1bab7383
YQ
117602014-12-18 Nigel Stephens <nigel@mips.com>
11761 Maciej W. Rozycki <macro@codesourcery.com>
11762
11763 * gdb.base/float.exp: Handle the new output from "info float" on
11764 MIPS targets.
11765
1bc1068a
JK
117662014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11767
11768 Fix MinGW compilation.
11769 * gdb.compile/compile-ops.exp: Update untested message if
11770 !skip_compile_feature_tests.
11771 * gdb.compile/compile-setjmp.exp: Likewise.
11772 * gdb.compile/compile-tls.exp: Likewise.
11773 * gdb.compile/compile.exp: Likewise.
11774 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11775 supported on this host".
11776
b6615d10
DE
117772014-12-16 Doug Evans <xdje42@gmail.com>
11778
11779 * boards/stabs.exp: New file.
11780
25dda427
AA
117812014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11782
11783 * gdb.base/completion.exp: Adjust to format changes of "maint
11784 print user-registers".
11785
bf330350
CU
117862014-12-16 Catalin Udma <catalin.udma@freescale.com>
11787
11788 PR server/17457
11789 * gdb.arch/aarch64-fp.c: New file.
11790 * gdb.arch/aarch64-fp.exp: New file.
11791
395cf596
SDJ
117922014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11793
11794 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11795 r210637, r210913, r211666, r215400, r215817).
11796
11797 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11798 * dg-extract-results.py: New file.
11799 * dg-extract-results.sh: Use it if the environment seems
11800 suitable.
11801
11802 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11803
11804 * dg-extract-results.py (parse_run): Handle warnings that
11805 are printed before a test harness is run.
11806
11807 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11808
11809 * dg-extract-results.py (Named): Remove __cmp__ method.
11810 (output_variation): Use a key to sort variation.harnesses.
11811
11812 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11813
11814 * dg-extract-results.py: For Python 3, force sys.stdout to
11815 handle surrogate escape sequences.
11816 (safe_open): New function.
11817 (output_segment, main): Use it.
11818
11819 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11820
11821 * dg-extract-results.py (Prog.result_re): Include options
11822 in test name.
11823
11824 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11825
11826 * dg-extract-results.py (output_variation): Always sort if
11827 do_sum.
11828
e882ef3c
SM
118292014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11830
11831 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11832 as long as we get pagination notifications.
11833
4992aa20
JM
118342014-12-15 Jason Merrill <jason@redhat.com>
11835
11836 * Makefile.in (check-gdb.%): Restore.
11837 * README: Mention it.
11838
c1b5a1a6
JB
118392014-12-13 Joel Brobecker <brobecker@adacore.com>
11840
11841 * gdb.ada/str_uninit: New testcase.
11842
5537b577
JK
118432014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11844
11845 PR symtab/17642
11846 * gdb.base/vla-stub-define.c: New file.
11847 * gdb.base/vla-stub.c: New file.
11848 * gdb.base/vla-stub.exp: New file.
11849
bb2ec1b3
TT
118502014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11851 Jan Kratochvil <jan.kratochvil@redhat.com>
11852 Tom Tromey <tromey@redhat.com>
11853
11854 * configure.ac: Add gdb.compile/.
11855 * configure: Regenerate.
11856 * gdb.compile/Makefile.in: New file.
11857 * gdb.compile/compile-ops.exp: New file.
11858 * gdb.compile/compile-ops.c: New file.
11859 * gdb.compile/compile-tls.c: New file.
11860 * gdb.compile/compile-tls.exp: New file.
11861 * gdb.compile/compile-constvar.S: New file.
11862 * gdb.compile/compile-constvar.c: New file.
11863 * gdb.compile/compile-mod.c: New file.
11864 * gdb.compile/compile-nodebug.c: New file.
11865 * gdb.compile/compile-setjmp-mod.c: New file.
11866 * gdb.compile/compile-setjmp.c: New file.
11867 * gdb.compile/compile-setjmp.exp: New file.
11868 * gdb.compile/compile-shlib.c: New file.
11869 * gdb.compile/compile.c: New file.
11870 * gdb.compile/compile.exp: New file.
11871 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11872
4ff709eb
TT
118732014-12-12 Tom Tromey <tromey@redhat.com>
11874
11875 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11876 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11877
6dddd6a5
DE
118782014-12-12 Doug Evans <dje@google.com>
11879
11880 * lib/gdb-python.exp (get_python_valueof): New function.
11881 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11882
71c24708
AA
118832014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11884
11885 * gdb.base/completion.exp: Add test for completion of "info
11886 registers ".
11887
3e29f34a
MR
118882014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11889
11890 * gdb.base/func-ptrs.c: New file.
11891 * gdb.base/func-ptrs.exp: New file.
11892
fc126975
SM
118932014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11894
11895 PR breakpoints/17012
11896 * gdb.base/dprintf-detach.c: New file.
11897 * gdb.base/dprintf-detach.exp: New file.
11898
0a46d518
SM
118992014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11900
11901 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11902 * lib/gdb.exp (target_is_gdbserver): New procedure.
11903
a0be3e44
DE
119042014-12-08 Doug Evans <dje@google.com>
11905
11906 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11907
df1b803a
YQ
119082014-12-05 Yao Qi <yao@codesourcery.com>
11909
11910 * gdb.guile/scm-error.exp: Remove the third argument to
11911 gdb_remote_download.
11912 * gdb.guile/scm-frame-args.exp: Likewise.
11913 * gdb.guile/scm-section-script.exp: Likewise.
11914
ddb9f679
YQ
119152014-12-05 Yao Qi <yao@codesourcery.com>
11916
11917 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11918
86e4ed39
DE
119192014-12-04 Doug Evans <dje@google.com>
11920
11921 * gdb.python/py-objfile.exp: Add tests for
11922 objfile.add_separate_debug_file.
11923
7c50a931
DE
119242014-12-04 Doug Evans <dje@google.com>
11925
11926 * lib/gdb.exp (get_build_id): New function.
11927 (build_id_debug_filename_get): Rewrite to use it.
11928 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11929
621661e3
MR
119302014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11931
11932 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11933 `method(long)', not just 0x0.
11934 * gdb.cp/nsalias.exp: Align code labels to 4.
11935 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11936 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11937 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11938 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11939 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11940 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11941
29f0c3b7
DE
119422014-12-02 Doug Evans <dje@google.com>
11943
e1e061e7 11944 PR symtab/17602
29f0c3b7 11945 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11946 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11947 * gdb.cp/anon-ns.exp: Update.
11948
162078c8
NB
119492014-12-02 Nick Bull <nicholaspbull@gmail.com>
11950
11951 * gdb.python/py-events.py (inferior_call_handler): New.
11952 (register_changed_handler, memory_changed_handler): New.
11953 (test_events.invoke): Register new handlers.
11954 * gdb.python/py-events.exp: Add tests for inferior call,
11955 memory_changed and register_changed events.
11956
fdb09caf
AA
119572014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11958
11959 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11960 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11961 if the linker doesn't understand this.
11962
55cfb2c4
SM
119632014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11964
11965 * gdb.python/python.exp: Change expected reply to help().
11966
9e8cd6df
YQ
119672014-12-01 Yao Qi <yao@codesourcery.com>
11968
11969 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11970 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11971 * configure: Re-generated.
11972
6c659fc2
SC
119732014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11974
11975 * gdb.cp/chained-calls.cc: New file.
11976 * gdb.cp/chained-calls.exp: New file.
11977 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11978
d7fc3181
SM
119792014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11980
11981 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11982 * gdb.dwarf2/symtab-producer.exp: Same.
11983 * gdb.gdb/python-interrupts.exp: Same.
11984 * gdb.gdb/python-selftest.exp: Same.
11985 * gdb.python/py-linetable.exp: Same.
11986 * gdb.python/py-type.exp: Same.
11987 * gdb.python/py-value-cc.exp: Same.
11988 * gdb.python/py-value.exp: Same.
11989
10e79639
YQ
119902014-11-28 Yao Qi <yao@codesourcery.com>
11991
11992 * gdb.base/break-probes.exp: Match library name prefixed with
11993 sysroot.
11994
f28a0564
SM
119952014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11996
11997 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11998 test expected output. Add parentheses for the call to print.
11999 Remove L suffix from integers.
12000
3fe1ce1d
DE
120012014-11-26 Doug Evans <dje@google.com>
12002
12003 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
12004
84429e27
YQ
120052014-11-22 Yao Qi <yao@codesourcery.com>
12006
12007 * gdb.trace/entry-values.c: Remove asms.
12008 (foo): Add foo_label.
12009 (bar): Add bar_label.
12010 * gdb.trace/entry-values.exp: Remove code computing foo's
12011 length and bar's length.
12012 (Dwarf::assemble): Invoke function_range for bar and use
12013 MACRO_AT_func for foo.
12014
26741859
YQ
120152014-11-22 Yao Qi <yao@codesourcery.com>
12016
12017 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
12018 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
12019 Use .Lgcc43_procstart instead of gcc43.
12020
45e44d27
JB
120212014-11-21 Joel Brobecker <brobecker@adacore.com>
12022
12023 * gdb.ada/n_arr_bound: New testcase.
12024
458c8db8
SDJ
120252014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
12026
12027 PR breakpoints/10737
12028 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
12029 test_catch_syscall_multi_arch.
12030 (test_catch_syscall_multi_arch): New function.
12031
43f3e411
DE
120322014-11-20 Doug Evans <xdje42@gmail.com>
12033
12034 * gdb.base/maint.exp: Update expected output.
12035
0d7b2549
AA
120362014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
12037
12038 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
12039 4-byte instruction on S390.
12040
8908fca5
JB
120412014-11-19 Joel Brobecker <brobecker@adacore.com>
12042
12043 * gdb.ada/arr_arr: New testcase.
12044
4a46959e
JB
120452014-11-19 Joel Brobecker <brobecker@adacore.com>
12046
12047 * gdb.ada/pkd_arr_elem: New Testcase.
12048
470e2f4e
LM
120492014-11-18 Luis Machado <lgustavo@codesourcery.com>
12050
12051 * gdb.reverse/break-precsave: Expect completion message for
12052 core file reads.
12053 * gdb.reverse/consecutive-precsave.exp: Likewise.
12054 * gdb.reverse/finish-precsave.exp: Likewise.
12055 * gdb.reverse/i386-precsave.exp: Likewise.
12056 * gdb.reverse/machinestate-precsave.exp: Likewise.
12057 * gdb.reverse/sigall-precsave.exp: Likewise.
12058 * gdb.reverse/solib-precsave.exp: Likewise.
12059 * gdb.reverse/step-precsave.exp: Likewise.
12060 * gdb.reverse/until-precsave.exp: Likewise.
12061 * gdb.reverse/watch-precsave.exp: Likewise.
12062
a267f3ad
AA
120632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12064
12065 * gdb.base/bp-permanent.c: Include unistd.h.
12066 * gdb.python/py-framefilter-mi.c (main): Add return type.
12067 * gdb.python/py-framefilter.c (main): Likewise.
12068 * gdb.trace/actions-changed.c (main): Likewise.
12069
12084a9a
AA
120702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12071
12072 * gdb.mi/until.c: Add eye-catchers.
12073 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
12074 line numbers.
12075
dc7e1a77
AA
120762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12077
12078 * gdb.base/condbreak.exp: Drop references to removed non-prototype
12079 function header variants in break1.c.
12080 * gdb.base/ena-dis-br.exp: Likewise.
12081 * gdb.base/hbreak2.exp: Likewise.
12082 * gdb.reverse/until-precsave.exp: Drop references to removed
12083 non-prototype function header variants in ur1.c.
12084 * gdb.reverse/until-reverse.exp: Likewise.
12085
41c77605
PM
120862014-11-17 Petr Machata <pmachata@redhat.com>
12087
12088 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
12089 ${_cu_offset_size} bytes abbrev offset.
12090
34248c3a
DE
120912014-11-15 Doug Evans <xdje42@gmail.com>
12092
12093 PR symtab/17559
12094 * gdb.base/line-symtabs.exp: New file.
12095 * gdb.base/line-symtabs.c: New file.
12096 * gdb.base/line-symtabs.h: New file.
12097
646da059
YQ
120982014-11-14 Yao Qi <yao@codesourcery.com>
12099
12100 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
12101 (func): Add label func_label.
12102 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
12103 Replace low_pc and high_pc with MACRO_AT_range.
12104 Replace name, low_pc and high_pc with MACRO_AT_func.
12105
9301ebe6
YQ
121062014-11-14 Yao Qi <yao@codesourcery.com>
12107
12108 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
12109 Replace name, low_pc and high_pc with MACRO_AT_func.
12110
f166b542
YQ
121112014-11-14 Yao Qi <yao@codesourcery.com>
12112
12113 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
12114 produce debug information.
12115 * gdb.dwarf2/implptr-optimized-out.S: Removed.
12116
0f6e71e3
YQ
121172014-11-14 Yao Qi <yao@codesourcery.com>
12118
12119 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
12120 object and get function length.
12121 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
12122 with MACRO_AT_func.
12123 (top-level): Replace gdb_compile and clean_restart with
12124 prepare_for_testing.
12125 * gdb.dwarf2/main.c (main): Add label main_label.
12126
876c4df9
YQ
121272014-11-14 Yao Qi <yao@codesourcery.com>
12128
12129 * lib/dwarf.exp (function_range): New procedure.
12130 (Dwarf::_handle_macro_at_func): New procedure.
12131 (Dwarf::_handle_macro_at_range): New procedure.
12132 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
12133
02ad9cf1
YQ
121342014-11-14 Yao Qi <yao@codesourcery.com>
12135
12136 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
12137 (_handle_attribute): New procedure.
12138
a59add0c
AA
121392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12140
12141 * gdb.ada/cond_lang/foo.c (callme): Add return type.
12142 * gdb.base/call-sc.c (zed): Likewise.
12143 * gdb.base/checkpoint.c (main): Likewise.
12144 * gdb.base/dump.c (main): Likewise.
12145 * gdb.base/gcore.c (main): Likewise.
12146 * gdb.base/huge.c (main): Likewise.
12147 * gdb.base/multi-forks.c (main): Likewise.
12148 * gdb.base/pr10179-a.c (main): Likewise.
12149 * gdb.base/savedregs.c (main): Likewise.
12150 * gdb.base/sigaltstack.c (main): Likewise.
12151 * gdb.base/siginfo.c (main): Likewise.
12152 * gdb.base/structs.c (zed): Likewise.
12153 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
12154 * gdb.mi/mi-syn-frame.c (main): Likewise.
12155 * gdb.mi/until.c (foo, main): Likewise.
12156 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
12157 * gdb.base/solib-weak.c (foo): Declare.
12158 * gdb.base/attach-twice.c: Include stdio.h.
12159 * gdb.base/weaklib1.c: Likewise.
12160 * gdb.base/weaklib2.c: Likewise.
12161 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
12162 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
12163 unistd.h.
12164 * gdb.base/attach-pie-misread.c: Include stdlib.h.
12165 * gdb.mi/mi-exit-code.c: Likewise.
12166 * gdb.base/break-interp-lib.c: Include string.h.
12167 * gdb.base/coremaker.c: Likewise.
12168 * gdb.base/testenv.c: Likewise.
12169 * gdb.python/py-finish-breakpoint.c: Likewise.
12170 * gdb.base/inferior-died.c: Include sys/wait.h.
12171 * gdb.base/fileio.c: Include time.h.
12172 * gdb.base/async-shell.c: Include unistd.h.
12173 * gdb.base/dprintf-non-stop.c: Likewise.
12174 * gdb.base/info-os.c: Likewise.
12175 * gdb.mi/mi-console.c: Likewise.
12176 * gdb.mi/watch-nonstop.c: Likewise.
12177 * gdb.python/py-events.c: Likewise.
12178 * gdb.base/async.c (baz): Move up before its invocation.
12179 * gdb.base/code_elim2.c (my_global_func): Likewise.
12180 * gdb.base/skip-solib-lib.c (multiply): Likewise.
12181 * gdb.base/advance.c (func2): Likewise.
12182
3b5d5997
AA
121832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12184
12185 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
12186 variant.
12187 * gdb.base/annota3.c: Likewise.
12188 * gdb.base/async.c: Likewise.
12189 * gdb.base/average.c: Likewise.
12190 * gdb.base/call-ar-st.c: Likewise.
12191 * gdb.base/call-rt-st.c: Likewise.
12192 * gdb.base/call-sc.c: Likewise.
12193 * gdb.base/call-strs.c: Likewise.
12194 * gdb.base/ending-run.c: Likewise.
12195 * gdb.base/execd-prog.c: Likewise.
12196 * gdb.base/exprs.c: Likewise.
12197 * gdb.base/foll-exec.c: Likewise.
12198 * gdb.base/foll-fork.c: Likewise.
12199 * gdb.base/foll-vfork.c: Likewise.
12200 * gdb.base/funcargs.c: Likewise.
12201 * gdb.base/gcore.c: Likewise.
12202 * gdb.base/jump.c: Likewise.
12203 * gdb.base/langs0.c: Likewise.
12204 * gdb.base/langs1.c: Likewise.
12205 * gdb.base/langs2.c: Likewise.
12206 * gdb.base/mips_pro.c: Likewise.
12207 * gdb.base/nodebug.c: Likewise.
12208 * gdb.base/opaque0.c: Likewise.
12209 * gdb.base/opaque1.c: Likewise.
12210 * gdb.base/recurse.c: Likewise.
12211 * gdb.base/run.c: Likewise.
12212 * gdb.base/scope0.c: Likewise.
12213 * gdb.base/scope1.c: Likewise.
12214 * gdb.base/setshow.c: Likewise.
12215 * gdb.base/setvar.c: Likewise.
12216 * gdb.base/shmain.c: Likewise.
12217 * gdb.base/shr1.c: Likewise.
12218 * gdb.base/shr2.c: Likewise.
12219 * gdb.base/sigall.c: Likewise.
12220 * gdb.base/signals.c: Likewise.
12221 * gdb.base/so-indr-cl.c: Likewise.
12222 * gdb.base/solib2.c: Likewise.
12223 * gdb.base/structs.c: Likewise.
12224 * gdb.base/sum.c: Likewise.
12225 * gdb.base/vforked-prog.c: Likewise.
12226 * gdb.base/watchpoint.c: Likewise.
12227 * gdb.reverse/shr2.c: Likewise.
12228 * gdb.reverse/until-reverse.c: Likewise.
12229 * gdb.reverse/ur1.c: Likewise.
12230 * gdb.reverse/watch-reverse.c: Likewise.
12231
066a77c5
AA
122322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12233
12234 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
12235 variant.
12236 * gdb.base/sepdebug.exp: Drop references to removed code.
12237
4f204ea5
AA
122382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12239
12240 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
12241 variant. Preserve original line numbering.
12242 * gdb.base/list1.c: Likewise.
12243
3b377a3a
AA
122442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12245
12246 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
12247 variant.
12248 * gdb.base/break1.c: Likewise.
12249 * gdb.base/break.exp: Drop references to removed code.
12250
e444df73
AA
122512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12252
12253 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
12254 variant.
12255
8008f2a7
AA
122562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12257
12258 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12259
a5a06887
AA
122602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12261
12262 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12263 logic into perform_all_tests() and invoke it with and without
12264 function header prototypes.
12265 (do_function_calls): Remove conditional XFAIL for PR 5318.
12266 (rerun_and_prepare): Remove duplicate code.
12267 (perform_all_tests): New. Main logic moved here.
12268
44dba9b9
AA
122692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12270
12271 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12272 code guarded by #ifdef NO_PROTOTYPES.
12273 (t_double_many_args): Likewise.
12274 (DEF_FUNC_MANY_ARGS_1): Likewise.
12275 (DEF_FUNC_VALUES_1): Likewise.
12276 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12277 guarded by #ifdef PROTOTYPES.
12278
d1fbcd56
AA
122792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12280
12281 * gdb.mi/mi-console.c: Add eye-catcher.
12282 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12283 instead of literal line number.
12284
b0e59b8f
AA
122852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12286
12287 * gdb.base/shr2.c: Add eye-catcher.
12288 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12289 line number.
12290
78f98cca
AA
122912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12292
12293 * gdb.base/jump.c: Add eye-catchers.
12294 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12295 numbers.
12296
58fa2af0
AA
122972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12298
12299 * gdb.base/execd-prog.c: Add eye-catchers.
12300 * gdb.base/foll-exec.c: Likewise.
12301 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12302 line numbers.
12303
04e5059b
AA
123042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12305
12306 * gdb.base/ending-run.c: Add eye-catchers.
12307 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12308 literal line numbers.
12309
dbfdb174
AA
123102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12311
12312 * gdb.base/call-rt-st.c: Add eye-catchers.
12313 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12314 literal line numbers.
12315
888a2ade
AA
123162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12317
12318 * gdb.base/call-ar-st.c: Add eye-catchers.
12319 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12320 literal line numbers.
12321
6acc2dde
AA
123222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12323
12324 * gdb.base/average.c: Add eye-catchers.
12325 * gdb.base/sum.c: Likewise.
12326 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12327 regexps dynamically.
12328
9ecfcd1d
AA
123292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12330
12331 * gdb.base/solib1.c: Add eye-catchers.
12332 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12333 literal line numbers.
12334
78708b7c
PA
123352014-11-12 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12338 leader has exited.
12339
af48d08f
PA
123402014-11-12 Pedro Alves <palves@redhat.com>
12341
12342 * gdb.arch/i386-bp_permanent.c: New file.
12343 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12344 (srcfile): Set to i386-bp_permanent.c.
12345 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12346 that stepi does not execute the 'leave' instruction, instead of
12347 testing it does execute.
12348 * gdb.base/bp-permanent.c: New file.
12349 * gdb.base/bp-permanent.exp: New file.
12350
af3768e9
DE
123512014-11-10 Doug Evans <xdje42@gmail.com>
12352
12353 PR symtab/17564
12354 * gdb.base/symtab-search-order.exp: New file.
12355 * gdb.base/symtab-search-order.c: New file.
12356 * gdb.base/symtab-search-order-1.c: New file.
12357 * gdb.base/symtab-search-order-shlib-1.c: New file.
12358
9de00a4a
PA
123592014-11-07 Pedro Alves <palves@redhat.com>
12360
12361 PR gdb/17511
12362 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12363 i?86-*-linux*.
12364
e0f52461
SC
123652014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12366
12367 PR c++/17494
12368 * gdb.cp/pr17494.cc: New file.
12369 * gdb.cp/pr17494.exp: New file.
12370
6ce8c980
YQ
123712014-11-02 Yao Qi <yao@codesourcery.com>
12372
12373 * gdb.python/python.exp: Get working directory and match the
12374 output of "set extended-prompt \\w " with it.
12375
02be9a71
DE
123762014-10-30 Doug Evans <dje@google.com>
12377
12378 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12379 in objfiles.
12380 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12381 in progspaces.
12382
3bdff46b
LM
123832014-10-30 Janis Johnson <janisjo@codesourcery.com>
12384
12385 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12386 * gdb.base/realname-expand.exp: Likewise.
12387 * gdb.linespec/macro-relative.exp: Likewise.
12388
ab917dfb
PA
123892014-10-29 Pedro Alves <palves@redhat.com>
12390
12391 PR gdb/17408
12392 * gdb.threads/schedlock.c (some_function): New function.
12393 (call_function): New global.
12394 (MAYBE_CALL_SOME_FUNCTION): New macro.
12395 (thread_function): Call it.
12396 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12397 and use it instead of a global counter. Adjust all callers.
12398 (get_current_thread): Use "find current thread" for test message
12399 here rather than having all callers pass down the same string.
12400 (goto_loop): New procedure, factored out from ...
12401 (my_continue): ... this.
12402 (step_ten_loops): Change parameter from test message to command to
12403 use. Adjust.
12404 (list_count): Delete global.
12405 (check_result): New procedure, factored out from duplicate top
12406 level code.
12407 (continue tests): Wrap in with_test_prefix.
12408 (test_step): New procedure, factored out from duplicate top level
12409 code.
12410 (top level): Test "step" in combination with all scheduler-locking
12411 modes. Test "next" in combination with all scheduler-locking
12412 modes, and in combination with stepping over a function call or
12413 not.
12414 * gdb.threads/next-bp-other-thread.c: New file.
12415 * gdb.threads/next-bp-other-thread.exp: New file.
12416
d3d4baed
PA
124172014-10-29 Pedro Alves <palves@redhat.com>
12418
12419 PR python/17372
12420 * gdb.python/python.exp: Test a multi-line command that spawns
12421 interactive Python.
12422 * gdb.base/multi-line-starts-subshell.exp: New file.
12423
563e8d85
YQ
124242014-10-29 Yao Qi <yao@codesourcery.com>
12425
12426 * gdb.base/fileio.exp: Make directories on host.
12427
0ea4d52e
YQ
124282014-10-29 Yao Qi <yao@codesourcery.com>
12429
12430 * gdb.base/fileio.c (test_write): Close the file.
12431
7f5ef605
PA
124322014-10-28 Pedro Alves <palves@redhat.com>
12433
12434 PR gdb/12623
12435 * gdb.base/sigstep.c (no_handler): New global.
12436 (main): If 'no_handler is true, set the signal handlers to
12437 SIG_IGN.
12438 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12439 with_sw_watch and no_handler parameters. Handle them.
12440 (top level) <stepping over handler when stopped at a breakpoint
12441 test>: Add a test axis for testing with a software watchpoint, and
12442 another for testing with the signal handler set to SIG_IGN.
12443 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12444 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12445
abbdbd03
PA
124462014-10-28 Pedro Alves <palves@redhat.com>
12447
12448 PR gdb/17511
12449 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12450 * gdb.base/sigstep.exp (other_handler_location): New global.
12451 (advance): Support stepping into the signal handler, and running
12452 commands while in the handler.
12453 (in_handler_map): New global.
12454 (top level): In the advance test, add combinations for getting
12455 into the handler with stepping commands, and for running commands
12456 in the handler. Add comment descripting the advancei tests.
12457
1df4399f
PA
124582014-10-28 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.base/sigstep.exp: Use build_executable instead of
12461 prepare_for_testing.
12462 (top level): Move code that starts GDB, runs to main and creates a
12463 display to ...
12464 (restart): ... this new procedure.
12465 (top level): Move backtrace from signal handler test to ...
12466 (validate_backtrace): ... this new procedure.
12467 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12468 with_test_prefix. Always restart GDB.
12469 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12470 with_test_prefix. Always restart GDB. No need to delete
12471 breakpoints after the test.
12472 (test_skip_handler): Remove prefix parameter.
12473 (skip_over_handler, breakpoint_to_handler)
12474 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12475 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12476 restart GDB. No need to delete breakpoints after the test.
12477 (top level): Use foreach to call the test procedures with
12478 different commands.
12479
a5b6e449
PA
124802014-10-28 Pedro Alves <palves@redhat.com>
12481
12482 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12483 instead of GNATS numbers.
12484 * gdb.base/sigbpt.exp: Likewise.
12485 * gdb.base/siginfo.exp: Likewise.
12486 * gdb.base/sigstep.exp: Likewise.
12487
e5f8a7cc
PA
124882014-10-27 Pedro Alves <palves@redhat.com>
12489
12490 * gdb.base/sigstep.c (dummy): New global.
12491 (main): Issue a couple writes to the new global.
12492 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12493 procedures.
12494 (skip_over_handler): Use test_skip_handler.
12495 (top level): Call skip_over_handler for stepi and nexti too.
12496 (breakpoint_over_handler): Use test_skip_handler.
12497 (top level): Call breakpoint_over_handler for stepi and nexti too.
12498
763905a3
YQ
124992014-10-27 Yao Qi <yao@codesourcery.com>
12500
12501 * gdb.trace/tfile.c (adjust_function_address)
12502 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12503 function descriptor.
12504
6f259a23
DB
125052014-10-24 Don Breazeal <donb@codesourcery.com>
12506
12507 * gdb.base/foll-fork.exp (test_follow_fork,
12508 catch_fork_child_follow): Check for updated fork messages emitted
12509 from infrun.c.
12510 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12511 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12512 vfork_and_exec_child_follow_through_step): Check for updated vfork
12513 messages emitted from infrun.c.
12514
09dd9a69
PA
125152014-10-24 Pedro Alves <palves@redhat.com>
12516
12517 * gdb.base/corefile.exp: Remove references to ultrix.
12518 * gdb.base/interrupt.exp: Likewise.
12519 * gdb.base/whatis.exp: Likewise.
12520 * gdb.gdb/selftest.exp: Likewise.
12521 * gdb.threads/manythreads.exp: Likewise.
12522 * gdb.threads/print-threads.exp: Likewise.
12523 * gdb.threads/pthreads.exp:: Likewise.
12524 * gdb.threads/schedlock.exp: Likewise.
12525
3433cfa5
SC
125262014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12527
12528 * gdb.cp/non-trivial-retval.cc: Add a test case.
12529 * gdb.cp/non-trivial-retval.exp: Add a test.
12530
092f880b
YQ
125312014-10-20 Yao Qi <yao@codesourcery.com>
12532
12533 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12534 * gdb.python/py-objfile-script-gdb.py: New file.
12535 * gdb.python/py-objfile-script.exp: Update reference to
12536 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12537 of remote_download. Remove the dest file.
12538
acbdb7f3
YQ
125392014-10-20 Yao Qi <yao@codesourcery.com>
12540
12541 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12542 * gdb.base/step-line.exp: Likewise.
12543 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12544 * gdb.dwarf2/dw2-basic.exp: Likewise.
12545 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12546 * gdb.dwarf2/dw2-filename.exp: Likewise.
12547 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12548 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12549 * gdb.dwarf2/dw2-producer.exp: Likewise.
12550 * gdb.dwarf2/mac-fileno.exp: Likewise.
12551 * gdb.python/py-frame-args.exp: Likewise.
12552 * gdb.python/py-framefilter.exp: Likewise.
12553 * gdb.python/py-mi.exp: Likewise.
12554 * gdb.python/py-objfile-script.exp: Likewise
12555 * gdb.python/py-pp-integral.exp: Likewise.
12556 * gdb.python/py-pp-re-notag.exp: Likewise.
12557 * gdb.python/py-prettyprint.exp: Likewise.
12558 * gdb.python/py-section-script.exp: Likewise.
12559 * gdb.python/py-typeprint.exp: Likewise.
12560 * gdb.python/py-xmethods.exp: Likewise.
12561 * gdb.stabs/weird.exp: Likewise.
12562 * gdb.xml/tdesc-regs.exp: Likewise.
12563
bd286a29
KCY
125642014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12565
12566 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12567 (out_cu): Use addr_len for the size of addresses.
12568 (out_line): Likewise. Size DW_LNE_set_address instruction
12569 according to addr_len.
12570 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12571 (FUNC): Add START_INSNS to definition.
12572
673dc4a0
YQ
125732014-10-18 Yao Qi <yao@codesourcery.com>
12574
12575 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12576 gdb_has_argv0 return true.
12577 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12578 check [target_info exists noargs], check [gdb_has_argv0]
12579 instead.
12580 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12581 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12582 procedures.
12583
4ffbba72
DE
125842014-10-17 Doug Evans <dje@google.com>
12585
12586 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12587 event.
12588 * gdb.python/py-events.py: Add clear_objfiles event.
12589
d096d8c1
DE
125902014-10-17 Doug Evans <dje@google.com>
12591
12592 * gdb.python/py-objfile.exp: Test progspace attribute.
12593
a80db015
LM
125942014-10-17 Luis Machado <lgustavo@codesourcery.com>
12595
12596 * gdb.guile/scm-breakpoint.exp: Do not assume any
12597 directory separators when matching source file paths.
12598 * gdb.python/py-breakpoint.exp: Likewise.
12599 * gdb.reverse/break-precsave.exp: Likewise.
12600 * gdb.reverse/break-reverse.exp: Likewise.
12601 * gdb.reverse/consecutive-precsave.exp: Likewise.
12602 * gdb.reverse/finish-precsave.exp: Likewise.
12603 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12604 * gdb.reverse/finish-reverse.exp: Likewise.
12605 * gdb.reverse/i386-precsave.exp: Likewise.
12606 * gdb.reverse/i387-env-reverse.exp: Likewise.
12607 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12608 * gdb.reverse/machinestate-precsave.exp: Likewise.
12609 * gdb.reverse/machinestate.exp: Likewise.
12610 * gdb.reverse/sigall-precsave.exp: Likewise.
12611 * gdb.reverse/solib-precsave.exp: Likewise.
12612 * gdb.reverse/step-precsave.exp: Likewise.
12613 * gdb.reverse/until-precsave.exp: Likewise.
12614 * gdb.reverse/watch-precsave.exp: Likewise.
12615 * gdb.reverse/watch-reverse.exp: Likewise.
12616
b22089ab
YQ
126172014-10-17 Yao Qi <yao@codesourcery.com>
12618
12619 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12620 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12621
6c4486e6
PA
126222014-10-17 Pedro Alves <palves@redhat.com>
12623
12624 PR gdb/17471
12625 * gdb.base/bg-execution-repeat.c: New file.
12626 * gdb.base/bg-execution-repeat.exp: New file.
12627
0ff33695
PA
126282014-10-17 Pedro Alves <palves@redhat.com>
12629
12630 PR gdb/17300
12631 * gdb.base/continue-all-already-running.c: New file.
12632 * gdb.base/continue-all-already-running.exp: New file.
12633
6fdebc3d
PA
126342014-10-17 Pedro Alves <palves@redhat.com>
12635
12636 PR gdb/17472
12637 * gdb.base/annota-input-while-running.c: New file.
12638 * gdb.base/annota-input-while-running.exp: New file.
12639
32a8097b
PA
126402014-10-17 Pedro Alves <palves@redhat.com>
12641
12642 * gdb.base/callfuncs.exp: emove references to osf.
12643 * gdb.base/sigall.exp: Likewise.
12644 * gdb.gdb/selftest.exp: Likewise.
12645 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12646 * gdb.mi/non-stop.c: Likewise.
12647 * gdb.mi/pthreads.c: Likewise.
12648 * gdb.reverse/sigall-precsave.exp: Likewise.
12649 * gdb.reverse/sigall-reverse.exp: Likewise.
12650 * gdb.threads/pthreads.c: Likewise.
12651 * gdb.threads/pthreads.exp: Likewise.
12652
7a3517ff
YQ
126532014-10-17 Yao Qi <yao@codesourcery.com>
12654
12655 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12656 check 'target_info exists noargs'.
12657 (test_command_prompt_position): Likewise.
12658 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12659 Remove "set args".
12660 (progvar_simple_while_test): Likewise.
12661 (progvar_complex_if_while_test): Likewise.
12662 (if_while_breakpoint_command_test): Likewise.
12663 (infrun_breakpoint_command_test): Likewise.
12664 (breakpoint_command_test): Likewise.
12665 (watchpoint_command_test): Likewise.
12666 (bp_deleted_in_command_test): Likewise.
12667 (temporary_breakpoint_commands): Likewise.
12668
bb99c472
YQ
126692014-10-16 Yao Qi <yao@codesourcery.com>
12670
12671 * gdb.base/remotetimeout.exp: Remove noargs checking.
12672
7c16b83e
PA
126732014-10-15 Pedro Alves <palves@redhat.com>
12674
12675 PR breakpoints/9649
12676 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12677 * gdb.base/breakpoint-in-ro-region.exp
12678 (probe_target_hardware_step): New procedure.
12679 (top level): Probe hardware stepping and hardware breakpoint
12680 support. Test stepping through a read-only region, with both
12681 "breakpoint auto-hw" on and off and both "always-inserted" on and
12682 off.
12683
35a49624
IB
126842014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12685
12686 * gdb.dlang/demangle.exp: Update for demangling changes.
12687
2d1c107c
SC
126882014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12689
12690 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12691 * gdb.cp/non-trivial-retval.exp: Add new tests.
12692
778811d5
SC
126932014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12694
12695 PR c++/13403
12696 PR c++/15154
12697 * gdb.cp/non-trivial-retval.cc: New file.
12698 * gdb.cp/non-trivial-retval.exp: New file.
12699
10c5f0a8
YQ
127002014-10-15 Yao Qi <yao@codesourcery.com>
12701
12702 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12703 remote host.
12704
65d7b369
YQ
127052014-10-15 Yao Qi <yao@codesourcery.com>
12706
12707 * gdb.python/py-symbol.exp: Match file base name if host is
12708 remote, otherwise match file name with dir name.
12709 * gdb.python/py-symtab.exp: Likewise.
12710 * gdb.python/python.exp: Likewise.
12711
46dc1394
YQ
127122014-10-15 Yao Qi <yao@codesourcery.com>
12713
12714 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12715 pattern.
12716 * gdb.python/py-symtab.exp: Likewise.
12717 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12718 locationn.
12719
c40cc657
JB
127202014-10-14 Joel Brobecker <brobecker@adacore.com>
12721
12722 * gdb.ada/addr_arith: New testcase.
12723
2abf49e1
MR
127242014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12725
12726 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12727 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12728 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12729 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12730
f7088df3
SDJ
127312014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12732
12733 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12734 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12735 * gdb.arch/stap-eval-lang-ada.exp: New file.
12736
4dc06805
YQ
127372014-10-14 Yao Qi <yao@codesourcery.com>
12738
12739 * gdb.mi/mi-var-child.c (nothing1): New function.
12740 (nothing2): New function.
12741 (do_children_tests): Set function pointers by nothing1 and
12742 nothing2.
12743 * gdb.mi/mi-var-child.exp: Step over new added statements.
12744 Update test to match the new output.
12745 * gdb.mi/var-cmd.c (nothing1): New function.
12746 (nothing2): New function.
12747 (do_children_tests): Set function pointers by nothing1 and
12748 nothing2.
12749 * gdb.mi/mi-var-display.exp: Update test to match output.
12750 Step to the line specified by $line_dct_nothing.
12751 Increase the number of lines to step.
12752
46a93de2
YQ
127532014-10-14 Yao Qi <yao@codesourcery.com>
12754
12755 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12756 tests.
12757 * gdb.mi/mi2-var-child.exp: Likewise.
12758
14ea52ee
DE
127592014-10-13 Doug Evans <dje@google.com>
12760
12761 * gdb.python/py-objfile.exp: Change name of file name test.
12762
e5c6e92b
DE
127632014-10-13 Doug Evans <dje@google.com>
12764
12765 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12766 from the start of the CU.
12767
c780cc2f
JK
127682014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12769 Yao Qi <yao@codesourcery.com>
12770
12771 Fix "save breakpoints" for "catch" command.
12772 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12773 Remove -nonewline. Match also the added "main" line.
12774
99894e11
JK
127752014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12776
12777 Fix "save breakpoints" for "disable $bpnum" command.
12778 * gdb.base/save-bp.c (main): Add label.
12779 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12780
6e1ac5a3
JK
127812014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12782
12783 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12784
754dd2b0
YQ
127852014-10-11 Yao Qi <yao@codesourcery.com>
12786
12787 * gdb.server/server-kill.exp: Execute command
12788 "set remote trace-status-packet on" before "tstatus".
12789
f90183d7
YQ
127902014-10-11 Yao Qi <yao@codesourcery.com>
12791
12792 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12793 (main): Call getppid.
12794 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12795 and continue to it. Read variable "server_pid".
12796
bf40a607
YQ
127972014-10-11 Yao Qi <yao@codesourcery.com>
12798
12799 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12800
052ca370
YQ
128012014-10-11 Yao Qi <yao@codesourcery.com>
12802
12803 * gdb.threads/thread-find.exp: Don't execute command
12804 "info threads".
12805 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12806 * gdb.threads/linux-dp.exp: Don't check the condition
12807 $threads_created equals to zero.
12808
3831839c
PA
128092014-10-10 Pedro Alves <palves@redhat.com>
12810
12811 * gdb.base/bigcore.exp: Remove references to IRIX.
12812 * gdb.base/funcargs.exp: Likewise.
12813 * gdb.base/interrupt.exp: Likewise.
12814 * gdb.base/mips_pro.exp: Likewise.
12815 * gdb.base/nodebug.exp: Likewise.
12816 * gdb.base/setvar.exp: Likewise.
12817 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12818
8b9a549d
PA
128192014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12820 Pedro Alves <palves@redhat.com>
12821
12822 PR symtab/14466
12823 * gdb.base/vdso-warning.c: New file.
12824 * gdb.base/vdso-warning.exp: New file.
12825
d48ba5e8
DE
128262014-10-02 Doug Evans <dje@google.com>
12827
12828 * gdb.base/structs.c (main): Don't run forever.
12829
2278c276
PA
128302014-10-02 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12833 (top level) <stop threads 1, stop threads 2>: Use it.
12834
b57bacec
PA
128352014-10-02 Pedro Alves <palves@redhat.com>
12836
12837 * gdb.threads/break-while-running.exp (test): Add new
12838 'update_thread_list' argument. Skip "info threads" if false.
12839 (top level): Add new 'update_thread_list' axis.
12840
13fd3ff3
PA
128412014-10-02 Pedro Alves <palves@redhat.com>
12842
12843 PR breakpoints/17431
12844 * gdb.base/execl-update-breakpoints.c: New file.
12845 * gdb.base/execl-update-breakpoints.exp: New file.
12846
0fec99e8
PA
128472014-10-01 Pedro Alves <palves@redhat.com>
12848
12849 * gdb.base/breakpoint-in-ro-region.c: New file.
12850 * gdb.base/breakpoint-in-ro-region.exp: New file.
12851
2ddf4301
SM
128522014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12853
12854 * gdb.mi/mi-exit-code.exp: New file.
12855 * gdb.mi/mi-exit-code.c: New file.
12856
6a5f3f43
YQ
128572014-09-30 Yao Qi <yao@codesourcery.com>
12858
12859 * lib/prelink-support.exp (build_executable_own_libs): Error if
12860 the target isn't native.
12861
345bcc73
YQ
128622014-09-30 Yao Qi <yao@codesourcery.com>
12863
12864 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12865 false.
12866
a25a5a45
PA
128672014-09-22 Pedro Alves <palves@redhat.com>
12868
12869 * gdb.threads/break-while-running.exp: New file.
12870 * gdb.threads/break-while-running.c: New file.
12871
00ba3162
YQ
128722014-09-19 Yao Qi <yao@codesourcery.com>
12873
12874 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12875 Invoke test. Restart GDB with --readnow and invoke test again.
12876
c3b7b696
YQ
128772014-09-19 Yao Qi <yao@codesourcery.com>
12878
12879 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12880 proc set_breakpoint_on_gcd_function. Invoke
12881 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12882 invoke set_breakpoint_on_gcd_function again.
12883
2b4fd423
DE
128842014-09-18 Doug Evans <dje@google.com>
12885
12886 * gdb.dwarf2/symtab-producer.exp: New file.
12887
a5947601
SDJ
128882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12889
12890 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12891 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12892 * gdb.base/global-var-nested-by-dso.c: Likewise.
12893 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12894
91c19059
SDJ
128952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12896 Pedro Alves <palves@redhat.com>
12897
12898 * gdb.base/watch-bitfields.exp: Pass string other than test file
12899 name to prepare_for_testing.
12900 (watch): New procedure.
12901 (expect_watchpoint): Use with_test_prefix.
12902 (top level): Factor out tests to ...
12903 (test_watch_location, test_regular_watch): ... these new
12904 procedures, and use with_test_prefix and gdb_continue_to_end.
12905
bb9d5f81
PP
129062014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12907
12908 PR breakpoints/12526
12909 * gdb.base/watch-bitfields.exp: New file.
12910 * gdb.base/watch-bitfields.c: New file.
12911
635856f5
PA
129122014-09-16 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12915 software and hardware addresses, not software address against
12916 itself.
12917
7280ceea
PA
129182014-09-16 Pedro Alves <palves@redhat.com>
12919
12920 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12921 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12922
428b16bd
PA
129232014-09-16 Pedro Alves <palves@redhat.com>
12924
12925 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12926 files.
12927 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12928 "*-*-vxworks*" throughout.
12929 * gdb.base/break.exp: Likewise.
12930 * gdb.base/default.exp: Likewise.
12931 * gdb.base/scope.exp: Likewise.
12932 * gdb.base/sepdebug.exp: Likewise.
12933 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12934 throughout.
12935 * gdb.base/run.c: Likewise.
12936 * gdb.base/sepdebug.c: Likewise.
12937 * gdb.hp/gdb.aCC/run.c: Likewise.
12938 * gdb.reverse/until-reverse.c: Likewise.
12939 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12940
666d413c
YQ
129412014-09-16 Yao Qi <yao@codesourcery.com>
12942
12943 * boards/local-remote-host-native.exp: New file.
12944
57cbd724
DE
129452014-09-14 Doug Evans <xdje42@gmail.com>
12946
12947 * gdb.threads/queue-signal.c (thread_count): New variable.
12948 (thread_count_mutex, thread_count_condvar): New variables.
12949 (incr_thread_count, wait_all_threads_running): New functions.
12950 (main): Wait for all threads to be in their thread functions.
12951
81219e53
DE
129522014-09-13 Doug Evans <xdje42@gmail.com>
12953
12954 * gdb.threads/queue-signal.c: New file.
12955 * gdb.threads/queue-signal.exp: New file.
12956
3714cea7
DE
129572014-09-13 Doug Evans <xdje42@gmail.com>
12958
12959 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12960 be consistent with what default_gdb_init uses.
12961 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12962 the plain text of the prompt. Add some logging printfs.
12963 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12964
fa43b1d7
PA
129652014-09-12 Pedro Alves <palves@redhat.com>
12966
12967 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12968 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12969 * gdb.arch/i386-size-overlap.exp: Likewise.
12970 * gdb.arch/i386-size.exp: Likewise.
12971 * gdb.arch/i386-unwind.exp: Likewise.
12972 * gdb.base/a2-run.exp: Likewise.
12973 * gdb.base/break.exp: Likewise.
12974 * gdb.base/charset.exp: Likewise.
12975 * gdb.base/chng-syms.exp: Likewise.
12976 * gdb.base/commands.exp: Likewise.
12977 * gdb.base/dbx.exp: Likewise.
12978 * gdb.base/find.exp: Likewise.
12979 * gdb.base/funcargs.exp: Likewise.
12980 * gdb.base/jit-simple.exp: Likewise.
12981 * gdb.base/reread.exp: Likewise.
12982 * gdb.base/sepdebug.exp: Likewise.
12983 * gdb.base/step-bt.exp: Likewise.
12984 * gdb.cp/mb-inline.exp: Likewise.
12985 * gdb.cp/mb-templates.exp: Likewise.
12986 * gdb.objc/basicclass.exp: Likewise.
12987 * gdb.threads/killed.exp: Likewise.
12988
9d9bf2df
EBM
129892014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12990
12991 PR tdep/17379
12992 * gdb.arch/powerpc-stackless.S: New file.
12993 * gdb.arch/powerpc-stackless.exp: New file.
12994
1cf2f1b0
JK
129952014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12996
12997 * gdb.base/attach.c: Include unistd.h.
12998 (main): Call alarm. Add label postloop.
12999 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
13000 gdb_breakpoint, gdb_continue_to_breakpoint.
13001 (test_command_line_attach_run): Kill ${testpid} in one exit path.
13002
98880d46
PA
130032014-09-11 Pedro Alves <palves@redhat.com>
13004
13005 PR gdb/17347
13006 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
13007 * gdb.base/attach.exp (test_command_line_attach_run): New
13008 procedure.
13009 (top level): Call it.
13010
4c92ff2c
PA
130112014-09-11 Pedro Alves <palves@redhat.com>
13012
13013 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
13014 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
13015 (do_command_attach_tests): Use spawn_wait_for_attach.
13016 * gdb.base/solib-overlap.exp: Likewise.
13017 * gdb.multi/multi-attach.exp: Likewise.
13018 * gdb.python/py-prompt.exp: Likewise.
13019 * gdb.python/py-sync-interp.exp: Likewise.
13020 * gdb.server/ext-attach.exp: Likewise.
13021
3adc1a7d
GKB
130222014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
13023
13024 * gdb.fortran/array-element.exp: Remove unexpected "continue"
13025 command in testcase. Simplify testcase.
13026
96334934
JB
130272014-09-10 Joel Brobecker <brobecker@adacore.com>
13028
13029 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
13030
eb479039
JB
130312014-09-10 Joel Brobecker <brobecker@adacore.com>
13032
13033 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
13034
deede10c
JB
130352014-09-10 Joel Brobecker <brobecker@adacore.com>
13036
13037 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
13038
7828a5f5
JB
130392014-09-10 Joel Brobecker <brobecker@adacore.com>
13040
13041 * gdb.dwarf2/dynarr-ptr.c: New file.
13042 * gdb.dwarf2/dynarr-ptr.exp: New file.
13043
33aeebcf
MR
130442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13045
13046 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
13047 of 30 rather than hardcoding 120 for a slow test case. Take the
13048 `gdb,timeout' target setting into account for this calculation.
13049 Don't extend the timeout for the test cases that don't need it.
13050
7b415901
MR
130512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13052
13053 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
13054 a factor of 2 for a slow test case. Take the `gdb,timeout'
13055 target setting into account for this calculation.
13056 * gdb.reverse/until-precsave.exp: Increase the timeout by
13057 a factor of 15 and 3 respectively rather than adding 120
13058 for a pair of slow test cases. Take the `gdb,timeout'
13059 target setting into account for this calculation.
13060
4a40f85a
MR
130612014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13062
13063 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
13064 timeout, don't pass one down to gdb_expect.
13065 (gdb_expect): Rework timeout selection.
13066
09635af7
MR
130672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13068
13069 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
13070 exception on timeout.
13071 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
13072 (gdbserver_start_extended): Catch any `gdbserver_start' error
13073 exceptions.
13074 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
13075 * lib/mi-support.exp (mi_gdb_target_load): Catch any
13076 `gdbserver_gdb_load' error exceptions.
13077
2bdd10b7
MR
130782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
13079
13080 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
13081 120 on waiting for the TCP socket to open.
13082
316935f0
DE
130832014-09-09 Doug Evans <xdje42@gmail.com>
13084
13085 * gdb.base/default.exp (show_conv_list): Add _caller_is,
13086 _caller_matches, _any_caller_is, _any_caller_matches.
13087
83740597
DE
130882014-09-09 Doug Evans <xdje42@gmail.com>
13089
13090 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
13091
4c122fc3
YQ
130922014-09-09 Yao Qi <yao@codesourcery.com>
13093
13094 * gdb.mi/mi-var-display.exp: Set print symbol off.
13095
a9f116cb
GKB
130962014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
13097
13098 PR gdb/17035
13099 * gdb.base/commands.exp: Add tests to verify user-defined
13100 commands with empty bodies.
13101 * gdb.python/py-cmd.exp: Test that we don't show user-defined
13102 python commands in `show user command`.
13103 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
13104 scheme commands in `show user command`.
13105
c75bd3a2
JK
131062014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13107
13108 PR python/17355
13109 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
13110 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
13111 * gdb.python/py-framefilter-invalidarg.exp: New file.
13112 * gdb.python/py-framefilter-invalidarg.py: New file.
13113
faa42425
DE
131142014-09-06 Doug Evans <xdje42@gmail.com>
13115
13116 PR 15276
13117 * gdb.python/py-caller-is.c: New file.
13118 * gdb.python/py-caller-is.exp: New file.
13119
474ca4f6
SDJ
131202014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
13121
13122 PR gdb/17235
13123 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
13124 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
13125
eb0b0463
SDJ
131262014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
13127
13128 PR fortran/17237
13129 * gdb.fortran/print-formatted.exp: New file.
13130 * gdb.fortran/print-formatted.f90: Likewise.
13131
5f3b99cf
SS
131322014-09-03 Sasha Smundak <asmundak@google.com>
13133
13134 * gdb.python/py-frame.exp: Test Frame.read_register.
13135
7d793aa9
SDJ
131362014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
13137
13138 PR python/16699
13139 * gdb.python/py-completion.exp: New file.
13140 * gdb.python/py-completion.py: Likewise.
13141
fb0576e9
DE
131422014-08-28 Doug Evans <dje@google.com>
13143
13144 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
13145 eax,etc. are live with values set by gdb and thus the compiler can't
13146 use them.
13147 * gdb.arch/i386-pseudo.c (main): Ditto.
13148
ee92b0dd
DE
131492014-08-27 Doug Evans <dje@google.com>
13150
13151 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
13152
6649db35
DE
131532014-08-25 Doug Evans <dje@google.com>
13154
13155 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
13156 (main): Ditto.
13157
564b7600
DE
131582014-08-25 Doug Evans <dje@google.com>
13159
13160 * gdb.threads/thread-execl.exp: #include <stdio.h>.
13161
3881fb67
YQ
131622014-08-24 Yao Qi <yao@codesourcery.com>
13163
13164 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
13165 symbol off.
13166 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
13167
a05a36a5
DE
131682014-08-22 Doug Evans <dje@google.com>
13169
13170 PR 17276
13171 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
13172 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
13173 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
13174
7c343b48
YQ
131752014-08-22 Yao Qi <yao@codesourcery.com>
13176
13177 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
13178 * gdb.python/py-finish-breakpoint2.exp: Likewise.
13179 * gdb.python/python.exp: Likewise. Use .py file on the host
13180 instead of the build.
13181
22fd09ae
JK
131822014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13183
13184 * gdb.threads/gcore-stale-thread.c: New file.
13185 * gdb.threads/gcore-stale-thread.exp: New file.
13186
a8454a7c
PA
131872014-08-21 Pedro Alves <palves@redhat.com>
13188
13189 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
13190 * gdb.base/gcore-relro-pie.exp: Likewise.
13191 * gdb.base/gcore-relro.exp: Likewise.
13192 * gdb.base/gcore.exp: Likewise.
13193 * gdb.base/print-symbol-loading.exp: Likewise.
13194 * gdb.threads/gcore-thread.exp: Likewise.
13195 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
13196
2a31c623
PA
131972014-08-20 Pedro Alves <palves@redhat.com>
13198 Jan Kratochvil <jan.kratochvil@redhat.com>
13199
13200 * Makefile.in (EXTRA_RULES, CC): New variables, get from
13201 configure.
13202 (EXPECT): Handle READ1 being set.
13203 (all): Depend on EXTRA_RULES.
13204 (check-read1, expect-read1, read1.so, read1): New rules.
13205 * README (Testsuite Parameters): Document the READ1 make variable.
13206 (Race detection): New section.
13207 * configure: Regenerate.
13208 * configure.ac: If build==host==target, and running under a
13209 GNU/glibc system, add read1 to the extra Makefile rules.
13210 (EXTRA_RULES): AC_SUBST it.
13211 * lib/read1.c: New file.
13212
d36430db
JB
132132014-08-20 Joel Brobecker <brobecker@adacore.com>
13214
13215 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
13216 the handling of variables declared as a typedef to an array
13217 which a DW_AT_data_location attribute.
13218
9a0dc9e3
PA
132192014-08-19 Andrew Burgess <aburgess@broadcom.com>
13220 Pedro Alves <palves@redhat.com>
13221
13222 PR symtab/14604
13223 PR symtab/14605
13224 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
13225 gdb_test.
13226
0718a8da
PA
132272014-08-19 Pedro Alves <palves@redhat.com>
13228
13229 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
13230
13b448cd
YQ
132312014-08-19 Yao Qi <yao@codesourcery.com>
13232
13233 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
13234 right line.
13235
1cbf5077
DB
132362014-08-18 David Blaikie <dblaikie@gmail.com>
13237
13238 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
13239
bf0fae19
JB
132402014-08-18 Joel Brobecker <brobecker@adacore.com>
13241
13242 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
13243 attribute in array range.
13244
3c8c5dcc
JB
132452014-08-18 Joel Brobecker <brobecker@adacore.com>
13246
13247 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
13248
e66d4446
SC
132492014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13250
13251 PR c++/17132
13252 * gdb.cp/pr17132.cc: New file.
13253 * gdb.cp/pr17132.exp: New file.
13254
940df408
SC
132552014-08-15 Siva Chandra Reddy <sivachandra@google.com>
13256
13257 * gdb.python/py-xmethods.py (A_getarrayind)
13258 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13259 Use 'print' with function call syntax.
13260 (E_method_matcher.match): Fix tab vs space indentation mixup.
13261
ebcc6c3a
YQ
132622014-08-15 Yao Qi <yao@codesourcery.com>
13263
13264 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13265 false.
13266
775e0f04
YQ
132672014-08-15 Yao Qi <yao@codesourcery.com>
13268
13269 * gdb.cp/casts.exp: Set print symbol off.
13270 * gdb.cp/class2.exp: Likewise.
13271 * gdb.cp/overload.exp: Likewise.
13272 * gdb.cp/templates.exp: Likewise.
13273
d769e349
DE
132742014-08-11 Doug Evans <dje@google.com>
13275
13276 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13277 (test_load_shlib): Update.
13278
20c6f1e1
YQ
132792014-08-09 Yao Qi <yao@codesourcery.com>
13280
13281 * gdb.base/display.exp: Invoke is_address_zero_readable.
13282 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13283 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13284 * gdb.base/hbreak-unmapped.exp: Return if
13285 is_address_zero_readable returns true.
13286 * gdb.base/signest.exp: Likewise.
13287 * gdb.base/signull.exp: Likewise.
13288 * gdb.base/sigbpt.exp: Likewise.
13289 * gdb.guile/scm-disasm.exp: Do the test if
13290 is_address_zero_readable returns false.
13291 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13292 * gdb.python/py-arch.exp: Likewise.
13293 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13294 * lib/gdb.exp (is_address_zero_readable): New proc.
13295
5792e8e3
YQ
132962014-08-09 Yao Qi <yao@codesourcery.com>
13297
13298 PR testsuite/13443
13299 * gdb.mi/mi-var-display.exp: Make test messages unique.
13300
3cecbbbe
TT
133012014-08-04 Tom Tromey <tromey@redhat.com>
13302
13303 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13304 target 0".
13305
00b51ff5
TT
133062014-08-04 Tom Tromey <tromey@redhat.com>
13307
13308 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13309 "target_resume".
13310
6908c509
JB
133112014-08-01 Joel Brobecker <brobecker@adacore.com>
13312
13313 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13314 inner_vla_struct_object_size.
13315 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13316 as xfail.
13317
cc6563d2
PA
133182014-07-30 Pedro Alves <palves@redhat.com>
13319
13320 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13321 comment.
13322
7e09a223
YQ
133232014-07-29 Yao Qi <yao@codesourcery.com>
13324
13325 PR gdb/17206
13326 * gdb.base/until-nodebug.exp: New.
13327
7ebdbe92
DE
133282014-07-28 Doug Evans <xdje42@gmail.com>
13329
13330 PR guile/17203
13331 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13332 previously existing parameter, and previously ambiguously spelled
13333 parameter.
13334
fdb1adc6
WN
133352014-07-28 Will Newton <will.newton@linaro.org>
13336
13337 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13338
186fcde0
DE
133392014-07-26 Ludovic Courtès <ludo@gnu.org>
13340 Doug Evans <xdje42@gmail.com>
13341
13342 PR guile/17146
13343 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13344
70509625
PA
133452014-07-25 Pedro Alves <palves@redhat.com>
13346
13347 * gdb.threads/signal-command-handle-nopass.c: New file.
13348 * gdb.threads/signal-command-handle-nopass.exp: New file.
13349 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13350 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13351 * gdb.threads/signal-delivered-right-thread.c: New file.
13352 * gdb.threads/signal-delivered-right-thread.exp: New file.
13353
c3f814a1
PA
133542014-07-25 Pedro Alves <palves@redhat.com>
13355
13356 * gdb.base/double-prompt-target-event-error.exp
13357 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13358 match.
13359 (cancel_pagination_in_target_event): Rework double prompt
13360 detection.
13361 * gdb.base/paginate-after-ctrl-c-running.exp
13362 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13363 <return>' match.
13364 * gdb.base/paginate-bg-execution.exp
13365 (test_bg_execution_pagination_return)
13366 (test_bg_execution_pagination_cancel): Remove '-notransfer
13367 <return>' matches.
13368 * gdb.base/paginate-execution-startup.exp
13369 (test_fg_execution_pagination_return)
13370 (test_fg_execution_pagination_cancel): Remove '-notransfer
13371 <return>' matches.
13372 * gdb.base/paginate-inferior-exit.exp
13373 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13374 match.
13375 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13376 * lib/gdb.exp (pagination_prompt): Run text through
13377 string_to_regexp.
13378 (gdb_test_multiple): Match $pagination_prompt instead of
13379 "<return>".
13380 (string_to_regexp): Move to lib/gdb-utils.exp.
13381
e214cf6c
JK
133822014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13383
13384 * gdb.arch/amd64-entry-value-paramref.S: New file.
13385 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13386 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13387 * gdb.arch/amd64-optimout-repeat.S: New file.
13388 * gdb.arch/amd64-optimout-repeat.c: New file.
13389 * gdb.arch/amd64-optimout-repeat.exp: New file.
13390
17d0c5c8
JK
133912014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13392
13393 PR gdb/17170
13394 * gdb.base/statistics.exp: New file.
13395
b8b8facf
DE
133962014-07-17 Doug Evans <dje@google.com>
13397
74b49205 13398 PR gdb/17170
b8b8facf
DE
13399 * gdb.base/maint.exp: Update testing of per-command stats.
13400
1b5d0ab3
PA
134012014-07-16 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13404 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13405 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13406 (tfile_write_buf): New functions.
13407 (add_memory_block): Rewrite using the above.
13408 (adjust_function_address): New function.
13409 (FUNCTION_ADDRESS): New macro.
13410 (write_basic_trace_file): Remove short_x local, and use
13411 tfile_write_16. Change type of func_addr local to unsigned long
13412 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13413 here. Cast argument of add_memory_block to char pointer.
13414 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13415 (main): Remove parameters.
13416 * gdb.trace/tfile.exp: Remove nowarnings.
13417
4d974e88
SM
134182014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13419
13420 * gdb.base/debug-expr.exp: Test string evaluation with
13421 "debug expression" on.
13422
41e99568
PA
134232014-07-15 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.base/reread.exp: Use clean_restart.
13426
487d9753
PL
134272014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13428
13429 * gdb.arch/avr-flash-qualifer.c: New.
13430 * gdb.arch/avr-flash-qualifer.exp: New.
13431
cc1c52ad
PA
134322014-07-14 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13435 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13436
1e973570
PA
134372014-07-14 Pedro Alves <palves@redhat.com>
13438
13439 * gdb.base/double-prompt-target-event-error.c: New file.
13440 * gdb.base/double-prompt-target-event-error.exp: New file.
13441
93d6eb10
PA
134422014-07-14 Pedro Alves <palves@redhat.com>
13443
13444 PR gdb/17072
13445 * gdb.base/paginate-inferior-exit.c: New file.
13446 * gdb.base/paginate-inferior-exit.exp: New file.
13447
0017922d
PA
134482014-07-14 Pedro Alves <palves@redhat.com>
13449
13450 PR gdb/17072
13451 * gdb.base/paginate-bg-execution.c: New file.
13452 * gdb.base/paginate-bg-execution.exp: New file.
13453
94696ad3
PA
134542014-07-14 Pedro Alves <palves@redhat.com>
13455
13456 PR gdb/17072
13457 * gdb.base/paginate-execution-startup.c: New file.
13458 * gdb.base/paginate-execution-startup.exp: New file.
13459 * lib/gdb.exp (pagination_prompt): New global.
13460 (default_gdb_spawn): New procedure, factored out from
13461 default_gdb_spawn.
13462 (default_gdb_start): Adjust to call default_gdb_spawn.
13463 (gdb_spawn): New procedure.
13464
bd293940
PA
134652014-07-14 Pedro Alves <palves@redhat.com>
13466
13467 * lib/gdb.exp (gdb_assert): New procedure.
13468 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13469
c933f875
PA
134702014-07-14 Pedro Alves <palves@redhat.com>
13471
13472 * gdb.base/execution-termios.c: New file.
13473 * gdb.base/execution-termios.exp: New file.
13474
d98b7a16
TT
134752014-07-14 Tom Tromey <tromey@redhat.com>
13476
13477 * gdb.cp/vla-cxx.cc: New file.
13478 * gdb.cp/vla-cxx.exp: New file.
13479
548740d6
TT
134802014-07-14 Tom Tromey <tromey@redhat.com>
13481
13482 * gdb.reverse/rerun-prec.c: New file.
13483 * gdb.reverse/rerun-prec.exp: New file.
13484
a25eb028
MR
134852014-07-12 Maciej W. Rozycki <macro@mips.com>
13486 Maciej W. Rozycki <macro@codesourcery.com>
13487
13488 * lib/gdb-utils.exp: New file.
13489 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13490 inline `gdb_init_command' processing.
13491 (gdb_start_cmd): Likewise.
13492 * lib/mi-support.exp (mi_run_cmd): Likewise.
13493 * README: Document `gdb_init_command' and `gdb_init_commands'.
13494
218c2655
JK
134952014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13496
13497 Fix false FAIL running under a very long directory name.
13498 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13499 and "set print elements 10000". Twice.
13500
5401fde3
YQ
135012014-07-11 Yao Qi <yao@codesourcery.com>
13502
13503 * gdb.base/exprs.exp: "set print symbol off".
13504
e76126e8
PA
135052014-07-11 Pedro Alves <palves@redhat.com>
13506
13507 * gdb.threads/kill.c: New file.
13508 * gdb.threads/kill.exp: New file.
13509
2d6f0de6
YQ
135102014-07-10 Yao Qi <yao@codesourcery.com>
13511
13512 * gdb.trace/tfile.c (write_basic_trace_file)
13513 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13514 address written to trace file.
13515
7180e04a
PA
135162014-07-09 Pedro Alves <palves@redhat.com>
13517
13518 * gdb.base/attach-wait-input.exp: New file.
13519 * gdb.base/attach-wait-input.c: New file.
13520
9a9a7608
AB
135212014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13522
13523 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13524 setting up test structures.
13525 (main): Call new test function.
13526 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13527 test function, continue into test function and walk test
13528 structures.
13529
161ac41e
YQ
135302014-07-02 Yao Qi <yao@codesourcery.com>
13531
13532 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13533 'bar_start' at the beginning of functions 'foo' and 'bar'
13534 respectively.
13535 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13536 instead of 'foo' and 'bar'.
13537
1f267ae3
MM
135382014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13539
13540 * gdb.btrace/segv.exp: New.
13541 * gdb.btrace/segv.c: New.
13542
2b239efb
LM
135432014-07-02 Luis Machado <lgustavo@codesourcery.com>
13544
13545 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13546 instruction.
13547
cf363f18
MW
135482014-06-30 Mark Wielaard <mjw@redhat.com>
13549
13550 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13551 vulture, vilify, villar): New volatile array constants.
13552 (vindictive, vegetation): New const volatile array constants.
13553 * gdb.base/volatile.exp: Test volatile and const volatile array
13554 types.
13555
aebf9d24
AA
135562014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13557
13558 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13559 target lacks support for awatch, rwatch, or hbreak.
13560
b67a2c6f
YQ
135612014-06-27 Yao Qi <yao@codesourcery.com>
13562
13563 * gdb.multi/dummy-frame-restore.exp: New.
13564 * gdb.multi/dummy-frame-restore.c: New.
13565
aef92902
MM
135662014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13567
13568 * gdb.btrace/gcore.exp: New.
13569
8e9db26e
PA
135702014-06-23 Pedro Alves <palves@redhat.com>
13571
13572 * gdb.base/watchpoint-reuse-slot.c: New file.
13573 * gdb.base/watchpoint-reuse-slot.exp: New file.
13574
70afc5b7
SC
135752014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13576
13577 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13578 progspace's filename in 'info', 'enable' and 'disable' command
13579 tests.
13580
b972bd9c
JK
135812014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13582
13583 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13584 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13585 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13586
125f8a3d
GB
135872014-06-20 Gary Benson <gbenson@redhat.com>
13588
13589 * gdb.arch/i386-avx.exp: Fix include file location.
13590 * gdb.arch/i386-sse.exp: Likewise.
13591
3ed9baed
IB
135922014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13593
13594 * gdb.dlang/expression.exp: New file.
13595
034f788c
PA
135962014-06-19 Pedro Alves <palves@redhat.com>
13597
13598 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13599 out from ...
13600 (top level): ... here. Iterate running tests under different
13601 scheduler-locking settings.
13602
45371d0c
LM
136032014-06-18 Luis Machado <lgustavo@codesourcery.com>
13604
13605 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13606 to DW_FORM_addr and use non-zero addresses.
13607
5d376983
SC
136082014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13609
13610 PR gdb/17017
13611 * gdb.python/py-xmethods.cc: Add global function call counters and
13612 increment them in their respective functions. Remove "cout"
13613 statements.
13614 * gdb.python/py-xmethods.exp: Make tests check the global function
13615 call counters instead of depending on inferior IO.
13616
a1aa2221
LM
136172014-06-18 Don Breazeal <donb@codesourcery.com>
13618
13619 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13620 Deleted procedure.
13621 (explicit_fork_parent_follow): Deleted procedure.
13622 (explicit_fork_child_follow): Deleted procedure.
13623 (test_follow_fork): New procedure.
13624 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13625 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13626 procedure calls.
13627
0fc05997
YQ
136282014-06-17 Yao Qi <yao@codesourcery.com>
13629
13630 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13631 CP1252.
13632
70795c52
LM
136332014-06-17 Luis Machado <lgustavo@codesourcery.com>
13634
13635 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13636 Initialize ptr and S explicitly.
13637 (skip_type_update_when_not_use_rtti_test): Likewise.
13638
6be47f0c
KS
136392014-06-16 Keith Seitz <keiths@redhat.com>
13640
13641 PR mi/15863
13642 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13643 the inferior is started.
13644
d03de421
PA
136452014-06-16 Pedro Alves <palves@redhat.com>
13646
13647 * gdb.base/break-main-file-remove-fail.c: New file.
13648 * gdb.base/break-main-file-remove-fail.exp: New file.
13649 * gdb.base/break-unload-file.exp: Use build_executable instead of
13650 prepare_for_testing.
13651 (test_break): New parameter "initial_load". Handle it.
13652 (top level): Add initial_load cmdline/file axis.
13653
f9579b99
TT
136542014-06-12 Tom Tromey <tromey@redhat.com>
13655
13656 * gdb.base/completion.exp: Don't use directory name in test.
13657
3657956b
GB
136582014-06-09 Gary Benson <gbenson@redhat.com>
13659
13660 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13661 separate the always-available ANSI-standard signals from the
13662 signals that require checking.
13663 (main): Likewise.
13664 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13665 Likewise.
13666 (main): Likewise.
13667
4186eb54
KS
136682014-06-07 Keith Seitz <keiths@redhat.com>
13669
13670 Revert:
13671 PR c++/16253
13672 * gdb.cp/var-tag.cc: New file.
13673 * gdb.cp/var-tag.exp: New file.
13674 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13675 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13676 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13677 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13678
25326a28 136792014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13680
13681 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13682
829155c9
PA
136832014-06-06 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13686 in target debug output instead of looking at RSP packets,
13687 disabling the test on any target that uses hardware stepping.
13688 Update comments.
13689
61c8d22e
PA
136902014-06-06 Pedro Alves <palves@redhat.com>
13691
13692 * gdb.base/break-unload-file.exp: Fix typo.
13693
d9a47287
YQ
136942014-06-06 Yao Qi <yao@codesourcery.com>
13695
13696 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13697 from "jit_function" to "^jit_function".
13698
e5e01dbf
YQ
136992014-06-06 Yao Qi <yao@codesourcery.com>
13700
13701 * gdb.base/async.c (foo): Add one statement.
13702 * gdb.base/async.exp: Get the next instruction address and
13703 match the output of "nexti" by instruction address. Match
13704 the hex address in the output of "finish".
13705
73ba372c
GB
137062014-06-06 Gary Benson <gbenson@redhat.com>
13707
13708 * gdb.base/call-signals.c: Remove preprocessor conditionals
13709 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13710 SIGSEGV and SIGTERM.
13711 * gdb.base/sigall.c: Likewise.
13712 * gdb.base/unwindonsignal.c: Likewise.
13713 * gdb.reverse/sigall-reverse.c: Likewise.
13714
831517df
YQ
137152014-06-06 Yao Qi <yao@codesourcery.com>
13716
13717 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13718 readable, skip the test.
13719
b8b91e98
YQ
137202014-06-06 Yao Qi <yao@codesourcery.com>
13721
13722 * gdb.threads/staticthreads.c (thread_function): Move the line
13723 setting breakpoint on forward.
13724 * gdb.threads/staticthreads.exp: Update comments.
13725
fb934770
LC
137262014-06-05 Ludovic Courtès <ludo@gnu.org>
13727
13728 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13729 "history-append! type error".
13730
6ef284bd
SM
137312014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13732
13733 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13734 erroneous dprintf expected input.
13735
a872e241
DE
137362014-06-04 Doug Evans <xdje42@gmail.com>
13737
13738 * gdb.guile/scm-generics.exp: Delete.
13739
16f691fb
DE
137402014-06-04 Doug Evans <xdje42@gmail.com>
13741
13742 * gdb.guile/scm-breakpoint.exp: Update.
13743 Add tests for breakpoint registration.
13744
012370f6
TT
137452014-06-04 Tom Tromey <tromey@redhat.com>
13746
13747 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13748 VLA-in-union.
13749 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13750 inner_vla_struct, vla_union types. Initialize objects of those
13751 types and compute their sizes.
13752
9f5a4cef
HZ
137532014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13754 Hui Zhu <hui@codesourcery.com>
13755
13756 * gdb.base/fileio.exp: Add test for shell not available as well as
13757 available.
13758 * gdb.base/fileio.c (test_system): Check for shell twice.
13759
90a45c4d
YQ
137602014-06-04 Yao Qi <yao@codesourcery.com>
13761
13762 * gdb.base/auto-connect-native-target.exp: Remove redundant
13763 space from the regexp pattern.
13764
70017e41
YQ
137652014-06-04 Yao Qi <yao@codesourcery.com>
13766
13767 * gdb.base/default.exp: Replace "child" with "native" in
13768 regexp pattern.
13769
883964a7
SC
137702014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13771
13772 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13773 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13774 * gdb.python/py-xmethods.py: Python script supporting the
13775 new testcase and tests.
13776
ef370185
JB
137772014-06-03 Joel Brobecker <brobecker@adacore.com>
13778 Pedro Alves <palves@redhat.com>
13779
13780 PR breakpoints/17000
13781 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13782 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13783
1e2ccb61
BM
137842014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13785
13786 * gdb.base/subst.exp: Add tests to verify partial path matching
13787 output.
13788
c6ec5ab2
PA
137892014-06-03 Pedro Alves <palves@redhat.com>
13790
13791 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13792 target that doesn't use software single-stepping.
13793
835c559f
PA
137942014-06-03 Pedro Alves <palves@redhat.com>
13795
13796 PR breakpoints/17000
13797 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13798 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13799
06eb1586
DE
138002014-06-02 Doug Evans <xdje42@gmail.com>
13801
13802 * gdb.guile/scm-parameter.exp: New file.
13803
e698b8c4
DE
138042014-06-02 Doug Evans <xdje42@gmail.com>
13805
13806 * gdb.guile/scm-cmd.c: New file.
13807 * gdb.guile/scm-cmd.exp: New file.
13808
ded03782
DE
138092014-06-02 Doug Evans <xdje42@gmail.com>
13810
13811 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13812 pretty-printer lookup.
13813 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13814 (make-pp_s-printer): Call it.
13815 (make-pretty-printer-from-dict): New function.
13816 (lookup-pretty-printer-maker-from-dict): New function.
13817 (*pretty-printer*): Simplify.
13818 (make-objfile-pp_s-printer): New function.
13819 (install-objfile-pretty-printers!): New function.
13820 (make-progspace-pp_s-printer): New function.
13821 (install-progspace-pretty-printers!): New function.
13822 * gdb.guile/scm-progspace.c: New file.
13823 * gdb.guile/scm-progspace.exp: New file.
13824
41fac0cf
PA
138252014-06-02 Pedro Alves <palves@redhat.com>
13826
13827 * gdb.base/dprintf-bp-same-addr.c: New file.
13828 * gdb.base/dprintf-bp-same-addr.exp: New file.
13829
96ae5695
EBM
138302014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13831
13832 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13833 * gdb.arch/powerpc-power.s: Likewise.
13834
da02b3a8
JB
138352014-06-02 Joel Brobecker <brobecker@adacore.com>
13836
13837 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13838
c72b2e7b
YQ
138392014-06-01 Yao Qi <yao@codesourcery.com>
13840
13841 * gdb.base/watchpoint.exp (test_watch_location): Check null
13842 pointer can be dereferenced. If not, do the test, otherwise
13843 skip it.
13844
53e8a631
AB
138452014-05-30 Andrew Burgess <aburgess@broadcom.com>
13846
13847 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13848 results.
13849 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13850
938f0e2f
AB
138512014-05-30 Andrew Burgess <aburgess@broadcom.com>
13852
13853 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13854 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13855 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13856 * gdb.arch/amd64-invalid-stack-top.c: New file.
13857 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13858
9ba6657a
PA
138592014-05-30 Pedro Alves <palves@redhat.com>
13860
13861 PR breakpoints/17000
13862 * gdb.base/sss-bp-on-user-bp.c: New file.
13863 * gdb.base/sss-bp-on-user-bp.exp: New file.
13864
522c09bf
DB
138652014-05-30 David Blaikie <dblaikie@gmail.com>
13866
13867 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13868 gnu_inline semantics via attribute.
13869 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13870 source explicitly specifies the required semantics.
13871
bf4ef81e
MR
138722014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13873
13874 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13875
329ea579
PA
138762014-05-29 Pedro Alves <palves@redhat.com>
13877 Tom Tromey <tromey@redhat.com>
13878
13879 * gdb.base/async-shell.exp: Don't enable target-async.
13880 * gdb.base/async.exp
13881 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13882 parameter. Adjust.
13883 (top level): Don't test with "target-async".
13884 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13885 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13886 * gdb.base/inferior-died.exp: Don't enable target-async.
13887 * gdb.base/interrupt-noterm.exp: Likewise.
13888 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13889 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13890 * gdb.mi/mi-nonstop.exp: Likewise.
13891 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13892 * gdb.mi/mi-nsintrall.exp: Likewise.
13893 * gdb.mi/mi-nsmoribund.exp: Likewise.
13894 * gdb.mi/mi-nsthrexec.exp: Likewise.
13895 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13896 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13897 * gdb.python/py-evsignal.exp: Don't enable target-async.
13898 * gdb.python/py-evthreads.exp: Likewise.
13899 * gdb.python/py-prompt.exp: Likewise.
13900 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13901 * gdb.server/solib-list.exp: Don't enable target-async.
13902 * gdb.threads/thread-specific-bp.exp: Likewise.
13903 * lib/mi-support.exp: Adjust to use mi-async.
13904
fd664c91
PA
139052014-05-29 Pedro Alves <palves@redhat.com>
13906
13907 PR gdb/13860
13908 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13909 reason, even in sync mode.
13910
251bde03
PA
139112014-05-29 Pedro Alves <palves@redhat.com>
13912 Hui Zhu <hui@codesourcery.com>
13913
13914 PR PR15693
13915 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13916 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13917 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13918 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13919
7f3c0343
JB
139202014-05-28 Joel Brobecker <brobecker@adacore.com>
13921
13922 * config/monitor.exp (gdb_target_monitor): Replace use of
13923 "set remotebaud" by "set serial baud".
13924
b2715b27
AW
139252014-05-26 Andy Wingo <wingo@igalia.com>
13926
13927 * gdb.guile/scm-breakpoint.exp:
13928 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13929 properties instead of gdb-object-properties.
13930
498a4489
YQ
139312014-05-26 Yao Qi <yao@codesourcery.com>
13932
13933 * gdb.server/no-thread-db.exp: Specify source file name
13934 explicitly when setting a breakpoint.
13935
589fdceb
MM
139362014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13937
13938 * gdb.btrace/vdso.c: New.
13939 * gdb.btrace/vdso.exp: New.
13940
e9089e05
MM
139412014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13942
13943 * gdb.base/gcore.exp (capture_command_output): Move ...
13944 * lib/gdb.exp (capture_command_output): ... here.
13945
67b5c0c1
MM
139462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13947
13948 * gdb.btrace/data.exp: Test memory access during btrace replay.
13949
a2199296
SM
139502014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13951
13952 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13953
17b2616c
PA
139542014-05-21 Pedro Alves <palves@redhat.com>
13955
13956 PR gdb/13860
13957 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13958 (top level): Test that output related to execution commands is
13959 sent to the console with CLI commands, but not with MI commands.
13960 Test that breakpoint events are always mirrored to the console.
13961 Also expect the new source line to be output after a "next" in
13962 async mode too. Make it a pass/fail test.
13963 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13964 output.
13965 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13966
5166082f
PA
139672014-05-21 Pedro Alves <palves@redhat.com>
13968
13969 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13970 Use them to test variations of "list" after reaching a breakpoint.
13971 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13972 Test "list" with listsize 10 after reaching a breakpoint.
13973 * gdb.python/python.exp (decode_line current location line
13974 number): Adjust expected line number.
13975
2f25d70f
SM
139762014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13977
13978 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13979 behavior for $args, pass it directly to "run".
13980
ff604a67
MR
139812014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13982
13983 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13984 30000 to 65536.
13985
6a3cb8e8
PA
139862014-05-21 Pedro Alves <palves@redhat.com>
13987
13988 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13989 auto-connect-native-target off".
13990 * gdb.base/auto-connect-native-target.c: New file.
13991 * gdb.base/auto-connect-native-target.exp: New file.
13992
4ebfc96e
PA
139932014-05-21 Pedro Alves <palves@redhat.com>
13994
13995 * gdb.base/default.exp: Test "target native" instead of "target
13996 child".
13997
36d46afb
MW
139982014-05-21 Mark Wielaard <mjw@redhat.com>
13999
14000 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14001
5876f503
JK
140022014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14003
14004 Fix TLS access for -static -pthread.
14005 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
14006 <HAVE_TLS> (thread_function, main): Initialize it.
14007 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
14008 Add clean_restart.
14009 <$have_tls != "">: Check TLSVAR.
14010
0256a6ac
PA
140112014-05-21 Pedro Alves <palves@redhat.com>
14012
14013 * gdb.base/dcache-line-read-error.c: New.
14014 * gdb.base/dcache-line-read-error.exp: New.
14015
936d2992
PA
140162014-05-20 Pedro Alves <palves@redhat.com>
14017
14018 * gdb.base/compare-sections.c: New file.
14019 * gdb.base/compare-sections.exp: New file.
14020
802e8e6d
PA
140212014-05-20 Pedro Alves <palves@redhat.com>
14022
14023 * gdb.base/break-idempotent.c: New file.
14024 * gdb.base/break-idempotent.exp: New file.
14025
e59fa00f
MM
140262014-05-20 Markus Metzger <markus.t.metzger@intel.com>
14027
14028 * gdb.btrace/nohist.exp: New.
14029
8b696e31
YQ
140302014-05-20 Yao Qi <yao@codesourcery.com>
14031
14032 * lib/gdb.exp (gdb_init): Set timeout if test file is under
14033 gdb.reverse directory and gdb_reverse_timeout exists in board
14034 setting.
14035 * README: Document gdb_reverse_timeout.
14036
73c9764f
YQ
140372014-05-20 Yao Qi <yao@codesourcery.com>
14038
14039 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
14040 'test_file_name'. Treat args as a string instead of a list.
14041 (gdb_init): Rename argument 'args' by 'test_file_name'.
14042
f1f4348a
JK
140432014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14044
14045 * gdb.arch/powerpc-power.exp: New file.
14046 * gdb.arch/powerpc-power.s: New file.
14047
0dbe70ce
DE
140482014-05-16 Doug Evans <dje@google.com>
14049
14050 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
14051 * gdb.base/completion.exp: Check that all expected files exist
14052 before doing file completion.
0dbe70ce 14053
8d551b02
DE
140542014-05-16 Doug Evans <dje@google.com>
14055
14056 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
14057 Update.
14058 (do_syscall_tests_without_xml): Update.
14059
73eb7709
PA
140602014-05-16 Pedro Alves <palves@redhat.com>
14061
14062 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
14063 instead of "unknown output after running".
14064
3fae92fc
YQ
140652014-05-16 Yao Qi <yao@codesourcery.com>
14066
14067 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
14068 file1.txt from host at the end.
14069 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
14070
c2b2ccc5
DE
140712014-05-15 Doug Evans <dje@google.com>
14072
14073 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
14074 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
14075 loading file. Add test for TU lookup.
14076
8c217a4b
SM
140772014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14078
14079 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
14080 calling "-exec-arguments" or "set args" before running the
14081 inferior.
14082
3deb39c6
SM
140832014-05-15 Simon Marchi <simon.marchi@ericsson.com>
14084
14085 * lib/mi-support.exp (mi_expect_stop): Expect message for
14086 inferiors that exit with non-zero exit code.
14087
71a79f8c
YQ
140882014-05-14 Yao Qi <yao@codesourcery.com>
14089
14090 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
14091 match absolute path on remote host.
14092 (test_file_list_exec_source_files): Remove "/" from the
14093 pattern.
14094
f23fcd46
YQ
140952014-05-14 Yao Qi <yao@codesourcery.com>
14096
14097 * boards/local-remote-host-notty.exp (${board}_file): New
14098 proc.
14099
9404b58f
KM
141002014-05-07 Kyle McMartin <kyle@redhat.com>
14101
14102 Pushed by Joel Brobecker <brobecker@adacore.com>.
14103 * gdb.arch/aarch64-atomic-inst.c: New file.
14104 * gdb.arch/aarch64-atomic-inst.exp: New file.
14105
5e45f04c
YQ
141062014-05-07 Yao Qi <yao@codesourcery.com>
14107
14108 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
14109 in current context" too.
14110
c888a17d
KS
141112014-05-05 Keith Seitz <keiths@redhat.com>
14112
14113 * gdb.linespec/ls-dollar.exp: Add test for linespec
14114 file:convenience_variable.
14115
290a839c
YQ
141162014-05-05 Yao Qi <yao@codesourcery.com>
14117
14118 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
14119 traceframes into tfile and ctf trace files. Read data from
14120 trace file and test collected data.
14121 (gdb_collect_locals_test): Likewise.
14122 (gdb_unavailable_registers_test): Likewise.
14123 (gdb_unavailable_floats): Likewise.
14124 (gdb_collect_globals_test): Likewise.
14125 (top-level): Append "ctf" to trace_file_targets if GDB
14126 supports.
14127
b5262cd0
YQ
141282014-05-05 Yao Qi <yao@codesourcery.com>
14129
14130 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
14131 code to ...
14132 (gdb_collect_args_test_1): ... it. New proc.
14133 (gdb_collect_locals_test): Move some code to ...
14134 (gdb_collect_locals_test_1): ... it. New proc.
14135 (gdb_unavailable_registers_test): Move some code to ...
14136 (gdb_unavailable_registers_test_1): ... it. New proc.
14137 (gdb_unavailable_floats): Move some code to ...
14138 (gdb_unavailable_floats_1): ... it. New proc.
14139
30a1e6cc
SDJ
141402014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14141
14142 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
14143 probes to test for bitness recognition.
14144 * gdb.arch/amd64-stap-optional-prefix.exp
14145 (test_probe_value_without_reg): New procedure.
14146 Add code to test for different kinds of bitness.
14147
f33da99a
SDJ
141482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
14149
14150 PR breakpoints/16889
14151 * gdb.arch/amd64-stap-optional-prefix.S: New file.
14152 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
14153
5b80f00d
PA
141542014-05-01 Pedro Alves <palves@redhat.com>
14155
14156 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
14157 gdb_file_cmd if no file is specified.
14158 * boards/native-extended-gdbserver.exp (gdb_load): Use the
14159 last_loaded_file to set the remote exec-file.
14160
f8c2a73c
PA
141612014-05-01 Pedro Alves <palves@redhat.com>
14162
14163 * boards/local-remote-host.exp: New file.
14164
be6e8ac7
PA
141652014-05-01 Pedro Alves <palves@redhat.com>
14166
14167 * boards/local-remote-host.exp: Rename to ...
14168 * boards/local-remote-host-notty.exp: ... this.
14169
cac0dc8f
JB
141702014-04-28 Joel Brobecker <brobecker@adacore.com>
14171
14172 * gdb.ada/dyn_arrayidx: New testcase.
14173
9730e6cc
YQ
141742014-04-26 Yao Qi <yao@codesourcery.com>
14175
14176 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
14177 and compute the length of function main. Save it in
14178 $main_length.
14179 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
14180 (top-level): Use gdb_compile to compile objects into
14181 executable and restart GDB. Remove invocation to
14182 prepare_for_testing.
14183
7ae1a6a6
PA
141842014-04-25 Simon Marchi <simon.marchi@ericsson.com>
14185 Pedro Alves <palves@redhat.com>
14186
14187 PR server/16255
14188 * gdb.multi/multi-attach.c: New file.
14189 * gdb.multi/multi-attach.exp: New file.
14190
4082afcc
PA
141912014-04-25 Pedro Alves <palves@redhat.com>
14192
14193 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
14194 user.
14195 (top level): Test that "set remote conditional-breakpoints-packet
14196 off" works as intended.
14197 * gdb.base/dprintf.exp: Test that "set remote
14198 breakpoint-commands-packet off" works as intended.
14199 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
14200 New function.
14201 (top level): Call it.
14202 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
14203 remote fast-tracepoints-packet off" works as intended.
14204 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
14205 * lib/gdb.exp (gdb_is_target_remote): ... here.
14206
2abc3f8d
DB
142072014-04-24 David Blaikie <dblaikie@gmail.com>
14208
14209 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
14210 ensure clang would not discard them.
14211 * gdb.base/gdbvars.c: Ditto.
14212 * gdb.base/memattr.c: Ditto.
14213 * gdb.base/whatis.c: Ditto.
14214 * gdb.python/py-prettyprint.c: Ditto.
14215 * gdb.trace/actions.c: Ditto.
14216 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
14217 ensure clang would not discard it.
14218
bfd39632
DB
142192014-04-24 David Blaikie <dblaikie@gmail.com>
14220
14221 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
14222 clang to emit the full definition of type required by the test
14223 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
14224
22842ff6
DB
142252014-04-24 David Blaikie <dblaikie@gmail.com>
14226
14227 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
14228 coax Clang into emitting the definition of the type.
14229 * gdb.cp/pr10728-x.h (y): Ditto.
14230 * gdb.cp/pr10728-y.cc (y): Ditto.
14231
c2e827ad
DB
142322014-04-24 David Blaikie <dblaikie@gmail.com>
14233
14234 * gdb.base/label.exp: XFAIL label related tests under Clang.
14235 * gdb.cp/cplabel.exp: Ditto.
14236 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
14237 under Clang those using labels.
14238
4c2d33e7
YQ
142392014-04-25 Yao Qi <yao@codesourcery.com>
14240
14241 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
14242 double_label.
14243 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
14244 partial_label and double_label.
14245
56083b99
DB
142462014-04-24 David Blaikie <dblaikie@gmail.com>
14247
14248 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
14249
25d4e99d
DB
142502014-04-24 David Blaikie <dblaikie@gmail.com>
14251
14252 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
14253 of the function to work across GCC and Clang.
14254 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
14255 pointer types (const void ** const V void **).
14256
01f9f808
MS
142572014-04-24 Michael Sturm <michael.sturm@mintel.com>
14258 Walfred Tedeschi <walfred.tedeschi@intel.com>
14259
14260 * Makefile.in (EXECUTABLES): Added i386-avx512.
14261 * gdb.arch/i386-avx512.c: New file.
14262 * gdb.arch/i386-avx512.exp: Likewise.
14263
4b48d439
KS
142642014-04-23 Keith Seitz <keiths@redhat.com>
14265
14266 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14267 (mi_make_breakpoint_table): New procedure.
14268 (mi_create_breakpoint): Use mi_make_breakpoint
14269 and return the result.
14270 (mi_make_breakpoint): New procedure.
14271 (mi_build_kv_pairs): New procedure.
14272
14273 * gdb.mi/mi-break.exp: Remove unused globals,
14274 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14275 All callers updated.
14276 * gdb.mi/mi-dprintf.exp: Use variable to track command
14277 number.
14278 Update all callers of mi_create_breakpoint and use
14279 mi_make_breakpoint_table.
14280 Remove any unused global variables.
14281 * gdb.mi/mi-nonstop.exp: Likewise.
14282 * gdb.mi/mi-nsintrall.exp: Likewise.
14283 * gdb.mi/mi-nsmoribund.exp: Likewise.
14284 * gdb.mi/mi-nsthrexec.exp: Likewise.
14285 * gdb.mi/mi-reverse.exp: Likewise.
14286 * gdb.mi/mi-simplerun.exp: Likewise.
14287 * gdb.mi/mi-stepn.exp: Likewise.
14288 * gdb.mi/mi-syn-frame.exp: Likewise.
14289 * gdb.mi/mi-until.exp: Likewise.
14290 * gdb.mi/mi-var-cp.exp: Likewise.
14291 * gdb.mi/mi-var-display.exp: Likewise.
14292 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14293 * gdb.mi/mi2-var-child.exp: Likewise.
14294 * gdb.mi/mi-vla-c99.exp: Likewise.
14295 * lib/mi-support.exp: Likewise.
14296
14297 From Ian Lance Taylor <iant@cygnus.com>:
14298 * lib/gdb.exp (parse_args): New procedure.
14299
08351840
PA
143002014-04-23 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.base/break-unload-file.c: New file.
14303 * gdb.base/break-unload-file.exp: New file.
14304 * gdb.base/sym-file-lib.c (baz): New function.
14305 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14306 field.
14307 (load): Store the segment's mapped size.
14308 (unload): New function.
14309 (unload_shlib): New function.
14310 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14311 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14312 set a breakpoint at baz, and call it.
14313 * gdb.base/sym-file.exp: New tests for stale breakpoint
14314 instructions.
14315
076855f9
PA
143162014-04-23 Pedro Alves <palves@redhat.com>
14317
14318 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14319 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14320 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14321 * gdb.base/hbreak-unmapped.c: New file.
14322 * gdb.base/hbreak-unmapped.exp: New file.
14323 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14324 * lib/gdb.exp (gdb_is_target_remote): ... here.
14325
483805cf
PA
143262014-04-22 Pedro Alves <palves@redhat.com>
14327
14328 * gdb.base/consecutive-step-over.c: New file.
14329 * gdb.base/consecutive-step-over.exp: New file.
14330
06d97543
PA
143312014-04-22 Pedro Alves <palves@redhat.com>
14332
14333 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14334 instead of send_gdb/gdb_expect.
14335
b4429ea2
YQ
143362014-04-22 Yao Qi <yao@codesourcery.com>
14337
14338 * lib/trace-support.exp (generate_tracefile): New procedure.
14339 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14340 return 0.
14341 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14342 if generate_tracefile returns 1.
14343
51d48146
PA
143442014-04-18 Tom Tromey <palves@redhat.com>
14345 Pedro alves <tromey@redhat.com>
14346
14347 PR backtrace/15558
14348 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14349 with a backtrace limit.
14350 * gdb.python/py-frame-inline.exp: Test running to an inline
14351 function with a backtrace limit, and printing the newest frame.
14352 * gdb.python/py-frame-inline.c (main): Call f.
14353
bd1dce5f
MS
143542014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14355
14356 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14357
40d1a503
MS
143582014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14359
14360 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14361 Drop prefix from unsupported source file path.
14362
389b98f7
YQ
143632014-04-17 Yao Qi <yao@codesourcery.com>
14364
14365 * lib/gdb.exp (with_target_charset): New proc.
14366 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14367 with_target_charset.
14368 (test_print_strings): Likewise.
14369 (test_repeat_bytes): Likewise.
14370 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14371 for some tests.
14372
22869d73
KS
143732014-04-16 Keith Seitz <keiths@redhat.com>
14374
14375 PR gdb/15827
14376 * gdb.dwarf2/corrupt.c: New file.
14377 * gdb.dwarf2/corrupt.exp: New file.
14378
c4f87ca6
KS
143792014-04-16 Keith Seitz <keiths@redhat.com>
14380
14381 PR c++/16597
14382 * gdb.cp/namelessclass.cc: New file.
14383 * gdb.cp/namelessclass.exp: New file.
14384 * gdb.cp/namelessclass.S: New file.
14385
ab19de87
DE
143862014-04-16 Doug Evans <dje@google.com>
14387
14388 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14389 Add comment.
14390 (gdbserver_default_get_comm_port): New function.
14391 (gdbserver_start): Check if board file provided
14392 "gdbserver,get_comm_port" and use it if so.
14393 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14394 (gdb,socketport): Set to "stdio".
14395 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14396 (stdio_gdbserver_template): Delete.
14397 (${board}_get_remote_address): Update.
14398 (${board}_build_remote_cmd): Delete.
14399 (${board}_get_comm_port): New function.
14400 (${board}_spawn): Update.
14401 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14402 Delete.
14403 (${board}_get_remote_address): Update.
14404 (${board}_get_comm_port): New function.
14405
fc98a809
AB
144062014-04-16 Andrew Burgess <aburgess@broadcom.com>
14407
14408 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14409 appearing in any order.
14410
87fd9e6e
DE
144112014-04-15 Doug Evans <dje@google.com>
14412
14413 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14414 uninitialized value of "description".
14415
099fc3ea
KS
144162014-04-15 Keith Seitz <keiths@redhat.com>
14417
14418 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14419 Remove unused globals.
14420 (test_running_the_program): Likewise.
14421 (test_controlled_execution): Likewise.
14422 (test_controlling_breakpoints): Likewise.
14423 (test_program_termination): Likewise.
14424
5da151d4
KS
144252014-04-15 Keith Seitz <keiths@redhat.com>
14426
14427 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14428 unused globals.
14429 (test_rbreak_creation_and_listing): Likewise.
14430 (test_ignore_count): Likewise.
14431 (test_error): Likewise.
14432
35e5d2f0
PA
144332014-04-15 Pedro Alves <palves@redhat.com>
14434
14435 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14436 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14437 sym-file-loader.c.
14438 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14439 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14440 to sym-file-loader.c.
14441 (struct library): Forward declare.
14442 (load_shlib, lookup_function): Change prototypes.
14443 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14444 (translate_offset): Remove declarations.
14445 (get_text_addr): New declaration.
14446 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14447 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14448 sym-file-loader.h.
14449 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14450 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14451 here from sym-file-loader.h.
14452 (struct library): New structure.
14453 (load_shlib, lookup_function): Change prototypes and adjust to
14454 work with a struct library.
14455 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14456 (translate_offset): Make static.
14457 (get_text_addr): New function.
14458 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14459
eb4c1710
PA
144602014-04-15 Pedro Alves <palves@redhat.com>
14461
14462 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14463
2d1baf52
PA
144642014-04-15 Pedro Alves <palves@redhat.com>
14465
14466 * gdb.base/sym-file-loader.c: Include <limits.h>.
14467 (SELF_LINK): New define.
14468 (get_origin): New function.
14469 (load_shlib): Use it.
14470 * gdb.base/sym-file.exp: Don't early return if the target is
14471 remote. Use runto_main, and issue fail is that fails. Use
14472 gdb_load_shlibs.
14473 (shlib_name): Delete.
14474 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14475
7dd6df01
PA
144762014-04-15 Pedro Alves <palves@redhat.com>
14477
14478 * gdb.base/sym-file.exp: Remove regex characters from test
14479 message. Don't refer to breakpoint numbers in test messages.
14480
b50c8614
KS
144812014-04-14 Keith Seitz <keiths@redhat.com>
14482
14483 PR c++/16253
14484 * gdb.cp/var-tag.cc: New file.
14485 * gdb.cp/var-tag.exp: New file.
14486 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14487 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14488 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14489 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14490
3d567982
TT
144912014-04-14 Tom Tromey <tromey@redhat.com>
14492
14493 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14494 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14495 type.
14496 * gdb.cp/enum-class.exp: New file.
14497 * gdb.cp/enum-class.cc: New file.
14498
0626fc76
TT
144992014-04-14 Tom Tromey <tromey@redhat.com>
14500
14501 * gdb.dwarf2/enum-type.exp: New file.
14502
dca325b3
SA
145032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14504
14505 * gdb.mi/mi-vla-c99.exp: New file.
14506 * gdb.mi/vla.c: New file.
14507
5854b38a
SA
145082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14509
14510 * gdb.base/vla-datatypes.c: New file.
14511 * gdb.base/vla-datatypes.exp: New file.
14512
463bb957
SA
145132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14514
14515 * gdb.base/vla-ptr.c: New file.
14516 * gdb.base/vla-ptr.exp: New file.
14517
3dd170be
SA
145182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14519
14520 * gdb.dwarf2/count.exp: New file.
14521
5ecaaa66
SA
145222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14523
14524 * gdb.base/vla-sideeffect.c: New file.
14525 * gdb.base/vla-sideeffect.exp: New file.
14526
41f1ada5
DB
145272014-04-14 David Blaikie <dblaikie@gmail.com>
14528
14529 * gdb.mi/non-stop.c: Add return value for non-void function return
14530 statement.
14531 * gdb.threads/staticthreads.c: Ditto.
14532
0be03e84
DE
145332014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14534 Doug Evans <xdje42@gmail.com>
14535
14536 * gdb.guile/scm-value.c: Improve test case.
14537 * gdb.guile/scm-value.exp: Add new test.
14538
f180a1fb
DB
145392014-04-11 David Blaikie <dblaikie@gmail.com>
14540
14541 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14542 override Clang's default.
14543
6b662e19
JB
145442014-04-11 Joel Brobecker <brobecker@adacore.com>
14545
14546 Revert the following changes (regressions):
14547
14548 * gdb.base/vla-sideeffect.c: New file.
14549 * gdb.base/vla-sideeffect.exp: New file.
14550
14551 * gdb.dwarf2/count.exp: New file.
14552
14553 * gdb.base/vla-multi.c: New file.
14554 * gdb.base/vla-multi.exp: New file.
14555
14556 * gdb.base/vla-ptr.c: New file.
14557 * gdb.base/vla-ptr.exp: New file.
14558
14559 * gdb.base/vla-datatypes.c: New file.
14560 * gdb.base/vla-datatypes.exp: New file.
14561
14562 * gdb.mi/mi-vla-c99.exp: New file.
14563 * gdb.mi/vla.c: New file.
14564
245a5f0b
KS
145652014-04-11 Keith Seitz <keiths@redhat.com>
14566
14567 PR c++/16675
14568 * gdb.cp/cpsizeof.exp: New file.
14569 * gdb.cp/cpsizeof.cc: New file.
14570
58a84dcf
SA
145712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14572
191a8a90
JB
14573 * gdb.mi/mi-vla-c99.exp: New file.
14574 * gdb.mi/vla.c: New file.
58a84dcf 14575
c8655f75
SA
145762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14577
14578 * gdb.base/vla-datatypes.c: New file.
14579 * gdb.base/vla-datatypes.exp: New file.
14580
024e13b4
SA
145812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14582
14583 * gdb.base/vla-ptr.c: New file.
14584 * gdb.base/vla-ptr.exp: New file.
14585
1a237e0e
SA
145862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14587
14588 * gdb.base/vla-multi.c: New file.
14589 * gdb.base/vla-multi.exp: New file.
14590
504f3432
SA
145912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14592
14593 * gdb.dwarf2/count.exp: New file.
14594
3bce8237
SA
145952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14596
191a8a90
JB
14597 * gdb.base/vla-sideeffect.c: New file.
14598 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14599
322f9c21
YQ
146002014-04-11 Yao Qi <yao@codesourcery.com>
14601
14602 * gdb.base/completion.exp: Check file exists before running tests
14603 on file completion.
14604
d708bcd1
PA
146052014-04-10 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.base/cond-eval-mode.c: New file.
14608 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14609 prepare_for_testing to build the new file. Check result of
14610 runto_main.
14611 (test_break, test_watch): New procedures.
14612 (top level): Use them.
14613
ae1d2761
PM
146142014-04-08 Pierre Muller <muller@sourceware.org>
14615
14616 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14617 Ctrl-V use for mingw hosts.
14618
7af389b8
SC
146192014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14620
14621 * gdb.python/py-value.c: Improve test case.
14622 * gdb.python/py-value.exp: Add new test.
14623
5e703181
DE
146242014-04-07 David Blaikie <dblaikie@gmail.com>
14625
14626 * lib/compiler.c: Identify the clang compiler.
14627 * lib/compiler.cc: Ditto.
14628
9810b410
YQ
146292014-04-03 Yao Qi <yao@codesourcery.com>
14630
14631 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14632
98d1b8dc
AB
146332014-04-01 Anton Blanchard <anton@samba.org>
14634
14635 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14636 messages unique.
14637
3114cea1
AB
146382014-04-01 Anton Blanchard <anton@samba.org>
14639
14640 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14641 prepare_for_testing.
14642
62f7182c
AB
146432014-04-01 Anton Blanchard <anton@samba.org>
14644
14645 * gdb.arch/ppc64-atomic-inst.c: Remove.
14646 * gdb.arch/ppc64-atomic-inst.S: New file.
14647 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14648
770e7fc7
DE
146492014-03-31 Doug Evans <dje@google.com>
14650
14651 * gdb.base/print-symbol-loading-lib.c: New file.
14652 * gdb.base/print-symbol-loading-main.c: New file.
14653 * gdb.base/print-symbol-loading.exp: New file.
14654
46e2bafa
YQ
146552014-03-31 Yao Qi <yao@codesourcery.com>
14656
14657 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14658
8776cfe9
JB
146592014-03-28 Joel Brobecker <brobecker@adacore.com>
14660
14661 * gdb.ada/mi_dyn_arr: New testcase.
14662
5d1ef361
DE
146632014-03-27 Doug Evans <dje@google.com>
14664
14665 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14666
b5bee914
YQ
146672014-03-27 Yao Qi <yao@codesourcery.com>
14668
14669 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14670 if target is nios2-*-*.
14671
0d4d0e77
YQ
146722014-03-26 Yao Qi <yao@codesourcery.com>
14673
14674 * lib/gdb.exp (readline_is_used): New proc.
14675 * gdb.base/completion.exp: Move tests on command complete up.
14676 Skip the rest of tests if readline is not used.
14677 * gdb.ada/complete.exp: Skp the test if readline is not
14678 used.
14679 * gdb.base/filesym.exp: Likewise.
14680 * gdb.base/macscp.exp: Likewise.
14681 * gdb.base/readline-ask.exp: Likewise.
14682 * gdb.base/readline.exp: Likewise.
14683 * gdb.python/py-cmd.exp: Likewise.
14684 * gdb.trace/tfile.exp: Likewise.
14685
29361eee
YQ
146862014-03-26 Yao Qi <yao@codesourcery.com>
14687
14688 * gdb.base/macscp.exp: Fix code format issues.
14689
bc9a5525
UW
146902014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14691
14692 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14693 * gdb.asm/powerpc64le.inc: New file.
14694
d3839ede
PA
146952014-03-25 Pedro Alves <palves@redhat.com>
14696 Doug Evans <dje@google.com>
14697
14698 * gdb.base/source-execution.c: New file.
14699 * gdb.base/source-execution.exp: New file.
14700 * gdb.base/source-execution.gdb: New file.
14701
01672a57
DE
147022014-03-24 Doug Evans <dje@google.com>
14703
14704 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14705 using fission.
14706
88bbeca9
HZ
147072014-03-24 Hui Zhu <hui@codesourcery.com>
14708 Pedro Alves <palves@redhat.com>
14709
14710 PR breakpoints/16101
14711 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14712 test pass/fail messages. Detect missing support for dprintf when
14713 breakpoints are actually inserted.
14714 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14715 breakpoints are actually inserted.
14716 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14717 fails.
14718
d2348791
JK
147192014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14720
14721 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14722
feef67ab
DE
147232014-03-22 Doug Evans <xdje42@gmail.com>
14724
14725 * gdb.python/python.exp (python not supported): Verify multi-line
14726 python command issues an error.
25d743f9 14727 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14728 guile command issues an error.
feef67ab 14729
ecebef6a
MR
147302014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14731
14732 * gdb.threads/thread-specific.exp: Handle the lack of usable
14733 $this_breakpoint and $this_thread.
14734
ccdd1909
HZ
147352014-03-21 Hui Zhu <hui@codesourcery.com>
14736
14737 * gdb.base/attach.exp (do_command_attach_tests): New.
14738
beb460e8
PA
147392014-03-20 Tom Tromey <tromey@redhat.com>
14740 Pedro Alves <palves@redhat.com>
14741
14742 PR cli/15718
14743 * gdb.base/condbreak-call-false.c: New file.
14744 * gdb.base/condbreak-call-false.exp: New file.
14745
40acf43a
PA
147462014-03-20 Pedro Alves <palves@redhat.com>
14747
14748 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14749 Delete.
14750 (block_signals, unblock_signals): Delete.
14751 (child_function_2, main): Remove references to deleted variable
14752 and functions.
14753
9f5e1e02
PA
147542014-03-20 Pedro Alves <palves@redhat.com>
14755
14756 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14757 Use pthread_kill to signal thread 2.
14758 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14759 Adjust to make the test send itself a signal rather than using the
14760 host's "kill" command.
14761
99619bea
PA
147622014-03-20 Pedro Alves <palves@redhat.com>
14763
14764 * gdb.threads/multiple-step-overs.c: New file.
14765 * gdb.threads/multiple-step-overs.exp: New file.
14766 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14767 Adjust expected infrun debug output.
14768
2adfaa28
PA
147692014-03-20 Pedro Alves <palves@redhat.com>
14770
14771 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14772 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14773
31e77af2
PA
147742014-03-20 Pedro Alves <palves@redhat.com>
14775
14776 PR breakpoints/7143
14777 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14778 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14779 of gdb_test_multiple.
14780 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14781 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14782
b9f437de
PA
147832014-03-20 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14786 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14787
05adc73e
PA
147882014-03-19 Pedro Alves <palves@redhat.com>
14789
14790 * gdb.base/async.exp: Remove early return.
14791
6048b950
PA
147922014-03-19 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14795
8bcfb00a
PA
147962014-03-19 Pedro Alves <palves@redhat.com>
14797
14798 * gdb.base/async.exp (test_background): Expect \r\n after
14799 "completed." in the fail pattern.
14800
884e37dc
PA
148012014-03-19 Pedro Alves <palves@redhat.com>
14802
14803 * gdb.base/async.exp (test_background): New procedure.
14804 Use it for all background execution command tests.
14805
148e57e2
PA
148062014-03-19 Pedro Alves <palves@redhat.com>
14807
14808 * gdb.base/async.exp: Use prepare_for_testing.
14809
f48088c7
PA
148102014-03-19 Pedro Alves <palves@redhat.com>
14811
14812 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14813 the same line.
14814
e2f6c966
PA
148152014-03-19 Pedro Alves <palves@redhat.com>
14816
14817 * gdb.base/async.c (main): Add "jump here" and "until here" line
14818 marker comments.
14819 * gdb.base/async.exp (jump_here): New global.
14820 (jump& test): Use it.
14821 (until_here): New global.
14822 (until& test): Use it.
14823
c30568d4
PA
148242014-03-19 Pedro Alves <palves@redhat.com>
14825
14826 * gdb.base/async.exp: Don't frob gdb_protocol.
14827
0172b6a7
DE
148282014-03-18 Doug Evans <xdje42@gmail.com>
14829
14830 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14831 Fix spelling of exec-done-display.
14832
06c868a8
JK
148332014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14834
14835 PR gdb/15358
14836 * gdb.base/gdb-sigterm.c: New file.
14837 * gdb.base/gdb-sigterm.exp: New file.
14838
0c7e1a46
PA
148392014-03-18 Pedro Alves <palves@redhat.com>
14840
14841 PR gdb/13860
14842 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14843 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14844 solib-event.
14845
f7c77d93
JB
148462014-03-17 Joel Brobecker <brobecker@adacore.com>
14847
14848 * gdb.ada/pckd_arr_ren: New testcase.
14849
5a1e8c7a
DE
148502014-03-13 Doug Evans <xdje42@gmail.com>
14851
14852 PR guile/16612
14853 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14854 collect after discarding symbols.
14855
350e1a76
DE
148562014-03-13 Ludovic Courtès <ludo@gnu.org>
14857 Doug Evans <xdje42@gmail.com>
14858
14859 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14860 to history survives a gc.
14861
a69900ae
PA
148622014-03-13 Pedro Alves <palves@redhat.com>
14863
14864 * gdb.base/default.exp: Don't test "target procfs".
14865
5db9f0bd
PA
148662014-03-13 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.base/default.exp: Update "target child" and "target procfs"
14869 tests to not expect "Unix".
14870
b3ccfe11
TT
148712014-03-12 Tom Tromey <tromey@redhat.com>
14872
14873 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14874 New procs. Add target-async tests.
14875 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14876 Add target-async tests.
14877
646f4417
AA
148782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14879
14880 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14881 'func_start' and 'func_end' for the beginning and end of the
14882 function code, respectively.
14883 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14884 'func_end' instead of 'func' and 'main'.
14885
288c211f
AA
148862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14887
14888 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14889 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14890 generate the debug info assembler source.
14891
e0c0f156
AA
148922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14893
14894 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14895 * gdb.dwarf2/arr-subrange.exp: Likewise.
14896 * gdb.dwarf2/dwz.exp: Likewise.
14897 * gdb.dwarf2/method-ptr.exp: Likewise.
14898 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14899 * gdb.dwarf2/subrange.exp: Likewise.
14900 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14901 * gdb.dwarf2/implptrpiece.exp: Likewise.
14902 * gdb.dwarf2/nostaticblock.exp: Likewise.
14903
0e5c4555
AA
149042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14905
14906 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14907 directory to absolute path name arguments.
14908
5ec18f2b
JG
149092014-03-10 Joel Brobecker <brobecker@adacore.com>
14910
14911 * gdb.ada/tagged_access: New testcase.
14912
847fc4f2
MM
149132014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14914
14915 * gdb.btrace/data.exp: Update expected output.
14916
cc3da688
YQ
149172014-03-06 Yao Qi <yao@codesourcery.com>
14918
14919 * gdb.trace/pr16508.exp: New file.
14920
0f26cec1
PA
149212014-03-05 Pedro Alves <palves@redhat.com>
14922
14923 PR gdb/16575
14924 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14925 procedure.
14926 (top level): Adjust to use it. Add tests that exercise breakpoint
14927 interaction with the code-cache.
14928
7a5a839f
LC
149292014-02-26 Ludovic Courtès <ludo@gnu.org>
14930
14931 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14932 test for 'history-append!'.
14933
31aa7e4e
JB
149342014-02-26 Joel Brobecker <brobecker@adacore.com>
14935
14936 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14937 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14938 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14939 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14940 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14941 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14942
1b588015
JB
149432014-02-26 Joel Brobecker <brobecker@adacore.com>
14944
14945 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14946 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14947 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14948
55426c9d
JB
149492014-02-26 Joel Brobecker <brobecker@adacore.com>
14950
14951 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14952
dc53a7ad
JB
149532014-02-26 Joel Brobecker <brobecker@adacore.com>
14954
14955 * gdb.dwarf2/arr-stride.c: New file.
14956 * gdb.dwarf2/arr-stride.exp: New file.
14957
12ab52e9
PA
149582014-02-26 Pedro Alves <palves@redhat.com>
14959
14960 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14961 that won't ever trigger. Make sure that GDB reports the correct
14962 breakpoint that caused the stop.
14963
849c862e
JK
149642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14965
14966 PR gdb/16626
14967 * gdb.base/auto-load-script: New file.
14968 * gdb.base/auto-load.c: New file.
14969 * gdb.base/auto-load.exp: New file.
14970
71b7d793
JK
14971 PR gdb/16626
14972 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14973
e2f0d509
JK
149742014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14975
14976 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14977 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14978
50cc37c8
DE
149792014-02-24 Doug Evans <dje@google.com>
14980
14981 * lib/gdb.exp (run_on_host): Log error output if program fails.
14982
ea4758f2
PA
149832014-02-21 Pedro Alves <palves@redhat.com>
14984
14985 * gdb.threads/step-after-sr-lock.c: Rename to ...
14986 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14987 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14988 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14989 ... this.
14990
d7b30f67
SDJ
149912014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14992
14993 PR tdep/16397
14994 * gdb.arch/amd64-stap-special-operands.exp: New file.
14995 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14996 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14997 * gdb.arch/amd64-stap-triplet.S: Likewise.
14998 * gdb.arch/amd64-stap-triplet.c: Likewise.
14999
83deb43f
JB
150002014-02-20 Joel Brobecker <brobecker@adacore.com>
15001
15002 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
15003 in .section pseudo-op.
15004
adde2bff
DE
150052014-02-20 lin zuojian <manjian2006@gmail.com>
15006 Joel Brobecker <brobecker@adacore.com>
15007 Doug Evans <xdje42@gmail.com>
15008
15009 PR symtab/16581
15010 * gdb.dwarf2/dw2-icycle.S: New file.
15011 * gdb.dwarf2/dw2-icycle.c: New file.
15012 * gdb.dwarf2/dw2-icycle.exp: New file.
15013
f7bd0f78
SC
150142014-02-19 Siva Chandra Reddy <sivachandra@google.com>
15015
15016 * gdb.python/py-value-cc.cc: Improve test case to enable testing
15017 operations on gdb.Value objects.
15018 * gdb.python/py-value-cc.exp: Add new test to test operations on
15019 gdb.Value objects.
15020
c17ef0d5
DE
150212014-02-18 Doug Evans <dje@google.com>
15022
15023 * Makefile.in (TESTS): New variable.
15024 (expanded_tests, expanded_tests_or_none): New variables
15025 (check-single): Pass $(expanded_tests_or_none) to runtest.
15026 (check-parallel): Only run tests in $(TESTS) if non-empty.
15027 (check/no-matching-tests-found): New rule.
15028 * README: Document TESTS makefile variable.
15029
5dd3176f
DE
150302014-02-18 Doug Evans <dje@google.com>
15031
15032 * Makefile.in (check-parallel): rm -rf outputs temp.
15033
0b10be4f
JK
150342014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15035
15036 Fix "ERROR: no fileid for" in the testsuite.
15037 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
15038
85f224e7
DE
150392014-02-12 Doug Evans <dje@google.com>
15040
15041 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
15042 (MISCELLANEOUS): New variable.
15043 (clean): rm -rf $(MISCELLANEOUS).
15044 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
15045 dwp live in the same directory as symlinks, with each symlink pointed
15046 to a differently named file in a different directory.
15047
149b30ff
DE
150482014-02-11 Doug Evans <dje@google.com>
15049
15050 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
15051 of Tcl file commands.
15052
1dfdac32
MK
150532014-02-10 Mark Kettenis <kettenis@gnu.org>
15054
15055 * gdb.threads/step-after-sr-lock.exp: Avoid executing
15056 "kill -SIGUSR1 -1".
15057
aa4fb036
JB
150582014-02-10 Joel Brobecker <brobecker@adacore.com>
15059
15060 * gdb.ada/tick_length_array_enum_idx: New testcase.
15061
ed3ef339
DE
150622014-02-10 Doug Evans <xdje42@gmail.com>
15063
15064 * configure.ac (AC_OUTPUT): Add gdb.guile.
15065 * configure: Regenerate.
15066 * lib/gdb-guile.exp: New file.
15067 * lib/gdb.exp (get_target_charset): New function.
15068 * gdb.base/help.exp: Update expected output from "apropos apropos".
15069 * gdb.guile/Makefile.in: New file.
15070 * gdb.guile/guile.exp: New file.
15071 * gdb.guile/scm-arch.c: New file.
15072 * gdb.guile/scm-arch.exp: New file.
15073 * gdb.guile/scm-block.c: New file.
15074 * gdb.guile/scm-block.exp: New file.
15075 * gdb.guile/scm-breakpoint.c: New file.
15076 * gdb.guile/scm-breakpoint.exp: New file.
15077 * gdb.guile/scm-disasm.c: New file.
15078 * gdb.guile/scm-disasm.exp: New file.
15079 * gdb.guile/scm-equal.c: New file.
15080 * gdb.guile/scm-equal.exp: New file.
15081 * gdb.guile/scm-error.exp: New file.
15082 * gdb.guile/scm-error.scm: New file.
15083 * gdb.guile/scm-frame-args.c: New file.
15084 * gdb.guile/scm-frame-args.exp: New file.
15085 * gdb.guile/scm-frame-args.scm: New file.
15086 * gdb.guile/scm-frame-inline.c: New file.
15087 * gdb.guile/scm-frame-inline.exp: New file.
15088 * gdb.guile/scm-frame.c: New file.
15089 * gdb.guile/scm-frame.exp: New file.
15090 * gdb.guile/scm-generics.exp: New file.
15091 * gdb.guile/scm-gsmob.exp: New file.
15092 * gdb.guile/scm-iterator.c: New file.
15093 * gdb.guile/scm-iterator.exp: New file.
15094 * gdb.guile/scm-math.c: New file.
15095 * gdb.guile/scm-math.exp: New file.
15096 * gdb.guile/scm-objfile-script-gdb.in: New file.
15097 * gdb.guile/scm-objfile-script.c: New file.
15098 * gdb.guile/scm-objfile-script.exp: New file.
15099 * gdb.guile/scm-objfile.c: New file.
15100 * gdb.guile/scm-objfile.exp: New file.
15101 * gdb.guile/scm-ports.exp: New file.
15102 * gdb.guile/scm-pretty-print.c: New file.
15103 * gdb.guile/scm-pretty-print.exp: New file.
15104 * gdb.guile/scm-pretty-print.scm: New file.
15105 * gdb.guile/scm-section-script.c: New file.
15106 * gdb.guile/scm-section-script.exp: New file.
15107 * gdb.guile/scm-section-script.scm: New file.
15108 * gdb.guile/scm-symbol.c: New file.
15109 * gdb.guile/scm-symbol.exp: New file.
15110 * gdb.guile/scm-symtab-2.c: New file.
15111 * gdb.guile/scm-symtab.c: New file.
15112 * gdb.guile/scm-symtab.exp: New file.
15113 * gdb.guile/scm-type.c: New file.
15114 * gdb.guile/scm-type.exp: New file.
15115 * gdb.guile/scm-value-cc.cc: New file.
15116 * gdb.guile/scm-value-cc.exp: New file.
15117 * gdb.guile/scm-value.c: New file.
15118 * gdb.guile/scm-value.exp: New file.
15119 * gdb.guile/source2.scm: New file.
15120 * gdb.guile/types-module.cc: New file.
15121 * gdb.guile/types-module.exp: New file.
15122
7026a7c1
YQ
151232014-02-10 Yao Qi <yao@codesourcery.com>
15124
15125 PR testsuite/16543
15126 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
15127 * configure: Regenerated.
15128 * Makefile.in: New file.
15129
6c466447
AS
151302014-02-08 Andreas Schwab <schwab@linux-m68k.org>
15131
15132 * gdb.python/py-framefilter.exp: Fix typo.
15133
6e854735
YQ
151342014-02-08 Yao Qi <yao@codesourcery.com>
15135
15136 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
15137 that no =breakpoint-modified is emitted when breakpoints are
15138 modified through MI commands.
15139
d137e6dc
PA
151402014-02-07 Pedro Alves <pedro@codesourcery.com>
15141 Pedro Alves <palves@redhat.com>
15142
15143 * gdb.threads/step-after-sr-lock.c: New file.
15144 * gdb.threads/step-after-sr-lock.exp: New file.
15145
b5ee5a50
PA
151462014-02-07 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
15149
3c77faf3
JK
151502014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15151
15152 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
15153 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
15154
6dddc817
DE
151552014-02-06 Doug Evans <xdje42@gmail.com>
15156
15157 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
15158 output.
15159
15160 * gdb.gdb/python-interrupts.exp: New file.
15161
de7b2893
YQ
151622014-02-05 Yao Qi <yao@codesourcery.com>
15163
15164 * gdb.trace/report.exp (use_collected_data): Test the output
15165 of "info threads" and "info inferiors".
15166
66d032ac
YQ
151672014-02-05 Yao Qi <yao@codesourcery.com>
15168
15169 Revert this patch:
15170
15171 2013-05-24 Yao Qi <yao@codesourcery.com>
15172
15173 * gdb.trace/tfile.exp: Test inferior and thread.
15174
591a12a1
UW
151752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15176
15177 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
15178 on a function.
15179 * gdb.base/step-bt.c: Call hello via function pointer to make
15180 sure its first instruction is executed on powerpc64le-linux.
15181
0ff3e01f
UW
151822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15183
15184 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
15185
084ee545
UW
151862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15187
15188 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
15189 of the test patterns for use on little-endian systems.
15190
6ed14ff3
UW
151912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
15192
15193 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
15194 (decimal_vector): Fix for little-endian.
15195
401e27fd
JM
151962014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
15197
15198 * gdb.arch/sparc-sysstep.exp: New file.
15199 * gdb.arch/sparc-sysstep.c: Likewise.
15200
15201 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
15202
8b924729
EBM
152032014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
15204
15205 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
15206
fb151210
JB
152072014-01-23 Tom Tromey <tromey@redhat.com>
15208
15209 * gdb.ada/array_char_idx: New testcase.
15210
0740f8d8
TT
152112014-01-23 Tom Tromey <tromey@redhat.com>
15212
15213 PR python/16487:
15214 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
15215 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
15216 classes.
15217
21909fa1
TT
152182014-01-23 Tom Tromey <tromey@redhat.com>
15219
15220 PR python/16491:
15221 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
15222 string from an inferior frame.
15223 * gdb.python/py-framefilter-mi.exp: Update.
15224
87ce2a04
DE
152252014-01-22 Doug Evans <dje@google.com>
15226
15227 * gdb.server/server-mon.exp: Add tests for "set debug-format".
15228
237b092b
AA
152292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15230
15231 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
15232
d674a709
AA
152332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15234
15235 * gdb.trace/entry-values.exp: Remove excess space character from
15236 regex patterns. Handle s390 call instruction.
15237
20fa3390
AA
152382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15239
15240 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
15241 define "*_start" label. Make "name" static.
15242 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
15243 ${name} by references to ${name}_start.
15244
78466714
AA
152452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
15246
15247 * gdb.base/info-macros.exp: Remove "debug" from the compile
15248 options.
15249
ec9f644a
IB
152502014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15251
15252 * gdb.dlang/demangle.exp: New file.
15253
94b1b47e
IB
152542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15255
15256 * gdb.dlang/primitive-types.exp: New file.
15257
7f420862
IB
152582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15259
15260 * configure.ac: Create gdb.dlang/Makefile.
15261 * configure: Regenerate.
15262 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15263 * gdb.dlang/Makefile.in: New file.
15264 * lib/d-support.exp: New file.
15265 * lib/gdb.exp (skip_d_tests): New proc.
15266
52834460
MM
152672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15268
15269 * gdb.btrace/delta.exp: Check reverse stepi.
15270 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15271 * gdb.btrace/finish.exp: New.
15272 * gdb.btrace/next.exp: New.
15273 * gdb.btrace/nexti.exp: New.
15274 * gdb.btrace/record_goto.c: Add comments.
15275 * gdb.btrace/step.exp: New.
15276 * gdb.btrace/stepi.exp: New.
15277 * gdb.btrace/multi-thread-step.c: New.
15278 * gdb.btrace/multi-thread-step.exp: New.
15279 * gdb.btrace/rn-dl-bind.c: New.
15280 * gdb.btrace/rn-dl-bind.exp: New.
15281 * gdb.btrace/data.c: New.
15282 * gdb.btrace/data.exp: New.
15283 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15284
6e07b1d2
MM
152852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15286
15287 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15288 * gdb.btrace/exception.exp: Update.
15289 * gdb.btrace/instruction_history.exp: Update.
15290 * gdb.btrace/record_goto.exp: Update.
15291 * gdb.btrace/tailcall.exp: Update.
15292 * gdb.btrace/unknown_functions.exp: Update.
15293 * gdb.btrace/delta.exp: New.
15294
0b722aec
MM
152952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15296
15297 * gdb.btrace/record_goto.exp: Add backtrace test.
15298 * gdb.btrace/tailcall.exp: Add backtrace test.
15299
066ce621
MM
153002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15301
15302 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15303 * gdb.btrace/record_goto.c: New.
15304 * gdb.btrace/record_goto.exp: New.
15305 * gdb.btrace/x86-record_goto.S: New.
15306
0688d04e
MM
153072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15308
15309 * gdb.btrace/function_call_history.exp: Update tests.
15310 * gdb.btrace/instruction_history.exp: Update tests.
15311
8710b709
MM
153122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15313
15314 * gdb.btrace/function_call_history.exp: Fix expected field
15315 order for "record function-call-history".
15316 Add new tests for "record function-call-history /c".
15317 * gdb.btrace/exception.cc: New.
15318 * gdb.btrace/exception.exp: New.
15319 * gdb.btrace/tailcall.exp: New.
15320 * gdb.btrace/x86-tailcall.S: New.
15321 * gdb.btrace/x86-tailcall.c: New.
15322 * gdb.btrace/unknown_functions.c: New.
15323 * gdb.btrace/unknown_functions.exp: New.
15324 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15325
5de9129b
MM
153262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15327
15328 * gdb.btrace/instruction_history.exp: Update.
15329 * gdb.btrace/function_call_history.exp: Update.
15330
23a7fe75
MM
153312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15332
15333 * gdb.btrace/function_call_history.exp: Fix expected function
15334 trace.
15335 * gdb.btrace/instruction_history.exp: Initialize traced.
15336 Remove traced_functions.
15337
724c7dd8
MM
153382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15339
15340 * gdb.btrace/function_call_history.exp: Update
15341 * gdb.btrace/instruction_history.exp: Update.
15342
6d78d93b
MM
153432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15344
15345 * gdb.btrace/enable.exp: Update expected text.
15346
93a360cc
OJ
153472014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15348
15349 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15350 bytes.
15351
3772b53f
MR
153522014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15353
15354 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15355
596662fa
OJ
153562014-01-15 Omair Javaid <omair.javaid@linaro.org>
15357
15358 * lib/gdb.exp (supports_process_record): Return true for
15359 arm*-linux*. (supports_reverse): Likewise.
15360
b5b08fb4
SC
153612014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15362
15363 PR python/15464
15364 PR python/16113
15365 * gdb.python/py-type.c: Enhance test case.
15366 * gdb.python/py-value-cc.cc: Likewise
15367 * gdb.python/py-type.exp: Add new tests.
15368 * gdb.python/py-value-cc.exp: Likewise
15369
52d7fb13
AA
153702014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15371 Pedro Alves <palves@redhat.com>
15372
15373 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15374 Make "name" extern.
15375 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15376 references to ${name}_start by references to ${name}.
15377
a2cd8cfe
JB
153782014-01-10 Joel Brobecker <brobecker@adacore.com>
15379
15380 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15381
4e23fced
JB
153822014-01-10 Joel Brobecker <brobecker@adacore.com>
15383
15384 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15385
c6a9e42c
PA
153862014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15387 Pedro Alves <palves@redhat.com>
15388
15389 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 15390 mi_gdb_target_load.
c6a9e42c 15391
b7ea362b
PA
153922014-01-08 Pedro Alves <palves@redhat.com>
15393
15394 * gdb.threads/reconnect-signal.c: New file.
15395 * gdb.threads/reconnect-signal.exp: New file.
15396
5e3f4fab
EBM
153972014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15398
15399 * gdb.base/source-dir.exp: New file.
15400
79301218
JB
154012014-01-07 Joel Brobecker <brobecker@adacore.com>
15402
15403 * gdb.ada/mi_interface: New testcase.
15404
8e355c5d
JB
154052014-01-07 Joel Brobecker <brobecker@adacore.com>
15406
15407 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15408 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15409 gdb.ada/pp-rec-component/pck.ads: New files.
15410
c0d48811
JB
154112014-01-07 Joel Brobecker <brobecker@adacore.com>
15412
15413 * gdb.python/py-pp-integral.c: New file.
15414 * gdb.python/py-pp-integral.py: New file.
15415 * gdb.python/py-pp-integral.exp: New file.
15416
17b609c3 15417For older changes see ChangeLog-1993-2013.
c906108c 15418\f
8d8cb839
EZ
15419;; Local Variables:
15420;; mode: change-log
15421;; left-margin: 8
15422;; fill-column: 74
15423;; version-control: never
15424;; End:
902f2ccb 15425
42a4f53d 15426 Copyright 2014-2019 Free Software Foundation, Inc.
902f2ccb
MC
15427 Copying and distribution of this file, with or without modification,
15428 are permitted provided the copyright notice and this notice are preserved.
This page took 3.132803 seconds and 4 git commands to generate.