]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
x86: Replace elf_x86_plt_layout_table with elf_x86_init_table
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
5aec60eb
TT
12017-09-05 Tom Tromey <tom@tromey.com>
2
3 PR gdb/22010:
4 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
5
8f8f8152
TP
62017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
7
8 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
9
fbd1b771
JK
102017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11
12 * gdb.threads/tls-nodebug-pie.c: New file.
13 * gdb.threads/tls-nodebug-pie.exp: New file.
14
5eb5f850
TT
152017-09-05 Tom Tromey <tom@tromey.com>
16
17 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
18 for rust.
19
ae780a21
SM
202017-09-05 Simon Marchi <simon.marchi@ericsson.com>
21
22 * gdb.multi/multi-arch-exec.exp: Test with different
23 "follow-exec-mode" settings.
24 (do_test): New procedure.
25
3693fdb3
PA
262017-09-04 Pedro Alves <palves@redhat.com>
27
28 * gdb.base/func-static.c (S::method const, S::method volatile)
29 (S::method volatile const): New methods.
30 (c_s, v_s, cv_s): New instances.
31 (main): Call method() on them.
32 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
33 (cannot_resolve): New procedure.
34 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
35 print-quote-unquoted columns.
36 (do_test): Test printing each scope too.
37
e68cb8e0
PA
382017-09-04 Pedro Alves <palves@redhat.com>
39
40 * gdb.base/local-static.exp: Also test with
41 class::method::variable wholly quoted.
42 * gdb.cp/m-static.exp (class::method::variable): Remove test.
43
858be34c
PA
442017-09-04 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/local-static.c: New.
47 * gdb.base/local-static.cc: New.
48 * gdb.base/local-static.exp: New.
49
46a4882b
PA
502017-09-04 Pedro Alves <palves@redhat.com>
51
52 * gdb.asm/asm-source.exp: Add casts to int.
53 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
54 (dataglobal64_1, dataglobal64_2): New globals.
55 * gdb.base/nodebug.exp: Test different expressions involving the
56 new globals, with print, whatis and ptype. Add casts to int.
57 * gdb.base/solib-display.exp: Add casts to int.
58 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
59 * gdb.cp/m-static.exp: Add cast to int.
60 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
61 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
62 tls variable with no debug info without a cast. Test with a cast
63 to int too.
64 * gdb.trace/entry-values.exp: Add casts.
65
2c5a2be1
PA
662017-09-04 Pedro Alves <palves@redhat.com>
67
68 * gdb.base/nodebug.exp: Test that ptype's error about functions
69 with unknown return type includes the function name too.
70
7022349d
PA
712017-09-04 Pedro Alves <palves@redhat.com>
72
73 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
74 return type of munmap in infcall.
75 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
76 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
77 type of ftell in infcall.
78 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
79 type of getpid in infcall.
80 * gdb.base/infcall-exec.exp: Cast return type of execlp in
81 infcall.
82 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
83 Bail on failure to extract the pid.
84 * gdb.base/nodebug.c: #include <stdint.h>.
85 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
86 New functions.
87 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
88 Change expected output of print/whatis/ptype with functions with
89 no debug info. Test all supported languages. Call
90 test_call_promotion.
91 * gdb.compile/compile.exp: Adjust expected output to expect
92 warning.
93 * gdb.threads/siginfo-threads.exp: Likewise.
94
54990598
PA
952017-09-04 Pedro Alves <palves@redhat.com>
96
97 * gdb.base/callfuncs.exp (do_function_calls): New parameter
98 "prototypes". Test calling float functions via prototyped and
99 unprototyped function pointers.
100 (perform_all_tests): New parameter "prototypes". Pass it down.
101 (top level): Pass down "prototypes" parameter to
102 perform_all_tests.
103
34d16ea2
SM
1042017-09-04 Simon Marchi <simon.marchi@ericsson.com>
105
106 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
107 Test with nested loops.
108
9521ecda
SM
1092017-09-04 Simon Marchi <simon.marchi@ericsson.com>
110
111 * gdb.base/commands.exp: Call the new procedures.
112 (loop_break_test, loop_continue_test): New procedures.
113
80a65e9b
SM
1142017-09-04 Simon Marchi <simon.marchi@ericsson.com>
115
116 * gdb.base/commands.exp: Call new procedure.
117 (define_if_without_arg_test): New procedure.
118
e439fa14
PA
1192017-09-04 Pedro Alves <palves@redhat.com>
120
121 * gdb.base/list-ambiguous.exp: New file.
122 * gdb.base/list-ambiguous0.c: New file.
123 * gdb.base/list-ambiguous1.c: New file.
124 * gdb.base/list.exp (test_list_range): Adjust expected output.
125
0a2dde4a
SDJ
1262017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
127
128 * gdb.base/share-env-with-gdbserver.c: New file.
129 * gdb.base/share-env-with-gdbserver.exp: Likewise.
130
5e89eb3a
SM
1312017-08-28 Simon Marchi <simon.marchi@ericsson.com>
132
133 * gdb.base/commands.exp (gdbvar_simple_if_test,
134 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
135 progvar_simple_if_test, progvar_simple_while_test,
136 progvar_complex_if_while_test, user_defined_command_test,
137 user_defined_command_args_eval,
138 user_defined_command_args_stack_test,
139 user_defined_command_manyargs_test, bp_deleted_in_command_test,
140 temporary_breakpoint_commands,
141 gdb_test_no_prompt, redefine_hook_test,
142 redefine_backtrace_test): Remove "global gdb_prompt".
143
fd437cbc
SM
1442017-08-28 Simon Marchi <simon.marchi@ericsson.com>
145
146 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
147 New proc, call it from toplevel.
148
87215ad1
SDJ
1492017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
150
151 PR remote/21852
152 * gdb.server/normal.c: New file, copied from gdb.base.
153 * gdb.server/run-without-local-binary.exp: New file.
154
58afddc6
WP
1552017-08-07 Weimin Pan <weimin.pan@oracle.com>
156
157 * gdb.arch/sparc64-adi.exp: New file.
158 * gdb.arch/sparc64-adi.c: New file.
159
5277199a
PA
1602017-08-22 Pedro Alves <palves@redhat.com>
161
162 * gdb.cp/overload.exp (line_range_pattern): New procedure.
163 (top level): Add "list all overloads" tests.
164
14278e1f
TT
1652017-08-22 Tom Tromey <tom@tromey.com>
166
167 * gdb.gdb/xfullpath.exp: Remove.
168
bf223d3e
PA
1692017-08-21 Pedro Alves <palves@redhat.com>
170
171 PR gdb/19487
172 * gdb.base/symbol-alias.c: New.
173 * gdb.base/symbol-alias2.c: New.
174 * gdb.base/symbol-alias.exp: New.
175
c973d0aa
PA
1762017-08-21 Pedro Alves <palves@redhat.com>
177
178 * gdb.base/dfp-test.c
179 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
180 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
181 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
182 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
183 * gdb.base/whatis-ptype-typedefs.c: New.
184 * gdb.base/whatis-ptype-typedefs.exp: New.
185 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
186 (an_int, an_int_type, an_int_type2): New globals.
187 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
188 involving typedefs and cast expressions.
189 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
190 (lookup_typedefs_function): New.
191 (typedefs_pretty_printers_dict): New.
192 (top level): Register lookup_typedefs_function in
193 gdb.pretty_printers.
194
6d580b63
YQ
1952017-08-18 Yao Qi <yao.qi@linaro.org>
196
197 * gdb.server/unittest.exp: New.
198
206726fb
SDJ
1992017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
200
201 PR gdb/21954
202 * gdb.base/environ.exp: Add test to check if 'unset environment'
203 works.
204
bf0ec4c2
AA
2052017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
206
207 * lib/gdb.exp (universal_compile_options): New caching proc.
208 (gdb_compile): Suppress GCC's coloring of messages.
209
d6382fff
TT
2102017-08-14 Tom Tromey <tom@tromey.com>
211
212 PR gdb/21675:
213 * gdb.base/printcmds.exp (test_radices): New function.
214 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
215 * gdb.base/sizeof.exp (check_valueof): Use p/d.
216 * lib/gdb.exp (get_integer_valueof): Use p/d.
217
c2c2dd9f
SM
2182017-08-12 Simon Marchi <simon.marchi@ericsson.com>
219
220 * lib/gdb.exp (get_valueof): Don't capture end-of-line
221 characters.
222
fdffd6f4
TT
2232017-08-05 Tom Tromey <tom@tromey.com>
224
225 * gdb.rust/simple.exp: Allow String to appear in a different
226 namespace.
227
27d41eac
YQ
2282017-07-26 Yao Qi <yao.qi@linaro.org>
229
230 * gdb.gdb/unittest.exp: Invoke command
231 "maintenance check xml-descriptions".
232
031ed05d
AA
2332017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
234
235 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
236 calling context.
237 (hex128): Drop erroneous calculation of parameters.
238
dcd27ddf
SM
2392017-07-22 Simon Marchi <simon.marchi@ericsson.com>
240
241 * gdb.python/py-unwind.exp: Disable stack protection when
242 building test file.
243
47e77640
PA
2442017-07-20 Pedro Alves <palves@redhat.com>
245
246 * gdb.base/default.exp (set language): Adjust expected output.
247
62d2a18a
PA
2482017-07-20 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
251 (test_minsym): ... this, and make static.
252 (get_pck__foo__bar__minsym): Rename to ...
253 (get_test_minsym): ... this.
254 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
255 symbol names and comments.
256 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
257 (get_test_minsym): ... this.
258 (pck__foo__bar__minsym__2): Rename to ...
259 (test_minsym): ... this.
260 (main): Adjust.
261
c45ec17c
PA
2622017-07-17 Pedro Alves <palves@redhat.com>
263
264 * gdb.base/completion.exp: Adjust expected output.
265 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
266 the completer works.
267
c6756f62
PA
2682017-07-17 Pedro Alves <palves@redhat.com>
269
270 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
271
5bd68487
AB
2722017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
275
8880f2a9
TT
2762017-07-14 Tom Tromey <tom@tromey.com>
277
278 PR rust/21764:
279 * gdb.rust/simple.exp: Add tests.
280
65547233
TT
2812017-07-14 Tom Tromey <tom@tromey.com>
282
283 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
284
8f14146e
PA
2852017-07-14 Pedro Alves <palves@redhat.com>
286
287 * gdb.linespec/base/one/thefile.cc (z1): New function.
288 * gdb.linespec/base/two/thefile.cc (z2): New function.
289 * gdb.linespec/linespec.exp: Add tests.
290
b4365d02
AB
2912017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
294 to mi_create_breakpoint.
295
5d2cbaa5
AB
2962017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
299 mi_create_breakpoint.
300
11cb5716
IB
3012017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
302
303 * gdb.dlang/demangle.exp: Update for demangling changes.
304
03278692
TT
3052017-07-09 Tom Tromey <tom@tromey.com>
306
307 * gdb.dwarf2/shortpiece.exp: New file.
308
33c5cd75
DB
3092017-07-06 David Blaikie <dblaikie@gmail.com>
310
311 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
312 built from fissiont-multi-cu{1,2}.c.
313 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
314 except putting 'main' and 'func' in separate CUs in the same DWO file.
315 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
316 test.
317 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
318 test.
319
8455d262
PA
3202017-07-06 Pedro Alves <palves@redhat.com>
321
322 * gdb.python/py-unwind.exp: Test flushregs.
323
dc4bde35
SDJ
3242017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
325
326 PR cli/21688
327 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
328 tests for alias commands and trailing whitespace.
329
51ed89aa
SDJ
3302017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
331
332 PR cli/21688
333 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
334 procedure. Call it.
335
eb17d413
PA
3362017-06-29 Pedro Alves <palves@redhat.com>
337
338 * gdb.base/printcmds.exp: Add tests.
339
41664b45
DG
3402017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
341
342 PR gdb/21337
343 * gdb.base/reread-readsym.exp: New file.
344 * gdb.base/reread-readsym.c: New file.
345
75312ae3
KB
3462017-06-21 Kevin Buettner <kevinb@redhat.com>
347
348 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
349 subpattern.
350
66953522
PB
3512017-06-19 Peter Bergner <bergner@vnet.ibm.com>
352
353 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
354 extended mnemonic.
355 * gdb.arch/powerpc-power9.s: Likewise.
356
5524b525
AA
3572017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
358
359 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
360 on 32-bit x86 targets. Exploit is_*_target macros where
361 appropriate.
362
03c8af18
AA
3632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
364
365 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
366 register pieces.
367
3bf31011
AA
3682017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
369
370 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
371 located in one or more DWARF pieces.
372
805acca0
AA
3732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
374
375 * lib/gdb.exp (get_endianness): New proc.
376 * gdb.arch/aarch64-fp.exp: Use it.
377 * gdb.arch/altivec-regs.exp: Likewise.
378 * gdb.arch/e500-regs.exp: Likewise.
379 * gdb.arch/vsx-regs.exp: Likewise.
380 * gdb.base/dump.exp: Likewise.
381 * gdb.base/funcargs.exp: Likewise.
382 * gdb.base/gnu_vector.exp: Likewise.
383 * gdb.dwarf2/formdata16.exp: Likewise.
384 * gdb.dwarf2/implptrpiece.exp: Likewise.
385 * gdb.dwarf2/nonvar-access.exp: Likewise.
386 * gdb.python/py-inferior.exp: Likewise.
387 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
388
e9352324
AA
3892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
390
391 PR gdb/21226
392 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
393 stack value pieces are taken from the LSB end.
394
d5d1163e
AA
3952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
396
397 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
398 variable at nonzero offset.
399
0567c986
AA
4002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
401
402 * gdb.dwarf2/var-access.c: New file.
403 * gdb.dwarf2/var-access.exp: New test.
404 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
405
973e9aab
TT
4062017-06-12 Tom Tromey <tom@tromey.com>
407
408 * gdb.dwarf2/formdata16.exp: Add tests.
409
d9109c80
TT
4102017-06-12 Tom Tromey <tom@tromey.com>
411
412 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
413
30a25466
TT
4142017-06-12 Tom Tromey <tom@tromey.com>
415
416 PR exp/16225:
417 * gdb.reverse/i386-sse-reverse.exp: Update tests.
418 * gdb.arch/vsx-regs.exp: Update tests.
419 * gdb.arch/s390-vregs.exp (hex128): New proc.
420 Update test.
421 * gdb.arch/altivec-regs.exp: Update tests.
422
aefd8b33
SDJ
4232017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
424
425 * gdb.base/startup-with-shell.c: New file.
426 * gdb.base/startup-with-shell.exp: Likewise.
427
2090129c
SDJ
4282017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
429
430 * gdb.server/non-existing-program.exp: Update regex in order to
431 reflect the fact that gdbserver is now using fork_inferior (with a
432 shell) to startup the inferior.
433
8e86a419
SM
4342017-05-30 Simon Marchi <simon.marchi@ericsson.com>
435
436 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
437 support function calls from GDB.
438
e6cf65f2
TT
4392017-05-21 Tom Tromey <tom@tromey.com>
440
441 PR rust/21466:
442 * gdb.rust/unsized.exp: New file.
443 * gdb.rust/unsized.rs: New file.
444
43cc5389
TT
4452017-05-19 Tom Tromey <tom@tromey.com>
446
447 PR rust/21484:
448 * gdb.rust/watch.exp: New file.
449 * gdb.rust/watch.rs: New file.
450
ec8df234
TT
4512017-05-18 Tom Tromey <tom@tromey.com>
452
453 * gdb.rust/simple.exp: Allow Box to be qualified.
454
3e3e7fae
TP
4552017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
456
457 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
458
59cc050d
PA
4592017-05-18 Pedro Alves <palves@redhat.com>
460
461 * gdb.base/fileio.c (test_write, test_read, test_close)
462 (test_fstat): Don't print 'ret' in the fail path.
463
c8f6abd1
PA
4642017-05-18 Pedro Alves <palves@redhat.com>
465
466 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
467 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
468 (test_system, test_rename, test_unlink, test_time): Change
469 prototypes.
470 * gdb.base/fileio.exp (stop_msg): Adjust.
471
d2a03b77
PA
4722017-05-18 Pedro Alves <palves@redhat.com>
473
474 * gdb.base/fileio.c (null_str): New global.
475 (test_stat): Use it.
476 * gdb.base/fileio.exp: Remove nowarnings.
477
0d5c6999
YQ
4782017-05-17 Yao Qi <yao.qi@linaro.org>
479
480 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
481
21873064
YQ
4822017-05-17 Simon Marchi <simon.marchi@ericsson.com>
483
484 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
485 argument command.
486 (top-level): Invoke test_set_inferior_tty.
487
d512d31c
PA
4882017-05-04 Pedro Alves <palves@redhat.com>
489
490 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
491 Add parens to print call for Python 3.
492
90cef2ed
KS
4932017-05-03 Keith Seitz <keiths@redhat.com>
494
495 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
496 (main): Call it.
497
14f819c8
TW
4982017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
499
500 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
501 to prev and next.
502
913aeadd
TW
5032017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
504
505 * gdb.python/py-record-btrace.exp: Remove test for
506 gdb.BtraceInstruction.error.
507
a3be24ad
TW
5082017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
509
510 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
511
ae20e79a
TW
5122017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
513
514 * gdb.python/py-record-btrace-threads.c: New file.
515 * gdb.python/py-record-btrace-threads.exp: New file.
516
45ce1b47
SDJ
5172017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
518
519 PR testsuite/8595
520 * gdb.base/environ.exp: Make test available in all architectures.
521 Move bits related to "info program" testing to
522 gdb.base/info-program.exp. Rewrite tests to use the two new
523 procedures mentione below.
524 (test_set_show_env_var) New procedure.
525 (test_set_show_env_var_equal): Likewise.
526 * gdb.base/info-program.exp: New file.
527
e15c3eb4
KS
5282017-04-27 Keith Seitz <keiths@redhat.com>
529
530 * gdb.cp/oranking.cc (test15): New function.
531 (main): Call test15 and declare additional variables for testing.
532 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
533 "p foo101('abc')" tests.
534 Add tests for cv qualifier overloads.
535 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
536 "lvalue reference overload" test.
537 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
538 "print value of f1 on Child&& in f2" test.
539
3a3fd0fd
PA
5402017-04-19 Pedro Alves <palves@redhat.com>
541
542 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
543 procedure.
544 (top level): Call it.
545 * lib/gdb.exp (gdb_define_cmd): New procedure.
546
53375380
PA
5472017-04-12 Pedro Alves <palves@redhat.com>
548
549 PR gdb/21323
550 * gdb.cp/wide_char_types.c: Include <wchar.h>.
551 (wchar): New global.
552 * gdb.cp/wide_char_types.exp (wide_char_types_program)
553 (do_test_wide_char, wide_char_types_no_program, top level): Add
554 wchar_t testing.
555
53e710ac
PA
5562017-04-12 Pedro Alves <palves@redhat.com>
557
558 PR c++/21323
559 * gdb.cp/wide_char_types.c: New file.
560 * gdb.cp/wide_char_types.exp: New file.
561
0ad9d8c7
SDJ
5622017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
563
564 PR gdb/21352
565 * gdb.trace/tsv.exp: Add test for "tsave -r".
566
b1b45502
IB
5672017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
568
569 * gdb.dlang/watch-loc.c: New file.
570 * gdb.dlang/watch-loc.exp: New file.
571
ec13808e
JK
5722017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
573
574 * gdb.python/py-section-script.exp (sepdebug): New testcases.
575
fe5f7374
AK
5762017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
577
578 * gdb.arch/arc-analyze-prologue.S: New file.
579 * gdb.arch/arc-analyze-prologue.exp: Likewise.
580
eea78757
AK
5812017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
582
583 * gdb.arch/arc-decode-insn.S: New file.
584 * gdb.arch/arc-decode-insn.exp: Likewise.
585
5badf10a
IR
5862017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
587
588 PR tdep/20928
589 * gdb.arch/sparc64-regs.exp: New file.
590 * gdb.arch/sparc64-regs.S: Likewise.
591
cee59b3f
TW
5922017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
593
594 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
595 and memory view on Python 3.
596
c0f55cc6
AV
5972017-03-20 Artemiy Volkov <artemiyv@acm.org>
598 Keith Seitz <keiths@redhat.com>
599
600 PR gdb/14441
601 * gdb.cp/demangle.exp: Add rvalue reference tests.
602 * gdb.cp/rvalue-ref-casts.cc: New file.
603 * gdb.cp/rvalue-ref-casts.exp: New file.
604 * gdb.cp/rvalue-ref-overload.cc: New file.
605 * gdb.cp/rvalue-ref-overload.exp: New file.
606 * gdb.cp/rvalue-ref-params.cc: New file.
607 * gdb.cp/rvalue-ref-params.exp: New file.
608 * gdb.cp/rvalue-ref-sizeof.cc: New file.
609 * gdb.cp/rvalue-ref-sizeof.exp: New file.
610 * gdb.cp/rvalue-ref-types.cc: New file.
611 * gdb.cp/rvalue-ref-types.exp: New file.
612 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
613 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
614
51457a05
MAL
6152017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
616
617 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
618 New procedure.
619
5b291c04
MAL
6202017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
621
622 * lib/mi-support.exp (mi_gdb_test): Add additional message
623 for unexpected output.
624
59a56148
AA
6252017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
626
627 * gdb.base/examine-backward.c (Barrier): New character array
628 constant, to ensure that TestStrings is preceded by a string
629 terminator.
630
7942e96e
AA
6312017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
632
633 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
634 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
635 and implicit pointer into such a location.
636
6ebac3fb
DE
6372017-03-16 Doug Evans <dje@google.com>
638
639 * gdb.python/py-lazy-string (pointer): Really add new typedef.
640
ec3b243d
TP
6412017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
642
643 * gdb.cp/m-static.exp: Fix expectation for prototype of
644 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
645
6462017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
647
648 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
649 * gdb.guile/scm-lazy-string.c: New file.
650 * gdb.guile/scm-value.exp: Move lazy string tests to ...
651 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
652 for pointer, array, typedef lazy strings.
653
2cc36e25 6542017-03-16 Doug Evans <dje@google.com>
34b43320
DE
655
656 PR python/17728, python/18439, python/18779
657 * gdb.python/py-value.c (main) Delete locals sptr, sn.
658 * gdb.python/py-lazy-string.c (pointer): New typedef.
659 (main): New locals ptr, array, typedef_ptr.
660 * gdb.python/py-value.exp: Move lazy string tests to ...
661 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
662 array, typedef lazy strings.
ec3b243d 663
0efcde63
AK
6642017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
665
666 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
667 Add optional 'test' parameter.
668
7978d7c3
SM
6692017-03-13 Simon Marchi <simon.marchi@ericsson.com>
670
671 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
672 Skip for versions of DejaGnu < 1.5.
673
896c0c1e
SM
6742017-03-13 Simon Marchi <simon.marchi@ericsson.com>
675
676 * lib/gdb.exp (dejagnu_version): New proc.
677 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
678 Use dejagnu_version.
679
5f4d1085
KS
6802017-03-10 Keith Seitz <keiths@redhat.com>
681
682 PR c++/8128
683 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
684 type from destructor regexps.
685 Add a branch which actually passes the test.
686 Adjust "ptype t5i" test names.
687
1de05205
PA
6882017-03-08 Pedro Alves <palves@redhat.com>
689
690 * gdb.base/step-over-exit.exp: Add explicit test message.
691
c65d6b55
PA
6922017-03-08 Pedro Alves <palves@redhat.com>
693
694 PR gdb/18360
695 * gdb.threads/interrupt-while-step-over.c: New file.
696 * gdb.threads/interrupt-while-step-over.exp: New file.
697
2e86a283
PA
6982017-03-08 Pedro Alves <palves@redhat.com>
699
700 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
701 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
702
25dcbff6
PA
7032017-03-08 Pedro Alves <palves@redhat.com>
704
705 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
706 PKRU as not supported as a PASS.
707
dc9366eb
PA
7082017-03-08 Pedro Alves <palves@redhat.com>
709
710 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
711 prefix instead of $binfile1/$binfile2.
712 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
713 in test message.
714 * gdb.python/py-completion.exp: Use "load python file" as test
715 messages instead of unstable path names.
716
6e5d74e7
PA
7172017-03-08 Pedro Alves <palves@redhat.com>
718 Jan Kratochvil <jan.kratochvil@redhat.com>
719
720 PR cli/21218
721 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
722 New proc.
723 (top level): Call it.
724
9753a2f6
PA
7252017-03-08 Pedro Alves <palves@redhat.com>
726
727 PR tui/21216
728 * gdb.tui/tui-nl-filtered-output.exp: New file.
729
1a4dd9dd
PA
7302017-03-08 Pedro Alves <palves@redhat.com>
731
732 * gdb.base/completion.exp: Move TUI completion tests to ...
733 * gdb.tui/completion.exp: ... this new file.
734
7cbbff33
PA
7352017-03-08 Pedro Alves <palves@redhat.com>
736
737 * gdb.base/tui-disasm-long-lines.c,
738 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
739 gdb.base/tui-layout.exp: Move to ...
740 * gdb.tui/: ... this new directory.
741
5f6fd321
PA
7422017-03-07 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/tui-layout.c: New file.
745 * gdb.base/tui-layout.exp: New file.
746
44959fa8
PA
7472017-03-07 Pedro Alves <palves@redhat.com>
748
749 * gdb.base/tui-layout.c: Rename to ...
750 * gdb.base/tui-disasm-long-lines.c: ... this.
751 * gdb.base/tui-layout.exp: Rename to ...
752 * gdb.base/tui-disasm-long-lines.exp: ... this.
753
f8c4e718
PA
7542017-03-07 Pedro Alves <palves@redhat.com>
755
756 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
757
6dbb839a 7582017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
759
760 * i386-mpx-call.c: New file.
761 * i386-mpx-call.exp: New file.
762
65b48a81
PB
7632017-02-28 Peter Bergner <bergner@vnet.ibm.com>
764
765 * gdb.arch/powerpc-power.exp: Delete test.
766 * gdb.arch/powerpc-power.s: Likewise.
767 * gdb.disasm/disassembler-options.exp: New test.
768 * gdb.arch/powerpc-altivec.exp: Likewise.
769 * gdb.arch/powerpc-altivec.s: Likewise.
770 * gdb.arch/powerpc-altivec2.exp: Likewise.
771 * gdb.arch/powerpc-altivec2.s: Likewise.
772 * gdb.arch/powerpc-altivec3.exp: Likewise.
773 * gdb.arch/powerpc-altivec3.s: Likewise.
774 * gdb.arch/powerpc-power7.exp: Likewise.
775 * gdb.arch/powerpc-power7.s: Likewise.
776 * gdb.arch/powerpc-power8.exp: Likewise.
777 * gdb.arch/powerpc-power8.s: Likewise.
778 * gdb.arch/powerpc-power9.exp: Likewise.
779 * gdb.arch/powerpc-power9.s: Likewise.
780 * gdb.arch/powerpc-vsx.exp: Likewise.
781 * gdb.arch/powerpc-vsx.s: Likewise.
782 * gdb.arch/powerpc-vsx2.exp: Likewise.
783 * gdb.arch/powerpc-vsx2.s: Likewise.
784 * gdb.arch/powerpc-vsx3.exp: Likewise.
785 * gdb.arch/powerpc-vsx3.s: Likewise.
786 * gdb.arch/arm-disassembler-options.exp: Likewise.
787 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
788 * gdb.arch/s390-disassembler-options.exp: Likewise.
789
17cd4947
LM
7902017-02-23 Luis Machado <lgustavo@codesourcery.com>
791
792 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
793 (check_supported_features): ... this. Changed return type to void.
794 (supports_rdseed): New static global.
795 (rdseed): Check supports_rdseed.
796 (initialize): Call check_supported_features.
797
2039d74e
EBM
7982017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
799
800 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
801 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
802 and lqarx/stqcx.
803 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
804 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
805
a51d7ecf
EBM
8062017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
807
808 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
809 uppercase.
810
0224619f
JK
8112017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
812
813 * gdb.dwarf2/formdata16.c: New file.
814 * gdb.dwarf2/formdata16.exp: New file.
815 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
816
216f72a1
JK
8172017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
818
819 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
820 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
821 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
822 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
823 DW_AT_GNU_*.
824
43988095
JK
8252017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
826
827 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
828
99e8a4f9
SDJ
8292017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
830
831 PR gdb/21164
832 * gdb.base/maint.exp: Add testcases for when the commands do
833 not have arguments.
834
b58a8c0c
TP
8352017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
836
837 * gdb.cp/chained-calls.exp: Use p instead of P.
838
4e746bb6
TW
8392017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
840
841 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
842 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
843
3f77c769
TT
8442017-02-14 Tom Tromey <tom@tromey.com>
845
846 PR python/13598:
847 * gdb.python/py-events.exp: Add before_prompt event tests.
848
075beec0
AA
8492017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
850
851 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
852
bf5f525c
LM
8532017-02-13 Luis Machado <lgustavo@codesourcery.com>
854
855 * gdb.linespec/explicit.c (my_unique_function_name): New function.
856 (main): Call my_unique_function_name.
857 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
858 completion of patterns with a single match.
859 Add missing -re switches to gdb_test_multiple calls.
860
13a66184
LM
8612017-02-13 Luis Machado <lgustavo@codesourcery.com>
862
863 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
864 return if core file is not recognized.
865
26a06916
SM
8662017-02-10 Simon Marchi <simon.marchi@ericsson.com>
867
868 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
869 and extra UIs.
870
b761ca9e
SM
8712017-02-10 Simon Marchi <simon.marchi@ericsson.com>
872
873 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
874 proc_with_prefix.
875
b964bee0
TT
8762017-02-10 Tom Tromey <tom@tromey.com>
877
878 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
879
18da0c51
MG
8802017-02-10 Martin Galvan <martingalvan@sourceware.org>
881
882 PR gdb/21122
883 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
884
604c4576
JG
8852017-02-08 Jerome Guitton <guitton@adacore.com>
886
887 * gdb.base/define.exp: Add test for command abbreviations
888 in define.
889
20b477a7
LM
8902017-02-06 Luis Machado <lgustavo@codesourcery.com>
891
892 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
893 * gdb.reverse/insn-reverse-x86.c: New file.
894
3f7b46f2
IR
8952017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
896
897 PR tdep/20936
898 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
899
f0fd41c1
TT
9002017-02-03 Tom Tromey <tom@tromey.com>
901
902 PR rust/21097:
903 * gdb.rust/simple.exp: Add new tests.
904
5be5dbf0
PA
9052017-02-02 Pedro Alves <palves@redhat.com>
906
907 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
908 tests.
909
7346ef59
AA
9102017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
911
912 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
913 taking a 2-byte value out of a 4-byte DWARF implicit value on
914 big-endian targets.
915 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
916 logic. Add test cases for DW_OP_implicit.
917
787f0025
MM
9182017-02-01 Markus Metzger <markus.t.metzger@intel.com>
919
920 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
921
68777c29
MM
9222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
923
924 * gdb.btrace/enable.exp: Call gdb_exit before
925 skip_gdbserver_tests.
926
0a1c7e28
MM
9272017-02-01 Markus Metzger <markus.t.metzger@intel.com>
928
929 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
930 GDBFLAGS.
931
b5ac99b0
MM
9322017-02-01 Markus Metzger <markus.t.metzger@intel.com>
933
934 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
935 the test is skipped.
936 * gdb.btrace/data.exp: Likewise.
937 * gdb.btrace/delta.exp: Likewise.
938 * gdb.btrace/dlopen.exp: Likewise.
939 * gdb.btrace/enable-running.exp: Likewise.
940 * gdb.btrace/enable.exp: Likewise.
941 * gdb.btrace/exception.exp: Likewise.
942 * gdb.btrace/function_call_history.exp: Likewise.
943 * gdb.btrace/gcore.exp: Likewise.
944 * gdb.btrace/instruction_history.exp: Likewise.
945 * gdb.btrace/multi-thread-step.exp: Likewise.
946 * gdb.btrace/nohist.exp: Likewise.
947 * gdb.btrace/non-stop.exp: Likewise.
948 * gdb.btrace/reconnect.exp: Likewise.
949 * gdb.btrace/record_goto-step.exp: Likewise.
950 * gdb.btrace/record_goto.exp: Likewise.
951 * gdb.btrace/rn-dl-bind.exp: Likewise.
952 * gdb.btrace/segv.exp: Likewise.
953 * gdb.btrace/step.exp: Likewise.
954 * gdb.btrace/stepi.exp: Likewise.
955 * gdb.btrace/tailcall-only.exp: Likewise.
956 * gdb.btrace/tailcall.exp: Likewise.
957 * gdb.btrace/tsx.exp: Likewise.
958 * gdb.btrace/unknown_functions.exp: Likewise.
959 * gdb.btrace/vdso.exp: Likewise.
960
cd4007e4
MM
9612017-02-01 Markus Metzger <markus.t.metzger@intel.com>
962
963 * gdb.btrace/enable-running.c: New.
964 * gdb.btrace/enable-running.exp: New.
965
2735833d
WT
9662017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
967
968 * gdb.arch/amd64-gs_base.c: New file.
969 * gdb.arch/amd64-gs_base.exp: New file.
970
b51e1e94
LM
9712017-01-26 Luis Machado <lgustavo@codesourcery.com>
972
973 * lib/memory.exp: Remove spurious empty newlines.
974
72ca0410
SM
9752017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
976
977 * gdb.python/py-bad-printers.exp: Load python file using "source".
978 * gdb.python/py-events.exp: Likewise.
979 * gdb.python/py-evsignal.exp: Likewise.
980 * gdb.python/py-evthreads.exp: Likewise.
981 * gdb.python/py-frame-args.exp: Likewise.
982 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
983 * gdb.python/py-framefilter-mi.exp: Likewise.
984 * gdb.python/py-framefilter.exp: Likewise.
985 * gdb.python/py-mi.exp: Likewise.
986 * gdb.python/py-pp-maint.exp: Likewise.
987 * gdb.python/py-pp-registration.exp: Likewise.
988 * gdb.python/py-prettyprint.exp: Likewise.
989 (run_lang_tests): Likewise.
990 * gdb.python/py-typeprint.exp: Likewise.
991
e309aa65
LM
9922017-01-26 Luis Machado <lgustavo@codesourcery.com>
993
994 * lib/memory.exp: New file.
995 * lib/gdb.exp: Load memory.exp.
996 * gdb.base/memattr.exp (delete_memory): Move proc to
997 lib/memory.exp and rename to delete_memory_regions.
998 Replace delete_memory with delete_memory_regions.
999 Cleanup memory regions before tests.
1000 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1001 before tests.
1002
515aff23
LM
10032017-01-26 Luis Machado <lgustavo@codesourcery.com>
1004
1005 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1006 files.
1007 (initialize): New function conditionally defined.
1008 (testcases): Move within conditional block.
1009 (main): Call initialize.
1010 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1011 of gdb.reverse/insn-reverse.c.
1012 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1013 gdb.reverse/insn-reverse.c.
1014
d8b49cf0
YQ
10152017-01-26 Yao Qi <yao.qi@linaro.org>
1016
1017 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1018 disassemble on address 0.
1019
f13a9a0c
YQ
10202017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1021 Yao Qi <yao.qi@linaro.org>
1022
1023 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1024 * gdb.dwarf2/implptr-64bit.S: Remove.
1025 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1026 variables in caller's context. Add DW_OP_implicit_value.
1027
5ac95241
YQ
10282017-01-25 Yao Qi <yao.qi@linaro.org>
1029
1030 * lib/dwarf.exp (Dwarf::_location): Handle
1031 DW_OP_GNU_implicit_pointer with proper size.
1032
23e82930
LM
10332017-01-20 Luis Machado <lgustavo@codesourcery.com>
1034
1035 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1036 and add untested calls.
1037
d334ae25
LM
10382017-01-20 Luis Machado <lgustavo@codesourcery.com>
1039
1040 * gdb.python/python.exp: Check line number against what GDB thinks
1041 the line number is for func1.
1042
f5e6296e
IB
10432017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1044
1045 * gdb.dlang/debug-expr.exp: New file.
1046
5b362f04
LM
10472016-12-23 Luis Machado <lgustavo@codesourcery.com>
1048
1049 Fix test names for the following files:
1050
1051 * gdb.ada/exec_changed.exp
1052 * gdb.ada/info_types.exp
1053 * gdb.arch/aarch64-atomic-inst.exp
1054 * gdb.arch/aarch64-fp.exp
1055 * gdb.arch/altivec-abi.exp
1056 * gdb.arch/altivec-regs.exp
1057 * gdb.arch/amd64-byte.exp
1058 * gdb.arch/amd64-disp-step.exp
1059 * gdb.arch/amd64-dword.exp
1060 * gdb.arch/amd64-entry-value-inline.exp
1061 * gdb.arch/amd64-entry-value-param.exp
1062 * gdb.arch/amd64-entry-value-paramref.exp
1063 * gdb.arch/amd64-entry-value.exp
1064 * gdb.arch/amd64-i386-address.exp
1065 * gdb.arch/amd64-invalid-stack-middle.exp
1066 * gdb.arch/amd64-invalid-stack-top.exp
1067 * gdb.arch/amd64-optimout-repeat.exp
1068 * gdb.arch/amd64-prologue-skip.exp
1069 * gdb.arch/amd64-prologue-xmm.exp
1070 * gdb.arch/amd64-stap-special-operands.exp
1071 * gdb.arch/amd64-stap-wrong-subexp.exp
1072 * gdb.arch/amd64-tailcall-cxx.exp
1073 * gdb.arch/amd64-tailcall-noret.exp
1074 * gdb.arch/amd64-tailcall-ret.exp
1075 * gdb.arch/amd64-tailcall-self.exp
1076 * gdb.arch/amd64-word.exp
1077 * gdb.arch/arm-bl-branch-dest.exp
1078 * gdb.arch/arm-disp-step.exp
1079 * gdb.arch/arm-neon.exp
1080 * gdb.arch/arm-single-step-kernel-helper.exp
1081 * gdb.arch/avr-flash-qualifier.exp
1082 * gdb.arch/disp-step-insn-reloc.exp
1083 * gdb.arch/e500-abi.exp
1084 * gdb.arch/e500-regs.exp
1085 * gdb.arch/ftrace-insn-reloc.exp
1086 * gdb.arch/i386-avx512.exp
1087 * gdb.arch/i386-bp_permanent.exp
1088 * gdb.arch/i386-byte.exp
1089 * gdb.arch/i386-cfi-notcurrent.exp
1090 * gdb.arch/i386-disp-step.exp
1091 * gdb.arch/i386-dr3-watch.exp
1092 * gdb.arch/i386-float.exp
1093 * gdb.arch/i386-gnu-cfi.exp
1094 * gdb.arch/i386-mpx-map.exp
1095 * gdb.arch/i386-mpx-sigsegv.exp
1096 * gdb.arch/i386-mpx-simple_segv.exp
1097 * gdb.arch/i386-mpx.exp
1098 * gdb.arch/i386-permbkpt.exp
1099 * gdb.arch/i386-prologue.exp
1100 * gdb.arch/i386-signal.exp
1101 * gdb.arch/i386-size-overlap.exp
1102 * gdb.arch/i386-unwind.exp
1103 * gdb.arch/i386-word.exp
1104 * gdb.arch/mips-fcr.exp
1105 * gdb.arch/powerpc-d128-regs.exp
1106 * gdb.arch/powerpc-stackless.exp
1107 * gdb.arch/ppc64-atomic-inst.exp
1108 * gdb.arch/s390-stackless.exp
1109 * gdb.arch/s390-tdbregs.exp
1110 * gdb.arch/s390-vregs.exp
1111 * gdb.arch/sparc-sysstep.exp
1112 * gdb.arch/thumb-bx-pc.exp
1113 * gdb.arch/thumb-singlestep.exp
1114 * gdb.arch/thumb2-it.exp
1115 * gdb.arch/vsx-regs.exp
1116 * gdb.asm/asm-source.exp
1117 * gdb.base/a2-run.exp
1118 * gdb.base/advance.exp
1119 * gdb.base/all-bin.exp
1120 * gdb.base/anon.exp
1121 * gdb.base/args.exp
1122 * gdb.base/arithmet.exp
1123 * gdb.base/async-shell.exp
1124 * gdb.base/async.exp
1125 * gdb.base/attach-pie-noexec.exp
1126 * gdb.base/attach-twice.exp
1127 * gdb.base/auto-load.exp
1128 * gdb.base/bang.exp
1129 * gdb.base/bitfields.exp
1130 * gdb.base/break-always.exp
1131 * gdb.base/break-caller-line.exp
1132 * gdb.base/break-entry.exp
1133 * gdb.base/break-inline.exp
1134 * gdb.base/break-on-linker-gcd-function.exp
1135 * gdb.base/break-probes.exp
1136 * gdb.base/break.exp
1137 * gdb.base/breakpoint-shadow.exp
1138 * gdb.base/call-ar-st.exp
1139 * gdb.base/call-sc.exp
1140 * gdb.base/call-signal-resume.exp
1141 * gdb.base/call-strs.exp
1142 * gdb.base/callfuncs.exp
1143 * gdb.base/catch-fork-static.exp
1144 * gdb.base/catch-gdb-caused-signals.exp
1145 * gdb.base/catch-load.exp
1146 * gdb.base/catch-signal-fork.exp
1147 * gdb.base/catch-signal.exp
1148 * gdb.base/catch-syscall.exp
1149 * gdb.base/charset.exp
1150 * gdb.base/checkpoint.exp
1151 * gdb.base/chng-syms.exp
1152 * gdb.base/code-expr.exp
1153 * gdb.base/code_elim.exp
1154 * gdb.base/commands.exp
1155 * gdb.base/completion.exp
1156 * gdb.base/complex.exp
1157 * gdb.base/cond-expr.exp
1158 * gdb.base/condbreak.exp
1159 * gdb.base/consecutive.exp
1160 * gdb.base/continue-all-already-running.exp
1161 * gdb.base/coredump-filter.exp
1162 * gdb.base/corefile.exp
1163 * gdb.base/dbx.exp
1164 * gdb.base/debug-expr.exp
1165 * gdb.base/define.exp
1166 * gdb.base/del.exp
1167 * gdb.base/disabled-location.exp
1168 * gdb.base/disasm-end-cu.exp
1169 * gdb.base/disasm-optim.exp
1170 * gdb.base/display.exp
1171 * gdb.base/duplicate-bp.exp
1172 * gdb.base/ena-dis-br.exp
1173 * gdb.base/ending-run.exp
1174 * gdb.base/enumval.exp
1175 * gdb.base/environ.exp
1176 * gdb.base/eu-strip-infcall.exp
1177 * gdb.base/eval-avoid-side-effects.exp
1178 * gdb.base/eval-skip.exp
1179 * gdb.base/exitsignal.exp
1180 * gdb.base/expand-psymtabs.exp
1181 * gdb.base/filesym.exp
1182 * gdb.base/find-unmapped.exp
1183 * gdb.base/finish.exp
1184 * gdb.base/float.exp
1185 * gdb.base/foll-exec-mode.exp
1186 * gdb.base/foll-exec.exp
1187 * gdb.base/foll-fork.exp
1188 * gdb.base/fortran-sym-case.exp
1189 * gdb.base/freebpcmd.exp
1190 * gdb.base/func-ptr.exp
1191 * gdb.base/func-ptrs.exp
1192 * gdb.base/funcargs.exp
1193 * gdb.base/gcore-buffer-overflow.exp
1194 * gdb.base/gcore-relro-pie.exp
1195 * gdb.base/gcore-relro.exp
1196 * gdb.base/gcore.exp
1197 * gdb.base/gdb1090.exp
1198 * gdb.base/gdb11530.exp
1199 * gdb.base/gdb11531.exp
1200 * gdb.base/gdb1821.exp
1201 * gdb.base/gdbindex-stabs.exp
1202 * gdb.base/gdbvars.exp
1203 * gdb.base/hbreak.exp
1204 * gdb.base/hbreak2.exp
1205 * gdb.base/included.exp
1206 * gdb.base/infcall-input.exp
1207 * gdb.base/inferior-died.exp
1208 * gdb.base/infnan.exp
1209 * gdb.base/info-macros.exp
1210 * gdb.base/info-os.exp
1211 * gdb.base/info-proc.exp
1212 * gdb.base/info-shared.exp
1213 * gdb.base/info-target.exp
1214 * gdb.base/infoline.exp
1215 * gdb.base/interp.exp
1216 * gdb.base/interrupt.exp
1217 * gdb.base/jit-reader.exp
1218 * gdb.base/jit-simple.exp
1219 * gdb.base/kill-after-signal.exp
1220 * gdb.base/kill-detach-inferiors-cmd.exp
1221 * gdb.base/label.exp
1222 * gdb.base/langs.exp
1223 * gdb.base/ldbl_e308.exp
1224 * gdb.base/line-symtabs.exp
1225 * gdb.base/linespecs.exp
1226 * gdb.base/list.exp
1227 * gdb.base/long_long.exp
1228 * gdb.base/longest-types.exp
1229 * gdb.base/maint.exp
1230 * gdb.base/max-value-size.exp
1231 * gdb.base/memattr.exp
1232 * gdb.base/mips_pro.exp
1233 * gdb.base/morestack.exp
1234 * gdb.base/moribund-step.exp
1235 * gdb.base/multi-forks.exp
1236 * gdb.base/nested-addr.exp
1237 * gdb.base/nextoverexit.exp
1238 * gdb.base/noreturn-finish.exp
1239 * gdb.base/noreturn-return.exp
1240 * gdb.base/nostdlib.exp
1241 * gdb.base/offsets.exp
1242 * gdb.base/opaque.exp
1243 * gdb.base/pc-fp.exp
1244 * gdb.base/permissions.exp
1245 * gdb.base/print-symbol-loading.exp
1246 * gdb.base/prologue-include.exp
1247 * gdb.base/psymtab.exp
1248 * gdb.base/ptype.exp
1249 * gdb.base/random-signal.exp
1250 * gdb.base/randomize.exp
1251 * gdb.base/range-stepping.exp
1252 * gdb.base/readline-ask.exp
1253 * gdb.base/recpar.exp
1254 * gdb.base/recurse.exp
1255 * gdb.base/relational.exp
1256 * gdb.base/restore.exp
1257 * gdb.base/return-nodebug.exp
1258 * gdb.base/return.exp
1259 * gdb.base/run-after-attach.exp
1260 * gdb.base/save-bp.exp
1261 * gdb.base/scope.exp
1262 * gdb.base/sect-cmd.exp
1263 * gdb.base/set-lang-auto.exp
1264 * gdb.base/set-noassign.exp
1265 * gdb.base/setvar.exp
1266 * gdb.base/sigall.exp
1267 * gdb.base/sigbpt.exp
1268 * gdb.base/siginfo-addr.exp
1269 * gdb.base/siginfo-infcall.exp
1270 * gdb.base/siginfo-obj.exp
1271 * gdb.base/siginfo.exp
1272 * gdb.base/signals-state-child.exp
1273 * gdb.base/signest.exp
1274 * gdb.base/sigstep.exp
1275 * gdb.base/sizeof.exp
1276 * gdb.base/skip.exp
1277 * gdb.base/solib-corrupted.exp
1278 * gdb.base/solib-nodir.exp
1279 * gdb.base/solib-search.exp
1280 * gdb.base/stack-checking.exp
1281 * gdb.base/stale-infcall.exp
1282 * gdb.base/stap-probe.exp
1283 * gdb.base/start.exp
1284 * gdb.base/step-break.exp
1285 * gdb.base/step-bt.exp
1286 * gdb.base/step-line.exp
1287 * gdb.base/step-over-exit.exp
1288 * gdb.base/step-over-syscall.exp
1289 * gdb.base/step-resume-infcall.exp
1290 * gdb.base/step-test.exp
1291 * gdb.base/store.exp
1292 * gdb.base/structs3.exp
1293 * gdb.base/sym-file.exp
1294 * gdb.base/symbol-without-target_section.exp
1295 * gdb.base/term.exp
1296 * gdb.base/testenv.exp
1297 * gdb.base/ui-redirect.exp
1298 * gdb.base/until.exp
1299 * gdb.base/unwindonsignal.exp
1300 * gdb.base/value-double-free.exp
1301 * gdb.base/vla-datatypes.exp
1302 * gdb.base/vla-ptr.exp
1303 * gdb.base/vla-sideeffect.exp
1304 * gdb.base/volatile.exp
1305 * gdb.base/watch-cond-infcall.exp
1306 * gdb.base/watch-cond.exp
1307 * gdb.base/watch-non-mem.exp
1308 * gdb.base/watch-read.exp
1309 * gdb.base/watch-vfork.exp
1310 * gdb.base/watchpoint-cond-gone.exp
1311 * gdb.base/watchpoint-delete.exp
1312 * gdb.base/watchpoint-hw-hit-once.exp
1313 * gdb.base/watchpoint-hw.exp
1314 * gdb.base/watchpoint-stops-at-right-insn.exp
1315 * gdb.base/watchpoints.exp
1316 * gdb.base/wchar.exp
1317 * gdb.base/whatis-exp.exp
1318 * gdb.btrace/buffer-size.exp
1319 * gdb.btrace/data.exp
1320 * gdb.btrace/delta.exp
1321 * gdb.btrace/dlopen.exp
1322 * gdb.btrace/enable.exp
1323 * gdb.btrace/exception.exp
1324 * gdb.btrace/function_call_history.exp
1325 * gdb.btrace/gcore.exp
1326 * gdb.btrace/instruction_history.exp
1327 * gdb.btrace/nohist.exp
1328 * gdb.btrace/reconnect.exp
1329 * gdb.btrace/record_goto-step.exp
1330 * gdb.btrace/record_goto.exp
1331 * gdb.btrace/rn-dl-bind.exp
1332 * gdb.btrace/segv.exp
1333 * gdb.btrace/step.exp
1334 * gdb.btrace/stepi.exp
1335 * gdb.btrace/tailcall-only.exp
1336 * gdb.btrace/tailcall.exp
1337 * gdb.btrace/tsx.exp
1338 * gdb.btrace/unknown_functions.exp
1339 * gdb.btrace/vdso.exp
1340 * gdb.compile/compile-ifunc.exp
1341 * gdb.compile/compile-ops.exp
1342 * gdb.compile/compile-print.exp
1343 * gdb.compile/compile-setjmp.exp
1344 * gdb.cp/abstract-origin.exp
1345 * gdb.cp/ambiguous.exp
1346 * gdb.cp/annota2.exp
1347 * gdb.cp/annota3.exp
1348 * gdb.cp/anon-ns.exp
1349 * gdb.cp/anon-struct.exp
1350 * gdb.cp/anon-union.exp
1351 * gdb.cp/arg-reference.exp
1352 * gdb.cp/baseenum.exp
1353 * gdb.cp/bool.exp
1354 * gdb.cp/breakpoint.exp
1355 * gdb.cp/bs15503.exp
1356 * gdb.cp/call-c.exp
1357 * gdb.cp/casts.exp
1358 * gdb.cp/chained-calls.exp
1359 * gdb.cp/class2.exp
1360 * gdb.cp/classes.exp
1361 * gdb.cp/cmpd-minsyms.exp
1362 * gdb.cp/converts.exp
1363 * gdb.cp/cp-relocate.exp
1364 * gdb.cp/cpcompletion.exp
1365 * gdb.cp/cpexprs.exp
1366 * gdb.cp/cplabel.exp
1367 * gdb.cp/cplusfuncs.exp
1368 * gdb.cp/cpsizeof.exp
1369 * gdb.cp/ctti.exp
1370 * gdb.cp/derivation.exp
1371 * gdb.cp/destrprint.exp
1372 * gdb.cp/dispcxx.exp
1373 * gdb.cp/enum-class.exp
1374 * gdb.cp/exception.exp
1375 * gdb.cp/exceptprint.exp
1376 * gdb.cp/expand-psymtabs-cxx.exp
1377 * gdb.cp/expand-sals.exp
1378 * gdb.cp/extern-c.exp
1379 * gdb.cp/filename.exp
1380 * gdb.cp/formatted-ref.exp
1381 * gdb.cp/fpointer.exp
1382 * gdb.cp/gdb1355.exp
1383 * gdb.cp/gdb2495.exp
1384 * gdb.cp/hang.exp
1385 * gdb.cp/impl-this.exp
1386 * gdb.cp/infcall-dlopen.exp
1387 * gdb.cp/inherit.exp
1388 * gdb.cp/iostream.exp
1389 * gdb.cp/koenig.exp
1390 * gdb.cp/local.exp
1391 * gdb.cp/m-data.exp
1392 * gdb.cp/m-static.exp
1393 * gdb.cp/mb-ctor.exp
1394 * gdb.cp/mb-inline.exp
1395 * gdb.cp/mb-templates.exp
1396 * gdb.cp/member-name.exp
1397 * gdb.cp/member-ptr.exp
1398 * gdb.cp/meth-typedefs.exp
1399 * gdb.cp/method.exp
1400 * gdb.cp/method2.exp
1401 * gdb.cp/minsym-fallback.exp
1402 * gdb.cp/misc.exp
1403 * gdb.cp/namelessclass.exp
1404 * gdb.cp/namespace-enum.exp
1405 * gdb.cp/namespace-nested-import.exp
1406 * gdb.cp/namespace.exp
1407 * gdb.cp/nextoverthrow.exp
1408 * gdb.cp/no-dmgl-verbose.exp
1409 * gdb.cp/non-trivial-retval.exp
1410 * gdb.cp/noparam.exp
1411 * gdb.cp/nsdecl.exp
1412 * gdb.cp/nsimport.exp
1413 * gdb.cp/nsnested.exp
1414 * gdb.cp/nsnoimports.exp
1415 * gdb.cp/nsrecurs.exp
1416 * gdb.cp/nsstress.exp
1417 * gdb.cp/nsusing.exp
1418 * gdb.cp/operator.exp
1419 * gdb.cp/oranking.exp
1420 * gdb.cp/overload-const.exp
1421 * gdb.cp/overload.exp
1422 * gdb.cp/ovldbreak.exp
1423 * gdb.cp/ovsrch.exp
1424 * gdb.cp/paren-type.exp
1425 * gdb.cp/parse-lang.exp
1426 * gdb.cp/pass-by-ref.exp
1427 * gdb.cp/pr-1023.exp
1428 * gdb.cp/pr-1210.exp
1429 * gdb.cp/pr-574.exp
1430 * gdb.cp/pr10687.exp
1431 * gdb.cp/pr12028.exp
1432 * gdb.cp/pr17132.exp
1433 * gdb.cp/pr17494.exp
1434 * gdb.cp/pr9067.exp
1435 * gdb.cp/pr9167.exp
1436 * gdb.cp/pr9631.exp
1437 * gdb.cp/printmethod.exp
1438 * gdb.cp/psmang.exp
1439 * gdb.cp/psymtab-parameter.exp
1440 * gdb.cp/ptype-cv-cp.exp
1441 * gdb.cp/ptype-flags.exp
1442 * gdb.cp/re-set-overloaded.exp
1443 * gdb.cp/ref-types.exp
1444 * gdb.cp/rtti.exp
1445 * gdb.cp/scope-err.exp
1446 * gdb.cp/shadow.exp
1447 * gdb.cp/smartp.exp
1448 * gdb.cp/static-method.exp
1449 * gdb.cp/static-print-quit.exp
1450 * gdb.cp/temargs.exp
1451 * gdb.cp/templates.exp
1452 * gdb.cp/try_catch.exp
1453 * gdb.cp/typedef-operator.exp
1454 * gdb.cp/typeid.exp
1455 * gdb.cp/userdef.exp
1456 * gdb.cp/using-crash.exp
1457 * gdb.cp/var-tag.exp
1458 * gdb.cp/virtbase.exp
1459 * gdb.cp/virtfunc.exp
1460 * gdb.cp/virtfunc2.exp
1461 * gdb.cp/vla-cxx.exp
1462 * gdb.disasm/t01_mov.exp
1463 * gdb.disasm/t02_mova.exp
1464 * gdb.disasm/t03_add.exp
1465 * gdb.disasm/t04_sub.exp
1466 * gdb.disasm/t05_cmp.exp
1467 * gdb.disasm/t06_ari2.exp
1468 * gdb.disasm/t07_ari3.exp
1469 * gdb.disasm/t08_or.exp
1470 * gdb.disasm/t09_xor.exp
1471 * gdb.disasm/t10_and.exp
1472 * gdb.disasm/t11_logs.exp
1473 * gdb.disasm/t12_bit.exp
1474 * gdb.disasm/t13_otr.exp
1475 * gdb.dlang/circular.exp
1476 * gdb.dwarf2/arr-stride.exp
1477 * gdb.dwarf2/arr-subrange.exp
1478 * gdb.dwarf2/atomic-type.exp
1479 * gdb.dwarf2/bad-regnum.exp
1480 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1481 * gdb.dwarf2/callframecfa.exp
1482 * gdb.dwarf2/clztest.exp
1483 * gdb.dwarf2/corrupt.exp
1484 * gdb.dwarf2/data-loc.exp
1485 * gdb.dwarf2/dup-psym.exp
1486 * gdb.dwarf2/dw2-anon-mptr.exp
1487 * gdb.dwarf2/dw2-anonymous-func.exp
1488 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1489 * gdb.dwarf2/dw2-bad-unresolved.exp
1490 * gdb.dwarf2/dw2-basic.exp
1491 * gdb.dwarf2/dw2-canonicalize-type.exp
1492 * gdb.dwarf2/dw2-case-insensitive.exp
1493 * gdb.dwarf2/dw2-common-block.exp
1494 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1495 * gdb.dwarf2/dw2-compressed.exp
1496 * gdb.dwarf2/dw2-const.exp
1497 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1498 * gdb.dwarf2/dw2-cu-size.exp
1499 * gdb.dwarf2/dw2-dup-frame.exp
1500 * gdb.dwarf2/dw2-entry-value.exp
1501 * gdb.dwarf2/dw2-icycle.exp
1502 * gdb.dwarf2/dw2-ifort-parameter.exp
1503 * gdb.dwarf2/dw2-inline-break.exp
1504 * gdb.dwarf2/dw2-inline-param.exp
1505 * gdb.dwarf2/dw2-intercu.exp
1506 * gdb.dwarf2/dw2-intermix.exp
1507 * gdb.dwarf2/dw2-lexical-block-bare.exp
1508 * gdb.dwarf2/dw2-linkage-name-trust.exp
1509 * gdb.dwarf2/dw2-minsym-in-cu.exp
1510 * gdb.dwarf2/dw2-noloc.exp
1511 * gdb.dwarf2/dw2-op-call.exp
1512 * gdb.dwarf2/dw2-op-out-param.exp
1513 * gdb.dwarf2/dw2-opt-structptr.exp
1514 * gdb.dwarf2/dw2-param-error.exp
1515 * gdb.dwarf2/dw2-producer.exp
1516 * gdb.dwarf2/dw2-ranges-base.exp
1517 * gdb.dwarf2/dw2-ref-missing-frame.exp
1518 * gdb.dwarf2/dw2-reg-undefined.exp
1519 * gdb.dwarf2/dw2-regno-invalid.exp
1520 * gdb.dwarf2/dw2-restore.exp
1521 * gdb.dwarf2/dw2-restrict.exp
1522 * gdb.dwarf2/dw2-single-line-discriminators.exp
1523 * gdb.dwarf2/dw2-strp.exp
1524 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1525 * gdb.dwarf2/dw2-unresolved.exp
1526 * gdb.dwarf2/dw2-var-zero-addr.exp
1527 * gdb.dwarf2/dw4-sig-types.exp
1528 * gdb.dwarf2/dwz.exp
1529 * gdb.dwarf2/dynarr-ptr.exp
1530 * gdb.dwarf2/enum-type.exp
1531 * gdb.dwarf2/gdb-index.exp
1532 * gdb.dwarf2/implptr-64bit.exp
1533 * gdb.dwarf2/implptr-optimized-out.exp
1534 * gdb.dwarf2/implptr.exp
1535 * gdb.dwarf2/implref-array.exp
1536 * gdb.dwarf2/implref-const.exp
1537 * gdb.dwarf2/implref-global.exp
1538 * gdb.dwarf2/implref-struct.exp
1539 * gdb.dwarf2/mac-fileno.exp
1540 * gdb.dwarf2/main-subprogram.exp
1541 * gdb.dwarf2/member-ptr-forwardref.exp
1542 * gdb.dwarf2/method-ptr.exp
1543 * gdb.dwarf2/missing-sig-type.exp
1544 * gdb.dwarf2/nonvar-access.exp
1545 * gdb.dwarf2/opaque-type-lookup.exp
1546 * gdb.dwarf2/pieces-optimized-out.exp
1547 * gdb.dwarf2/pieces.exp
1548 * gdb.dwarf2/pr10770.exp
1549 * gdb.dwarf2/pr13961.exp
1550 * gdb.dwarf2/staticvirtual.exp
1551 * gdb.dwarf2/subrange.exp
1552 * gdb.dwarf2/symtab-producer.exp
1553 * gdb.dwarf2/trace-crash.exp
1554 * gdb.dwarf2/typeddwarf.exp
1555 * gdb.dwarf2/valop.exp
1556 * gdb.dwarf2/watch-notconst.exp
1557 * gdb.fortran/array-element.exp
1558 * gdb.fortran/charset.exp
1559 * gdb.fortran/common-block.exp
1560 * gdb.fortran/complex.exp
1561 * gdb.fortran/derived-type-function.exp
1562 * gdb.fortran/derived-type.exp
1563 * gdb.fortran/logical.exp
1564 * gdb.fortran/module.exp
1565 * gdb.fortran/multi-dim.exp
1566 * gdb.fortran/nested-funcs.exp
1567 * gdb.fortran/print-formatted.exp
1568 * gdb.fortran/subarray.exp
1569 * gdb.fortran/vla-alloc-assoc.exp
1570 * gdb.fortran/vla-datatypes.exp
1571 * gdb.fortran/vla-history.exp
1572 * gdb.fortran/vla-ptr-info.exp
1573 * gdb.fortran/vla-ptype-sub.exp
1574 * gdb.fortran/vla-ptype.exp
1575 * gdb.fortran/vla-sizeof.exp
1576 * gdb.fortran/vla-type.exp
1577 * gdb.fortran/vla-value-sub-arbitrary.exp
1578 * gdb.fortran/vla-value-sub-finish.exp
1579 * gdb.fortran/vla-value-sub.exp
1580 * gdb.fortran/vla-value.exp
1581 * gdb.fortran/whatis_type.exp
1582 * gdb.go/chan.exp
1583 * gdb.go/handcall.exp
1584 * gdb.go/hello.exp
1585 * gdb.go/integers.exp
1586 * gdb.go/methods.exp
1587 * gdb.go/package.exp
1588 * gdb.go/strings.exp
1589 * gdb.go/types.exp
1590 * gdb.go/unsafe.exp
1591 * gdb.guile/scm-arch.exp
1592 * gdb.guile/scm-block.exp
1593 * gdb.guile/scm-breakpoint.exp
1594 * gdb.guile/scm-cmd.exp
1595 * gdb.guile/scm-disasm.exp
1596 * gdb.guile/scm-equal.exp
1597 * gdb.guile/scm-frame-args.exp
1598 * gdb.guile/scm-frame-inline.exp
1599 * gdb.guile/scm-frame.exp
1600 * gdb.guile/scm-iterator.exp
1601 * gdb.guile/scm-math.exp
1602 * gdb.guile/scm-objfile.exp
1603 * gdb.guile/scm-ports.exp
1604 * gdb.guile/scm-symbol.exp
1605 * gdb.guile/scm-symtab.exp
1606 * gdb.guile/scm-value-cc.exp
1607 * gdb.guile/types-module.exp
1608 * gdb.linespec/break-ask.exp
1609 * gdb.linespec/cpexplicit.exp
1610 * gdb.linespec/explicit.exp
1611 * gdb.linespec/keywords.exp
1612 * gdb.linespec/linespec.exp
1613 * gdb.linespec/ls-dollar.exp
1614 * gdb.linespec/ls-errs.exp
1615 * gdb.linespec/skip-two.exp
1616 * gdb.linespec/thread.exp
1617 * gdb.mi/mi-async.exp
1618 * gdb.mi/mi-basics.exp
1619 * gdb.mi/mi-break.exp
1620 * gdb.mi/mi-catch-load.exp
1621 * gdb.mi/mi-cli.exp
1622 * gdb.mi/mi-cmd-param-changed.exp
1623 * gdb.mi/mi-console.exp
1624 * gdb.mi/mi-detach.exp
1625 * gdb.mi/mi-disassemble.exp
1626 * gdb.mi/mi-eval.exp
1627 * gdb.mi/mi-file-transfer.exp
1628 * gdb.mi/mi-file.exp
1629 * gdb.mi/mi-fill-memory.exp
1630 * gdb.mi/mi-inheritance-syntax-error.exp
1631 * gdb.mi/mi-linespec-err-cp.exp
1632 * gdb.mi/mi-logging.exp
1633 * gdb.mi/mi-memory-changed.exp
1634 * gdb.mi/mi-read-memory.exp
1635 * gdb.mi/mi-record-changed.exp
1636 * gdb.mi/mi-reg-undefined.exp
1637 * gdb.mi/mi-regs.exp
1638 * gdb.mi/mi-return.exp
1639 * gdb.mi/mi-reverse.exp
1640 * gdb.mi/mi-simplerun.exp
1641 * gdb.mi/mi-solib.exp
1642 * gdb.mi/mi-stack.exp
1643 * gdb.mi/mi-stepi.exp
1644 * gdb.mi/mi-syn-frame.exp
1645 * gdb.mi/mi-until.exp
1646 * gdb.mi/mi-var-block.exp
1647 * gdb.mi/mi-var-child.exp
1648 * gdb.mi/mi-var-cmd.exp
1649 * gdb.mi/mi-var-cp.exp
1650 * gdb.mi/mi-var-display.exp
1651 * gdb.mi/mi-var-invalidate.exp
1652 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1653 * gdb.mi/mi-vla-fortran.exp
1654 * gdb.mi/mi-watch.exp
1655 * gdb.mi/mi2-var-child.exp
1656 * gdb.mi/user-selected-context-sync.exp
1657 * gdb.modula2/unbounded-array.exp
1658 * gdb.multi/dummy-frame-restore.exp
1659 * gdb.multi/multi-arch-exec.exp
1660 * gdb.multi/multi-arch.exp
1661 * gdb.multi/tids.exp
1662 * gdb.multi/watchpoint-multi.exp
1663 * gdb.opencl/callfuncs.exp
1664 * gdb.opencl/convs_casts.exp
1665 * gdb.opencl/datatypes.exp
1666 * gdb.opencl/operators.exp
1667 * gdb.opencl/vec_comps.exp
1668 * gdb.opt/clobbered-registers-O2.exp
1669 * gdb.opt/inline-break.exp
1670 * gdb.opt/inline-bt.exp
1671 * gdb.opt/inline-cmds.exp
1672 * gdb.opt/inline-locals.exp
1673 * gdb.pascal/case-insensitive-symbols.exp
1674 * gdb.pascal/floats.exp
1675 * gdb.pascal/gdb11492.exp
1676 * gdb.python/lib-types.exp
1677 * gdb.python/py-arch.exp
1678 * gdb.python/py-as-string.exp
1679 * gdb.python/py-bad-printers.exp
1680 * gdb.python/py-block.exp
1681 * gdb.python/py-breakpoint-create-fail.exp
1682 * gdb.python/py-breakpoint.exp
1683 * gdb.python/py-caller-is.exp
1684 * gdb.python/py-cmd.exp
1685 * gdb.python/py-explore-cc.exp
1686 * gdb.python/py-explore.exp
1687 * gdb.python/py-finish-breakpoint.exp
1688 * gdb.python/py-finish-breakpoint2.exp
1689 * gdb.python/py-frame-args.exp
1690 * gdb.python/py-frame-inline.exp
1691 * gdb.python/py-frame.exp
1692 * gdb.python/py-framefilter-mi.exp
1693 * gdb.python/py-infthread.exp
1694 * gdb.python/py-lazy-string.exp
1695 * gdb.python/py-linetable.exp
1696 * gdb.python/py-mi-events.exp
1697 * gdb.python/py-mi-objfile.exp
1698 * gdb.python/py-mi.exp
1699 * gdb.python/py-objfile.exp
1700 * gdb.python/py-pp-integral.exp
1701 * gdb.python/py-pp-maint.exp
1702 * gdb.python/py-pp-re-notag.exp
1703 * gdb.python/py-pp-registration.exp
1704 * gdb.python/py-recurse-unwind.exp
1705 * gdb.python/py-strfns.exp
1706 * gdb.python/py-symbol.exp
1707 * gdb.python/py-symtab.exp
1708 * gdb.python/py-sync-interp.exp
1709 * gdb.python/py-typeprint.exp
1710 * gdb.python/py-unwind-maint.exp
1711 * gdb.python/py-unwind.exp
1712 * gdb.python/py-value-cc.exp
1713 * gdb.python/py-xmethods.exp
1714 * gdb.reverse/amd64-tailcall-reverse.exp
1715 * gdb.reverse/break-precsave.exp
1716 * gdb.reverse/break-reverse.exp
1717 * gdb.reverse/consecutive-precsave.exp
1718 * gdb.reverse/consecutive-reverse.exp
1719 * gdb.reverse/finish-precsave.exp
1720 * gdb.reverse/finish-reverse-bkpt.exp
1721 * gdb.reverse/finish-reverse.exp
1722 * gdb.reverse/fstatat-reverse.exp
1723 * gdb.reverse/getresuid-reverse.exp
1724 * gdb.reverse/i386-precsave.exp
1725 * gdb.reverse/i386-reverse.exp
1726 * gdb.reverse/i386-sse-reverse.exp
1727 * gdb.reverse/i387-env-reverse.exp
1728 * gdb.reverse/i387-stack-reverse.exp
1729 * gdb.reverse/insn-reverse.exp
1730 * gdb.reverse/machinestate-precsave.exp
1731 * gdb.reverse/machinestate.exp
1732 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1733 * gdb.reverse/pipe-reverse.exp
1734 * gdb.reverse/readv-reverse.exp
1735 * gdb.reverse/recvmsg-reverse.exp
1736 * gdb.reverse/rerun-prec.exp
1737 * gdb.reverse/s390-mvcle.exp
1738 * gdb.reverse/step-precsave.exp
1739 * gdb.reverse/step-reverse.exp
1740 * gdb.reverse/time-reverse.exp
1741 * gdb.reverse/until-precsave.exp
1742 * gdb.reverse/until-reverse.exp
1743 * gdb.reverse/waitpid-reverse.exp
1744 * gdb.reverse/watch-precsave.exp
1745 * gdb.reverse/watch-reverse.exp
1746 * gdb.rust/generics.exp
1747 * gdb.rust/methods.exp
1748 * gdb.rust/modules.exp
1749 * gdb.rust/simple.exp
1750 * gdb.server/connect-with-no-symbol-file.exp
1751 * gdb.server/ext-attach.exp
1752 * gdb.server/ext-restart.exp
1753 * gdb.server/ext-wrapper.exp
1754 * gdb.server/file-transfer.exp
1755 * gdb.server/server-exec-info.exp
1756 * gdb.server/server-kill.exp
1757 * gdb.server/server-mon.exp
1758 * gdb.server/wrapper.exp
1759 * gdb.stabs/exclfwd.exp
1760 * gdb.stabs/gdb11479.exp
1761 * gdb.threads/clone-new-thread-event.exp
1762 * gdb.threads/corethreads.exp
1763 * gdb.threads/current-lwp-dead.exp
1764 * gdb.threads/dlopen-libpthread.exp
1765 * gdb.threads/gcore-thread.exp
1766 * gdb.threads/sigstep-threads.exp
1767 * gdb.threads/watchpoint-fork.exp
1768 * gdb.trace/actions-changed.exp
1769 * gdb.trace/backtrace.exp
1770 * gdb.trace/change-loc.exp
1771 * gdb.trace/circ.exp
1772 * gdb.trace/collection.exp
1773 * gdb.trace/disconnected-tracing.exp
1774 * gdb.trace/ftrace.exp
1775 * gdb.trace/mi-trace-frame-collected.exp
1776 * gdb.trace/mi-trace-unavailable.exp
1777 * gdb.trace/mi-traceframe-changed.exp
1778 * gdb.trace/mi-tsv-changed.exp
1779 * gdb.trace/no-attach-trace.exp
1780 * gdb.trace/passc-dyn.exp
1781 * gdb.trace/qtro.exp
1782 * gdb.trace/range-stepping.exp
1783 * gdb.trace/read-memory.exp
1784 * gdb.trace/save-trace.exp
1785 * gdb.trace/signal.exp
1786 * gdb.trace/status-stop.exp
1787 * gdb.trace/tfile.exp
1788 * gdb.trace/trace-break.exp
1789 * gdb.trace/trace-buffer-size.exp
1790 * gdb.trace/trace-condition.exp
1791 * gdb.trace/tracefile-pseudo-reg.exp
1792 * gdb.trace/tstatus.exp
1793 * gdb.trace/unavailable.exp
1794 * gdb.trace/while-dyn.exp
1795 * gdb.trace/while-stepping.exp
1796
34c41c68
DE
17972016-12-22 Doug Evans <xdje42@gmail.com>
1798
1799 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1800 and msymbols.
1801
16e69324
YQ
18022016-12-19 Yao Qi <yao.qi@linaro.org>
1803
1804 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1805 (test_with_self): Don't call do_steps_and_nexts, and remove
1806 code about stepping into xmalloc.
1807
f94f411b
YQ
18082016-12-09 Yao Qi <yao.qi@linaro.org>
1809
1810 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1811
18122016-12-09 Yao Qi <yao.qi@linaro.org>
1813
1814 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1815
f1b5deee
PA
18162016-12-09 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.base/all-architectures-0.exp: New file.
1819 * gdb.base/all-architectures-1.exp: New file.
1820 * gdb.base/all-architectures-2.exp: New file.
1821 * gdb.base/all-architectures-3.exp: New file.
1822 * gdb.base/all-architectures-4.exp: New file.
1823 * gdb.base/all-architectures-5.exp: New file.
1824 * gdb.base/all-architectures-6.exp: New file.
1825 * gdb.base/all-architectures-7.exp: New file.
1826 * gdb.base/all-architectures.exp.in: New file.
1827
364ca42e
YQ
18282016-12-09 Yao Qi <yao.qi@linaro.org>
1829
1830 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1831
107c2d62
LM
18322016-12-02 Luis Machado <lgustavo@codesourcery.com>
1833
1834 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1835 possible.
1836 Remove useless pattern-matching code.
1837
df3ee9ca
PA
18382016-12-02 Pedro Alves <palves@redhat.com>
1839
1840 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1841 procedure.
1842 (top level): Call it.
1843
ec835369
PA
18442016-12-02 Pedro Alves <palves@redhat.com>
1845
1846 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1847 New procedure.
1848 (top level): Call it.
1849
01770bbd
PA
18502016-12-02 Pedro Alves <palves@redhat.com>
1851
1852 PR cli/20559
1853 * gdb.base/commands.exp (user_defined_command_args_eval): New
1854 procedure.
1855 (top level): Call it.
1856
008459ea
LM
18572016-12-02 Luis Machado <lgustavo@codesourcery.com>
1858
1859 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1860 timeout handling.
1861
0c1b455e
TT
18622016-12-02 Tom Tromey <tom@tromey.com>
1863
1864 * gdb.dwarf2/main-subprogram.c: New file.
1865 * gdb.dwarf2/main-subprogram.exp: New file.
1866
018572b8
LM
18672016-12-01 Luis Machado <lgustavo@codesourcery.com>
1868
1869 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1870 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1871 gdb_test_no_output for a couple of cases.
1872 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1873
84c93cd5
LM
18742016-12-01 Luis Machado <lgustavo@codesourcery.com>
1875
1876 Fix test names and standardize compilation error messages throughout
1877 the following files:
1878
1879 * gdb.ada/start.exp
1880 * gdb.arch/alpha-step.exp
1881 * gdb.arch/e500-prologue.exp
1882 * gdb.arch/ftrace-insn-reloc.exp
1883 * gdb.arch/gdb1291.exp
1884 * gdb.arch/gdb1431.exp
1885 * gdb.arch/gdb1558.exp
1886 * gdb.arch/i386-dr3-watch.exp
1887 * gdb.arch/i386-sse-stack-align.exp
1888 * gdb.arch/ia64-breakpoint-shadow.exp
1889 * gdb.arch/pa-nullify.exp
1890 * gdb.arch/powerpc-aix-prologue.exp
1891 * gdb.arch/thumb-bx-pc.exp
1892 * gdb.base/annota1.exp
1893 * gdb.base/annota3.exp
1894 * gdb.base/arrayidx.exp
1895 * gdb.base/assign.exp
1896 * gdb.base/attach.exp
1897 * gdb.base/auxv.exp
1898 * gdb.base/bang.exp
1899 * gdb.base/bfp-test.exp
1900 * gdb.base/bigcore.exp
1901 * gdb.base/bitfields2.exp
1902 * gdb.base/break-fun-addr.exp
1903 * gdb.base/break-probes.exp
1904 * gdb.base/call-rt-st.exp
1905 * gdb.base/callexit.exp
1906 * gdb.base/catch-fork-kill.exp
1907 * gdb.base/charset.exp
1908 * gdb.base/checkpoint.exp
1909 * gdb.base/comprdebug.exp
1910 * gdb.base/constvars.exp
1911 * gdb.base/coredump-filter.exp
1912 * gdb.base/cursal.exp
1913 * gdb.base/cvexpr.exp
1914 * gdb.base/detach.exp
1915 * gdb.base/display.exp
1916 * gdb.base/dmsym.exp
1917 * gdb.base/dprintf-pending.exp
1918 * gdb.base/dso2dso.exp
1919 * gdb.base/dtrace-probe.exp
1920 * gdb.base/dump.exp
1921 * gdb.base/enum_cond.exp
1922 * gdb.base/exe-lock.exp
1923 * gdb.base/exec-invalid-sysroot.exp
1924 * gdb.base/execl-update-breakpoints.exp
1925 * gdb.base/exprs.exp
1926 * gdb.base/fileio.exp
1927 * gdb.base/find.exp
1928 * gdb.base/finish.exp
1929 * gdb.base/fixsection.exp
1930 * gdb.base/foll-vfork.exp
1931 * gdb.base/frame-args.exp
1932 * gdb.base/gcore.exp
1933 * gdb.base/gdb1250.exp
1934 * gdb.base/global-var-nested-by-dso.exp
1935 * gdb.base/gnu-ifunc.exp
1936 * gdb.base/hashline1.exp
1937 * gdb.base/hashline2.exp
1938 * gdb.base/hashline3.exp
1939 * gdb.base/hbreak-in-shr-unsupported.exp
1940 * gdb.base/huge.exp
1941 * gdb.base/infcall-input.exp
1942 * gdb.base/info-fun.exp
1943 * gdb.base/info-shared.exp
1944 * gdb.base/jit-simple.exp
1945 * gdb.base/jit-so.exp
1946 * gdb.base/jit.exp
1947 * gdb.base/jump.exp
1948 * gdb.base/label.exp
1949 * gdb.base/lineinc.exp
1950 * gdb.base/logical.exp
1951 * gdb.base/longjmp.exp
1952 * gdb.base/macscp.exp
1953 * gdb.base/miscexprs.exp
1954 * gdb.base/new-ui-echo.exp
1955 * gdb.base/new-ui-pending-input.exp
1956 * gdb.base/new-ui.exp
1957 * gdb.base/nodebug.exp
1958 * gdb.base/nofield.exp
1959 * gdb.base/offsets.exp
1960 * gdb.base/overlays.exp
1961 * gdb.base/pending.exp
1962 * gdb.base/pointers.exp
1963 * gdb.base/pr11022.exp
1964 * gdb.base/printcmds.exp
1965 * gdb.base/prologue.exp
1966 * gdb.base/ptr-typedef.exp
1967 * gdb.base/realname-expand.exp
1968 * gdb.base/relativedebug.exp
1969 * gdb.base/relocate.exp
1970 * gdb.base/remote.exp
1971 * gdb.base/reread.exp
1972 * gdb.base/return2.exp
1973 * gdb.base/savedregs.exp
1974 * gdb.base/sep.exp
1975 * gdb.base/sepdebug.exp
1976 * gdb.base/sepsymtab.exp
1977 * gdb.base/set-inferior-tty.exp
1978 * gdb.base/setshow.exp
1979 * gdb.base/shlib-call.exp
1980 * gdb.base/sigaltstack.exp
1981 * gdb.base/siginfo-addr.exp
1982 * gdb.base/signals.exp
1983 * gdb.base/signull.exp
1984 * gdb.base/sigrepeat.exp
1985 * gdb.base/so-impl-ld.exp
1986 * gdb.base/solib-display.exp
1987 * gdb.base/solib-overlap.exp
1988 * gdb.base/solib-search.exp
1989 * gdb.base/solib-symbol.exp
1990 * gdb.base/structs.exp
1991 * gdb.base/structs2.exp
1992 * gdb.base/symtab-search-order.exp
1993 * gdb.base/twice.exp
1994 * gdb.base/unload.exp
1995 * gdb.base/varargs.exp
1996 * gdb.base/watchpoint-solib.exp
1997 * gdb.base/watchpoint.exp
1998 * gdb.base/whatis.exp
1999 * gdb.base/wrong_frame_bt_full.exp
2000 * gdb.btrace/dlopen.exp
2001 * gdb.cell/ea-standalone.exp
2002 * gdb.cell/ea-test.exp
2003 * gdb.cp/dispcxx.exp
2004 * gdb.cp/gdb2384.exp
2005 * gdb.cp/method2.exp
2006 * gdb.cp/nextoverthrow.exp
2007 * gdb.cp/pr10728.exp
2008 * gdb.disasm/am33.exp
2009 * gdb.disasm/h8300s.exp
2010 * gdb.disasm/mn10300.exp
2011 * gdb.disasm/sh3.exp
2012 * gdb.dwarf2/dw2-dir-file-name.exp
2013 * gdb.fortran/complex.exp
2014 * gdb.fortran/library-module.exp
2015 * gdb.guile/scm-pretty-print.exp
2016 * gdb.guile/scm-symbol.exp
2017 * gdb.guile/scm-type.exp
2018 * gdb.guile/scm-value.exp
2019 * gdb.linespec/linespec.exp
2020 * gdb.mi/gdb701.exp
2021 * gdb.mi/gdb792.exp
2022 * gdb.mi/mi-breakpoint-changed.exp
2023 * gdb.mi/mi-dprintf-pending.exp
2024 * gdb.mi/mi-dprintf.exp
2025 * gdb.mi/mi-exit-code.exp
2026 * gdb.mi/mi-pending.exp
2027 * gdb.mi/mi-solib.exp
2028 * gdb.mi/new-ui-mi-sync.exp
2029 * gdb.mi/pr11022.exp
2030 * gdb.mi/user-selected-context-sync.exp
2031 * gdb.opt/solib-intra-step.exp
2032 * gdb.python/py-events.exp
2033 * gdb.python/py-finish-breakpoint.exp
2034 * gdb.python/py-mi.exp
2035 * gdb.python/py-prettyprint.exp
2036 * gdb.python/py-shared.exp
2037 * gdb.python/py-symbol.exp
2038 * gdb.python/py-template.exp
2039 * gdb.python/py-type.exp
2040 * gdb.python/py-value.exp
2041 * gdb.reverse/solib-precsave.exp
2042 * gdb.reverse/solib-reverse.exp
2043 * gdb.server/solib-list.exp
2044 * gdb.stabs/weird.exp
2045 * gdb.threads/reconnect-signal.exp
2046 * gdb.threads/stepi-random-signal.exp
2047 * gdb.trace/actions.exp
2048 * gdb.trace/ax.exp
2049 * gdb.trace/backtrace.exp
2050 * gdb.trace/change-loc.exp
2051 * gdb.trace/deltrace.exp
2052 * gdb.trace/ftrace-lock.exp
2053 * gdb.trace/ftrace.exp
2054 * gdb.trace/infotrace.exp
2055 * gdb.trace/mi-tracepoint-changed.exp
2056 * gdb.trace/packetlen.exp
2057 * gdb.trace/passcount.exp
2058 * gdb.trace/pending.exp
2059 * gdb.trace/range-stepping.exp
2060 * gdb.trace/report.exp
2061 * gdb.trace/stap-trace.exp
2062 * gdb.trace/tfind.exp
2063 * gdb.trace/trace-break.exp
2064 * gdb.trace/trace-condition.exp
2065 * gdb.trace/trace-enable-disable.exp
2066 * gdb.trace/trace-mt.exp
2067 * gdb.trace/tracecmd.exp
2068 * gdb.trace/tspeed.exp
2069 * gdb.trace/tsv.exp
2070 * lib/perftest.exp
2071
fb9feb35
LM
20722016-12-01 Luis Machado <lgustavo@codesourcery.com>
2073
2074 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2075 with gdb_test_no_output.
2076 Use command as test name.
2077
cd2ddb6c
LM
20782016-12-01 Luis Machado <lgustavo@codesourcery.com>
2079
2080 Fix test names starting with uppercase throughout the files.
2081
2082 * gdb.ada/assign_1.exp
2083 * gdb.ada/boolean_expr.exp
2084 * gdb.base/arrayidx.exp
2085 * gdb.base/del.exp
2086 * gdb.base/gcore-buffer-overflow.exp
2087 * gdb.base/testenv.exp
2088 * gdb.compile/compile.exp
2089 * gdb.python/py-framefilter-invalidarg.exp
2090 * gdb.python/py-framefilter.exp
2091
bb95117e
LM
20922016-12-01 Luis Machado <lgustavo@codesourcery.com>
2093
2094 Fix test names starting with uppercase throughout the files.
2095
2096 * gdb.ada/array_return.exp
2097 * gdb.ada/expr_delims.exp
2098 * gdb.ada/mi_dyn_arr.exp
2099 * gdb.ada/mi_interface.exp
2100 * gdb.ada/mi_var_array.exp
2101 * gdb.ada/watch_arg.exp
2102 * gdb.arch/alpha-step.exp
2103 * gdb.arch/altivec-regs.exp
2104 * gdb.arch/e500-regs.exp
2105 * gdb.arch/powerpc-d128-regs.exp
2106 * gdb.base/arrayidx.exp
2107 * gdb.base/break.exp
2108 * gdb.base/checkpoint.exp
2109 * gdb.base/debug-expr.exp
2110 * gdb.base/dmsym.exp
2111 * gdb.base/radix.exp
2112 * gdb.base/sepdebug.exp
2113 * gdb.base/testenv.exp
2114 * gdb.base/watch_thread_num.exp
2115 * gdb.base/watchpoint-cond-gone.exp
2116 * gdb.cell/break.exp
2117 * gdb.cell/ea-cache.exp
2118 * gdb.compile/compile.exp
2119 * gdb.cp/gdb2495.exp
2120 * gdb.gdb/selftest.exp
2121 * gdb.gdb/xfullpath.exp
2122 * gdb.go/hello.exp
2123 * gdb.go/integers.exp
2124 * gdb.objc/basicclass.exp
2125 * gdb.pascal/hello.exp
2126 * gdb.pascal/integers.exp
2127 * gdb.python/py-breakpoint.exp
2128 * gdb.python/py-cmd.exp
2129 * gdb.python/py-linetable.exp
2130 * gdb.python/py-xmethods.exp
2131 * gdb.python/python.exp
2132 * gdb.reverse/consecutive-precsave.exp
2133 * gdb.reverse/finish-precsave.exp
2134 * gdb.reverse/i386-precsave.exp
2135 * gdb.reverse/machinestate-precsave.exp
2136 * gdb.reverse/sigall-precsave.exp
2137 * gdb.reverse/solib-precsave.exp
2138 * gdb.reverse/step-precsave.exp
2139 * gdb.reverse/until-precsave.exp
2140 * gdb.reverse/watch-precsave.exp
2141 * gdb.threads/leader-exit.exp
2142 * gdb.threads/pthreads.exp
2143 * gdb.threads/wp-replication.exp
2144 * gdb.trace/actions.exp
2145 * gdb.trace/mi-tsv-changed.exp
2146 * gdb.trace/tsv.exp
2147
de97fdd4
LM
21482016-12-01 Luis Machado <lgustavo@codesourcery.com>
2149
2150 Fix test names starting with uppercase throughout the files.
2151
2152 * gdb.arch/i386-bp_permanent.exp
2153 * gdb.arch/i386-gnu-cfi.exp
2154 * gdb.base/disasm-end-cu.exp
2155 * gdb.base/macscp.exp
2156 * gdb.base/pending.exp
2157 * gdb.base/watch_thread_num.exp
2158 * gdb.cp/exception.exp
2159 * gdb.cp/gdb2495.exp
2160 * gdb.cp/local.exp
2161 * gdb.python/py-evsignal.exp
2162 * gdb.python/python.exp
2163 * gdb.trace/tracecmd.exp
2164
9f058c10
LM
21652016-12-01 Luis Machado <lgustavo@codesourcery.com>
2166
2167 Fix test names starting with uppercase throughout the files.
2168
2169 * gdb.base/charset.exp
2170 * gdb.base/eval.exp
2171 * gdb.base/multi-forks.exp
2172 * gdb.guile/scm-progspace.exp
2173 * gdb.opencl/datatypes.exp
2174 * gdb.python/py-block.exp
2175 * gdb.python/py-function.exp
2176 * gdb.python/py-symbol.exp
2177 * gdb.python/py-symtab.exp
2178 * gdb.python/py-xmethods.exp
2179 * gdb.reverse/break-precsave.exp
2180 * gdb.reverse/break-reverse.exp
2181 * gdb.reverse/consecutive-precsave.exp
2182 * gdb.reverse/consecutive-reverse.exp
2183 * gdb.reverse/finish-precsave.exp
2184 * gdb.reverse/finish-reverse-bkpt.exp
2185 * gdb.reverse/finish-reverse.exp
2186 * gdb.reverse/fstatat-reverse.exp
2187 * gdb.reverse/getresuid-reverse.exp
2188 * gdb.reverse/i386-precsave.exp
2189 * gdb.reverse/i386-reverse.exp
2190 * gdb.reverse/i386-sse-reverse.exp
2191 * gdb.reverse/i387-stack-reverse.exp
2192 * gdb.reverse/insn-reverse.exp
2193 * gdb.reverse/machinestate-precsave.exp
2194 * gdb.reverse/machinestate.exp
2195 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2196 * gdb.reverse/pipe-reverse.exp
2197 * gdb.reverse/readv-reverse.exp
2198 * gdb.reverse/recvmsg-reverse.exp
2199 * gdb.reverse/rerun-prec.exp
2200 * gdb.reverse/s390-mvcle.exp
2201 * gdb.reverse/sigall-precsave.exp
2202 * gdb.reverse/sigall-reverse.exp
2203 * gdb.reverse/solib-precsave.exp
2204 * gdb.reverse/solib-reverse.exp
2205 * gdb.reverse/step-precsave.exp
2206 * gdb.reverse/step-reverse.exp
2207 * gdb.reverse/time-reverse.exp
2208 * gdb.reverse/until-precsave.exp
2209 * gdb.reverse/until-reverse.exp
2210 * gdb.reverse/waitpid-reverse.exp
2211 * gdb.reverse/watch-precsave.exp
2212 * gdb.reverse/watch-reverse.exp
2213
cdc7edd7
LM
22142016-12-01 Luis Machado <lgustavo@codesourcery.com>
2215
2216 Fix test names starting with uppercase throughout the files.
2217
2218 * gdb.arch/i386-mpx-simple_segv.exp
2219 * gdb.arch/i386-mpx.exp
2220 * gdb.arch/i386-permbkpt.exp
2221 * gdb.arch/pa-nullify.exp
2222 * gdb.arch/powerpc-d128-regs.exp
2223 * gdb.arch/vsx-regs.exp
2224 * gdb.base/bfp-test.exp
2225 * gdb.base/break.exp
2226 * gdb.base/breakpoint-shadow.exp
2227 * gdb.base/callfuncs.exp
2228 * gdb.base/charset.exp
2229 * gdb.base/commands.exp
2230 * gdb.base/completion.exp
2231 * gdb.base/dfp-test.exp
2232 * gdb.base/echo.exp
2233 * gdb.base/ending-run.exp
2234 * gdb.base/eval.exp
2235 * gdb.base/expand-psymtabs.exp
2236 * gdb.base/float128.exp
2237 * gdb.base/floatn.exp
2238 * gdb.base/foll-exec-mode.exp
2239 * gdb.base/gdb1056.exp
2240 * gdb.base/gdb11531.exp
2241 * gdb.base/kill-after-signal.exp
2242 * gdb.base/multi-forks.exp
2243 * gdb.base/overlays.exp
2244 * gdb.base/pending.exp
2245 * gdb.base/sepdebug.exp
2246 * gdb.base/testenv.exp
2247 * gdb.base/valgrind-db-attach.exp
2248 * gdb.base/watch_thread_num.exp
2249 * gdb.base/watchpoint-cond-gone.exp
2250 * gdb.base/watchpoint.exp
2251 * gdb.base/watchpoints.exp
2252 * gdb.cp/arg-reference.exp
2253 * gdb.cp/baseenum.exp
2254 * gdb.cp/operator.exp
2255 * gdb.cp/shadow.exp
2256 * gdb.dwarf2/dw2-op-out-param.exp
2257 * gdb.dwarf2/dw2-reg-undefined.exp
2258 * gdb.go/chan.exp
2259 * gdb.go/hello.exp
2260 * gdb.go/integers.exp
2261 * gdb.go/methods.exp
2262 * gdb.go/package.exp
2263 * gdb.guile/scm-parameter.exp
2264 * gdb.guile/scm-progspace.exp
2265 * gdb.guile/scm-value.exp
2266 * gdb.mi/mi-pending.exp
2267 * gdb.mi/user-selected-context-sync.exp
2268 * gdb.multi/multi-attach.exp
2269 * gdb.multi/tids.exp
2270 * gdb.opt/clobbered-registers-O2.exp
2271 * gdb.pascal/floats.exp
2272 * gdb.pascal/integers.exp
2273 * gdb.python/py-block.exp
2274 * gdb.python/py-events.exp
2275 * gdb.python/py-parameter.exp
2276 * gdb.python/py-symbol.exp
2277 * gdb.python/py-symtab.exp
2278 * gdb.python/py-type.exp
2279 * gdb.python/py-value.exp
2280 * gdb.python/py-xmethods.exp
2281 * gdb.python/python.exp
2282 * gdb.reverse/break-precsave.exp
2283 * gdb.reverse/consecutive-precsave.exp
2284 * gdb.reverse/finish-precsave.exp
2285 * gdb.reverse/i386-precsave.exp
2286 * gdb.reverse/machinestate-precsave.exp
2287 * gdb.reverse/sigall-precsave.exp
2288 * gdb.reverse/solib-precsave.exp
2289 * gdb.reverse/step-precsave.exp
2290 * gdb.reverse/until-precsave.exp
2291 * gdb.reverse/watch-precsave.exp
2292 * gdb.server/ext-attach.exp
2293 * gdb.server/ext-restart.exp
2294 * gdb.server/ext-run.exp
2295 * gdb.server/ext-wrapper.exp
2296 * gdb.stabs/gdb11479.exp
2297 * gdb.stabs/weird.exp
2298 * gdb.threads/attach-many-short-lived-threads.exp
2299 * gdb.threads/kill.exp
2300 * gdb.threads/watchpoint-fork.exp
2301
bc6c7af4
LM
23022016-12-01 Luis Machado <lgustavo@codesourcery.com>
2303
2304 Fix test names starting with uppercase throughout all the files below.
2305
2306 * gdb.ada/array_return.exp
2307 * gdb.ada/catch_ex.exp
2308 * gdb.ada/info_exc.exp
2309 * gdb.ada/mi_catch_ex.exp
2310 * gdb.ada/mi_dyn_arr.exp
2311 * gdb.ada/mi_ex_cond.exp
2312 * gdb.ada/mi_exc_info.exp
2313 * gdb.ada/mi_interface.exp
2314 * gdb.ada/mi_task_arg.exp
2315 * gdb.ada/mi_task_info.exp
2316 * gdb.ada/mi_var_array.exp
2317 * gdb.arch/alpha-step.exp
2318 * gdb.arch/amd64-disp-step.exp
2319 * gdb.arch/arm-disp-step.exp
2320 * gdb.arch/disp-step-insn-reloc.exp
2321 * gdb.arch/e500-prologue.exp
2322 * gdb.arch/ftrace-insn-reloc.exp
2323 * gdb.arch/gdb1558.exp
2324 * gdb.arch/i386-bp_permanent.exp
2325 * gdb.arch/i386-disp-step.exp
2326 * gdb.arch/i386-float.exp
2327 * gdb.arch/i386-gnu-cfi.exp
2328 * gdb.arch/ia64-breakpoint-shadow.exp
2329 * gdb.arch/mips16-thunks.exp
2330 * gdb.arch/pa-nullify.exp
2331 * gdb.arch/powerpc-aix-prologue.exp
2332 * gdb.arch/powerpc-power.exp
2333 * gdb.arch/ppc-dfp.exp
2334 * gdb.arch/s390-tdbregs.exp
2335 * gdb.arch/spu-info.exp
2336 * gdb.arch/spu-ls.exp
2337 * gdb.arch/thumb-bx-pc.exp
2338 * gdb.base/advance.exp
2339 * gdb.base/annota-input-while-running.exp
2340 * gdb.base/arrayidx.exp
2341 * gdb.base/asmlabel.exp
2342 * gdb.base/async.exp
2343 * gdb.base/attach-wait-input.exp
2344 * gdb.base/auto-connect-native-target.exp
2345 * gdb.base/batch-preserve-term-settings.exp
2346 * gdb.base/bfp-test.exp
2347 * gdb.base/bigcore.exp
2348 * gdb.base/bp-permanent.exp
2349 * gdb.base/break-always.exp
2350 * gdb.base/break-fun-addr.exp
2351 * gdb.base/break-idempotent.exp
2352 * gdb.base/break-main-file-remove-fail.exp
2353 * gdb.base/break-probes.exp
2354 * gdb.base/break-unload-file.exp
2355 * gdb.base/break.exp
2356 * gdb.base/call-ar-st.exp
2357 * gdb.base/call-rt-st.exp
2358 * gdb.base/call-sc.exp
2359 * gdb.base/call-signal-resume.exp
2360 * gdb.base/call-strs.exp
2361 * gdb.base/callexit.exp
2362 * gdb.base/callfuncs.exp
2363 * gdb.base/catch-gdb-caused-signals.exp
2364 * gdb.base/catch-signal-siginfo-cond.exp
2365 * gdb.base/catch-syscall.exp
2366 * gdb.base/compare-sections.exp
2367 * gdb.base/cond-eval-mode.exp
2368 * gdb.base/condbreak-call-false.exp
2369 * gdb.base/consecutive-step-over.exp
2370 * gdb.base/cursal.exp
2371 * gdb.base/disabled-location.exp
2372 * gdb.base/disasm-end-cu.exp
2373 * gdb.base/display.exp
2374 * gdb.base/double-prompt-target-event-error.exp
2375 * gdb.base/dprintf-bp-same-addr.exp
2376 * gdb.base/dprintf-detach.exp
2377 * gdb.base/dprintf-next.exp
2378 * gdb.base/dprintf-non-stop.exp
2379 * gdb.base/dprintf-pending.exp
2380 * gdb.base/dso2dso.exp
2381 * gdb.base/ending-run.exp
2382 * gdb.base/enum_cond.exp
2383 * gdb.base/examine-backward.exp
2384 * gdb.base/exe-lock.exp
2385 * gdb.base/exec-invalid-sysroot.exp
2386 * gdb.base/execl-update-breakpoints.exp
2387 * gdb.base/execution-termios.exp
2388 * gdb.base/fileio.exp
2389 * gdb.base/fixsection.exp
2390 * gdb.base/foll-exec-mode.exp
2391 * gdb.base/foll-exec.exp
2392 * gdb.base/fork-running-state.exp
2393 * gdb.base/frame-args.exp
2394 * gdb.base/fullpath-expand.exp
2395 * gdb.base/func-ptr.exp
2396 * gdb.base/gcore-relro-pie.exp
2397 * gdb.base/gdb1090.exp
2398 * gdb.base/gdb1555.exp
2399 * gdb.base/global-var-nested-by-dso.exp
2400 * gdb.base/gnu-ifunc.exp
2401 * gdb.base/hbreak-in-shr-unsupported.exp
2402 * gdb.base/hbreak-unmapped.exp
2403 * gdb.base/hook-stop.exp
2404 * gdb.base/infcall-input.exp
2405 * gdb.base/info-fun.exp
2406 * gdb.base/info-shared.exp
2407 * gdb.base/interrupt-noterm.exp
2408 * gdb.base/jit-so.exp
2409 * gdb.base/jit.exp
2410 * gdb.base/line-symtabs.exp
2411 * gdb.base/list.exp
2412 * gdb.base/longjmp.exp
2413 * gdb.base/macscp.exp
2414 * gdb.base/max-value-size.exp
2415 * gdb.base/nodebug.exp
2416 * gdb.base/nofield.exp
2417 * gdb.base/overlays.exp
2418 * gdb.base/paginate-after-ctrl-c-running.exp
2419 * gdb.base/paginate-bg-execution.exp
2420 * gdb.base/paginate-inferior-exit.exp
2421 * gdb.base/pending.exp
2422 * gdb.base/pr11022.exp
2423 * gdb.base/printcmds.exp
2424 * gdb.base/ptr-typedef.exp
2425 * gdb.base/ptype.exp
2426 * gdb.base/randomize.exp
2427 * gdb.base/range-stepping.exp
2428 * gdb.base/realname-expand.exp
2429 * gdb.base/relativedebug.exp
2430 * gdb.base/remote.exp
2431 * gdb.base/savedregs.exp
2432 * gdb.base/sepdebug.exp
2433 * gdb.base/set-noassign.exp
2434 * gdb.base/shlib-call.exp
2435 * gdb.base/shreloc.exp
2436 * gdb.base/sigaltstack.exp
2437 * gdb.base/sigbpt.exp
2438 * gdb.base/siginfo-addr.exp
2439 * gdb.base/siginfo-obj.exp
2440 * gdb.base/siginfo-thread.exp
2441 * gdb.base/signest.exp
2442 * gdb.base/signull.exp
2443 * gdb.base/sigrepeat.exp
2444 * gdb.base/skip.exp
2445 * gdb.base/so-impl-ld.exp
2446 * gdb.base/solib-corrupted.exp
2447 * gdb.base/solib-disc.exp
2448 * gdb.base/solib-display.exp
2449 * gdb.base/solib-overlap.exp
2450 * gdb.base/solib-search.exp
2451 * gdb.base/solib-symbol.exp
2452 * gdb.base/source-execution.exp
2453 * gdb.base/sss-bp-on-user-bp-2.exp
2454 * gdb.base/sss-bp-on-user-bp.exp
2455 * gdb.base/stack-checking.exp
2456 * gdb.base/stale-infcall.exp
2457 * gdb.base/step-break.exp
2458 * gdb.base/step-line.exp
2459 * gdb.base/step-over-exit.exp
2460 * gdb.base/step-test.exp
2461 * gdb.base/structs.exp
2462 * gdb.base/sym-file.exp
2463 * gdb.base/symtab-search-order.exp
2464 * gdb.base/term.exp
2465 * gdb.base/type-opaque.exp
2466 * gdb.base/unload.exp
2467 * gdb.base/until-nodebug.exp
2468 * gdb.base/until.exp
2469 * gdb.base/unwindonsignal.exp
2470 * gdb.base/watch-cond.exp
2471 * gdb.base/watch-non-mem.exp
2472 * gdb.base/watch_thread_num.exp
2473 * gdb.base/watchpoint-reuse-slot.exp
2474 * gdb.base/watchpoint-solib.exp
2475 * gdb.base/watchpoint.exp
2476 * gdb.btrace/dlopen.exp
2477 * gdb.cell/arch.exp
2478 * gdb.cell/break.exp
2479 * gdb.cell/bt.exp
2480 * gdb.cell/core.exp
2481 * gdb.cell/data.exp
2482 * gdb.cell/dwarfaddr.exp
2483 * gdb.cell/ea-cache.exp
2484 * gdb.cell/ea-standalone.exp
2485 * gdb.cell/ea-test.exp
2486 * gdb.cell/f-regs.exp
2487 * gdb.cell/fork.exp
2488 * gdb.cell/gcore.exp
2489 * gdb.cell/mem-access.exp
2490 * gdb.cell/ptype.exp
2491 * gdb.cell/registers.exp
2492 * gdb.cell/sizeof.exp
2493 * gdb.cell/solib-symbol.exp
2494 * gdb.cell/solib.exp
2495 * gdb.compile/compile-tls.exp
2496 * gdb.cp/exception.exp
2497 * gdb.cp/gdb2495.exp
2498 * gdb.cp/local.exp
2499 * gdb.cp/mb-inline.exp
2500 * gdb.cp/mb-templates.exp
2501 * gdb.cp/pr10687.exp
2502 * gdb.cp/pr9167.exp
2503 * gdb.cp/scope-err.exp
2504 * gdb.cp/templates.exp
2505 * gdb.cp/virtfunc.exp
2506 * gdb.dwarf2/dw2-dir-file-name.exp
2507 * gdb.dwarf2/dw2-single-line-discriminators.exp
2508 * gdb.fortran/complex.exp
2509 * gdb.fortran/library-module.exp
2510 * gdb.guile/guile.exp
2511 * gdb.guile/scm-cmd.exp
2512 * gdb.guile/scm-frame-inline.exp
2513 * gdb.guile/scm-objfile.exp
2514 * gdb.guile/scm-pretty-print.exp
2515 * gdb.guile/scm-symbol.exp
2516 * gdb.guile/scm-type.exp
2517 * gdb.guile/scm-value.exp
2518 * gdb.linespec/keywords.exp
2519 * gdb.linespec/ls-errs.exp
2520 * gdb.linespec/macro-relative.exp
2521 * gdb.linespec/thread.exp
2522 * gdb.mi/mi-breakpoint-changed.exp
2523 * gdb.mi/mi-dprintf-pending.exp
2524 * gdb.mi/mi-fullname-deleted.exp
2525 * gdb.mi/mi-logging.exp
2526 * gdb.mi/mi-pending.exp
2527 * gdb.mi/mi-solib.exp
2528 * gdb.mi/new-ui-mi-sync.exp
2529 * gdb.mi/user-selected-context-sync.exp
2530 * gdb.multi/dummy-frame-restore.exp
2531 * gdb.multi/multi-arch-exec.exp
2532 * gdb.multi/remove-inferiors.exp
2533 * gdb.multi/watchpoint-multi-exit.exp
2534 * gdb.opt/solib-intra-step.exp
2535 * gdb.perf/backtrace.exp
2536 * gdb.perf/single-step.exp
2537 * gdb.perf/skip-command.exp
2538 * gdb.perf/skip-prologue.exp
2539 * gdb.perf/solib.exp
2540 * gdb.python/lib-types.exp
2541 * gdb.python/py-as-string.exp
2542 * gdb.python/py-bad-printers.exp
2543 * gdb.python/py-block.exp
2544 * gdb.python/py-breakpoint.exp
2545 * gdb.python/py-cmd.exp
2546 * gdb.python/py-events.exp
2547 * gdb.python/py-evthreads.exp
2548 * gdb.python/py-finish-breakpoint.exp
2549 * gdb.python/py-finish-breakpoint2.exp
2550 * gdb.python/py-frame-inline.exp
2551 * gdb.python/py-frame.exp
2552 * gdb.python/py-inferior.exp
2553 * gdb.python/py-infthread.exp
2554 * gdb.python/py-mi.exp
2555 * gdb.python/py-objfile.exp
2556 * gdb.python/py-pp-maint.exp
2557 * gdb.python/py-pp-registration.exp
2558 * gdb.python/py-prettyprint.exp
2559 * gdb.python/py-recurse-unwind.exp
2560 * gdb.python/py-shared.exp
2561 * gdb.python/py-symbol.exp
2562 * gdb.python/py-symtab.exp
2563 * gdb.python/py-template.exp
2564 * gdb.python/py-type.exp
2565 * gdb.python/py-unwind-maint.exp
2566 * gdb.python/py-unwind.exp
2567 * gdb.python/py-value.exp
2568 * gdb.python/python.exp
2569 * gdb.reverse/finish-reverse-bkpt.exp
2570 * gdb.reverse/insn-reverse.exp
2571 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2572 * gdb.reverse/solib-precsave.exp
2573 * gdb.reverse/solib-reverse.exp
2574 * gdb.stabs/gdb11479.exp
2575 * gdb.stabs/weird.exp
2576 * gdb.threads/fork-child-threads.exp
2577 * gdb.threads/fork-plus-threads.exp
2578 * gdb.threads/fork-thread-pending.exp
2579 * gdb.threads/forking-threads-plus-breakpoint.exp
2580 * gdb.threads/hand-call-in-threads.exp
2581 * gdb.threads/interrupted-hand-call.exp
2582 * gdb.threads/linux-dp.exp
2583 * gdb.threads/local-watch-wrong-thread.exp
2584 * gdb.threads/next-while-other-thread-longjmps.exp
2585 * gdb.threads/non-ldr-exit.exp
2586 * gdb.threads/pending-step.exp
2587 * gdb.threads/print-threads.exp
2588 * gdb.threads/process-dies-while-detaching.exp
2589 * gdb.threads/process-dies-while-handling-bp.exp
2590 * gdb.threads/pthreads.exp
2591 * gdb.threads/queue-signal.exp
2592 * gdb.threads/reconnect-signal.exp
2593 * gdb.threads/signal-command-handle-nopass.exp
2594 * gdb.threads/signal-command-multiple-signals-pending.exp
2595 * gdb.threads/signal-delivered-right-thread.exp
2596 * gdb.threads/signal-sigtrap.exp
2597 * gdb.threads/sigthread.exp
2598 * gdb.threads/staticthreads.exp
2599 * gdb.threads/stepi-random-signal.exp
2600 * gdb.threads/thread-unwindonsignal.exp
2601 * gdb.threads/thread_check.exp
2602 * gdb.threads/thread_events.exp
2603 * gdb.threads/tid-reuse.exp
2604 * gdb.threads/tls-nodebug.exp
2605 * gdb.threads/tls-shared.exp
2606 * gdb.threads/tls-so_extern.exp
2607 * gdb.threads/tls.exp
2608 * gdb.threads/wp-replication.exp
2609 * gdb.trace/actions-changed.exp
2610 * gdb.trace/actions.exp
2611 * gdb.trace/backtrace.exp
2612 * gdb.trace/change-loc.exp
2613 * gdb.trace/collection.exp
2614 * gdb.trace/deltrace.exp
2615 * gdb.trace/disconnected-tracing.exp
2616 * gdb.trace/entry-values.exp
2617 * gdb.trace/ftrace-lock.exp
2618 * gdb.trace/ftrace.exp
2619 * gdb.trace/infotrace.exp
2620 * gdb.trace/mi-trace-frame-collected.exp
2621 * gdb.trace/mi-trace-unavailable.exp
2622 * gdb.trace/mi-traceframe-changed.exp
2623 * gdb.trace/mi-tracepoint-changed.exp
2624 * gdb.trace/mi-tsv-changed.exp
2625 * gdb.trace/no-attach-trace.exp
2626 * gdb.trace/packetlen.exp
2627 * gdb.trace/passc-dyn.exp
2628 * gdb.trace/passcount.exp
2629 * gdb.trace/pending.exp
2630 * gdb.trace/pr16508.exp
2631 * gdb.trace/qtro.exp
2632 * gdb.trace/range-stepping.exp
2633 * gdb.trace/read-memory.exp
2634 * gdb.trace/report.exp
2635 * gdb.trace/save-trace.exp
2636 * gdb.trace/signal.exp
2637 * gdb.trace/stap-trace.exp
2638 * gdb.trace/status-stop.exp
2639 * gdb.trace/strace.exp
2640 * gdb.trace/tfile.exp
2641 * gdb.trace/tfind.exp
2642 * gdb.trace/trace-break.exp
2643 * gdb.trace/trace-condition.exp
2644 * gdb.trace/trace-enable-disable.exp
2645 * gdb.trace/trace-mt.exp
2646 * gdb.trace/tracecmd.exp
2647 * gdb.trace/tracefile-pseudo-reg.exp
2648 * gdb.trace/tspeed.exp
2649 * gdb.trace/tstatus.exp
2650 * gdb.trace/tsv.exp
2651 * gdb.trace/unavailable.exp
2652 * gdb.trace/while-dyn.exp
2653 * gdb.trace/while-stepping.exp
2654 * lib/gdb-guile.exp
2655 * lib/gdb.exp
2656 * lib/mi-support.exp
2657 * lib/pascal.exp
2658 * lib/perftest.exp
2659 * lib/prelink-support.exp
2660 * lib/selftest-support.exp
2661
ad02e4fe
SM
26622016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2663
2664 * Makefile.in: Include disable-implicit-rules.mk.
2665
22347e55
AA
26662016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2667
2668 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2669 non-byte-aligned bit fields.
2670
da5b30da
AA
26712016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2672
2673 PR gdb/12616
2674 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2675 respects the DW_AT_data_bit_offset attribute.
2676
b593ecca
SM
26772016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2678
2679 * gdb.base/default.exp: Fix output of "set language".
2680
3b165252
SM
26812016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2682
2683 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2684 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2685 make.
2686 * configure.ac: Remove checks for the make program.
2687 * configure: Re-generate.
2688
1a2f3d7f
KB
26892016-11-16 Kevin Buettner <kevinb@redhat.com>
2690
2691 * gdb.python/py-recurse-unwind.c (main): Add loop.
2692 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2693 to read_register() and gdb.parse_and_eval(). Make each code
2694 call a separate case that can be individually tested.
2695 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2696 proc. Call cont_and_backtrace for each of the code paths that
2697 we want to test in the unwinder.
2698
b7f38fda
AA
26992016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2700
2701 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2702 the definition of struct S.
2703
1f8db343
CM
27042016-11-11 Catherine Moore <clm@codesourcery.com>
2705
2706 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2707
fad0c9fb
PA
27082016-11-09 Pedro Alves <palves@redhat.com>
2709
2710 * gdb.base/commands.exp (runto_or_return): New procedure.
2711 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2712 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2713 (progvar_simple_while_test, progvar_complex_if_while_test)
2714 (if_while_breakpoint_command_test)
2715 (infrun_breakpoint_command_test, breakpoint_command_test)
2716 (user_defined_command_test, watchpoint_command_test)
2717 (test_command_prompt_position, redefine_hook_test)
2718 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2719 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2720 multi_line_input and multi_line. Remove gdb_expect and
2721 gdb_stop_suppressing_tests uses.
2722 * lib/gdb.exp (valnum_re): New global.
2723 (multi_line_input): New procedure.
2724
8354c62c
SM
27252016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2726
2727 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2728 Remove.
2729 (test_setup): Define with proc_with_prefix.
2730 (test_cli_inferior): Likewise.
2731 (test_cli_thread): Likewise.
2732 (test_cli_frame): Likewise.
2733 (test_cli_select_frame): Likewise.
2734 (test_cli_up_down): Likewise.
2735 (test_mi_thread_select): Likewise.
2736 (test_mi_stack_select_frame): Likewise.
2737 (test_cli_in_mi_inferior): Likewise.
2738 (test_cli_in_mi_thread): Likewise.
2739 (test_cli_in_mi_frame): Likewise.
2740 (top level): Do not use with_test_prefix_procname.
2741
64f367a2
PA
27422016-11-09 Pedro Alves <palves@redhat.com>
2743
2744 * gdb.base/commands.exp (gdbvar_simple_if_test)
2745 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2746 (progvar_simple_if_test, progvar_simple_while_test)
2747 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2748 (infrun_breakpoint_command_test, breakpoint_command_test)
2749 (user_defined_command_test, watchpoint_command_test)
2750 (test_command_prompt_position, deprecated_command_test)
2751 (bp_deleted_in_command, temporary_breakpoint_commands)
2752 (stray_arg0_test, source_file_with_indented_comment)
2753 (recursive_source_test, if_commands_test)
2754 (error_clears_commands_left, redefine_hook_test)
2755 (redefine_backtrace_test): Use proc_with_prefix.
2756 * lib/gdb.exp (proc_with_prefix): New proc.
2757
0bb65f1e
AA
27582016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2759
2760 * gdb.base/tui-layout.c: New file.
2761 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2762 disassembly window contains very long lines.
2763
7353f247
TT
27642016-11-08 Tom Tromey <tom@tromey.com>
2765
2766 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2767 depend on Python 2.
2768
30a7bb83
TT
27692016-11-08 Tom Tromey <tom@tromey.com>
2770
2771 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2772 New method.
2773
cdf5a07c
MG
27742016-10-29 Manish Goregaokar <manish@mozilla.com>
2775
2806dc7e 2776 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2777
51a789c3
MG
27782016-10-27 Manish Goregaokar <manish@mozilla.com>
2779
2806dc7e
PA
2780 * gdb.rust/simple.rs: Add test for univariant enums without
2781 discriminants and for encoded struct-like enums.
51a789c3 2782
f610ab6d
PA
27832016-10-28 Pedro Alves <palves@redhat.com>
2784
2785 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2786 gdb_test_multiple, tighten regexps and match symtabs and line
2787 tables incrementally.
2788
b129b0ca
LM
27892016-10-28 Luis Machado <lgustavo@codesourcery.com>
2790
2791 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2792 general.
2793
ecf45d2c
SL
27942016-10-25 Luis Machado <lgustavo@codesourcery.com>
2795
2796 * gdb.base/exec-invalid-sysroot.exp: New file.
2797
b8d38ee4
JK
27982016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2799
2800 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2801
f90fd8c2
JK
28022016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2805
2d2476aa
MR
28062016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2807
2806dc7e
PA
2808 * gdb.base/killed-outside.exp: Remove $options from a call to
2809 `prepare_for_testing'.
2d2476aa 2810
e42b25a0
SM
28112016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2812
2813 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2814 Change test message.
2815
3ccdb432
SM
28162016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2817
2818 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2819 Update comment.
2820
5bad3170
SM
28212016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2822
2823 * gdb.trace/mi-trace-save.exp: New file.
2824
5ad9dba7
YQ
28252016-10-13 Yao Qi <yao.qi@linaro.org>
2826
2827 * gdb.base/code_elim.exp (get_var_address): Remove.
2828 * gdb.base/relocate.exp: Likewise.
2829 * gdb.base/shreloc.exp: Likewise.
2830 * lib/gdb.exp (get_var_address): New.
2831
62df7e21
YQ
28322016-10-13 Yao Qi <yao.qi@linaro.org>
2833
2834 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2835 floating point tests if $skip_float_test is false.
2836
4dac951e
LM
28372016-10-12 Luis Machado <lgustavo@codesourcery.com>
2838
2839 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2840 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2841 argc values.
2842 Add 1 to argc so we guarantee distinct initial/modified argc values.
2843
8f1a8fc4
JK
28442016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2845
2846 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2847
16c85b5d
JK
28482016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2849
2850 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2851 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2852 * gdb.arch/vsx-regs.exp: Likewise.
2853
1d0e042a
YQ
28542016-10-07 Yao Qi <yao.qi@linaro.org>
2855
2856 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2857
68dadef5
MM
28582016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2859
2860 * gdb.python/python.exp: Test decode_line("*0").
2861
33fa2c6e
DE
28622016-10-06 Doug Evans <dje@google.com>
2863
2864 * gdb.python/py-value.exp (test_value_creation): Add test for large
2865 unsigned 64-bit value.
2866
9c37b5ae
TT
28672016-10-06 Tom Tromey <tom@tromey.com>
2868
2869 * gdb.compile/compile.exp: Change java tests to rust.
2870 * gdb.base/setshow.exp: Change java tests to rust.
2871 * gdb.base/default.exp: Remove java from language list.
2872 * README (Examples): Update language example.
2873 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2874 test.
2875 * lib/gdb.exp (skip_java_tests): Remove.
2876 * lib/java.exp: Remove.
2877 * gdb.java: Remove.
2878
78b86327
MR
28792016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2880
2881 * gdb.arch/mips-fcr.exp: New test.
2882 * gdb.arch/mips-fcr.c: Source for the new test.
2883
7470adbb
MR
28842016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2885
2886 * gdb.base/solib-disc.exp: Use `standard_output_file'
2887 throughout.
2888
4a556533
PA
28892016-10-06 Pedro Alves <palves@redhat.com>
2890
2891 * gdb.base/jit-simple-dl.c: New file.
2892 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2893 * gdb.base/jit-simple.c: ... this.
2894 * gdb.base/jit-simple.exp (jit_run): Delete.
2895 (build_jit): New proc.
2896 (jit_test_reread): Recompile either the main program or the shared
2897 library, depending on what is being tested. Skip changing address
2898 if caller wants to. Compare before/after addresses. If testing
2899 standalone, explicitly load the binary. Test "maint info
2900 breakpoints".
2901 (top level): Add "standalone vs shared lib" and "change address"
2902 vs "same address" axes.
2903
5a122fbc
PA
29042016-10-06 Pedro Alves <palves@redhat.com>
2905
2906 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2907 call.
2908 (jit_run): Delete.
2909 (jit_test_reread): Use with_test_prefix. Reload the main binary
2910 explicitly. Compare the before/after addresses of the JIT
2911 descriptor.
2912
ee8da4b8
DE
29132016-08-15 Doug Evans <dje@google.com>
2914
2915 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2916 for single bitfields is bool.
2917 * gdb.xml/tdesc-regs.exp: Ditto.
2918
f389f6fe
JK
29192016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2920
2921 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2922
fdebf1a4
YQ
29232016-10-05 Yao Qi <yao.qi@linaro.org>
2924
2925 * lib/gdb.exp (support_complex_tests): Return zero if
2926 gdb_skip_float_test return true.
2927
9c36d954 29282016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2929 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2930
2931 PR gdb/20487
2932 * gdb.mi/user-selected-context-sync.exp: New file.
2933 * gdb.mi/user-selected-context-sync.c: New file.
2934
4034d0ff 29352016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2936 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2937
2938 PR gdb/20487
2939 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2940 =thread-select-event check.
2941
a4297203
PB
29422016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2943
2944 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2945 the compulsory L operand changes.
2946 * gdb.arch/powerpc-power.s: Likewise.
2947
bb805577
JK
29482016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2949
2950 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2951 * gdb.base/jit-attach-pie.c: New file.
2952 * gdb.base/jit-attach-pie.exp: New file.
2953
6d61dee5
PA
29542016-09-28 Pedro Alves <palves@redhat.com>
2955
2956 * gdb.base/infcall-input.c: New file.
2957 * gdb.base/infcall-input.exp: New file.
2958
f73842fc
YQ
29592016-09-22 Yao Qi <yao.qi@linaro.org>
2960
2961 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2962 (gdb_exit): Rename it to ...
2963 (gdbserver_gdb_exit): ... Close GDBserver.
2964 (gdb_exit): New proc, call gdbserver_gdb_exit.
2965 (mi_gdb_exit): Likewise.
2966
90681dab
YQ
29672016-09-22 Yao Qi <yao.qi@linaro.org>
2968
2969 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2970 path.
2971 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2972 Remove duplication.
2973
9c211fd8
YQ
29742016-09-22 Yao Qi <yao.qi@linaro.org>
2975
2976 * lib/gdbserver-support.exp: Check the existence of
2977 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2978
ad0a504f
AK
29792016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2980
2981 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2982
36cf1806
TT
29832016-09-21 Tom Tromey <tom@tromey.com>
2984
2985 PR gdb/20604:
2986 * gdb.base/quit.exp: New file.
2987
74172ecf
SM
29882016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2989
2990 * .gitignore: New file.
2991
3d0ec882
MR
29922016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2993
2994 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2995 throughout.
2996
8193adea
AA
29972016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2998
2999 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3000
d41a5c09
JK
30012016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.cp/casts.cc (decltype): Move it ...
3004 (main): ... with its call to ...
3005 * gdb.cp/casts03.cc: ... a new file.
3006 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3007
d2dfe700
JK
30082016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3009
3010 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3011
e2a92b16
PB
30122016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3013
3014 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3015 and sync up the test with tests in gas/testsuite/gas/ppc.
3016 * gdb.arch/powerpc-power.exp: Likewise.
3017
49b4de64
JK
30182016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3021
2c29df25
SDJ
30222016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3023 Jan Kratochvil <jan.kratochvil@redhat.com>
3024
3025 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3026 make m1's definition to be different from m2's. Use 'dummy' as an
3027 argument for probe 'two'.
3028
cc3c2846
JB
30292016-09-10 Jon Beniston <jon@beniston.com>
3030
3031 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3032 for sim target.
3033
e1b2624a
AA
30342016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3035
3036 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3037 variable declaration.
3038 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3039 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3040 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3041 received HWCAP as its argument.
3042
4295e285
PA
30432016-09-06 Pedro Alves <palves@redhat.com>
3044
3045 * gdb.base/new-ui-pending-input.c: New file.
3046 * gdb.base/new-ui-pending-input.exp: New file.
3047 * gdb.exp (clear_gdb_spawn_id): New procedure.
3048 (with_spawn_id): Check whether gdb_spawn_id exists before
3049 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3050 on exit.
3051
00d5215e
UW
30522016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3053
3054 * gdb.base/float128.c: New file.
3055 * gdb.base/float128.exp: Likewise.
3056 * gdb.base/floatn.c: Likewise.
3057 * gdb.base/floatn.exp: Likewise.
3058
a9ff5f12
UW
30592016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3060
3061 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3062
f245535c
PA
30632016-09-05 Pedro Alves <palves@redhat.com>
3064
3065 PR backtrace/19927
3066 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3067 unwinders are immediately called as side effect of "source" or
3068 "disable unwinder" commands.
3069 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3070
ae9cf263
YQ
30712016-09-02 Yao Qi <yao.qi@linaro.org>
3072
3073 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3074 is true and $type is "float" or "double".
3075
27aba047
YQ
30762016-09-02 Yao Qi <yao.qi@linaro.org>
3077
3078 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3079 true.
3080 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3081 * gdb.base/call-rt-st.exp: Likewise.
3082 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3083 return value instead of gdb,skip_float_test.
3084 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3085 (do_function_calls): Use its return value instead of
3086 gdb,skip_float_test.
3087 * gdb.base/finish.exp: Likewise.
3088 * gdb.base/funcargs.exp: Likewise.
3089 * gdb.base/return.exp: Likewise.
3090 * gdb.base/return2.exp: Likewise.
3091 * gdb.base/varargs.exp: Likewise.
3092 * lib/gdb.exp (gdb_skip_float_test): Change it to
3093 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3094
5af962df
AA
30952016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3096
3097 * gdb.multi/tids.exp: Test "thread apply all".
3098
7fac6910
JK
30992016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3100
3101 * gdb.base/default.exp (tty): Remove.
3102
bb1fe4ac
KB
31032016-08-24 Kevin Buettner <kevinb@redhat.com>
3104
2806dc7e
PA
3105 * gdb.python/py-recurse-unwind.c: New file.
3106 * gdb.python/py-recurse-unwind.py: New file.
3107 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 3108
0a1ddfa6
SM
31092016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3110
3111 * gdb.base/set-inferior-tty.exp: New file.
3112 * gdb.base/set-inferior-tty.c: New file.
3113
d9de1fe3
PA
31142016-08-23 Pedro Alves <palves@redhat.com>
3115
3116 PR gdb/20494
3117 * gdb.base/new-ui-echo.c: New file.
3118 * gdb.base/new-ui-echo.exp: New file.
3119
e9d9abd7
YQ
31202016-08-23 Yao Qi <yao.qi@linaro.org>
3121
3122 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3123 gdbserver_spawn.
3124 * gdb.server/connect-without-multi-process.exp (do_test):
3125 Likewise.
3126
3589529e
YQ
31272016-08-23 Yao Qi <yao.qi@linaro.org>
3128
3129 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3130 standalone_txt. Delete gdb_txt and standalone_txt on host
3131 and target. Spawn the binary on target. Copy files from
3132 target to host.
3133
6bb90213
PA
31342016-08-22 Pedro Alves <palves@redhat.com>
3135
3136 PR gdb/20505
3137 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3138 with_test_prefix. Factor out bits to ...
3139 (test_no_vdso): ... this new procedure.
3140
20c2c024
CL
31412016-08-19 Carl Love <cel@us.ibm.com>
3142
3143 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3144 maintaining separate logic for constructing the output path.
3145 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3146 * gdb.arch/ppc-dfp.exp: Likewise.
3147 * gdb.arch/ppc-fp.exp: Likewise.
3148 * gdb.arch/vsx-regs.exp: Likewise.
3149 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3150 binprefix for generating the additional binary files.
3151
0646e07d
PA
31522016-08-19 Pedro Alves <palves@redhat.com>
3153
3154 * gdb.trace/mi-trace-frame-collected.exp
3155 (test_trace_frame_collected): On x32, expect two registers.
3156
46da9242
CL
31572016-08-18 Carl Love <cel@us.ibm.com>
3158
3159 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3160 and sync up the test with tests in gas/testsuite/gas/ppc.
3161 * gdb.arch/powerpc-power.exp: Likewise.
3162
eb2332d7
SM
31632016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3164
3165 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3166 expected error message.
3167
63c61e04
SM
31682016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3169
3170 * gdb.multi/remove-inferiors.exp: New file.
3171 * gdb.multi/remove-inferiors.c: New file.
3172
7b17065f
YQ
31732016-08-12 Yao Qi <yao.qi@linaro.org>
3174
3175 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3176 argument list.
3177
01d3dedf
PA
31782016-08-10 Pedro Alves <palves@redhat.com>
3179
3180 PR gdb/19187
3181 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3182 setup_kfails.
3183
3eb7562a
PA
31842016-08-09 Pedro Alves <palves@redhat.com>
3185 Simon Marchi <simon.marchi@ericsson.com>
3186
3187 PR gdb/20418
3188 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3189 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3190
80614914
PA
31912016-08-09 Pedro Alves <palves@redhat.com>
3192
3193 PR mi/20431
3194 * gdb.mi/mi-cmd-error.exp: New file.
3195
f348d89a
PA
31962016-08-09 Pedro Alves <palves@redhat.com>
3197
3198 PR gdb/18653
3199 * gdb.base/signals-state-child.c: New file.
3200 * gdb.base/signals-state-child.exp: New file.
3201 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3202
e5ca03b4
PA
32032016-08-09 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3206
282a0691
TT
32072016-08-03 Tom Tromey <tom@tromey.com>
3208
3209 PR python/18565:
3210 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3211
41bfcd63
YQ
32122016-08-01 Yao Qi <yao.qi@linaro.org>
3213
3214 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3215 variable mode to "multi-process" if $multi_process is 1, otherwise
3216 set it to "single-process".
3217
e3465b24
YQ
32182016-08-01 Yao Qi <yao.qi@linaro.org>
3219
3220 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3221 * gdb.cp/cpexprs.exp: Likewise.
3222 * gdb.cp/m-static.exp: Likewise.
3223
0b31a4bc
TT
32242016-07-26 Tom Tromey <tom@tromey.com>
3225
3226 PR python/20190:
3227 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3228 test.
3229
e0461dbb
MM
32302016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3231
3232 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3233 selecting assembly source files.
3234 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3235 assembly source files.
3236 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3237 assembly source files.
3238 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3239 selecting assembly source files.
3240
8194e927
SM
32412016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3242
3243 * gdb.base/new-ui.exp (do_test_invalid_args): New
3244 procedure.
3245
c0272db5
TW
32462016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3247
3248 * gdb.btrace/reconnect.c: New file.
3249 * gdb.btrace/reconnect.exp: New file.
3250
e3487908
GKB
32512016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3252
3253 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3254 to test_catch_syscall_group.
3255 (test_catch_syscall_group): New.
3256
12df5c00
TT
32572016-07-21 Tom Tromey <tom@tromey.com>
3258
3259 * gdb.rust/simple.rs (main): Use empty struct expression.
3260 * gdb.rust/simple.exp: Add tests for empty struct expression.
3261
bae62ee2
YQ
32622016-07-21 Yao Qi <yao.qi@linaro.org>
3263
3264 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3265 if gdb_skip_xml_test is true on some targets.
3266
b1b53fb3
YQ
32672016-07-21 Yao Qi <yao.qi@linaro.org>
3268
3269 * gdb.server/solib-list.exp: Unset last_loaded_file.
3270
027d97f8
JK
32712016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3272
3273 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3274 "step into captured_main (args)".
3275
7674d381
JK
32762016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3277
3278 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3279
72b5d099
JK
32802016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3281
3282 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3283
1f960ced
PA
32842016-07-19 Pedro Alves <palves@redhat.com>
3285
3286 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3287 * gdb.opt/inline-bt.exp: Likewise.
3288 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3289 additional_flags=-Winline.
3290 * gdb.opt/inline-locals.exp: Likewise.
3291 * gdb.opt/inline-markers.c (ATTR): Define.
3292 (inlined_fn): Use it.
3293
f25827c1
YQ
32942016-07-19 Yao Qi <yao.qi@linaro.org>
3295
3296 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3297 (test_with_self): Remove some code. Remove argument executable.
3298 (top-level): Use do_self_tests.
3299
37539ebe
DB
33002016-07-15 Zachary Welch <zwelch@codesourcery.com>
3301 Don Breazeal <donb@codesourcery.com>
3302
3303 * gdb.base/maint.exp: Escape paths used in regular expressions.
3304 * gdb.stabs/weird.exp: Likewise.
3305
dac790e1
TT
33062016-07-13 Tom Tromey <tom@tromey.com>
3307
3308 PR python/15620, PR python/18620:
3309 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3310 (test_bkpt_events): New procs.
3311
93daf339
TT
33122016-07-13 Tom Tromey <tom@tromey.com>
3313
3314 PR python/17698:
3315 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3316 test.
3317 (test_watchpoints): Likewise.
3318 (test_bkpt_pending): New proc.
3319
6571a381
TT
33202016-07-13 Tom Tromey <tom@tromey.com>
3321
3322 PR cli/18053:
3323 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3324 completion test.
3325
e8732474
JK
33262016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3327
3328 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3329 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3330 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3331 f_label.
3332 (g): Rename g_end_lbl to g_label.
3333 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3334 low_pc and high_pc.
3335 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3336
e0f3fd7c
TT
33372016-07-12 Tom Tromey <tom@tromey.com>
3338
3339 PR python/19293:
3340 * gdb.python/py-unwind-maint.exp: Update tests.
3341
3cfe46b6
YQ
33422016-07-12 Yao Qi <yao.qi@linaro.org>
3343
3344 * lib/selftest-support.exp (selftest_setup): Match the output
3345 when captured_main is inlined.
3346
4f19a0e6
WT
33472016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3348
3349 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3350 New variables.
3351 (print this%a, print this%b, print this): New tests.
3352 * gdb.fortran/derived-types.f90 (this): New object and
3353 initialization.
3354
986cf455
SM
33552016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3356
3357 * gdb.ada/arraydim.exp: Remove extra directory level in build
3358 directory.
3359
f0464b23
SM
33602016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3361
3362 * lib/ada.exp: Remove extra directory level in build directory.
3363 * gdb.ada/cond_lang.exp: Likewise.
3364 * gdb.ada/exec_changed.exp: Likewise.
3365 * gdb.ada/lang_switch.exp: Likewise.
3366
42d94011
MG
33672016-07-06 Manish Goregaokar <manish@mozilla.com>
3368
2806dc7e
PA
3369 * simple.rs: Add test for raw pointer subscripting.
3370 * simple.exp: Add test expectations.
42d94011 3371
647c264c
YQ
33722016-07-05 Yao Qi <yao.qi@linaro.org>
3373
3374 * gdb.mi/mi-reverse.exp: Match =record-started output.
3375
20aa2c60
PA
33762016-07-01 Pedro Alves <palves@redhat.com>
3377
3378 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3379 procedure.
3380 (jit_reader_test): Test the jit reader's unwinder.
3381 * gdb.base/jithost.c (jit_function_00_code): New global.
3382 (main): Use memcpy to fill in the mmapped code, instead of poking
3383 bytes manually here.
3384 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3385 value.
3386 (read_debug_info): Save the function's range.
3387 (read_sp): New function.
3388 (unwind_frame): Use it. Also unwind RBP.
3389 (get_frame_id): Use read_sp.
3390 (gdb_init_reader): Use calloc instead of malloc.
3391 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3392 parameter. Use gdb_test_multiple.
3393
ced2dffb
PA
33942016-07-01 Pedro Alves <palves@redhat.com>
3395 Antoine Tremblay <antoine.tremblay@ericsson.com>
3396
3397 * gdb.threads/process-dies-while-detaching.c: New file.
3398 * gdb.threads/process-dies-while-detaching.exp: New file.
3399
63000888
PA
34002016-07-01 Pedro Alves <palves@redhat.com>
3401
3402 * gdb.multi/watchpoint-multi-exit.c: New file.
3403 * gdb.multi/watchpoint-multi-exit.exp: New file.
3404
038d4868
PA
34052016-06-30 Pedro Alves <palves@redhat.com>
3406
3407 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3408 unset inferior_spawn_id.
3409
994e9c83
PA
34102016-06-30 Pedro Alves <palves@redhat.com>
3411
3412 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3413 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3414
e5653468
YQ
34152016-06-29 Yao Qi <yao.qi@linaro.org>
3416
3417 * gdb.base/return.c: Add copyright header.
3418
803b47e5
TT
34192016-06-29 Tom Tromey <tom@tromey.com>
3420
3421 PR python/20129:
3422 * gdb.python/py-framefilter.exp: Add tests for setting priority
3423 and disabling of non-existent frame filter.
3424
28244707
YQ
34252016-06-29 Yao Qi <yao.qi@linaro.org>
3426
3427 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3428 0x0f07ff.
3429
a31d2f06
YQ
34302016-06-28 Yao Qi <yao.qi@linaro.org>
3431
3432 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3433 triplets. Start gdb, execute catch syscall, and continue. Check
3434 gdb's output to determine catch syscall is supported.
3435
921d8f54
MG
34362016-06-27 Manish Goregaokar <manish@mozilla.com>
3437
25d49b86
PA
3438 * gdb.rust/simple.rs: Add test for returning unit in a function.
3439 * gdb.rust/simple.exp: Add expectation for functions returning
3440 unit.
921d8f54 3441
f4952523
PMR
34422016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3443
3444 * gdb.python/py-breakpoint-create-fail.c,
3445 gdb.python/py-breakpoint-create-fail.exp,
3446 gdb.python/py-breakpoint-create-fail.py: New testcase.
3447
fccb08f8
MG
34482016-06-25 Manish Goregaokar <manish@mozilla.com>
3449
3450 PR gdb/20239
3451 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3452 * gdb.rust/simple.exp: Add test expectations for new NonZero
3453 tests.
fccb08f8 3454
6b850546
DT
34552016-06-24 David Taylor <dtaylor@emc.com>
3456
3457 * gdb.base/offsets.exp: New file.
3458 * gdb.base/offsets.c: New file.
3459
17621150
TT
34602016-06-23 Tom Tromey <tom@tromey.com>
3461
3462 PR gdb/16483:
3463 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3464 before any filters are loaded.
3465
04d59df6
WT
34662016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3467
3468 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3469 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3470 structs.
3471 * gdb.fortran/derived-type-function.exp: New file.
3472 * gdb.fortran/derived-type-function.f90: New file.
3473
3474
ac69f786
PA
34752016-06-21 Pedro Alves <palves@redhat.com>
3476
3477 * gdb.base/new-ui.exp: New file.
3478 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3479 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3480 (with_spawn_id): New procedure.
3481
49940788
PA
34822016-06-21 Pedro Alves <palves@redhat.com>
3483
3484 * gdb.mi/mi-exec-run.exp: New file.
3485
ef274d26
PA
34862016-06-21 Pedro Alves <palves@redhat.com>
3487
3488 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3489 breakpoint command's output on the main UI.
3490 (test_break): New procedure, factored out from calls in the top
3491 level.
3492 (top level): Use foreach_with_prefix to test MI as main UI and as
3493 separate UI.
3494
468afe6c
PA
34952016-06-21 Pedro Alves <palves@redhat.com>
3496
3497 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3498 (test_awatch_creation_and_listing)
3499 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3500 Remove 'type' parameter.
3501 (test_watchpoint_all): New parameter mi_mode. Remove
3502 with_test_prefix.
3503 (top level): Use foreach_with_prefix, and add main/separate UI MI
3504 testing axis.
3505
51f77c37
PA
35062016-06-21 Pedro Alves <palves@redhat.com>
3507
3508 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3509 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3510 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3511 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3512 (gdb_main_spawn_id, mi_spawn_id): Declare and
3513 comment.
3514 (mi_create_inferior_pty): New procedure,
3515 factored out from default_mi_gdb_start.
3516 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3517 procedures.
3518 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3519 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3520 Use mi_create_inferior_pty.
3521 (mi_gdb_start): Use eval to pass down args list.
3522
8980e177
PA
35232016-06-21 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3526 * gdb.opt/inline-cmds.exp: Add MI tests.
3527
f38d3ad1
PA
35282016-06-21 Pedro Alves <palves@redhat.com>
3529
3530 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3531
45db7c09
PA
35322016-06-21 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3535 (top level): Use it instead of mi_execute_to.
3536
5a069ab3
PA
35372016-06-21 Pedro Alves <palves@redhat.com>
3538
3539 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3540 (cont_handler_str): New.
3541 (signal_stop_handler): Set stop_handler_str instead of printing to
3542 stdout.
3543 (continue_handler): Set cont_handler_str instead of printing to
3544 stdout.
3545 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3546 mi_send_resuming_command. Print stop_handler_str and
3547 cont_handler_str instead of expecting the python events print
3548 directly.
3549
2838cc1d
SD
35502016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3551
3552 * gdb.base/jit-reader.exp: New file.
3553 * gdb.base/jithost.c: New file.
3554 * gdb.base/jithost.h: New file.
3555 * gdb.base/jitreader.c : New file.
3556 * gdb.base/jit-protocol.h: New file.
3557
21a77091
YQ
35582016-06-17 Yao Qi <yao.qi@linaro.org>
3559
3560 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3561 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3562 and detach-on-fork. Adjust tests.
3563 (top level): Invoke break_cond_on_syscall with combinations of
3564 syscall, follow-fork-mode and detach-on-fork.
3565
f50bf8e5
YQ
35662016-06-17 Yao Qi <yao.qi@linaro.org>
3567
3568 * gdb.base/step-over-exit.c: New.
3569 * gdb.base/step-over-exit.exp: New.
3570
a28d8e50
YTL
35712016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3572
3573 * gdb.base/float.exp: Add target check for nds32*-*-*.
3574 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3575
cad8e26d
AB
35762016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3577
3578 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3579 for unsupported target features.
3580 * gdb.base/call-rt-st.exp: Likewise.
3581 * gdb.base/call-sc.exp: Likewise.
3582 * gdb.base/call-signal-resume.exp: Likewise.
3583 * gdb.base/call-strs.exp: Likewise.
3584 * gdb.base/callexit.exp: Likewise.
3585 * gdb.base/callfuncs.exp: Likewise.
3586 * gdb.base/nodebug.exp: Likewise.
3587 * gdb.base/printcmds.exp: Likewise.
3588 * gdb.base/ptype.exp: Likewise.
3589 * gdb.base/structs.exp: Likewise.
3590 * gdb.base/unwindonsignal.exp: Likewise.
3591 * gdb.cp/gdb2495.exp: Likewise.
3592 * gdb.cp/templates.exp: Likewise.
3593 * gdb.cp/virtfunc.exp: Likewise.
3594 * gdb.threads/hand-call-in-threads.exp: Likewise.
3595 * gdb.threads/interrupted-hand-call.exp: Likewise.
3596 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3597
347dc102
TT
35982016-06-10 Tom Tromey <tom@tromey.com>
3599
3600 PR rust/20110:
3601 * gdb.rust/expr.exp: Add test for integer constant larger than
3602 i32.
3603
5e13cf25
BH
36042016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3605
3606 * gdb.fortran/nested-funcs.exp: New.
3607 * gdb.fortran/nested-funcs.f90: New.
3608
bb556f1f
TK
36092016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3610
3611 * gdb.base/examine-backward.c: New file.
3612 * gdb.base/examine-backward.exp: New file.
3613
38b022b4
SM
36142016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3615
3616 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3617 matching.
3618
1b40ec05
TT
36192016-06-02 Tom Tromey <tom@tromey.com>
3620
3621 PR python/18984:
3622 * gdb.python/py-shared.exp: Add solib_name test.
3623
193bd378
SM
36242016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3625
3626 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3627
3326303b
MG
36282016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3629
3630 PR c++/19893
3631 * gdb.dwarf2/implref.exp: Rename to...
3632 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3633 * gdb.dwarf2/implref-array.c: New file.
3634 * gdb.dwarf2/implref-array.exp: Likewise.
3635 * gdb.dwarf2/implref-global.c: Likewise.
3636 * gdb.dwarf2/implref-global.exp: Likewise.
3637 * gdb.dwarf2/implref-struct.c: Likewise.
3638 * gdb.dwarf2/implref-struct.exp: Likewise.
3639
825c8ef2
AT
36402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3641
3642 * gdb.trace/trace-condition.exp: Add 64bit tests.
3643
2320162a
AT
36442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3645
3646 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3647 bits types.
3648 (main): Adapt to 8 to 64 bits types.
3649 * gdb.trace/trace-condition.exp: Add new tests.
3650
a7818233
AT
36512016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3652
3653 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3654
0d336466
AT
36552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3656
3657 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3658 Move condition tests...
3659 * gdb.trace/trace-condition.exp: Here.
3660
7faeb45a
AT
36612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3662
3663 * gdb.trace/trace-condition.exp: Add counter-case tests.
3664
e385593e
JK
36652016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3666
3667 PR c++/15231
3668 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3669 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3670
744608cc
PA
36712016-05-27 Pedro Alves <palves@redhat.com>
3672
3673 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3674 New procedure.
3675 (top level): Call it, and bail out of DejaGnu is known to be bad.
3676
ac775bf4
AB
36772016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.base/whatis.c: Extend the test case.
3680 * gdb.base/whatis.exp: Add additional tests.
3681
2bbad2ea
BH
36822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3683
3684* gdb.fortran/type.f90: Add pointer variable.
3685* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3686
8b70175d
BH
36872016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3688
3689 * gdb.fortran/vla-type.exp: Fix testcase name.
3690
86d8a848
BH
36912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3692
3693 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3694
e188eb36
BH
36952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3696
3697 * gdb.fortran/type.f90: Add nested structures.
3698 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3699 * gdb.fortran/derived-type.exp: Adapt expected output.
3700 * gdb.fortran/vla-type.exp: Adapt expected output.
3701
9b2db1fd
BH
37022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3703
3704 * gdb.fortran/whatis_type.exp: Adapt expected output.
3705
72b17055
BH
37062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3707
3708 * gdb.fortran/print_type.exp: Fix expected output.
3709 * gdb.fortran/whatis_type.exp: Fix expected output.
3710
3cd81d8d
BH
37112016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3712
3713 * gdb.fortran/whatis_type.exp: Use multi_line.
3714
ddae9462
TT
37152016-05-24 Tom Tromey <tom@tromey.com>
3716
3717 PR python/17386:
3718 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3719 use value as an index.
3720
1957f6b8
TT
37212016-05-23 Tom Tromey <tom@tromey.com>
3722
3723 PR python/17981:
3724 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3725 no-breakpoint case.
3726
026a9174
PA
37272016-05-24 Pedro Alves <palves@redhat.com>
3728
3729 PR gdb/19828
3730 * gdb.threads/clone-attach-detach.c: New file.
3731 * gdb.threads/clone-attach-detach.exp: New file.
3732
e70a7231
FR
37332016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3734
3735 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3736
0f6ed0e0
TT
37372016-05-23 Tom Tromey <tom@tromey.com>
3738
3739 PR python/19438, PR python/18393:
3740 * gdb.python/py-progspace.exp: Add "dir" test.
3741 * gdb.python/py-objfile.exp: Add "dir" test.
3742
ffd19d61
YQ
37432016-05-23 Yao Qi <yao.qi@linaro.org>
3744
3745 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3746 * gdb.arch/thumb2-it.exp: Likewise.
3747
9e8f9b05
SM
37482016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3749
3750 * gdb.mi/mi-threads-interrupt.c: New file.
3751 * gdb.mi/mi-threads-interrupt.exp: New file.
3752
61c6156d
SM
37532016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3754
3755 PR gdb/18077
3756 * gdb.mi/mi-async-run.exp: New file.
3757 * gdb.mi/mi-async-run.c: New file.
3758
67218854
TT
37592016-05-17 Tom Tromey <tom@tromey.com>
3760 Manish Goregaokar <manishsmail@gmail.com>
3761
3762 * lib/rust-support.exp: New file.
3763 * lib/gdb.exp (skip_rust_tests): New proc.
3764 (build_executable_from_specs): Handle rust.
3765 * lib/future.exp (gdb_find_rustc): New proc.
3766 (gdb_default_target_compile): Handle rust.
3767 * gdb.rust/expr.exp: New file.
3768 * gdb.rust/generics.exp: New file.
3769 * gdb.rust/generics.rs: New file.
3770 * gdb.rust/methods.exp: New file.
3771 * gdb.rust/methods.rs: New file.
3772 * gdb.rust/modules.exp: New file.
3773 * gdb.rust/modules.rs: New file.
3774 * gdb.rust/simple.exp: New file.
3775 * gdb.rust/simple.rs: New file.
3776
c44af4eb
TT
37772016-05-17 Tom Tromey <tom@tromey.com>
3778
3779 * gdb.base/default.exp (set language): Add rust.
3780
dcd1f979
TT
37812016-05-17 Tom Tromey <tom@tromey.com>
3782
3783 * gdb.gdb/unittest.exp: New file.
3784
155b7f57
YQ
37852016-05-16 Yao Qi <yao.qi@linaro.org>
3786
3787 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3788 shell_prompt. Update shell_prompt_re.
3789
8ddd5a6c
DE
37902016-05-12 Doug Evans <dje@google.com>
3791
3792 PR symtab/19999
3793 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3794 $options when building executable.
3795 * gdb.dwarf2/fission-loclists-pie.S: New file.
3796 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3797
02e370d9
SM
37982016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3799
3800 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3801 of [is_remote target],
3802
8929ad8b
SM
38032016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3804
3805 * lib/gdb.exp (use_gdb_stub): New procedure.
3806
6c447423
DE
38072016-05-03 Yunlian Jiang <yunlian@google.com>
3808 Doug Evans <dje@google.com>
3809
3810 PR symtab/19914
3811 * gdb.dwarf2/dwp-sepdebug.c: New file.
3812 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3813
444e826c
SM
38142016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3815
3816 * gdb.base/detach.exp: Remove is_remote check.
3817
740feeaa
SM
38182016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3819
3820 * gdb.base/annota-input-while-running.exp: Don't check for
3821 [is_remote target]. Enable annotations after running to main.
3822 Remove unused "set test..." line.
3823
9080ac9d
SM
38242016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3825
3826 * gdb.trace/trace-enable-disable.exp: New file.
3827 * gdb.trace/trace-enable-disable.c: New file.
3828
952ebca5
SM
38292016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3830
3831 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3832 use it in info sharedlibrary test.
3833 * gdb.trace/ftrace-lock.exp: Likewise.
3834 * gdb.trace/ftrace.exp: Likewise.
3835 * gdb.trace/range-stepping.exp: Likewise.
3836 * gdb.trace/trace-break.exp: Likewise.
3837 * gdb.trace/trace-condition.exp: Likewise.
3838 * gdb.trace/trace-mt.exp: Likewise.
3839
d9019901
SM
38402016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3841
3842 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3843 (gdb_load_shlib): ... this.
3844 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3845 gdb_load_shlib.
3846 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3847 * gdb.base/ctxobj.exp: Likewise.
3848 * gdb.base/dprintf-pending.exp: Likewise.
3849 * gdb.base/dso2dso.exp: Likewise.
3850 * gdb.base/fixsection.exp: Likewise.
3851 * gdb.base/gcore-relro.exp: Likewise.
3852 * gdb.base/gdb1555.exp: Likewise.
3853 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3854 * gdb.base/gnu-ifunc.exp: Likewise.
3855 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3856 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3857 * gdb.base/pending.exp: Likewise.
3858 * gdb.base/print-file-var.exp: Likewise.
3859 * gdb.base/print-symbol-loading.exp: Likewise.
3860 * gdb.base/shlib-call.exp: Likewise.
3861 * gdb.base/shreloc.exp: Likewise.
3862 * gdb.base/so-impl-ld.exp: Likewise.
3863 * gdb.base/solib-disc.exp: Likewise.
3864 * gdb.base/solib-nodir.exp: Likewise.
3865 * gdb.base/solib-overlap.exp: Likewise.
3866 * gdb.base/solib-symbol.exp: Likewise.
3867 * gdb.base/solib-weak.exp (do_test): Likewise.
3868 * gdb.base/sym-file.exp: Likewise.
3869 * gdb.base/symtab-search-order.exp: Likewise.
3870 * gdb.base/type-opaque.exp: Likewise.
3871 * gdb.base/unload.exp: Likewise.
3872 * gdb.base/watchpoint-solib.exp: Likewise.
3873 * gdb.compile/compile.exp: Likewise.
3874 * gdb.cp/gdb2384.exp: Likewise.
3875 * gdb.cp/infcall-dlopen.exp: Likewise.
3876 * gdb.cp/re-set-overloaded.exp: Likewise.
3877 * gdb.fortran/library-module.exp: Likewise.
3878 * gdb.opt/solib-intra-step.exp: Likewise.
3879 * gdb.python/py-finish-breakpoint.exp: Likewise.
3880 * gdb.python/py-shared.exp: Likewise.
3881 * gdb.reverse/solib-precsave.exp: Likewise.
3882 * gdb.reverse/solib-reverse.exp: Likewise.
3883 * gdb.server/solib-list.exp: Likewise.
3884 * gdb.threads/dlopen-libpthread.exp: Likewise.
3885 * gdb.threads/tls-shared.exp: Likewise.
3886 * gdb.threads/tls-so_extern.exp: Likewise.
3887 * gdb.trace/change-loc.exp: Likewise.
3888 * gdb.trace/ftrace-lock.exp: Likewise.
3889 * gdb.trace/ftrace.exp: Likewise.
3890 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3891 * gdb.trace/pending.exp: Likewise.
3892 * gdb.trace/range-stepping.exp: Likewise.
3893 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3894 (strace_info_marker): Likewise.
3895 (strace_probe_marker): Likewise.
3896 (strace_trace_on_same_addr): Likewise.
3897 (strace_trace_on_diff_addr): Likewise.
3898 * gdb.trace/trace-break.exp: Likewise.
3899 * gdb.trace/trace-condition.exp: Likewise.
3900 * gdb.trace/trace-mt.exp: Likewise.
3901
fca4cfd9
SM
39022016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3903
3904 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3905 result of gdb_remote_download.
3906 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3907 * gdb.base/dso2dso.exp: Likewise.
3908 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3909 * gdb.base/print-file-var.exp: Likewise.
3910 * gdb.base/shlib-call.exp: Likewise.
3911 * gdb.base/shreloc.exp: Likewise.
3912 * gdb.base/solib-overlap.exp: Likewise.
3913 * gdb.base/solib-weak.exp (do_test): Likewise.
3914 * gdb.base/unload.exp: Likewise.
3915
11cf4ffb
YQ
39162016-04-27 Yao Qi <yao.qi@linaro.org>
3917
3918 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3919 exists.
3920
3e2e34f8
KB
39212016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3922
3923 * vla-type.exp: Print structure from toplevel.
3924
8f07e298
BH
39252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3926
3927 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3928 of dynamic types.
3929 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3930 of dynamic types.
3931
9920b434
BH
39322016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3933
3934 * gdb.fortran/vla-type.f90: New file.
3935 * gdb.fortran/vla-type.exp: New file.
3936
f3abeff5
YQ
39372016-04-25 Yao Qi <yao.qi@linaro.org>
3938
3939 * gdb.base/branch-to-self.c: New file.
3940 * gdb.base/branch-to-self.exp: New file.
3941
0a5d52f0
YQ
39422016-04-22 Yao Qi <yao.qi@linaro.org>
3943
3944 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3945 more after $hex.
3946
495346f6
YQ
39472016-04-22 Yao Qi <yao.qi@linaro.org>
3948
3949 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3950 * gdb.base/annota3.exp: Likewise.
3951
4a7e075c
YQ
39522016-04-22 Yao Qi <yao.qi@linaro.org>
3953
3954 * gdb.reverse/step-precsave.exp: Do one step and test program
3955 stops in "callee" and do multiple steps until program goes out
3956 of "callee".
3957 * gdb.reverse/step-reverse.exp: Likewise.
3958
5b061e98
YQ
39592016-04-22 Yao Qi <yao.qi@linaro.org>
3960
3961 * gdb.trace/signal.exp: Also pass if
3962 $tracepoint_hits($i) > $iterations.
3963
5c5dc57f
YQ
39642016-04-22 Yao Qi <yao.qi@linaro.org>
3965
3966 * gdb.trace/signal.c: New file.
3967 * gdb.trace/signal.exp: New file.
3968
a55411b9
DE
39692016-04-19 Doug Evans <xdje42@gmail.com>
3970
3971 * gdb.base/bad-file.exp: New file.
3972
a22df60a
MG
39732016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3974
3975 * gdb.dwarf2/implref.exp: New file.
3976
0c13f7e5
BH
39772016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3978
3979 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3980 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3981 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3982 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3983 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3984 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3985 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3986 * lib/fortran.exp (fortran_int4): New procedure.
3987 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3988 (fortran_logical4): Likewise.
3989
9b9b09e9
BH
39902016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3991
3992 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3993
a14d1f4d
BH
39942016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3995
3996 * lib/compiler.c: Add Intel specific preprocessor macros.
3997 * lib/compiler.cc: Likewise.
25d49b86 3998
7d49b1d0
LM
39992016-04-13 Luis Machado <lgustavo@codesourcery.com>
4000
4001 * gdb.server/connect-with-no-symbol-file.c: New file.
4002 * gdb.server/connect-with-no-symbol-file.exp: New file.
4003
8392fa22
SM
40042016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4005
4006 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4007
8c4c4aeb
SM
40082016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4009
4010 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4011 standard output directory.
4012
45e3745e
AT
40132016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4014
4015 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4016
e26b7e41
MM
40172016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4018
4019 * gdb.btrace/instruction_history.c (loop): Add declaration.
4020
8ce09462
AT
40212016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4022
4023 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4024
2e88a1ea
SM
40252016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4026
4027 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4028 parentheses to print.
4029 (continue_handler): Likewise.
4030
f48e22e3
SM
40312016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4032
4033 * gdb.server/solib-list.exp: Remove is_remote check.
4034 Pass shlib= to gdb_compile. Don't link shared library with
4035 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4036 Run binary filename through "readlink -f" on the target.
4037
096be756
PA
40382016-04-08 Pedro Alves <palves@redhat.com>
4039
4040 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4041 interpreter filename as argument to gdbserver_spawn.
4042 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4043 Return empty if $last_loaded_file does not exist.
4044
06500533
JK
40452016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4048 * gdb.base/jit-main.c: Use exit after usage.
4049
2d35e871
JK
40502016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4051
4052 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4053 GDBHISTSIZE prior to the tests.
4054 * gdb.base/gdbinit-history.exp: Likewise.
4055
40562016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
4057
4058 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4059 instead of build_executable. Use gdb_load_shlibs.
4060
c8064e7e
YQ
40612016-04-07 Yao Qi <yao.qi@linaro.org>
4062
4063 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4064 Execute "si" command.
4065
bde47561
YQ
40662016-04-07 Yao Qi <yao.qi@linaro.org>
4067
4068 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4069 number instead of the comments on some line.
4070
b16f8a3b
DB
40712016-04-06 Don Breazeal <donb@codesourcery.com>
4072
4073 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4074 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4075
c2f901df
SM
40762016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4077
4078 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4079 standard_output_file. Remove unused binfile variable.
4080
ac17fda0
CU
40812016-04-05 Catalin Udma <catalin.udma@freescale.com>
4082
4083 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4084 * gdb.python/py-mi-objfile.exp: Match "list main" output
4085 in console format.
4086
03a8c4df
SM
40872016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4088
4089 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4090 absolute.
4091
6e774b13
SM
40922016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4093
4094 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4095 absolute.
4096 * gdb.trace/ftrace.exp: Likewise.
4097 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4098 targets as well.
4099 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4100 (gdb_load_shlibs): Copy libraries to test directory when testing
4101 natively. Only set solib-search-path if testing remotely.
4102 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4103
7817ea46
SM
41042016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4105
4106 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4107 gdb_download. Use it even if the target is not remote.
4108 * gdb.base/jit.exp (compile_jit_test): Likewise.
4109 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4110 output directory if the destination board is local, otherwise use
4111 the standard remote_download from DejaGnu.
4112 (gdb_download): Remove.
4113 (gdb_load_shlibs): Use gdb_remote_download instead of
4114 gdb_download.
4115 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4116 Use gdb_remote_download instead of gdb_download. Use it even if
4117 the target is not remote.
4118 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4119 instead of gdb_download.
4120
7beb7f68
SM
41212016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4122
4123 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4124 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4125 run.
4126
cc63428a
AV
41272016-04-01 Artemiy Volkov <artemiyv@acm.org>
4128
4129 PR gdb/19820
4130 * gdb.base/printcmds.exp: Add artificial arrays tests.
4131
64cdf930
PA
41322016-03-31 Pedro Alves <palves@redhat.com>
4133
4134 PR gdb/19858
4135 * gdb.base/jit-main.c: Include unistd.h.
4136 (ATTACH): Define to 0 if not already defined.
4137 (wait_for_gdb, mypid): New globals.
4138 (WAIT_FOR_GDB): New macro.
4139 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4140 some breakpoint locations.
4141 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4142 New procedures.
4143 (one_jit_test): Add REATTACH parameter, and handle it. Use
4144 continue_to_test_location.
4145 (top level): Test attach, and adjusts calls to one_jit_test.
4146
40dea8cb
PA
41472016-03-31 Pedro Alves <palves@redhat.com>
4148
4149 PR gdb/19858
4150 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4151 BINSUFFIX parameter, and handle it.
4152 (top level): Adjust calls compile_jit_test.
4153
e7ea3ec7
CU
41542016-03-31 Catalin Udma <catalin.udma@freescale.com>
4155
4156 PR python/19743
4157 * gdb.python/py-mi-events-gdb.py: New file.
4158 * gdb.python/py-mi-events.c: New file.
4159 * gdb.python/py-mi-events.exp: New file.
4160
e6359af3
YQ
41612016-03-30 Yao Qi <yao.qi@linaro.org>
4162
4163 * gdb.reverse/until-precsave.exp: Match function name only.
4164 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4165 Move malloc to a condition block.
4166 * gdb.reverse/until-reverse.exp: Match function name only.
4167
a4105d04
MK
41682016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4169
4170 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4171 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4172 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4173 variable for GPR 0 instead of assuming it is register 0.
4174 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4175 * lib/trace-support.exp: Add s390 registers.
4176
bfa6adb9
YQ
41772016-03-29 Yao Qi <yao.qi@linaro.org>
4178
4179 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4180
1e6697ea
YQ
41812016-03-24 Yao Qi <yao.qi@linaro.org>
4182
4183 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4184 test message.
4185
64bcd522
AA
41862016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4187
4188 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4189 maintaining separate logic for constructing the output path.
4190
7868401b
DB
41912016-03-16 Don Breazeal <donb@codesourcery.com>
4192
4193 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4194 Retry fork and waitpid on interrupted system call errors.
4195 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4196 Use with_timeout_factor to increase timeout by factor of 10.
4197
1cafadb4
DB
41982016-03-15 Don Breazeal <donb@codesourcery.com>
4199
4200 * gdb.cp/scope-err.cc: New test program.
4201 * gdb.cp/scope-err.exp: New test script.
4202 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4203 lines and "set breakpoint here" comment.
4204 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4205 Fixed some whitespace and format issues.
4206 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4207 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4208
81516450
DE
42092016-03-15 Doug Evans <dje@google.com>
4210
4211 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4212 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4213 All callers updated. Add tests for enums, mixed flags register.
4214
aa52b601
DE
42152016-03-15 Doug Evans <dje@google.com>
4216
4217 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4218 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4219
fa4ff313
SM
42202016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4221
4222 * gdb.base/default.exp: Add $_as_string to the list of expected
4223 convenience functions.
4224
f2403c39
AB
42252016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4228
f2f3ccb9
SM
42292016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4230
4231 * gdb.python/py-as-string.exp: New file.
4232 * gdb.python/py-as-string.c: New file.
4233
00dbd492
PA
42342016-03-09 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4237 signal" -> "Thread NN received signal" output change.
4238 * gdb.threads/ia64-sigill.exp: Likewise.
4239 * gdb.threads/linux-dp.exp: Likewise.
4240 * gdb.threads/manythreads.exp: Likewise.
4241 * gdb.threads/pending-step.exp: Likewise.
4242 * gdb.threads/print-threads.exp: Likewise.
4243 * gdb.threads/sigstep-threads.exp: Likewise.
4244 * gdb.threads/staticthreads.exp: Likewise.
4245 * gdb.threads/tls.exp: Likewise.
4246
1e6697ea
YQ
42472016-03-09 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.base/command-line-input.exp: New file.
4250
b04fd3be
MK
42512016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4252
4253 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4254 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4255 * gdb.trace/pending.exp: Accept leading dot before function name.
4256 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4257 * lib/trace-support.exp: Set registers for ppc.
4258
98fa59e9
MK
42592016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4260
4261 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4262 use it for disassembly; accept .main in addition to main in backtrace.
4263
f77198c8
MK
42642016-03-09 Wei-cheng Wang <cole945@gmail.com>
4265 Marcin Kościelnicki <koriakin@0x04.net>
4266
4267 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4268 (gdb_recursion_test_ptr): New global variable.
4269 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4270 gdb_recursion_test.
4271 (gdb_c_test): Ditto.
4272
ba84e0da
MK
42732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4274
4275 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4276 ordering.
4277
4366d36e
MK
42782016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4279
4280 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4281 (bar): Add bar_start_lbl label.
4282 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4283 of foo/bar for emitting DWARF and tracing.
4284
5eb264df
SDJ
42852016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4286
4287 * analyze-racy-logs.py: Set executable bit.
4288
fb6a751f
SDJ
42892016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4290
4291 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4292 (CHECK_TARGET_TMP): Likewise.
4293 (check-single-racy): New rule.
4294 (check-parallel-racy): Likewise.
4295 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4296 (do-check-parallel-racy): New rule.
4297 (check-racy/%.exp): Likewise.
4298 * README (Racy testcases): New section.
4299 * analyze-racy-logs.py: New file.
4300
bdf7e230
DE
43012016-03-03 Doug Evans <dje@google.com>
4302
4303 * gdb.base/skip.exp: Use with_test_prefix.
4304
4719d415
YQ
43052016-03-03 Yao Qi <yao.qi@linaro.org>
4306
4307 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4308 Invoke step_over_syscall "clone" and break_cond_on_syscall
4309 "clone".
4310 * gdb.base/step-over-clone.c: New file.
4311
ea507862
YQ
43122016-03-03 Yao Qi <yao.qi@linaro.org>
4313
4314 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4315 code format.
4316
8fc8cbda
YQ
43172016-03-03 Yao Qi <yao.qi@linaro.org>
4318
4319 * gdb.base/disp-step-fork.c: Rename to ...
4320 * gdb.base/step-over-fork.c: ... it. New file.
4321 * gdb.base/disp-step-vfork.c: Rename to ...
4322 * gdb.base/step-over-vfork.c: ... it. New file.
4323 * gdb.base/disp-step-syscall.exp: Rename to ...
4324 * gdb.base/step-over-syscall.exp: ... it. New file.
4325 (disp_step_cross_syscall): Rename to ...
4326 (step_over_syscall): ... it.
4327
92fa70b0
YQ
43282016-03-03 Yao Qi <yao.qi@linaro.org>
4329
4330 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4331 If target supports condition evaluation on target, invoke
4332 break_cond_on_syscall for fork and vfork.
4333
e197ad3c
YQ
43342016-03-03 Yao Qi <yao.qi@linaro.org>
4335
4336 * gdb.base/disp-step-syscall.exp: Don't invoke
4337 support_displaced_stepping.
4338 (disp_step_cross_syscall): Test with displaced stepping off and
4339 on if supported.
4340
0b47da9f
YQ
43412016-03-03 Yao Qi <yao.qi@linaro.org>
4342
4343 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4344 proc.
4345 (setup): New proc.
4346 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4347 and setup.
4348
065ab6dc
BH
43492016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4350
4351 * gdb.fortran/vla-history.exp: Remove breakpoint.
4352
07e448ad 43532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4354
25d49b86
PA
4355 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4356 exceeds timeout.
07e448ad 4357
9ac2d526 43582016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4359
25d49b86
PA
4360 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4361 breakpoint.
9ac2d526 4362
17807369
BH
43632016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4364
4365 * gdb.mi/vla.f90: Nullify pointer after declaration.
4366
86e501af
PA
43672016-03-01 Pedro Alves <palves@redhat.com>
4368
4369 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4370
1e903e32
PA
43712016-03-01 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4374 before anything else.
4375 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4376 _GNU_SOURCE here.
4377 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4378 before anything else.
4379 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4380
6ccb54e2
PA
43812016-03-01 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4384
30ca9da1
YQ
43852016-03-01 Yao Qi <yao.qi@linaro.org>
4386
4387 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4388 prepare_for_testing.
4389
dc856b38
YQ
43902016-03-01 Yao Qi <yao.qi@linaro.org>
4391
4392 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4393
4a932159
AA
43942016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4395
4396 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4397 manually constructing the output path.
4398
f2489477
AA
43992016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4400
4401 * gdb.arch/s390-stackless.S: New.
4402 * gdb.arch/s390-stackless.exp: New.
4403
38899f16
IB
44042016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4405
4406 * gdb.dlang/circular.c: New file.
4407 * gdb.dlang/circular.exp: New file.
4408
9fde51ed
YQ
44092016-02-26 Yao Qi <yao.qi@linaro.org>
4410
4411 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4412 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4413 (testcases): Update.
4414
ce90fefe
YQ
44152016-02-26 Yao Qi <yao.qi@linaro.org>
4416
4417 * gdb.reverse/aarch64.c: Rename to ...
4418 * gdb.reverse/insn-reverse.c: ... it.
4419 * gdb.reverse/aarch64.exp: Rename to ...
4420 * gdb.reverse/insn-reverse.exp: ... it.
4421
3263bceb
YQ
44222016-02-26 Yao Qi <yao.qi@linaro.org>
4423
4424 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4425 (testcase_ftype): New.
4426 (testcases): New array.
4427 (n_testcases): New.
4428 (main): Call each element in testcases.
4429 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4430 (read_testcase): New.
4431 Do the tests in a loop.
4432
6cb59ff1
YQ
44332016-02-25 Yao Qi <yao.qi@linaro.org>
4434
4435 * gdb.base/branches.c: Remove.
4436
ae91f625
MK
44372016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4438
4439 PR gdb/13808
4440 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4441
678b48b7
MK
44422016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4443
4444 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4445
7337a6f2
MK
44462016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4447
4448 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4449 change x86_64 call_insn to 'callq'.
4450
861ca91f
AT
44512016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4452
4453 * gdb.trace/tfile-avx.c: Move to...
4454 * gdb.trace/tracefile-pseudo-reg.c: Here.
4455 * gdb.trace/tfile-avx.exp: Move to...
4456 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4457
bf74e428
GB
44582016-02-24 Gary Benson <gbenson@redhat.com>
4459
4460 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4461 message on attach.
4462
cce0e923
DE
44632016-02-23 Doug Evans <dje@google.com>
4464
4465 * gdb.base/skip.c (test_skip): New function.
4466 (end_test_skip_file_and_function): New function.
4467 (test_skip_file_and_function): New function.
4468 * gdb.base/skip1.c (test_skip): New function.
4469 (skip1_test_skip_file_and_function): New function.
4470 * gdb.base/skip.exp: Add tests for new skip options.
4471 * gdb.base/skip-solib.exp: Update expected output.
4472 * gdb.perf/skip-command.cc: New file.
4473 * gdb.perf/skip-command.exp: New file.
4474 * gdb.perf/skip-command.py: New file.
4475
4000e47e
MK
44762016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4477
4478 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4479 info registers pattern.
4480
24f75ead
IB
44812016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4482
4483 * lib/future.exp: Add D support.
4484 (gdb_find_gdc): New proc.
4485 (gdb_default_target_compile): Add D support.
4486
fbb7bcbe
WW
44872016-02-18 Wei-cheng Wang <cole945@gmail.com>
4488
4489 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4490 user+system time.
4491 (trace_speed_test): Determine the iteration count for a time
4492 between 15..30 seconds.
4493
012b3a21
WT
44942016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4495
4496 * gdb.arch/i386-mpx-sigsegv.c: New file.
4497 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4498 * gdb.arch/i386-mpx-simple_segv.c: New file.
4499 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4500
2d5189bd
YQ
45012016-02-18 Yao Qi <yao.qi@linaro.org>
4502
4503 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4504 Don't call setup_kfail.
4505
40fb20d0
YQ
45062016-02-18 Yao Qi <yao.qi@linaro.org>
4507
4508 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4509 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4510
21b1f8d2
DE
45112016-02-16 Doug Evans <dje@google.com>
4512
4513 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4514 * gdb.base/skip1.c: Ditto.
4515 * gdb.base/skip.exp: Whitespace cleanup.
4516
4041ed77
DB
45172016-02-16 Don Breazeal <donb@codesourcery.com>
4518
4519 PR remote/19496
4520 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4521 Remove kfail for PR remote/19496.
4522
c4ef31bf
SM
45232016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4524
4525 * lib/gdb.exp (standard_temp_file): Return a path specific to
4526 the runtest invocation.
4527
266b65b3
SM
45282016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4529
4530 * gdb.trace/save-trace.exp: Change relative path to be in the
4531 standard output directory.
4532
a7a0a6a9
JK
45332016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4534
4535 * gdb.arch/i386-prologue.c: Add missing prototypes.
4536
c99dbb42
JK
45372016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4538
4539 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4540 * gdb.arch/i386-prologue.exp: Likewise.
4541 * gdb.arch/i386-size.exp: Likewise.
4542
aa480355
SM
45432016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4544
4545 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4546 define object file path.
4547 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4548 file path.
4549 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4550 standard_output_file to define binfile.
4551
ba881f50
JK
45522016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4553
4554 Fix compatibility with recent gfortran-5.3.1.
4555 * gdb.fortran/vla-history.exp (print vla1 allocated)
4556 (print vla2 allocated, print $2, print $3): Remove
4557 (print $4): Rename to ...
4558 (print $2): ... here.
4559 (print $9): Rename to ...
4560 (print $5): ... here.
4561 (print $10): Rename to ...
4562 (print $6): ... here.
4563 * gdb.fortran/vla.f90: Add pvla initialization.
4564
e9fb005c
JK
45652016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4566
4567 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4568 New test.
4569 * gdb.fortran/vla-value-sub.exp: Likewise.
4570
e44e00ff
MK
45712016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4572
4573 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4574
97e94151
SM
45752016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4576
4577 * i386-biarch-core.exp: Define corefile using
4578 standard_output_file.
4579
01113bc1
YQ
45802016-02-12 Yao Qi <yao.qi@linaro.org>
4581
4582 * gdb.arch/arm-single-step-kernel-helper.c: New.
4583 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4584
33b4777c
MM
45852016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4586
4587 * gdb.btrace/tailcall-only.exp: New.
4588 * gdb.btrace/tailcall-only.c: New.
4589 * gdb.btrace/x86_64-tailcall-only.S: New.
4590 * gdb.btrace/i686-tailcall-only.S: New.
4591
acc23c11
PA
45922016-02-11 Pedro Alves <palves@redhat.com>
4593
4594 * README (Parallel testing): Add missing double quotes.
4595
e352bf0a
PA
45962016-02-11 Pedro Alves <palves@redhat.com>
4597
4598 * README (Parallel testing): New section.
4599 (GDB_PARALLEL): Rewrite.
4600 (FORCE_PARALLEL): Document.
4601
9f5fed78
MK
46022016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4603
4604 * gdb.trace/tfile-avx.c: New test.
4605 * gdb.trace/tfile-avx.exp: New test.
4606
9ef9e6a6
KS
46072016-02-09 Keith Seitz <keiths@redhat.com>
4608
4609 PR breakpoints/19546
4610 * gdb.base/infcall-exec.c: New file.
4611 * gdb.base/infcall-exec2.c: New file.
4612 * gdb.base/infcall-exec.exp: New file.
4613
a96e36da
KS
46142016-02-09 Keith Seitz <keiths@redhat.com>
4615
4616 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4617 (toplevel): Call test_bkpt_address.
4618
9f61929f
KS
46192016-02-09 Keith Seitz <keiths@redhat.com>
4620
4621 PR python/19506
4622 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4623 (toplevel): Call test_bkpt_address.
4624
1e94266c
SM
46252016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4626
4627 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4628 to AC_OUTPUT.
4629 * configure: Regenerate.
4630
2a7f3dff
PA
46312016-02-09 Pedro Alves <palves@redhat.com>
4632
4633 PR breakpoints/19548
4634 * gdb.base/execl-update-breakpoints.c (some_function): New
4635 function.
4636 (main): Call it.
4637 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4638 Tighten expected GDB output.
4639
2151ccc5
SM
46402016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4641
4642 * Makefile.in (ALL_SUBDIRS): Remove.
4643 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4644 (distclean maintainer-clean realclean): Likewise.
4645 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4646 * configure: Regenerate.
4647 * gdb.ada/Makefile.in: Delete.
4648 * gdb.arch/Makefile.in: Likewise.
4649 * gdb.asm/Makefile.in: Likewise.
4650 * gdb.base/Makefile.in: Likewise.
4651 * gdb.btrace/Makefile.in: Likewise.
4652 * gdb.cell/Makefile.in: Likewise.
4653 * gdb.compile/Makefile.in: Likewise.
4654 * gdb.cp/Makefile.in: Likewise.
4655 * gdb.disasm/Makefile.in: Likewise.
4656 * gdb.dlang/Makefile.in: Likewise.
4657 * gdb.dwarf2/Makefile.in: Likewise.
4658 * gdb.fortran/Makefile.in: Likewise.
4659 * gdb.gdb/Makefile.in: Likewise.
4660 * gdb.go/Makefile.in: Likewise.
4661 * gdb.guile/Makefile.in: Likewise.
4662 * gdb.java/Makefile.in: Likewise.
4663 * gdb.linespec/Makefile.in: Likewise.
4664 * gdb.mi/Makefile.in: Likewise.
4665 * gdb.modula2/Makefile.in: Likewise.
4666 * gdb.multi/Makefile.in: Likewise.
4667 * gdb.objc/Makefile.in: Likewise.
4668 * gdb.opencl/Makefile.in: Likewise.
4669 * gdb.opt/Makefile.in: Likewise.
4670 * gdb.pascal/Makefile.in: Likewise.
4671 * gdb.perf/Makefile.in: Likewise.
4672 * gdb.python/Makefile.in: Likewise.
4673 * gdb.reverse/Makefile.in: Likewise.
4674 * gdb.server/Makefile.in: Likewise.
4675 * gdb.stabs/Makefile.in: Likewise.
4676 * gdb.threads/Makefile.in: Likewise.
4677 * gdb.trace/Makefile.in: Likewise.
4678 * gdb.xml/Makefile.in: Likewise.
4679 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4680 GDB_PARALLEL.
4681 (standard_output_file): Remove check for GDB_PARALLEL, always
4682 return path in outputs/$subdir/$testname.
4683
437277d4
SM
46842016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4685
4686 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4687 (site.exp): Assign abs_srcdir to tcl's srcdir.
4688
31d913c7
YQ
46892016-02-04 Yao Qi <yao.qi@linaro.org>
4690
4691 * gdb.base/foll-exec-mode.c: Include limits.h.
4692 (main): Add parameters argc and argv. Get directory from
4693 argv[0].
4694 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4695 compilation.
4696 * gdb.base/foll-exec.c: Include limits.h.
4697 (main): Add parameters argc and argv.
4698 Get directory from argv[0].
4699 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4700 Adjust tests on the number of lines as source code changed.
4701 * gdb.base/foll-vfork-exit.c: Include limits.h.
4702 (main): Add one line of statement before vfork.
4703 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4704 (main): Add parameters argc and argv. Get directory from
4705 argv[0].
4706 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4707 (setup_gdb): Set tbreak to skip some source lines.
4708 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4709 (main): Add parameters argc and argv. Get directory from
4710 argv[0].
4711 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4712 compilation.
4713 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4714 (main): Add parameters argc and argv. Get directory from
4715 argv[0].
4716 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4717 compilation.
4718
9482b9fb
DE
47192016-02-01 Doug Evans <dje@google.com>
4720
4721 * gdb.base/skip.exp: Clean up multiple references to same test name.
4722
6b2e4f10
PA
47232016-02-01 Pedro Alves <palves@redhat.com>
4724
ccb6afd6 4725 PR remote/19496
6b2e4f10
PA
4726 * gdb.threads/forking-threads-plus-breakpoint.exp
4727 (displaced_stepping_supported): New global.
4728 (probe_displaced_stepping_support): New procedure.
4729 (do_test): Add 'displaced' parameter, and use it.
4730 (top level): Check for displaced stepping support. Add displaced
4731 stepping on/off testing axis.
4732
37a8db1a
AB
47332016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4734
4735 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4736 pointer. Don't perform further tests on the unassociated pointer
4737 if the first test fails.
4738
5fdf6324
AB
47392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4740
4741 * gdb.base/max-value-size.c: New file.
4742 * gdb.base/max-value-size.exp: New file.
4743 * gdb.base/huge.exp: Disable max-value-size for this test.
4744
935c6144
IB
47452016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4746
4747 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4748
7fe8399d
YQ
47492016-01-28 Yao Qi <yao.qi@linaro.org>
4750
4751 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4752
a2077e25
PA
47532016-01-25 Pedro Alves <palves@redhat.com>
4754
4755 PR threads/19461
4756 * gdb.base/fork-running-state.c: New file.
4757 * gdb.base/fork-running-state.exp: New file.
4758
1d2736d4
PA
47592016-01-25 Pedro Alves <palves@redhat.com>
4760
4761 PR gdb/19494
4762 * gdb.base/catch-fork-kill.c: New file.
4763 * gdb.base/catch-fork-kill.exp: New file.
4764
f1da4b11
PA
47652016-01-25 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4768 Delete, moved to lib/gdb.exp.
4769 * gdb.threads/forking-threads-plus-breakpoint.exp
4770 (foreach_with_prefix): Likewise.
4771 * gdb.threads/process-dies-while-handling-bp.exp
4772 (foreach_with_prefix): Likewise.
4773 * lib/gdb.exp (foreach_with_prefix): New procedure.
4774
45f38546
MK
47752016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4776
4777 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4778 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4779
dc29a1ce
MK
47802016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4781
4782 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4783 endian targets.
4784
092127d7
JK
47852016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4786 Pedro Alves <palves@redhat.com>
4787
4788 Fix testsuite compatibility with Guile.
4789 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4790 number.
4791
31d765d3
JK
47922016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4793
4794 Fix testsuite compatibility with Guile.
4795 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4796 (thread 1): New test for backtrace through signal handler.
4797
1ac78c04
YQ
47982016-01-22 Yao Qi <yao.qi@linaro.org>
4799
4800 PR testsuite/19491
4801 * gdb.base/multi-forks.c: Include
4802 ../lib/unbuffer_output.c
4803 (main): Call gdb_unbuffer_output.
4804
4f5946a8
DE
48052016-01-21 Doug Evans <dje@google.com>
4806
4807 * lib/ada.exp (gdb_compile_ada): Fix typo.
4808
305e13e6
JB
48092016-01-21 Joel Brobecker <brobecker@adacore.com>
4810
4811 * gdb.base/break-fun-addr.exp: New file.
4812 * gdb.base/break-fun-addr1.c: New file.
4813 * gdb.base/break-fun-addr2.c: New file.
4814
5f5dfff6
SM
48152016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4816
4817 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4818 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4819 enum flag values.
4820
fd356fa2
AA
48212016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4822
4823 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4824 when GDB can not set the vector return value. Add more comments
4825 for clarification.
4826
9df22175
AT
48272016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4828
4829 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4830 command.
4831
41d1845e
SM
48322016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4833
4834 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4835
01ac6840
SM
48362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4837
4838 * Makefile.in (check-single): Pass --status to runtest.
4839 (check/%.exp): Likewise.
4840
48412016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4842
4843 * Makefile.in (check-parallel): Propagate return code from make
4844 do-check-parallel.
4845
bd0a71fa
MK
48462016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4847
4848 * gdb.trace/ftrace.exp: Fix expected message on continue.
4849 * gdb.trace/pending.exp: Fix expected message on continue.
4850 * gdb.trace/trace-break.exp: Fix expected message on continue.
4851
8bcbad33
SM
48522016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4853
4854 * lib/gdb.exp (gdb_test): Remove unused global references.
4855
f303dbd6
PA
48562016-01-18 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.base/async-shell.exp: Adjust expected output.
4859 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4860 * gdb.base/siginfo-thread.exp: Adjust expected output.
4861 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4862 * gdb.java/jnpe.exp: Adjust expected output.
4863 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4864 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4865 * gdb.threads/leader-exit.exp: Adjust expected output.
4866 * gdb.threads/manythreads.exp: Adjust expected output.
4867 * gdb.threads/pthreads.exp: Adjust expected output.
4868 * gdb.threads/schedlock.exp: Adjust expected output.
4869 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4870 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4871 expected output.
4872 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4873 output.
4874 * gdb.threads/sigthread.exp: Adjust expected output.
4875 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4876
b2789696
YQ
48772016-01-18 Yao Qi <yao.qi@linaro.org>
4878
4879 * gdb.guile/scm-section-script.c: Replace @progbits with
4880 %progbits.
4881 * gdb.python/py-section-script.c: Likewise.
4882
71ef29a8
PA
48832016-01-15 Pedro Alves <palves@redhat.com>
4884
4885 * gdb.multi/tids.exp: Test star wildcard ranges.
4886
3f5b7598
PA
48872016-01-15 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4890 command from "thread apply" invocation.
4891 (thr_apply_info_thr_invalid): Default the expected output to the
4892 input tid list.
4893 (top level): Add tests that use convenience variables. Add tests
4894 for "thread apply" with a valid TID list, but missing the command.
4895
663f6d42
PA
48962016-01-13 Pedro Alves <palves@redhat.com>
4897
4898 * gdb.base/default.exp: Expect $_gthread as well.
4899 * gdb.multi/tids.exp: Test $_gthread.
4900 * gdb.threads/thread-specific.exp: Test $_gthread.
4901
c84f6bbf
PA
49022016-01-13 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.multi/tids.exp: Test "info threads -gid".
4905
22a02324
PA
49062016-01-13 Pedro Alves <palves@redhat.com>
4907
4908 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4909 Breakpoint.thread.
4910 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4911
5d5658a1
PA
49122016-01-07 Pedro Alves <palves@redhat.com>
4913
4914 * gdb.base/break.exp: Adjust to output changes.
4915 * gdb.base/hbreak2.exp: Likewise.
4916 * gdb.base/sepdebug.exp: Likewise.
4917 * gdb.base/watch_thread_num.exp: Likewise.
4918 * gdb.linespec/keywords.exp: Likewise.
4919 * gdb.multi/info-threads.exp: Likewise.
4920 * gdb.threads/thread-find.exp: Likewise.
4921 * gdb.multi/tids.c: New file.
4922 * gdb.multi/tids.exp: New file.
4923
84654457
PA
49242016-01-13 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4927
e3940304
PA
49282016-01-13 Pedro Alves <palves@redhat.com>
4929
4930 * gdb.base/default.exp: Expect $_inferior as well.
4931 * gdb.multi/base.exp: Test $_inferior.
4932
a911d87a
PA
49332016-01-13 Pedro Alves <palves@redhat.com>
4934
4935 PR breakpoints/19388
4936 * gdb.base/catch-signal-siginfo-cond.c: New file.
4937 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4938
82075af2
JS
49392016-01-12 Josh Stone <jistone@redhat.com>
4940 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4941
4942 * gdb.base/catch-syscall.c (do_execve): New variable.
4943 (main): Conditionally trigger an execve.
4944 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4945 (test_catch_syscall_execve): New, check entry/return across execve.
4946 (do_syscall_tests): Call test_catch_syscall_execve.
4947
e46eeedd
PA
49482016-01-12 Pedro Alves <palves@redhat.com>
4949
4950 * gdb.base/random-signal.exp (do_test): New procedure, with body
4951 of testcase moved in.
4952
01d8c27e
JK
49532016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4954 Pedro Alves <palves@redhat.com>
4955
4956 * gdb.base/funcargs.exp (finish from indirectly called function):
4957 Reintroduce the case for 'First'.
4958
9a706302
JK
49592016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4960 Pedro Alves <palves@redhat.com>
4961
4962 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4963 (tcatch_vfork_then_child_follow_exec)
4964 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4965 identification.
4966
c0ecb95f
JK
49672016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4968
4969 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4970 and repeats to unlimited.
4971 * gdb.python/py-value.exp: Likewise.
4972 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4973 and repeats to unlimited.
4974
6cfc1fcb
JK
49752016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4976
4977 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4978 and reordering the functions.
4979 * gdb.multi/hangout.c: Likewise.
4980 * gdb.multi/hello.c: Likewise.
4981
582a1b00
SM
49822016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4983
4984 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4985 absolute.
4986 (SingleStatisticTestResult.report): Use dict.keys instead of
4987 dict.iterkeys.
4988
79bc59cb
PA
49892016-01-06 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4992
43368e1d
MM
49932016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4994
4995 * gdb.btrace/dlopen.exp: New.
4996 * gdb.btrace/dlopen.c: New.
4997 * gdb.btrace/dlopen-dso.c: New.
4998
79fad5b8
SL
49992015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5000
5001 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5002 PATTERN argument is optional.
5003
ab8314b3
JB
50042015-12-24 Joel Brobecker <brobecker@adacore.com>
5005
5006 * lib/ada.exp (target_compile_ada_from_dir): New function.
5007 (gdb_compile_ada): Reimplement avoiding the use of project files.
5008 * gdb.ada/gnat_ada.gpr: Delete.
5009 * gdb.ada/cond_lang.exp: Adjust test to make path before
5010 filename optional.
5011 * gdb.ada/small_reg_param.exp: Likewise.
5012
fe33faff
SM
50132015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5014
5015 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5016
6d265cb4
TP
50172015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5018
5019 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5020 case.
5021
10125099
SM
50222015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5023
5024 * gdb.base/break.exp: Remove dead code.
5025 * gdb.base/sepdebug.exp: Likewise.
5026
3ca22649
SM
50272015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5028
5029 * gdb.asm/asm-source.exp: Remove HP-UX references.
5030 * gdb.base/annota1.exp: Likewise.
5031 * gdb.base/annota3.exp: Likewise.
5032 * gdb.base/attach.exp: Likewise.
5033 * gdb.base/bigcore.exp: Likewise.
5034 * gdb.base/break.exp: Likewise.
5035 * gdb.base/call-ar-st.exp: Likewise.
5036 * gdb.base/callfuncs.exp: Likewise.
5037 * gdb.base/catch-fork-static.exp: Likewise.
5038 * gdb.base/display.exp: Likewise.
5039 * gdb.base/foll-exec-mode.exp: Likewise.
5040 * gdb.base/foll-exec.exp: Likewise.
5041 * gdb.base/foll-fork.exp: Likewise.
5042 * gdb.base/foll-vfork.exp: Likewise.
5043 * gdb.base/funcargs.exp: Likewise.
5044 * gdb.base/hbreak2.exp: Likewise.
5045 * gdb.base/inferior-died.exp: Likewise.
5046 * gdb.base/interrupt.exp: Likewise.
5047 * gdb.base/multi-forks.exp: Likewise.
5048 * gdb.base/nodebug.exp: Likewise.
5049 * gdb.base/sepdebug.exp: Likewise.
5050 * gdb.base/solib1.c: Likewise.
5051 * gdb.base/step-test.exp: Likewise.
5052 * gdb.mi/non-stop.c: Likewise.
5053 * gdb.mi/pthreads.c: Likewise.
5054 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5055 * gdb.threads/pthreads.c: Likewise.
5056 * gdb.threads/staticthreads.exp: Likewise.
5057 * lib/future.exp: Likewise.
5058 * lib/gdb.exp: Likewise.
5059 * gdb.base/so-indr-cl.c: Remove.
5060 * gdb.base/so-indr-cl.exp: Likewise.
5061 * gdb.base/solib.c: Likewise.
5062 * gdb.base/solib.exp: Likewise.
5063 * gdb.base/solib2.c: Likewise.
5064
b6304613
SM
50652015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5066
5067 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5068 * gdb.base/call-ar-st.exp: Likewise.
5069 * gdb.base/callfuncs.exp: Likewise.
5070 * gdb.base/condbreak.exp: Likewise.
5071 * gdb.base/constvars.exp: Likewise.
5072 * gdb.base/hbreak2.exp: Likewise.
5073 * gdb.base/langs.exp: Likewise.
5074 * gdb.base/list.exp: Likewise.
5075 * gdb.base/long_long.exp: Likewise.
5076 * gdb.base/ptype.exp: Likewise.
5077 * gdb.base/scope.exp: Likewise.
5078 * gdb.base/signals.exp: Likewise.
5079 * gdb.base/so-impl-ld.exp: Likewise.
5080 * gdb.base/varargs.exp: Likewise.
5081 * gdb.base/volatile.exp: Likewise.
5082 * gdb.base/whatis.exp: Likewise.
5083 * gdb.cp/cplusfuncs.exp: Likewise.
5084 * gdb.cp/inherit.exp: Likewise.
5085 * gdb.cp/local.exp: Likewise.
5086 * gdb.cp/member-ptr.exp: Likewise.
5087 * gdb.cp/method.exp: Likewise.
5088 * gdb.cp/overload.exp: Likewise.
5089 * gdb.cp/templates.exp: Likewise.
5090 * gdb.stabs/weird.exp: Likewise.
5091 * lib/compiler.c: Likewise.
5092 * lib/compiler.cc: Likewise.
5093 * lib/cp-support.exp: Likewise.
5094 * lib/gdb.exp: Likewise.
5095
bf401b07
SM
50962015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5097
5098 * configure.ac: Remove HP-UX case.
5099 * configure: Regenerate.
5100
aff9c0f8
SM
51012015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 * lib/gdb.exp (gdb_compile): Add function doc.
5104
a6904d5a
PA
51052015-12-17 Pedro Alves <palves@redhat.com>
5106
5107 PR threads/19354
5108 * gdb.multi/info-threads.exp: New file.
5109
a22279dd
YQ
51102015-12-15 Yao Qi <yao.qi@linaro.org>
5111
5112 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5113 is aarch64*-*-*.
5114
0588c796
SL
51152015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5116
5117 * gdb.base/history-duplicates.exp: Skip if no readline support.
5118
5d978e17
SL
51192015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5120
5121 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5122
7e763b86
SL
51232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5124
5125 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5126
87a3a92c
SL
51272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5128
5129 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5130 ctrl-C if nointerrupts target property is set.
5131 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5132 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5133 * gdb.base/paginate-bg-execution.exp: Likewise.
5134 * gdb.base/paginate-execution-startup.exp: Likewise.
5135 * gdb.base/random-signal.exp: Likewise.
5136 * gdb.base/range-stepping.exp: Likewise.
5137 * gdb.cp/annota2.exp: Likewise.
5138 * gdb.cp/annota3.exp: Likewise.
5139 * gdb.gdb/selftest.exp: Likewise.
5140 * gdb.threads/continue-pending-status.exp: Likewise.
5141 * gdb.threads/leader-exit.exp: Likewise.
5142 * gdb.threads/manythreads.exp: Likewise.
5143 * gdb.threads/pthreads.exp: Likewise.
5144 * gdb.threads/schedlock.exp: Likewise.
5145 * gdb.threads/sigthread.exp: Likewise.
5146
a8f077dc
DB
51472015-12-11 Don Breazeal <donb@codesourcery.com>
5148
5149 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5150 remote.
5151 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5152 * gdb.base/foll-exec.exp (main): Enable for target remote.
5153 * gdb.base/foll-fork.exp (main): Likewise.
5154 * gdb.base/foll-vfork.exp (main): Likewise.
5155 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5156 (proc continue_to_exit_bp_loc): Use clean_restart.
5157 * gdb.base/pie-execl.exp (main): Disable for target remote.
5158 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5159 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5160 * gdb.threads/execl.exp (main): Likewise.
5161 * gdb.threads/fork-child-threads.exp (main): Likewise.
5162 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5163 remote.
5164 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5165 remote.
5166 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5167 pid.tid style ptids, instead of just tid.
5168 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5169 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5170 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5171 ptids, instead of just tid.
5172
3b2464a8
AB
51732015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5174
5175 * gdb.base/list.exp (test_list_forward): Add end of file error
5176 test.
5177 (test_repeat_list_command): Add end of file error test.
5178 (test_list_backwards): Add beginning of file error test.
5179
a0def019
AB
51802015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5181
5182 * gdb.base/list.exp (test_list_invalid_args): New function,
5183 defined, and called.
5184
5c000dff
AB
51852015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5186
5187 * gdb.base/list.exp (test_list): Make test names unique.
5188
f1637ebe
YQ
51892015-12-11 Yao Qi <yao.qi@linaro.org>
5190
5191 * gdb.base/coremaker2.c: Remove.
5192
36d6fc0a
PA
51932015-12-10 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.multi/base.exp: Remove stale "spaces" references.
5196
762f7747
PA
51972015-12-10 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.multi/base.exp: Don't use nowarnings.
5200 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5201 * gdb.multi/hangout.c: Include stdio.h.
5202 * gdb.multi/hello.c: Include stdlib.h.
5203 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5204 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5205 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5206
28d2bfb9
AB
52072015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5208
5209 * gdb.dwarf2/dw2-ranges-base.c: New file.
5210 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5211 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5212 support additional line table, and debug ranges generation.
5213 (Dwarf::ranges): New function, generate .debug_ranges.
5214 (Dwarf::lines): Support generating simple line table programs.
5215 (Dwarf::assemble): Initialise new namespace variables.
5216
5fc2beac
KB
52172015-12-09 Kevin Buettner <kevinb@redhat.com>
5218
5219 * gdb.base/async.exp (proc test_background): Add case for
5220 asynchronous execution not supported.
5221
1c35a88f
LM
52222015-12-09 Luis Machado <lgustavo@codesourcery.com>
5223
5224 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5225 format and change test names to make them unique.
5226
b593e3d9
RK
52272015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5228 Pedro Alves <pedro@redhat.com>
5229
5230 PR gdb/18702
5231 Add checking of floatformats setup on x86_64 hosts.
5232 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5233 (smallval, bigval): New labels/constants.
5234 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5235 float" after loading bigval and smallval.
5236
d72413e6
PMR
52372015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5238
5239 * gdb.ada/fun_overload_menu.exp: New testcase.
5240 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5241
ece66d65
JS
52422015-12-04 Josh Stone <jistone@redhat.com>
5243
5244 * gdb.base/catch-fork-static.exp: New.
5245
41d0efca
YQ
52462015-12-03 Yao Qi <yao.qi@linaro.org>
5247
5248 * gdb.base/sizeof.c: Don't include stdio.h and
5249 ../lib/unbuffer_output.c.
5250 (main): New variable 'size' and 'value'. Remove printf and
5251 gdb_unbuffer_output. Assign return value to size and value.
5252 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5253 at the beginning.
5254 (check_sizeof): Check the result by printing variable 'size'.
5255 (check_valueof): Check the result by printing variable 'value'.
5256
99fd02d9
YQ
52572015-12-01 Yao Qi <yao.qi@linaro.org>
5258
5259 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5260 for aarch64*-*-linux* target.
5261
f2faf941
PA
52622015-11-30 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5265
04bf20c5
PA
52662015-11-30 Pedro Alves <palves@redhat.com>
5267
5268 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5269 Handle non-stop mode vCont replies.
5270
09df4675
PA
52712015-11-30 Pedro Alves <palves@redhat.com>
5272
5273 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5274 prepare_for_testing. Start gdb with "set non-stop on" appended to
5275 GDBFLAGS. Lax expected stop output.
5276
58b584af
YQ
52772015-11-27 Yao Qi <yao.qi@linaro.org>
5278
5279 * gdb.arch/arm-neon.exp: New.
5280 * gdb.arch/arm-neon.c: New.
5281
dfcb77a8
YQ
52822015-11-27 Yao Qi <yao.qi@linaro.org>
5283
5284 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5285
88e8ec1b
YQ
52862015-11-27 Yao Qi <yao.qi@linaro.org>
5287
5288 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5289 frames-invalid annotation.
5290
bfde72c2
YQ
52912015-11-27 Yao Qi <yao.qi@linaro.org>
5292
5293 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5294
f6512a69
SM
52952015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5296
5297 * gdb.threads/names.exp: New file.
5298 * gdb.threads/names.c: New file.
5299 * README: Mention gdb,no_thread_names.
5300
46a3515b
MM
53012015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5302
5303 PR 19297
5304 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5305 support" error.
5306
62147a22
PA
53072015-11-24 Pedro Alves <palves@redhat.com>
5308
5309 PR 17539
5310 * gdb.base/display.exp: Expect displays to be sorted in ascending
5311 order. Use multi_line.
5312 * gdb.base/solib-display.exp: Likewise.
5313
2f341b6e
PA
53142015-11-24 Pedro Alves <palves@redhat.com>
5315
5316 PR 17539
25d49b86
PA
5317 * gdb.base/display.exp: Expect displays to be sorted in ascending
5318 order. Use multi_line.
5319 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5320
7e0aa6aa
PA
53212015-11-24 Pedro Alves <palves@redhat.com>
5322
5323 PR 17539
5324 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5325 threads in ascending order.
5326 * gdb.base/foll-fork.exp: Likewise.
5327 * gdb.base/foll-vfork.exp: Likewise.
5328 * gdb.base/multi-forks.exp: Likewise.
5329 * gdb.mi/mi-nonstop.exp: Likewise.
5330 * gdb.mi/mi-nsintrall.exp: Likewise.
5331 * gdb.multi/base.exp: Likewise.
5332 * gdb.multi/multi-arch.exp: Likewise.
5333 * gdb.python/py-inferior.exp: Likewise.
5334 * gdb.threads/break-while-running.exp: Likewise.
5335 * gdb.threads/execl.exp: Likewise.
5336 * gdb.threads/gcore-thread.exp: Likewise.
5337 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5338 * gdb.threads/kill.exp: Likewise.
5339 * gdb.threads/linux-dp.exp: Likewise.
5340 * gdb.threads/multiple-step-overs.exp: Likewise.
5341 * gdb.threads/next-bp-other-thread.exp: Likewise.
5342 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5343 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5344 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5345 * gdb.threads/thread-find.exp: Likewise.
5346 * gdb.threads/tls.exp: Likewise.
5347 * lib/mi-support.exp (mi_reverse_list): Delete.
5348 (mi_check_thread_states): No longer reverse list.
5349
2cc57ad8
PA
53502015-11-24 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5353 use lowercase.
5354
c93e8391
SM
53552015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5356
5357 * gdb.trace/actions.c: Include trace-common.h.
5358 (main): Add a location for a fast tracepoint.
5359 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5360 the normal tracepoints.
5361 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5362
045ccf91
SM
53632015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5364
5365 * save-trace.exp: Factor out code to these...
5366 (gdb_save_tracepoints): New.
5367 (gdb_load_tracepoints): New.
5368 (do_save_load_test): New.
5369
5506f9f6
KB
53702015-11-23 Kevin Buettner <kevinb@redhat.com>
5371
5372 * gdb.base/asmlabel.exp: New test.
5373 * gdb.base/asmlabel.c: New test case.
5374
16c3b12f
JB
53752015-11-23 Joel Brobecker <brobecker@adacore.com>
5376
5377 * gdb.base/wrong_frame_bt_full-main.c: New file.
5378 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5379 * gdb.base/wrong_frame_bt_full.exp: New file.
5380
155bfbd3
JB
53812015-11-23 Joel Brobecker <brobecker@adacore.com>
5382
5383 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5384
bb097445
JM
53852015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5386
206853a0 5387 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5388 pstate register when comparing registers values in
5389 sparc64-*-linux-gnu targets to avoid spurious differences.
5390
9c88ed8f
JM
53912015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5392
206853a0 5393 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5394
96161e25
SL
53952015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5396
5397 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5398 as type argument to gdb_compile.
5399 * gdb.base/nested-subp2.exp: Likewise.
5400 * gdb.base/nested-subp3.exp: Likewise.
5401
340c2830
DV
54022015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5403
5404 * lib/dwarf.exp (_note): Fix left shift of negative value.
5405 * gdb.trace/trace-condition.exp: Likewise.
5406
c1862d0f
YQ
54072015-11-13 Yao Qi <yao.qi@linaro.org>
5408
5409 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5410 comments about d10v.
5411 (test_scalar_returns): Likewise.
5412 * gdb.base/d10v.ld: Remove.
5413 * gdb.base/overlays.exp: Remove the target triplet checking for
5414 d10v-*-*.
5415 * gdb.base/structs.exp (test_struct_returns): Remove the
5416 comments about d10v.
5417 (test_struct_calls): Likewise.
5418
77ae9c19
YQ
54192015-11-13 Yao Qi <yao.qi@linaro.org>
5420
5421 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5422 * gdb.base/gnu_vector.c: Don't include stdio.h.
5423 (main): Don't print res and call add_some_intvecs.
5424
430e004e
MK
54252015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5426
5427 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5428 macro.
5429 (func5): Removed.
5430 (func4): Use FAST_TRACEPOINT_LABEL.
5431 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5432 macro.
5433 (func): Removed.
5434 (thread_function): Use FAST_TRACEPOINT_LABEL.
5435 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5436 (func): Remove.
5437 (marker): Use FAST_TRACEPOINT_LABEL.
5438 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5439 (pendfunc1): Remove.
5440 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5441 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5442 (foo): Remove.
5443 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5444 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5445 macro.
5446 (func): Remove.
5447 (marker): Use FAST_TRACEPOINT_LABEL.
5448 * gdb.trace/trace-common.h: New header.
5449 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5450 macro.
5451 (func): Remove.
5452 (marker): Use FAST_TRACEPOINT_LABEL.
5453 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5454 (func): Remove.
5455 (thread_function): Use FAST_TRACEPOINT_LABEL.
5456
6e7675a7
MK
54572015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5458
5459 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5460 in front.
5461 * gdb.trace/change-loc.exp: Use global pcreg definition.
5462 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5463 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5464 in front.
5465 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5466 * gdb.trace/pending.exp: Likewise.
5467 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5468 * gdb.trace/trace-break.exp: Likewise.
5469 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5470 in front.
5471 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5472 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5473 in front.
5474 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5475
dddc0e16
JB
54762015-11-09 Joel Brobecker <brobecker@adacore.com>
5477
5478 * gdb.ada/fin_fun_out: New testcase.
5479
c6f0b406
KB
54802015-11-07 Kevin Buettner <kevinb@redhat.com>
5481
5482 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5483 value associated with DW_AT_byte_size.
5484 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5485 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5486 DW_AT_upper_bound.
5487
f01dcfd9
KB
54882015-11-07 Kevin Buettner <kevinb@redhat.com>
5489
5490 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5491 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5492 version.
5493 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5494 gdb.dwarf2/dw2-canonicalize-type.exp,
5495 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5496 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5497 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5498 provided by gdb_target_symbol_prefix_flags_asm.
5499 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5500 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5501 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5502 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5503 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5504 macros where needed). Use this macro for symbols which require
5505 the prefix provided by SYMBOL_PREFIX.
5506
2223449a
KB
55072015-11-05 Kevin Buettner <kevinb@redhat.com>
5508
5509 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5510 New procs.
5511 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5512 representing expressions, of more than one list element.
5513 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5514 to prepend linker symbol prefix to f.
5515 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5516 table_1 and table_2.
5517 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5518 Likewise, for f and g.
5519 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5520 for ptr.
5521 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5522 for main.
5523 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5524 table_1_ptr and table_2_ptr.
5525
6f2f1a3a
JK
55262015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5527 Joel Brobecker <brobecker@adacore.com>
5528
5529 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5530
566c56c9
MK
55312015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5532
5533 * gdb.reverse/s390-mvcle.c: New test.
5534 * gdb.reverse/s390-mvcle.exp: New file.
5535 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5536
d5f0636b
MK
55372015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5538
5539 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5540
7ad8b86c
MK
55412015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5542
5543 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5544 reaching marker2.
5545 * gdb.reverse/getresuid-reverse.exp: Likewise.
5546 * gdb.reverse/pipe-reverse.exp: Likewise.
5547 * gdb.reverse/readv-reverse.exp: Likewise.
5548 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5549 * gdb.reverse/time-reverse.exp: Likewise.
5550 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5551
4081c0f1
YQ
55522015-10-30 Yao Qi <yao.qi@linaro.org>
5553
5554 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5555 (empty_cycle): Remove.
5556 (main): Don't call empty_cycle. Don't use watch_count_done.
5557 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5558 empty_cycle. Rewrite the code counting HW watchpoints.
5559
452b4ba5
MK
55602015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5561
5562 * gdb.reverse/fstatat-reverse.c: New test.
5563 * gdb.reverse/fstatat-reverse.exp: New file.
5564 * gdb.reverse/getresuid-reverse.c: New test.
5565 * gdb.reverse/getresuid-reverse.exp: New file.
5566 * gdb.reverse/pipe-reverse.c: New test.
5567 * gdb.reverse/pipe-reverse.exp: New file.
5568 * gdb.reverse/readv-reverse.c: New test.
5569 * gdb.reverse/readv-reverse.exp: New file.
5570 * gdb.reverse/recvmsg-reverse.c: New test.
5571 * gdb.reverse/recvmsg-reverse.exp: New file.
5572 * gdb.reverse/time-reverse.c: New test.
5573 * gdb.reverse/time-reverse.exp: New file.
5574 * gdb.reverse/waitpid-reverse.c: New test.
5575 * gdb.reverse/waitpid-reverse.exp: New file.
5576
5e2e7507
JK
55772015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5580
0fde2c53
DE
55812015-10-26 Doug Evans <dje@google.com>
5582
5583 PR symtab/17391
5584 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5585 * gdb.dwarf2/bad-regnum.c: New file.
5586 * gdb.dwarf2/bad-regnum.exp: New file.
5587
1a70ae97
DE
55882015-10-26 Doug Evans <dje@google.com>
5589
5590 PR python/18938
5591 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5592 file.
5593
27dc26ab
JK
55942015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5595
5596 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5597 for a change by "Mention language in compile error message".
5598
bed91f4d
SM
55992015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5600
5601 PR python/18073
5602 * gdb.python/py-type.c (C::a_method): New.
5603 (C::a_const_method): New.
5604 (C::a_static_method): New.
5605 (a_function): New.
5606 * gdb.python/py-type.exp (test_fields): Test getting fields
5607 from function and method.
5608
3f2f83dd
KB
56092015-10-21 Keven Boell <keven.boell@intel.com>
5610
5611 * gdb.fortran/vla-alloc-assoc.exp: New file.
5612 * gdb.fortran/vla-datatypes.exp: New file.
5613 * gdb.fortran/vla-datatypes.f90: New file.
5614 * gdb.fortran/vla-history.exp: New file.
5615 * gdb.fortran/vla-ptype-sub.exp: New file.
5616 * gdb.fortran/vla-ptype.exp: New file.
5617 * gdb.fortran/vla-sizeof.exp: New file.
5618 * gdb.fortran/vla-sub.f90: New file.
5619 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5620 * gdb.fortran/vla-value-sub-finish.exp: New file.
5621 * gdb.fortran/vla-value-sub.exp: New file.
5622 * gdb.fortran/vla-value.exp: New file.
5623 * gdb.fortran/vla-ptr-info.exp: New file.
5624 * gdb.mi/mi-vla-fortran.exp: New file.
5625 * gdb.mi/vla.f90: New file.
5626
27145d50
SL
56272015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5628
5629 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5630 of hardwired timeout value.
5631
5f3ff4f8
JK
56322015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5633 Pedro Alves <palves@redhat.com>
5634
5635 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5636 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5637
bfd09d20
JS
56382015-10-19 Josh Stone <jistone@redhat.com>
5639
5640 * gdb.base/catch-syscall.c: Include <sched.h>.
5641 (unknown_syscall): New variable.
5642 (main): Trigger a vfork and an unknown syscall.
5643 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5644 (unknown_syscall_number): Likewise.
5645 (check_call_to_syscall): Accept an optional syscall pattern.
5646 (check_return_from_syscall): Likewise.
5647 (check_continue): Likewise.
5648 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5649 (test_catch_syscall_skipping_return): New test toggling off 'catch
5650 syscall' to step over the syscall return, then toggling back on.
5651 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5652 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5653 (do_syscall_tests): Call test_catch_syscall_without_args and
5654 test_catch_syscall_mid_vfork.
5655 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5656 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5657
b32b93c6
AS
56582015-10-19 Andrew Stubbs <ams@codesourcery.com>
5659
5660 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5661 print g_vE): Add new pass patterns.
5662 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5663 print various symbol names for vptr fields.
5664
9d622bda
AB
56652015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5666
5667 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5668 results.
5669
0fd8ac1c
YQ
56702015-10-12 Yao Qi <yao.qi@linaro.org>
5671
5672 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5673
34240514
YQ
56742015-10-12 Yao Qi <yao.qi@linaro.org>
5675
5676 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5677 is aarch64*-*-linux*.
5678
8240f442
YQ
56792015-10-12 Yao Qi <yao.qi@linaro.org>
5680
5681 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5682 (can_relocate_bcond_true): ... it.
5683 (can_relocate_bcond_false): New function.
5684 (foo): Likewise.
5685 (can_relocate_bl): Likewise.
5686 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5687 can_relocate_bl.
5688
2520f728
PMR
56892015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5690
5691 * gdb.base/nested-addr.c: New file.
5692 * gdb.base/nested-addr.exp: New testcase.
5693
abcef95a
MM
56942015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5695
5696 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5697 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5698 its output. Ignore the output of "record goto begin" and instead
5699 check that GDB is replaying.
5700
145e3ddb
PA
57012015-10-09 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5704 (top level): Use it in the run with no args test.
5705
d5d8c4e1
IB
57062015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5707
5708 * gdb.dlang/properties.exp: New file.
5709
06e635ef
SL
57102015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5711
5712 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5713 whether or not address 0x1000 is mapped on the target.
5714
e019fd1d
SM
57152015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5716
5717 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5718 build.
5719
77ba2a67
MM
57202015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5721
5722 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5723 instruction-history test.
5724
c60eb31f
DE
57252015-09-28 Doug Evans <dje@google.com>
5726
5727 * gdb.base/gcore.c (array_func): Add reference to static_array.
5728
9a3c8263
SM
57292015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5730
5731 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5732 source line.
5733
9720e656
SL
57342015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5735
5736 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5737 short or char as base type.
5738
938d3bf2
SL
57392015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5740
5741 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5742 to allow any size enum.
5743
e6c2c623
PMR
57442015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5745
5746 * gdb.ada/array_ptr_renaming.exp: New testcase.
5747 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5748 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5749
06da0f77
PL
57502015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5751
5752 * gdb.trace/ftrace-lock.c: New file.
5753 * gdb.trace/ftrace-lock.exp: New file.
5754
4f51c22a
PL
57552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5756
5757 * gdb.arch/insn-reloc.c: New file.
5758 * gdb.arch/ftrace-insn-reloc.exp: New file.
5759
7041adf4
PL
57602015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5761
5762 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5763 instruction.
5764 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5765 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5766 * gdb.trace/range-stepping.c: Likewise.
5767 * gdb.trace/trace-break.c: Likewise.
5768 * gdb.trace/trace-mt.c (thread_function): Likewise.
5769 * gdb.trace/ftrace.c (marker): Likewise.
5770 * gdb.trace/trace-condition.c (marker): Likewise.
5771 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5772 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5773 is_aarch64_target.
5774
015d2e7e
DE
57752015-09-18 Doug Evans <xdje42@gmail.com>
5776
5777 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5778 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5779
26b188a2
SL
57802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5781
5782 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5783 the breakpoint.
5784
79dc332b
SL
57852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5786
5787 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5788 the pending breakpoint. Remove timeout override for "Run till
5789 MI pending breakpoint on pendfunc3 on thread 2" test.
5790
f57929f2
SL
57912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5792
5793 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5794 filename pattern.
5795
3f469b17
SL
57962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5797
5798 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5799 in breakpoint filename pattern.
5800
515b89b3
SL
58012015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5802
7800dbe4
SL
5803 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5804
58052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5806
515b89b3
SL
5807 * gdb.linespec/explicit.exp: Check for readline support for
5808 tab-completion tests. Fix obvious typo.
5809
d2939ba2
MM
58102015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5811
5812 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5813 and replay.
5814
cbb55fa7
MM
58152015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5816
5817 * gdb.btrace/non-stop.c: New.
5818 * gdb.btrace/non-stop.exp: New.
5819
43691ca1
PL
58202015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5821 Yao Qi <yao.qi@linaro.org>
5822
5823 * gdb.trace/trace-condition.c: New file.
5824 * gdb.trace/trace-condition.exp: New file.
5825
d78908cf
WW
58262015-09-16 Wei-cheng Wang <cole945@gmail.com>
5827
5828 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5829 for testing bytecode compilation.
5830
1ed415e2
PA
58312015-09-16 Pedro Alves <palves@redhat.com>
5832 Sandra Loosemore <sandra@codesourcery.com>
5833
5834 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5835 (SECONDS): Redefine.
5836 (main): Call pthread_kill and alarm early.
5837 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5838 support.
5839 (test): If the target can't hardware step and doesn't support
5840 displaced stepping, increase the timeout.
5841
d136eff5
PA
58422015-09-16 Pedro Alves <palves@redhat.com>
5843
5844 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5845 (enable_debug): New procedures.
5846 (test): Use them. Bail out if waiting for threads fails.
5847 (top level): Bail out if a test fails.
5848
991f019c
YQ
58492015-09-16 Yao Qi <yao.qi@linaro.org>
5850
5851 * gdb.asm/asm-source.exp: Set asm-arch for
5852 aarch64*-*-* target.
5853 * gdb.asm/aarch64.inc: New file.
5854
bfca584f
PMR
58552015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5856
5857 * gdb.ada/array_of_variable_length.exp: New testcase.
5858 * gdb.ada/array_of_variable_length/foo.adb: New file.
5859 * gdb.ada/array_of_variable_length/pck.adb: New file.
5860 * gdb.ada/array_of_variable_length/pck.ads: New file.
5861
b326e587
DE
58622015-09-15 Doug Evans <dje@google.com>
5863
5864 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5865 of function static local variable.
5866
5382cfab
PW
58672015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5868
5869 * gdb.threads/tls-so_extern.exp: New test file.
5870 * gdb.threads/tls-so_extern.c: New test file.
5871 * gdb.threads/tls-so_extern_main.c: New test file.
5872
141c5cc4
JK
58732015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 * gdb.opt/solib-intra-step-lib.c: New file.
5876 * gdb.opt/solib-intra-step-main.c: New file.
5877 * gdb.opt/solib-intra-step.exp: New file.
5878
d15dcecd
PA
58792015-09-15 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5882 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5883
4c2f2a79
PA
58842015-09-14 Pedro Alves <palves@redhat.com>
5885
5886 * gdb.base/hook-stop-continue.c: Delete.
5887 * gdb.base/hook-stop-continue.exp: Delete.
5888 * gdb.base/hook-stop-frame.c: Delete.
5889 * gdb.base/hook-stop-frame.exp: Delete.
5890 * gdb.base/hook-stop.c: New file.
5891 * gdb.base/hook-stop.exp: New file.
5892
919e6dbe
PMR
58932015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5894
5895 * gdb.ada/access_to_packed_array.exp: New testcase.
5896 * gdb.ada/access_to_packed_array/foo.adb: New file.
5897 * gdb.ada/access_to_packed_array/pack.adb: New file.
5898 * gdb.ada/access_to_packed_array/pack.ads: New file.
5899
157280a4
MM
59002015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5901
5902 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5903 buffer size test.
5904
2fd33e94
DB
59052015-09-11 Don Breazeal <donb@codesourcery.com>
5906
5907 * gdb.base/foll-exec.c: Add copyright header. Fix
5908 formatting issues.
5909 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5910 (do_exec_tests): Use clean_restart in place of zap_session,
5911 and for test initialization. Fix formatting issues. Use
5912 fail in place of perror.
5913 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5914 an expect statement to match an expression with output from
5915 the program under debug.
5916 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5917 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5918 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5919 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5920 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5921
e70b6e8e
DE
59222015-09-09 Doug Evans <dje@google.com>
5923
5924 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5925
7a551a51
DE
59262015-09-09 Doug Evans <dje@google.com>
5927
5928 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5929
4c666f84
DE
59302015-09-09 Doug Evans <dje@google.com>
5931
5932 * gdb.base/savedregs.exp: Fix typo.
5933
243a9253
PA
59342015-09-09 Pedro Alves <palves@redhat.com>
5935
5936 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5937
c0fa8fbd
SL
59382015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5939
5940 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5941 command actually switches threads. Give up on remaining
5942 tests if target fails to stop at breakpoint.
5943
cd7c1778
PMR
59442015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5945
5946 * gdb.ada/funcall_char.exp: New testcase.
5947 * gdb.ada/funcall_char/foo.adb: New file.
5948
dc5c8746
PMR
59492015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5950
5951 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5952 expected outputs. Add two testcases for completing ambiguous
5953 functions.
5954 * gdb.ada/complete/aux_pck.adb: New file.
5955 * gdb.ada/complete/aux_pck.ads: New file.
5956 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5957 Ambiguous_Func functions.
5958 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5959 * gdb.ada/complete/pck.adb: Likewise.
5960
4e83a1e7
UW
59612015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5962
5963 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5964 failures to run the test program under GDB.
5965
8ce74153
LM
59662015-08-26 Luis Machado <lgustavo@codesourcery.com>
5967
5968 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5969 to C.
5970
e9756d52
PP
59712015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5972
5973 * gdb.base/run-after-attach.exp: New test file.
5974 * gdb.base/run-after-attach.c: New test file.
5975
8d37573b
DB
59762015-08-26 Don Breazeal <donb@codesourcery.com>
5977
5978 * gdb.base/foll-exec-2.c: New test program.
5979 * gdb.base/foll-exec-2.exp: New test.
5980
63e43d3a
PMR
59812015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5982
5983 * gdb.base/nested-subp1.exp: New file.
5984 * gdb.base/nested-subp1.c: New file.
5985 * gdb.base/nested-subp2.exp: New file.
5986 * gdb.base/nested-subp2.c: New file.
5987 * gdb.base/nested-subp3.exp: New file.
5988 * gdb.base/nested-subp3.c: New file.
5989
3d40fbb5
PA
59902015-08-24 Pedro Alves <palves@redhat.com>
5991
5992 * gdb.server/connect-without-multi-process.c: New file.
5993 * gdb.server/connect-without-multi-process.exp: New file.
5994
4422ac93
LM
59952015-08-24 Luis Machado <lgustavo@codesourcery.com>
5996
5997 * gdb.opt/inline-markers.c: Make z int.
5998
91dddb86
LM
59992015-08-24 Luis Machado <lgustavo@codesourcery.com>
6000
6001 * gdb.opt/inline-markers.c: Make z volatile.
6002
a48847ee
LM
60032015-08-24 Luis Machado <lgustavo@codesourcery.com>
6004
6005 * gdb.opt/inline-bt.c: New volatile global z.
6006 * gdb.opt/inline-cmds.c: Likewise.
6007 * gdb.opt/inline-locals.c: Likewise.
6008 * gdb.opt/inline-markers.c: New extern global z.
6009 (marker): Use z.
6010 (inline_fn): Likewise.
6011
0ebbc52b
PA
60122015-08-24 Pedro Alves <palves@redhat.com>
6013
6014 * config/m32r-stub.exp: Remove file.
6015 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6016 * gdb.base/call-rt-st.exp: Likewise.
6017 * gdb.base/call-strs.exp: Likewise.
6018 * gdb.base/default.exp: Remove references to h8300-*-hms and
6019 *-*-udi*.
6020 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6021
77c365df
AA
60222015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6023
6024 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6025 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6026 and "return" use KFAIL when GDB can not read/write the vector
6027 return value.
6028
4313b8c0
GB
60292015-08-21 Gary Benson <gbenson@redhat.com>
6030
6031 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6032
0e433b32
PA
60332015-08-20 Pedro Alves <palves@redhat.com>
6034
6035 * gdb.server/solib-list.exp: No longer expect an interior stop in
6036 non-stop mode.
6037
221e1a37
PA
60382015-08-20 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.server/connect-stopped-target.c: New file.
6041 * gdb.server/connect-stopped-target.exp: New file.
6042
40e3ad0e
PA
60432015-08-20 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.dwarf2/comp-unit-lang.exp: New file.
6046 * gdb.dwarf2/comp-unit-lang.c: New file.
6047
af39b327
PMR
60482015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6049
6050 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6051 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6052
7d45c7c3 60532015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 6054
7d45c7c3
KB
6055 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6056 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6057
4d6cceb4
DE
60582015-08-18 Doug Evans <dje@google.com>
6059 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6060
6061 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6062 skip_python_tests. New arg prompt_regexp.
6063 (skip_python_tests): New function.
6064 * lib/mi-support.exp (mi_skip_python_tests): New function.
6065 * gdb.python/py-mi-objfile-gdb.py: New file.
6066 * gdb.python/py-mi-objfile.c: New file.
6067 * gdb.python/py-mi-objfile.exp: New file.
6068
ad89c2aa
KS
60692015-08-17 Keith Seitz <keiths@redhat.com>
6070
6071 * gdb.linespec/explicit.exp: Move strace test from here ...
6072 * gdb.trace/strace.exp: ... to here.
6073
e3ae3c43
PP
60742015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6075
6076 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6077 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6078
604b2636
DE
60792015-08-14 Doug Evans <xdje42@gmail.com>
6080
6081 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6082 inferior before selecting a new file.
6083
6ff0ba5f
DE
60842015-08-14 Doug Evans <xdje42@gmail.com>
6085
6086 * gdb.mi/mi-disassemble.exp: Update.
6087 * gdb.base/disasm-optim.S: New file.
6088 * gdb.base/disasm-optim.c: New file.
6089 * gdb.base/disasm-optim.h: New file.
6090 * gdb.base/disasm-optim.exp: New file.
6091
9ca98f92
KS
60922015-08-14 Keith Seitz <keiths@redhat.com>
6093
6094 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6095 "evaluated-by".
6096
52bbc560
JB
60972015-08-13 Joel Brobecker <brobecker@adacore.com>
6098
6099 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6100
5d8c3ed3
PMR
61012015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6102
6103 * gdb.ada/fun_renaming.exp: New testcase.
6104 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6105 * gdb.ada/fun_renaming/pack.adb: New file.
6106 * gdb.ada/fun_renaming/pack.ads: New file.
6107
ea8812bc
KS
61082015-08-12 Keith Seitz <keiths@redhat.com>
6109
6110 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6111 gdb_get_line_number.
6112
4dafcdeb
JB
61132015-08-12 Joel Brobecker <brobecker@adacore.com>
6114
6115 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6116 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6117 gdb.base/dso2dso.exp: New files.
6118
5ba32597
SDJ
61192015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6120 Pedro Alves <palves@redhat.com>
6121 Keith Seitz <keiths@redhat.com>
6122
6123 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6124 GDBFLAGS.
6125
b6dafabf
PP
61262015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6127
6128 * gdb.base/gdbhistsize-history.exp
6129 (test_histsize_history_setting): Use save_vars.
6130 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6131 Use save_vars.
6132 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6133 * gdb.base/readline.exp: Use save_vars.
6134
abe8e607
PP
61352015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6136
6137 * lib/gdb.exp (save_vars): New proc.
6138
629500fa
KS
61392015-08-11 Keith Seitz <keiths@redhat.com>
6140
6141 * gdb.base/help.exp: Update help_breakpoint_text.
6142
eb8c4e2e
KS
61432015-08-11 Keith Seitz <keiths@redhat.com>
6144
6145 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6146 (at toplevel): Call test_explicit_breakpoints.
6147 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6148 breakpoints.
6149 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6150 breakpoint conditions, "-cond".
6151
87f0e720
KS
61522015-08-11 Keith Seitz <keiths@redhat.com>
6153
6154 * gdb.linespec/3explicit.c: New file.
6155 * gdb.linespec/cpexplicit.cc: New file.
6156 * gdb.linespec/cpexplicit.exp: New file.
6157 * gdb.linespec/explicit.c: New file.
6158 * gdb.linespec/explicit.exp: New file.
6159 * gdb.linespec/explicit2.c: New file.
6160 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6161 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6162 before using in the matching pattern.
6163 Clarify that `prefix' is a regular expression.
6164
f00aae0f
KS
61652015-08-11 Keith Seitz <keiths@redhat.com>
6166
6167 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6168 test.
6169 Add tests for missing ",FMT" and ",".
6170
e27852be
DE
61712015-08-10 Doug Evans <dje@google.com>
6172 Keith Seitz <keiths@redhat.com>
6173
6174 PR gdb/17960
6175 * gdb.base/completion.exp: Add location completer tests.
6176
7f03bd92
PA
61772015-08-07 Pedro Alves <palves@redhat.com>
6178
6179 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6180 tests here.
6181 (top level): Run do_test with and without displaced stepping.
6182
3fc8eb30
PA
61832015-08-07 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.base/valgrind-disp-step.c: New file.
6186 * gdb.base/valgrind-disp-step.exp: New file.
6187
d4569d7b
PA
61882015-08-07 Pedro Alves <palves@redhat.com>
6189
6190 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6191 Delete function.
6192 (main): Add alarm. Run an infinite loop instead of calling
6193 wait_threads.
6194 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6195 comment.
6196 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6197 Delete function.
6198 (main): Add alarm. Run an infinite loop instead of calling
6199 wait_threads.
6200 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6201 comment.
6202
e1316e60
PA
62032015-08-07 Pedro Alves <palves@redhat.com>
6204
6205 * gdb.base/checkpoint-ns.exp: New file.
6206 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6207 standard_testfile.
6208
da8c46d2
MM
62092015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6210
6211 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6212 * gdb.btrace/instruction_history.exp: Update.
6213 * gdb.btrace/tsx.exp: New.
6214 * gdb.btrace/tsx.c: New.
6215
de1c2c52
PA
62162015-08-06 Pedro Alves <palves@redhat.com>
6217
6218 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6219 increase timeout.
6220 * gdb.reverse/until-precsave.exp: Bump timeouts.
6221
782e0bf4
PA
62222015-08-06 Pedro Alves <palves@redhat.com>
6223
6224 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6225
83e97ed0
PA
62262015-08-06 Pedro Alves <palves@redhat.com>
6227
6228 PR gdb/18749
6229 * gdb.threads/process-dies-while-handling-bp.c: New file.
6230 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6231
863d01bd
PA
62322015-08-06 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6235 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6236
0a39bb32
PA
62372015-08-05 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6240 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6241
ee2d2b10
SL
62422015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6243
6244 * gdb.base/bp-permanent.exp: Report test as unsupported if
6245 the target cannot stop at the permanent breakpoint.
6246
4e1bdb00
DE
62472015-08-03 Doug Evans <dje@google.com>
6248
6249 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6250 10000.
6251
3d338901
DE
62522015-08-03 Doug Evans <dje@google.com>
6253
6254 * Makefile.in (workers/%.worker, build-perf): New rule.
6255 (GDB_PERFTEST_MODE): New variable.
6256 (check-perf): Use it.
6257 (clean): Clean up gdb.perf parallel build subdirs.
6258 * lib/build-piece.exp: New file.
6259 * lib/gdb.exp (make_gdb_parallel_path): New function
6260 (standard_output_file, standard_temp_file): Call it.
6261 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6262 of $GDB_PARALLEL.
6263 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6264
af061d3e
DE
62652015-08-03 Doug Evans <dje@google.com>
6266
8e1afc81 6267 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6268 (LOG_FILE_NAME): New global.
6269 (TextReporter.__init__): Initialize self.txt_sum.
6270 (TextReporter.report): Add support for multiple data-points.
6271 Move report to perftest.sum, put raw data in perftest.log.
6272 (TextReporter.start): Open sum and log files.
6273 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6274 * gdb.perf/lib/perftest/testresult.py
6275 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6276
2c8c5d37
PA
62772015-07-31 Pedro Alves <palves@redhat.com>
6278
6279 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6280 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6281 kill_wait_spawned_process instead of explicit "kill -9".
6282 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6283 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6284 kill_wait_spawned_process.
6285 * gdb.base/attach-twice.exp: Likewise.
6286 * gdb.base/attach.exp: Likewise.
6287 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6288 gdb_test_multiple.
6289 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6290 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6291 kill_wait_spawned_process.
6292 * gdb.base/valgrind-infcall.exp: Likewise.
6293 * gdb.multi/multi-attach.exp: Likewise.
6294 * gdb.python/py-prompt.exp: Likewise.
6295 * gdb.python/py-sync-interp.exp: Likewise.
6296 * gdb.server/ext-attach.exp: Likewise.
6297 * gdb.threads/attach-into-signal.exp (corefunc): Use
6298 spawn_wait_for_attach, spawn_id_get_pid and
6299 kill_wait_spawned_process.
6300 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6301 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6302 spawn_id_get_pid and kill_wait_spawned_process.
6303 * gdb.threads/attach-stopped.exp (corefunc): Use
6304 spawn_wait_for_attach, spawn_id_get_pid and
6305 kill_wait_spawned_process.
6306 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6307 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6308 kill_wait_spawned_process instead of explicit "kill -9".
6309 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6310 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6311 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6312 processes. Don't map cygwin/windows pids here. Now returns a
6313 spawn id list.
6314
032a0fca
SL
63152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6316
6317 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6318 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6319 correct patch.
6320
61a934ca
SL
63212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6322
6323 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6324
4bc4d428
SL
63252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6326
6327 Reapply:
6328 2014-05-21 Mark Wielaard <mjw@redhat.com>
6329
6330 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6331
998d452a
PA
63322015-07-30 Pedro Alves <palves@redhat.com>
6333
6334 * linux-low.c (handle_extended_wait): Set the child's last
6335 reported status to TARGET_WAITKIND_STOPPED.
6336
69dde7dc
PA
63372015-07-30 Pedro Alves <palves@redhat.com>
6338
6339 PR threads/18600
6340 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6341 only shows inferior 1.
6342
4dd63d48
PA
63432015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6344 Pedro Alves <palves@redhat.com>
6345
6346 PR threads/18600
6347 * gdb.threads/fork-plus-threads.c: New file.
6348 * gdb.threads/fork-plus-threads.exp: New file.
6349
d618e4c5
PP
63502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6351
6352 * gdb.base/batch-preserve-term-settings.exp
6353 (test_terminal_settings_preserved_after_cli_exit): Use
6354 send_quit_command.
6355
1eef6428
PA
63562015-07-29 Pedro Alves <palves@redhat.com>
6357 Don Breazeal <donb@codesourcery.com>
6358
6359 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6360 output from both inferior_spawn_id and gdb_spawn_id.
6361
7da5b897
SDJ
63622015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6363
6364 * gdb.threads/attach-into-signal.exp (corefunc): Use
6365 with_test_prefix on nested loops, uniquefying the test messages.
6366
dac804df
SDJ
63672015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6368
6369 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6370 commit.
6371
06265e53
PP
63722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6373
6374 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6375 New proc.
6376 (test_terminal_settings_preserved_after_sigterm): New test.
6377
18206ca3
PP
63782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6379
6380 * gdb.base/batch-preserve-term-settings.exp
6381 (test_terminal_settings_preserved_after_cli_exit): New test.
6382
90074d11
PP
63832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6384
6385 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6386 manipulation of saved_gdbflags.
6387 (test_terminal_settings_preserved): Remove global declaration of
6388 the unused variable pagination_prompt. Remove manipulation of
6389 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6390 GDBFLAGS.
6391
eb1a7902
PA
63922015-07-29 Pedro Alves <palves@redhat.com>
6393
6394 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6395
8b75dd3b
PA
63962015-07-29 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6399 at the top.
6400
dedad4e3
PA
64012015-07-29 Pedro Alves <palves@redhat.com>
6402
6403 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6404 (main): Call gdb_unbuffer_output.
6405 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6406 (main): Call gdb_unbuffer_output.
6407 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6408 (main): Call gdb_unbuffer_output.
6409 * gdb.base/call-strs.exp: Adjust to step over the
6410 gdb_unbuffer_output call.
6411 * gdb.base/catch-gdb-caused-signals.c: Include
6412 "../lib/unbuffer_output.c".
6413 (main): Call gdb_unbuffer_output.
6414 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6415 (main): Call gdb_unbuffer_output.
6416 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6417 (main): Call gdb_unbuffer_output.
6418 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6419 (main): Call gdb_unbuffer_output.
6420 * gdb.base/shlib-call.exp: Adjust to step over the
6421 gdb_unbuffer_output call.
6422 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6423 (main): Call gdb_unbuffer_output.
6424 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6425 (main): Call gdb_unbuffer_output.
6426 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6427 (main): Rename to ...
6428 (test): ... this.
6429 (main): Reimplement.
6430 * gdb.base/varargs.exp: Run to test instead of to main.
6431 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6432 (main): Call gdb_unbuffer_output.
6433
58789a91
PA
64342015-07-29 Pedro Alves <palves@redhat.com>
6435
6436 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6437 factore out from mi_continue_dprintf. For call-style dprintfs,
6438 expect dprintf output out of $inferior_spawn_id.
6439 (mi_continue_dprintf): Use mi_expect_dprintf.
6440 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6441 (main): Call gdb_unbuffer_output.
6442
e8376742
PA
64432015-07-29 Pedro Alves <palves@redhat.com>
6444
6445 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6446 (default_mi_gdb_start): Set inferior_spawn_id instead of
6447 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6448 gdb_spawn_id.
6449 (mi_gdb_test): Always expect inferior output from both
6450 $inferior_spawn_id and $gdb_spawn_id.
6451
08280010
PA
64522015-07-29 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6455 send_inferior and $inferior_spawn_id.
6456
4d30e432
PA
64572015-07-29 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.gdb/complaints.exp (test_initial_complaints)
6460 (test_serial_complaints, test_short_complaints): Use
6461 gdb_test_stdio.
6462 (test_empty_complaint): Handle $inferior_spawn_id !=
6463 $gdb_spawn_id.
6464
0d30a335
PA
64652015-07-29 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.base/varargs.exp: Use gdb_test_stdio.
6468
39413b29
PA
64692015-07-29 Pedro Alves <palves@redhat.com>
6470
6471 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6472
7cb000a9
PA
64732015-07-29 Pedro Alves <palves@redhat.com>
6474
6475 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6476
d7b8ac82
PA
64772015-07-29 Pedro Alves <palves@redhat.com>
6478
6479 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6480 parameter into two new parameters, "inf_result" and "gdb_result".
6481 Expect inferior output and gdb output from $inferior_spawn_id and
6482 $gdb_spawn_id, respectively. Adjust all callers.
6483
789c3a0c
PA
64842015-07-29 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6487 of gdb_test_sequence.
6488
77e760c3
PA
64892015-07-29 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6492 (saw_spurious_output): Expect inferior output from
6493 $inferior_spawn_id. Use gdb_test_stdio.
6494
8396d2cd
PA
64952015-07-29 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/dprintf.exp: Use standard_testfile. Change
6498 prepare_for_testing call.
6499 (srcfile): Don't set.
6500 (restart): New procedure.
6501 (test_dprintf): New procecure, use to continue over dprintfs.
6502 (test_call, test_agent): New procedures, tests moved here.
6503 Restart gdb and recreate dprintfs. Adjust expected output.
6504
2051d61f
PA
65052015-07-29 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6508
452397af
PA
65092015-07-29 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6512
8aed9555
PA
65132015-07-29 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6516 gdb_test_stdio.
6517
188a61b4
PA
65182015-07-29 Pedro Alves <palves@redhat.com>
6519
6520 * lib/gdb.exp (gdb_test_stdio): New procedure.
6521
12264a45
PA
65222015-07-29 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6525
23ffc893
PA
65262015-07-29 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/call-signal-resume.exp: Remove check for
6529 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6530 * gdb.base/unwindonsignal.exp: Likewise.
6531 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6532 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6533
65566918
PA
65342015-07-29 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.base/siginfo-addr.c (pass): New function.
6537 (handler): Call it iff si_addr is correct.
6538 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6539 Set a breakpoint at "pass" and continue to it.
6540
d60a9221
SDJ
65412015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6542
6543 * gdb.python/py-objfile.exp: Make some tests have unique names.
6544 * gdb.python/py-pp-registration.exp: Likewise.
6545
bde40b8f
PA
65462015-07-28 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6549
13e1dec8
SM
65502015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6551
6552 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6553
da33c9a7
SM
65542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6555
6556 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6557
077836f7
PP
65582015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6559
6560 * gdb.base/gdb-sigterm-2.exp: New test.
6561
b8cc7b2e
DE
65622015-07-25 Doug Evans <xdje42@gmail.com>
6563
6564 Revert:
6565 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6566 (workers/%.worker, build-perf): New rule.
6567 (GDB_PERFTEST_MODE): New variable.
6568 (check-perf): Use it.
6569 (clean): Clean up gdb.perf parallel build subdirs.
6570 * lib/build-piece.exp: New file.
6571 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6572 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6573 name.
6574 (standard_temp_file): Ditto.
6575 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6576 of $GDB_PARALLEL.
6577
c8bd4544
DE
65782015-07-24 Doug Evans <dje@google.com>
6579
6580 * gdb.perf/lib/perftest/utils.py: New file.
6581 * gdb.perf/gm-hello.cc: New file.
6582 * gdb.perf/gm-pervasive-typedef.cc: New file.
6583 * gdb.perf/gm-pervasive-typedef.h: New file.
6584 * gdb.perf/gm-std.cc: New file.
6585 * gdb.perf/gm-std.h: New file.
6586 * gdb.perf/gm-use-cerr.cc: New file.
6587 * gdb.perf/gm-utils.h: New file.
6588 * gdb.perf/gmonster-null-lookup.py: New file.
6589 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6590 * gdb.perf/gmonster-print-cerr.py: New file.
6591 * gdb.perf/gmonster-ptype-string.py: New file.
6592 * gdb.perf/gmonster-runto-main.py: New file.
6593 * gdb.perf/gmonster-select-file.py: New file.
6594 * gdb.perf/gmonster1-null-lookup.exp: New file.
6595 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6596 * gdb.perf/gmonster1-print-cerr.exp: New file.
6597 * gdb.perf/gmonster1-ptype-string.exp: New file.
6598 * gdb.perf/gmonster1-runto-main.exp: New file.
6599 * gdb.perf/gmonster1-select-file.exp: New file.
6600 * gdb.perf/gmonster1.cc: New file.
6601 * gdb.perf/gmonster1.exp: New file.
6602 * gdb.perf/gmonster2-null-lookup.exp: New file.
6603 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6604 * gdb.perf/gmonster2-print-cerr.exp: New file.
6605 * gdb.perf/gmonster2-ptype-string.exp: New file.
6606 * gdb.perf/gmonster2-runto-main.exp: New file.
6607 * gdb.perf/gmonster2-select-file.exp: New file.
6608 * gdb.perf/gmonster2.cc: New file.
6609 * gdb.perf/gmonster2.exp: New file.
6610
6eab34f3
DE
66112015-07-24 Doug Evans <dje@google.com>
6612
6613 * gdb.perf/README: New file.
6614 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6615 * lib/gen-perf-test.exp: New file.
6616
63738bfd
DE
66172015-07-24 Doug Evans <dje@google.com>
6618
6619 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6620 (PerfTest::startup): New function.
6621 (PerfTest::run): Return result of calling body.
6622 (PerfTest::assemble): Rewrite.
6623 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6624 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6625 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6626 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6627 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6628
7b606f95
DE
66292015-07-24 Doug Evans <dje@google.com>
6630
6631 * lib/gdb.exp (clean_restart): Make executable optional.
6632
a97b16b8
DE
66332015-07-24 Doug Evans <dje@google.com>
6634
6635 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6636 compiler_info references.
6637 * gdb.cp/temargs.exp: Ditto.
6638 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6639 (get_compiler_info): Early exit if already computed. Set compiler_info
6640 to "unknown" if there was a problem.
6641 (test_compiler_info): Add function comment. Call get_compiler_info.
6642
35baa57f
DE
66432015-07-24 Doug Evans <dje@google.com>
6644
6645 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6646 (workers/%.worker, build-perf): New rule.
6647 (GDB_PERFTEST_MODE): New variable.
6648 (check-perf): Use it.
6649 (clean): Clean up gdb.perf parallel build subdirs.
6650 * lib/build-piece.exp: New file.
6651 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6652 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6653 name.
6654 (standard_temp_file): Ditto.
6655 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6656 of $GDB_PARALLEL.
6657
6ebea266
DE
66582015-07-24 Doug Evans <dje@google.com>
6659
6660 * lib/future.exp (gdb_default_target_compile): New option
6661 "early_flags".
6662 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6663 --as-needed.
6664
1e76a7e9
SDJ
66652015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6666
6667 * gdb.base/catch-syscall.exp: Call gdb_exit before
6668 gdb_skip_xml_test.
6669
5068630a
PA
66702015-07-24 Pedro Alves <palves@redhat.com>
6671
6672 * gdb.python/py-events.exp: Accept output between the stop event
6673 and the prompt.
6674 * gdb.python/py-evsignal.exp: Likewise.
6675 * gdb.python/py-evthreads.exp: Likewise.
6676
77598427
PA
66772015-07-24 Pedro Alves <palves@redhat.com>
6678
6679 PR gdb/18717
6680 * gdb.threads/non-ldr-exit.c: New file.
6681 * gdb.threads/non-ldr-exit.exp: New file.
6682
11e6c98f
YQ
66832015-07-24 Yao Qi <yao.qi@linaro.org>
6684
6685 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6686 restarting process.
6687
51aee833
YQ
66882015-07-24 Yao Qi <yao.qi@linaro.org>
6689
6690 * gdb.server/ext-restart.exp: New file.
6691
8cfe207c
YQ
66922015-07-24 Yao Qi <yao.qi@linaro.org>
6693
6694 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6695 argument options.
6696 * gdb.server/ext-wrapper.exp: New file.
6697
cc12ce38
DE
66982015-07-23 Doug Evans <dje@google.com>
6699
6700 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6701 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6702
d0d84780
PMR
67032015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6704
6705 * gdb.ada/var_arr_typedef.exp: New testcase.
6706 * gdb.ada/var_arr_typedef/pack.adb: New file.
6707 * gdb.ada/var_arr_typedef/pack.ads: New file.
6708 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6709
8b558f79
JB
67102015-07-20 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6713
775a3298
JK
67142015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6715
6716 * gdb.arch/i386-biarch-core.exp: Replace istarget
6717 by "complete set gnutarget". Remove expectation for the "core-file"
6718 command.
6719
db1ff28b
JK
67202015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6721
6722 Revert the previous commit:
6723 Tests for validate symbol file using build-id.
6724
0a94970d
JK
67252015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6726
6727 Tests for validate symbol file using build-id.
6728 * gdb.base/solib-mismatch-lib.c: New file.
6729 * gdb.base/solib-mismatch-libmod.c: New file.
6730 * gdb.base/solib-mismatch.c: New file.
6731 * gdb.base/solib-mismatch.exp: New file.
6732
03346981
SL
67332015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6734
6735 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6736 nios2-*-linux*.
6737 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6738 * gdb.base/siginfo.exp: Likewise.
6739 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6740
42422cc7
PL
67412015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6742
6743 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6744 Move it to ...
6745 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6746 ... here.
6747 * gdb.trace/range-stepping.exp: Check that the target supports
6748 range stepping.
6749
cfa68bae
JK
67502015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6751
6752 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6753
8ffdba26
PA
67542015-07-14 Pedro Alves <palves@redhat.com>
6755
6756 * gdb.base/killed-outside.exp: New file.
6757 * gdb.base/killed-outside.c: New file.
6758
218a5a11
JK
67592015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6760
6761 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6762 (n at main): New.
6763 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6764
e03ed3c6
AA
67652015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6766
6767 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6768 infcall tests instead of setting up for KFAIL.
6769
485668e5
MM
67702015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6771
6772 * gdb.btrace/record_goto-step.exp: New.
6773
08464196
JK
67742015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6775
6776 PR compile/18484
6777 * gdb.compile/compile.c (struct struct_type): Add volatile to
6778 selffield's type.
6779 * gdb.compile/compile.exp
6780 (compile code struct_object.selffield = &struct_object): Skip further
6781 struct_object tests if this one xfails.
6782
bcf5c1d9
RC
67832015-07-08 Robert O'Callahan <robert@ocallahan.org>
6784
6785 PR exp/18617
6786 * gdb.trace/ax.exp: Add test.
6787
4931af25
YQ
67882015-07-07 Yao Qi <yao.qi@linaro.org>
6789
6790 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6791 instead of istarget "aarch64*-*-*".
6792 * gdb.arch/aarch64-fp.exp: Likewise.
6793 * gdb.base/float.exp: Likewise.
6794 * gdb.reverse/aarch64.exp: Likewise.
6795 * lib/gdb.exp (is_aarch64_target): New proc.
6796
9fcf688e
YQ
67972015-07-07 Yao Qi <yao.qi@linaro.org>
6798
6799 * lib/gdb.exp (is_aarch32_target): New proc.
6800 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6801 instead of "istarget "arm*-*-*"".
6802 * gdb.arch/arm-disp-step.exp: Likewise.
6803 * gdb.arch/thumb-bx-pc.exp: Likewise.
6804 * gdb.arch/thumb-prologue.exp: Likewise.
6805 * gdb.arch/thumb-singlestep.exp: Likewise.
6806 * gdb.base/disp-step-syscall.exp: Likewise.
6807 * gdb.base/float.exp: Likewise.
6808
fbd8d50d
YQ
68092015-07-07 Yao Qi <yao.qi@linaro.org>
6810
6811 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6812 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6813
71be1fdc
YQ
68142015-07-07 Yao Qi <yao.qi@linaro.org>
6815
6816 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6817 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6818 if it exists.
6819 * gdb.multi/multi-arch.exp: Likewise.
6820
3e221d36
SM
68212015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6822
6823 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6824 print.
6825
d441430b
YQ
68262015-07-07 Yao Qi <yao.qi@linaro.org>
6827
6828 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6829
06f810bd
MG
68302015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6831
6832 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6833 '[' and ']' characters.
6834
5e61e7c0
IB
68352015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6836
6837 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6838
28bf096c
PA
68392015-06-29 Pedro Alves <palves@redhat.com>
6840
6841 PR threads/18127
6842 * gdb.threads/hand-call-new-thread.c: New file.
6843 * gdb.threads/hand-call-new-thread.c: New file.
6844
ee93cd5e
KS
68452015-06-26 Keith Seitz <keiths@redhat.com>
6846 Doug Evans <dje@google.com>
6847
6848 PR 16253
6849 * gdb.cp/var-tag-2.cc: New file.
6850 * gdb.cp/var-tag-3.cc: New file.
6851 * gdb.cp/var-tag-4.cc: New file.
6852 * gdb.cp/var-tag.cc: New file.
6853 * gdb.cp/var-tag.exp: New file.
6854
fc637f04
PP
68552015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6856
6857 * gdb.base/history-duplicates.exp: New test.
6858
2e52ae68
PP
68592015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6860
6861 * gdb.base/completion.exp: Test the completion of the "focus"
6862 command.
6863
6e22494e
JK
68642015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6865
6866 * gdb.arch/amd64-prologue-skip.S: New file.
6867 * gdb.arch/amd64-prologue-skip.exp: New file.
6868
bf7b9cd9
SM
68692015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6870
6871 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6872 is_address_zero_readable check.
6873
201e8dfd
PB
68742015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6875
6876 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6877 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6878
5cd867b4
YQ
68792015-06-24 Yao Qi <yao.qi@linaro.org>
6880
6881 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6882 linux targets.
6883
4d7be007
YQ
68842015-06-24 Yao Qi <yao.qi@linaro.org>
6885
6886 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6887 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6888 * gdb.base/siginfo-thread.exp: Likewise.
6889
07fcd301
YQ
68902015-06-22 Yao Qi <yao.qi@linaro.org>
6891
6892 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6893
52042a00
YQ
68942015-06-22 Yao Qi <yao.qi@linaro.org>
6895
6896 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6897 aarch64*-*-*.
6898 (skip_hw_watchpoint_tests): Likewise.
6899
74bd41ce
PP
69002015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6901
6902 * gdb.base/gdbinit-history.exp: Test the interaction between
6903 setting GDBHISTSIZE and setting the history size via .gdbinit.
6904
bc460514
PP
69052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6906
6907 PR gdb/16999
6908 * gdb.base/gdbhistsize-history.exp: New test.
6909
b58c513b
PP
69102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6911
6912 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6913 with GDBHISTSIZE.
6914 * gdb.base/readline.exp: Likewise.
6915
92046791
YQ
69162015-06-17 Yao Qi <yao.qi@linaro.org>
6917
6918 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6919 line.
6920
2093d2d3
PP
69212015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6922
6923 * gdb.base/gdbinit-history.exp: Add test case to check that
6924 an unlimited history file does not get truncated on exit.
6925
e6c693af
AA
69262015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6927
6928 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6929 (VECTOR): New macro. Use it...
6930 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6931 ...for these typedefs.
6932 (int8, char1, int1, double1): New typedefs.
6933 (struct just_int2, struct two_int2): New structures.
6934 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6935 (add_structvecs, add_singlevecs): New functions.
6936 (main): Call add_some_intvecs twice.
6937 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6938 the compile and exit upon failure. Try compiling for the "native"
6939 architecture. Test inferior function calls with vector arguments
6940 and vector return value handling with "finish" and "return".
6941
c74f7d1c
JT
69422015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6943
6944 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6945 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6946 PE file.
6947 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6948
98aa42ee
AT
69492015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6950
6951 PR breakpoints/16465
6952 * gdb.mi/mi-dprintf-pending.c: New file.
6953 * gdb.mi/mi-dprintf-pending.exp: New test.
6954 * gdb.mi/mi-dprintf-pendshr.c: New file.
6955
7d73c23c 69562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6957 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6958
6959 * gdb.arch/i386-mpx-map.c: New file.
6960 * gdb.arch/i386-mpx-map.exp: New File.
6961
69622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6963
6964 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6965 * gdb.arch/i386-mpx.exp: Indentation fixed.
6966
69672015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6968
6969 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6970 function and improved indentation.
6971 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6972 gdb_test_multiple. Added additional tests to skip the test.
6973
69742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6975
6976 * gdb.arch/i386-avx512.c: Change path in include file.
6977 * gdb.arch/i386-avx512.exp: Change include dir path
6978 compilation flag.
6979 * gdb.arch/i386-mpx.c: Change path in include file.
6980 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6981 flag.
6982
d5eba19a
JK
69832015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6984
6985 * gdb.compile/compile-print.exp (compile print *vararray@3)
6986 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6987
7f361056
JK
69882015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6989
6990 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6991 (do not keep jit in memory): ... this.
6992 (expect 5): Change it to ...
6993 (expect no 5): ... this.
6994
3b462ec2
SM
69952015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6996
6997 PR gdb/15564
6998 * gdb.mi/mi-detach.exp: New file.
6999
e0619de6
JK
70002015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7001
7002 PR symtab/18392
7003 * gdb.arch/amd64-tailcall-self.S: New file.
7004 * gdb.arch/amd64-tailcall-self.c: New file.
7005 * gdb.arch/amd64-tailcall-self.exp: New file.
7006
e970cb34
DB
70072015-05-28 Don Breazeal <donb@codesourcery.com>
7008
7009 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7010 tests for remote targets by checking is_target_gdbserver.
7011
b2e2f908
DE
70122015-05-27 Doug Evans <dje@google.com>
7013
7014 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7015 * gdb.dwarf2/opaque-type-lookup.c: New file.
7016 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7017
82c7be31
DE
70182015-05-26 Doug Evans <dje@google.com>
7019
7020 * gdb.cp/iostream.cc: New file.
7021 * gdb.cp/iostream.exp: New file.
7022
b4f54984
DE
70232015-05-26 Doug Evans <dje@google.com>
7024
7025 * gdb.dwarf2/dw2-op-call.exp: Update.
7026 * gdb.dwarf2/dw4-sig-types.exp: Update.
7027 * gdb.dwarf2/implptr.exp: Update.
7028 * gdb.mi/mi-cmd-param-changed.exp: Update.
7029
4ea6efe9
DE
70302015-05-26 Doug Evans <dje@google.com>
7031
7032 * gdb.python/py-lazy-string.c: New file.
7033 * gdb.python/py-lazy-string.exp: New file.
7034 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7035 (main): Update. Add estring3.
7036 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7037 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7038
f6bb7db3
YQ
70392015-05-26 Omair Javaid <omair.javaid@linaro.org>
7040 Yao Qi <yao.qi@linaro.org>
7041
7042 * gdb.reverse/aarch64.c: New.
7043 * gdb.reverse/aarch64.exp: New.
7044
a81bfbd0
OJ
70452015-05-26 Omair Javaid <omair.javaid@linaro.org>
7046
25d49b86
PA
7047 * lib/gdb.exp (supports_process_record): Return true for
7048 aarch64*-linux*.
a81bfbd0
OJ
7049 (supports_reverse): Likewise.
7050
158bf1b4
PP
70512015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7052
7053 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7054 Use with_test_prefix.
7055
a0145030
AB
70562015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7057
7058 * gdb.base/completion.exp: Add test for completion of layout
7059 names.
7060
ebe3b578
AB
70612015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7062
7063 * lib/gdb.exp (skip_tui_tests): New proc.
7064 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7065
84204ed7
PA
70662015-05-19 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7069 Save the whole env array instead of just HOME. Unset HISTSIZE in
7070 the environment while testing. Restore whole environment
7071 afterwards.
7072
37442ce1
DE
70732015-05-16 Doug Evans <xdje42@gmail.com>
7074
7075 * gdb.guile/scm-ports.c: New file.
7076 * gdb.guile/scm-ports.exp: Add memory port tests.
7077
36de76f9
JK
70782015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7079
7080 * gdb.compile/compile-print.c: New file.
7081 * gdb.compile/compile-print.exp: New file.
7082
3a9558c4
JK
70832015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 * gdb.compile/compile-ops.exp: Cast param to void.
7086 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7087 (compile code struct_object.selffield = &struct_object): Add xfail.
7088
aa715135
JG
70892015-05-15 Joel Brobecker <brobecker@adacore.com>
7090
7091 * gdb.ada/arr_enum_with_gap: New testcase.
7092
931e5bc3
JG
70932015-05-15 Joel Brobecker <brobecker@adacore.com>
7094
7095 * gdb.ada/byte_packed_arr: New testcase.
7096
9cd4d857
JB
70972015-05-15 Joel Brobecker <brobecker@adacore.com>
7098
7099 * gdb.ada/pckd_neg: New testcase.
7100
ebfd00d2
PP
71012015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7102
7103 PR gdb/17820
7104 * gdb.base/gdbinit-history.exp: New test.
7105 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7106 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7107
4c082a81
SC
71082015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7109
7110 * gdb.python/py-xmethods.cc: Enhance test case.
7111 * gdb.python/py-xmethods.exp: New tests.
7112 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7113 function.
7114 (B_indexoper): Likewise.
7115 (global_dm_list) : Add new xmethod worker functions.
7116
f7797074
SDJ
71172015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7118
7119 * gdb.base/coredump-filter.exp: Correctly unset
7120 "coredump_var_addr" array.
7121
a4674e4e
PA
71222015-05-08 Pedro Alves <palves@redhat.com>
7123
7124 * gdb.server/non-existing-program.exp: Unset spawn_id.
7125
df2eb078
SC
71262015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7127
7128 PR python/18291
7129 * gdb.python/py-xmethods.exp: Add tests.
7130
422349a3
YQ
71312015-05-08 Yao Qi <yao.qi@linaro.org>
7132
7133 PR gdb/18208
7134 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7135 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7136 function set_coredump_filter, and remove remote_exec call.
7137 Remove argument ipid. Callers update.
7138 (top level): Don't get inferior's PID.
7139
63fc80ce
AA
71402015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7141
7142 * gdb.base/watch_thread_num.exp: Skip test on targets without
7143 access watchpoints.
7144
80ad801e
PA
71452015-05-06 Pedro Alves <palves@redhat.com>
7146
7147 PR server/18081
7148 * gdb.server/non-existing-program.exp: New file.
7149
0fa7fe50
JB
71502015-05-05 Joel Brobecker <brobecker@adacore.com>
7151
7152 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7153
3ea89b92
PMR
71542015-05-05 Joel Brobecker <brobecker@adacore.com>
7155
7156 * gdb.ada/out_of_line_in_inlined: New testcase.
7157
87b8eff0
JB
71582015-05-05 Joel Brobecker <brobecker@adacore.com>
7159
7160 * gdb.ada/var_rec_arr: New testcase.
7161
5fccc635
YQ
71622015-04-30 Yao Qi <yao.qi@linaro.org>
7163
7164 * gdb.base/break-idempotent.exp: If
7165 skip_hw_watchpoint_multi_tests returns true, skip the tests
7166 on "rwatch" and "awatch".
7167
42d38f42
YQ
71682015-04-30 Yao Qi <yao.qi@linaro.org>
7169
7170 * gdb.base/relativedebug.exp: Invoke gdb command
7171 "info sharedlibrary", and if libc.so doesn't have debug info,
7172 skip the test.
7173
2ce1cdbf
DE
71742015-04-29 Doug Evans <dje@google.com>
7175
7176 * gdb.python/py-xmethods.exp: Add ptype tests.
7177 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7178 get_result_type method.
7179
f24a38c5
LM
71802015-04-29 Luis Machado <lgustavo@codesourcery.com>
7181
7182 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7183 the target does not support hardware watchpoints.
7184
ecbf2b3c
LM
71852015-04-29 Luis Machado <lgustavo@codesourcery.com>
7186
7187 * gdb.base/break-always.exp: Abort testing if writing to memory
7188 causes an error.
7189
34f5f757
DE
71902015-04-28 Doug Evans <dje@google.com>
7191
7192 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7193 * gdb.python/py-pp-registration.exp: ... here. New file.
7194 * gdb.python/py-pp-registration.c: New file.
7195 * gdb.python/py-pp-registration.py: New file.
7196
69b4374a
DE
71972015-04-28 Doug Evans <dje@google.com>
7198
7199 * gdb.python/py-bad-printers.c: New file.
7200 * gdb.python/py-bad-printers.py: New file.
7201 * gdb.python/py-bad-printers.exp: New file.
7202
59fb7612
SS
72032015-04-28 Sasha Smundak <asmundak@google.com>
7204
7205 * gdb.python/py-type.exp: New test.
7206
2631b16a
AW
72072015-04-28 Andy Wingo <wingo@igalia.com>
7208
7209 * gdb.python/py-parameter.exp:
7210 * gdb.guile/scm-parameter.exp: Escape the path that we are
7211 matching against, as it might contain characters that are special
7212 to regular expressions.
7213
460efde1
JB
72142015-04-27 Joel Brobecker <brobecker@adacore.com>
7215
7216 * gdb.ada/rec_comp: New testcase.
7217
2d369d8e
SDJ
72182015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7219
7220 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7221 before using it.
7222
cf75d6c3
AB
72232015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7224
7225 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7226 new tests for verilog output.
7227
8dbe7ca5
YQ
72282015-04-24 Yao Qi <yao.qi@linaro.org>
7229
7230 * boards/remote-gdbserver-on-localhost.exp: New file.
7231
4ef9fb2f
PA
72322015-04-23 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7235 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7236 "end of file", remove $inferior_spawn_id from the indirect list.
7237
0a803169
PA
72382015-04-23 Pedro Alves <palves@redhat.com>
7239
7240 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7241
749ef8f8
PA
72422015-04-23 Pedro Alves <palves@redhat.com>
7243
7244 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7245 on $any_spawn_id instead of only on $gdb_spawn_id.
7246
8aae4344
PM
72472015-04-21 Pierre Muller <muller@sourceware.org>
7248
7249 PR pascal/17815
7250 * lib/pascal.exp (gpc_compile): Add new option "class".
7251 (fpc_compile): Likewise.
7252 * gdb.pascal/case-insensitive-symbols.pas: New file.
7253 * gdb.pascal/case-insensitive-symbols.exp: New file.
7254
1586c8fb
GB
72552015-04-20 Gary Benson <gbenson@redhat.com>
7256
7257 * gdb.base/attach.exp: Fix three extended remote failures.
7258
1b6e6f5c
GB
72592015-04-17 Gary Benson <gbenson@redhat.com>
7260
7261 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7262 the main executable over the remote protocol.
7263
e797481d
PA
72642015-04-16 Pedro Alves <palves@redhat.com>
7265
7266 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7267 a new gdbserver if gdbserver_reconnect_p is set.
7268
1ca99c42
PA
72692015-04-16 Pedro Alves <palves@redhat.com>
7270
7271 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7272 is set, don't exit gdbserver.
7273
af9fd6f8
AA
72742015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7275
7276 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7277 appropriate .insn, such that an older assembler can be used.
7278 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7279 the z/Architecture instruction set on 31-bit targets as well.
7280
04ff1e61
AA
72812015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7282
7283 * gdb.go/handcall.exp: Remove all logic related to the first
7284 breakpoint and rely on go_runto_main instead.
7285 * gdb.go/strings.exp: Likewise.
7286 * gdb.go/unsafe.exp: Likewise.
7287 * gdb.go/hello.exp: Likewise. Also rename the remaining
7288 breakpoint marker to "breakpoint 1".
7289 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7290 * gdb.go/strings.go: Likewise.
7291 * gdb.go/unsafe.go: Likewise.
7292 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7293 "set breakpoint 2 here" and rename the remaining breakpoint marker
7294 to "breakpoint 1".
7295
40d2f8d6
SM
72962015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7297
7298 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7299 if itertools.imap is not present.
7300 * gdb.python/py-objfile.exp: Add parentheses.
7301 * gdb.python/py-type.exp: Same.
7302 * gdb.python/py-unwind-maint.py: Same.
7303
8cbc97c6
YQ
73042015-04-15 Yao Qi <yao.qi@linaro.org>
7305
7306 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7307 of ":$ptr_size" and set its form explicitly.
7308
45fd756c
YQ
73092015-04-15 Pedro Alves <palves@redhat.com>
7310 Yao Qi <yao.qi@linaro.org>
7311
7312 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7313 timeout by factor of 4.
7314 (test_regular_watch): Likewise.
7315 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7316 * gdb.reverse/sigall-reverse.exp: Likewise.
7317 * gdb.reverse/until-precsave.exp: Likewise.
7318 * lib/gdb.exp (with_timeout_factor): New proc.
7319 (gdb_expect): Move some code to ...
7320 (get_largest_timeout): ... here. New procedure.
7321
9e811bc3
LM
73222015-04-14 Luis Machado <lgustavo@codesourcery.com>
7323
7324 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7325
0ff6fcb2
LM
73262015-04-13 Luis Machado <lgustavo@codesourcery.com>
7327
7328 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7329 to write to the .text section.
7330
7578d5f7
LM
73312015-04-13 Luis Machado <lgustavo@codesourcery.com>
7332
7333 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7334 Handle the case of targets that do not provide PID information.
7335
2efe15c4
YQ
73362015-04-13 Yao Qi <yao.qi@linaro.org>
7337
7338 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7339 and use expect instead of gdb_expect.
7340
8cd8f2f8
SDJ
73412015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7342
7343 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7344 "coredump_var_addr" to avoid naming conflict with other testcases.
7345
9ee41772
PA
73462015-04-10 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7349 gdb_test_sequence and gdb_assert.
7350
07473109
PA
73512015-04-10 Pedro Alves <palves@redhat.com>
7352
7353 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7354 test messages that don't include the breakpoint address.
7355
de3db44c
YQ
73562015-04-10 Yao Qi <yao.qi@linaro.org>
7357
7358 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7359 false for some offset and width combinations which aren't
7360 supported by linux kernel.
7361
c79d856c
PA
73622015-04-10 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7365 procedure, factored out from ...
7366 (top level): ... here. Add "set displaced-stepping" testing axis.
7367 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7368 parameter "displaced". Use it.
7369 (top level): Use foreach and add "set displaced-stepping" testing
7370 axis.
7371
ebc90b50
PA
73722015-04-10 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7375 Remove comment.
7376 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7377 both the address of the instruction that triggers the watchpoint
7378 and the address of the instruction immediately after, and use
7379 those addresses for the test. Fix comment.
7380
8f572e5c
PA
73812015-04-10 Pedro Alves <palves@redhat.com>
7382
7383 * gdb.base/sigstep.exp (breakpoint_to_handler)
7384 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7385 Test "backtrace" in handler.
7386 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7387 (top level): Add new "displaced" test axis to
7388 breakpoint_to_handler, breakpoint_to_handler_entry and
7389 breakpoint_over_handler.
7390
8d707a12
PA
73912015-04-10 Pedro Alves <palves@redhat.com>
7392
7393 PR gdb/18216
7394 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7395
ef713951
YQ
73962015-04-10 Yao Qi <yao.qi@linaro.org>
7397
7398 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7399 (test_add_rn_pc): New function.
7400 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7401 (top level): Invoke test_add_rn_pc.
7402
906d60cf
PA
74032015-04-10 Pedro Alves <palves@redhat.com>
7404
7405 PR gdb/13858
7406 * gdb.base/step-over-no-symbols.exp: New file.
7407
f2983cc3
AW
74082015-04-09 Andy Wingo <wingo@igalia.com>
7409
7410 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7411 after the Python tests.
7412
6d62641c
SDJ
74132015-04-08 Keith Seitz <keiths@redhat.com>
7414
7415 PR python/16699
7416 * gdb.python/py-completion.exp: New tests for completion.
7417 * gdb.python/py-completion.py (CompleteLimit1): New class.
7418 (CompleteLimit2): Likewise.
7419 (CompleteLimit3): Likewise.
7420 (CompleteLimit4): Likewise.
7421 (CompleteLimit5): Likewise.
7422 (CompleteLimit6): Likewise.
7423 (CompleteLimit7): Likewise.
7424
f3770638
PA
74252015-04-08 Pedro Alves <palves@redhat.com>
7426
7427 PR gdb/18214
7428 PR gdb/18216
7429 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7430 function.
7431 (main): Install it as SIGUSR1 handler.
7432 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7433 parameter. Always use "setup" as prefix. Toggle "set
7434 displaced-stepping" off/on depending on global. Don't switch to
7435 thread 1 here.
7436 (top level): Add displaced stepping "off/on" test axis. Update
7437 "setup" calls. Wrap each subtest with with_test_prefix. Test
7438 continuing with a queued signal in each thread.
7439
4496bed7
PA
74402015-04-08 Pedro Alves <palves@redhat.com>
7441
7442 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7443 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7444 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7445 Return early if running to main fails.
7446 * gdb.trace/while-stepping.exp: Likewise.
7447
b97fde92
PA
74482015-04-07 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7451 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7452 interact with inferior program.
7453
f71c18e7
PA
74542015-04-07 Pedro Alves <palves@redhat.com>
7455
7456 * lib/gdb.exp (inferior_spawn_id): New global.
7457 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7458 spawn id after processing the user code.
7459 (default_gdb_start): Set inferior_spawn_id.
7460 (send_inferior): New procedure.
7461 * lib/gdbserver-support.exp (gdbserver_start): Set
7462 inferior_spawn_id.
7463 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7464
6423214f
PA
74652015-04-07 Pedro Alves <palves@redhat.com>
7466
7467 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7468 * lib/gdbserver-support.exp (gdbserver_start): Make
7469 $server_spawn_id global.
7470 (gdbserver_start): Don't wait for gdbserver's spawn id with
7471 expect_background.
7472 (close_gdbserver): New procedure.
7473 (gdb_exit): Rename the default version and reimplement.
7474
71c0ee8c
PA
74752015-04-07 Pedro Alves <palves@redhat.com>
7476
72f4393d 7477 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7478 append the substituted item, not the original item.
7479
203bc29b
PA
74802015-04-07 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7483 gdb_expect.
7484
508a3ddf
PA
74852015-04-07 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7488 output appearing once only.
7489
9f6dbe2b
PA
74902015-04-07 Pedro Alves <palves@redhat.com>
7491
7492 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7493 that doesn't expect anything. Return early if running to main
7494 fails.
7495
337532fa
YQ
74962015-04-07 Yao Qi <yao.qi@linaro.org>
7497
7498 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7499 (child_function): Call alarm.
7500 (main): Move call to alarm into the loop.
7501 * gdb.threads/non-stop-fair-events.exp: Build program with
7502 -DTIMEOUT=$timeout.
7503
01b622d4
DE
75042015-04-06 Doug Evans <xdje42@gmail.com>
7505
7506 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7507 Fix dest parameter to board_info.
7508 (fpc_compile): Ditto.
7509 (gdb_compile_pascal): Rename dest arg to destfile.
7510
961f4160
PMR
75112015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7512
7513 * gdb.ada/funcall_ref.exp: New file.
7514 * gdb.ada/funcall_ref/foo.adb: New file.
7515
cafda597
YQ
75162015-04-02 Yao Qi <yao.qi@linaro.org>
7517
7518 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7519 is remote.
7520
fed040c6
GB
75212015-04-02 Gary Benson <gbenson@redhat.com>
7522
7523 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7524
d11916aa
SS
75252015-04-01 Sasha Smundak <asmundak@google.com>
7526
7527 * gdb.python/py-unwind-maint.c: New file.
7528 * gdb.python/py-unwind-maint.exp: New test.
7529 * gdb.python/py-unwind-maint.py: New file.
7530 * gdb.python/py-unwind.c: New file.
7531 * gdb.python/py-unwind.exp: New test.
7532 * gdb.python/py-unwind.py: New test.
7533
a1471180
PA
75342015-04-01 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7537 to fail instead of non-existent $test.
7538
0bbeccb1
PA
75392015-04-01 Pedro Alves <palves@redhat.com>
7540
7541 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7542 GDBFLAGS if not empty.
7543
3c724c8c
PMR
75442015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7545
7546 * gdb.ada/complete.exp: Remove "multi_line".
7547 * gdb.ada/info_exc.exp: Remove "multi_line".
7548 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7549 * gdb.ada/ptype_field.exp: Remove "multi_line".
7550 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7551 * gdb.ada/tagged.exp: Remove "multi_line".
7552 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7553 [multi_line ...]
7554 * gdb.btrace/delta.exp: Likewise.
7555 * gdb.btrace/exception.exp: Likewise.
7556 * gdb.btrace/function_call_history.exp: Likewise.
7557 * gdb.btrace/instruction_history.exp: Likewise.
7558 * gdb.btrace/nohist.exp: Likewise.
7559 * gdb.btrace/record_goto.exp: Likewise.
7560 * gdb.btrace/segv.exp: Likewise.
7561 * gdb.btrace/stepi.exp: Likewise.
7562 * gdb.btrace/tailcall.exp: Likewise.
7563 * gdb.btrace/unknown_functions.exp: Likewise.
7564 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7565 * lib/gdb.exp: Add the "multi_line" helper.
7566
4eec2deb
PA
75672015-04-01 Pedro Alves <palves@redhat.com>
7568
7569 * gdb.threads/tid-reuse.c: New file.
7570 * gdb.threads/tid-reuse.exp: New file.
7571
df8411da
SDJ
75722015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7573
7574 PR corefiles/16092
7575 * gdb.base/coredump-filter.c: New file.
7576 * gdb.base/coredump-filter.exp: Likewise.
7577
6ef37366
PM
75782015-03-27 Petr Machata <pmachata@redhat.com>
7579
7580 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7581 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7582 (Dwarf::assemble): Initialize them.
7583 (Dwarf::lines): New function.
7584
7ec911b0
JT
75852015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7586
7587 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7588 SYMBOL_PREFIX for x86_64-*-cygwin.
7589
ff908ebf
AW
75902015-03-26 Andy Wingo <wingo@igalia.com>
7591
7592 PR symtab/18148
7593 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7594 const_value but not a location.
7595 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7596 location defined in non-main CUs are visible.
7597
6d5f0679
YQ
75982015-03-26 Yao Qi <yao.qi@linaro.org>
7599
7600 PR testsuite/18139
7601 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7602 Add a line number entry for the same line.
7603 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7604 Add a line number entry for the same line.
7605
2898689b
YQ
76062015-03-26 Yao Qi <yao.qi@linaro.org>
7607
7608 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7609 .int 0.
7610 (func): Likewise. Add .Lfunc_1 label.
7611 Use .Lfunc_1 label.
7612 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7613 .int 0.
7614 (func): Likewise.
7615 Use .Lfunc_1 label.
7616
85180498
YQ
76172015-03-26 Yao Qi <yao.qi@linaro.org>
7618
7619 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7620 Call gdb_compile instead to compile each .s files without debug
7621 information.
7622
8aa08a8d
YQ
76232015-03-26 Yao Qi <yao.qi@linaro.org>
7624
7625 * gdb.base/savedregs.exp (process_saved_regs): Make
7626 "Saved registers:" optional in the pattern.
7627
66849923
MM
76282015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7629
7630 * gdb.btrace/next.exp: Merged into step.exp.
7631 * gdb.btrace/finish.exp: Merged into step.exp.
7632 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7633 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7634 "record goto" and checking the exact replay position.
7635 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7636 check for "Recording format" in "info record" output.
7637 * gdb.btrace/record_goto.exp: Choose test file based on target.
7638 * gdb.btrace/x86-record_goto.S: Renamed into ...
7639 * gdb.btrace/x86_64-record_goto.S: ... this.
7640 * gdb.btrace/i686-record_goto.S: New.
7641 * gdb.btrace/x86-tailcall.S: Renamed into ...
7642 * gdb.btrace/x86_64-tailcall.S: ... this.
7643 * gdb.btrace/i686-tailcall.S: New.
7644 * gdb.btrace/x86-tailcall.c: Renamed into ...
7645 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7646 separate statements. Update test.
7647 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7648 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7649 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7650 * gdb.btrace/tailcall.exp: Choose test file based on target.
7651 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7652
11cc1b74
MM
76532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7654
7655 * gdb.btrace/exception.exp: Increase BTS buffer size.
7656
a25d8bf9
PA
76572015-03-24 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7660
856e7dd6
PA
76612015-03-24 Pedro Alves <palves@redhat.com>
7662
7663 * gdb.threads/schedlock.exp (test_step): No longer expect that
7664 "set scheduler-locking step" with "next" over a function call runs
7665 threads unlocked.
7666
ad235a41
AT
76672015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7668
7669 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7670
15630549
AT
76712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7672
7673 PR breakpoints/16466
7674 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7675 * gdb.mi/mi-pending.c (thread_func): New function.
7676 (int main): Add threading support required.
7677 * gdb.mi/mi-pending.exp: Add tests for this issue.
7678 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7679 (pendfunc2): Remove stdio dependency.
7680 * gdb.mi/mi-pendshr2.c: New file.
7681
693dca06
KS
76822015-03-23 Keith Seitz <keiths@redhat.com>
7683
7684 * gdb.linespec/keywords.c: New file.
7685 * gdb.linespec/keywords.exp: New file.
7686
7e993ebf
KS
76872015-03-23 Keith Seitz <keiths@redhat.com>
7688
7689 PR gdb/18021
7690 * gdb.dwarf2/staticvirtual.exp: New test.
7691
bc23328c
JK
76922015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7693
7694 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7695 * README: Remove HP-UX and gdb.hp.
7696 (configuration):
7697 * configure: Regenerate.
7698 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7699 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7700 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7701 gdb.hp/gdb.defects/Makefile.
7702 * gdb.hp/Makefile.in: File deleted.
7703 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7704 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7705 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7706 * gdb.hp/gdb.aCC/run.c: File deleted.
7707 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7708 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7709 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7710 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7711 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7712 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7713 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7714 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7715 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7716 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7717 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7718 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7719 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7720 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7721 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7722 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7723 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7724 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7725 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7726 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7727 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7728 * gdb.hp/gdb.compat/average.c: File deleted.
7729 * gdb.hp/gdb.compat/sum.c: File deleted.
7730 * gdb.hp/gdb.compat/xdb.c: File deleted.
7731 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7732 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7733 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7734 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7735 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7736 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7737 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7738 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7739 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7740 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7741 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7742 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7743 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7744 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7745 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7746 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7747 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7748 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7749 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7750 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7751 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7752 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7753 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7754 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7755 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7756 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7757 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7758 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7759 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7760 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7761 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7762 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7763 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7764 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7765 * gdb.hp/tools/odump: File deleted.
7766
8bf3b159
PA
77672015-03-19 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7770 (saw_thread_3): New globals.
7771 (top level): Increment them when an event for the corresponding
7772 thread is seen.
7773 (no thread starvation): New test.
7774
eb54c8bf
PA
77752015-03-19 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.threads/continue-pending-status.c: New file.
7778 * gdb.threads/continue-pending-status.exp: New file.
7779
32d2e5d6
PA
77802015-03-18 Pedro Alves <palves@redhat.com>
7781
7782 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7783 Use gdb_is_target_remote instead of is_remote. Use
7784 gdb_test_multiple instead of gdb_expect. Exit early if
7785 gdb_test_multiple hits its internal matches. Tighten stepi tests
7786 expected output. Fail on exit with any signal, instead of just
7787 SIGILL.
7788
f68f11b7
YQ
77892015-03-18 Yao Qi <yao.qi@linaro.org>
7790
7791 PR tdep/18107
7792 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7793 variable.
7794 * gdb.base/catch-syscall.exp: Don't skip it on
7795 aarch64*-*-linux* target. Remove elements in all_syscalls.
7796 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7797 target.
7798 (setup_all_syscalls): New proc.
7799
ca5fd19b
YQ
78002015-03-16 Yao Qi <yao.qi@linaro.org>
7801
7802 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7803 (top level): Skip tests if valid_addr_p returns false for
7804 $cmd1 or $cmd2.
7805
85642ba0
AW
78062015-03-11 Andy Wingo <wingo@igalia.com>
7807
7808 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7809
e03f9645
YQ
78102015-03-11 Yao Qi <yao.qi@linaro.org>
7811
7812 * gdb.base/catch-syscall.exp: Fix typo in comments.
7813
5d0962b2
YQ
78142015-03-11 Yao Qi <yao.qi@linaro.org>
7815
7816 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7817
b2df3cef
PA
78182015-03-09 Pedro Alves <palves@redhat.com>
7819
7820 * dg-extract-results.py: Delete.
7821
ef878e53
PA
78222015-03-09 Pedro Alves <palves@redhat.com>
7823
7824 Merge dg-extract-results.sh from GCC upstream (r218843).
7825
7826 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7827 * dg-extract-results.sh: Use --text with grep to avoid issues with
7828 binary files. Fall back to cat -v, if that doesn't work.
7829
9494d219
PA
78302015-03-05 Pedro Alves <palves@redhat.com>
7831
7832 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7833
a8d9763a
SM
78342015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7835
7836 * lib/mi-support.exp (mi_expect_interrupt): Accept
7837 alternative event for when in all-stop mode.
7838
be9957b8
PA
78392015-03-04 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7842
d57be0f4 78432015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7844
7845 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7846
c214c7cf
AA
78472015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7848
7849 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7850 regexps for GDB's current line display, accept a hex address
7851 preceding the line number.
7852
6d74a497
AA
78532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7854
7855 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7856 the 'arch1' variable for "s390*-linux*" targets.
7857
511aee7c
PA
78582015-03-04 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7861 (main): Pass missing retval argument to pthread_join call.
7862
95e50b27
PA
78632015-03-02 Pedro Alves <palves@redhat.com>
7864
7865 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7866 (top level): Call do_test with non-stop as well.
7867
28054d69
PA
78682015-03-02 Pedro Alves <palves@redhat.com>
7869
7870 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7871 -1.
7872
4fa5d7b4
AA
78732015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7874
7875 * gdb.arch/s390-vregs.exp: New test.
7876 * gdb.arch/s390-vregs.S: New file.
7877
97c18565
PA
78782015-02-27 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7881 call to catch_command_errors.
7882 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7883 catch_command_errors.
7884
a37bfa30
PA
78852015-02-27 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7888 "true" for boolean result.
7889 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7890 prototype of main.
7891
6f98576f
PA
78922015-02-27 Pedro Alves <palves@redhat.com>
7893
7894 * lib/unbuffer_output.c: New file.
7895 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7896 (main): Call gdb_unbuffer_output.
7897
eba5ab56
YQ
78982015-02-27 Yao Qi <yao.qi@linaro.org>
7899
7900 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7901 target.
7902
0def5aaa
DE
79032015-02-26 Doug Evans <dje@google.com>
7904
7905 * gdb.cp/class2.cc (Dbase, D): New classes.
7906 (main): New local delta.
7907 * gdb.cp/class2.exp: Test printing delta.
7908 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7909 (dynbar): New global.
7910 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7911
081a1c2c
JK
79122015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7913
7914 * gdb.compile/compile-ifunc.c: New file.
7915 * gdb.compile/compile-ifunc.exp: New file.
7916
2f41223f
AT
79172015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7918
7919 * gdb.base/structs.exp: Check for correct struct on finish.
7920
03eddd80
YQ
79212015-02-26 Yao Qi <yao.qi@linaro.org>
7922
7923 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7924 is zero.
7925
80c57053
JK
79262015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7927
7928 * gdb.arch/cordic.ko.bz2: New file.
7929 * gdb.arch/cordic.ko.debug.bz2: New file.
7930 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7931
21613c12
YQ
79322015-02-25 Yao Qi <yao.qi@linaro.org>
7933
7934 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7935 aarch64*-*-* target.
7936
d8b901ed
PA
79372015-02-23 Pedro Alves <palves@redhat.com>
7938
7939 * lib/gdb.exp (delete_breakpoints): Rewrite using
7940 gdb_test_multiple.
7941
e5b85ead
PA
79422015-02-23 Pedro Alves <palves@redhat.com>
7943
7944 * gdb.base/info-os.c: Include stdlib.h.
7945
85c3a371
DE
79462015-02-22 Doug Evans <xdje42@gmail.com>
7947
7948 PR symtab/17855
7949 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7950 is read after symbols have been re-read.
7951 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7952 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7953
96553a0c
DE
79542015-02-21 Doug Evans <dje@google.com>
7955
7956 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7957
97a0c697
JK
79582015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7959
7960 PR corefiles/17808
7961 * gdb.arch/i386-biarch-core.core.bz2: New file.
7962 * gdb.arch/i386-biarch-core.exp: New file.
7963
a47cd6e9
PA
79642015-02-21 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7967 runto_main fails.
7968
c5facdc4
PA
79692015-02-20 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7972 info probes.
7973
2db9a427
PA
79742015-02-20 Pedro Alves <palves@redhat.com>
7975
7976 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7977
60fb7e9e
PA
79782015-02-20 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7981 clean_restart before gdb_target_supports_trace.
7982
5c5019c2
PA
79832015-02-20 Pedro Alves <palves@redhat.com>
7984
7985 PR threads/18006
7986 * gdb.threads/clone-thread_db.c: New file.
7987 * gdb.threads/clone-thread_db.exp: New file.
7988
c9587f88
AT
79892015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7990
7991 PR breakpoints/16812
7992 * gdb.base/catch-gdb-caused-signals.c: New file.
7993 * gdb.base/catch-gdb-caused-signals.exp: New file.
7994
f6a88844
JM
79952015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7996
7997 * configure: Regenerated.
7998 * configure.ac: Use GDB_AC_TRANSFORM.
7999 * aclocal.m4: sinclude ../transform.m4.
8000
497c491b
JM
80012015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8002
8003 * lib/dtrace.exp: New file.
8004 * gdb.base/dtrace-probe.exp: Likewise.
8005 * gdb.base/dtrace-probe.d: Likewise.
8006 * gdb.base/dtrace-probe.c: Likewise.
8007 * lib/pdtrace.in: Likewise.
8008 * configure.ac: Output variables with the transformed names of
8009 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8010 * configure: Regenerated.
8011
03e98035
JM
80122015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8013
8014 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8015 expected message when trying to access $_probe_* convenience
8016 variables while not on a probe.
8017
63cc30e9
JK
80182015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8019
8020 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8021
0703599a
PA
80222015-02-11 Pedro Alves <pedro@codesourcery.com>
8023
8024 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8025 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8026
7e60a48e
DE
80272015-02-10 Doug Evans <xdje42@gmail.com>
8028
8029 * lib/gdb.exp (gdb_load): Always return a result.
8030
01b088bc
PA
80312015-02-10 Pedro Alves <palves@redhat.com>
8032
8033 * gdb.threads/signal-sigtrap.c: New file.
8034 * gdb.threads/signal-sigtrap.exp: New file.
8035
b05ec7a5
AT
80362015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8037
8038 * gdb.trace/no-attach-trace.c: New file.
8039 * gdb.trace/no-attach-trace.exp: New file.
8040
a2c2acaf
MW
80412015-02-09 Mark Wielaard <mjw@redhat.com>
8042
8043 * gdb.dwarf2/atomic.c: New file.
8044 * gdb.dwarf2/atomic-type.exp: Likewise.
8045
31fd9caa
MM
80462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8047
8048 * gdb.btrace/buffer-size.exp: Update "info record" output.
8049 * gdb.btrace/delta.exp: Update "info record" output.
8050 * gdb.btrace/enable.exp: Update "info record" output.
8051 * gdb.btrace/finish.exp: Update "info record" output.
8052 * gdb.btrace/instruction_history.exp: Update "info record" output.
8053 * gdb.btrace/next.exp: Update "info record" output.
8054 * gdb.btrace/nexti.exp: Update "info record" output.
8055 * gdb.btrace/step.exp: Update "info record" output.
8056 * gdb.btrace/stepi.exp: Update "info record" output.
8057 * gdb.btrace/nohist.exp: Update "info record" output.
8058
d33501a5
MM
80592015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8060
8061 * gdb.btrace/buffer-size: New.
8062
f4abbc16
MM
80632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8064
8065 * gdb.btrace/delta.exp: Update "info record" output.
8066 * gdb.btrace/enable.exp: Update "info record" output.
8067 * gdb.btrace/finish.exp: Update "info record" output.
8068 * gdb.btrace/instruction_history.exp: Update "info record" output.
8069 * gdb.btrace/next.exp: Update "info record" output.
8070 * gdb.btrace/nexti.exp: Update "info record" output.
8071 * gdb.btrace/step.exp: Update "info record" output.
8072 * gdb.btrace/stepi.exp: Update "info record" output.
8073 * gdb.btrace/nohist.exp: Update "info record" output.
8074
b9d61307
SM
80752015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8076
8077 PR gdb/15678
8078 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8079
e584fdbc
PA
80802015-02-06 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8083 macro.
8084 (seconds_left, again): New globals.
8085 (main): Wait seconds_left in a 1-second sleep loop instead of
8086 sleeping 180 seconds. If 'again' is set, reset the seconds
8087 counter.
8088 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8089 'again' in the inferior before detaching. Print the seconds left.
8090 (options): New global.
8091 (top level): Build program with -DTIMEOUT=$timeout.
8092
77f41761
PA
80932015-02-06 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8096 determine how many seconds to pass to 'alarm'.
8097 * gdb.base/gdb-sigterm.exp (top level): Build program with
8098 -DTIMEOUT=$timeout.
8099 (do_test): Return success/failure indication. Add more verbose
8100 logging. Don't fail if 200 single steps are seen. Instead, fail
8101 when the test times out.
8102 (passes): New global.
8103 (top level): Break the testing loop if testing fails on any
8104 iteration. Use gdb_assert.
8105
b9394193
DB
81062015-02-04 Don Breazeal <donb@codesourcery.com>
8107
8108 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8109 and initialize them.
8110 (ipc_cleanup): New function.
8111 (main): Don't declare shmid, semid, and msqid. Add a call to
8112 atexit so that we call ipc_cleanup on exit.
8113
42d9e528
PA
81142015-02-04 Pedro Alves <palves@redhat.com>
8115
8116 * boards/native-extended-gdbserver.exp: Remove any target variant
8117 specifications from the board name before clearing the isremote
8118 flag from board_info.
8119
ae6ae975
DE
81202015-01-31 Doug Evans <xdje42@gmail.com>
8121
8122 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8123
cfb069a8
GB
81242015-01-31 Gary Benson <gbenson@redhat.com>
8125
8126 * gdb.base/completion.exp: Disable completion limiting for
8127 existing tests. Add new tests to check completion limiting.
8128 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8129
5dd31d79
DE
81302015-01-31 Doug Evans <xdje42@gmail.com>
8131
8132 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8133
9f050062
DE
81342015-01-31 Doug Evans <xdje42@gmail.com>
8135
8136 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8137 entries. Duplicate file section script entries.
8138 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8139 inlined entries. Add test for safe-path rejection.
8140 * gdb.python/py-section-script.c: Add duplicate inlined section script
8141 entries. Duplicate file section script entries.
8142 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8143 inlined entries. Add test for safe-path rejection.
8144
df25ebbd
JB
81452015-01-29 Joel Brobecker <brobecker@adacore.com>
8146
8147 * gdb.ada/disc_arr_bound: New testcase.
8148
4a0ca9ec
JB
81492015-01-29 Joel Brobecker <brobecker@adacore.com>
8150
8151 * gdb.ada/mi_var_array: New testcase.
8152
3a8b707a
DE
81532015-01-27 Doug Evans <dje@google.com>
8154
8155 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8156 Add test for objfile.filename, objfile.username after objfile
8157 has been unloaded.
8158
f8313f6e
JB
81592015-01-26 Joel Brobecker <brobecker@adacore.com>
8160
8161 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8162 the second test to print the name attribute of value
8163 returned by the call to gdb.lookup_type, and adjust
8164 the expected output accordingly.
8165
37bc665e
MW
81662015-01-25 Mark Wielaard <mjw@redhat.com>
8167
8168 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8169 * gdb.base/disp-step-fork.c: Include unistd.h.
8170 * gdb.base/siginfo-obj.c: Include stdio.h.
8171 * gdb.base/siginfo-thread.c: Likewise.
8172 * gdb.mi/non-stop.c: Include unistd.h.
8173 * gdb.mi/nsthrexec.c: Include stdio.h.
8174 * gdb.mi/pthreads.c: Include unistd.h.
8175 * gdb.modula2/unbounded1.c (main): Declare returns int.
8176 * gdb.reverse/consecutive-reverse.c: Likewise.
8177 * gdb.threads/create-fail.c: Include unistd.h.
8178 * gdb.threads/killed.c: Likewise.
8179 * gdb.threads/linux-dp.c: Likewise.
8180 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8181 * gdb.threads/non-ldr-exc-2.c: Likewise.
8182 * gdb.threads/non-ldr-exc-3.c: Likewise.
8183 * gdb.threads/non-ldr-exc-4.c: Likewise.
8184 * gdb.threads/pthreads.c: Include unistd.h.
8185 (main): Declare returns int.
8186 * gdb.threads/tls-main.c (foo): New declaration.
8187 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8188
f7e5394d
SM
81892015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8190
8191 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8192 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8193
743649fd
MW
81942015-01-15 Mark Wielaard <mjw@redhat.com>
8195
8196 * gdb.base/noreturn-return.c: New file.
8197 * gdb.base/noreturn-return.exp: New file.
8198 * gdb.base/noreturn-finish.c: New file.
8199 * gdb.base/noreturn-finish.exp: New file.
8200
198297aa
PA
82012015-01-23 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.threads/continue-pending-after-query.c: New file.
8204 * gdb.threads/continue-pending-after-query.exp: New file.
8205
717cf30c
AG
82062015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8207 Simon Marchi <simon.marchi@ericsson.com>
8208
8209 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8210 * gdb.base/valgrind-db-attach.exp: Same.
8211 * gdb.base/valgrind-infcall.exp: Same.
8212 * lib/mi-support.exp (default_mi_gdb_start): Same.
8213 * lib/prompt.exp (default_prompt_gdb_start): Same.
8214 * lib/gdb.exp (default_gdb_spawn): Same.
8215 (gdb_interact): New.
8216
8217
4b62a76e
JK
82182015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8219
8220 * gdb.compile/compile.exp (pointer to jit function): New test.
8221
b4cdae6f
WW
82222015-01-17 Wei-cheng Wang <cole945@gmail.com>
8223
8224 * lib/gdb.exp (supports_process_record): Return true for
8225 powerpc*-*-linux*.
8226 (supports_reverse): Likewise.
8227
d221e7ef
DB
82282015-01-15 Don Breazeal <donb@codesourcery.com>
8229
8230 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8231 instead of checking whether the target board is remote and
8232 use spawn_wait_for_attach instead of exec/sleep.
8233 * gdb.base/attach-twice.exp: Likewise.
8234
bafffb51
JB
82352015-01-15 Joel Brobecker <brobecker@adacore.com>
8236
8237 * gdb.ada/var_arr_attrs: New testcase.
8238
5589af0e
PA
82392015-01-14 Pedro Alves <palves@redhat.com>
8240 Joel Brobecker <brobecker@adacore.com>
8241
8242 PR gdb/17525
8243 * gdb.base/bp-cmds-execution-x-script.c: New file.
8244 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8245 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8246
6c400b59
PA
82472015-01-14 Pedro Alves <palves@redhat.com>
8248
8249 PR cli/17828
8250 * gdb.base/batch-preserve-term-settings.c: New file.
8251 * gdb.base/batch-preserve-term-settings.exp: New file.
8252
e02c96a7
DE
82532015-01-13 Doug Evans <dje@google.com>
8254
8255 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8256 binary.
8257
576fd14c
JB
82582015-01-13 Joel Brobecker <brobecker@adacore.com>
8259
8260 * Makefile.in (clean mostlyclean): Do not delete *.py.
8261
04dccad0
JB
82622015-01-13 Joel Brobecker <brobecker@adacore.com>
8263
8264 * gdb.python/py-lookup-type.exp: New file.
8265
3d230f71
PA
82662015-01-12 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8269 restore GDBFLAGS before returning.
8270
7e67715d
JK
82712015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8272
8273 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8274 is_amd64_regs_target and is_x86_like_target.
8275
f2e0d4b4
DE
82762015-01-11 Doug Evans <xdje42@gmail.com>
8277
8278 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8279 is given without an explicit form.
8280 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8281 attributes.
8282 * gdb.dwarf/corrupt.exp: Ditto.
8283 * gdb.dwarf2/enum-type.exp: Ditto.
8284 * gdb.trace/entry-values.exp: Ditto.
8285 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8286
439250fb
DE
82872015-01-11 Doug Evans <xdje42@gmail.com>
8288
8289 PR gdb/15830
8290 * gdb.base/maint.exp: Remove references to "maint demangle".
8291 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8292 Add tests for explicitly specifying language to demangle.
8293 * gdb.dlang/demangle.exp: Ditto.
8294
ede9f622
PA
82952015-01-09 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.threads/non-stop-fair-events.c: New file.
8298 * gdb.threads/non-stop-fair-events.exp: New file.
8299
a7b796db
PA
83002015-01-09 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8303 the global scope. Set a breakpoint after all threads are started
8304 rather than stepping over two source lines. Expect the prompt.
8305 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8306 global.
8307 (NUM): Now 15.
8308 (main): Use threads_started_barrier to wait for all threads to
8309 start. Main thread no longer calls thread_function. Exit after
8310 180 seconds.
8311 (loop): New function.
8312 (thread_function): Wait on threads_started_barrier barrier. Call
8313 'loop' at each iteration.
8314 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8315 threads have started, instead of hardcoding number of "next"
8316 steps. Use an access watchpoint instead of a write watchpoint.
8317
9665ffdd
PA
83182015-01-09 Pedro Alves <palves@redhat.com>
8319
8320 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8321 (thread_func): Wait on barrier.
8322 (main): Wait for all threads to start before stopping GDB.
8323 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8324 global.
8325 (thread1_func, thread2_func): Wait on barrier.
8326 (main): Wait for all threads to start before stopping GDB.
8327 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8328 New global.
8329 (thread1_func, thread2_func): Wait on barrier.
8330 (main): Wait for all threads to start before stopping GDB.
8331
c945a99f
PA
83322015-01-09 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.threads/attach-many-short-lived-threads.c: New file.
8335 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8336
c1a747c1
PA
83372014-01-09 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8340 instead of to thread 2.
8341 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8342 Add barrier around each pthread_create call instead of around all
8343 calls.
8344 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8345 Set a break on thread_function and have the child threads hit it
8346 one at at a time.
8347
60b3033e
PA
83482015-01-09 Pedro Alves <palves@redhat.com>
8349
8350 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8351 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8352 false.
8353 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8354 checking whether the target board is remote.
8355 * gdb.multi/multi-attach.exp: Likewise.
8356 * gdb.python/py-sync-interp.exp: Likewise.
8357 * gdb.server/ext-attach.exp: Likewise.
8358 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8359 tests that need to attach, instead of checking whether the target
8360 board is remote at the top of the file.
8361
acc018ac
YQ
83622015-01-08 Yao Qi <yao@codesourcery.com>
8363
8364 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8365
50a18af8
JK
83662015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8367
8368 Fix testcase compilation.
8369 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8370
8503d6e1
JB
83712015-01-06 Joel Brobecker <brobecker@adacore.com>
8372
8373 * gdb.python/py-type.exp: Add a couple test about empty
8374 array creation, and negative-length array creation.
8375
cc73dbcc
DE
83762015-01-02 Doug Evans <xdje42@gmail.com>
8377
8378 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8379
0300bbc7
DE
83802015-01-02 Doug Evans <dje@google.com>
8381
8382 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8383
9d85a0ec
YQ
83842014-12-29 Yao Qi <yao@codesourcery.com>
8385
8386 * gdb.trace/entry-values.exp: Update comments. Rename variable
8387 bar_call_foo to returned_from_foo.
8388
87186c6a
MMN
83892014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8390
8391 PR gdb/17394
8392 * gdb.linespec/break-asm-file.c: New file.
8393 * gdb.linespec/break-asm-file.exp: New file.
8394 * gdb.linespec/break-asm-file0.s: New file.
8395 * gdb.linespec/break-asm-file1.s: New file.
8396
1bab7383
YQ
83972014-12-18 Nigel Stephens <nigel@mips.com>
8398 Maciej W. Rozycki <macro@codesourcery.com>
8399
8400 * gdb.base/float.exp: Handle the new output from "info float" on
8401 MIPS targets.
8402
1bc1068a
JK
84032014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 Fix MinGW compilation.
8406 * gdb.compile/compile-ops.exp: Update untested message if
8407 !skip_compile_feature_tests.
8408 * gdb.compile/compile-setjmp.exp: Likewise.
8409 * gdb.compile/compile-tls.exp: Likewise.
8410 * gdb.compile/compile.exp: Likewise.
8411 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8412 supported on this host".
8413
b6615d10
DE
84142014-12-16 Doug Evans <xdje42@gmail.com>
8415
8416 * boards/stabs.exp: New file.
8417
25dda427
AA
84182014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8419
8420 * gdb.base/completion.exp: Adjust to format changes of "maint
8421 print user-registers".
8422
bf330350
CU
84232014-12-16 Catalin Udma <catalin.udma@freescale.com>
8424
8425 PR server/17457
8426 * gdb.arch/aarch64-fp.c: New file.
8427 * gdb.arch/aarch64-fp.exp: New file.
8428
395cf596
SDJ
84292014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8430
8431 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8432 r210637, r210913, r211666, r215400, r215817).
8433
8434 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8435 * dg-extract-results.py: New file.
8436 * dg-extract-results.sh: Use it if the environment seems
8437 suitable.
8438
8439 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8440
8441 * dg-extract-results.py (parse_run): Handle warnings that
8442 are printed before a test harness is run.
8443
8444 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8445
8446 * dg-extract-results.py (Named): Remove __cmp__ method.
8447 (output_variation): Use a key to sort variation.harnesses.
8448
8449 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8450
8451 * dg-extract-results.py: For Python 3, force sys.stdout to
8452 handle surrogate escape sequences.
8453 (safe_open): New function.
8454 (output_segment, main): Use it.
8455
8456 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8457
8458 * dg-extract-results.py (Prog.result_re): Include options
8459 in test name.
8460
8461 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8462
8463 * dg-extract-results.py (output_variation): Always sort if
8464 do_sum.
8465
e882ef3c
SM
84662014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8467
8468 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8469 as long as we get pagination notifications.
8470
4992aa20
JM
84712014-12-15 Jason Merrill <jason@redhat.com>
8472
8473 * Makefile.in (check-gdb.%): Restore.
8474 * README: Mention it.
8475
c1b5a1a6
JB
84762014-12-13 Joel Brobecker <brobecker@adacore.com>
8477
8478 * gdb.ada/str_uninit: New testcase.
8479
5537b577
JK
84802014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8481
8482 PR symtab/17642
8483 * gdb.base/vla-stub-define.c: New file.
8484 * gdb.base/vla-stub.c: New file.
8485 * gdb.base/vla-stub.exp: New file.
8486
bb2ec1b3
TT
84872014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8488 Jan Kratochvil <jan.kratochvil@redhat.com>
8489 Tom Tromey <tromey@redhat.com>
8490
8491 * configure.ac: Add gdb.compile/.
8492 * configure: Regenerate.
8493 * gdb.compile/Makefile.in: New file.
8494 * gdb.compile/compile-ops.exp: New file.
8495 * gdb.compile/compile-ops.c: New file.
8496 * gdb.compile/compile-tls.c: New file.
8497 * gdb.compile/compile-tls.exp: New file.
8498 * gdb.compile/compile-constvar.S: New file.
8499 * gdb.compile/compile-constvar.c: New file.
8500 * gdb.compile/compile-mod.c: New file.
8501 * gdb.compile/compile-nodebug.c: New file.
8502 * gdb.compile/compile-setjmp-mod.c: New file.
8503 * gdb.compile/compile-setjmp.c: New file.
8504 * gdb.compile/compile-setjmp.exp: New file.
8505 * gdb.compile/compile-shlib.c: New file.
8506 * gdb.compile/compile.c: New file.
8507 * gdb.compile/compile.exp: New file.
8508 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8509
4ff709eb
TT
85102014-12-12 Tom Tromey <tromey@redhat.com>
8511
8512 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8513 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8514
6dddd6a5
DE
85152014-12-12 Doug Evans <dje@google.com>
8516
8517 * lib/gdb-python.exp (get_python_valueof): New function.
8518 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8519
71c24708
AA
85202014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8521
8522 * gdb.base/completion.exp: Add test for completion of "info
8523 registers ".
8524
3e29f34a
MR
85252014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8526
8527 * gdb.base/func-ptrs.c: New file.
8528 * gdb.base/func-ptrs.exp: New file.
8529
fc126975
SM
85302014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8531
8532 PR breakpoints/17012
8533 * gdb.base/dprintf-detach.c: New file.
8534 * gdb.base/dprintf-detach.exp: New file.
8535
0a46d518
SM
85362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8537
8538 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8539 * lib/gdb.exp (target_is_gdbserver): New procedure.
8540
a0be3e44
DE
85412014-12-08 Doug Evans <dje@google.com>
8542
8543 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8544
df1b803a
YQ
85452014-12-05 Yao Qi <yao@codesourcery.com>
8546
8547 * gdb.guile/scm-error.exp: Remove the third argument to
8548 gdb_remote_download.
8549 * gdb.guile/scm-frame-args.exp: Likewise.
8550 * gdb.guile/scm-section-script.exp: Likewise.
8551
ddb9f679
YQ
85522014-12-05 Yao Qi <yao@codesourcery.com>
8553
8554 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8555
86e4ed39
DE
85562014-12-04 Doug Evans <dje@google.com>
8557
8558 * gdb.python/py-objfile.exp: Add tests for
8559 objfile.add_separate_debug_file.
8560
7c50a931
DE
85612014-12-04 Doug Evans <dje@google.com>
8562
8563 * lib/gdb.exp (get_build_id): New function.
8564 (build_id_debug_filename_get): Rewrite to use it.
8565 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8566
621661e3
MR
85672014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8568
8569 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8570 `method(long)', not just 0x0.
8571 * gdb.cp/nsalias.exp: Align code labels to 4.
8572 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8573 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8574 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8575 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8576 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8577 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8578
29f0c3b7
DE
85792014-12-02 Doug Evans <dje@google.com>
8580
e1e061e7 8581 PR symtab/17602
29f0c3b7 8582 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8583 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8584 * gdb.cp/anon-ns.exp: Update.
8585
162078c8
NB
85862014-12-02 Nick Bull <nicholaspbull@gmail.com>
8587
8588 * gdb.python/py-events.py (inferior_call_handler): New.
8589 (register_changed_handler, memory_changed_handler): New.
8590 (test_events.invoke): Register new handlers.
8591 * gdb.python/py-events.exp: Add tests for inferior call,
8592 memory_changed and register_changed events.
8593
fdb09caf
AA
85942014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8595
8596 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8597 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8598 if the linker doesn't understand this.
8599
55cfb2c4
SM
86002014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8601
8602 * gdb.python/python.exp: Change expected reply to help().
8603
9e8cd6df
YQ
86042014-12-01 Yao Qi <yao@codesourcery.com>
8605
8606 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8607 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8608 * configure: Re-generated.
8609
6c659fc2
SC
86102014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8611
8612 * gdb.cp/chained-calls.cc: New file.
8613 * gdb.cp/chained-calls.exp: New file.
8614 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8615
d7fc3181
SM
86162014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8617
8618 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8619 * gdb.dwarf2/symtab-producer.exp: Same.
8620 * gdb.gdb/python-interrupts.exp: Same.
8621 * gdb.gdb/python-selftest.exp: Same.
8622 * gdb.python/py-linetable.exp: Same.
8623 * gdb.python/py-type.exp: Same.
8624 * gdb.python/py-value-cc.exp: Same.
8625 * gdb.python/py-value.exp: Same.
8626
10e79639
YQ
86272014-11-28 Yao Qi <yao@codesourcery.com>
8628
8629 * gdb.base/break-probes.exp: Match library name prefixed with
8630 sysroot.
8631
f28a0564
SM
86322014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8633
8634 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8635 test expected output. Add parentheses for the call to print.
8636 Remove L suffix from integers.
8637
3fe1ce1d
DE
86382014-11-26 Doug Evans <dje@google.com>
8639
8640 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8641
84429e27
YQ
86422014-11-22 Yao Qi <yao@codesourcery.com>
8643
8644 * gdb.trace/entry-values.c: Remove asms.
8645 (foo): Add foo_label.
8646 (bar): Add bar_label.
8647 * gdb.trace/entry-values.exp: Remove code computing foo's
8648 length and bar's length.
8649 (Dwarf::assemble): Invoke function_range for bar and use
8650 MACRO_AT_func for foo.
8651
26741859
YQ
86522014-11-22 Yao Qi <yao@codesourcery.com>
8653
8654 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8655 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8656 Use .Lgcc43_procstart instead of gcc43.
8657
45e44d27
JB
86582014-11-21 Joel Brobecker <brobecker@adacore.com>
8659
8660 * gdb.ada/n_arr_bound: New testcase.
8661
458c8db8
SDJ
86622014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8663
8664 PR breakpoints/10737
8665 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8666 test_catch_syscall_multi_arch.
8667 (test_catch_syscall_multi_arch): New function.
8668
43f3e411
DE
86692014-11-20 Doug Evans <xdje42@gmail.com>
8670
8671 * gdb.base/maint.exp: Update expected output.
8672
0d7b2549
AA
86732014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8674
8675 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8676 4-byte instruction on S390.
8677
8908fca5
JB
86782014-11-19 Joel Brobecker <brobecker@adacore.com>
8679
8680 * gdb.ada/arr_arr: New testcase.
8681
4a46959e
JB
86822014-11-19 Joel Brobecker <brobecker@adacore.com>
8683
8684 * gdb.ada/pkd_arr_elem: New Testcase.
8685
470e2f4e
LM
86862014-11-18 Luis Machado <lgustavo@codesourcery.com>
8687
8688 * gdb.reverse/break-precsave: Expect completion message for
8689 core file reads.
8690 * gdb.reverse/consecutive-precsave.exp: Likewise.
8691 * gdb.reverse/finish-precsave.exp: Likewise.
8692 * gdb.reverse/i386-precsave.exp: Likewise.
8693 * gdb.reverse/machinestate-precsave.exp: Likewise.
8694 * gdb.reverse/sigall-precsave.exp: Likewise.
8695 * gdb.reverse/solib-precsave.exp: Likewise.
8696 * gdb.reverse/step-precsave.exp: Likewise.
8697 * gdb.reverse/until-precsave.exp: Likewise.
8698 * gdb.reverse/watch-precsave.exp: Likewise.
8699
a267f3ad
AA
87002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8701
8702 * gdb.base/bp-permanent.c: Include unistd.h.
8703 * gdb.python/py-framefilter-mi.c (main): Add return type.
8704 * gdb.python/py-framefilter.c (main): Likewise.
8705 * gdb.trace/actions-changed.c (main): Likewise.
8706
12084a9a
AA
87072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8708
8709 * gdb.mi/until.c: Add eye-catchers.
8710 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8711 line numbers.
8712
dc7e1a77
AA
87132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8714
8715 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8716 function header variants in break1.c.
8717 * gdb.base/ena-dis-br.exp: Likewise.
8718 * gdb.base/hbreak2.exp: Likewise.
8719 * gdb.reverse/until-precsave.exp: Drop references to removed
8720 non-prototype function header variants in ur1.c.
8721 * gdb.reverse/until-reverse.exp: Likewise.
8722
41c77605
PM
87232014-11-17 Petr Machata <pmachata@redhat.com>
8724
8725 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8726 ${_cu_offset_size} bytes abbrev offset.
8727
34248c3a
DE
87282014-11-15 Doug Evans <xdje42@gmail.com>
8729
8730 PR symtab/17559
8731 * gdb.base/line-symtabs.exp: New file.
8732 * gdb.base/line-symtabs.c: New file.
8733 * gdb.base/line-symtabs.h: New file.
8734
646da059
YQ
87352014-11-14 Yao Qi <yao@codesourcery.com>
8736
8737 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8738 (func): Add label func_label.
8739 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8740 Replace low_pc and high_pc with MACRO_AT_range.
8741 Replace name, low_pc and high_pc with MACRO_AT_func.
8742
9301ebe6
YQ
87432014-11-14 Yao Qi <yao@codesourcery.com>
8744
8745 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8746 Replace name, low_pc and high_pc with MACRO_AT_func.
8747
f166b542
YQ
87482014-11-14 Yao Qi <yao@codesourcery.com>
8749
8750 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8751 produce debug information.
8752 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8753
0f6e71e3
YQ
87542014-11-14 Yao Qi <yao@codesourcery.com>
8755
8756 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8757 object and get function length.
8758 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8759 with MACRO_AT_func.
8760 (top-level): Replace gdb_compile and clean_restart with
8761 prepare_for_testing.
8762 * gdb.dwarf2/main.c (main): Add label main_label.
8763
876c4df9
YQ
87642014-11-14 Yao Qi <yao@codesourcery.com>
8765
8766 * lib/dwarf.exp (function_range): New procedure.
8767 (Dwarf::_handle_macro_at_func): New procedure.
8768 (Dwarf::_handle_macro_at_range): New procedure.
8769 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8770
02ad9cf1
YQ
87712014-11-14 Yao Qi <yao@codesourcery.com>
8772
8773 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8774 (_handle_attribute): New procedure.
8775
a59add0c
AA
87762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8777
8778 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8779 * gdb.base/call-sc.c (zed): Likewise.
8780 * gdb.base/checkpoint.c (main): Likewise.
8781 * gdb.base/dump.c (main): Likewise.
8782 * gdb.base/gcore.c (main): Likewise.
8783 * gdb.base/huge.c (main): Likewise.
8784 * gdb.base/multi-forks.c (main): Likewise.
8785 * gdb.base/pr10179-a.c (main): Likewise.
8786 * gdb.base/savedregs.c (main): Likewise.
8787 * gdb.base/sigaltstack.c (main): Likewise.
8788 * gdb.base/siginfo.c (main): Likewise.
8789 * gdb.base/structs.c (zed): Likewise.
8790 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8791 * gdb.mi/mi-syn-frame.c (main): Likewise.
8792 * gdb.mi/until.c (foo, main): Likewise.
8793 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8794 * gdb.base/solib-weak.c (foo): Declare.
8795 * gdb.base/attach-twice.c: Include stdio.h.
8796 * gdb.base/weaklib1.c: Likewise.
8797 * gdb.base/weaklib2.c: Likewise.
8798 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8799 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8800 unistd.h.
8801 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8802 * gdb.mi/mi-exit-code.c: Likewise.
8803 * gdb.base/break-interp-lib.c: Include string.h.
8804 * gdb.base/coremaker.c: Likewise.
8805 * gdb.base/testenv.c: Likewise.
8806 * gdb.python/py-finish-breakpoint.c: Likewise.
8807 * gdb.base/inferior-died.c: Include sys/wait.h.
8808 * gdb.base/fileio.c: Include time.h.
8809 * gdb.base/async-shell.c: Include unistd.h.
8810 * gdb.base/dprintf-non-stop.c: Likewise.
8811 * gdb.base/info-os.c: Likewise.
8812 * gdb.mi/mi-console.c: Likewise.
8813 * gdb.mi/watch-nonstop.c: Likewise.
8814 * gdb.python/py-events.c: Likewise.
8815 * gdb.base/async.c (baz): Move up before its invocation.
8816 * gdb.base/code_elim2.c (my_global_func): Likewise.
8817 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8818 * gdb.base/advance.c (func2): Likewise.
8819
3b5d5997
AA
88202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8821
8822 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8823 variant.
8824 * gdb.base/annota3.c: Likewise.
8825 * gdb.base/async.c: Likewise.
8826 * gdb.base/average.c: Likewise.
8827 * gdb.base/call-ar-st.c: Likewise.
8828 * gdb.base/call-rt-st.c: Likewise.
8829 * gdb.base/call-sc.c: Likewise.
8830 * gdb.base/call-strs.c: Likewise.
8831 * gdb.base/ending-run.c: Likewise.
8832 * gdb.base/execd-prog.c: Likewise.
8833 * gdb.base/exprs.c: Likewise.
8834 * gdb.base/foll-exec.c: Likewise.
8835 * gdb.base/foll-fork.c: Likewise.
8836 * gdb.base/foll-vfork.c: Likewise.
8837 * gdb.base/funcargs.c: Likewise.
8838 * gdb.base/gcore.c: Likewise.
8839 * gdb.base/jump.c: Likewise.
8840 * gdb.base/langs0.c: Likewise.
8841 * gdb.base/langs1.c: Likewise.
8842 * gdb.base/langs2.c: Likewise.
8843 * gdb.base/mips_pro.c: Likewise.
8844 * gdb.base/nodebug.c: Likewise.
8845 * gdb.base/opaque0.c: Likewise.
8846 * gdb.base/opaque1.c: Likewise.
8847 * gdb.base/recurse.c: Likewise.
8848 * gdb.base/run.c: Likewise.
8849 * gdb.base/scope0.c: Likewise.
8850 * gdb.base/scope1.c: Likewise.
8851 * gdb.base/setshow.c: Likewise.
8852 * gdb.base/setvar.c: Likewise.
8853 * gdb.base/shmain.c: Likewise.
8854 * gdb.base/shr1.c: Likewise.
8855 * gdb.base/shr2.c: Likewise.
8856 * gdb.base/sigall.c: Likewise.
8857 * gdb.base/signals.c: Likewise.
8858 * gdb.base/so-indr-cl.c: Likewise.
8859 * gdb.base/solib2.c: Likewise.
8860 * gdb.base/structs.c: Likewise.
8861 * gdb.base/sum.c: Likewise.
8862 * gdb.base/vforked-prog.c: Likewise.
8863 * gdb.base/watchpoint.c: Likewise.
8864 * gdb.reverse/shr2.c: Likewise.
8865 * gdb.reverse/until-reverse.c: Likewise.
8866 * gdb.reverse/ur1.c: Likewise.
8867 * gdb.reverse/watch-reverse.c: Likewise.
8868
066a77c5
AA
88692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8870
8871 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8872 variant.
8873 * gdb.base/sepdebug.exp: Drop references to removed code.
8874
4f204ea5
AA
88752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8876
8877 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8878 variant. Preserve original line numbering.
8879 * gdb.base/list1.c: Likewise.
8880
3b377a3a
AA
88812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8882
8883 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8884 variant.
8885 * gdb.base/break1.c: Likewise.
8886 * gdb.base/break.exp: Drop references to removed code.
8887
e444df73
AA
88882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8889
8890 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8891 variant.
8892
8008f2a7
AA
88932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8894
8895 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8896
a5a06887
AA
88972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8898
8899 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8900 logic into perform_all_tests() and invoke it with and without
8901 function header prototypes.
8902 (do_function_calls): Remove conditional XFAIL for PR 5318.
8903 (rerun_and_prepare): Remove duplicate code.
8904 (perform_all_tests): New. Main logic moved here.
8905
44dba9b9
AA
89062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8907
8908 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8909 code guarded by #ifdef NO_PROTOTYPES.
8910 (t_double_many_args): Likewise.
8911 (DEF_FUNC_MANY_ARGS_1): Likewise.
8912 (DEF_FUNC_VALUES_1): Likewise.
8913 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8914 guarded by #ifdef PROTOTYPES.
8915
d1fbcd56
AA
89162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8917
8918 * gdb.mi/mi-console.c: Add eye-catcher.
8919 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8920 instead of literal line number.
8921
b0e59b8f
AA
89222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8923
8924 * gdb.base/shr2.c: Add eye-catcher.
8925 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8926 line number.
8927
78f98cca
AA
89282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8929
8930 * gdb.base/jump.c: Add eye-catchers.
8931 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8932 numbers.
8933
58fa2af0
AA
89342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8935
8936 * gdb.base/execd-prog.c: Add eye-catchers.
8937 * gdb.base/foll-exec.c: Likewise.
8938 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8939 line numbers.
8940
04e5059b
AA
89412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8942
8943 * gdb.base/ending-run.c: Add eye-catchers.
8944 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8945 literal line numbers.
8946
dbfdb174
AA
89472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8948
8949 * gdb.base/call-rt-st.c: Add eye-catchers.
8950 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8951 literal line numbers.
8952
888a2ade
AA
89532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8954
8955 * gdb.base/call-ar-st.c: Add eye-catchers.
8956 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8957 literal line numbers.
8958
6acc2dde
AA
89592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8960
8961 * gdb.base/average.c: Add eye-catchers.
8962 * gdb.base/sum.c: Likewise.
8963 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8964 regexps dynamically.
8965
9ecfcd1d
AA
89662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8967
8968 * gdb.base/solib1.c: Add eye-catchers.
8969 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8970 literal line numbers.
8971
78708b7c
PA
89722014-11-12 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8975 leader has exited.
8976
af48d08f
PA
89772014-11-12 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.arch/i386-bp_permanent.c: New file.
8980 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8981 (srcfile): Set to i386-bp_permanent.c.
8982 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8983 that stepi does not execute the 'leave' instruction, instead of
8984 testing it does execute.
8985 * gdb.base/bp-permanent.c: New file.
8986 * gdb.base/bp-permanent.exp: New file.
8987
af3768e9
DE
89882014-11-10 Doug Evans <xdje42@gmail.com>
8989
8990 PR symtab/17564
8991 * gdb.base/symtab-search-order.exp: New file.
8992 * gdb.base/symtab-search-order.c: New file.
8993 * gdb.base/symtab-search-order-1.c: New file.
8994 * gdb.base/symtab-search-order-shlib-1.c: New file.
8995
9de00a4a
PA
89962014-11-07 Pedro Alves <palves@redhat.com>
8997
8998 PR gdb/17511
8999 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9000 i?86-*-linux*.
9001
e0f52461
SC
90022014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9003
9004 PR c++/17494
9005 * gdb.cp/pr17494.cc: New file.
9006 * gdb.cp/pr17494.exp: New file.
9007
6ce8c980
YQ
90082014-11-02 Yao Qi <yao@codesourcery.com>
9009
9010 * gdb.python/python.exp: Get working directory and match the
9011 output of "set extended-prompt \\w " with it.
9012
02be9a71
DE
90132014-10-30 Doug Evans <dje@google.com>
9014
9015 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9016 in objfiles.
9017 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9018 in progspaces.
9019
3bdff46b
LM
90202014-10-30 Janis Johnson <janisjo@codesourcery.com>
9021
9022 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9023 * gdb.base/realname-expand.exp: Likewise.
9024 * gdb.linespec/macro-relative.exp: Likewise.
9025
ab917dfb
PA
90262014-10-29 Pedro Alves <palves@redhat.com>
9027
9028 PR gdb/17408
9029 * gdb.threads/schedlock.c (some_function): New function.
9030 (call_function): New global.
9031 (MAYBE_CALL_SOME_FUNCTION): New macro.
9032 (thread_function): Call it.
9033 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9034 and use it instead of a global counter. Adjust all callers.
9035 (get_current_thread): Use "find current thread" for test message
9036 here rather than having all callers pass down the same string.
9037 (goto_loop): New procedure, factored out from ...
9038 (my_continue): ... this.
9039 (step_ten_loops): Change parameter from test message to command to
9040 use. Adjust.
9041 (list_count): Delete global.
9042 (check_result): New procedure, factored out from duplicate top
9043 level code.
9044 (continue tests): Wrap in with_test_prefix.
9045 (test_step): New procedure, factored out from duplicate top level
9046 code.
9047 (top level): Test "step" in combination with all scheduler-locking
9048 modes. Test "next" in combination with all scheduler-locking
9049 modes, and in combination with stepping over a function call or
9050 not.
9051 * gdb.threads/next-bp-other-thread.c: New file.
9052 * gdb.threads/next-bp-other-thread.exp: New file.
9053
d3d4baed
PA
90542014-10-29 Pedro Alves <palves@redhat.com>
9055
9056 PR python/17372
9057 * gdb.python/python.exp: Test a multi-line command that spawns
9058 interactive Python.
9059 * gdb.base/multi-line-starts-subshell.exp: New file.
9060
563e8d85
YQ
90612014-10-29 Yao Qi <yao@codesourcery.com>
9062
9063 * gdb.base/fileio.exp: Make directories on host.
9064
0ea4d52e
YQ
90652014-10-29 Yao Qi <yao@codesourcery.com>
9066
9067 * gdb.base/fileio.c (test_write): Close the file.
9068
7f5ef605
PA
90692014-10-28 Pedro Alves <palves@redhat.com>
9070
9071 PR gdb/12623
9072 * gdb.base/sigstep.c (no_handler): New global.
9073 (main): If 'no_handler is true, set the signal handlers to
9074 SIG_IGN.
9075 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9076 with_sw_watch and no_handler parameters. Handle them.
9077 (top level) <stepping over handler when stopped at a breakpoint
9078 test>: Add a test axis for testing with a software watchpoint, and
9079 another for testing with the signal handler set to SIG_IGN.
9080 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9081 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9082
abbdbd03
PA
90832014-10-28 Pedro Alves <palves@redhat.com>
9084
9085 PR gdb/17511
9086 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9087 * gdb.base/sigstep.exp (other_handler_location): New global.
9088 (advance): Support stepping into the signal handler, and running
9089 commands while in the handler.
9090 (in_handler_map): New global.
9091 (top level): In the advance test, add combinations for getting
9092 into the handler with stepping commands, and for running commands
9093 in the handler. Add comment descripting the advancei tests.
9094
1df4399f
PA
90952014-10-28 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.base/sigstep.exp: Use build_executable instead of
9098 prepare_for_testing.
9099 (top level): Move code that starts GDB, runs to main and creates a
9100 display to ...
9101 (restart): ... this new procedure.
9102 (top level): Move backtrace from signal handler test to ...
9103 (validate_backtrace): ... this new procedure.
9104 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9105 with_test_prefix. Always restart GDB.
9106 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9107 with_test_prefix. Always restart GDB. No need to delete
9108 breakpoints after the test.
9109 (test_skip_handler): Remove prefix parameter.
9110 (skip_over_handler, breakpoint_to_handler)
9111 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9112 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9113 restart GDB. No need to delete breakpoints after the test.
9114 (top level): Use foreach to call the test procedures with
9115 different commands.
9116
a5b6e449
PA
91172014-10-28 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9120 instead of GNATS numbers.
9121 * gdb.base/sigbpt.exp: Likewise.
9122 * gdb.base/siginfo.exp: Likewise.
9123 * gdb.base/sigstep.exp: Likewise.
9124
e5f8a7cc
PA
91252014-10-27 Pedro Alves <palves@redhat.com>
9126
9127 * gdb.base/sigstep.c (dummy): New global.
9128 (main): Issue a couple writes to the new global.
9129 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9130 procedures.
9131 (skip_over_handler): Use test_skip_handler.
9132 (top level): Call skip_over_handler for stepi and nexti too.
9133 (breakpoint_over_handler): Use test_skip_handler.
9134 (top level): Call breakpoint_over_handler for stepi and nexti too.
9135
763905a3
YQ
91362014-10-27 Yao Qi <yao@codesourcery.com>
9137
9138 * gdb.trace/tfile.c (adjust_function_address)
9139 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9140 function descriptor.
9141
6f259a23
DB
91422014-10-24 Don Breazeal <donb@codesourcery.com>
9143
9144 * gdb.base/foll-fork.exp (test_follow_fork,
9145 catch_fork_child_follow): Check for updated fork messages emitted
9146 from infrun.c.
9147 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9148 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9149 vfork_and_exec_child_follow_through_step): Check for updated vfork
9150 messages emitted from infrun.c.
9151
09dd9a69
PA
91522014-10-24 Pedro Alves <palves@redhat.com>
9153
9154 * gdb.base/corefile.exp: Remove references to ultrix.
9155 * gdb.base/interrupt.exp: Likewise.
9156 * gdb.base/whatis.exp: Likewise.
9157 * gdb.gdb/selftest.exp: Likewise.
9158 * gdb.threads/manythreads.exp: Likewise.
9159 * gdb.threads/print-threads.exp: Likewise.
9160 * gdb.threads/pthreads.exp:: Likewise.
9161 * gdb.threads/schedlock.exp: Likewise.
9162
3433cfa5
SC
91632014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9164
9165 * gdb.cp/non-trivial-retval.cc: Add a test case.
9166 * gdb.cp/non-trivial-retval.exp: Add a test.
9167
092f880b
YQ
91682014-10-20 Yao Qi <yao@codesourcery.com>
9169
9170 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9171 * gdb.python/py-objfile-script-gdb.py: New file.
9172 * gdb.python/py-objfile-script.exp: Update reference to
9173 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9174 of remote_download. Remove the dest file.
9175
acbdb7f3
YQ
91762014-10-20 Yao Qi <yao@codesourcery.com>
9177
9178 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9179 * gdb.base/step-line.exp: Likewise.
9180 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9181 * gdb.dwarf2/dw2-basic.exp: Likewise.
9182 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9183 * gdb.dwarf2/dw2-filename.exp: Likewise.
9184 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9185 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9186 * gdb.dwarf2/dw2-producer.exp: Likewise.
9187 * gdb.dwarf2/mac-fileno.exp: Likewise.
9188 * gdb.python/py-frame-args.exp: Likewise.
9189 * gdb.python/py-framefilter.exp: Likewise.
9190 * gdb.python/py-mi.exp: Likewise.
9191 * gdb.python/py-objfile-script.exp: Likewise
9192 * gdb.python/py-pp-integral.exp: Likewise.
9193 * gdb.python/py-pp-re-notag.exp: Likewise.
9194 * gdb.python/py-prettyprint.exp: Likewise.
9195 * gdb.python/py-section-script.exp: Likewise.
9196 * gdb.python/py-typeprint.exp: Likewise.
9197 * gdb.python/py-xmethods.exp: Likewise.
9198 * gdb.stabs/weird.exp: Likewise.
9199 * gdb.xml/tdesc-regs.exp: Likewise.
9200
bd286a29
KCY
92012014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9202
9203 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9204 (out_cu): Use addr_len for the size of addresses.
9205 (out_line): Likewise. Size DW_LNE_set_address instruction
9206 according to addr_len.
9207 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9208 (FUNC): Add START_INSNS to definition.
9209
673dc4a0
YQ
92102014-10-18 Yao Qi <yao@codesourcery.com>
9211
9212 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9213 gdb_has_argv0 return true.
9214 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9215 check [target_info exists noargs], check [gdb_has_argv0]
9216 instead.
9217 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9218 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9219 procedures.
9220
4ffbba72
DE
92212014-10-17 Doug Evans <dje@google.com>
9222
9223 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9224 event.
9225 * gdb.python/py-events.py: Add clear_objfiles event.
9226
d096d8c1
DE
92272014-10-17 Doug Evans <dje@google.com>
9228
9229 * gdb.python/py-objfile.exp: Test progspace attribute.
9230
a80db015
LM
92312014-10-17 Luis Machado <lgustavo@codesourcery.com>
9232
9233 * gdb.guile/scm-breakpoint.exp: Do not assume any
9234 directory separators when matching source file paths.
9235 * gdb.python/py-breakpoint.exp: Likewise.
9236 * gdb.reverse/break-precsave.exp: Likewise.
9237 * gdb.reverse/break-reverse.exp: Likewise.
9238 * gdb.reverse/consecutive-precsave.exp: Likewise.
9239 * gdb.reverse/finish-precsave.exp: Likewise.
9240 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9241 * gdb.reverse/finish-reverse.exp: Likewise.
9242 * gdb.reverse/i386-precsave.exp: Likewise.
9243 * gdb.reverse/i387-env-reverse.exp: Likewise.
9244 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9245 * gdb.reverse/machinestate-precsave.exp: Likewise.
9246 * gdb.reverse/machinestate.exp: Likewise.
9247 * gdb.reverse/sigall-precsave.exp: Likewise.
9248 * gdb.reverse/solib-precsave.exp: Likewise.
9249 * gdb.reverse/step-precsave.exp: Likewise.
9250 * gdb.reverse/until-precsave.exp: Likewise.
9251 * gdb.reverse/watch-precsave.exp: Likewise.
9252 * gdb.reverse/watch-reverse.exp: Likewise.
9253
b22089ab
YQ
92542014-10-17 Yao Qi <yao@codesourcery.com>
9255
9256 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9257 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9258
6c4486e6
PA
92592014-10-17 Pedro Alves <palves@redhat.com>
9260
9261 PR gdb/17471
9262 * gdb.base/bg-execution-repeat.c: New file.
9263 * gdb.base/bg-execution-repeat.exp: New file.
9264
0ff33695
PA
92652014-10-17 Pedro Alves <palves@redhat.com>
9266
9267 PR gdb/17300
9268 * gdb.base/continue-all-already-running.c: New file.
9269 * gdb.base/continue-all-already-running.exp: New file.
9270
6fdebc3d
PA
92712014-10-17 Pedro Alves <palves@redhat.com>
9272
9273 PR gdb/17472
9274 * gdb.base/annota-input-while-running.c: New file.
9275 * gdb.base/annota-input-while-running.exp: New file.
9276
32a8097b
PA
92772014-10-17 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.base/callfuncs.exp: emove references to osf.
9280 * gdb.base/sigall.exp: Likewise.
9281 * gdb.gdb/selftest.exp: Likewise.
9282 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9283 * gdb.mi/non-stop.c: Likewise.
9284 * gdb.mi/pthreads.c: Likewise.
9285 * gdb.reverse/sigall-precsave.exp: Likewise.
9286 * gdb.reverse/sigall-reverse.exp: Likewise.
9287 * gdb.threads/pthreads.c: Likewise.
9288 * gdb.threads/pthreads.exp: Likewise.
9289
7a3517ff
YQ
92902014-10-17 Yao Qi <yao@codesourcery.com>
9291
9292 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9293 check 'target_info exists noargs'.
9294 (test_command_prompt_position): Likewise.
9295 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9296 Remove "set args".
9297 (progvar_simple_while_test): Likewise.
9298 (progvar_complex_if_while_test): Likewise.
9299 (if_while_breakpoint_command_test): Likewise.
9300 (infrun_breakpoint_command_test): Likewise.
9301 (breakpoint_command_test): Likewise.
9302 (watchpoint_command_test): Likewise.
9303 (bp_deleted_in_command_test): Likewise.
9304 (temporary_breakpoint_commands): Likewise.
9305
bb99c472
YQ
93062014-10-16 Yao Qi <yao@codesourcery.com>
9307
9308 * gdb.base/remotetimeout.exp: Remove noargs checking.
9309
7c16b83e
PA
93102014-10-15 Pedro Alves <palves@redhat.com>
9311
9312 PR breakpoints/9649
9313 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9314 * gdb.base/breakpoint-in-ro-region.exp
9315 (probe_target_hardware_step): New procedure.
9316 (top level): Probe hardware stepping and hardware breakpoint
9317 support. Test stepping through a read-only region, with both
9318 "breakpoint auto-hw" on and off and both "always-inserted" on and
9319 off.
9320
35a49624
IB
93212014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9322
9323 * gdb.dlang/demangle.exp: Update for demangling changes.
9324
2d1c107c
SC
93252014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9326
9327 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9328 * gdb.cp/non-trivial-retval.exp: Add new tests.
9329
778811d5
SC
93302014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9331
9332 PR c++/13403
9333 PR c++/15154
9334 * gdb.cp/non-trivial-retval.cc: New file.
9335 * gdb.cp/non-trivial-retval.exp: New file.
9336
10c5f0a8
YQ
93372014-10-15 Yao Qi <yao@codesourcery.com>
9338
9339 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9340 remote host.
9341
65d7b369
YQ
93422014-10-15 Yao Qi <yao@codesourcery.com>
9343
9344 * gdb.python/py-symbol.exp: Match file base name if host is
9345 remote, otherwise match file name with dir name.
9346 * gdb.python/py-symtab.exp: Likewise.
9347 * gdb.python/python.exp: Likewise.
9348
46dc1394
YQ
93492014-10-15 Yao Qi <yao@codesourcery.com>
9350
9351 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9352 pattern.
9353 * gdb.python/py-symtab.exp: Likewise.
9354 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9355 locationn.
9356
c40cc657
JB
93572014-10-14 Joel Brobecker <brobecker@adacore.com>
9358
9359 * gdb.ada/addr_arith: New testcase.
9360
2abf49e1
MR
93612014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9362
9363 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9364 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9365 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9366 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9367
f7088df3
SDJ
93682014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9369
9370 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9371 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9372 * gdb.arch/stap-eval-lang-ada.exp: New file.
9373
4dc06805
YQ
93742014-10-14 Yao Qi <yao@codesourcery.com>
9375
9376 * gdb.mi/mi-var-child.c (nothing1): New function.
9377 (nothing2): New function.
9378 (do_children_tests): Set function pointers by nothing1 and
9379 nothing2.
9380 * gdb.mi/mi-var-child.exp: Step over new added statements.
9381 Update test to match the new output.
9382 * gdb.mi/var-cmd.c (nothing1): New function.
9383 (nothing2): New function.
9384 (do_children_tests): Set function pointers by nothing1 and
9385 nothing2.
9386 * gdb.mi/mi-var-display.exp: Update test to match output.
9387 Step to the line specified by $line_dct_nothing.
9388 Increase the number of lines to step.
9389
46a93de2
YQ
93902014-10-14 Yao Qi <yao@codesourcery.com>
9391
9392 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9393 tests.
9394 * gdb.mi/mi2-var-child.exp: Likewise.
9395
14ea52ee
DE
93962014-10-13 Doug Evans <dje@google.com>
9397
9398 * gdb.python/py-objfile.exp: Change name of file name test.
9399
e5c6e92b
DE
94002014-10-13 Doug Evans <dje@google.com>
9401
9402 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9403 from the start of the CU.
9404
c780cc2f
JK
94052014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9406 Yao Qi <yao@codesourcery.com>
9407
9408 Fix "save breakpoints" for "catch" command.
9409 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9410 Remove -nonewline. Match also the added "main" line.
9411
99894e11
JK
94122014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9413
9414 Fix "save breakpoints" for "disable $bpnum" command.
9415 * gdb.base/save-bp.c (main): Add label.
9416 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9417
6e1ac5a3
JK
94182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9419
9420 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9421
754dd2b0
YQ
94222014-10-11 Yao Qi <yao@codesourcery.com>
9423
9424 * gdb.server/server-kill.exp: Execute command
9425 "set remote trace-status-packet on" before "tstatus".
9426
f90183d7
YQ
94272014-10-11 Yao Qi <yao@codesourcery.com>
9428
9429 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9430 (main): Call getppid.
9431 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9432 and continue to it. Read variable "server_pid".
9433
bf40a607
YQ
94342014-10-11 Yao Qi <yao@codesourcery.com>
9435
9436 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9437
052ca370
YQ
94382014-10-11 Yao Qi <yao@codesourcery.com>
9439
9440 * gdb.threads/thread-find.exp: Don't execute command
9441 "info threads".
9442 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9443 * gdb.threads/linux-dp.exp: Don't check the condition
9444 $threads_created equals to zero.
9445
3831839c
PA
94462014-10-10 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.base/bigcore.exp: Remove references to IRIX.
9449 * gdb.base/funcargs.exp: Likewise.
9450 * gdb.base/interrupt.exp: Likewise.
9451 * gdb.base/mips_pro.exp: Likewise.
9452 * gdb.base/nodebug.exp: Likewise.
9453 * gdb.base/setvar.exp: Likewise.
9454 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9455
8b9a549d
PA
94562014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9457 Pedro Alves <palves@redhat.com>
9458
9459 PR symtab/14466
9460 * gdb.base/vdso-warning.c: New file.
9461 * gdb.base/vdso-warning.exp: New file.
9462
d48ba5e8
DE
94632014-10-02 Doug Evans <dje@google.com>
9464
9465 * gdb.base/structs.c (main): Don't run forever.
9466
2278c276
PA
94672014-10-02 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9470 (top level) <stop threads 1, stop threads 2>: Use it.
9471
b57bacec
PA
94722014-10-02 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.threads/break-while-running.exp (test): Add new
9475 'update_thread_list' argument. Skip "info threads" if false.
9476 (top level): Add new 'update_thread_list' axis.
9477
13fd3ff3
PA
94782014-10-02 Pedro Alves <palves@redhat.com>
9479
9480 PR breakpoints/17431
9481 * gdb.base/execl-update-breakpoints.c: New file.
9482 * gdb.base/execl-update-breakpoints.exp: New file.
9483
0fec99e8
PA
94842014-10-01 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.base/breakpoint-in-ro-region.c: New file.
9487 * gdb.base/breakpoint-in-ro-region.exp: New file.
9488
2ddf4301
SM
94892014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9490
9491 * gdb.mi/mi-exit-code.exp: New file.
9492 * gdb.mi/mi-exit-code.c: New file.
9493
6a5f3f43
YQ
94942014-09-30 Yao Qi <yao@codesourcery.com>
9495
9496 * lib/prelink-support.exp (build_executable_own_libs): Error if
9497 the target isn't native.
9498
345bcc73
YQ
94992014-09-30 Yao Qi <yao@codesourcery.com>
9500
9501 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9502 false.
9503
a25a5a45
PA
95042014-09-22 Pedro Alves <palves@redhat.com>
9505
9506 * gdb.threads/break-while-running.exp: New file.
9507 * gdb.threads/break-while-running.c: New file.
9508
00ba3162
YQ
95092014-09-19 Yao Qi <yao@codesourcery.com>
9510
9511 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9512 Invoke test. Restart GDB with --readnow and invoke test again.
9513
c3b7b696
YQ
95142014-09-19 Yao Qi <yao@codesourcery.com>
9515
9516 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9517 proc set_breakpoint_on_gcd_function. Invoke
9518 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9519 invoke set_breakpoint_on_gcd_function again.
9520
2b4fd423
DE
95212014-09-18 Doug Evans <dje@google.com>
9522
9523 * gdb.dwarf2/symtab-producer.exp: New file.
9524
a5947601
SDJ
95252014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9526
9527 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9528 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9529 * gdb.base/global-var-nested-by-dso.c: Likewise.
9530 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9531
91c19059
SDJ
95322014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9533 Pedro Alves <palves@redhat.com>
9534
9535 * gdb.base/watch-bitfields.exp: Pass string other than test file
9536 name to prepare_for_testing.
9537 (watch): New procedure.
9538 (expect_watchpoint): Use with_test_prefix.
9539 (top level): Factor out tests to ...
9540 (test_watch_location, test_regular_watch): ... these new
9541 procedures, and use with_test_prefix and gdb_continue_to_end.
9542
bb9d5f81
PP
95432014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9544
9545 PR breakpoints/12526
9546 * gdb.base/watch-bitfields.exp: New file.
9547 * gdb.base/watch-bitfields.c: New file.
9548
635856f5
PA
95492014-09-16 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9552 software and hardware addresses, not software address against
9553 itself.
9554
7280ceea
PA
95552014-09-16 Pedro Alves <palves@redhat.com>
9556
9557 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9558 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9559
428b16bd
PA
95602014-09-16 Pedro Alves <palves@redhat.com>
9561
9562 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9563 files.
9564 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9565 "*-*-vxworks*" throughout.
9566 * gdb.base/break.exp: Likewise.
9567 * gdb.base/default.exp: Likewise.
9568 * gdb.base/scope.exp: Likewise.
9569 * gdb.base/sepdebug.exp: Likewise.
9570 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9571 throughout.
9572 * gdb.base/run.c: Likewise.
9573 * gdb.base/sepdebug.c: Likewise.
9574 * gdb.hp/gdb.aCC/run.c: Likewise.
9575 * gdb.reverse/until-reverse.c: Likewise.
9576 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9577
666d413c
YQ
95782014-09-16 Yao Qi <yao@codesourcery.com>
9579
9580 * boards/local-remote-host-native.exp: New file.
9581
57cbd724
DE
95822014-09-14 Doug Evans <xdje42@gmail.com>
9583
9584 * gdb.threads/queue-signal.c (thread_count): New variable.
9585 (thread_count_mutex, thread_count_condvar): New variables.
9586 (incr_thread_count, wait_all_threads_running): New functions.
9587 (main): Wait for all threads to be in their thread functions.
9588
81219e53
DE
95892014-09-13 Doug Evans <xdje42@gmail.com>
9590
9591 * gdb.threads/queue-signal.c: New file.
9592 * gdb.threads/queue-signal.exp: New file.
9593
3714cea7
DE
95942014-09-13 Doug Evans <xdje42@gmail.com>
9595
9596 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9597 be consistent with what default_gdb_init uses.
9598 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9599 the plain text of the prompt. Add some logging printfs.
9600 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9601
fa43b1d7
PA
96022014-09-12 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9605 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9606 * gdb.arch/i386-size-overlap.exp: Likewise.
9607 * gdb.arch/i386-size.exp: Likewise.
9608 * gdb.arch/i386-unwind.exp: Likewise.
9609 * gdb.base/a2-run.exp: Likewise.
9610 * gdb.base/break.exp: Likewise.
9611 * gdb.base/charset.exp: Likewise.
9612 * gdb.base/chng-syms.exp: Likewise.
9613 * gdb.base/commands.exp: Likewise.
9614 * gdb.base/dbx.exp: Likewise.
9615 * gdb.base/find.exp: Likewise.
9616 * gdb.base/funcargs.exp: Likewise.
9617 * gdb.base/jit-simple.exp: Likewise.
9618 * gdb.base/reread.exp: Likewise.
9619 * gdb.base/sepdebug.exp: Likewise.
9620 * gdb.base/step-bt.exp: Likewise.
9621 * gdb.cp/mb-inline.exp: Likewise.
9622 * gdb.cp/mb-templates.exp: Likewise.
9623 * gdb.objc/basicclass.exp: Likewise.
9624 * gdb.threads/killed.exp: Likewise.
9625
9d9bf2df
EBM
96262014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9627
9628 PR tdep/17379
9629 * gdb.arch/powerpc-stackless.S: New file.
9630 * gdb.arch/powerpc-stackless.exp: New file.
9631
1cf2f1b0
JK
96322014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9633
9634 * gdb.base/attach.c: Include unistd.h.
9635 (main): Call alarm. Add label postloop.
9636 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9637 gdb_breakpoint, gdb_continue_to_breakpoint.
9638 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9639
98880d46
PA
96402014-09-11 Pedro Alves <palves@redhat.com>
9641
9642 PR gdb/17347
9643 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9644 * gdb.base/attach.exp (test_command_line_attach_run): New
9645 procedure.
9646 (top level): Call it.
9647
4c92ff2c
PA
96482014-09-11 Pedro Alves <palves@redhat.com>
9649
9650 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9651 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9652 (do_command_attach_tests): Use spawn_wait_for_attach.
9653 * gdb.base/solib-overlap.exp: Likewise.
9654 * gdb.multi/multi-attach.exp: Likewise.
9655 * gdb.python/py-prompt.exp: Likewise.
9656 * gdb.python/py-sync-interp.exp: Likewise.
9657 * gdb.server/ext-attach.exp: Likewise.
9658
3adc1a7d
GKB
96592014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9660
9661 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9662 command in testcase. Simplify testcase.
9663
96334934
JB
96642014-09-10 Joel Brobecker <brobecker@adacore.com>
9665
9666 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9667
eb479039
JB
96682014-09-10 Joel Brobecker <brobecker@adacore.com>
9669
9670 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9671
deede10c
JB
96722014-09-10 Joel Brobecker <brobecker@adacore.com>
9673
9674 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9675
7828a5f5
JB
96762014-09-10 Joel Brobecker <brobecker@adacore.com>
9677
9678 * gdb.dwarf2/dynarr-ptr.c: New file.
9679 * gdb.dwarf2/dynarr-ptr.exp: New file.
9680
33aeebcf
MR
96812014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9682
9683 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9684 of 30 rather than hardcoding 120 for a slow test case. Take the
9685 `gdb,timeout' target setting into account for this calculation.
9686 Don't extend the timeout for the test cases that don't need it.
9687
7b415901
MR
96882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9689
9690 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9691 a factor of 2 for a slow test case. Take the `gdb,timeout'
9692 target setting into account for this calculation.
9693 * gdb.reverse/until-precsave.exp: Increase the timeout by
9694 a factor of 15 and 3 respectively rather than adding 120
9695 for a pair of slow test cases. Take the `gdb,timeout'
9696 target setting into account for this calculation.
9697
4a40f85a
MR
96982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9699
9700 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9701 timeout, don't pass one down to gdb_expect.
9702 (gdb_expect): Rework timeout selection.
9703
09635af7
MR
97042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9705
9706 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9707 exception on timeout.
9708 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9709 (gdbserver_start_extended): Catch any `gdbserver_start' error
9710 exceptions.
9711 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9712 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9713 `gdbserver_gdb_load' error exceptions.
9714
2bdd10b7
MR
97152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9716
9717 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9718 120 on waiting for the TCP socket to open.
9719
316935f0
DE
97202014-09-09 Doug Evans <xdje42@gmail.com>
9721
9722 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9723 _caller_matches, _any_caller_is, _any_caller_matches.
9724
83740597
DE
97252014-09-09 Doug Evans <xdje42@gmail.com>
9726
9727 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9728
4c122fc3
YQ
97292014-09-09 Yao Qi <yao@codesourcery.com>
9730
9731 * gdb.mi/mi-var-display.exp: Set print symbol off.
9732
a9f116cb
GKB
97332014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9734
9735 PR gdb/17035
9736 * gdb.base/commands.exp: Add tests to verify user-defined
9737 commands with empty bodies.
9738 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9739 python commands in `show user command`.
9740 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9741 scheme commands in `show user command`.
9742
c75bd3a2
JK
97432014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 PR python/17355
9746 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9747 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9748 * gdb.python/py-framefilter-invalidarg.exp: New file.
9749 * gdb.python/py-framefilter-invalidarg.py: New file.
9750
faa42425
DE
97512014-09-06 Doug Evans <xdje42@gmail.com>
9752
9753 PR 15276
9754 * gdb.python/py-caller-is.c: New file.
9755 * gdb.python/py-caller-is.exp: New file.
9756
474ca4f6
SDJ
97572014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9758
9759 PR gdb/17235
9760 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9761 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9762
eb0b0463
SDJ
97632014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9764
9765 PR fortran/17237
9766 * gdb.fortran/print-formatted.exp: New file.
9767 * gdb.fortran/print-formatted.f90: Likewise.
9768
5f3b99cf
SS
97692014-09-03 Sasha Smundak <asmundak@google.com>
9770
9771 * gdb.python/py-frame.exp: Test Frame.read_register.
9772
7d793aa9
SDJ
97732014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9774
9775 PR python/16699
9776 * gdb.python/py-completion.exp: New file.
9777 * gdb.python/py-completion.py: Likewise.
9778
fb0576e9
DE
97792014-08-28 Doug Evans <dje@google.com>
9780
9781 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9782 eax,etc. are live with values set by gdb and thus the compiler can't
9783 use them.
9784 * gdb.arch/i386-pseudo.c (main): Ditto.
9785
ee92b0dd
DE
97862014-08-27 Doug Evans <dje@google.com>
9787
9788 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9789
6649db35
DE
97902014-08-25 Doug Evans <dje@google.com>
9791
9792 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9793 (main): Ditto.
9794
564b7600
DE
97952014-08-25 Doug Evans <dje@google.com>
9796
9797 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9798
3881fb67
YQ
97992014-08-24 Yao Qi <yao@codesourcery.com>
9800
9801 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9802 symbol off.
9803 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9804
a05a36a5
DE
98052014-08-22 Doug Evans <dje@google.com>
9806
9807 PR 17276
9808 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9809 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9810 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9811
7c343b48
YQ
98122014-08-22 Yao Qi <yao@codesourcery.com>
9813
9814 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9815 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9816 * gdb.python/python.exp: Likewise. Use .py file on the host
9817 instead of the build.
9818
22fd09ae
JK
98192014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9820
9821 * gdb.threads/gcore-stale-thread.c: New file.
9822 * gdb.threads/gcore-stale-thread.exp: New file.
9823
a8454a7c
PA
98242014-08-21 Pedro Alves <palves@redhat.com>
9825
9826 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9827 * gdb.base/gcore-relro-pie.exp: Likewise.
9828 * gdb.base/gcore-relro.exp: Likewise.
9829 * gdb.base/gcore.exp: Likewise.
9830 * gdb.base/print-symbol-loading.exp: Likewise.
9831 * gdb.threads/gcore-thread.exp: Likewise.
9832 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9833
2a31c623
PA
98342014-08-20 Pedro Alves <palves@redhat.com>
9835 Jan Kratochvil <jan.kratochvil@redhat.com>
9836
9837 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9838 configure.
9839 (EXPECT): Handle READ1 being set.
9840 (all): Depend on EXTRA_RULES.
9841 (check-read1, expect-read1, read1.so, read1): New rules.
9842 * README (Testsuite Parameters): Document the READ1 make variable.
9843 (Race detection): New section.
9844 * configure: Regenerate.
9845 * configure.ac: If build==host==target, and running under a
9846 GNU/glibc system, add read1 to the extra Makefile rules.
9847 (EXTRA_RULES): AC_SUBST it.
9848 * lib/read1.c: New file.
9849
d36430db
JB
98502014-08-20 Joel Brobecker <brobecker@adacore.com>
9851
9852 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9853 the handling of variables declared as a typedef to an array
9854 which a DW_AT_data_location attribute.
9855
9a0dc9e3
PA
98562014-08-19 Andrew Burgess <aburgess@broadcom.com>
9857 Pedro Alves <palves@redhat.com>
9858
9859 PR symtab/14604
9860 PR symtab/14605
9861 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9862 gdb_test.
9863
0718a8da
PA
98642014-08-19 Pedro Alves <palves@redhat.com>
9865
9866 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9867
13b448cd
YQ
98682014-08-19 Yao Qi <yao@codesourcery.com>
9869
9870 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9871 right line.
9872
1cbf5077
DB
98732014-08-18 David Blaikie <dblaikie@gmail.com>
9874
9875 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9876
bf0fae19
JB
98772014-08-18 Joel Brobecker <brobecker@adacore.com>
9878
9879 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9880 attribute in array range.
9881
3c8c5dcc
JB
98822014-08-18 Joel Brobecker <brobecker@adacore.com>
9883
9884 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9885
e66d4446
SC
98862014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9887
9888 PR c++/17132
9889 * gdb.cp/pr17132.cc: New file.
9890 * gdb.cp/pr17132.exp: New file.
9891
940df408
SC
98922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9893
9894 * gdb.python/py-xmethods.py (A_getarrayind)
9895 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9896 Use 'print' with function call syntax.
9897 (E_method_matcher.match): Fix tab vs space indentation mixup.
9898
ebcc6c3a
YQ
98992014-08-15 Yao Qi <yao@codesourcery.com>
9900
9901 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9902 false.
9903
775e0f04
YQ
99042014-08-15 Yao Qi <yao@codesourcery.com>
9905
9906 * gdb.cp/casts.exp: Set print symbol off.
9907 * gdb.cp/class2.exp: Likewise.
9908 * gdb.cp/overload.exp: Likewise.
9909 * gdb.cp/templates.exp: Likewise.
9910
d769e349
DE
99112014-08-11 Doug Evans <dje@google.com>
9912
9913 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9914 (test_load_shlib): Update.
9915
20c6f1e1
YQ
99162014-08-09 Yao Qi <yao@codesourcery.com>
9917
9918 * gdb.base/display.exp: Invoke is_address_zero_readable.
9919 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9920 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9921 * gdb.base/hbreak-unmapped.exp: Return if
9922 is_address_zero_readable returns true.
9923 * gdb.base/signest.exp: Likewise.
9924 * gdb.base/signull.exp: Likewise.
9925 * gdb.base/sigbpt.exp: Likewise.
9926 * gdb.guile/scm-disasm.exp: Do the test if
9927 is_address_zero_readable returns false.
9928 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9929 * gdb.python/py-arch.exp: Likewise.
9930 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9931 * lib/gdb.exp (is_address_zero_readable): New proc.
9932
5792e8e3
YQ
99332014-08-09 Yao Qi <yao@codesourcery.com>
9934
9935 PR testsuite/13443
9936 * gdb.mi/mi-var-display.exp: Make test messages unique.
9937
3cecbbbe
TT
99382014-08-04 Tom Tromey <tromey@redhat.com>
9939
9940 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9941 target 0".
9942
00b51ff5
TT
99432014-08-04 Tom Tromey <tromey@redhat.com>
9944
9945 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9946 "target_resume".
9947
6908c509
JB
99482014-08-01 Joel Brobecker <brobecker@adacore.com>
9949
9950 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9951 inner_vla_struct_object_size.
9952 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9953 as xfail.
9954
cc6563d2
PA
99552014-07-30 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9958 comment.
9959
7e09a223
YQ
99602014-07-29 Yao Qi <yao@codesourcery.com>
9961
9962 PR gdb/17206
9963 * gdb.base/until-nodebug.exp: New.
9964
7ebdbe92
DE
99652014-07-28 Doug Evans <xdje42@gmail.com>
9966
9967 PR guile/17203
9968 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9969 previously existing parameter, and previously ambiguously spelled
9970 parameter.
9971
fdb1adc6
WN
99722014-07-28 Will Newton <will.newton@linaro.org>
9973
9974 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9975
186fcde0
DE
99762014-07-26 Ludovic Courtès <ludo@gnu.org>
9977 Doug Evans <xdje42@gmail.com>
9978
9979 PR guile/17146
9980 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9981
70509625
PA
99822014-07-25 Pedro Alves <palves@redhat.com>
9983
9984 * gdb.threads/signal-command-handle-nopass.c: New file.
9985 * gdb.threads/signal-command-handle-nopass.exp: New file.
9986 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9987 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9988 * gdb.threads/signal-delivered-right-thread.c: New file.
9989 * gdb.threads/signal-delivered-right-thread.exp: New file.
9990
c3f814a1
PA
99912014-07-25 Pedro Alves <palves@redhat.com>
9992
9993 * gdb.base/double-prompt-target-event-error.exp
9994 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9995 match.
9996 (cancel_pagination_in_target_event): Rework double prompt
9997 detection.
9998 * gdb.base/paginate-after-ctrl-c-running.exp
9999 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10000 <return>' match.
10001 * gdb.base/paginate-bg-execution.exp
10002 (test_bg_execution_pagination_return)
10003 (test_bg_execution_pagination_cancel): Remove '-notransfer
10004 <return>' matches.
10005 * gdb.base/paginate-execution-startup.exp
10006 (test_fg_execution_pagination_return)
10007 (test_fg_execution_pagination_cancel): Remove '-notransfer
10008 <return>' matches.
10009 * gdb.base/paginate-inferior-exit.exp
10010 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10011 match.
10012 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10013 * lib/gdb.exp (pagination_prompt): Run text through
10014 string_to_regexp.
10015 (gdb_test_multiple): Match $pagination_prompt instead of
10016 "<return>".
10017 (string_to_regexp): Move to lib/gdb-utils.exp.
10018
e214cf6c
JK
100192014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10020
10021 * gdb.arch/amd64-entry-value-paramref.S: New file.
10022 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10023 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10024 * gdb.arch/amd64-optimout-repeat.S: New file.
10025 * gdb.arch/amd64-optimout-repeat.c: New file.
10026 * gdb.arch/amd64-optimout-repeat.exp: New file.
10027
17d0c5c8
JK
100282014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 PR gdb/17170
10031 * gdb.base/statistics.exp: New file.
10032
b8b8facf
DE
100332014-07-17 Doug Evans <dje@google.com>
10034
74b49205 10035 PR gdb/17170
b8b8facf
DE
10036 * gdb.base/maint.exp: Update testing of per-command stats.
10037
1b5d0ab3
PA
100382014-07-16 Pedro Alves <palves@redhat.com>
10039
10040 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10041 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10042 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10043 (tfile_write_buf): New functions.
10044 (add_memory_block): Rewrite using the above.
10045 (adjust_function_address): New function.
10046 (FUNCTION_ADDRESS): New macro.
10047 (write_basic_trace_file): Remove short_x local, and use
10048 tfile_write_16. Change type of func_addr local to unsigned long
10049 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10050 here. Cast argument of add_memory_block to char pointer.
10051 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10052 (main): Remove parameters.
10053 * gdb.trace/tfile.exp: Remove nowarnings.
10054
4d974e88
SM
100552014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10056
10057 * gdb.base/debug-expr.exp: Test string evaluation with
10058 "debug expression" on.
10059
41e99568
PA
100602014-07-15 Pedro Alves <palves@redhat.com>
10061
10062 * gdb.base/reread.exp: Use clean_restart.
10063
487d9753
PL
100642014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10065
10066 * gdb.arch/avr-flash-qualifer.c: New.
10067 * gdb.arch/avr-flash-qualifer.exp: New.
10068
cc1c52ad
PA
100692014-07-14 Pedro Alves <palves@redhat.com>
10070
10071 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10072 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10073
1e973570
PA
100742014-07-14 Pedro Alves <palves@redhat.com>
10075
10076 * gdb.base/double-prompt-target-event-error.c: New file.
10077 * gdb.base/double-prompt-target-event-error.exp: New file.
10078
93d6eb10
PA
100792014-07-14 Pedro Alves <palves@redhat.com>
10080
10081 PR gdb/17072
10082 * gdb.base/paginate-inferior-exit.c: New file.
10083 * gdb.base/paginate-inferior-exit.exp: New file.
10084
0017922d
PA
100852014-07-14 Pedro Alves <palves@redhat.com>
10086
10087 PR gdb/17072
10088 * gdb.base/paginate-bg-execution.c: New file.
10089 * gdb.base/paginate-bg-execution.exp: New file.
10090
94696ad3
PA
100912014-07-14 Pedro Alves <palves@redhat.com>
10092
10093 PR gdb/17072
10094 * gdb.base/paginate-execution-startup.c: New file.
10095 * gdb.base/paginate-execution-startup.exp: New file.
10096 * lib/gdb.exp (pagination_prompt): New global.
10097 (default_gdb_spawn): New procedure, factored out from
10098 default_gdb_spawn.
10099 (default_gdb_start): Adjust to call default_gdb_spawn.
10100 (gdb_spawn): New procedure.
10101
bd293940
PA
101022014-07-14 Pedro Alves <palves@redhat.com>
10103
10104 * lib/gdb.exp (gdb_assert): New procedure.
10105 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10106
c933f875
PA
101072014-07-14 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.base/execution-termios.c: New file.
10110 * gdb.base/execution-termios.exp: New file.
10111
d98b7a16
TT
101122014-07-14 Tom Tromey <tromey@redhat.com>
10113
10114 * gdb.cp/vla-cxx.cc: New file.
10115 * gdb.cp/vla-cxx.exp: New file.
10116
548740d6
TT
101172014-07-14 Tom Tromey <tromey@redhat.com>
10118
10119 * gdb.reverse/rerun-prec.c: New file.
10120 * gdb.reverse/rerun-prec.exp: New file.
10121
a25eb028
MR
101222014-07-12 Maciej W. Rozycki <macro@mips.com>
10123 Maciej W. Rozycki <macro@codesourcery.com>
10124
10125 * lib/gdb-utils.exp: New file.
10126 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10127 inline `gdb_init_command' processing.
10128 (gdb_start_cmd): Likewise.
10129 * lib/mi-support.exp (mi_run_cmd): Likewise.
10130 * README: Document `gdb_init_command' and `gdb_init_commands'.
10131
218c2655
JK
101322014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 Fix false FAIL running under a very long directory name.
10135 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10136 and "set print elements 10000". Twice.
10137
5401fde3
YQ
101382014-07-11 Yao Qi <yao@codesourcery.com>
10139
10140 * gdb.base/exprs.exp: "set print symbol off".
10141
e76126e8
PA
101422014-07-11 Pedro Alves <palves@redhat.com>
10143
10144 * gdb.threads/kill.c: New file.
10145 * gdb.threads/kill.exp: New file.
10146
2d6f0de6
YQ
101472014-07-10 Yao Qi <yao@codesourcery.com>
10148
10149 * gdb.trace/tfile.c (write_basic_trace_file)
10150 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10151 address written to trace file.
10152
7180e04a
PA
101532014-07-09 Pedro Alves <palves@redhat.com>
10154
10155 * gdb.base/attach-wait-input.exp: New file.
10156 * gdb.base/attach-wait-input.c: New file.
10157
9a9a7608
AB
101582014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10159
10160 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10161 setting up test structures.
10162 (main): Call new test function.
10163 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10164 test function, continue into test function and walk test
10165 structures.
10166
161ac41e
YQ
101672014-07-02 Yao Qi <yao@codesourcery.com>
10168
10169 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10170 'bar_start' at the beginning of functions 'foo' and 'bar'
10171 respectively.
10172 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10173 instead of 'foo' and 'bar'.
10174
1f267ae3
MM
101752014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10176
10177 * gdb.btrace/segv.exp: New.
10178 * gdb.btrace/segv.c: New.
10179
2b239efb
LM
101802014-07-02 Luis Machado <lgustavo@codesourcery.com>
10181
10182 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10183 instruction.
10184
cf363f18
MW
101852014-06-30 Mark Wielaard <mjw@redhat.com>
10186
10187 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10188 vulture, vilify, villar): New volatile array constants.
10189 (vindictive, vegetation): New const volatile array constants.
10190 * gdb.base/volatile.exp: Test volatile and const volatile array
10191 types.
10192
aebf9d24
AA
101932014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10194
10195 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10196 target lacks support for awatch, rwatch, or hbreak.
10197
b67a2c6f
YQ
101982014-06-27 Yao Qi <yao@codesourcery.com>
10199
10200 * gdb.multi/dummy-frame-restore.exp: New.
10201 * gdb.multi/dummy-frame-restore.c: New.
10202
aef92902
MM
102032014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10204
10205 * gdb.btrace/gcore.exp: New.
10206
8e9db26e
PA
102072014-06-23 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.base/watchpoint-reuse-slot.c: New file.
10210 * gdb.base/watchpoint-reuse-slot.exp: New file.
10211
70afc5b7
SC
102122014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10213
10214 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10215 progspace's filename in 'info', 'enable' and 'disable' command
10216 tests.
10217
b972bd9c
JK
102182014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10219
10220 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10221 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10222 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10223
125f8a3d
GB
102242014-06-20 Gary Benson <gbenson@redhat.com>
10225
10226 * gdb.arch/i386-avx.exp: Fix include file location.
10227 * gdb.arch/i386-sse.exp: Likewise.
10228
3ed9baed
IB
102292014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10230
10231 * gdb.dlang/expression.exp: New file.
10232
034f788c
PA
102332014-06-19 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10236 out from ...
10237 (top level): ... here. Iterate running tests under different
10238 scheduler-locking settings.
10239
45371d0c
LM
102402014-06-18 Luis Machado <lgustavo@codesourcery.com>
10241
10242 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10243 to DW_FORM_addr and use non-zero addresses.
10244
5d376983
SC
102452014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10246
10247 PR gdb/17017
10248 * gdb.python/py-xmethods.cc: Add global function call counters and
10249 increment them in their respective functions. Remove "cout"
10250 statements.
10251 * gdb.python/py-xmethods.exp: Make tests check the global function
10252 call counters instead of depending on inferior IO.
10253
a1aa2221
LM
102542014-06-18 Don Breazeal <donb@codesourcery.com>
10255
10256 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10257 Deleted procedure.
10258 (explicit_fork_parent_follow): Deleted procedure.
10259 (explicit_fork_child_follow): Deleted procedure.
10260 (test_follow_fork): New procedure.
10261 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10262 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10263 procedure calls.
10264
0fc05997
YQ
102652014-06-17 Yao Qi <yao@codesourcery.com>
10266
10267 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10268 CP1252.
10269
70795c52
LM
102702014-06-17 Luis Machado <lgustavo@codesourcery.com>
10271
10272 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10273 Initialize ptr and S explicitly.
10274 (skip_type_update_when_not_use_rtti_test): Likewise.
10275
6be47f0c
KS
102762014-06-16 Keith Seitz <keiths@redhat.com>
10277
10278 PR mi/15863
10279 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10280 the inferior is started.
10281
d03de421
PA
102822014-06-16 Pedro Alves <palves@redhat.com>
10283
10284 * gdb.base/break-main-file-remove-fail.c: New file.
10285 * gdb.base/break-main-file-remove-fail.exp: New file.
10286 * gdb.base/break-unload-file.exp: Use build_executable instead of
10287 prepare_for_testing.
10288 (test_break): New parameter "initial_load". Handle it.
10289 (top level): Add initial_load cmdline/file axis.
10290
f9579b99
TT
102912014-06-12 Tom Tromey <tromey@redhat.com>
10292
10293 * gdb.base/completion.exp: Don't use directory name in test.
10294
3657956b
GB
102952014-06-09 Gary Benson <gbenson@redhat.com>
10296
10297 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10298 separate the always-available ANSI-standard signals from the
10299 signals that require checking.
10300 (main): Likewise.
10301 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10302 Likewise.
10303 (main): Likewise.
10304
4186eb54
KS
103052014-06-07 Keith Seitz <keiths@redhat.com>
10306
10307 Revert:
10308 PR c++/16253
10309 * gdb.cp/var-tag.cc: New file.
10310 * gdb.cp/var-tag.exp: New file.
10311 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10312 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10313 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10314 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10315
25326a28 103162014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10317
10318 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10319
829155c9
PA
103202014-06-06 Pedro Alves <palves@redhat.com>
10321
10322 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10323 in target debug output instead of looking at RSP packets,
10324 disabling the test on any target that uses hardware stepping.
10325 Update comments.
10326
61c8d22e
PA
103272014-06-06 Pedro Alves <palves@redhat.com>
10328
10329 * gdb.base/break-unload-file.exp: Fix typo.
10330
d9a47287
YQ
103312014-06-06 Yao Qi <yao@codesourcery.com>
10332
10333 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10334 from "jit_function" to "^jit_function".
10335
e5e01dbf
YQ
103362014-06-06 Yao Qi <yao@codesourcery.com>
10337
10338 * gdb.base/async.c (foo): Add one statement.
10339 * gdb.base/async.exp: Get the next instruction address and
10340 match the output of "nexti" by instruction address. Match
10341 the hex address in the output of "finish".
10342
73ba372c
GB
103432014-06-06 Gary Benson <gbenson@redhat.com>
10344
10345 * gdb.base/call-signals.c: Remove preprocessor conditionals
10346 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10347 SIGSEGV and SIGTERM.
10348 * gdb.base/sigall.c: Likewise.
10349 * gdb.base/unwindonsignal.c: Likewise.
10350 * gdb.reverse/sigall-reverse.c: Likewise.
10351
831517df
YQ
103522014-06-06 Yao Qi <yao@codesourcery.com>
10353
10354 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10355 readable, skip the test.
10356
b8b91e98
YQ
103572014-06-06 Yao Qi <yao@codesourcery.com>
10358
10359 * gdb.threads/staticthreads.c (thread_function): Move the line
10360 setting breakpoint on forward.
10361 * gdb.threads/staticthreads.exp: Update comments.
10362
fb934770
LC
103632014-06-05 Ludovic Courtès <ludo@gnu.org>
10364
10365 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10366 "history-append! type error".
10367
6ef284bd
SM
103682014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10369
10370 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10371 erroneous dprintf expected input.
10372
a872e241
DE
103732014-06-04 Doug Evans <xdje42@gmail.com>
10374
10375 * gdb.guile/scm-generics.exp: Delete.
10376
16f691fb
DE
103772014-06-04 Doug Evans <xdje42@gmail.com>
10378
10379 * gdb.guile/scm-breakpoint.exp: Update.
10380 Add tests for breakpoint registration.
10381
012370f6
TT
103822014-06-04 Tom Tromey <tromey@redhat.com>
10383
10384 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10385 VLA-in-union.
10386 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10387 inner_vla_struct, vla_union types. Initialize objects of those
10388 types and compute their sizes.
10389
9f5a4cef
HZ
103902014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10391 Hui Zhu <hui@codesourcery.com>
10392
10393 * gdb.base/fileio.exp: Add test for shell not available as well as
10394 available.
10395 * gdb.base/fileio.c (test_system): Check for shell twice.
10396
90a45c4d
YQ
103972014-06-04 Yao Qi <yao@codesourcery.com>
10398
10399 * gdb.base/auto-connect-native-target.exp: Remove redundant
10400 space from the regexp pattern.
10401
70017e41
YQ
104022014-06-04 Yao Qi <yao@codesourcery.com>
10403
10404 * gdb.base/default.exp: Replace "child" with "native" in
10405 regexp pattern.
10406
883964a7
SC
104072014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10408
10409 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10410 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10411 * gdb.python/py-xmethods.py: Python script supporting the
10412 new testcase and tests.
10413
ef370185
JB
104142014-06-03 Joel Brobecker <brobecker@adacore.com>
10415 Pedro Alves <palves@redhat.com>
10416
10417 PR breakpoints/17000
10418 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10419 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10420
1e2ccb61
BM
104212014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10422
10423 * gdb.base/subst.exp: Add tests to verify partial path matching
10424 output.
10425
c6ec5ab2
PA
104262014-06-03 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10429 target that doesn't use software single-stepping.
10430
835c559f
PA
104312014-06-03 Pedro Alves <palves@redhat.com>
10432
10433 PR breakpoints/17000
10434 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10435 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10436
06eb1586
DE
104372014-06-02 Doug Evans <xdje42@gmail.com>
10438
10439 * gdb.guile/scm-parameter.exp: New file.
10440
e698b8c4
DE
104412014-06-02 Doug Evans <xdje42@gmail.com>
10442
10443 * gdb.guile/scm-cmd.c: New file.
10444 * gdb.guile/scm-cmd.exp: New file.
10445
ded03782
DE
104462014-06-02 Doug Evans <xdje42@gmail.com>
10447
10448 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10449 pretty-printer lookup.
10450 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10451 (make-pp_s-printer): Call it.
10452 (make-pretty-printer-from-dict): New function.
10453 (lookup-pretty-printer-maker-from-dict): New function.
10454 (*pretty-printer*): Simplify.
10455 (make-objfile-pp_s-printer): New function.
10456 (install-objfile-pretty-printers!): New function.
10457 (make-progspace-pp_s-printer): New function.
10458 (install-progspace-pretty-printers!): New function.
10459 * gdb.guile/scm-progspace.c: New file.
10460 * gdb.guile/scm-progspace.exp: New file.
10461
41fac0cf
PA
104622014-06-02 Pedro Alves <palves@redhat.com>
10463
10464 * gdb.base/dprintf-bp-same-addr.c: New file.
10465 * gdb.base/dprintf-bp-same-addr.exp: New file.
10466
96ae5695
EBM
104672014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10468
10469 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10470 * gdb.arch/powerpc-power.s: Likewise.
10471
da02b3a8
JB
104722014-06-02 Joel Brobecker <brobecker@adacore.com>
10473
10474 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10475
c72b2e7b
YQ
104762014-06-01 Yao Qi <yao@codesourcery.com>
10477
10478 * gdb.base/watchpoint.exp (test_watch_location): Check null
10479 pointer can be dereferenced. If not, do the test, otherwise
10480 skip it.
10481
53e8a631
AB
104822014-05-30 Andrew Burgess <aburgess@broadcom.com>
10483
10484 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10485 results.
10486 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10487
938f0e2f
AB
104882014-05-30 Andrew Burgess <aburgess@broadcom.com>
10489
10490 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10491 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10492 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10493 * gdb.arch/amd64-invalid-stack-top.c: New file.
10494 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10495
9ba6657a
PA
104962014-05-30 Pedro Alves <palves@redhat.com>
10497
10498 PR breakpoints/17000
10499 * gdb.base/sss-bp-on-user-bp.c: New file.
10500 * gdb.base/sss-bp-on-user-bp.exp: New file.
10501
522c09bf
DB
105022014-05-30 David Blaikie <dblaikie@gmail.com>
10503
10504 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10505 gnu_inline semantics via attribute.
10506 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10507 source explicitly specifies the required semantics.
10508
bf4ef81e
MR
105092014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10510
10511 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10512
329ea579
PA
105132014-05-29 Pedro Alves <palves@redhat.com>
10514 Tom Tromey <tromey@redhat.com>
10515
10516 * gdb.base/async-shell.exp: Don't enable target-async.
10517 * gdb.base/async.exp
10518 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10519 parameter. Adjust.
10520 (top level): Don't test with "target-async".
10521 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10522 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10523 * gdb.base/inferior-died.exp: Don't enable target-async.
10524 * gdb.base/interrupt-noterm.exp: Likewise.
10525 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10526 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10527 * gdb.mi/mi-nonstop.exp: Likewise.
10528 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10529 * gdb.mi/mi-nsintrall.exp: Likewise.
10530 * gdb.mi/mi-nsmoribund.exp: Likewise.
10531 * gdb.mi/mi-nsthrexec.exp: Likewise.
10532 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10533 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10534 * gdb.python/py-evsignal.exp: Don't enable target-async.
10535 * gdb.python/py-evthreads.exp: Likewise.
10536 * gdb.python/py-prompt.exp: Likewise.
10537 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10538 * gdb.server/solib-list.exp: Don't enable target-async.
10539 * gdb.threads/thread-specific-bp.exp: Likewise.
10540 * lib/mi-support.exp: Adjust to use mi-async.
10541
fd664c91
PA
105422014-05-29 Pedro Alves <palves@redhat.com>
10543
10544 PR gdb/13860
10545 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10546 reason, even in sync mode.
10547
251bde03
PA
105482014-05-29 Pedro Alves <palves@redhat.com>
10549 Hui Zhu <hui@codesourcery.com>
10550
10551 PR PR15693
10552 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10553 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10554 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10555 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10556
7f3c0343
JB
105572014-05-28 Joel Brobecker <brobecker@adacore.com>
10558
10559 * config/monitor.exp (gdb_target_monitor): Replace use of
10560 "set remotebaud" by "set serial baud".
10561
b2715b27
AW
105622014-05-26 Andy Wingo <wingo@igalia.com>
10563
10564 * gdb.guile/scm-breakpoint.exp:
10565 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10566 properties instead of gdb-object-properties.
10567
498a4489
YQ
105682014-05-26 Yao Qi <yao@codesourcery.com>
10569
10570 * gdb.server/no-thread-db.exp: Specify source file name
10571 explicitly when setting a breakpoint.
10572
589fdceb
MM
105732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10574
10575 * gdb.btrace/vdso.c: New.
10576 * gdb.btrace/vdso.exp: New.
10577
e9089e05
MM
105782014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10579
10580 * gdb.base/gcore.exp (capture_command_output): Move ...
10581 * lib/gdb.exp (capture_command_output): ... here.
10582
67b5c0c1
MM
105832014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10584
10585 * gdb.btrace/data.exp: Test memory access during btrace replay.
10586
a2199296
SM
105872014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10588
10589 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10590
17b2616c
PA
105912014-05-21 Pedro Alves <palves@redhat.com>
10592
10593 PR gdb/13860
10594 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10595 (top level): Test that output related to execution commands is
10596 sent to the console with CLI commands, but not with MI commands.
10597 Test that breakpoint events are always mirrored to the console.
10598 Also expect the new source line to be output after a "next" in
10599 async mode too. Make it a pass/fail test.
10600 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10601 output.
10602 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10603
5166082f
PA
106042014-05-21 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10607 Use them to test variations of "list" after reaching a breakpoint.
10608 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10609 Test "list" with listsize 10 after reaching a breakpoint.
10610 * gdb.python/python.exp (decode_line current location line
10611 number): Adjust expected line number.
10612
2f25d70f
SM
106132014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10614
10615 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10616 behavior for $args, pass it directly to "run".
10617
ff604a67
MR
106182014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10619
10620 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10621 30000 to 65536.
10622
6a3cb8e8
PA
106232014-05-21 Pedro Alves <palves@redhat.com>
10624
10625 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10626 auto-connect-native-target off".
10627 * gdb.base/auto-connect-native-target.c: New file.
10628 * gdb.base/auto-connect-native-target.exp: New file.
10629
4ebfc96e
PA
106302014-05-21 Pedro Alves <palves@redhat.com>
10631
10632 * gdb.base/default.exp: Test "target native" instead of "target
10633 child".
10634
36d46afb
MW
106352014-05-21 Mark Wielaard <mjw@redhat.com>
10636
10637 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10638
5876f503
JK
106392014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10640
10641 Fix TLS access for -static -pthread.
10642 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10643 <HAVE_TLS> (thread_function, main): Initialize it.
10644 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10645 Add clean_restart.
10646 <$have_tls != "">: Check TLSVAR.
10647
0256a6ac
PA
106482014-05-21 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.base/dcache-line-read-error.c: New.
10651 * gdb.base/dcache-line-read-error.exp: New.
10652
936d2992
PA
106532014-05-20 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/compare-sections.c: New file.
10656 * gdb.base/compare-sections.exp: New file.
10657
802e8e6d
PA
106582014-05-20 Pedro Alves <palves@redhat.com>
10659
10660 * gdb.base/break-idempotent.c: New file.
10661 * gdb.base/break-idempotent.exp: New file.
10662
e59fa00f
MM
106632014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10664
10665 * gdb.btrace/nohist.exp: New.
10666
8b696e31
YQ
106672014-05-20 Yao Qi <yao@codesourcery.com>
10668
10669 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10670 gdb.reverse directory and gdb_reverse_timeout exists in board
10671 setting.
10672 * README: Document gdb_reverse_timeout.
10673
73c9764f
YQ
106742014-05-20 Yao Qi <yao@codesourcery.com>
10675
10676 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10677 'test_file_name'. Treat args as a string instead of a list.
10678 (gdb_init): Rename argument 'args' by 'test_file_name'.
10679
f1f4348a
JK
106802014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10681
10682 * gdb.arch/powerpc-power.exp: New file.
10683 * gdb.arch/powerpc-power.s: New file.
10684
0dbe70ce
DE
106852014-05-16 Doug Evans <dje@google.com>
10686
10687 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10688 * gdb.base/completion.exp: Check that all expected files exist
10689 before doing file completion.
0dbe70ce 10690
8d551b02
DE
106912014-05-16 Doug Evans <dje@google.com>
10692
10693 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10694 Update.
10695 (do_syscall_tests_without_xml): Update.
10696
73eb7709
PA
106972014-05-16 Pedro Alves <palves@redhat.com>
10698
10699 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10700 instead of "unknown output after running".
10701
3fae92fc
YQ
107022014-05-16 Yao Qi <yao@codesourcery.com>
10703
10704 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10705 file1.txt from host at the end.
10706 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10707
c2b2ccc5
DE
107082014-05-15 Doug Evans <dje@google.com>
10709
10710 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10711 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10712 loading file. Add test for TU lookup.
10713
8c217a4b
SM
107142014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10715
10716 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10717 calling "-exec-arguments" or "set args" before running the
10718 inferior.
10719
3deb39c6
SM
107202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10721
10722 * lib/mi-support.exp (mi_expect_stop): Expect message for
10723 inferiors that exit with non-zero exit code.
10724
71a79f8c
YQ
107252014-05-14 Yao Qi <yao@codesourcery.com>
10726
10727 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10728 match absolute path on remote host.
10729 (test_file_list_exec_source_files): Remove "/" from the
10730 pattern.
10731
f23fcd46
YQ
107322014-05-14 Yao Qi <yao@codesourcery.com>
10733
10734 * boards/local-remote-host-notty.exp (${board}_file): New
10735 proc.
10736
9404b58f
KM
107372014-05-07 Kyle McMartin <kyle@redhat.com>
10738
10739 Pushed by Joel Brobecker <brobecker@adacore.com>.
10740 * gdb.arch/aarch64-atomic-inst.c: New file.
10741 * gdb.arch/aarch64-atomic-inst.exp: New file.
10742
5e45f04c
YQ
107432014-05-07 Yao Qi <yao@codesourcery.com>
10744
10745 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10746 in current context" too.
10747
c888a17d
KS
107482014-05-05 Keith Seitz <keiths@redhat.com>
10749
10750 * gdb.linespec/ls-dollar.exp: Add test for linespec
10751 file:convenience_variable.
10752
290a839c
YQ
107532014-05-05 Yao Qi <yao@codesourcery.com>
10754
10755 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10756 traceframes into tfile and ctf trace files. Read data from
10757 trace file and test collected data.
10758 (gdb_collect_locals_test): Likewise.
10759 (gdb_unavailable_registers_test): Likewise.
10760 (gdb_unavailable_floats): Likewise.
10761 (gdb_collect_globals_test): Likewise.
10762 (top-level): Append "ctf" to trace_file_targets if GDB
10763 supports.
10764
b5262cd0
YQ
107652014-05-05 Yao Qi <yao@codesourcery.com>
10766
10767 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10768 code to ...
10769 (gdb_collect_args_test_1): ... it. New proc.
10770 (gdb_collect_locals_test): Move some code to ...
10771 (gdb_collect_locals_test_1): ... it. New proc.
10772 (gdb_unavailable_registers_test): Move some code to ...
10773 (gdb_unavailable_registers_test_1): ... it. New proc.
10774 (gdb_unavailable_floats): Move some code to ...
10775 (gdb_unavailable_floats_1): ... it. New proc.
10776
30a1e6cc
SDJ
107772014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10778
10779 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10780 probes to test for bitness recognition.
10781 * gdb.arch/amd64-stap-optional-prefix.exp
10782 (test_probe_value_without_reg): New procedure.
10783 Add code to test for different kinds of bitness.
10784
f33da99a
SDJ
107852014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10786
10787 PR breakpoints/16889
10788 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10789 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10790
5b80f00d
PA
107912014-05-01 Pedro Alves <palves@redhat.com>
10792
10793 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10794 gdb_file_cmd if no file is specified.
10795 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10796 last_loaded_file to set the remote exec-file.
10797
f8c2a73c
PA
107982014-05-01 Pedro Alves <palves@redhat.com>
10799
10800 * boards/local-remote-host.exp: New file.
10801
be6e8ac7
PA
108022014-05-01 Pedro Alves <palves@redhat.com>
10803
10804 * boards/local-remote-host.exp: Rename to ...
10805 * boards/local-remote-host-notty.exp: ... this.
10806
cac0dc8f
JB
108072014-04-28 Joel Brobecker <brobecker@adacore.com>
10808
10809 * gdb.ada/dyn_arrayidx: New testcase.
10810
9730e6cc
YQ
108112014-04-26 Yao Qi <yao@codesourcery.com>
10812
10813 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10814 and compute the length of function main. Save it in
10815 $main_length.
10816 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10817 (top-level): Use gdb_compile to compile objects into
10818 executable and restart GDB. Remove invocation to
10819 prepare_for_testing.
10820
7ae1a6a6
PA
108212014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10822 Pedro Alves <palves@redhat.com>
10823
10824 PR server/16255
10825 * gdb.multi/multi-attach.c: New file.
10826 * gdb.multi/multi-attach.exp: New file.
10827
4082afcc
PA
108282014-04-25 Pedro Alves <palves@redhat.com>
10829
10830 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10831 user.
10832 (top level): Test that "set remote conditional-breakpoints-packet
10833 off" works as intended.
10834 * gdb.base/dprintf.exp: Test that "set remote
10835 breakpoint-commands-packet off" works as intended.
10836 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10837 New function.
10838 (top level): Call it.
10839 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10840 remote fast-tracepoints-packet off" works as intended.
10841 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10842 * lib/gdb.exp (gdb_is_target_remote): ... here.
10843
2abc3f8d
DB
108442014-04-24 David Blaikie <dblaikie@gmail.com>
10845
10846 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10847 ensure clang would not discard them.
10848 * gdb.base/gdbvars.c: Ditto.
10849 * gdb.base/memattr.c: Ditto.
10850 * gdb.base/whatis.c: Ditto.
10851 * gdb.python/py-prettyprint.c: Ditto.
10852 * gdb.trace/actions.c: Ditto.
10853 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10854 ensure clang would not discard it.
10855
bfd39632
DB
108562014-04-24 David Blaikie <dblaikie@gmail.com>
10857
10858 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10859 clang to emit the full definition of type required by the test
10860 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10861
22842ff6
DB
108622014-04-24 David Blaikie <dblaikie@gmail.com>
10863
10864 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10865 coax Clang into emitting the definition of the type.
10866 * gdb.cp/pr10728-x.h (y): Ditto.
10867 * gdb.cp/pr10728-y.cc (y): Ditto.
10868
c2e827ad
DB
108692014-04-24 David Blaikie <dblaikie@gmail.com>
10870
10871 * gdb.base/label.exp: XFAIL label related tests under Clang.
10872 * gdb.cp/cplabel.exp: Ditto.
10873 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10874 under Clang those using labels.
10875
4c2d33e7
YQ
108762014-04-25 Yao Qi <yao@codesourcery.com>
10877
10878 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10879 double_label.
10880 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10881 partial_label and double_label.
10882
56083b99
DB
108832014-04-24 David Blaikie <dblaikie@gmail.com>
10884
10885 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10886
25d4e99d
DB
108872014-04-24 David Blaikie <dblaikie@gmail.com>
10888
10889 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10890 of the function to work across GCC and Clang.
10891 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10892 pointer types (const void ** const V void **).
10893
01f9f808
MS
108942014-04-24 Michael Sturm <michael.sturm@mintel.com>
10895 Walfred Tedeschi <walfred.tedeschi@intel.com>
10896
10897 * Makefile.in (EXECUTABLES): Added i386-avx512.
10898 * gdb.arch/i386-avx512.c: New file.
10899 * gdb.arch/i386-avx512.exp: Likewise.
10900
4b48d439
KS
109012014-04-23 Keith Seitz <keiths@redhat.com>
10902
10903 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10904 (mi_make_breakpoint_table): New procedure.
10905 (mi_create_breakpoint): Use mi_make_breakpoint
10906 and return the result.
10907 (mi_make_breakpoint): New procedure.
10908 (mi_build_kv_pairs): New procedure.
10909
10910 * gdb.mi/mi-break.exp: Remove unused globals,
10911 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10912 All callers updated.
10913 * gdb.mi/mi-dprintf.exp: Use variable to track command
10914 number.
10915 Update all callers of mi_create_breakpoint and use
10916 mi_make_breakpoint_table.
10917 Remove any unused global variables.
10918 * gdb.mi/mi-nonstop.exp: Likewise.
10919 * gdb.mi/mi-nsintrall.exp: Likewise.
10920 * gdb.mi/mi-nsmoribund.exp: Likewise.
10921 * gdb.mi/mi-nsthrexec.exp: Likewise.
10922 * gdb.mi/mi-reverse.exp: Likewise.
10923 * gdb.mi/mi-simplerun.exp: Likewise.
10924 * gdb.mi/mi-stepn.exp: Likewise.
10925 * gdb.mi/mi-syn-frame.exp: Likewise.
10926 * gdb.mi/mi-until.exp: Likewise.
10927 * gdb.mi/mi-var-cp.exp: Likewise.
10928 * gdb.mi/mi-var-display.exp: Likewise.
10929 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10930 * gdb.mi/mi2-var-child.exp: Likewise.
10931 * gdb.mi/mi-vla-c99.exp: Likewise.
10932 * lib/mi-support.exp: Likewise.
10933
10934 From Ian Lance Taylor <iant@cygnus.com>:
10935 * lib/gdb.exp (parse_args): New procedure.
10936
08351840
PA
109372014-04-23 Pedro Alves <palves@redhat.com>
10938
10939 * gdb.base/break-unload-file.c: New file.
10940 * gdb.base/break-unload-file.exp: New file.
10941 * gdb.base/sym-file-lib.c (baz): New function.
10942 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10943 field.
10944 (load): Store the segment's mapped size.
10945 (unload): New function.
10946 (unload_shlib): New function.
10947 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10948 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10949 set a breakpoint at baz, and call it.
10950 * gdb.base/sym-file.exp: New tests for stale breakpoint
10951 instructions.
10952
076855f9
PA
109532014-04-23 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10956 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10957 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10958 * gdb.base/hbreak-unmapped.c: New file.
10959 * gdb.base/hbreak-unmapped.exp: New file.
10960 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10961 * lib/gdb.exp (gdb_is_target_remote): ... here.
10962
483805cf
PA
109632014-04-22 Pedro Alves <palves@redhat.com>
10964
10965 * gdb.base/consecutive-step-over.c: New file.
10966 * gdb.base/consecutive-step-over.exp: New file.
10967
06d97543
PA
109682014-04-22 Pedro Alves <palves@redhat.com>
10969
10970 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10971 instead of send_gdb/gdb_expect.
10972
b4429ea2
YQ
109732014-04-22 Yao Qi <yao@codesourcery.com>
10974
10975 * lib/trace-support.exp (generate_tracefile): New procedure.
10976 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10977 return 0.
10978 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10979 if generate_tracefile returns 1.
10980
51d48146
PA
109812014-04-18 Tom Tromey <palves@redhat.com>
10982 Pedro alves <tromey@redhat.com>
10983
10984 PR backtrace/15558
10985 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10986 with a backtrace limit.
10987 * gdb.python/py-frame-inline.exp: Test running to an inline
10988 function with a backtrace limit, and printing the newest frame.
10989 * gdb.python/py-frame-inline.c (main): Call f.
10990
bd1dce5f
MS
109912014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10992
10993 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10994
40d1a503
MS
109952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10996
10997 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10998 Drop prefix from unsupported source file path.
10999
389b98f7
YQ
110002014-04-17 Yao Qi <yao@codesourcery.com>
11001
11002 * lib/gdb.exp (with_target_charset): New proc.
11003 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11004 with_target_charset.
11005 (test_print_strings): Likewise.
11006 (test_repeat_bytes): Likewise.
11007 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11008 for some tests.
11009
22869d73
KS
110102014-04-16 Keith Seitz <keiths@redhat.com>
11011
11012 PR gdb/15827
11013 * gdb.dwarf2/corrupt.c: New file.
11014 * gdb.dwarf2/corrupt.exp: New file.
11015
c4f87ca6
KS
110162014-04-16 Keith Seitz <keiths@redhat.com>
11017
11018 PR c++/16597
11019 * gdb.cp/namelessclass.cc: New file.
11020 * gdb.cp/namelessclass.exp: New file.
11021 * gdb.cp/namelessclass.S: New file.
11022
ab19de87
DE
110232014-04-16 Doug Evans <dje@google.com>
11024
11025 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11026 Add comment.
11027 (gdbserver_default_get_comm_port): New function.
11028 (gdbserver_start): Check if board file provided
11029 "gdbserver,get_comm_port" and use it if so.
11030 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11031 (gdb,socketport): Set to "stdio".
11032 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11033 (stdio_gdbserver_template): Delete.
11034 (${board}_get_remote_address): Update.
11035 (${board}_build_remote_cmd): Delete.
11036 (${board}_get_comm_port): New function.
11037 (${board}_spawn): Update.
11038 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11039 Delete.
11040 (${board}_get_remote_address): Update.
11041 (${board}_get_comm_port): New function.
11042
fc98a809
AB
110432014-04-16 Andrew Burgess <aburgess@broadcom.com>
11044
11045 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11046 appearing in any order.
11047
87fd9e6e
DE
110482014-04-15 Doug Evans <dje@google.com>
11049
11050 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11051 uninitialized value of "description".
11052
099fc3ea
KS
110532014-04-15 Keith Seitz <keiths@redhat.com>
11054
11055 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11056 Remove unused globals.
11057 (test_running_the_program): Likewise.
11058 (test_controlled_execution): Likewise.
11059 (test_controlling_breakpoints): Likewise.
11060 (test_program_termination): Likewise.
11061
5da151d4
KS
110622014-04-15 Keith Seitz <keiths@redhat.com>
11063
11064 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11065 unused globals.
11066 (test_rbreak_creation_and_listing): Likewise.
11067 (test_ignore_count): Likewise.
11068 (test_error): Likewise.
11069
35e5d2f0
PA
110702014-04-15 Pedro Alves <palves@redhat.com>
11071
11072 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11073 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11074 sym-file-loader.c.
11075 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11076 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11077 to sym-file-loader.c.
11078 (struct library): Forward declare.
11079 (load_shlib, lookup_function): Change prototypes.
11080 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11081 (translate_offset): Remove declarations.
11082 (get_text_addr): New declaration.
11083 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11084 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11085 sym-file-loader.h.
11086 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11087 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11088 here from sym-file-loader.h.
11089 (struct library): New structure.
11090 (load_shlib, lookup_function): Change prototypes and adjust to
11091 work with a struct library.
11092 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11093 (translate_offset): Make static.
11094 (get_text_addr): New function.
11095 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11096
eb4c1710
PA
110972014-04-15 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11100
2d1baf52
PA
111012014-04-15 Pedro Alves <palves@redhat.com>
11102
11103 * gdb.base/sym-file-loader.c: Include <limits.h>.
11104 (SELF_LINK): New define.
11105 (get_origin): New function.
11106 (load_shlib): Use it.
11107 * gdb.base/sym-file.exp: Don't early return if the target is
11108 remote. Use runto_main, and issue fail is that fails. Use
11109 gdb_load_shlibs.
11110 (shlib_name): Delete.
11111 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11112
7dd6df01
PA
111132014-04-15 Pedro Alves <palves@redhat.com>
11114
11115 * gdb.base/sym-file.exp: Remove regex characters from test
11116 message. Don't refer to breakpoint numbers in test messages.
11117
b50c8614
KS
111182014-04-14 Keith Seitz <keiths@redhat.com>
11119
11120 PR c++/16253
11121 * gdb.cp/var-tag.cc: New file.
11122 * gdb.cp/var-tag.exp: New file.
11123 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11124 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11125 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11126 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11127
3d567982
TT
111282014-04-14 Tom Tromey <tromey@redhat.com>
11129
11130 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11131 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11132 type.
11133 * gdb.cp/enum-class.exp: New file.
11134 * gdb.cp/enum-class.cc: New file.
11135
0626fc76
TT
111362014-04-14 Tom Tromey <tromey@redhat.com>
11137
11138 * gdb.dwarf2/enum-type.exp: New file.
11139
dca325b3
SA
111402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11141
11142 * gdb.mi/mi-vla-c99.exp: New file.
11143 * gdb.mi/vla.c: New file.
11144
5854b38a
SA
111452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11146
11147 * gdb.base/vla-datatypes.c: New file.
11148 * gdb.base/vla-datatypes.exp: New file.
11149
463bb957
SA
111502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11151
11152 * gdb.base/vla-ptr.c: New file.
11153 * gdb.base/vla-ptr.exp: New file.
11154
3dd170be
SA
111552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11156
11157 * gdb.dwarf2/count.exp: New file.
11158
5ecaaa66
SA
111592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11160
11161 * gdb.base/vla-sideeffect.c: New file.
11162 * gdb.base/vla-sideeffect.exp: New file.
11163
41f1ada5
DB
111642014-04-14 David Blaikie <dblaikie@gmail.com>
11165
11166 * gdb.mi/non-stop.c: Add return value for non-void function return
11167 statement.
11168 * gdb.threads/staticthreads.c: Ditto.
11169
0be03e84
DE
111702014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11171 Doug Evans <xdje42@gmail.com>
11172
11173 * gdb.guile/scm-value.c: Improve test case.
11174 * gdb.guile/scm-value.exp: Add new test.
11175
f180a1fb
DB
111762014-04-11 David Blaikie <dblaikie@gmail.com>
11177
11178 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11179 override Clang's default.
11180
6b662e19
JB
111812014-04-11 Joel Brobecker <brobecker@adacore.com>
11182
11183 Revert the following changes (regressions):
11184
11185 * gdb.base/vla-sideeffect.c: New file.
11186 * gdb.base/vla-sideeffect.exp: New file.
11187
11188 * gdb.dwarf2/count.exp: New file.
11189
11190 * gdb.base/vla-multi.c: New file.
11191 * gdb.base/vla-multi.exp: New file.
11192
11193 * gdb.base/vla-ptr.c: New file.
11194 * gdb.base/vla-ptr.exp: New file.
11195
11196 * gdb.base/vla-datatypes.c: New file.
11197 * gdb.base/vla-datatypes.exp: New file.
11198
11199 * gdb.mi/mi-vla-c99.exp: New file.
11200 * gdb.mi/vla.c: New file.
11201
245a5f0b
KS
112022014-04-11 Keith Seitz <keiths@redhat.com>
11203
11204 PR c++/16675
11205 * gdb.cp/cpsizeof.exp: New file.
11206 * gdb.cp/cpsizeof.cc: New file.
11207
58a84dcf
SA
112082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11209
191a8a90
JB
11210 * gdb.mi/mi-vla-c99.exp: New file.
11211 * gdb.mi/vla.c: New file.
58a84dcf 11212
c8655f75
SA
112132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11214
11215 * gdb.base/vla-datatypes.c: New file.
11216 * gdb.base/vla-datatypes.exp: New file.
11217
024e13b4
SA
112182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11219
11220 * gdb.base/vla-ptr.c: New file.
11221 * gdb.base/vla-ptr.exp: New file.
11222
1a237e0e
SA
112232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11224
11225 * gdb.base/vla-multi.c: New file.
11226 * gdb.base/vla-multi.exp: New file.
11227
504f3432
SA
112282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11229
11230 * gdb.dwarf2/count.exp: New file.
11231
3bce8237
SA
112322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11233
191a8a90
JB
11234 * gdb.base/vla-sideeffect.c: New file.
11235 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11236
322f9c21
YQ
112372014-04-11 Yao Qi <yao@codesourcery.com>
11238
11239 * gdb.base/completion.exp: Check file exists before running tests
11240 on file completion.
11241
d708bcd1
PA
112422014-04-10 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.base/cond-eval-mode.c: New file.
11245 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11246 prepare_for_testing to build the new file. Check result of
11247 runto_main.
11248 (test_break, test_watch): New procedures.
11249 (top level): Use them.
11250
ae1d2761
PM
112512014-04-08 Pierre Muller <muller@sourceware.org>
11252
11253 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11254 Ctrl-V use for mingw hosts.
11255
7af389b8
SC
112562014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11257
11258 * gdb.python/py-value.c: Improve test case.
11259 * gdb.python/py-value.exp: Add new test.
11260
5e703181
DE
112612014-04-07 David Blaikie <dblaikie@gmail.com>
11262
11263 * lib/compiler.c: Identify the clang compiler.
11264 * lib/compiler.cc: Ditto.
11265
9810b410
YQ
112662014-04-03 Yao Qi <yao@codesourcery.com>
11267
11268 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11269
98d1b8dc
AB
112702014-04-01 Anton Blanchard <anton@samba.org>
11271
11272 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11273 messages unique.
11274
3114cea1
AB
112752014-04-01 Anton Blanchard <anton@samba.org>
11276
11277 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11278 prepare_for_testing.
11279
62f7182c
AB
112802014-04-01 Anton Blanchard <anton@samba.org>
11281
11282 * gdb.arch/ppc64-atomic-inst.c: Remove.
11283 * gdb.arch/ppc64-atomic-inst.S: New file.
11284 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11285
770e7fc7
DE
112862014-03-31 Doug Evans <dje@google.com>
11287
11288 * gdb.base/print-symbol-loading-lib.c: New file.
11289 * gdb.base/print-symbol-loading-main.c: New file.
11290 * gdb.base/print-symbol-loading.exp: New file.
11291
46e2bafa
YQ
112922014-03-31 Yao Qi <yao@codesourcery.com>
11293
11294 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11295
8776cfe9
JB
112962014-03-28 Joel Brobecker <brobecker@adacore.com>
11297
11298 * gdb.ada/mi_dyn_arr: New testcase.
11299
5d1ef361
DE
113002014-03-27 Doug Evans <dje@google.com>
11301
11302 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11303
b5bee914
YQ
113042014-03-27 Yao Qi <yao@codesourcery.com>
11305
11306 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11307 if target is nios2-*-*.
11308
0d4d0e77
YQ
113092014-03-26 Yao Qi <yao@codesourcery.com>
11310
11311 * lib/gdb.exp (readline_is_used): New proc.
11312 * gdb.base/completion.exp: Move tests on command complete up.
11313 Skip the rest of tests if readline is not used.
11314 * gdb.ada/complete.exp: Skp the test if readline is not
11315 used.
11316 * gdb.base/filesym.exp: Likewise.
11317 * gdb.base/macscp.exp: Likewise.
11318 * gdb.base/readline-ask.exp: Likewise.
11319 * gdb.base/readline.exp: Likewise.
11320 * gdb.python/py-cmd.exp: Likewise.
11321 * gdb.trace/tfile.exp: Likewise.
11322
29361eee
YQ
113232014-03-26 Yao Qi <yao@codesourcery.com>
11324
11325 * gdb.base/macscp.exp: Fix code format issues.
11326
bc9a5525
UW
113272014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11328
11329 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11330 * gdb.asm/powerpc64le.inc: New file.
11331
d3839ede
PA
113322014-03-25 Pedro Alves <palves@redhat.com>
11333 Doug Evans <dje@google.com>
11334
11335 * gdb.base/source-execution.c: New file.
11336 * gdb.base/source-execution.exp: New file.
11337 * gdb.base/source-execution.gdb: New file.
11338
01672a57
DE
113392014-03-24 Doug Evans <dje@google.com>
11340
11341 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11342 using fission.
11343
88bbeca9
HZ
113442014-03-24 Hui Zhu <hui@codesourcery.com>
11345 Pedro Alves <palves@redhat.com>
11346
11347 PR breakpoints/16101
11348 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11349 test pass/fail messages. Detect missing support for dprintf when
11350 breakpoints are actually inserted.
11351 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11352 breakpoints are actually inserted.
11353 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11354 fails.
11355
d2348791
JK
113562014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11357
11358 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11359
feef67ab
DE
113602014-03-22 Doug Evans <xdje42@gmail.com>
11361
11362 * gdb.python/python.exp (python not supported): Verify multi-line
11363 python command issues an error.
25d743f9 11364 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11365 guile command issues an error.
feef67ab 11366
ecebef6a
MR
113672014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11368
11369 * gdb.threads/thread-specific.exp: Handle the lack of usable
11370 $this_breakpoint and $this_thread.
11371
ccdd1909
HZ
113722014-03-21 Hui Zhu <hui@codesourcery.com>
11373
11374 * gdb.base/attach.exp (do_command_attach_tests): New.
11375
beb460e8
PA
113762014-03-20 Tom Tromey <tromey@redhat.com>
11377 Pedro Alves <palves@redhat.com>
11378
11379 PR cli/15718
11380 * gdb.base/condbreak-call-false.c: New file.
11381 * gdb.base/condbreak-call-false.exp: New file.
11382
40acf43a
PA
113832014-03-20 Pedro Alves <palves@redhat.com>
11384
11385 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11386 Delete.
11387 (block_signals, unblock_signals): Delete.
11388 (child_function_2, main): Remove references to deleted variable
11389 and functions.
11390
9f5e1e02
PA
113912014-03-20 Pedro Alves <palves@redhat.com>
11392
11393 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11394 Use pthread_kill to signal thread 2.
11395 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11396 Adjust to make the test send itself a signal rather than using the
11397 host's "kill" command.
11398
99619bea
PA
113992014-03-20 Pedro Alves <palves@redhat.com>
11400
11401 * gdb.threads/multiple-step-overs.c: New file.
11402 * gdb.threads/multiple-step-overs.exp: New file.
11403 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11404 Adjust expected infrun debug output.
11405
2adfaa28
PA
114062014-03-20 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11409 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11410
31e77af2
PA
114112014-03-20 Pedro Alves <palves@redhat.com>
11412
11413 PR breakpoints/7143
11414 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11415 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11416 of gdb_test_multiple.
11417 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11418 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11419
b9f437de
PA
114202014-03-20 Pedro Alves <palves@redhat.com>
11421
11422 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11423 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11424
05adc73e
PA
114252014-03-19 Pedro Alves <palves@redhat.com>
11426
11427 * gdb.base/async.exp: Remove early return.
11428
6048b950
PA
114292014-03-19 Pedro Alves <palves@redhat.com>
11430
11431 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11432
8bcfb00a
PA
114332014-03-19 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.base/async.exp (test_background): Expect \r\n after
11436 "completed." in the fail pattern.
11437
884e37dc
PA
114382014-03-19 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.base/async.exp (test_background): New procedure.
11441 Use it for all background execution command tests.
11442
148e57e2
PA
114432014-03-19 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.base/async.exp: Use prepare_for_testing.
11446
f48088c7
PA
114472014-03-19 Pedro Alves <palves@redhat.com>
11448
11449 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11450 the same line.
11451
e2f6c966
PA
114522014-03-19 Pedro Alves <palves@redhat.com>
11453
11454 * gdb.base/async.c (main): Add "jump here" and "until here" line
11455 marker comments.
11456 * gdb.base/async.exp (jump_here): New global.
11457 (jump& test): Use it.
11458 (until_here): New global.
11459 (until& test): Use it.
11460
c30568d4
PA
114612014-03-19 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/async.exp: Don't frob gdb_protocol.
11464
0172b6a7
DE
114652014-03-18 Doug Evans <xdje42@gmail.com>
11466
11467 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11468 Fix spelling of exec-done-display.
11469
06c868a8
JK
114702014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11471
11472 PR gdb/15358
11473 * gdb.base/gdb-sigterm.c: New file.
11474 * gdb.base/gdb-sigterm.exp: New file.
11475
0c7e1a46
PA
114762014-03-18 Pedro Alves <palves@redhat.com>
11477
11478 PR gdb/13860
11479 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11480 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11481 solib-event.
11482
f7c77d93
JB
114832014-03-17 Joel Brobecker <brobecker@adacore.com>
11484
11485 * gdb.ada/pckd_arr_ren: New testcase.
11486
5a1e8c7a
DE
114872014-03-13 Doug Evans <xdje42@gmail.com>
11488
11489 PR guile/16612
11490 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11491 collect after discarding symbols.
11492
350e1a76
DE
114932014-03-13 Ludovic Courtès <ludo@gnu.org>
11494 Doug Evans <xdje42@gmail.com>
11495
11496 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11497 to history survives a gc.
11498
a69900ae
PA
114992014-03-13 Pedro Alves <palves@redhat.com>
11500
11501 * gdb.base/default.exp: Don't test "target procfs".
11502
5db9f0bd
PA
115032014-03-13 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.base/default.exp: Update "target child" and "target procfs"
11506 tests to not expect "Unix".
11507
b3ccfe11
TT
115082014-03-12 Tom Tromey <tromey@redhat.com>
11509
11510 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11511 New procs. Add target-async tests.
11512 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11513 Add target-async tests.
11514
646f4417
AA
115152014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11516
11517 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11518 'func_start' and 'func_end' for the beginning and end of the
11519 function code, respectively.
11520 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11521 'func_end' instead of 'func' and 'main'.
11522
288c211f
AA
115232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11524
11525 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11526 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11527 generate the debug info assembler source.
11528
e0c0f156
AA
115292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11530
11531 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11532 * gdb.dwarf2/arr-subrange.exp: Likewise.
11533 * gdb.dwarf2/dwz.exp: Likewise.
11534 * gdb.dwarf2/method-ptr.exp: Likewise.
11535 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11536 * gdb.dwarf2/subrange.exp: Likewise.
11537 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11538 * gdb.dwarf2/implptrpiece.exp: Likewise.
11539 * gdb.dwarf2/nostaticblock.exp: Likewise.
11540
0e5c4555
AA
115412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11542
11543 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11544 directory to absolute path name arguments.
11545
5ec18f2b
JG
115462014-03-10 Joel Brobecker <brobecker@adacore.com>
11547
11548 * gdb.ada/tagged_access: New testcase.
11549
847fc4f2
MM
115502014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11551
11552 * gdb.btrace/data.exp: Update expected output.
11553
cc3da688
YQ
115542014-03-06 Yao Qi <yao@codesourcery.com>
11555
11556 * gdb.trace/pr16508.exp: New file.
11557
0f26cec1
PA
115582014-03-05 Pedro Alves <palves@redhat.com>
11559
11560 PR gdb/16575
11561 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11562 procedure.
11563 (top level): Adjust to use it. Add tests that exercise breakpoint
11564 interaction with the code-cache.
11565
7a5a839f
LC
115662014-02-26 Ludovic Courtès <ludo@gnu.org>
11567
11568 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11569 test for 'history-append!'.
11570
31aa7e4e
JB
115712014-02-26 Joel Brobecker <brobecker@adacore.com>
11572
11573 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11574 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11575 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11576 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11577 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11578 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11579
1b588015
JB
115802014-02-26 Joel Brobecker <brobecker@adacore.com>
11581
11582 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11583 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11584 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11585
55426c9d
JB
115862014-02-26 Joel Brobecker <brobecker@adacore.com>
11587
11588 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11589
dc53a7ad
JB
115902014-02-26 Joel Brobecker <brobecker@adacore.com>
11591
11592 * gdb.dwarf2/arr-stride.c: New file.
11593 * gdb.dwarf2/arr-stride.exp: New file.
11594
12ab52e9
PA
115952014-02-26 Pedro Alves <palves@redhat.com>
11596
11597 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11598 that won't ever trigger. Make sure that GDB reports the correct
11599 breakpoint that caused the stop.
11600
849c862e
JK
116012014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11602
11603 PR gdb/16626
11604 * gdb.base/auto-load-script: New file.
11605 * gdb.base/auto-load.c: New file.
11606 * gdb.base/auto-load.exp: New file.
11607
71b7d793
JK
11608 PR gdb/16626
11609 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11610
e2f0d509
JK
116112014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11612
11613 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11614 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11615
50cc37c8
DE
116162014-02-24 Doug Evans <dje@google.com>
11617
11618 * lib/gdb.exp (run_on_host): Log error output if program fails.
11619
ea4758f2
PA
116202014-02-21 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.threads/step-after-sr-lock.c: Rename to ...
11623 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11624 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11625 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11626 ... this.
11627
d7b30f67
SDJ
116282014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11629
11630 PR tdep/16397
11631 * gdb.arch/amd64-stap-special-operands.exp: New file.
11632 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11633 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11634 * gdb.arch/amd64-stap-triplet.S: Likewise.
11635 * gdb.arch/amd64-stap-triplet.c: Likewise.
11636
83deb43f
JB
116372014-02-20 Joel Brobecker <brobecker@adacore.com>
11638
11639 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11640 in .section pseudo-op.
11641
adde2bff
DE
116422014-02-20 lin zuojian <manjian2006@gmail.com>
11643 Joel Brobecker <brobecker@adacore.com>
11644 Doug Evans <xdje42@gmail.com>
11645
11646 PR symtab/16581
11647 * gdb.dwarf2/dw2-icycle.S: New file.
11648 * gdb.dwarf2/dw2-icycle.c: New file.
11649 * gdb.dwarf2/dw2-icycle.exp: New file.
11650
f7bd0f78
SC
116512014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11652
11653 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11654 operations on gdb.Value objects.
11655 * gdb.python/py-value-cc.exp: Add new test to test operations on
11656 gdb.Value objects.
11657
c17ef0d5
DE
116582014-02-18 Doug Evans <dje@google.com>
11659
11660 * Makefile.in (TESTS): New variable.
11661 (expanded_tests, expanded_tests_or_none): New variables
11662 (check-single): Pass $(expanded_tests_or_none) to runtest.
11663 (check-parallel): Only run tests in $(TESTS) if non-empty.
11664 (check/no-matching-tests-found): New rule.
11665 * README: Document TESTS makefile variable.
11666
5dd3176f
DE
116672014-02-18 Doug Evans <dje@google.com>
11668
11669 * Makefile.in (check-parallel): rm -rf outputs temp.
11670
0b10be4f
JK
116712014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11672
11673 Fix "ERROR: no fileid for" in the testsuite.
11674 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11675
85f224e7
DE
116762014-02-12 Doug Evans <dje@google.com>
11677
11678 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11679 (MISCELLANEOUS): New variable.
11680 (clean): rm -rf $(MISCELLANEOUS).
11681 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11682 dwp live in the same directory as symlinks, with each symlink pointed
11683 to a differently named file in a different directory.
11684
149b30ff
DE
116852014-02-11 Doug Evans <dje@google.com>
11686
11687 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11688 of Tcl file commands.
11689
1dfdac32
MK
116902014-02-10 Mark Kettenis <kettenis@gnu.org>
11691
11692 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11693 "kill -SIGUSR1 -1".
11694
aa4fb036
JB
116952014-02-10 Joel Brobecker <brobecker@adacore.com>
11696
11697 * gdb.ada/tick_length_array_enum_idx: New testcase.
11698
ed3ef339
DE
116992014-02-10 Doug Evans <xdje42@gmail.com>
11700
11701 * configure.ac (AC_OUTPUT): Add gdb.guile.
11702 * configure: Regenerate.
11703 * lib/gdb-guile.exp: New file.
11704 * lib/gdb.exp (get_target_charset): New function.
11705 * gdb.base/help.exp: Update expected output from "apropos apropos".
11706 * gdb.guile/Makefile.in: New file.
11707 * gdb.guile/guile.exp: New file.
11708 * gdb.guile/scm-arch.c: New file.
11709 * gdb.guile/scm-arch.exp: New file.
11710 * gdb.guile/scm-block.c: New file.
11711 * gdb.guile/scm-block.exp: New file.
11712 * gdb.guile/scm-breakpoint.c: New file.
11713 * gdb.guile/scm-breakpoint.exp: New file.
11714 * gdb.guile/scm-disasm.c: New file.
11715 * gdb.guile/scm-disasm.exp: New file.
11716 * gdb.guile/scm-equal.c: New file.
11717 * gdb.guile/scm-equal.exp: New file.
11718 * gdb.guile/scm-error.exp: New file.
11719 * gdb.guile/scm-error.scm: New file.
11720 * gdb.guile/scm-frame-args.c: New file.
11721 * gdb.guile/scm-frame-args.exp: New file.
11722 * gdb.guile/scm-frame-args.scm: New file.
11723 * gdb.guile/scm-frame-inline.c: New file.
11724 * gdb.guile/scm-frame-inline.exp: New file.
11725 * gdb.guile/scm-frame.c: New file.
11726 * gdb.guile/scm-frame.exp: New file.
11727 * gdb.guile/scm-generics.exp: New file.
11728 * gdb.guile/scm-gsmob.exp: New file.
11729 * gdb.guile/scm-iterator.c: New file.
11730 * gdb.guile/scm-iterator.exp: New file.
11731 * gdb.guile/scm-math.c: New file.
11732 * gdb.guile/scm-math.exp: New file.
11733 * gdb.guile/scm-objfile-script-gdb.in: New file.
11734 * gdb.guile/scm-objfile-script.c: New file.
11735 * gdb.guile/scm-objfile-script.exp: New file.
11736 * gdb.guile/scm-objfile.c: New file.
11737 * gdb.guile/scm-objfile.exp: New file.
11738 * gdb.guile/scm-ports.exp: New file.
11739 * gdb.guile/scm-pretty-print.c: New file.
11740 * gdb.guile/scm-pretty-print.exp: New file.
11741 * gdb.guile/scm-pretty-print.scm: New file.
11742 * gdb.guile/scm-section-script.c: New file.
11743 * gdb.guile/scm-section-script.exp: New file.
11744 * gdb.guile/scm-section-script.scm: New file.
11745 * gdb.guile/scm-symbol.c: New file.
11746 * gdb.guile/scm-symbol.exp: New file.
11747 * gdb.guile/scm-symtab-2.c: New file.
11748 * gdb.guile/scm-symtab.c: New file.
11749 * gdb.guile/scm-symtab.exp: New file.
11750 * gdb.guile/scm-type.c: New file.
11751 * gdb.guile/scm-type.exp: New file.
11752 * gdb.guile/scm-value-cc.cc: New file.
11753 * gdb.guile/scm-value-cc.exp: New file.
11754 * gdb.guile/scm-value.c: New file.
11755 * gdb.guile/scm-value.exp: New file.
11756 * gdb.guile/source2.scm: New file.
11757 * gdb.guile/types-module.cc: New file.
11758 * gdb.guile/types-module.exp: New file.
11759
7026a7c1
YQ
117602014-02-10 Yao Qi <yao@codesourcery.com>
11761
11762 PR testsuite/16543
11763 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11764 * configure: Regenerated.
11765 * Makefile.in: New file.
11766
6c466447
AS
117672014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11768
11769 * gdb.python/py-framefilter.exp: Fix typo.
11770
6e854735
YQ
117712014-02-08 Yao Qi <yao@codesourcery.com>
11772
11773 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11774 that no =breakpoint-modified is emitted when breakpoints are
11775 modified through MI commands.
11776
d137e6dc
PA
117772014-02-07 Pedro Alves <pedro@codesourcery.com>
11778 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.threads/step-after-sr-lock.c: New file.
11781 * gdb.threads/step-after-sr-lock.exp: New file.
11782
b5ee5a50
PA
117832014-02-07 Pedro Alves <palves@redhat.com>
11784
11785 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11786
3c77faf3
JK
117872014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11788
11789 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11790 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11791
6dddc817
DE
117922014-02-06 Doug Evans <xdje42@gmail.com>
11793
11794 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11795 output.
11796
11797 * gdb.gdb/python-interrupts.exp: New file.
11798
de7b2893
YQ
117992014-02-05 Yao Qi <yao@codesourcery.com>
11800
11801 * gdb.trace/report.exp (use_collected_data): Test the output
11802 of "info threads" and "info inferiors".
11803
66d032ac
YQ
118042014-02-05 Yao Qi <yao@codesourcery.com>
11805
11806 Revert this patch:
11807
11808 2013-05-24 Yao Qi <yao@codesourcery.com>
11809
11810 * gdb.trace/tfile.exp: Test inferior and thread.
11811
591a12a1
UW
118122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11813
11814 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11815 on a function.
11816 * gdb.base/step-bt.c: Call hello via function pointer to make
11817 sure its first instruction is executed on powerpc64le-linux.
11818
0ff3e01f
UW
118192014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11820
11821 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11822
084ee545
UW
118232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11824
11825 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11826 of the test patterns for use on little-endian systems.
11827
6ed14ff3
UW
118282014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11829
11830 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11831 (decimal_vector): Fix for little-endian.
11832
401e27fd
JM
118332014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11834
11835 * gdb.arch/sparc-sysstep.exp: New file.
11836 * gdb.arch/sparc-sysstep.c: Likewise.
11837
11838 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11839
8b924729
EBM
118402014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11841
11842 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11843
fb151210
JB
118442014-01-23 Tom Tromey <tromey@redhat.com>
11845
11846 * gdb.ada/array_char_idx: New testcase.
11847
0740f8d8
TT
118482014-01-23 Tom Tromey <tromey@redhat.com>
11849
11850 PR python/16487:
11851 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11852 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11853 classes.
11854
21909fa1
TT
118552014-01-23 Tom Tromey <tromey@redhat.com>
11856
11857 PR python/16491:
11858 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11859 string from an inferior frame.
11860 * gdb.python/py-framefilter-mi.exp: Update.
11861
87ce2a04
DE
118622014-01-22 Doug Evans <dje@google.com>
11863
11864 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11865
237b092b
AA
118662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11867
11868 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11869
d674a709
AA
118702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11871
11872 * gdb.trace/entry-values.exp: Remove excess space character from
11873 regex patterns. Handle s390 call instruction.
11874
20fa3390
AA
118752014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11876
11877 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11878 define "*_start" label. Make "name" static.
11879 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11880 ${name} by references to ${name}_start.
11881
78466714
AA
118822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11883
11884 * gdb.base/info-macros.exp: Remove "debug" from the compile
11885 options.
11886
ec9f644a
IB
118872014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11888
11889 * gdb.dlang/demangle.exp: New file.
11890
94b1b47e
IB
118912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11892
11893 * gdb.dlang/primitive-types.exp: New file.
11894
7f420862
IB
118952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11896
11897 * configure.ac: Create gdb.dlang/Makefile.
11898 * configure: Regenerate.
11899 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11900 * gdb.dlang/Makefile.in: New file.
11901 * lib/d-support.exp: New file.
11902 * lib/gdb.exp (skip_d_tests): New proc.
11903
52834460
MM
119042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11905
11906 * gdb.btrace/delta.exp: Check reverse stepi.
11907 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11908 * gdb.btrace/finish.exp: New.
11909 * gdb.btrace/next.exp: New.
11910 * gdb.btrace/nexti.exp: New.
11911 * gdb.btrace/record_goto.c: Add comments.
11912 * gdb.btrace/step.exp: New.
11913 * gdb.btrace/stepi.exp: New.
11914 * gdb.btrace/multi-thread-step.c: New.
11915 * gdb.btrace/multi-thread-step.exp: New.
11916 * gdb.btrace/rn-dl-bind.c: New.
11917 * gdb.btrace/rn-dl-bind.exp: New.
11918 * gdb.btrace/data.c: New.
11919 * gdb.btrace/data.exp: New.
11920 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11921
6e07b1d2
MM
119222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11923
11924 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11925 * gdb.btrace/exception.exp: Update.
11926 * gdb.btrace/instruction_history.exp: Update.
11927 * gdb.btrace/record_goto.exp: Update.
11928 * gdb.btrace/tailcall.exp: Update.
11929 * gdb.btrace/unknown_functions.exp: Update.
11930 * gdb.btrace/delta.exp: New.
11931
0b722aec
MM
119322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11933
11934 * gdb.btrace/record_goto.exp: Add backtrace test.
11935 * gdb.btrace/tailcall.exp: Add backtrace test.
11936
066ce621
MM
119372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11938
11939 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11940 * gdb.btrace/record_goto.c: New.
11941 * gdb.btrace/record_goto.exp: New.
11942 * gdb.btrace/x86-record_goto.S: New.
11943
0688d04e
MM
119442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11945
11946 * gdb.btrace/function_call_history.exp: Update tests.
11947 * gdb.btrace/instruction_history.exp: Update tests.
11948
8710b709
MM
119492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11950
11951 * gdb.btrace/function_call_history.exp: Fix expected field
11952 order for "record function-call-history".
11953 Add new tests for "record function-call-history /c".
11954 * gdb.btrace/exception.cc: New.
11955 * gdb.btrace/exception.exp: New.
11956 * gdb.btrace/tailcall.exp: New.
11957 * gdb.btrace/x86-tailcall.S: New.
11958 * gdb.btrace/x86-tailcall.c: New.
11959 * gdb.btrace/unknown_functions.c: New.
11960 * gdb.btrace/unknown_functions.exp: New.
11961 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11962
5de9129b
MM
119632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11964
11965 * gdb.btrace/instruction_history.exp: Update.
11966 * gdb.btrace/function_call_history.exp: Update.
11967
23a7fe75
MM
119682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11969
11970 * gdb.btrace/function_call_history.exp: Fix expected function
11971 trace.
11972 * gdb.btrace/instruction_history.exp: Initialize traced.
11973 Remove traced_functions.
11974
724c7dd8
MM
119752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11976
11977 * gdb.btrace/function_call_history.exp: Update
11978 * gdb.btrace/instruction_history.exp: Update.
11979
6d78d93b
MM
119802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11981
11982 * gdb.btrace/enable.exp: Update expected text.
11983
93a360cc
OJ
119842014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11985
11986 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11987 bytes.
11988
3772b53f
MR
119892014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11990
11991 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11992
596662fa
OJ
119932014-01-15 Omair Javaid <omair.javaid@linaro.org>
11994
11995 * lib/gdb.exp (supports_process_record): Return true for
11996 arm*-linux*. (supports_reverse): Likewise.
11997
b5b08fb4
SC
119982014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11999
12000 PR python/15464
12001 PR python/16113
12002 * gdb.python/py-type.c: Enhance test case.
12003 * gdb.python/py-value-cc.cc: Likewise
12004 * gdb.python/py-type.exp: Add new tests.
12005 * gdb.python/py-value-cc.exp: Likewise
12006
52d7fb13
AA
120072014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12008 Pedro Alves <palves@redhat.com>
12009
12010 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12011 Make "name" extern.
12012 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12013 references to ${name}_start by references to ${name}.
12014
a2cd8cfe
JB
120152014-01-10 Joel Brobecker <brobecker@adacore.com>
12016
12017 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12018
4e23fced
JB
120192014-01-10 Joel Brobecker <brobecker@adacore.com>
12020
12021 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12022
c6a9e42c
PA
120232014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12024 Pedro Alves <palves@redhat.com>
12025
12026 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 12027 mi_gdb_target_load.
c6a9e42c 12028
b7ea362b
PA
120292014-01-08 Pedro Alves <palves@redhat.com>
12030
12031 * gdb.threads/reconnect-signal.c: New file.
12032 * gdb.threads/reconnect-signal.exp: New file.
12033
5e3f4fab
EBM
120342014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12035
12036 * gdb.base/source-dir.exp: New file.
12037
79301218
JB
120382014-01-07 Joel Brobecker <brobecker@adacore.com>
12039
12040 * gdb.ada/mi_interface: New testcase.
12041
8e355c5d
JB
120422014-01-07 Joel Brobecker <brobecker@adacore.com>
12043
12044 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12045 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12046 gdb.ada/pp-rec-component/pck.ads: New files.
12047
c0d48811
JB
120482014-01-07 Joel Brobecker <brobecker@adacore.com>
12049
12050 * gdb.python/py-pp-integral.c: New file.
12051 * gdb.python/py-pp-integral.py: New file.
12052 * gdb.python/py-pp-integral.exp: New file.
12053
17b609c3 12054For older changes see ChangeLog-1993-2013.
c906108c 12055\f
8d8cb839
EZ
12056;; Local Variables:
12057;; mode: change-log
12058;; left-margin: 8
12059;; fill-column: 74
12060;; version-control: never
12061;; End:
902f2ccb 12062
61baf725 12063 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
12064 Copying and distribution of this file, with or without modification,
12065 are permitted provided the copyright notice and this notice are preserved.