]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Correct shell compatibility issue detected with pkgsrc.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
8f8f8152
TP
12017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2
3 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
4
fbd1b771
JK
52017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6
7 * gdb.threads/tls-nodebug-pie.c: New file.
8 * gdb.threads/tls-nodebug-pie.exp: New file.
9
5eb5f850
TT
102017-09-05 Tom Tromey <tom@tromey.com>
11
12 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
13 for rust.
14
ae780a21
SM
152017-09-05 Simon Marchi <simon.marchi@ericsson.com>
16
17 * gdb.multi/multi-arch-exec.exp: Test with different
18 "follow-exec-mode" settings.
19 (do_test): New procedure.
20
3693fdb3
PA
212017-09-04 Pedro Alves <palves@redhat.com>
22
23 * gdb.base/func-static.c (S::method const, S::method volatile)
24 (S::method volatile const): New methods.
25 (c_s, v_s, cv_s): New instances.
26 (main): Call method() on them.
27 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
28 (cannot_resolve): New procedure.
29 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
30 print-quote-unquoted columns.
31 (do_test): Test printing each scope too.
32
e68cb8e0
PA
332017-09-04 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/local-static.exp: Also test with
36 class::method::variable wholly quoted.
37 * gdb.cp/m-static.exp (class::method::variable): Remove test.
38
858be34c
PA
392017-09-04 Pedro Alves <palves@redhat.com>
40
41 * gdb.base/local-static.c: New.
42 * gdb.base/local-static.cc: New.
43 * gdb.base/local-static.exp: New.
44
46a4882b
PA
452017-09-04 Pedro Alves <palves@redhat.com>
46
47 * gdb.asm/asm-source.exp: Add casts to int.
48 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
49 (dataglobal64_1, dataglobal64_2): New globals.
50 * gdb.base/nodebug.exp: Test different expressions involving the
51 new globals, with print, whatis and ptype. Add casts to int.
52 * gdb.base/solib-display.exp: Add casts to int.
53 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
54 * gdb.cp/m-static.exp: Add cast to int.
55 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
56 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
57 tls variable with no debug info without a cast. Test with a cast
58 to int too.
59 * gdb.trace/entry-values.exp: Add casts.
60
2c5a2be1
PA
612017-09-04 Pedro Alves <palves@redhat.com>
62
63 * gdb.base/nodebug.exp: Test that ptype's error about functions
64 with unknown return type includes the function name too.
65
7022349d
PA
662017-09-04 Pedro Alves <palves@redhat.com>
67
68 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
69 return type of munmap in infcall.
70 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
71 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
72 type of ftell in infcall.
73 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
74 type of getpid in infcall.
75 * gdb.base/infcall-exec.exp: Cast return type of execlp in
76 infcall.
77 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
78 Bail on failure to extract the pid.
79 * gdb.base/nodebug.c: #include <stdint.h>.
80 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
81 New functions.
82 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
83 Change expected output of print/whatis/ptype with functions with
84 no debug info. Test all supported languages. Call
85 test_call_promotion.
86 * gdb.compile/compile.exp: Adjust expected output to expect
87 warning.
88 * gdb.threads/siginfo-threads.exp: Likewise.
89
54990598
PA
902017-09-04 Pedro Alves <palves@redhat.com>
91
92 * gdb.base/callfuncs.exp (do_function_calls): New parameter
93 "prototypes". Test calling float functions via prototyped and
94 unprototyped function pointers.
95 (perform_all_tests): New parameter "prototypes". Pass it down.
96 (top level): Pass down "prototypes" parameter to
97 perform_all_tests.
98
34d16ea2
SM
992017-09-04 Simon Marchi <simon.marchi@ericsson.com>
100
101 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
102 Test with nested loops.
103
9521ecda
SM
1042017-09-04 Simon Marchi <simon.marchi@ericsson.com>
105
106 * gdb.base/commands.exp: Call the new procedures.
107 (loop_break_test, loop_continue_test): New procedures.
108
80a65e9b
SM
1092017-09-04 Simon Marchi <simon.marchi@ericsson.com>
110
111 * gdb.base/commands.exp: Call new procedure.
112 (define_if_without_arg_test): New procedure.
113
e439fa14
PA
1142017-09-04 Pedro Alves <palves@redhat.com>
115
116 * gdb.base/list-ambiguous.exp: New file.
117 * gdb.base/list-ambiguous0.c: New file.
118 * gdb.base/list-ambiguous1.c: New file.
119 * gdb.base/list.exp (test_list_range): Adjust expected output.
120
0a2dde4a
SDJ
1212017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
122
123 * gdb.base/share-env-with-gdbserver.c: New file.
124 * gdb.base/share-env-with-gdbserver.exp: Likewise.
125
5e89eb3a
SM
1262017-08-28 Simon Marchi <simon.marchi@ericsson.com>
127
128 * gdb.base/commands.exp (gdbvar_simple_if_test,
129 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
130 progvar_simple_if_test, progvar_simple_while_test,
131 progvar_complex_if_while_test, user_defined_command_test,
132 user_defined_command_args_eval,
133 user_defined_command_args_stack_test,
134 user_defined_command_manyargs_test, bp_deleted_in_command_test,
135 temporary_breakpoint_commands,
136 gdb_test_no_prompt, redefine_hook_test,
137 redefine_backtrace_test): Remove "global gdb_prompt".
138
fd437cbc
SM
1392017-08-28 Simon Marchi <simon.marchi@ericsson.com>
140
141 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
142 New proc, call it from toplevel.
143
87215ad1
SDJ
1442017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
145
146 PR remote/21852
147 * gdb.server/normal.c: New file, copied from gdb.base.
148 * gdb.server/run-without-local-binary.exp: New file.
149
58afddc6
WP
1502017-08-07 Weimin Pan <weimin.pan@oracle.com>
151
152 * gdb.arch/sparc64-adi.exp: New file.
153 * gdb.arch/sparc64-adi.c: New file.
154
5277199a
PA
1552017-08-22 Pedro Alves <palves@redhat.com>
156
157 * gdb.cp/overload.exp (line_range_pattern): New procedure.
158 (top level): Add "list all overloads" tests.
159
14278e1f
TT
1602017-08-22 Tom Tromey <tom@tromey.com>
161
162 * gdb.gdb/xfullpath.exp: Remove.
163
bf223d3e
PA
1642017-08-21 Pedro Alves <palves@redhat.com>
165
166 PR gdb/19487
167 * gdb.base/symbol-alias.c: New.
168 * gdb.base/symbol-alias2.c: New.
169 * gdb.base/symbol-alias.exp: New.
170
c973d0aa
PA
1712017-08-21 Pedro Alves <palves@redhat.com>
172
173 * gdb.base/dfp-test.c
174 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
175 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
176 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
177 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
178 * gdb.base/whatis-ptype-typedefs.c: New.
179 * gdb.base/whatis-ptype-typedefs.exp: New.
180 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
181 (an_int, an_int_type, an_int_type2): New globals.
182 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
183 involving typedefs and cast expressions.
184 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
185 (lookup_typedefs_function): New.
186 (typedefs_pretty_printers_dict): New.
187 (top level): Register lookup_typedefs_function in
188 gdb.pretty_printers.
189
6d580b63
YQ
1902017-08-18 Yao Qi <yao.qi@linaro.org>
191
192 * gdb.server/unittest.exp: New.
193
206726fb
SDJ
1942017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
195
196 PR gdb/21954
197 * gdb.base/environ.exp: Add test to check if 'unset environment'
198 works.
199
bf0ec4c2
AA
2002017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
201
202 * lib/gdb.exp (universal_compile_options): New caching proc.
203 (gdb_compile): Suppress GCC's coloring of messages.
204
d6382fff
TT
2052017-08-14 Tom Tromey <tom@tromey.com>
206
207 PR gdb/21675:
208 * gdb.base/printcmds.exp (test_radices): New function.
209 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
210 * gdb.base/sizeof.exp (check_valueof): Use p/d.
211 * lib/gdb.exp (get_integer_valueof): Use p/d.
212
c2c2dd9f
SM
2132017-08-12 Simon Marchi <simon.marchi@ericsson.com>
214
215 * lib/gdb.exp (get_valueof): Don't capture end-of-line
216 characters.
217
fdffd6f4
TT
2182017-08-05 Tom Tromey <tom@tromey.com>
219
220 * gdb.rust/simple.exp: Allow String to appear in a different
221 namespace.
222
27d41eac
YQ
2232017-07-26 Yao Qi <yao.qi@linaro.org>
224
225 * gdb.gdb/unittest.exp: Invoke command
226 "maintenance check xml-descriptions".
227
031ed05d
AA
2282017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
229
230 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
231 calling context.
232 (hex128): Drop erroneous calculation of parameters.
233
dcd27ddf
SM
2342017-07-22 Simon Marchi <simon.marchi@ericsson.com>
235
236 * gdb.python/py-unwind.exp: Disable stack protection when
237 building test file.
238
47e77640
PA
2392017-07-20 Pedro Alves <palves@redhat.com>
240
241 * gdb.base/default.exp (set language): Adjust expected output.
242
62d2a18a
PA
2432017-07-20 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
246 (test_minsym): ... this, and make static.
247 (get_pck__foo__bar__minsym): Rename to ...
248 (get_test_minsym): ... this.
249 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
250 symbol names and comments.
251 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
252 (get_test_minsym): ... this.
253 (pck__foo__bar__minsym__2): Rename to ...
254 (test_minsym): ... this.
255 (main): Adjust.
256
c45ec17c
PA
2572017-07-17 Pedro Alves <palves@redhat.com>
258
259 * gdb.base/completion.exp: Adjust expected output.
260 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
261 the completer works.
262
c6756f62
PA
2632017-07-17 Pedro Alves <palves@redhat.com>
264
265 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
266
5bd68487
AB
2672017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
268
269 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
270
8880f2a9
TT
2712017-07-14 Tom Tromey <tom@tromey.com>
272
273 PR rust/21764:
274 * gdb.rust/simple.exp: Add tests.
275
65547233
TT
2762017-07-14 Tom Tromey <tom@tromey.com>
277
278 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
279
8f14146e
PA
2802017-07-14 Pedro Alves <palves@redhat.com>
281
282 * gdb.linespec/base/one/thefile.cc (z1): New function.
283 * gdb.linespec/base/two/thefile.cc (z2): New function.
284 * gdb.linespec/linespec.exp: Add tests.
285
b4365d02
AB
2862017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
287
288 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
289 to mi_create_breakpoint.
290
5d2cbaa5
AB
2912017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
292
293 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
294 mi_create_breakpoint.
295
11cb5716
IB
2962017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
297
298 * gdb.dlang/demangle.exp: Update for demangling changes.
299
03278692
TT
3002017-07-09 Tom Tromey <tom@tromey.com>
301
302 * gdb.dwarf2/shortpiece.exp: New file.
303
33c5cd75
DB
3042017-07-06 David Blaikie <dblaikie@gmail.com>
305
306 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
307 built from fissiont-multi-cu{1,2}.c.
308 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
309 except putting 'main' and 'func' in separate CUs in the same DWO file.
310 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
311 test.
312 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
313 test.
314
8455d262
PA
3152017-07-06 Pedro Alves <palves@redhat.com>
316
317 * gdb.python/py-unwind.exp: Test flushregs.
318
dc4bde35
SDJ
3192017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
320
321 PR cli/21688
322 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
323 tests for alias commands and trailing whitespace.
324
51ed89aa
SDJ
3252017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
326
327 PR cli/21688
328 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
329 procedure. Call it.
330
eb17d413
PA
3312017-06-29 Pedro Alves <palves@redhat.com>
332
333 * gdb.base/printcmds.exp: Add tests.
334
41664b45
DG
3352017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
336
337 PR gdb/21337
338 * gdb.base/reread-readsym.exp: New file.
339 * gdb.base/reread-readsym.c: New file.
340
75312ae3
KB
3412017-06-21 Kevin Buettner <kevinb@redhat.com>
342
343 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
344 subpattern.
345
66953522
PB
3462017-06-19 Peter Bergner <bergner@vnet.ibm.com>
347
348 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
349 extended mnemonic.
350 * gdb.arch/powerpc-power9.s: Likewise.
351
5524b525
AA
3522017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
353
354 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
355 on 32-bit x86 targets. Exploit is_*_target macros where
356 appropriate.
357
03c8af18
AA
3582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
359
360 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
361 register pieces.
362
3bf31011
AA
3632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
364
365 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
366 located in one or more DWARF pieces.
367
805acca0
AA
3682017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
369
370 * lib/gdb.exp (get_endianness): New proc.
371 * gdb.arch/aarch64-fp.exp: Use it.
372 * gdb.arch/altivec-regs.exp: Likewise.
373 * gdb.arch/e500-regs.exp: Likewise.
374 * gdb.arch/vsx-regs.exp: Likewise.
375 * gdb.base/dump.exp: Likewise.
376 * gdb.base/funcargs.exp: Likewise.
377 * gdb.base/gnu_vector.exp: Likewise.
378 * gdb.dwarf2/formdata16.exp: Likewise.
379 * gdb.dwarf2/implptrpiece.exp: Likewise.
380 * gdb.dwarf2/nonvar-access.exp: Likewise.
381 * gdb.python/py-inferior.exp: Likewise.
382 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
383
e9352324
AA
3842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
385
386 PR gdb/21226
387 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
388 stack value pieces are taken from the LSB end.
389
d5d1163e
AA
3902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
391
392 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
393 variable at nonzero offset.
394
0567c986
AA
3952017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
396
397 * gdb.dwarf2/var-access.c: New file.
398 * gdb.dwarf2/var-access.exp: New test.
399 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
400
973e9aab
TT
4012017-06-12 Tom Tromey <tom@tromey.com>
402
403 * gdb.dwarf2/formdata16.exp: Add tests.
404
d9109c80
TT
4052017-06-12 Tom Tromey <tom@tromey.com>
406
407 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
408
30a25466
TT
4092017-06-12 Tom Tromey <tom@tromey.com>
410
411 PR exp/16225:
412 * gdb.reverse/i386-sse-reverse.exp: Update tests.
413 * gdb.arch/vsx-regs.exp: Update tests.
414 * gdb.arch/s390-vregs.exp (hex128): New proc.
415 Update test.
416 * gdb.arch/altivec-regs.exp: Update tests.
417
aefd8b33
SDJ
4182017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
419
420 * gdb.base/startup-with-shell.c: New file.
421 * gdb.base/startup-with-shell.exp: Likewise.
422
2090129c
SDJ
4232017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
424
425 * gdb.server/non-existing-program.exp: Update regex in order to
426 reflect the fact that gdbserver is now using fork_inferior (with a
427 shell) to startup the inferior.
428
8e86a419
SM
4292017-05-30 Simon Marchi <simon.marchi@ericsson.com>
430
431 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
432 support function calls from GDB.
433
e6cf65f2
TT
4342017-05-21 Tom Tromey <tom@tromey.com>
435
436 PR rust/21466:
437 * gdb.rust/unsized.exp: New file.
438 * gdb.rust/unsized.rs: New file.
439
43cc5389
TT
4402017-05-19 Tom Tromey <tom@tromey.com>
441
442 PR rust/21484:
443 * gdb.rust/watch.exp: New file.
444 * gdb.rust/watch.rs: New file.
445
ec8df234
TT
4462017-05-18 Tom Tromey <tom@tromey.com>
447
448 * gdb.rust/simple.exp: Allow Box to be qualified.
449
3e3e7fae
TP
4502017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
451
452 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
453
59cc050d
PA
4542017-05-18 Pedro Alves <palves@redhat.com>
455
456 * gdb.base/fileio.c (test_write, test_read, test_close)
457 (test_fstat): Don't print 'ret' in the fail path.
458
c8f6abd1
PA
4592017-05-18 Pedro Alves <palves@redhat.com>
460
461 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
462 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
463 (test_system, test_rename, test_unlink, test_time): Change
464 prototypes.
465 * gdb.base/fileio.exp (stop_msg): Adjust.
466
d2a03b77
PA
4672017-05-18 Pedro Alves <palves@redhat.com>
468
469 * gdb.base/fileio.c (null_str): New global.
470 (test_stat): Use it.
471 * gdb.base/fileio.exp: Remove nowarnings.
472
0d5c6999
YQ
4732017-05-17 Yao Qi <yao.qi@linaro.org>
474
475 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
476
21873064
YQ
4772017-05-17 Simon Marchi <simon.marchi@ericsson.com>
478
479 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
480 argument command.
481 (top-level): Invoke test_set_inferior_tty.
482
d512d31c
PA
4832017-05-04 Pedro Alves <palves@redhat.com>
484
485 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
486 Add parens to print call for Python 3.
487
90cef2ed
KS
4882017-05-03 Keith Seitz <keiths@redhat.com>
489
490 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
491 (main): Call it.
492
14f819c8
TW
4932017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
494
495 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
496 to prev and next.
497
913aeadd
TW
4982017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
499
500 * gdb.python/py-record-btrace.exp: Remove test for
501 gdb.BtraceInstruction.error.
502
a3be24ad
TW
5032017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
504
505 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
506
ae20e79a
TW
5072017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
508
509 * gdb.python/py-record-btrace-threads.c: New file.
510 * gdb.python/py-record-btrace-threads.exp: New file.
511
45ce1b47
SDJ
5122017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
513
514 PR testsuite/8595
515 * gdb.base/environ.exp: Make test available in all architectures.
516 Move bits related to "info program" testing to
517 gdb.base/info-program.exp. Rewrite tests to use the two new
518 procedures mentione below.
519 (test_set_show_env_var) New procedure.
520 (test_set_show_env_var_equal): Likewise.
521 * gdb.base/info-program.exp: New file.
522
e15c3eb4
KS
5232017-04-27 Keith Seitz <keiths@redhat.com>
524
525 * gdb.cp/oranking.cc (test15): New function.
526 (main): Call test15 and declare additional variables for testing.
527 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
528 "p foo101('abc')" tests.
529 Add tests for cv qualifier overloads.
530 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
531 "lvalue reference overload" test.
532 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
533 "print value of f1 on Child&& in f2" test.
534
3a3fd0fd
PA
5352017-04-19 Pedro Alves <palves@redhat.com>
536
537 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
538 procedure.
539 (top level): Call it.
540 * lib/gdb.exp (gdb_define_cmd): New procedure.
541
53375380
PA
5422017-04-12 Pedro Alves <palves@redhat.com>
543
544 PR gdb/21323
545 * gdb.cp/wide_char_types.c: Include <wchar.h>.
546 (wchar): New global.
547 * gdb.cp/wide_char_types.exp (wide_char_types_program)
548 (do_test_wide_char, wide_char_types_no_program, top level): Add
549 wchar_t testing.
550
53e710ac
PA
5512017-04-12 Pedro Alves <palves@redhat.com>
552
553 PR c++/21323
554 * gdb.cp/wide_char_types.c: New file.
555 * gdb.cp/wide_char_types.exp: New file.
556
0ad9d8c7
SDJ
5572017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
558
559 PR gdb/21352
560 * gdb.trace/tsv.exp: Add test for "tsave -r".
561
b1b45502
IB
5622017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
563
564 * gdb.dlang/watch-loc.c: New file.
565 * gdb.dlang/watch-loc.exp: New file.
566
ec13808e
JK
5672017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 * gdb.python/py-section-script.exp (sepdebug): New testcases.
570
fe5f7374
AK
5712017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
572
573 * gdb.arch/arc-analyze-prologue.S: New file.
574 * gdb.arch/arc-analyze-prologue.exp: Likewise.
575
eea78757
AK
5762017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
577
578 * gdb.arch/arc-decode-insn.S: New file.
579 * gdb.arch/arc-decode-insn.exp: Likewise.
580
5badf10a
IR
5812017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
582
583 PR tdep/20928
584 * gdb.arch/sparc64-regs.exp: New file.
585 * gdb.arch/sparc64-regs.S: Likewise.
586
cee59b3f
TW
5872017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
588
589 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
590 and memory view on Python 3.
591
c0f55cc6
AV
5922017-03-20 Artemiy Volkov <artemiyv@acm.org>
593 Keith Seitz <keiths@redhat.com>
594
595 PR gdb/14441
596 * gdb.cp/demangle.exp: Add rvalue reference tests.
597 * gdb.cp/rvalue-ref-casts.cc: New file.
598 * gdb.cp/rvalue-ref-casts.exp: New file.
599 * gdb.cp/rvalue-ref-overload.cc: New file.
600 * gdb.cp/rvalue-ref-overload.exp: New file.
601 * gdb.cp/rvalue-ref-params.cc: New file.
602 * gdb.cp/rvalue-ref-params.exp: New file.
603 * gdb.cp/rvalue-ref-sizeof.cc: New file.
604 * gdb.cp/rvalue-ref-sizeof.exp: New file.
605 * gdb.cp/rvalue-ref-types.cc: New file.
606 * gdb.cp/rvalue-ref-types.exp: New file.
607 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
608 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
609
51457a05
MAL
6102017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
611
612 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
613 New procedure.
614
5b291c04
MAL
6152017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
616
617 * lib/mi-support.exp (mi_gdb_test): Add additional message
618 for unexpected output.
619
59a56148
AA
6202017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
621
622 * gdb.base/examine-backward.c (Barrier): New character array
623 constant, to ensure that TestStrings is preceded by a string
624 terminator.
625
7942e96e
AA
6262017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
627
628 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
629 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
630 and implicit pointer into such a location.
631
6ebac3fb
DE
6322017-03-16 Doug Evans <dje@google.com>
633
634 * gdb.python/py-lazy-string (pointer): Really add new typedef.
635
ec3b243d
TP
6362017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
637
638 * gdb.cp/m-static.exp: Fix expectation for prototype of
639 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
640
6412017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
642
643 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
644 * gdb.guile/scm-lazy-string.c: New file.
645 * gdb.guile/scm-value.exp: Move lazy string tests to ...
646 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
647 for pointer, array, typedef lazy strings.
648
2cc36e25 6492017-03-16 Doug Evans <dje@google.com>
34b43320
DE
650
651 PR python/17728, python/18439, python/18779
652 * gdb.python/py-value.c (main) Delete locals sptr, sn.
653 * gdb.python/py-lazy-string.c (pointer): New typedef.
654 (main): New locals ptr, array, typedef_ptr.
655 * gdb.python/py-value.exp: Move lazy string tests to ...
656 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
657 array, typedef lazy strings.
ec3b243d 658
0efcde63
AK
6592017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
660
661 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
662 Add optional 'test' parameter.
663
7978d7c3
SM
6642017-03-13 Simon Marchi <simon.marchi@ericsson.com>
665
666 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
667 Skip for versions of DejaGnu < 1.5.
668
896c0c1e
SM
6692017-03-13 Simon Marchi <simon.marchi@ericsson.com>
670
671 * lib/gdb.exp (dejagnu_version): New proc.
672 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
673 Use dejagnu_version.
674
5f4d1085
KS
6752017-03-10 Keith Seitz <keiths@redhat.com>
676
677 PR c++/8128
678 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
679 type from destructor regexps.
680 Add a branch which actually passes the test.
681 Adjust "ptype t5i" test names.
682
1de05205
PA
6832017-03-08 Pedro Alves <palves@redhat.com>
684
685 * gdb.base/step-over-exit.exp: Add explicit test message.
686
c65d6b55
PA
6872017-03-08 Pedro Alves <palves@redhat.com>
688
689 PR gdb/18360
690 * gdb.threads/interrupt-while-step-over.c: New file.
691 * gdb.threads/interrupt-while-step-over.exp: New file.
692
2e86a283
PA
6932017-03-08 Pedro Alves <palves@redhat.com>
694
695 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
696 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
697
25dcbff6
PA
6982017-03-08 Pedro Alves <palves@redhat.com>
699
700 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
701 PKRU as not supported as a PASS.
702
dc9366eb
PA
7032017-03-08 Pedro Alves <palves@redhat.com>
704
705 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
706 prefix instead of $binfile1/$binfile2.
707 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
708 in test message.
709 * gdb.python/py-completion.exp: Use "load python file" as test
710 messages instead of unstable path names.
711
6e5d74e7
PA
7122017-03-08 Pedro Alves <palves@redhat.com>
713 Jan Kratochvil <jan.kratochvil@redhat.com>
714
715 PR cli/21218
716 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
717 New proc.
718 (top level): Call it.
719
9753a2f6
PA
7202017-03-08 Pedro Alves <palves@redhat.com>
721
722 PR tui/21216
723 * gdb.tui/tui-nl-filtered-output.exp: New file.
724
1a4dd9dd
PA
7252017-03-08 Pedro Alves <palves@redhat.com>
726
727 * gdb.base/completion.exp: Move TUI completion tests to ...
728 * gdb.tui/completion.exp: ... this new file.
729
7cbbff33
PA
7302017-03-08 Pedro Alves <palves@redhat.com>
731
732 * gdb.base/tui-disasm-long-lines.c,
733 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
734 gdb.base/tui-layout.exp: Move to ...
735 * gdb.tui/: ... this new directory.
736
5f6fd321
PA
7372017-03-07 Pedro Alves <palves@redhat.com>
738
739 * gdb.base/tui-layout.c: New file.
740 * gdb.base/tui-layout.exp: New file.
741
44959fa8
PA
7422017-03-07 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/tui-layout.c: Rename to ...
745 * gdb.base/tui-disasm-long-lines.c: ... this.
746 * gdb.base/tui-layout.exp: Rename to ...
747 * gdb.base/tui-disasm-long-lines.exp: ... this.
748
f8c4e718
PA
7492017-03-07 Pedro Alves <palves@redhat.com>
750
751 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
752
6dbb839a 7532017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
754
755 * i386-mpx-call.c: New file.
756 * i386-mpx-call.exp: New file.
757
65b48a81
PB
7582017-02-28 Peter Bergner <bergner@vnet.ibm.com>
759
760 * gdb.arch/powerpc-power.exp: Delete test.
761 * gdb.arch/powerpc-power.s: Likewise.
762 * gdb.disasm/disassembler-options.exp: New test.
763 * gdb.arch/powerpc-altivec.exp: Likewise.
764 * gdb.arch/powerpc-altivec.s: Likewise.
765 * gdb.arch/powerpc-altivec2.exp: Likewise.
766 * gdb.arch/powerpc-altivec2.s: Likewise.
767 * gdb.arch/powerpc-altivec3.exp: Likewise.
768 * gdb.arch/powerpc-altivec3.s: Likewise.
769 * gdb.arch/powerpc-power7.exp: Likewise.
770 * gdb.arch/powerpc-power7.s: Likewise.
771 * gdb.arch/powerpc-power8.exp: Likewise.
772 * gdb.arch/powerpc-power8.s: Likewise.
773 * gdb.arch/powerpc-power9.exp: Likewise.
774 * gdb.arch/powerpc-power9.s: Likewise.
775 * gdb.arch/powerpc-vsx.exp: Likewise.
776 * gdb.arch/powerpc-vsx.s: Likewise.
777 * gdb.arch/powerpc-vsx2.exp: Likewise.
778 * gdb.arch/powerpc-vsx2.s: Likewise.
779 * gdb.arch/powerpc-vsx3.exp: Likewise.
780 * gdb.arch/powerpc-vsx3.s: Likewise.
781 * gdb.arch/arm-disassembler-options.exp: Likewise.
782 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
783 * gdb.arch/s390-disassembler-options.exp: Likewise.
784
17cd4947
LM
7852017-02-23 Luis Machado <lgustavo@codesourcery.com>
786
787 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
788 (check_supported_features): ... this. Changed return type to void.
789 (supports_rdseed): New static global.
790 (rdseed): Check supports_rdseed.
791 (initialize): Call check_supported_features.
792
2039d74e
EBM
7932017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
794
795 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
796 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
797 and lqarx/stqcx.
798 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
799 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
800
a51d7ecf
EBM
8012017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
802
803 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
804 uppercase.
805
0224619f
JK
8062017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
807
808 * gdb.dwarf2/formdata16.c: New file.
809 * gdb.dwarf2/formdata16.exp: New file.
810 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
811
216f72a1
JK
8122017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
813
814 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
815 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
816 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
817 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
818 DW_AT_GNU_*.
819
43988095
JK
8202017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
821
822 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
823
99e8a4f9
SDJ
8242017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
825
826 PR gdb/21164
827 * gdb.base/maint.exp: Add testcases for when the commands do
828 not have arguments.
829
b58a8c0c
TP
8302017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
831
832 * gdb.cp/chained-calls.exp: Use p instead of P.
833
4e746bb6
TW
8342017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
835
836 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
837 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
838
3f77c769
TT
8392017-02-14 Tom Tromey <tom@tromey.com>
840
841 PR python/13598:
842 * gdb.python/py-events.exp: Add before_prompt event tests.
843
075beec0
AA
8442017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
845
846 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
847
bf5f525c
LM
8482017-02-13 Luis Machado <lgustavo@codesourcery.com>
849
850 * gdb.linespec/explicit.c (my_unique_function_name): New function.
851 (main): Call my_unique_function_name.
852 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
853 completion of patterns with a single match.
854 Add missing -re switches to gdb_test_multiple calls.
855
13a66184
LM
8562017-02-13 Luis Machado <lgustavo@codesourcery.com>
857
858 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
859 return if core file is not recognized.
860
26a06916
SM
8612017-02-10 Simon Marchi <simon.marchi@ericsson.com>
862
863 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
864 and extra UIs.
865
b761ca9e
SM
8662017-02-10 Simon Marchi <simon.marchi@ericsson.com>
867
868 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
869 proc_with_prefix.
870
b964bee0
TT
8712017-02-10 Tom Tromey <tom@tromey.com>
872
873 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
874
18da0c51
MG
8752017-02-10 Martin Galvan <martingalvan@sourceware.org>
876
877 PR gdb/21122
878 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
879
604c4576
JG
8802017-02-08 Jerome Guitton <guitton@adacore.com>
881
882 * gdb.base/define.exp: Add test for command abbreviations
883 in define.
884
20b477a7
LM
8852017-02-06 Luis Machado <lgustavo@codesourcery.com>
886
887 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
888 * gdb.reverse/insn-reverse-x86.c: New file.
889
3f7b46f2
IR
8902017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
891
892 PR tdep/20936
893 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
894
f0fd41c1
TT
8952017-02-03 Tom Tromey <tom@tromey.com>
896
897 PR rust/21097:
898 * gdb.rust/simple.exp: Add new tests.
899
5be5dbf0
PA
9002017-02-02 Pedro Alves <palves@redhat.com>
901
902 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
903 tests.
904
7346ef59
AA
9052017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
906
907 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
908 taking a 2-byte value out of a 4-byte DWARF implicit value on
909 big-endian targets.
910 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
911 logic. Add test cases for DW_OP_implicit.
912
787f0025
MM
9132017-02-01 Markus Metzger <markus.t.metzger@intel.com>
914
915 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
916
68777c29
MM
9172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
918
919 * gdb.btrace/enable.exp: Call gdb_exit before
920 skip_gdbserver_tests.
921
0a1c7e28
MM
9222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
923
924 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
925 GDBFLAGS.
926
b5ac99b0
MM
9272017-02-01 Markus Metzger <markus.t.metzger@intel.com>
928
929 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
930 the test is skipped.
931 * gdb.btrace/data.exp: Likewise.
932 * gdb.btrace/delta.exp: Likewise.
933 * gdb.btrace/dlopen.exp: Likewise.
934 * gdb.btrace/enable-running.exp: Likewise.
935 * gdb.btrace/enable.exp: Likewise.
936 * gdb.btrace/exception.exp: Likewise.
937 * gdb.btrace/function_call_history.exp: Likewise.
938 * gdb.btrace/gcore.exp: Likewise.
939 * gdb.btrace/instruction_history.exp: Likewise.
940 * gdb.btrace/multi-thread-step.exp: Likewise.
941 * gdb.btrace/nohist.exp: Likewise.
942 * gdb.btrace/non-stop.exp: Likewise.
943 * gdb.btrace/reconnect.exp: Likewise.
944 * gdb.btrace/record_goto-step.exp: Likewise.
945 * gdb.btrace/record_goto.exp: Likewise.
946 * gdb.btrace/rn-dl-bind.exp: Likewise.
947 * gdb.btrace/segv.exp: Likewise.
948 * gdb.btrace/step.exp: Likewise.
949 * gdb.btrace/stepi.exp: Likewise.
950 * gdb.btrace/tailcall-only.exp: Likewise.
951 * gdb.btrace/tailcall.exp: Likewise.
952 * gdb.btrace/tsx.exp: Likewise.
953 * gdb.btrace/unknown_functions.exp: Likewise.
954 * gdb.btrace/vdso.exp: Likewise.
955
cd4007e4
MM
9562017-02-01 Markus Metzger <markus.t.metzger@intel.com>
957
958 * gdb.btrace/enable-running.c: New.
959 * gdb.btrace/enable-running.exp: New.
960
2735833d
WT
9612017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
962
963 * gdb.arch/amd64-gs_base.c: New file.
964 * gdb.arch/amd64-gs_base.exp: New file.
965
b51e1e94
LM
9662017-01-26 Luis Machado <lgustavo@codesourcery.com>
967
968 * lib/memory.exp: Remove spurious empty newlines.
969
72ca0410
SM
9702017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
971
972 * gdb.python/py-bad-printers.exp: Load python file using "source".
973 * gdb.python/py-events.exp: Likewise.
974 * gdb.python/py-evsignal.exp: Likewise.
975 * gdb.python/py-evthreads.exp: Likewise.
976 * gdb.python/py-frame-args.exp: Likewise.
977 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
978 * gdb.python/py-framefilter-mi.exp: Likewise.
979 * gdb.python/py-framefilter.exp: Likewise.
980 * gdb.python/py-mi.exp: Likewise.
981 * gdb.python/py-pp-maint.exp: Likewise.
982 * gdb.python/py-pp-registration.exp: Likewise.
983 * gdb.python/py-prettyprint.exp: Likewise.
984 (run_lang_tests): Likewise.
985 * gdb.python/py-typeprint.exp: Likewise.
986
e309aa65
LM
9872017-01-26 Luis Machado <lgustavo@codesourcery.com>
988
989 * lib/memory.exp: New file.
990 * lib/gdb.exp: Load memory.exp.
991 * gdb.base/memattr.exp (delete_memory): Move proc to
992 lib/memory.exp and rename to delete_memory_regions.
993 Replace delete_memory with delete_memory_regions.
994 Cleanup memory regions before tests.
995 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
996 before tests.
997
515aff23
LM
9982017-01-26 Luis Machado <lgustavo@codesourcery.com>
999
1000 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1001 files.
1002 (initialize): New function conditionally defined.
1003 (testcases): Move within conditional block.
1004 (main): Call initialize.
1005 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1006 of gdb.reverse/insn-reverse.c.
1007 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1008 gdb.reverse/insn-reverse.c.
1009
d8b49cf0
YQ
10102017-01-26 Yao Qi <yao.qi@linaro.org>
1011
1012 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1013 disassemble on address 0.
1014
f13a9a0c
YQ
10152017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1016 Yao Qi <yao.qi@linaro.org>
1017
1018 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1019 * gdb.dwarf2/implptr-64bit.S: Remove.
1020 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1021 variables in caller's context. Add DW_OP_implicit_value.
1022
5ac95241
YQ
10232017-01-25 Yao Qi <yao.qi@linaro.org>
1024
1025 * lib/dwarf.exp (Dwarf::_location): Handle
1026 DW_OP_GNU_implicit_pointer with proper size.
1027
23e82930
LM
10282017-01-20 Luis Machado <lgustavo@codesourcery.com>
1029
1030 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1031 and add untested calls.
1032
d334ae25
LM
10332017-01-20 Luis Machado <lgustavo@codesourcery.com>
1034
1035 * gdb.python/python.exp: Check line number against what GDB thinks
1036 the line number is for func1.
1037
f5e6296e
IB
10382017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1039
1040 * gdb.dlang/debug-expr.exp: New file.
1041
5b362f04
LM
10422016-12-23 Luis Machado <lgustavo@codesourcery.com>
1043
1044 Fix test names for the following files:
1045
1046 * gdb.ada/exec_changed.exp
1047 * gdb.ada/info_types.exp
1048 * gdb.arch/aarch64-atomic-inst.exp
1049 * gdb.arch/aarch64-fp.exp
1050 * gdb.arch/altivec-abi.exp
1051 * gdb.arch/altivec-regs.exp
1052 * gdb.arch/amd64-byte.exp
1053 * gdb.arch/amd64-disp-step.exp
1054 * gdb.arch/amd64-dword.exp
1055 * gdb.arch/amd64-entry-value-inline.exp
1056 * gdb.arch/amd64-entry-value-param.exp
1057 * gdb.arch/amd64-entry-value-paramref.exp
1058 * gdb.arch/amd64-entry-value.exp
1059 * gdb.arch/amd64-i386-address.exp
1060 * gdb.arch/amd64-invalid-stack-middle.exp
1061 * gdb.arch/amd64-invalid-stack-top.exp
1062 * gdb.arch/amd64-optimout-repeat.exp
1063 * gdb.arch/amd64-prologue-skip.exp
1064 * gdb.arch/amd64-prologue-xmm.exp
1065 * gdb.arch/amd64-stap-special-operands.exp
1066 * gdb.arch/amd64-stap-wrong-subexp.exp
1067 * gdb.arch/amd64-tailcall-cxx.exp
1068 * gdb.arch/amd64-tailcall-noret.exp
1069 * gdb.arch/amd64-tailcall-ret.exp
1070 * gdb.arch/amd64-tailcall-self.exp
1071 * gdb.arch/amd64-word.exp
1072 * gdb.arch/arm-bl-branch-dest.exp
1073 * gdb.arch/arm-disp-step.exp
1074 * gdb.arch/arm-neon.exp
1075 * gdb.arch/arm-single-step-kernel-helper.exp
1076 * gdb.arch/avr-flash-qualifier.exp
1077 * gdb.arch/disp-step-insn-reloc.exp
1078 * gdb.arch/e500-abi.exp
1079 * gdb.arch/e500-regs.exp
1080 * gdb.arch/ftrace-insn-reloc.exp
1081 * gdb.arch/i386-avx512.exp
1082 * gdb.arch/i386-bp_permanent.exp
1083 * gdb.arch/i386-byte.exp
1084 * gdb.arch/i386-cfi-notcurrent.exp
1085 * gdb.arch/i386-disp-step.exp
1086 * gdb.arch/i386-dr3-watch.exp
1087 * gdb.arch/i386-float.exp
1088 * gdb.arch/i386-gnu-cfi.exp
1089 * gdb.arch/i386-mpx-map.exp
1090 * gdb.arch/i386-mpx-sigsegv.exp
1091 * gdb.arch/i386-mpx-simple_segv.exp
1092 * gdb.arch/i386-mpx.exp
1093 * gdb.arch/i386-permbkpt.exp
1094 * gdb.arch/i386-prologue.exp
1095 * gdb.arch/i386-signal.exp
1096 * gdb.arch/i386-size-overlap.exp
1097 * gdb.arch/i386-unwind.exp
1098 * gdb.arch/i386-word.exp
1099 * gdb.arch/mips-fcr.exp
1100 * gdb.arch/powerpc-d128-regs.exp
1101 * gdb.arch/powerpc-stackless.exp
1102 * gdb.arch/ppc64-atomic-inst.exp
1103 * gdb.arch/s390-stackless.exp
1104 * gdb.arch/s390-tdbregs.exp
1105 * gdb.arch/s390-vregs.exp
1106 * gdb.arch/sparc-sysstep.exp
1107 * gdb.arch/thumb-bx-pc.exp
1108 * gdb.arch/thumb-singlestep.exp
1109 * gdb.arch/thumb2-it.exp
1110 * gdb.arch/vsx-regs.exp
1111 * gdb.asm/asm-source.exp
1112 * gdb.base/a2-run.exp
1113 * gdb.base/advance.exp
1114 * gdb.base/all-bin.exp
1115 * gdb.base/anon.exp
1116 * gdb.base/args.exp
1117 * gdb.base/arithmet.exp
1118 * gdb.base/async-shell.exp
1119 * gdb.base/async.exp
1120 * gdb.base/attach-pie-noexec.exp
1121 * gdb.base/attach-twice.exp
1122 * gdb.base/auto-load.exp
1123 * gdb.base/bang.exp
1124 * gdb.base/bitfields.exp
1125 * gdb.base/break-always.exp
1126 * gdb.base/break-caller-line.exp
1127 * gdb.base/break-entry.exp
1128 * gdb.base/break-inline.exp
1129 * gdb.base/break-on-linker-gcd-function.exp
1130 * gdb.base/break-probes.exp
1131 * gdb.base/break.exp
1132 * gdb.base/breakpoint-shadow.exp
1133 * gdb.base/call-ar-st.exp
1134 * gdb.base/call-sc.exp
1135 * gdb.base/call-signal-resume.exp
1136 * gdb.base/call-strs.exp
1137 * gdb.base/callfuncs.exp
1138 * gdb.base/catch-fork-static.exp
1139 * gdb.base/catch-gdb-caused-signals.exp
1140 * gdb.base/catch-load.exp
1141 * gdb.base/catch-signal-fork.exp
1142 * gdb.base/catch-signal.exp
1143 * gdb.base/catch-syscall.exp
1144 * gdb.base/charset.exp
1145 * gdb.base/checkpoint.exp
1146 * gdb.base/chng-syms.exp
1147 * gdb.base/code-expr.exp
1148 * gdb.base/code_elim.exp
1149 * gdb.base/commands.exp
1150 * gdb.base/completion.exp
1151 * gdb.base/complex.exp
1152 * gdb.base/cond-expr.exp
1153 * gdb.base/condbreak.exp
1154 * gdb.base/consecutive.exp
1155 * gdb.base/continue-all-already-running.exp
1156 * gdb.base/coredump-filter.exp
1157 * gdb.base/corefile.exp
1158 * gdb.base/dbx.exp
1159 * gdb.base/debug-expr.exp
1160 * gdb.base/define.exp
1161 * gdb.base/del.exp
1162 * gdb.base/disabled-location.exp
1163 * gdb.base/disasm-end-cu.exp
1164 * gdb.base/disasm-optim.exp
1165 * gdb.base/display.exp
1166 * gdb.base/duplicate-bp.exp
1167 * gdb.base/ena-dis-br.exp
1168 * gdb.base/ending-run.exp
1169 * gdb.base/enumval.exp
1170 * gdb.base/environ.exp
1171 * gdb.base/eu-strip-infcall.exp
1172 * gdb.base/eval-avoid-side-effects.exp
1173 * gdb.base/eval-skip.exp
1174 * gdb.base/exitsignal.exp
1175 * gdb.base/expand-psymtabs.exp
1176 * gdb.base/filesym.exp
1177 * gdb.base/find-unmapped.exp
1178 * gdb.base/finish.exp
1179 * gdb.base/float.exp
1180 * gdb.base/foll-exec-mode.exp
1181 * gdb.base/foll-exec.exp
1182 * gdb.base/foll-fork.exp
1183 * gdb.base/fortran-sym-case.exp
1184 * gdb.base/freebpcmd.exp
1185 * gdb.base/func-ptr.exp
1186 * gdb.base/func-ptrs.exp
1187 * gdb.base/funcargs.exp
1188 * gdb.base/gcore-buffer-overflow.exp
1189 * gdb.base/gcore-relro-pie.exp
1190 * gdb.base/gcore-relro.exp
1191 * gdb.base/gcore.exp
1192 * gdb.base/gdb1090.exp
1193 * gdb.base/gdb11530.exp
1194 * gdb.base/gdb11531.exp
1195 * gdb.base/gdb1821.exp
1196 * gdb.base/gdbindex-stabs.exp
1197 * gdb.base/gdbvars.exp
1198 * gdb.base/hbreak.exp
1199 * gdb.base/hbreak2.exp
1200 * gdb.base/included.exp
1201 * gdb.base/infcall-input.exp
1202 * gdb.base/inferior-died.exp
1203 * gdb.base/infnan.exp
1204 * gdb.base/info-macros.exp
1205 * gdb.base/info-os.exp
1206 * gdb.base/info-proc.exp
1207 * gdb.base/info-shared.exp
1208 * gdb.base/info-target.exp
1209 * gdb.base/infoline.exp
1210 * gdb.base/interp.exp
1211 * gdb.base/interrupt.exp
1212 * gdb.base/jit-reader.exp
1213 * gdb.base/jit-simple.exp
1214 * gdb.base/kill-after-signal.exp
1215 * gdb.base/kill-detach-inferiors-cmd.exp
1216 * gdb.base/label.exp
1217 * gdb.base/langs.exp
1218 * gdb.base/ldbl_e308.exp
1219 * gdb.base/line-symtabs.exp
1220 * gdb.base/linespecs.exp
1221 * gdb.base/list.exp
1222 * gdb.base/long_long.exp
1223 * gdb.base/longest-types.exp
1224 * gdb.base/maint.exp
1225 * gdb.base/max-value-size.exp
1226 * gdb.base/memattr.exp
1227 * gdb.base/mips_pro.exp
1228 * gdb.base/morestack.exp
1229 * gdb.base/moribund-step.exp
1230 * gdb.base/multi-forks.exp
1231 * gdb.base/nested-addr.exp
1232 * gdb.base/nextoverexit.exp
1233 * gdb.base/noreturn-finish.exp
1234 * gdb.base/noreturn-return.exp
1235 * gdb.base/nostdlib.exp
1236 * gdb.base/offsets.exp
1237 * gdb.base/opaque.exp
1238 * gdb.base/pc-fp.exp
1239 * gdb.base/permissions.exp
1240 * gdb.base/print-symbol-loading.exp
1241 * gdb.base/prologue-include.exp
1242 * gdb.base/psymtab.exp
1243 * gdb.base/ptype.exp
1244 * gdb.base/random-signal.exp
1245 * gdb.base/randomize.exp
1246 * gdb.base/range-stepping.exp
1247 * gdb.base/readline-ask.exp
1248 * gdb.base/recpar.exp
1249 * gdb.base/recurse.exp
1250 * gdb.base/relational.exp
1251 * gdb.base/restore.exp
1252 * gdb.base/return-nodebug.exp
1253 * gdb.base/return.exp
1254 * gdb.base/run-after-attach.exp
1255 * gdb.base/save-bp.exp
1256 * gdb.base/scope.exp
1257 * gdb.base/sect-cmd.exp
1258 * gdb.base/set-lang-auto.exp
1259 * gdb.base/set-noassign.exp
1260 * gdb.base/setvar.exp
1261 * gdb.base/sigall.exp
1262 * gdb.base/sigbpt.exp
1263 * gdb.base/siginfo-addr.exp
1264 * gdb.base/siginfo-infcall.exp
1265 * gdb.base/siginfo-obj.exp
1266 * gdb.base/siginfo.exp
1267 * gdb.base/signals-state-child.exp
1268 * gdb.base/signest.exp
1269 * gdb.base/sigstep.exp
1270 * gdb.base/sizeof.exp
1271 * gdb.base/skip.exp
1272 * gdb.base/solib-corrupted.exp
1273 * gdb.base/solib-nodir.exp
1274 * gdb.base/solib-search.exp
1275 * gdb.base/stack-checking.exp
1276 * gdb.base/stale-infcall.exp
1277 * gdb.base/stap-probe.exp
1278 * gdb.base/start.exp
1279 * gdb.base/step-break.exp
1280 * gdb.base/step-bt.exp
1281 * gdb.base/step-line.exp
1282 * gdb.base/step-over-exit.exp
1283 * gdb.base/step-over-syscall.exp
1284 * gdb.base/step-resume-infcall.exp
1285 * gdb.base/step-test.exp
1286 * gdb.base/store.exp
1287 * gdb.base/structs3.exp
1288 * gdb.base/sym-file.exp
1289 * gdb.base/symbol-without-target_section.exp
1290 * gdb.base/term.exp
1291 * gdb.base/testenv.exp
1292 * gdb.base/ui-redirect.exp
1293 * gdb.base/until.exp
1294 * gdb.base/unwindonsignal.exp
1295 * gdb.base/value-double-free.exp
1296 * gdb.base/vla-datatypes.exp
1297 * gdb.base/vla-ptr.exp
1298 * gdb.base/vla-sideeffect.exp
1299 * gdb.base/volatile.exp
1300 * gdb.base/watch-cond-infcall.exp
1301 * gdb.base/watch-cond.exp
1302 * gdb.base/watch-non-mem.exp
1303 * gdb.base/watch-read.exp
1304 * gdb.base/watch-vfork.exp
1305 * gdb.base/watchpoint-cond-gone.exp
1306 * gdb.base/watchpoint-delete.exp
1307 * gdb.base/watchpoint-hw-hit-once.exp
1308 * gdb.base/watchpoint-hw.exp
1309 * gdb.base/watchpoint-stops-at-right-insn.exp
1310 * gdb.base/watchpoints.exp
1311 * gdb.base/wchar.exp
1312 * gdb.base/whatis-exp.exp
1313 * gdb.btrace/buffer-size.exp
1314 * gdb.btrace/data.exp
1315 * gdb.btrace/delta.exp
1316 * gdb.btrace/dlopen.exp
1317 * gdb.btrace/enable.exp
1318 * gdb.btrace/exception.exp
1319 * gdb.btrace/function_call_history.exp
1320 * gdb.btrace/gcore.exp
1321 * gdb.btrace/instruction_history.exp
1322 * gdb.btrace/nohist.exp
1323 * gdb.btrace/reconnect.exp
1324 * gdb.btrace/record_goto-step.exp
1325 * gdb.btrace/record_goto.exp
1326 * gdb.btrace/rn-dl-bind.exp
1327 * gdb.btrace/segv.exp
1328 * gdb.btrace/step.exp
1329 * gdb.btrace/stepi.exp
1330 * gdb.btrace/tailcall-only.exp
1331 * gdb.btrace/tailcall.exp
1332 * gdb.btrace/tsx.exp
1333 * gdb.btrace/unknown_functions.exp
1334 * gdb.btrace/vdso.exp
1335 * gdb.compile/compile-ifunc.exp
1336 * gdb.compile/compile-ops.exp
1337 * gdb.compile/compile-print.exp
1338 * gdb.compile/compile-setjmp.exp
1339 * gdb.cp/abstract-origin.exp
1340 * gdb.cp/ambiguous.exp
1341 * gdb.cp/annota2.exp
1342 * gdb.cp/annota3.exp
1343 * gdb.cp/anon-ns.exp
1344 * gdb.cp/anon-struct.exp
1345 * gdb.cp/anon-union.exp
1346 * gdb.cp/arg-reference.exp
1347 * gdb.cp/baseenum.exp
1348 * gdb.cp/bool.exp
1349 * gdb.cp/breakpoint.exp
1350 * gdb.cp/bs15503.exp
1351 * gdb.cp/call-c.exp
1352 * gdb.cp/casts.exp
1353 * gdb.cp/chained-calls.exp
1354 * gdb.cp/class2.exp
1355 * gdb.cp/classes.exp
1356 * gdb.cp/cmpd-minsyms.exp
1357 * gdb.cp/converts.exp
1358 * gdb.cp/cp-relocate.exp
1359 * gdb.cp/cpcompletion.exp
1360 * gdb.cp/cpexprs.exp
1361 * gdb.cp/cplabel.exp
1362 * gdb.cp/cplusfuncs.exp
1363 * gdb.cp/cpsizeof.exp
1364 * gdb.cp/ctti.exp
1365 * gdb.cp/derivation.exp
1366 * gdb.cp/destrprint.exp
1367 * gdb.cp/dispcxx.exp
1368 * gdb.cp/enum-class.exp
1369 * gdb.cp/exception.exp
1370 * gdb.cp/exceptprint.exp
1371 * gdb.cp/expand-psymtabs-cxx.exp
1372 * gdb.cp/expand-sals.exp
1373 * gdb.cp/extern-c.exp
1374 * gdb.cp/filename.exp
1375 * gdb.cp/formatted-ref.exp
1376 * gdb.cp/fpointer.exp
1377 * gdb.cp/gdb1355.exp
1378 * gdb.cp/gdb2495.exp
1379 * gdb.cp/hang.exp
1380 * gdb.cp/impl-this.exp
1381 * gdb.cp/infcall-dlopen.exp
1382 * gdb.cp/inherit.exp
1383 * gdb.cp/iostream.exp
1384 * gdb.cp/koenig.exp
1385 * gdb.cp/local.exp
1386 * gdb.cp/m-data.exp
1387 * gdb.cp/m-static.exp
1388 * gdb.cp/mb-ctor.exp
1389 * gdb.cp/mb-inline.exp
1390 * gdb.cp/mb-templates.exp
1391 * gdb.cp/member-name.exp
1392 * gdb.cp/member-ptr.exp
1393 * gdb.cp/meth-typedefs.exp
1394 * gdb.cp/method.exp
1395 * gdb.cp/method2.exp
1396 * gdb.cp/minsym-fallback.exp
1397 * gdb.cp/misc.exp
1398 * gdb.cp/namelessclass.exp
1399 * gdb.cp/namespace-enum.exp
1400 * gdb.cp/namespace-nested-import.exp
1401 * gdb.cp/namespace.exp
1402 * gdb.cp/nextoverthrow.exp
1403 * gdb.cp/no-dmgl-verbose.exp
1404 * gdb.cp/non-trivial-retval.exp
1405 * gdb.cp/noparam.exp
1406 * gdb.cp/nsdecl.exp
1407 * gdb.cp/nsimport.exp
1408 * gdb.cp/nsnested.exp
1409 * gdb.cp/nsnoimports.exp
1410 * gdb.cp/nsrecurs.exp
1411 * gdb.cp/nsstress.exp
1412 * gdb.cp/nsusing.exp
1413 * gdb.cp/operator.exp
1414 * gdb.cp/oranking.exp
1415 * gdb.cp/overload-const.exp
1416 * gdb.cp/overload.exp
1417 * gdb.cp/ovldbreak.exp
1418 * gdb.cp/ovsrch.exp
1419 * gdb.cp/paren-type.exp
1420 * gdb.cp/parse-lang.exp
1421 * gdb.cp/pass-by-ref.exp
1422 * gdb.cp/pr-1023.exp
1423 * gdb.cp/pr-1210.exp
1424 * gdb.cp/pr-574.exp
1425 * gdb.cp/pr10687.exp
1426 * gdb.cp/pr12028.exp
1427 * gdb.cp/pr17132.exp
1428 * gdb.cp/pr17494.exp
1429 * gdb.cp/pr9067.exp
1430 * gdb.cp/pr9167.exp
1431 * gdb.cp/pr9631.exp
1432 * gdb.cp/printmethod.exp
1433 * gdb.cp/psmang.exp
1434 * gdb.cp/psymtab-parameter.exp
1435 * gdb.cp/ptype-cv-cp.exp
1436 * gdb.cp/ptype-flags.exp
1437 * gdb.cp/re-set-overloaded.exp
1438 * gdb.cp/ref-types.exp
1439 * gdb.cp/rtti.exp
1440 * gdb.cp/scope-err.exp
1441 * gdb.cp/shadow.exp
1442 * gdb.cp/smartp.exp
1443 * gdb.cp/static-method.exp
1444 * gdb.cp/static-print-quit.exp
1445 * gdb.cp/temargs.exp
1446 * gdb.cp/templates.exp
1447 * gdb.cp/try_catch.exp
1448 * gdb.cp/typedef-operator.exp
1449 * gdb.cp/typeid.exp
1450 * gdb.cp/userdef.exp
1451 * gdb.cp/using-crash.exp
1452 * gdb.cp/var-tag.exp
1453 * gdb.cp/virtbase.exp
1454 * gdb.cp/virtfunc.exp
1455 * gdb.cp/virtfunc2.exp
1456 * gdb.cp/vla-cxx.exp
1457 * gdb.disasm/t01_mov.exp
1458 * gdb.disasm/t02_mova.exp
1459 * gdb.disasm/t03_add.exp
1460 * gdb.disasm/t04_sub.exp
1461 * gdb.disasm/t05_cmp.exp
1462 * gdb.disasm/t06_ari2.exp
1463 * gdb.disasm/t07_ari3.exp
1464 * gdb.disasm/t08_or.exp
1465 * gdb.disasm/t09_xor.exp
1466 * gdb.disasm/t10_and.exp
1467 * gdb.disasm/t11_logs.exp
1468 * gdb.disasm/t12_bit.exp
1469 * gdb.disasm/t13_otr.exp
1470 * gdb.dlang/circular.exp
1471 * gdb.dwarf2/arr-stride.exp
1472 * gdb.dwarf2/arr-subrange.exp
1473 * gdb.dwarf2/atomic-type.exp
1474 * gdb.dwarf2/bad-regnum.exp
1475 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1476 * gdb.dwarf2/callframecfa.exp
1477 * gdb.dwarf2/clztest.exp
1478 * gdb.dwarf2/corrupt.exp
1479 * gdb.dwarf2/data-loc.exp
1480 * gdb.dwarf2/dup-psym.exp
1481 * gdb.dwarf2/dw2-anon-mptr.exp
1482 * gdb.dwarf2/dw2-anonymous-func.exp
1483 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1484 * gdb.dwarf2/dw2-bad-unresolved.exp
1485 * gdb.dwarf2/dw2-basic.exp
1486 * gdb.dwarf2/dw2-canonicalize-type.exp
1487 * gdb.dwarf2/dw2-case-insensitive.exp
1488 * gdb.dwarf2/dw2-common-block.exp
1489 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1490 * gdb.dwarf2/dw2-compressed.exp
1491 * gdb.dwarf2/dw2-const.exp
1492 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1493 * gdb.dwarf2/dw2-cu-size.exp
1494 * gdb.dwarf2/dw2-dup-frame.exp
1495 * gdb.dwarf2/dw2-entry-value.exp
1496 * gdb.dwarf2/dw2-icycle.exp
1497 * gdb.dwarf2/dw2-ifort-parameter.exp
1498 * gdb.dwarf2/dw2-inline-break.exp
1499 * gdb.dwarf2/dw2-inline-param.exp
1500 * gdb.dwarf2/dw2-intercu.exp
1501 * gdb.dwarf2/dw2-intermix.exp
1502 * gdb.dwarf2/dw2-lexical-block-bare.exp
1503 * gdb.dwarf2/dw2-linkage-name-trust.exp
1504 * gdb.dwarf2/dw2-minsym-in-cu.exp
1505 * gdb.dwarf2/dw2-noloc.exp
1506 * gdb.dwarf2/dw2-op-call.exp
1507 * gdb.dwarf2/dw2-op-out-param.exp
1508 * gdb.dwarf2/dw2-opt-structptr.exp
1509 * gdb.dwarf2/dw2-param-error.exp
1510 * gdb.dwarf2/dw2-producer.exp
1511 * gdb.dwarf2/dw2-ranges-base.exp
1512 * gdb.dwarf2/dw2-ref-missing-frame.exp
1513 * gdb.dwarf2/dw2-reg-undefined.exp
1514 * gdb.dwarf2/dw2-regno-invalid.exp
1515 * gdb.dwarf2/dw2-restore.exp
1516 * gdb.dwarf2/dw2-restrict.exp
1517 * gdb.dwarf2/dw2-single-line-discriminators.exp
1518 * gdb.dwarf2/dw2-strp.exp
1519 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1520 * gdb.dwarf2/dw2-unresolved.exp
1521 * gdb.dwarf2/dw2-var-zero-addr.exp
1522 * gdb.dwarf2/dw4-sig-types.exp
1523 * gdb.dwarf2/dwz.exp
1524 * gdb.dwarf2/dynarr-ptr.exp
1525 * gdb.dwarf2/enum-type.exp
1526 * gdb.dwarf2/gdb-index.exp
1527 * gdb.dwarf2/implptr-64bit.exp
1528 * gdb.dwarf2/implptr-optimized-out.exp
1529 * gdb.dwarf2/implptr.exp
1530 * gdb.dwarf2/implref-array.exp
1531 * gdb.dwarf2/implref-const.exp
1532 * gdb.dwarf2/implref-global.exp
1533 * gdb.dwarf2/implref-struct.exp
1534 * gdb.dwarf2/mac-fileno.exp
1535 * gdb.dwarf2/main-subprogram.exp
1536 * gdb.dwarf2/member-ptr-forwardref.exp
1537 * gdb.dwarf2/method-ptr.exp
1538 * gdb.dwarf2/missing-sig-type.exp
1539 * gdb.dwarf2/nonvar-access.exp
1540 * gdb.dwarf2/opaque-type-lookup.exp
1541 * gdb.dwarf2/pieces-optimized-out.exp
1542 * gdb.dwarf2/pieces.exp
1543 * gdb.dwarf2/pr10770.exp
1544 * gdb.dwarf2/pr13961.exp
1545 * gdb.dwarf2/staticvirtual.exp
1546 * gdb.dwarf2/subrange.exp
1547 * gdb.dwarf2/symtab-producer.exp
1548 * gdb.dwarf2/trace-crash.exp
1549 * gdb.dwarf2/typeddwarf.exp
1550 * gdb.dwarf2/valop.exp
1551 * gdb.dwarf2/watch-notconst.exp
1552 * gdb.fortran/array-element.exp
1553 * gdb.fortran/charset.exp
1554 * gdb.fortran/common-block.exp
1555 * gdb.fortran/complex.exp
1556 * gdb.fortran/derived-type-function.exp
1557 * gdb.fortran/derived-type.exp
1558 * gdb.fortran/logical.exp
1559 * gdb.fortran/module.exp
1560 * gdb.fortran/multi-dim.exp
1561 * gdb.fortran/nested-funcs.exp
1562 * gdb.fortran/print-formatted.exp
1563 * gdb.fortran/subarray.exp
1564 * gdb.fortran/vla-alloc-assoc.exp
1565 * gdb.fortran/vla-datatypes.exp
1566 * gdb.fortran/vla-history.exp
1567 * gdb.fortran/vla-ptr-info.exp
1568 * gdb.fortran/vla-ptype-sub.exp
1569 * gdb.fortran/vla-ptype.exp
1570 * gdb.fortran/vla-sizeof.exp
1571 * gdb.fortran/vla-type.exp
1572 * gdb.fortran/vla-value-sub-arbitrary.exp
1573 * gdb.fortran/vla-value-sub-finish.exp
1574 * gdb.fortran/vla-value-sub.exp
1575 * gdb.fortran/vla-value.exp
1576 * gdb.fortran/whatis_type.exp
1577 * gdb.go/chan.exp
1578 * gdb.go/handcall.exp
1579 * gdb.go/hello.exp
1580 * gdb.go/integers.exp
1581 * gdb.go/methods.exp
1582 * gdb.go/package.exp
1583 * gdb.go/strings.exp
1584 * gdb.go/types.exp
1585 * gdb.go/unsafe.exp
1586 * gdb.guile/scm-arch.exp
1587 * gdb.guile/scm-block.exp
1588 * gdb.guile/scm-breakpoint.exp
1589 * gdb.guile/scm-cmd.exp
1590 * gdb.guile/scm-disasm.exp
1591 * gdb.guile/scm-equal.exp
1592 * gdb.guile/scm-frame-args.exp
1593 * gdb.guile/scm-frame-inline.exp
1594 * gdb.guile/scm-frame.exp
1595 * gdb.guile/scm-iterator.exp
1596 * gdb.guile/scm-math.exp
1597 * gdb.guile/scm-objfile.exp
1598 * gdb.guile/scm-ports.exp
1599 * gdb.guile/scm-symbol.exp
1600 * gdb.guile/scm-symtab.exp
1601 * gdb.guile/scm-value-cc.exp
1602 * gdb.guile/types-module.exp
1603 * gdb.linespec/break-ask.exp
1604 * gdb.linespec/cpexplicit.exp
1605 * gdb.linespec/explicit.exp
1606 * gdb.linespec/keywords.exp
1607 * gdb.linespec/linespec.exp
1608 * gdb.linespec/ls-dollar.exp
1609 * gdb.linespec/ls-errs.exp
1610 * gdb.linespec/skip-two.exp
1611 * gdb.linespec/thread.exp
1612 * gdb.mi/mi-async.exp
1613 * gdb.mi/mi-basics.exp
1614 * gdb.mi/mi-break.exp
1615 * gdb.mi/mi-catch-load.exp
1616 * gdb.mi/mi-cli.exp
1617 * gdb.mi/mi-cmd-param-changed.exp
1618 * gdb.mi/mi-console.exp
1619 * gdb.mi/mi-detach.exp
1620 * gdb.mi/mi-disassemble.exp
1621 * gdb.mi/mi-eval.exp
1622 * gdb.mi/mi-file-transfer.exp
1623 * gdb.mi/mi-file.exp
1624 * gdb.mi/mi-fill-memory.exp
1625 * gdb.mi/mi-inheritance-syntax-error.exp
1626 * gdb.mi/mi-linespec-err-cp.exp
1627 * gdb.mi/mi-logging.exp
1628 * gdb.mi/mi-memory-changed.exp
1629 * gdb.mi/mi-read-memory.exp
1630 * gdb.mi/mi-record-changed.exp
1631 * gdb.mi/mi-reg-undefined.exp
1632 * gdb.mi/mi-regs.exp
1633 * gdb.mi/mi-return.exp
1634 * gdb.mi/mi-reverse.exp
1635 * gdb.mi/mi-simplerun.exp
1636 * gdb.mi/mi-solib.exp
1637 * gdb.mi/mi-stack.exp
1638 * gdb.mi/mi-stepi.exp
1639 * gdb.mi/mi-syn-frame.exp
1640 * gdb.mi/mi-until.exp
1641 * gdb.mi/mi-var-block.exp
1642 * gdb.mi/mi-var-child.exp
1643 * gdb.mi/mi-var-cmd.exp
1644 * gdb.mi/mi-var-cp.exp
1645 * gdb.mi/mi-var-display.exp
1646 * gdb.mi/mi-var-invalidate.exp
1647 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1648 * gdb.mi/mi-vla-fortran.exp
1649 * gdb.mi/mi-watch.exp
1650 * gdb.mi/mi2-var-child.exp
1651 * gdb.mi/user-selected-context-sync.exp
1652 * gdb.modula2/unbounded-array.exp
1653 * gdb.multi/dummy-frame-restore.exp
1654 * gdb.multi/multi-arch-exec.exp
1655 * gdb.multi/multi-arch.exp
1656 * gdb.multi/tids.exp
1657 * gdb.multi/watchpoint-multi.exp
1658 * gdb.opencl/callfuncs.exp
1659 * gdb.opencl/convs_casts.exp
1660 * gdb.opencl/datatypes.exp
1661 * gdb.opencl/operators.exp
1662 * gdb.opencl/vec_comps.exp
1663 * gdb.opt/clobbered-registers-O2.exp
1664 * gdb.opt/inline-break.exp
1665 * gdb.opt/inline-bt.exp
1666 * gdb.opt/inline-cmds.exp
1667 * gdb.opt/inline-locals.exp
1668 * gdb.pascal/case-insensitive-symbols.exp
1669 * gdb.pascal/floats.exp
1670 * gdb.pascal/gdb11492.exp
1671 * gdb.python/lib-types.exp
1672 * gdb.python/py-arch.exp
1673 * gdb.python/py-as-string.exp
1674 * gdb.python/py-bad-printers.exp
1675 * gdb.python/py-block.exp
1676 * gdb.python/py-breakpoint-create-fail.exp
1677 * gdb.python/py-breakpoint.exp
1678 * gdb.python/py-caller-is.exp
1679 * gdb.python/py-cmd.exp
1680 * gdb.python/py-explore-cc.exp
1681 * gdb.python/py-explore.exp
1682 * gdb.python/py-finish-breakpoint.exp
1683 * gdb.python/py-finish-breakpoint2.exp
1684 * gdb.python/py-frame-args.exp
1685 * gdb.python/py-frame-inline.exp
1686 * gdb.python/py-frame.exp
1687 * gdb.python/py-framefilter-mi.exp
1688 * gdb.python/py-infthread.exp
1689 * gdb.python/py-lazy-string.exp
1690 * gdb.python/py-linetable.exp
1691 * gdb.python/py-mi-events.exp
1692 * gdb.python/py-mi-objfile.exp
1693 * gdb.python/py-mi.exp
1694 * gdb.python/py-objfile.exp
1695 * gdb.python/py-pp-integral.exp
1696 * gdb.python/py-pp-maint.exp
1697 * gdb.python/py-pp-re-notag.exp
1698 * gdb.python/py-pp-registration.exp
1699 * gdb.python/py-recurse-unwind.exp
1700 * gdb.python/py-strfns.exp
1701 * gdb.python/py-symbol.exp
1702 * gdb.python/py-symtab.exp
1703 * gdb.python/py-sync-interp.exp
1704 * gdb.python/py-typeprint.exp
1705 * gdb.python/py-unwind-maint.exp
1706 * gdb.python/py-unwind.exp
1707 * gdb.python/py-value-cc.exp
1708 * gdb.python/py-xmethods.exp
1709 * gdb.reverse/amd64-tailcall-reverse.exp
1710 * gdb.reverse/break-precsave.exp
1711 * gdb.reverse/break-reverse.exp
1712 * gdb.reverse/consecutive-precsave.exp
1713 * gdb.reverse/consecutive-reverse.exp
1714 * gdb.reverse/finish-precsave.exp
1715 * gdb.reverse/finish-reverse-bkpt.exp
1716 * gdb.reverse/finish-reverse.exp
1717 * gdb.reverse/fstatat-reverse.exp
1718 * gdb.reverse/getresuid-reverse.exp
1719 * gdb.reverse/i386-precsave.exp
1720 * gdb.reverse/i386-reverse.exp
1721 * gdb.reverse/i386-sse-reverse.exp
1722 * gdb.reverse/i387-env-reverse.exp
1723 * gdb.reverse/i387-stack-reverse.exp
1724 * gdb.reverse/insn-reverse.exp
1725 * gdb.reverse/machinestate-precsave.exp
1726 * gdb.reverse/machinestate.exp
1727 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1728 * gdb.reverse/pipe-reverse.exp
1729 * gdb.reverse/readv-reverse.exp
1730 * gdb.reverse/recvmsg-reverse.exp
1731 * gdb.reverse/rerun-prec.exp
1732 * gdb.reverse/s390-mvcle.exp
1733 * gdb.reverse/step-precsave.exp
1734 * gdb.reverse/step-reverse.exp
1735 * gdb.reverse/time-reverse.exp
1736 * gdb.reverse/until-precsave.exp
1737 * gdb.reverse/until-reverse.exp
1738 * gdb.reverse/waitpid-reverse.exp
1739 * gdb.reverse/watch-precsave.exp
1740 * gdb.reverse/watch-reverse.exp
1741 * gdb.rust/generics.exp
1742 * gdb.rust/methods.exp
1743 * gdb.rust/modules.exp
1744 * gdb.rust/simple.exp
1745 * gdb.server/connect-with-no-symbol-file.exp
1746 * gdb.server/ext-attach.exp
1747 * gdb.server/ext-restart.exp
1748 * gdb.server/ext-wrapper.exp
1749 * gdb.server/file-transfer.exp
1750 * gdb.server/server-exec-info.exp
1751 * gdb.server/server-kill.exp
1752 * gdb.server/server-mon.exp
1753 * gdb.server/wrapper.exp
1754 * gdb.stabs/exclfwd.exp
1755 * gdb.stabs/gdb11479.exp
1756 * gdb.threads/clone-new-thread-event.exp
1757 * gdb.threads/corethreads.exp
1758 * gdb.threads/current-lwp-dead.exp
1759 * gdb.threads/dlopen-libpthread.exp
1760 * gdb.threads/gcore-thread.exp
1761 * gdb.threads/sigstep-threads.exp
1762 * gdb.threads/watchpoint-fork.exp
1763 * gdb.trace/actions-changed.exp
1764 * gdb.trace/backtrace.exp
1765 * gdb.trace/change-loc.exp
1766 * gdb.trace/circ.exp
1767 * gdb.trace/collection.exp
1768 * gdb.trace/disconnected-tracing.exp
1769 * gdb.trace/ftrace.exp
1770 * gdb.trace/mi-trace-frame-collected.exp
1771 * gdb.trace/mi-trace-unavailable.exp
1772 * gdb.trace/mi-traceframe-changed.exp
1773 * gdb.trace/mi-tsv-changed.exp
1774 * gdb.trace/no-attach-trace.exp
1775 * gdb.trace/passc-dyn.exp
1776 * gdb.trace/qtro.exp
1777 * gdb.trace/range-stepping.exp
1778 * gdb.trace/read-memory.exp
1779 * gdb.trace/save-trace.exp
1780 * gdb.trace/signal.exp
1781 * gdb.trace/status-stop.exp
1782 * gdb.trace/tfile.exp
1783 * gdb.trace/trace-break.exp
1784 * gdb.trace/trace-buffer-size.exp
1785 * gdb.trace/trace-condition.exp
1786 * gdb.trace/tracefile-pseudo-reg.exp
1787 * gdb.trace/tstatus.exp
1788 * gdb.trace/unavailable.exp
1789 * gdb.trace/while-dyn.exp
1790 * gdb.trace/while-stepping.exp
1791
34c41c68
DE
17922016-12-22 Doug Evans <xdje42@gmail.com>
1793
1794 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1795 and msymbols.
1796
16e69324
YQ
17972016-12-19 Yao Qi <yao.qi@linaro.org>
1798
1799 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1800 (test_with_self): Don't call do_steps_and_nexts, and remove
1801 code about stepping into xmalloc.
1802
f94f411b
YQ
18032016-12-09 Yao Qi <yao.qi@linaro.org>
1804
1805 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1806
18072016-12-09 Yao Qi <yao.qi@linaro.org>
1808
1809 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1810
f1b5deee
PA
18112016-12-09 Pedro Alves <palves@redhat.com>
1812
1813 * gdb.base/all-architectures-0.exp: New file.
1814 * gdb.base/all-architectures-1.exp: New file.
1815 * gdb.base/all-architectures-2.exp: New file.
1816 * gdb.base/all-architectures-3.exp: New file.
1817 * gdb.base/all-architectures-4.exp: New file.
1818 * gdb.base/all-architectures-5.exp: New file.
1819 * gdb.base/all-architectures-6.exp: New file.
1820 * gdb.base/all-architectures-7.exp: New file.
1821 * gdb.base/all-architectures.exp.in: New file.
1822
364ca42e
YQ
18232016-12-09 Yao Qi <yao.qi@linaro.org>
1824
1825 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1826
107c2d62
LM
18272016-12-02 Luis Machado <lgustavo@codesourcery.com>
1828
1829 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1830 possible.
1831 Remove useless pattern-matching code.
1832
df3ee9ca
PA
18332016-12-02 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1836 procedure.
1837 (top level): Call it.
1838
ec835369
PA
18392016-12-02 Pedro Alves <palves@redhat.com>
1840
1841 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1842 New procedure.
1843 (top level): Call it.
1844
01770bbd
PA
18452016-12-02 Pedro Alves <palves@redhat.com>
1846
1847 PR cli/20559
1848 * gdb.base/commands.exp (user_defined_command_args_eval): New
1849 procedure.
1850 (top level): Call it.
1851
008459ea
LM
18522016-12-02 Luis Machado <lgustavo@codesourcery.com>
1853
1854 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1855 timeout handling.
1856
0c1b455e
TT
18572016-12-02 Tom Tromey <tom@tromey.com>
1858
1859 * gdb.dwarf2/main-subprogram.c: New file.
1860 * gdb.dwarf2/main-subprogram.exp: New file.
1861
018572b8
LM
18622016-12-01 Luis Machado <lgustavo@codesourcery.com>
1863
1864 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1865 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1866 gdb_test_no_output for a couple of cases.
1867 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1868
84c93cd5
LM
18692016-12-01 Luis Machado <lgustavo@codesourcery.com>
1870
1871 Fix test names and standardize compilation error messages throughout
1872 the following files:
1873
1874 * gdb.ada/start.exp
1875 * gdb.arch/alpha-step.exp
1876 * gdb.arch/e500-prologue.exp
1877 * gdb.arch/ftrace-insn-reloc.exp
1878 * gdb.arch/gdb1291.exp
1879 * gdb.arch/gdb1431.exp
1880 * gdb.arch/gdb1558.exp
1881 * gdb.arch/i386-dr3-watch.exp
1882 * gdb.arch/i386-sse-stack-align.exp
1883 * gdb.arch/ia64-breakpoint-shadow.exp
1884 * gdb.arch/pa-nullify.exp
1885 * gdb.arch/powerpc-aix-prologue.exp
1886 * gdb.arch/thumb-bx-pc.exp
1887 * gdb.base/annota1.exp
1888 * gdb.base/annota3.exp
1889 * gdb.base/arrayidx.exp
1890 * gdb.base/assign.exp
1891 * gdb.base/attach.exp
1892 * gdb.base/auxv.exp
1893 * gdb.base/bang.exp
1894 * gdb.base/bfp-test.exp
1895 * gdb.base/bigcore.exp
1896 * gdb.base/bitfields2.exp
1897 * gdb.base/break-fun-addr.exp
1898 * gdb.base/break-probes.exp
1899 * gdb.base/call-rt-st.exp
1900 * gdb.base/callexit.exp
1901 * gdb.base/catch-fork-kill.exp
1902 * gdb.base/charset.exp
1903 * gdb.base/checkpoint.exp
1904 * gdb.base/comprdebug.exp
1905 * gdb.base/constvars.exp
1906 * gdb.base/coredump-filter.exp
1907 * gdb.base/cursal.exp
1908 * gdb.base/cvexpr.exp
1909 * gdb.base/detach.exp
1910 * gdb.base/display.exp
1911 * gdb.base/dmsym.exp
1912 * gdb.base/dprintf-pending.exp
1913 * gdb.base/dso2dso.exp
1914 * gdb.base/dtrace-probe.exp
1915 * gdb.base/dump.exp
1916 * gdb.base/enum_cond.exp
1917 * gdb.base/exe-lock.exp
1918 * gdb.base/exec-invalid-sysroot.exp
1919 * gdb.base/execl-update-breakpoints.exp
1920 * gdb.base/exprs.exp
1921 * gdb.base/fileio.exp
1922 * gdb.base/find.exp
1923 * gdb.base/finish.exp
1924 * gdb.base/fixsection.exp
1925 * gdb.base/foll-vfork.exp
1926 * gdb.base/frame-args.exp
1927 * gdb.base/gcore.exp
1928 * gdb.base/gdb1250.exp
1929 * gdb.base/global-var-nested-by-dso.exp
1930 * gdb.base/gnu-ifunc.exp
1931 * gdb.base/hashline1.exp
1932 * gdb.base/hashline2.exp
1933 * gdb.base/hashline3.exp
1934 * gdb.base/hbreak-in-shr-unsupported.exp
1935 * gdb.base/huge.exp
1936 * gdb.base/infcall-input.exp
1937 * gdb.base/info-fun.exp
1938 * gdb.base/info-shared.exp
1939 * gdb.base/jit-simple.exp
1940 * gdb.base/jit-so.exp
1941 * gdb.base/jit.exp
1942 * gdb.base/jump.exp
1943 * gdb.base/label.exp
1944 * gdb.base/lineinc.exp
1945 * gdb.base/logical.exp
1946 * gdb.base/longjmp.exp
1947 * gdb.base/macscp.exp
1948 * gdb.base/miscexprs.exp
1949 * gdb.base/new-ui-echo.exp
1950 * gdb.base/new-ui-pending-input.exp
1951 * gdb.base/new-ui.exp
1952 * gdb.base/nodebug.exp
1953 * gdb.base/nofield.exp
1954 * gdb.base/offsets.exp
1955 * gdb.base/overlays.exp
1956 * gdb.base/pending.exp
1957 * gdb.base/pointers.exp
1958 * gdb.base/pr11022.exp
1959 * gdb.base/printcmds.exp
1960 * gdb.base/prologue.exp
1961 * gdb.base/ptr-typedef.exp
1962 * gdb.base/realname-expand.exp
1963 * gdb.base/relativedebug.exp
1964 * gdb.base/relocate.exp
1965 * gdb.base/remote.exp
1966 * gdb.base/reread.exp
1967 * gdb.base/return2.exp
1968 * gdb.base/savedregs.exp
1969 * gdb.base/sep.exp
1970 * gdb.base/sepdebug.exp
1971 * gdb.base/sepsymtab.exp
1972 * gdb.base/set-inferior-tty.exp
1973 * gdb.base/setshow.exp
1974 * gdb.base/shlib-call.exp
1975 * gdb.base/sigaltstack.exp
1976 * gdb.base/siginfo-addr.exp
1977 * gdb.base/signals.exp
1978 * gdb.base/signull.exp
1979 * gdb.base/sigrepeat.exp
1980 * gdb.base/so-impl-ld.exp
1981 * gdb.base/solib-display.exp
1982 * gdb.base/solib-overlap.exp
1983 * gdb.base/solib-search.exp
1984 * gdb.base/solib-symbol.exp
1985 * gdb.base/structs.exp
1986 * gdb.base/structs2.exp
1987 * gdb.base/symtab-search-order.exp
1988 * gdb.base/twice.exp
1989 * gdb.base/unload.exp
1990 * gdb.base/varargs.exp
1991 * gdb.base/watchpoint-solib.exp
1992 * gdb.base/watchpoint.exp
1993 * gdb.base/whatis.exp
1994 * gdb.base/wrong_frame_bt_full.exp
1995 * gdb.btrace/dlopen.exp
1996 * gdb.cell/ea-standalone.exp
1997 * gdb.cell/ea-test.exp
1998 * gdb.cp/dispcxx.exp
1999 * gdb.cp/gdb2384.exp
2000 * gdb.cp/method2.exp
2001 * gdb.cp/nextoverthrow.exp
2002 * gdb.cp/pr10728.exp
2003 * gdb.disasm/am33.exp
2004 * gdb.disasm/h8300s.exp
2005 * gdb.disasm/mn10300.exp
2006 * gdb.disasm/sh3.exp
2007 * gdb.dwarf2/dw2-dir-file-name.exp
2008 * gdb.fortran/complex.exp
2009 * gdb.fortran/library-module.exp
2010 * gdb.guile/scm-pretty-print.exp
2011 * gdb.guile/scm-symbol.exp
2012 * gdb.guile/scm-type.exp
2013 * gdb.guile/scm-value.exp
2014 * gdb.linespec/linespec.exp
2015 * gdb.mi/gdb701.exp
2016 * gdb.mi/gdb792.exp
2017 * gdb.mi/mi-breakpoint-changed.exp
2018 * gdb.mi/mi-dprintf-pending.exp
2019 * gdb.mi/mi-dprintf.exp
2020 * gdb.mi/mi-exit-code.exp
2021 * gdb.mi/mi-pending.exp
2022 * gdb.mi/mi-solib.exp
2023 * gdb.mi/new-ui-mi-sync.exp
2024 * gdb.mi/pr11022.exp
2025 * gdb.mi/user-selected-context-sync.exp
2026 * gdb.opt/solib-intra-step.exp
2027 * gdb.python/py-events.exp
2028 * gdb.python/py-finish-breakpoint.exp
2029 * gdb.python/py-mi.exp
2030 * gdb.python/py-prettyprint.exp
2031 * gdb.python/py-shared.exp
2032 * gdb.python/py-symbol.exp
2033 * gdb.python/py-template.exp
2034 * gdb.python/py-type.exp
2035 * gdb.python/py-value.exp
2036 * gdb.reverse/solib-precsave.exp
2037 * gdb.reverse/solib-reverse.exp
2038 * gdb.server/solib-list.exp
2039 * gdb.stabs/weird.exp
2040 * gdb.threads/reconnect-signal.exp
2041 * gdb.threads/stepi-random-signal.exp
2042 * gdb.trace/actions.exp
2043 * gdb.trace/ax.exp
2044 * gdb.trace/backtrace.exp
2045 * gdb.trace/change-loc.exp
2046 * gdb.trace/deltrace.exp
2047 * gdb.trace/ftrace-lock.exp
2048 * gdb.trace/ftrace.exp
2049 * gdb.trace/infotrace.exp
2050 * gdb.trace/mi-tracepoint-changed.exp
2051 * gdb.trace/packetlen.exp
2052 * gdb.trace/passcount.exp
2053 * gdb.trace/pending.exp
2054 * gdb.trace/range-stepping.exp
2055 * gdb.trace/report.exp
2056 * gdb.trace/stap-trace.exp
2057 * gdb.trace/tfind.exp
2058 * gdb.trace/trace-break.exp
2059 * gdb.trace/trace-condition.exp
2060 * gdb.trace/trace-enable-disable.exp
2061 * gdb.trace/trace-mt.exp
2062 * gdb.trace/tracecmd.exp
2063 * gdb.trace/tspeed.exp
2064 * gdb.trace/tsv.exp
2065 * lib/perftest.exp
2066
fb9feb35
LM
20672016-12-01 Luis Machado <lgustavo@codesourcery.com>
2068
2069 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2070 with gdb_test_no_output.
2071 Use command as test name.
2072
cd2ddb6c
LM
20732016-12-01 Luis Machado <lgustavo@codesourcery.com>
2074
2075 Fix test names starting with uppercase throughout the files.
2076
2077 * gdb.ada/assign_1.exp
2078 * gdb.ada/boolean_expr.exp
2079 * gdb.base/arrayidx.exp
2080 * gdb.base/del.exp
2081 * gdb.base/gcore-buffer-overflow.exp
2082 * gdb.base/testenv.exp
2083 * gdb.compile/compile.exp
2084 * gdb.python/py-framefilter-invalidarg.exp
2085 * gdb.python/py-framefilter.exp
2086
bb95117e
LM
20872016-12-01 Luis Machado <lgustavo@codesourcery.com>
2088
2089 Fix test names starting with uppercase throughout the files.
2090
2091 * gdb.ada/array_return.exp
2092 * gdb.ada/expr_delims.exp
2093 * gdb.ada/mi_dyn_arr.exp
2094 * gdb.ada/mi_interface.exp
2095 * gdb.ada/mi_var_array.exp
2096 * gdb.ada/watch_arg.exp
2097 * gdb.arch/alpha-step.exp
2098 * gdb.arch/altivec-regs.exp
2099 * gdb.arch/e500-regs.exp
2100 * gdb.arch/powerpc-d128-regs.exp
2101 * gdb.base/arrayidx.exp
2102 * gdb.base/break.exp
2103 * gdb.base/checkpoint.exp
2104 * gdb.base/debug-expr.exp
2105 * gdb.base/dmsym.exp
2106 * gdb.base/radix.exp
2107 * gdb.base/sepdebug.exp
2108 * gdb.base/testenv.exp
2109 * gdb.base/watch_thread_num.exp
2110 * gdb.base/watchpoint-cond-gone.exp
2111 * gdb.cell/break.exp
2112 * gdb.cell/ea-cache.exp
2113 * gdb.compile/compile.exp
2114 * gdb.cp/gdb2495.exp
2115 * gdb.gdb/selftest.exp
2116 * gdb.gdb/xfullpath.exp
2117 * gdb.go/hello.exp
2118 * gdb.go/integers.exp
2119 * gdb.objc/basicclass.exp
2120 * gdb.pascal/hello.exp
2121 * gdb.pascal/integers.exp
2122 * gdb.python/py-breakpoint.exp
2123 * gdb.python/py-cmd.exp
2124 * gdb.python/py-linetable.exp
2125 * gdb.python/py-xmethods.exp
2126 * gdb.python/python.exp
2127 * gdb.reverse/consecutive-precsave.exp
2128 * gdb.reverse/finish-precsave.exp
2129 * gdb.reverse/i386-precsave.exp
2130 * gdb.reverse/machinestate-precsave.exp
2131 * gdb.reverse/sigall-precsave.exp
2132 * gdb.reverse/solib-precsave.exp
2133 * gdb.reverse/step-precsave.exp
2134 * gdb.reverse/until-precsave.exp
2135 * gdb.reverse/watch-precsave.exp
2136 * gdb.threads/leader-exit.exp
2137 * gdb.threads/pthreads.exp
2138 * gdb.threads/wp-replication.exp
2139 * gdb.trace/actions.exp
2140 * gdb.trace/mi-tsv-changed.exp
2141 * gdb.trace/tsv.exp
2142
de97fdd4
LM
21432016-12-01 Luis Machado <lgustavo@codesourcery.com>
2144
2145 Fix test names starting with uppercase throughout the files.
2146
2147 * gdb.arch/i386-bp_permanent.exp
2148 * gdb.arch/i386-gnu-cfi.exp
2149 * gdb.base/disasm-end-cu.exp
2150 * gdb.base/macscp.exp
2151 * gdb.base/pending.exp
2152 * gdb.base/watch_thread_num.exp
2153 * gdb.cp/exception.exp
2154 * gdb.cp/gdb2495.exp
2155 * gdb.cp/local.exp
2156 * gdb.python/py-evsignal.exp
2157 * gdb.python/python.exp
2158 * gdb.trace/tracecmd.exp
2159
9f058c10
LM
21602016-12-01 Luis Machado <lgustavo@codesourcery.com>
2161
2162 Fix test names starting with uppercase throughout the files.
2163
2164 * gdb.base/charset.exp
2165 * gdb.base/eval.exp
2166 * gdb.base/multi-forks.exp
2167 * gdb.guile/scm-progspace.exp
2168 * gdb.opencl/datatypes.exp
2169 * gdb.python/py-block.exp
2170 * gdb.python/py-function.exp
2171 * gdb.python/py-symbol.exp
2172 * gdb.python/py-symtab.exp
2173 * gdb.python/py-xmethods.exp
2174 * gdb.reverse/break-precsave.exp
2175 * gdb.reverse/break-reverse.exp
2176 * gdb.reverse/consecutive-precsave.exp
2177 * gdb.reverse/consecutive-reverse.exp
2178 * gdb.reverse/finish-precsave.exp
2179 * gdb.reverse/finish-reverse-bkpt.exp
2180 * gdb.reverse/finish-reverse.exp
2181 * gdb.reverse/fstatat-reverse.exp
2182 * gdb.reverse/getresuid-reverse.exp
2183 * gdb.reverse/i386-precsave.exp
2184 * gdb.reverse/i386-reverse.exp
2185 * gdb.reverse/i386-sse-reverse.exp
2186 * gdb.reverse/i387-stack-reverse.exp
2187 * gdb.reverse/insn-reverse.exp
2188 * gdb.reverse/machinestate-precsave.exp
2189 * gdb.reverse/machinestate.exp
2190 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2191 * gdb.reverse/pipe-reverse.exp
2192 * gdb.reverse/readv-reverse.exp
2193 * gdb.reverse/recvmsg-reverse.exp
2194 * gdb.reverse/rerun-prec.exp
2195 * gdb.reverse/s390-mvcle.exp
2196 * gdb.reverse/sigall-precsave.exp
2197 * gdb.reverse/sigall-reverse.exp
2198 * gdb.reverse/solib-precsave.exp
2199 * gdb.reverse/solib-reverse.exp
2200 * gdb.reverse/step-precsave.exp
2201 * gdb.reverse/step-reverse.exp
2202 * gdb.reverse/time-reverse.exp
2203 * gdb.reverse/until-precsave.exp
2204 * gdb.reverse/until-reverse.exp
2205 * gdb.reverse/waitpid-reverse.exp
2206 * gdb.reverse/watch-precsave.exp
2207 * gdb.reverse/watch-reverse.exp
2208
cdc7edd7
LM
22092016-12-01 Luis Machado <lgustavo@codesourcery.com>
2210
2211 Fix test names starting with uppercase throughout the files.
2212
2213 * gdb.arch/i386-mpx-simple_segv.exp
2214 * gdb.arch/i386-mpx.exp
2215 * gdb.arch/i386-permbkpt.exp
2216 * gdb.arch/pa-nullify.exp
2217 * gdb.arch/powerpc-d128-regs.exp
2218 * gdb.arch/vsx-regs.exp
2219 * gdb.base/bfp-test.exp
2220 * gdb.base/break.exp
2221 * gdb.base/breakpoint-shadow.exp
2222 * gdb.base/callfuncs.exp
2223 * gdb.base/charset.exp
2224 * gdb.base/commands.exp
2225 * gdb.base/completion.exp
2226 * gdb.base/dfp-test.exp
2227 * gdb.base/echo.exp
2228 * gdb.base/ending-run.exp
2229 * gdb.base/eval.exp
2230 * gdb.base/expand-psymtabs.exp
2231 * gdb.base/float128.exp
2232 * gdb.base/floatn.exp
2233 * gdb.base/foll-exec-mode.exp
2234 * gdb.base/gdb1056.exp
2235 * gdb.base/gdb11531.exp
2236 * gdb.base/kill-after-signal.exp
2237 * gdb.base/multi-forks.exp
2238 * gdb.base/overlays.exp
2239 * gdb.base/pending.exp
2240 * gdb.base/sepdebug.exp
2241 * gdb.base/testenv.exp
2242 * gdb.base/valgrind-db-attach.exp
2243 * gdb.base/watch_thread_num.exp
2244 * gdb.base/watchpoint-cond-gone.exp
2245 * gdb.base/watchpoint.exp
2246 * gdb.base/watchpoints.exp
2247 * gdb.cp/arg-reference.exp
2248 * gdb.cp/baseenum.exp
2249 * gdb.cp/operator.exp
2250 * gdb.cp/shadow.exp
2251 * gdb.dwarf2/dw2-op-out-param.exp
2252 * gdb.dwarf2/dw2-reg-undefined.exp
2253 * gdb.go/chan.exp
2254 * gdb.go/hello.exp
2255 * gdb.go/integers.exp
2256 * gdb.go/methods.exp
2257 * gdb.go/package.exp
2258 * gdb.guile/scm-parameter.exp
2259 * gdb.guile/scm-progspace.exp
2260 * gdb.guile/scm-value.exp
2261 * gdb.mi/mi-pending.exp
2262 * gdb.mi/user-selected-context-sync.exp
2263 * gdb.multi/multi-attach.exp
2264 * gdb.multi/tids.exp
2265 * gdb.opt/clobbered-registers-O2.exp
2266 * gdb.pascal/floats.exp
2267 * gdb.pascal/integers.exp
2268 * gdb.python/py-block.exp
2269 * gdb.python/py-events.exp
2270 * gdb.python/py-parameter.exp
2271 * gdb.python/py-symbol.exp
2272 * gdb.python/py-symtab.exp
2273 * gdb.python/py-type.exp
2274 * gdb.python/py-value.exp
2275 * gdb.python/py-xmethods.exp
2276 * gdb.python/python.exp
2277 * gdb.reverse/break-precsave.exp
2278 * gdb.reverse/consecutive-precsave.exp
2279 * gdb.reverse/finish-precsave.exp
2280 * gdb.reverse/i386-precsave.exp
2281 * gdb.reverse/machinestate-precsave.exp
2282 * gdb.reverse/sigall-precsave.exp
2283 * gdb.reverse/solib-precsave.exp
2284 * gdb.reverse/step-precsave.exp
2285 * gdb.reverse/until-precsave.exp
2286 * gdb.reverse/watch-precsave.exp
2287 * gdb.server/ext-attach.exp
2288 * gdb.server/ext-restart.exp
2289 * gdb.server/ext-run.exp
2290 * gdb.server/ext-wrapper.exp
2291 * gdb.stabs/gdb11479.exp
2292 * gdb.stabs/weird.exp
2293 * gdb.threads/attach-many-short-lived-threads.exp
2294 * gdb.threads/kill.exp
2295 * gdb.threads/watchpoint-fork.exp
2296
bc6c7af4
LM
22972016-12-01 Luis Machado <lgustavo@codesourcery.com>
2298
2299 Fix test names starting with uppercase throughout all the files below.
2300
2301 * gdb.ada/array_return.exp
2302 * gdb.ada/catch_ex.exp
2303 * gdb.ada/info_exc.exp
2304 * gdb.ada/mi_catch_ex.exp
2305 * gdb.ada/mi_dyn_arr.exp
2306 * gdb.ada/mi_ex_cond.exp
2307 * gdb.ada/mi_exc_info.exp
2308 * gdb.ada/mi_interface.exp
2309 * gdb.ada/mi_task_arg.exp
2310 * gdb.ada/mi_task_info.exp
2311 * gdb.ada/mi_var_array.exp
2312 * gdb.arch/alpha-step.exp
2313 * gdb.arch/amd64-disp-step.exp
2314 * gdb.arch/arm-disp-step.exp
2315 * gdb.arch/disp-step-insn-reloc.exp
2316 * gdb.arch/e500-prologue.exp
2317 * gdb.arch/ftrace-insn-reloc.exp
2318 * gdb.arch/gdb1558.exp
2319 * gdb.arch/i386-bp_permanent.exp
2320 * gdb.arch/i386-disp-step.exp
2321 * gdb.arch/i386-float.exp
2322 * gdb.arch/i386-gnu-cfi.exp
2323 * gdb.arch/ia64-breakpoint-shadow.exp
2324 * gdb.arch/mips16-thunks.exp
2325 * gdb.arch/pa-nullify.exp
2326 * gdb.arch/powerpc-aix-prologue.exp
2327 * gdb.arch/powerpc-power.exp
2328 * gdb.arch/ppc-dfp.exp
2329 * gdb.arch/s390-tdbregs.exp
2330 * gdb.arch/spu-info.exp
2331 * gdb.arch/spu-ls.exp
2332 * gdb.arch/thumb-bx-pc.exp
2333 * gdb.base/advance.exp
2334 * gdb.base/annota-input-while-running.exp
2335 * gdb.base/arrayidx.exp
2336 * gdb.base/asmlabel.exp
2337 * gdb.base/async.exp
2338 * gdb.base/attach-wait-input.exp
2339 * gdb.base/auto-connect-native-target.exp
2340 * gdb.base/batch-preserve-term-settings.exp
2341 * gdb.base/bfp-test.exp
2342 * gdb.base/bigcore.exp
2343 * gdb.base/bp-permanent.exp
2344 * gdb.base/break-always.exp
2345 * gdb.base/break-fun-addr.exp
2346 * gdb.base/break-idempotent.exp
2347 * gdb.base/break-main-file-remove-fail.exp
2348 * gdb.base/break-probes.exp
2349 * gdb.base/break-unload-file.exp
2350 * gdb.base/break.exp
2351 * gdb.base/call-ar-st.exp
2352 * gdb.base/call-rt-st.exp
2353 * gdb.base/call-sc.exp
2354 * gdb.base/call-signal-resume.exp
2355 * gdb.base/call-strs.exp
2356 * gdb.base/callexit.exp
2357 * gdb.base/callfuncs.exp
2358 * gdb.base/catch-gdb-caused-signals.exp
2359 * gdb.base/catch-signal-siginfo-cond.exp
2360 * gdb.base/catch-syscall.exp
2361 * gdb.base/compare-sections.exp
2362 * gdb.base/cond-eval-mode.exp
2363 * gdb.base/condbreak-call-false.exp
2364 * gdb.base/consecutive-step-over.exp
2365 * gdb.base/cursal.exp
2366 * gdb.base/disabled-location.exp
2367 * gdb.base/disasm-end-cu.exp
2368 * gdb.base/display.exp
2369 * gdb.base/double-prompt-target-event-error.exp
2370 * gdb.base/dprintf-bp-same-addr.exp
2371 * gdb.base/dprintf-detach.exp
2372 * gdb.base/dprintf-next.exp
2373 * gdb.base/dprintf-non-stop.exp
2374 * gdb.base/dprintf-pending.exp
2375 * gdb.base/dso2dso.exp
2376 * gdb.base/ending-run.exp
2377 * gdb.base/enum_cond.exp
2378 * gdb.base/examine-backward.exp
2379 * gdb.base/exe-lock.exp
2380 * gdb.base/exec-invalid-sysroot.exp
2381 * gdb.base/execl-update-breakpoints.exp
2382 * gdb.base/execution-termios.exp
2383 * gdb.base/fileio.exp
2384 * gdb.base/fixsection.exp
2385 * gdb.base/foll-exec-mode.exp
2386 * gdb.base/foll-exec.exp
2387 * gdb.base/fork-running-state.exp
2388 * gdb.base/frame-args.exp
2389 * gdb.base/fullpath-expand.exp
2390 * gdb.base/func-ptr.exp
2391 * gdb.base/gcore-relro-pie.exp
2392 * gdb.base/gdb1090.exp
2393 * gdb.base/gdb1555.exp
2394 * gdb.base/global-var-nested-by-dso.exp
2395 * gdb.base/gnu-ifunc.exp
2396 * gdb.base/hbreak-in-shr-unsupported.exp
2397 * gdb.base/hbreak-unmapped.exp
2398 * gdb.base/hook-stop.exp
2399 * gdb.base/infcall-input.exp
2400 * gdb.base/info-fun.exp
2401 * gdb.base/info-shared.exp
2402 * gdb.base/interrupt-noterm.exp
2403 * gdb.base/jit-so.exp
2404 * gdb.base/jit.exp
2405 * gdb.base/line-symtabs.exp
2406 * gdb.base/list.exp
2407 * gdb.base/longjmp.exp
2408 * gdb.base/macscp.exp
2409 * gdb.base/max-value-size.exp
2410 * gdb.base/nodebug.exp
2411 * gdb.base/nofield.exp
2412 * gdb.base/overlays.exp
2413 * gdb.base/paginate-after-ctrl-c-running.exp
2414 * gdb.base/paginate-bg-execution.exp
2415 * gdb.base/paginate-inferior-exit.exp
2416 * gdb.base/pending.exp
2417 * gdb.base/pr11022.exp
2418 * gdb.base/printcmds.exp
2419 * gdb.base/ptr-typedef.exp
2420 * gdb.base/ptype.exp
2421 * gdb.base/randomize.exp
2422 * gdb.base/range-stepping.exp
2423 * gdb.base/realname-expand.exp
2424 * gdb.base/relativedebug.exp
2425 * gdb.base/remote.exp
2426 * gdb.base/savedregs.exp
2427 * gdb.base/sepdebug.exp
2428 * gdb.base/set-noassign.exp
2429 * gdb.base/shlib-call.exp
2430 * gdb.base/shreloc.exp
2431 * gdb.base/sigaltstack.exp
2432 * gdb.base/sigbpt.exp
2433 * gdb.base/siginfo-addr.exp
2434 * gdb.base/siginfo-obj.exp
2435 * gdb.base/siginfo-thread.exp
2436 * gdb.base/signest.exp
2437 * gdb.base/signull.exp
2438 * gdb.base/sigrepeat.exp
2439 * gdb.base/skip.exp
2440 * gdb.base/so-impl-ld.exp
2441 * gdb.base/solib-corrupted.exp
2442 * gdb.base/solib-disc.exp
2443 * gdb.base/solib-display.exp
2444 * gdb.base/solib-overlap.exp
2445 * gdb.base/solib-search.exp
2446 * gdb.base/solib-symbol.exp
2447 * gdb.base/source-execution.exp
2448 * gdb.base/sss-bp-on-user-bp-2.exp
2449 * gdb.base/sss-bp-on-user-bp.exp
2450 * gdb.base/stack-checking.exp
2451 * gdb.base/stale-infcall.exp
2452 * gdb.base/step-break.exp
2453 * gdb.base/step-line.exp
2454 * gdb.base/step-over-exit.exp
2455 * gdb.base/step-test.exp
2456 * gdb.base/structs.exp
2457 * gdb.base/sym-file.exp
2458 * gdb.base/symtab-search-order.exp
2459 * gdb.base/term.exp
2460 * gdb.base/type-opaque.exp
2461 * gdb.base/unload.exp
2462 * gdb.base/until-nodebug.exp
2463 * gdb.base/until.exp
2464 * gdb.base/unwindonsignal.exp
2465 * gdb.base/watch-cond.exp
2466 * gdb.base/watch-non-mem.exp
2467 * gdb.base/watch_thread_num.exp
2468 * gdb.base/watchpoint-reuse-slot.exp
2469 * gdb.base/watchpoint-solib.exp
2470 * gdb.base/watchpoint.exp
2471 * gdb.btrace/dlopen.exp
2472 * gdb.cell/arch.exp
2473 * gdb.cell/break.exp
2474 * gdb.cell/bt.exp
2475 * gdb.cell/core.exp
2476 * gdb.cell/data.exp
2477 * gdb.cell/dwarfaddr.exp
2478 * gdb.cell/ea-cache.exp
2479 * gdb.cell/ea-standalone.exp
2480 * gdb.cell/ea-test.exp
2481 * gdb.cell/f-regs.exp
2482 * gdb.cell/fork.exp
2483 * gdb.cell/gcore.exp
2484 * gdb.cell/mem-access.exp
2485 * gdb.cell/ptype.exp
2486 * gdb.cell/registers.exp
2487 * gdb.cell/sizeof.exp
2488 * gdb.cell/solib-symbol.exp
2489 * gdb.cell/solib.exp
2490 * gdb.compile/compile-tls.exp
2491 * gdb.cp/exception.exp
2492 * gdb.cp/gdb2495.exp
2493 * gdb.cp/local.exp
2494 * gdb.cp/mb-inline.exp
2495 * gdb.cp/mb-templates.exp
2496 * gdb.cp/pr10687.exp
2497 * gdb.cp/pr9167.exp
2498 * gdb.cp/scope-err.exp
2499 * gdb.cp/templates.exp
2500 * gdb.cp/virtfunc.exp
2501 * gdb.dwarf2/dw2-dir-file-name.exp
2502 * gdb.dwarf2/dw2-single-line-discriminators.exp
2503 * gdb.fortran/complex.exp
2504 * gdb.fortran/library-module.exp
2505 * gdb.guile/guile.exp
2506 * gdb.guile/scm-cmd.exp
2507 * gdb.guile/scm-frame-inline.exp
2508 * gdb.guile/scm-objfile.exp
2509 * gdb.guile/scm-pretty-print.exp
2510 * gdb.guile/scm-symbol.exp
2511 * gdb.guile/scm-type.exp
2512 * gdb.guile/scm-value.exp
2513 * gdb.linespec/keywords.exp
2514 * gdb.linespec/ls-errs.exp
2515 * gdb.linespec/macro-relative.exp
2516 * gdb.linespec/thread.exp
2517 * gdb.mi/mi-breakpoint-changed.exp
2518 * gdb.mi/mi-dprintf-pending.exp
2519 * gdb.mi/mi-fullname-deleted.exp
2520 * gdb.mi/mi-logging.exp
2521 * gdb.mi/mi-pending.exp
2522 * gdb.mi/mi-solib.exp
2523 * gdb.mi/new-ui-mi-sync.exp
2524 * gdb.mi/user-selected-context-sync.exp
2525 * gdb.multi/dummy-frame-restore.exp
2526 * gdb.multi/multi-arch-exec.exp
2527 * gdb.multi/remove-inferiors.exp
2528 * gdb.multi/watchpoint-multi-exit.exp
2529 * gdb.opt/solib-intra-step.exp
2530 * gdb.perf/backtrace.exp
2531 * gdb.perf/single-step.exp
2532 * gdb.perf/skip-command.exp
2533 * gdb.perf/skip-prologue.exp
2534 * gdb.perf/solib.exp
2535 * gdb.python/lib-types.exp
2536 * gdb.python/py-as-string.exp
2537 * gdb.python/py-bad-printers.exp
2538 * gdb.python/py-block.exp
2539 * gdb.python/py-breakpoint.exp
2540 * gdb.python/py-cmd.exp
2541 * gdb.python/py-events.exp
2542 * gdb.python/py-evthreads.exp
2543 * gdb.python/py-finish-breakpoint.exp
2544 * gdb.python/py-finish-breakpoint2.exp
2545 * gdb.python/py-frame-inline.exp
2546 * gdb.python/py-frame.exp
2547 * gdb.python/py-inferior.exp
2548 * gdb.python/py-infthread.exp
2549 * gdb.python/py-mi.exp
2550 * gdb.python/py-objfile.exp
2551 * gdb.python/py-pp-maint.exp
2552 * gdb.python/py-pp-registration.exp
2553 * gdb.python/py-prettyprint.exp
2554 * gdb.python/py-recurse-unwind.exp
2555 * gdb.python/py-shared.exp
2556 * gdb.python/py-symbol.exp
2557 * gdb.python/py-symtab.exp
2558 * gdb.python/py-template.exp
2559 * gdb.python/py-type.exp
2560 * gdb.python/py-unwind-maint.exp
2561 * gdb.python/py-unwind.exp
2562 * gdb.python/py-value.exp
2563 * gdb.python/python.exp
2564 * gdb.reverse/finish-reverse-bkpt.exp
2565 * gdb.reverse/insn-reverse.exp
2566 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2567 * gdb.reverse/solib-precsave.exp
2568 * gdb.reverse/solib-reverse.exp
2569 * gdb.stabs/gdb11479.exp
2570 * gdb.stabs/weird.exp
2571 * gdb.threads/fork-child-threads.exp
2572 * gdb.threads/fork-plus-threads.exp
2573 * gdb.threads/fork-thread-pending.exp
2574 * gdb.threads/forking-threads-plus-breakpoint.exp
2575 * gdb.threads/hand-call-in-threads.exp
2576 * gdb.threads/interrupted-hand-call.exp
2577 * gdb.threads/linux-dp.exp
2578 * gdb.threads/local-watch-wrong-thread.exp
2579 * gdb.threads/next-while-other-thread-longjmps.exp
2580 * gdb.threads/non-ldr-exit.exp
2581 * gdb.threads/pending-step.exp
2582 * gdb.threads/print-threads.exp
2583 * gdb.threads/process-dies-while-detaching.exp
2584 * gdb.threads/process-dies-while-handling-bp.exp
2585 * gdb.threads/pthreads.exp
2586 * gdb.threads/queue-signal.exp
2587 * gdb.threads/reconnect-signal.exp
2588 * gdb.threads/signal-command-handle-nopass.exp
2589 * gdb.threads/signal-command-multiple-signals-pending.exp
2590 * gdb.threads/signal-delivered-right-thread.exp
2591 * gdb.threads/signal-sigtrap.exp
2592 * gdb.threads/sigthread.exp
2593 * gdb.threads/staticthreads.exp
2594 * gdb.threads/stepi-random-signal.exp
2595 * gdb.threads/thread-unwindonsignal.exp
2596 * gdb.threads/thread_check.exp
2597 * gdb.threads/thread_events.exp
2598 * gdb.threads/tid-reuse.exp
2599 * gdb.threads/tls-nodebug.exp
2600 * gdb.threads/tls-shared.exp
2601 * gdb.threads/tls-so_extern.exp
2602 * gdb.threads/tls.exp
2603 * gdb.threads/wp-replication.exp
2604 * gdb.trace/actions-changed.exp
2605 * gdb.trace/actions.exp
2606 * gdb.trace/backtrace.exp
2607 * gdb.trace/change-loc.exp
2608 * gdb.trace/collection.exp
2609 * gdb.trace/deltrace.exp
2610 * gdb.trace/disconnected-tracing.exp
2611 * gdb.trace/entry-values.exp
2612 * gdb.trace/ftrace-lock.exp
2613 * gdb.trace/ftrace.exp
2614 * gdb.trace/infotrace.exp
2615 * gdb.trace/mi-trace-frame-collected.exp
2616 * gdb.trace/mi-trace-unavailable.exp
2617 * gdb.trace/mi-traceframe-changed.exp
2618 * gdb.trace/mi-tracepoint-changed.exp
2619 * gdb.trace/mi-tsv-changed.exp
2620 * gdb.trace/no-attach-trace.exp
2621 * gdb.trace/packetlen.exp
2622 * gdb.trace/passc-dyn.exp
2623 * gdb.trace/passcount.exp
2624 * gdb.trace/pending.exp
2625 * gdb.trace/pr16508.exp
2626 * gdb.trace/qtro.exp
2627 * gdb.trace/range-stepping.exp
2628 * gdb.trace/read-memory.exp
2629 * gdb.trace/report.exp
2630 * gdb.trace/save-trace.exp
2631 * gdb.trace/signal.exp
2632 * gdb.trace/stap-trace.exp
2633 * gdb.trace/status-stop.exp
2634 * gdb.trace/strace.exp
2635 * gdb.trace/tfile.exp
2636 * gdb.trace/tfind.exp
2637 * gdb.trace/trace-break.exp
2638 * gdb.trace/trace-condition.exp
2639 * gdb.trace/trace-enable-disable.exp
2640 * gdb.trace/trace-mt.exp
2641 * gdb.trace/tracecmd.exp
2642 * gdb.trace/tracefile-pseudo-reg.exp
2643 * gdb.trace/tspeed.exp
2644 * gdb.trace/tstatus.exp
2645 * gdb.trace/tsv.exp
2646 * gdb.trace/unavailable.exp
2647 * gdb.trace/while-dyn.exp
2648 * gdb.trace/while-stepping.exp
2649 * lib/gdb-guile.exp
2650 * lib/gdb.exp
2651 * lib/mi-support.exp
2652 * lib/pascal.exp
2653 * lib/perftest.exp
2654 * lib/prelink-support.exp
2655 * lib/selftest-support.exp
2656
ad02e4fe
SM
26572016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2658
2659 * Makefile.in: Include disable-implicit-rules.mk.
2660
22347e55
AA
26612016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2662
2663 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2664 non-byte-aligned bit fields.
2665
da5b30da
AA
26662016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2667
2668 PR gdb/12616
2669 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2670 respects the DW_AT_data_bit_offset attribute.
2671
b593ecca
SM
26722016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2673
2674 * gdb.base/default.exp: Fix output of "set language".
2675
3b165252
SM
26762016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2677
2678 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2679 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2680 make.
2681 * configure.ac: Remove checks for the make program.
2682 * configure: Re-generate.
2683
1a2f3d7f
KB
26842016-11-16 Kevin Buettner <kevinb@redhat.com>
2685
2686 * gdb.python/py-recurse-unwind.c (main): Add loop.
2687 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2688 to read_register() and gdb.parse_and_eval(). Make each code
2689 call a separate case that can be individually tested.
2690 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2691 proc. Call cont_and_backtrace for each of the code paths that
2692 we want to test in the unwinder.
2693
b7f38fda
AA
26942016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2695
2696 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2697 the definition of struct S.
2698
1f8db343
CM
26992016-11-11 Catherine Moore <clm@codesourcery.com>
2700
2701 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2702
fad0c9fb
PA
27032016-11-09 Pedro Alves <palves@redhat.com>
2704
2705 * gdb.base/commands.exp (runto_or_return): New procedure.
2706 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2707 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2708 (progvar_simple_while_test, progvar_complex_if_while_test)
2709 (if_while_breakpoint_command_test)
2710 (infrun_breakpoint_command_test, breakpoint_command_test)
2711 (user_defined_command_test, watchpoint_command_test)
2712 (test_command_prompt_position, redefine_hook_test)
2713 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2714 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2715 multi_line_input and multi_line. Remove gdb_expect and
2716 gdb_stop_suppressing_tests uses.
2717 * lib/gdb.exp (valnum_re): New global.
2718 (multi_line_input): New procedure.
2719
8354c62c
SM
27202016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2721
2722 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2723 Remove.
2724 (test_setup): Define with proc_with_prefix.
2725 (test_cli_inferior): Likewise.
2726 (test_cli_thread): Likewise.
2727 (test_cli_frame): Likewise.
2728 (test_cli_select_frame): Likewise.
2729 (test_cli_up_down): Likewise.
2730 (test_mi_thread_select): Likewise.
2731 (test_mi_stack_select_frame): Likewise.
2732 (test_cli_in_mi_inferior): Likewise.
2733 (test_cli_in_mi_thread): Likewise.
2734 (test_cli_in_mi_frame): Likewise.
2735 (top level): Do not use with_test_prefix_procname.
2736
64f367a2
PA
27372016-11-09 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.base/commands.exp (gdbvar_simple_if_test)
2740 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2741 (progvar_simple_if_test, progvar_simple_while_test)
2742 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2743 (infrun_breakpoint_command_test, breakpoint_command_test)
2744 (user_defined_command_test, watchpoint_command_test)
2745 (test_command_prompt_position, deprecated_command_test)
2746 (bp_deleted_in_command, temporary_breakpoint_commands)
2747 (stray_arg0_test, source_file_with_indented_comment)
2748 (recursive_source_test, if_commands_test)
2749 (error_clears_commands_left, redefine_hook_test)
2750 (redefine_backtrace_test): Use proc_with_prefix.
2751 * lib/gdb.exp (proc_with_prefix): New proc.
2752
0bb65f1e
AA
27532016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2754
2755 * gdb.base/tui-layout.c: New file.
2756 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2757 disassembly window contains very long lines.
2758
7353f247
TT
27592016-11-08 Tom Tromey <tom@tromey.com>
2760
2761 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2762 depend on Python 2.
2763
30a7bb83
TT
27642016-11-08 Tom Tromey <tom@tromey.com>
2765
2766 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2767 New method.
2768
cdf5a07c
MG
27692016-10-29 Manish Goregaokar <manish@mozilla.com>
2770
2806dc7e 2771 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2772
51a789c3
MG
27732016-10-27 Manish Goregaokar <manish@mozilla.com>
2774
2806dc7e
PA
2775 * gdb.rust/simple.rs: Add test for univariant enums without
2776 discriminants and for encoded struct-like enums.
51a789c3 2777
f610ab6d
PA
27782016-10-28 Pedro Alves <palves@redhat.com>
2779
2780 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2781 gdb_test_multiple, tighten regexps and match symtabs and line
2782 tables incrementally.
2783
b129b0ca
LM
27842016-10-28 Luis Machado <lgustavo@codesourcery.com>
2785
2786 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2787 general.
2788
ecf45d2c
SL
27892016-10-25 Luis Machado <lgustavo@codesourcery.com>
2790
2791 * gdb.base/exec-invalid-sysroot.exp: New file.
2792
b8d38ee4
JK
27932016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2794
2795 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2796
f90fd8c2
JK
27972016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2798
2799 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2800
2d2476aa
MR
28012016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2802
2806dc7e
PA
2803 * gdb.base/killed-outside.exp: Remove $options from a call to
2804 `prepare_for_testing'.
2d2476aa 2805
e42b25a0
SM
28062016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2807
2808 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2809 Change test message.
2810
3ccdb432
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 Update comment.
2815
5bad3170
SM
28162016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2817
2818 * gdb.trace/mi-trace-save.exp: New file.
2819
5ad9dba7
YQ
28202016-10-13 Yao Qi <yao.qi@linaro.org>
2821
2822 * gdb.base/code_elim.exp (get_var_address): Remove.
2823 * gdb.base/relocate.exp: Likewise.
2824 * gdb.base/shreloc.exp: Likewise.
2825 * lib/gdb.exp (get_var_address): New.
2826
62df7e21
YQ
28272016-10-13 Yao Qi <yao.qi@linaro.org>
2828
2829 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2830 floating point tests if $skip_float_test is false.
2831
4dac951e
LM
28322016-10-12 Luis Machado <lgustavo@codesourcery.com>
2833
2834 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2835 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2836 argc values.
2837 Add 1 to argc so we guarantee distinct initial/modified argc values.
2838
8f1a8fc4
JK
28392016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2842
16c85b5d
JK
28432016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2844
2845 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2846 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2847 * gdb.arch/vsx-regs.exp: Likewise.
2848
1d0e042a
YQ
28492016-10-07 Yao Qi <yao.qi@linaro.org>
2850
2851 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2852
68dadef5
MM
28532016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2854
2855 * gdb.python/python.exp: Test decode_line("*0").
2856
33fa2c6e
DE
28572016-10-06 Doug Evans <dje@google.com>
2858
2859 * gdb.python/py-value.exp (test_value_creation): Add test for large
2860 unsigned 64-bit value.
2861
9c37b5ae
TT
28622016-10-06 Tom Tromey <tom@tromey.com>
2863
2864 * gdb.compile/compile.exp: Change java tests to rust.
2865 * gdb.base/setshow.exp: Change java tests to rust.
2866 * gdb.base/default.exp: Remove java from language list.
2867 * README (Examples): Update language example.
2868 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2869 test.
2870 * lib/gdb.exp (skip_java_tests): Remove.
2871 * lib/java.exp: Remove.
2872 * gdb.java: Remove.
2873
78b86327
MR
28742016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2875
2876 * gdb.arch/mips-fcr.exp: New test.
2877 * gdb.arch/mips-fcr.c: Source for the new test.
2878
7470adbb
MR
28792016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2880
2881 * gdb.base/solib-disc.exp: Use `standard_output_file'
2882 throughout.
2883
4a556533
PA
28842016-10-06 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.base/jit-simple-dl.c: New file.
2887 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2888 * gdb.base/jit-simple.c: ... this.
2889 * gdb.base/jit-simple.exp (jit_run): Delete.
2890 (build_jit): New proc.
2891 (jit_test_reread): Recompile either the main program or the shared
2892 library, depending on what is being tested. Skip changing address
2893 if caller wants to. Compare before/after addresses. If testing
2894 standalone, explicitly load the binary. Test "maint info
2895 breakpoints".
2896 (top level): Add "standalone vs shared lib" and "change address"
2897 vs "same address" axes.
2898
5a122fbc
PA
28992016-10-06 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2902 call.
2903 (jit_run): Delete.
2904 (jit_test_reread): Use with_test_prefix. Reload the main binary
2905 explicitly. Compare the before/after addresses of the JIT
2906 descriptor.
2907
ee8da4b8
DE
29082016-08-15 Doug Evans <dje@google.com>
2909
2910 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2911 for single bitfields is bool.
2912 * gdb.xml/tdesc-regs.exp: Ditto.
2913
f389f6fe
JK
29142016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2915
2916 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2917
fdebf1a4
YQ
29182016-10-05 Yao Qi <yao.qi@linaro.org>
2919
2920 * lib/gdb.exp (support_complex_tests): Return zero if
2921 gdb_skip_float_test return true.
2922
9c36d954 29232016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2924 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2925
2926 PR gdb/20487
2927 * gdb.mi/user-selected-context-sync.exp: New file.
2928 * gdb.mi/user-selected-context-sync.c: New file.
2929
4034d0ff 29302016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2931 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2932
2933 PR gdb/20487
2934 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2935 =thread-select-event check.
2936
a4297203
PB
29372016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2938
2939 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2940 the compulsory L operand changes.
2941 * gdb.arch/powerpc-power.s: Likewise.
2942
bb805577
JK
29432016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2944
2945 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2946 * gdb.base/jit-attach-pie.c: New file.
2947 * gdb.base/jit-attach-pie.exp: New file.
2948
6d61dee5
PA
29492016-09-28 Pedro Alves <palves@redhat.com>
2950
2951 * gdb.base/infcall-input.c: New file.
2952 * gdb.base/infcall-input.exp: New file.
2953
f73842fc
YQ
29542016-09-22 Yao Qi <yao.qi@linaro.org>
2955
2956 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2957 (gdb_exit): Rename it to ...
2958 (gdbserver_gdb_exit): ... Close GDBserver.
2959 (gdb_exit): New proc, call gdbserver_gdb_exit.
2960 (mi_gdb_exit): Likewise.
2961
90681dab
YQ
29622016-09-22 Yao Qi <yao.qi@linaro.org>
2963
2964 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2965 path.
2966 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2967 Remove duplication.
2968
9c211fd8
YQ
29692016-09-22 Yao Qi <yao.qi@linaro.org>
2970
2971 * lib/gdbserver-support.exp: Check the existence of
2972 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2973
ad0a504f
AK
29742016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2975
2976 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2977
36cf1806
TT
29782016-09-21 Tom Tromey <tom@tromey.com>
2979
2980 PR gdb/20604:
2981 * gdb.base/quit.exp: New file.
2982
74172ecf
SM
29832016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2984
2985 * .gitignore: New file.
2986
3d0ec882
MR
29872016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2988
2989 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2990 throughout.
2991
8193adea
AA
29922016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2993
2994 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2995
d41a5c09
JK
29962016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2997
2998 * gdb.cp/casts.cc (decltype): Move it ...
2999 (main): ... with its call to ...
3000 * gdb.cp/casts03.cc: ... a new file.
3001 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3002
d2dfe700
JK
30032016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3004
3005 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3006
e2a92b16
PB
30072016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3008
3009 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3010 and sync up the test with tests in gas/testsuite/gas/ppc.
3011 * gdb.arch/powerpc-power.exp: Likewise.
3012
49b4de64
JK
30132016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3014
3015 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3016
2c29df25
SDJ
30172016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3018 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3021 make m1's definition to be different from m2's. Use 'dummy' as an
3022 argument for probe 'two'.
3023
cc3c2846
JB
30242016-09-10 Jon Beniston <jon@beniston.com>
3025
3026 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3027 for sim target.
3028
e1b2624a
AA
30292016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3030
3031 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3032 variable declaration.
3033 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3034 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3035 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3036 received HWCAP as its argument.
3037
4295e285
PA
30382016-09-06 Pedro Alves <palves@redhat.com>
3039
3040 * gdb.base/new-ui-pending-input.c: New file.
3041 * gdb.base/new-ui-pending-input.exp: New file.
3042 * gdb.exp (clear_gdb_spawn_id): New procedure.
3043 (with_spawn_id): Check whether gdb_spawn_id exists before
3044 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3045 on exit.
3046
00d5215e
UW
30472016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3048
3049 * gdb.base/float128.c: New file.
3050 * gdb.base/float128.exp: Likewise.
3051 * gdb.base/floatn.c: Likewise.
3052 * gdb.base/floatn.exp: Likewise.
3053
a9ff5f12
UW
30542016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3055
3056 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3057
f245535c
PA
30582016-09-05 Pedro Alves <palves@redhat.com>
3059
3060 PR backtrace/19927
3061 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3062 unwinders are immediately called as side effect of "source" or
3063 "disable unwinder" commands.
3064 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3065
ae9cf263
YQ
30662016-09-02 Yao Qi <yao.qi@linaro.org>
3067
3068 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3069 is true and $type is "float" or "double".
3070
27aba047
YQ
30712016-09-02 Yao Qi <yao.qi@linaro.org>
3072
3073 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3074 true.
3075 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3076 * gdb.base/call-rt-st.exp: Likewise.
3077 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3078 return value instead of gdb,skip_float_test.
3079 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3080 (do_function_calls): Use its return value instead of
3081 gdb,skip_float_test.
3082 * gdb.base/finish.exp: Likewise.
3083 * gdb.base/funcargs.exp: Likewise.
3084 * gdb.base/return.exp: Likewise.
3085 * gdb.base/return2.exp: Likewise.
3086 * gdb.base/varargs.exp: Likewise.
3087 * lib/gdb.exp (gdb_skip_float_test): Change it to
3088 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3089
5af962df
AA
30902016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3091
3092 * gdb.multi/tids.exp: Test "thread apply all".
3093
7fac6910
JK
30942016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3095
3096 * gdb.base/default.exp (tty): Remove.
3097
bb1fe4ac
KB
30982016-08-24 Kevin Buettner <kevinb@redhat.com>
3099
2806dc7e
PA
3100 * gdb.python/py-recurse-unwind.c: New file.
3101 * gdb.python/py-recurse-unwind.py: New file.
3102 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 3103
0a1ddfa6
SM
31042016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3105
3106 * gdb.base/set-inferior-tty.exp: New file.
3107 * gdb.base/set-inferior-tty.c: New file.
3108
d9de1fe3
PA
31092016-08-23 Pedro Alves <palves@redhat.com>
3110
3111 PR gdb/20494
3112 * gdb.base/new-ui-echo.c: New file.
3113 * gdb.base/new-ui-echo.exp: New file.
3114
e9d9abd7
YQ
31152016-08-23 Yao Qi <yao.qi@linaro.org>
3116
3117 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3118 gdbserver_spawn.
3119 * gdb.server/connect-without-multi-process.exp (do_test):
3120 Likewise.
3121
3589529e
YQ
31222016-08-23 Yao Qi <yao.qi@linaro.org>
3123
3124 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3125 standalone_txt. Delete gdb_txt and standalone_txt on host
3126 and target. Spawn the binary on target. Copy files from
3127 target to host.
3128
6bb90213
PA
31292016-08-22 Pedro Alves <palves@redhat.com>
3130
3131 PR gdb/20505
3132 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3133 with_test_prefix. Factor out bits to ...
3134 (test_no_vdso): ... this new procedure.
3135
20c2c024
CL
31362016-08-19 Carl Love <cel@us.ibm.com>
3137
3138 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3139 maintaining separate logic for constructing the output path.
3140 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3141 * gdb.arch/ppc-dfp.exp: Likewise.
3142 * gdb.arch/ppc-fp.exp: Likewise.
3143 * gdb.arch/vsx-regs.exp: Likewise.
3144 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3145 binprefix for generating the additional binary files.
3146
0646e07d
PA
31472016-08-19 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.trace/mi-trace-frame-collected.exp
3150 (test_trace_frame_collected): On x32, expect two registers.
3151
46da9242
CL
31522016-08-18 Carl Love <cel@us.ibm.com>
3153
3154 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3155 and sync up the test with tests in gas/testsuite/gas/ppc.
3156 * gdb.arch/powerpc-power.exp: Likewise.
3157
eb2332d7
SM
31582016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3159
3160 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3161 expected error message.
3162
63c61e04
SM
31632016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3164
3165 * gdb.multi/remove-inferiors.exp: New file.
3166 * gdb.multi/remove-inferiors.c: New file.
3167
7b17065f
YQ
31682016-08-12 Yao Qi <yao.qi@linaro.org>
3169
3170 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3171 argument list.
3172
01d3dedf
PA
31732016-08-10 Pedro Alves <palves@redhat.com>
3174
3175 PR gdb/19187
3176 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3177 setup_kfails.
3178
3eb7562a
PA
31792016-08-09 Pedro Alves <palves@redhat.com>
3180 Simon Marchi <simon.marchi@ericsson.com>
3181
3182 PR gdb/20418
3183 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3184 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3185
80614914
PA
31862016-08-09 Pedro Alves <palves@redhat.com>
3187
3188 PR mi/20431
3189 * gdb.mi/mi-cmd-error.exp: New file.
3190
f348d89a
PA
31912016-08-09 Pedro Alves <palves@redhat.com>
3192
3193 PR gdb/18653
3194 * gdb.base/signals-state-child.c: New file.
3195 * gdb.base/signals-state-child.exp: New file.
3196 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3197
e5ca03b4
PA
31982016-08-09 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3201
282a0691
TT
32022016-08-03 Tom Tromey <tom@tromey.com>
3203
3204 PR python/18565:
3205 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3206
41bfcd63
YQ
32072016-08-01 Yao Qi <yao.qi@linaro.org>
3208
3209 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3210 variable mode to "multi-process" if $multi_process is 1, otherwise
3211 set it to "single-process".
3212
e3465b24
YQ
32132016-08-01 Yao Qi <yao.qi@linaro.org>
3214
3215 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3216 * gdb.cp/cpexprs.exp: Likewise.
3217 * gdb.cp/m-static.exp: Likewise.
3218
0b31a4bc
TT
32192016-07-26 Tom Tromey <tom@tromey.com>
3220
3221 PR python/20190:
3222 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3223 test.
3224
e0461dbb
MM
32252016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3226
3227 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3228 selecting assembly source files.
3229 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3230 assembly source files.
3231 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3232 assembly source files.
3233 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3234 selecting assembly source files.
3235
8194e927
SM
32362016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3237
3238 * gdb.base/new-ui.exp (do_test_invalid_args): New
3239 procedure.
3240
c0272db5
TW
32412016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3242
3243 * gdb.btrace/reconnect.c: New file.
3244 * gdb.btrace/reconnect.exp: New file.
3245
e3487908
GKB
32462016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3247
3248 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3249 to test_catch_syscall_group.
3250 (test_catch_syscall_group): New.
3251
12df5c00
TT
32522016-07-21 Tom Tromey <tom@tromey.com>
3253
3254 * gdb.rust/simple.rs (main): Use empty struct expression.
3255 * gdb.rust/simple.exp: Add tests for empty struct expression.
3256
bae62ee2
YQ
32572016-07-21 Yao Qi <yao.qi@linaro.org>
3258
3259 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3260 if gdb_skip_xml_test is true on some targets.
3261
b1b53fb3
YQ
32622016-07-21 Yao Qi <yao.qi@linaro.org>
3263
3264 * gdb.server/solib-list.exp: Unset last_loaded_file.
3265
027d97f8
JK
32662016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3269 "step into captured_main (args)".
3270
7674d381
JK
32712016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3272
3273 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3274
72b5d099
JK
32752016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3276
3277 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3278
1f960ced
PA
32792016-07-19 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3282 * gdb.opt/inline-bt.exp: Likewise.
3283 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3284 additional_flags=-Winline.
3285 * gdb.opt/inline-locals.exp: Likewise.
3286 * gdb.opt/inline-markers.c (ATTR): Define.
3287 (inlined_fn): Use it.
3288
f25827c1
YQ
32892016-07-19 Yao Qi <yao.qi@linaro.org>
3290
3291 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3292 (test_with_self): Remove some code. Remove argument executable.
3293 (top-level): Use do_self_tests.
3294
37539ebe
DB
32952016-07-15 Zachary Welch <zwelch@codesourcery.com>
3296 Don Breazeal <donb@codesourcery.com>
3297
3298 * gdb.base/maint.exp: Escape paths used in regular expressions.
3299 * gdb.stabs/weird.exp: Likewise.
3300
dac790e1
TT
33012016-07-13 Tom Tromey <tom@tromey.com>
3302
3303 PR python/15620, PR python/18620:
3304 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3305 (test_bkpt_events): New procs.
3306
93daf339
TT
33072016-07-13 Tom Tromey <tom@tromey.com>
3308
3309 PR python/17698:
3310 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3311 test.
3312 (test_watchpoints): Likewise.
3313 (test_bkpt_pending): New proc.
3314
6571a381
TT
33152016-07-13 Tom Tromey <tom@tromey.com>
3316
3317 PR cli/18053:
3318 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3319 completion test.
3320
e8732474
JK
33212016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3322
3323 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3324 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3325 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3326 f_label.
3327 (g): Rename g_end_lbl to g_label.
3328 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3329 low_pc and high_pc.
3330 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3331
e0f3fd7c
TT
33322016-07-12 Tom Tromey <tom@tromey.com>
3333
3334 PR python/19293:
3335 * gdb.python/py-unwind-maint.exp: Update tests.
3336
3cfe46b6
YQ
33372016-07-12 Yao Qi <yao.qi@linaro.org>
3338
3339 * lib/selftest-support.exp (selftest_setup): Match the output
3340 when captured_main is inlined.
3341
4f19a0e6
WT
33422016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3343
3344 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3345 New variables.
3346 (print this%a, print this%b, print this): New tests.
3347 * gdb.fortran/derived-types.f90 (this): New object and
3348 initialization.
3349
986cf455
SM
33502016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3351
3352 * gdb.ada/arraydim.exp: Remove extra directory level in build
3353 directory.
3354
f0464b23
SM
33552016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3356
3357 * lib/ada.exp: Remove extra directory level in build directory.
3358 * gdb.ada/cond_lang.exp: Likewise.
3359 * gdb.ada/exec_changed.exp: Likewise.
3360 * gdb.ada/lang_switch.exp: Likewise.
3361
42d94011
MG
33622016-07-06 Manish Goregaokar <manish@mozilla.com>
3363
2806dc7e
PA
3364 * simple.rs: Add test for raw pointer subscripting.
3365 * simple.exp: Add test expectations.
42d94011 3366
647c264c
YQ
33672016-07-05 Yao Qi <yao.qi@linaro.org>
3368
3369 * gdb.mi/mi-reverse.exp: Match =record-started output.
3370
20aa2c60
PA
33712016-07-01 Pedro Alves <palves@redhat.com>
3372
3373 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3374 procedure.
3375 (jit_reader_test): Test the jit reader's unwinder.
3376 * gdb.base/jithost.c (jit_function_00_code): New global.
3377 (main): Use memcpy to fill in the mmapped code, instead of poking
3378 bytes manually here.
3379 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3380 value.
3381 (read_debug_info): Save the function's range.
3382 (read_sp): New function.
3383 (unwind_frame): Use it. Also unwind RBP.
3384 (get_frame_id): Use read_sp.
3385 (gdb_init_reader): Use calloc instead of malloc.
3386 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3387 parameter. Use gdb_test_multiple.
3388
ced2dffb
PA
33892016-07-01 Pedro Alves <palves@redhat.com>
3390 Antoine Tremblay <antoine.tremblay@ericsson.com>
3391
3392 * gdb.threads/process-dies-while-detaching.c: New file.
3393 * gdb.threads/process-dies-while-detaching.exp: New file.
3394
63000888
PA
33952016-07-01 Pedro Alves <palves@redhat.com>
3396
3397 * gdb.multi/watchpoint-multi-exit.c: New file.
3398 * gdb.multi/watchpoint-multi-exit.exp: New file.
3399
038d4868
PA
34002016-06-30 Pedro Alves <palves@redhat.com>
3401
3402 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3403 unset inferior_spawn_id.
3404
994e9c83
PA
34052016-06-30 Pedro Alves <palves@redhat.com>
3406
3407 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3408 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3409
e5653468
YQ
34102016-06-29 Yao Qi <yao.qi@linaro.org>
3411
3412 * gdb.base/return.c: Add copyright header.
3413
803b47e5
TT
34142016-06-29 Tom Tromey <tom@tromey.com>
3415
3416 PR python/20129:
3417 * gdb.python/py-framefilter.exp: Add tests for setting priority
3418 and disabling of non-existent frame filter.
3419
28244707
YQ
34202016-06-29 Yao Qi <yao.qi@linaro.org>
3421
3422 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3423 0x0f07ff.
3424
a31d2f06
YQ
34252016-06-28 Yao Qi <yao.qi@linaro.org>
3426
3427 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3428 triplets. Start gdb, execute catch syscall, and continue. Check
3429 gdb's output to determine catch syscall is supported.
3430
921d8f54
MG
34312016-06-27 Manish Goregaokar <manish@mozilla.com>
3432
25d49b86
PA
3433 * gdb.rust/simple.rs: Add test for returning unit in a function.
3434 * gdb.rust/simple.exp: Add expectation for functions returning
3435 unit.
921d8f54 3436
f4952523
PMR
34372016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3438
3439 * gdb.python/py-breakpoint-create-fail.c,
3440 gdb.python/py-breakpoint-create-fail.exp,
3441 gdb.python/py-breakpoint-create-fail.py: New testcase.
3442
fccb08f8
MG
34432016-06-25 Manish Goregaokar <manish@mozilla.com>
3444
3445 PR gdb/20239
3446 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3447 * gdb.rust/simple.exp: Add test expectations for new NonZero
3448 tests.
fccb08f8 3449
6b850546
DT
34502016-06-24 David Taylor <dtaylor@emc.com>
3451
3452 * gdb.base/offsets.exp: New file.
3453 * gdb.base/offsets.c: New file.
3454
17621150
TT
34552016-06-23 Tom Tromey <tom@tromey.com>
3456
3457 PR gdb/16483:
3458 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3459 before any filters are loaded.
3460
04d59df6
WT
34612016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3462
3463 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3464 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3465 structs.
3466 * gdb.fortran/derived-type-function.exp: New file.
3467 * gdb.fortran/derived-type-function.f90: New file.
3468
3469
ac69f786
PA
34702016-06-21 Pedro Alves <palves@redhat.com>
3471
3472 * gdb.base/new-ui.exp: New file.
3473 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3474 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3475 (with_spawn_id): New procedure.
3476
49940788
PA
34772016-06-21 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.mi/mi-exec-run.exp: New file.
3480
ef274d26
PA
34812016-06-21 Pedro Alves <palves@redhat.com>
3482
3483 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3484 breakpoint command's output on the main UI.
3485 (test_break): New procedure, factored out from calls in the top
3486 level.
3487 (top level): Use foreach_with_prefix to test MI as main UI and as
3488 separate UI.
3489
468afe6c
PA
34902016-06-21 Pedro Alves <palves@redhat.com>
3491
3492 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3493 (test_awatch_creation_and_listing)
3494 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3495 Remove 'type' parameter.
3496 (test_watchpoint_all): New parameter mi_mode. Remove
3497 with_test_prefix.
3498 (top level): Use foreach_with_prefix, and add main/separate UI MI
3499 testing axis.
3500
51f77c37
PA
35012016-06-21 Pedro Alves <palves@redhat.com>
3502
3503 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3504 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3505 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3506 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3507 (gdb_main_spawn_id, mi_spawn_id): Declare and
3508 comment.
3509 (mi_create_inferior_pty): New procedure,
3510 factored out from default_mi_gdb_start.
3511 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3512 procedures.
3513 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3514 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3515 Use mi_create_inferior_pty.
3516 (mi_gdb_start): Use eval to pass down args list.
3517
8980e177
PA
35182016-06-21 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3521 * gdb.opt/inline-cmds.exp: Add MI tests.
3522
f38d3ad1
PA
35232016-06-21 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3526
45db7c09
PA
35272016-06-21 Pedro Alves <palves@redhat.com>
3528
3529 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3530 (top level): Use it instead of mi_execute_to.
3531
5a069ab3
PA
35322016-06-21 Pedro Alves <palves@redhat.com>
3533
3534 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3535 (cont_handler_str): New.
3536 (signal_stop_handler): Set stop_handler_str instead of printing to
3537 stdout.
3538 (continue_handler): Set cont_handler_str instead of printing to
3539 stdout.
3540 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3541 mi_send_resuming_command. Print stop_handler_str and
3542 cont_handler_str instead of expecting the python events print
3543 directly.
3544
2838cc1d
SD
35452016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3546
3547 * gdb.base/jit-reader.exp: New file.
3548 * gdb.base/jithost.c: New file.
3549 * gdb.base/jithost.h: New file.
3550 * gdb.base/jitreader.c : New file.
3551 * gdb.base/jit-protocol.h: New file.
3552
21a77091
YQ
35532016-06-17 Yao Qi <yao.qi@linaro.org>
3554
3555 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3556 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3557 and detach-on-fork. Adjust tests.
3558 (top level): Invoke break_cond_on_syscall with combinations of
3559 syscall, follow-fork-mode and detach-on-fork.
3560
f50bf8e5
YQ
35612016-06-17 Yao Qi <yao.qi@linaro.org>
3562
3563 * gdb.base/step-over-exit.c: New.
3564 * gdb.base/step-over-exit.exp: New.
3565
a28d8e50
YTL
35662016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3567
3568 * gdb.base/float.exp: Add target check for nds32*-*-*.
3569 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3570
cad8e26d
AB
35712016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3572
3573 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3574 for unsupported target features.
3575 * gdb.base/call-rt-st.exp: Likewise.
3576 * gdb.base/call-sc.exp: Likewise.
3577 * gdb.base/call-signal-resume.exp: Likewise.
3578 * gdb.base/call-strs.exp: Likewise.
3579 * gdb.base/callexit.exp: Likewise.
3580 * gdb.base/callfuncs.exp: Likewise.
3581 * gdb.base/nodebug.exp: Likewise.
3582 * gdb.base/printcmds.exp: Likewise.
3583 * gdb.base/ptype.exp: Likewise.
3584 * gdb.base/structs.exp: Likewise.
3585 * gdb.base/unwindonsignal.exp: Likewise.
3586 * gdb.cp/gdb2495.exp: Likewise.
3587 * gdb.cp/templates.exp: Likewise.
3588 * gdb.cp/virtfunc.exp: Likewise.
3589 * gdb.threads/hand-call-in-threads.exp: Likewise.
3590 * gdb.threads/interrupted-hand-call.exp: Likewise.
3591 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3592
347dc102
TT
35932016-06-10 Tom Tromey <tom@tromey.com>
3594
3595 PR rust/20110:
3596 * gdb.rust/expr.exp: Add test for integer constant larger than
3597 i32.
3598
5e13cf25
BH
35992016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3600
3601 * gdb.fortran/nested-funcs.exp: New.
3602 * gdb.fortran/nested-funcs.f90: New.
3603
bb556f1f
TK
36042016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3605
3606 * gdb.base/examine-backward.c: New file.
3607 * gdb.base/examine-backward.exp: New file.
3608
38b022b4
SM
36092016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3610
3611 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3612 matching.
3613
1b40ec05
TT
36142016-06-02 Tom Tromey <tom@tromey.com>
3615
3616 PR python/18984:
3617 * gdb.python/py-shared.exp: Add solib_name test.
3618
193bd378
SM
36192016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3620
3621 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3622
3326303b
MG
36232016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3624
3625 PR c++/19893
3626 * gdb.dwarf2/implref.exp: Rename to...
3627 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3628 * gdb.dwarf2/implref-array.c: New file.
3629 * gdb.dwarf2/implref-array.exp: Likewise.
3630 * gdb.dwarf2/implref-global.c: Likewise.
3631 * gdb.dwarf2/implref-global.exp: Likewise.
3632 * gdb.dwarf2/implref-struct.c: Likewise.
3633 * gdb.dwarf2/implref-struct.exp: Likewise.
3634
825c8ef2
AT
36352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3636
3637 * gdb.trace/trace-condition.exp: Add 64bit tests.
3638
2320162a
AT
36392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3640
3641 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3642 bits types.
3643 (main): Adapt to 8 to 64 bits types.
3644 * gdb.trace/trace-condition.exp: Add new tests.
3645
a7818233
AT
36462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3647
3648 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3649
0d336466
AT
36502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3651
3652 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3653 Move condition tests...
3654 * gdb.trace/trace-condition.exp: Here.
3655
7faeb45a
AT
36562016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3657
3658 * gdb.trace/trace-condition.exp: Add counter-case tests.
3659
e385593e
JK
36602016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3661
3662 PR c++/15231
3663 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3664 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3665
744608cc
PA
36662016-05-27 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3669 New procedure.
3670 (top level): Call it, and bail out of DejaGnu is known to be bad.
3671
ac775bf4
AB
36722016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3673
3674 * gdb.base/whatis.c: Extend the test case.
3675 * gdb.base/whatis.exp: Add additional tests.
3676
2bbad2ea
BH
36772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3678
3679* gdb.fortran/type.f90: Add pointer variable.
3680* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3681
8b70175d
BH
36822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3683
3684 * gdb.fortran/vla-type.exp: Fix testcase name.
3685
86d8a848
BH
36862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3687
3688 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3689
e188eb36
BH
36902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3691
3692 * gdb.fortran/type.f90: Add nested structures.
3693 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3694 * gdb.fortran/derived-type.exp: Adapt expected output.
3695 * gdb.fortran/vla-type.exp: Adapt expected output.
3696
9b2db1fd
BH
36972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3698
3699 * gdb.fortran/whatis_type.exp: Adapt expected output.
3700
72b17055
BH
37012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3702
3703 * gdb.fortran/print_type.exp: Fix expected output.
3704 * gdb.fortran/whatis_type.exp: Fix expected output.
3705
3cd81d8d
BH
37062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3707
3708 * gdb.fortran/whatis_type.exp: Use multi_line.
3709
ddae9462
TT
37102016-05-24 Tom Tromey <tom@tromey.com>
3711
3712 PR python/17386:
3713 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3714 use value as an index.
3715
1957f6b8
TT
37162016-05-23 Tom Tromey <tom@tromey.com>
3717
3718 PR python/17981:
3719 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3720 no-breakpoint case.
3721
026a9174
PA
37222016-05-24 Pedro Alves <palves@redhat.com>
3723
3724 PR gdb/19828
3725 * gdb.threads/clone-attach-detach.c: New file.
3726 * gdb.threads/clone-attach-detach.exp: New file.
3727
e70a7231
FR
37282016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3729
3730 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3731
0f6ed0e0
TT
37322016-05-23 Tom Tromey <tom@tromey.com>
3733
3734 PR python/19438, PR python/18393:
3735 * gdb.python/py-progspace.exp: Add "dir" test.
3736 * gdb.python/py-objfile.exp: Add "dir" test.
3737
ffd19d61
YQ
37382016-05-23 Yao Qi <yao.qi@linaro.org>
3739
3740 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3741 * gdb.arch/thumb2-it.exp: Likewise.
3742
9e8f9b05
SM
37432016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3744
3745 * gdb.mi/mi-threads-interrupt.c: New file.
3746 * gdb.mi/mi-threads-interrupt.exp: New file.
3747
61c6156d
SM
37482016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3749
3750 PR gdb/18077
3751 * gdb.mi/mi-async-run.exp: New file.
3752 * gdb.mi/mi-async-run.c: New file.
3753
67218854
TT
37542016-05-17 Tom Tromey <tom@tromey.com>
3755 Manish Goregaokar <manishsmail@gmail.com>
3756
3757 * lib/rust-support.exp: New file.
3758 * lib/gdb.exp (skip_rust_tests): New proc.
3759 (build_executable_from_specs): Handle rust.
3760 * lib/future.exp (gdb_find_rustc): New proc.
3761 (gdb_default_target_compile): Handle rust.
3762 * gdb.rust/expr.exp: New file.
3763 * gdb.rust/generics.exp: New file.
3764 * gdb.rust/generics.rs: New file.
3765 * gdb.rust/methods.exp: New file.
3766 * gdb.rust/methods.rs: New file.
3767 * gdb.rust/modules.exp: New file.
3768 * gdb.rust/modules.rs: New file.
3769 * gdb.rust/simple.exp: New file.
3770 * gdb.rust/simple.rs: New file.
3771
c44af4eb
TT
37722016-05-17 Tom Tromey <tom@tromey.com>
3773
3774 * gdb.base/default.exp (set language): Add rust.
3775
dcd1f979
TT
37762016-05-17 Tom Tromey <tom@tromey.com>
3777
3778 * gdb.gdb/unittest.exp: New file.
3779
155b7f57
YQ
37802016-05-16 Yao Qi <yao.qi@linaro.org>
3781
3782 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3783 shell_prompt. Update shell_prompt_re.
3784
8ddd5a6c
DE
37852016-05-12 Doug Evans <dje@google.com>
3786
3787 PR symtab/19999
3788 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3789 $options when building executable.
3790 * gdb.dwarf2/fission-loclists-pie.S: New file.
3791 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3792
02e370d9
SM
37932016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3794
3795 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3796 of [is_remote target],
3797
8929ad8b
SM
37982016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3799
3800 * lib/gdb.exp (use_gdb_stub): New procedure.
3801
6c447423
DE
38022016-05-03 Yunlian Jiang <yunlian@google.com>
3803 Doug Evans <dje@google.com>
3804
3805 PR symtab/19914
3806 * gdb.dwarf2/dwp-sepdebug.c: New file.
3807 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3808
444e826c
SM
38092016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3810
3811 * gdb.base/detach.exp: Remove is_remote check.
3812
740feeaa
SM
38132016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3814
3815 * gdb.base/annota-input-while-running.exp: Don't check for
3816 [is_remote target]. Enable annotations after running to main.
3817 Remove unused "set test..." line.
3818
9080ac9d
SM
38192016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3820
3821 * gdb.trace/trace-enable-disable.exp: New file.
3822 * gdb.trace/trace-enable-disable.c: New file.
3823
952ebca5
SM
38242016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3825
3826 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3827 use it in info sharedlibrary test.
3828 * gdb.trace/ftrace-lock.exp: Likewise.
3829 * gdb.trace/ftrace.exp: Likewise.
3830 * gdb.trace/range-stepping.exp: Likewise.
3831 * gdb.trace/trace-break.exp: Likewise.
3832 * gdb.trace/trace-condition.exp: Likewise.
3833 * gdb.trace/trace-mt.exp: Likewise.
3834
d9019901
SM
38352016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3836
3837 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3838 (gdb_load_shlib): ... this.
3839 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3840 gdb_load_shlib.
3841 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3842 * gdb.base/ctxobj.exp: Likewise.
3843 * gdb.base/dprintf-pending.exp: Likewise.
3844 * gdb.base/dso2dso.exp: Likewise.
3845 * gdb.base/fixsection.exp: Likewise.
3846 * gdb.base/gcore-relro.exp: Likewise.
3847 * gdb.base/gdb1555.exp: Likewise.
3848 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3849 * gdb.base/gnu-ifunc.exp: Likewise.
3850 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3851 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3852 * gdb.base/pending.exp: Likewise.
3853 * gdb.base/print-file-var.exp: Likewise.
3854 * gdb.base/print-symbol-loading.exp: Likewise.
3855 * gdb.base/shlib-call.exp: Likewise.
3856 * gdb.base/shreloc.exp: Likewise.
3857 * gdb.base/so-impl-ld.exp: Likewise.
3858 * gdb.base/solib-disc.exp: Likewise.
3859 * gdb.base/solib-nodir.exp: Likewise.
3860 * gdb.base/solib-overlap.exp: Likewise.
3861 * gdb.base/solib-symbol.exp: Likewise.
3862 * gdb.base/solib-weak.exp (do_test): Likewise.
3863 * gdb.base/sym-file.exp: Likewise.
3864 * gdb.base/symtab-search-order.exp: Likewise.
3865 * gdb.base/type-opaque.exp: Likewise.
3866 * gdb.base/unload.exp: Likewise.
3867 * gdb.base/watchpoint-solib.exp: Likewise.
3868 * gdb.compile/compile.exp: Likewise.
3869 * gdb.cp/gdb2384.exp: Likewise.
3870 * gdb.cp/infcall-dlopen.exp: Likewise.
3871 * gdb.cp/re-set-overloaded.exp: Likewise.
3872 * gdb.fortran/library-module.exp: Likewise.
3873 * gdb.opt/solib-intra-step.exp: Likewise.
3874 * gdb.python/py-finish-breakpoint.exp: Likewise.
3875 * gdb.python/py-shared.exp: Likewise.
3876 * gdb.reverse/solib-precsave.exp: Likewise.
3877 * gdb.reverse/solib-reverse.exp: Likewise.
3878 * gdb.server/solib-list.exp: Likewise.
3879 * gdb.threads/dlopen-libpthread.exp: Likewise.
3880 * gdb.threads/tls-shared.exp: Likewise.
3881 * gdb.threads/tls-so_extern.exp: Likewise.
3882 * gdb.trace/change-loc.exp: Likewise.
3883 * gdb.trace/ftrace-lock.exp: Likewise.
3884 * gdb.trace/ftrace.exp: Likewise.
3885 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3886 * gdb.trace/pending.exp: Likewise.
3887 * gdb.trace/range-stepping.exp: Likewise.
3888 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3889 (strace_info_marker): Likewise.
3890 (strace_probe_marker): Likewise.
3891 (strace_trace_on_same_addr): Likewise.
3892 (strace_trace_on_diff_addr): Likewise.
3893 * gdb.trace/trace-break.exp: Likewise.
3894 * gdb.trace/trace-condition.exp: Likewise.
3895 * gdb.trace/trace-mt.exp: Likewise.
3896
fca4cfd9
SM
38972016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3898
3899 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3900 result of gdb_remote_download.
3901 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3902 * gdb.base/dso2dso.exp: Likewise.
3903 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3904 * gdb.base/print-file-var.exp: Likewise.
3905 * gdb.base/shlib-call.exp: Likewise.
3906 * gdb.base/shreloc.exp: Likewise.
3907 * gdb.base/solib-overlap.exp: Likewise.
3908 * gdb.base/solib-weak.exp (do_test): Likewise.
3909 * gdb.base/unload.exp: Likewise.
3910
11cf4ffb
YQ
39112016-04-27 Yao Qi <yao.qi@linaro.org>
3912
3913 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3914 exists.
3915
3e2e34f8
KB
39162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3917
3918 * vla-type.exp: Print structure from toplevel.
3919
8f07e298
BH
39202016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3921
3922 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3923 of dynamic types.
3924 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3925 of dynamic types.
3926
9920b434
BH
39272016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3928
3929 * gdb.fortran/vla-type.f90: New file.
3930 * gdb.fortran/vla-type.exp: New file.
3931
f3abeff5
YQ
39322016-04-25 Yao Qi <yao.qi@linaro.org>
3933
3934 * gdb.base/branch-to-self.c: New file.
3935 * gdb.base/branch-to-self.exp: New file.
3936
0a5d52f0
YQ
39372016-04-22 Yao Qi <yao.qi@linaro.org>
3938
3939 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3940 more after $hex.
3941
495346f6
YQ
39422016-04-22 Yao Qi <yao.qi@linaro.org>
3943
3944 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3945 * gdb.base/annota3.exp: Likewise.
3946
4a7e075c
YQ
39472016-04-22 Yao Qi <yao.qi@linaro.org>
3948
3949 * gdb.reverse/step-precsave.exp: Do one step and test program
3950 stops in "callee" and do multiple steps until program goes out
3951 of "callee".
3952 * gdb.reverse/step-reverse.exp: Likewise.
3953
5b061e98
YQ
39542016-04-22 Yao Qi <yao.qi@linaro.org>
3955
3956 * gdb.trace/signal.exp: Also pass if
3957 $tracepoint_hits($i) > $iterations.
3958
5c5dc57f
YQ
39592016-04-22 Yao Qi <yao.qi@linaro.org>
3960
3961 * gdb.trace/signal.c: New file.
3962 * gdb.trace/signal.exp: New file.
3963
a55411b9
DE
39642016-04-19 Doug Evans <xdje42@gmail.com>
3965
3966 * gdb.base/bad-file.exp: New file.
3967
a22df60a
MG
39682016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3969
3970 * gdb.dwarf2/implref.exp: New file.
3971
0c13f7e5
BH
39722016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3973
3974 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3975 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3976 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3977 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3978 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3979 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3980 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3981 * lib/fortran.exp (fortran_int4): New procedure.
3982 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3983 (fortran_logical4): Likewise.
3984
9b9b09e9
BH
39852016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3986
3987 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3988
a14d1f4d
BH
39892016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3990
3991 * lib/compiler.c: Add Intel specific preprocessor macros.
3992 * lib/compiler.cc: Likewise.
25d49b86 3993
7d49b1d0
LM
39942016-04-13 Luis Machado <lgustavo@codesourcery.com>
3995
3996 * gdb.server/connect-with-no-symbol-file.c: New file.
3997 * gdb.server/connect-with-no-symbol-file.exp: New file.
3998
8392fa22
SM
39992016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4000
4001 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4002
8c4c4aeb
SM
40032016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4004
4005 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4006 standard output directory.
4007
45e3745e
AT
40082016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4009
4010 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4011
e26b7e41
MM
40122016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4013
4014 * gdb.btrace/instruction_history.c (loop): Add declaration.
4015
8ce09462
AT
40162016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4017
4018 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4019
2e88a1ea
SM
40202016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4021
4022 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4023 parentheses to print.
4024 (continue_handler): Likewise.
4025
f48e22e3
SM
40262016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * gdb.server/solib-list.exp: Remove is_remote check.
4029 Pass shlib= to gdb_compile. Don't link shared library with
4030 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4031 Run binary filename through "readlink -f" on the target.
4032
096be756
PA
40332016-04-08 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4036 interpreter filename as argument to gdbserver_spawn.
4037 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4038 Return empty if $last_loaded_file does not exist.
4039
06500533
JK
40402016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4041
4042 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4043 * gdb.base/jit-main.c: Use exit after usage.
4044
2d35e871
JK
40452016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4048 GDBHISTSIZE prior to the tests.
4049 * gdb.base/gdbinit-history.exp: Likewise.
4050
40512016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
4052
4053 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4054 instead of build_executable. Use gdb_load_shlibs.
4055
c8064e7e
YQ
40562016-04-07 Yao Qi <yao.qi@linaro.org>
4057
4058 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4059 Execute "si" command.
4060
bde47561
YQ
40612016-04-07 Yao Qi <yao.qi@linaro.org>
4062
4063 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4064 number instead of the comments on some line.
4065
b16f8a3b
DB
40662016-04-06 Don Breazeal <donb@codesourcery.com>
4067
4068 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4069 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4070
c2f901df
SM
40712016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4072
4073 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4074 standard_output_file. Remove unused binfile variable.
4075
ac17fda0
CU
40762016-04-05 Catalin Udma <catalin.udma@freescale.com>
4077
4078 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4079 * gdb.python/py-mi-objfile.exp: Match "list main" output
4080 in console format.
4081
03a8c4df
SM
40822016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4083
4084 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4085 absolute.
4086
6e774b13
SM
40872016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4088
4089 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4090 absolute.
4091 * gdb.trace/ftrace.exp: Likewise.
4092 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4093 targets as well.
4094 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4095 (gdb_load_shlibs): Copy libraries to test directory when testing
4096 natively. Only set solib-search-path if testing remotely.
4097 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4098
7817ea46
SM
40992016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4100
4101 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4102 gdb_download. Use it even if the target is not remote.
4103 * gdb.base/jit.exp (compile_jit_test): Likewise.
4104 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4105 output directory if the destination board is local, otherwise use
4106 the standard remote_download from DejaGnu.
4107 (gdb_download): Remove.
4108 (gdb_load_shlibs): Use gdb_remote_download instead of
4109 gdb_download.
4110 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4111 Use gdb_remote_download instead of gdb_download. Use it even if
4112 the target is not remote.
4113 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4114 instead of gdb_download.
4115
7beb7f68
SM
41162016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4117
4118 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4119 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4120 run.
4121
cc63428a
AV
41222016-04-01 Artemiy Volkov <artemiyv@acm.org>
4123
4124 PR gdb/19820
4125 * gdb.base/printcmds.exp: Add artificial arrays tests.
4126
64cdf930
PA
41272016-03-31 Pedro Alves <palves@redhat.com>
4128
4129 PR gdb/19858
4130 * gdb.base/jit-main.c: Include unistd.h.
4131 (ATTACH): Define to 0 if not already defined.
4132 (wait_for_gdb, mypid): New globals.
4133 (WAIT_FOR_GDB): New macro.
4134 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4135 some breakpoint locations.
4136 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4137 New procedures.
4138 (one_jit_test): Add REATTACH parameter, and handle it. Use
4139 continue_to_test_location.
4140 (top level): Test attach, and adjusts calls to one_jit_test.
4141
40dea8cb
PA
41422016-03-31 Pedro Alves <palves@redhat.com>
4143
4144 PR gdb/19858
4145 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4146 BINSUFFIX parameter, and handle it.
4147 (top level): Adjust calls compile_jit_test.
4148
e7ea3ec7
CU
41492016-03-31 Catalin Udma <catalin.udma@freescale.com>
4150
4151 PR python/19743
4152 * gdb.python/py-mi-events-gdb.py: New file.
4153 * gdb.python/py-mi-events.c: New file.
4154 * gdb.python/py-mi-events.exp: New file.
4155
e6359af3
YQ
41562016-03-30 Yao Qi <yao.qi@linaro.org>
4157
4158 * gdb.reverse/until-precsave.exp: Match function name only.
4159 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4160 Move malloc to a condition block.
4161 * gdb.reverse/until-reverse.exp: Match function name only.
4162
a4105d04
MK
41632016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4164
4165 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4166 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4167 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4168 variable for GPR 0 instead of assuming it is register 0.
4169 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4170 * lib/trace-support.exp: Add s390 registers.
4171
bfa6adb9
YQ
41722016-03-29 Yao Qi <yao.qi@linaro.org>
4173
4174 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4175
1e6697ea
YQ
41762016-03-24 Yao Qi <yao.qi@linaro.org>
4177
4178 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4179 test message.
4180
64bcd522
AA
41812016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4182
4183 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4184 maintaining separate logic for constructing the output path.
4185
7868401b
DB
41862016-03-16 Don Breazeal <donb@codesourcery.com>
4187
4188 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4189 Retry fork and waitpid on interrupted system call errors.
4190 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4191 Use with_timeout_factor to increase timeout by factor of 10.
4192
1cafadb4
DB
41932016-03-15 Don Breazeal <donb@codesourcery.com>
4194
4195 * gdb.cp/scope-err.cc: New test program.
4196 * gdb.cp/scope-err.exp: New test script.
4197 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4198 lines and "set breakpoint here" comment.
4199 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4200 Fixed some whitespace and format issues.
4201 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4202 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4203
81516450
DE
42042016-03-15 Doug Evans <dje@google.com>
4205
4206 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4207 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4208 All callers updated. Add tests for enums, mixed flags register.
4209
aa52b601
DE
42102016-03-15 Doug Evans <dje@google.com>
4211
4212 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4213 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4214
fa4ff313
SM
42152016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4216
4217 * gdb.base/default.exp: Add $_as_string to the list of expected
4218 convenience functions.
4219
f2403c39
AB
42202016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4223
f2f3ccb9
SM
42242016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4225
4226 * gdb.python/py-as-string.exp: New file.
4227 * gdb.python/py-as-string.c: New file.
4228
00dbd492
PA
42292016-03-09 Pedro Alves <palves@redhat.com>
4230
4231 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4232 signal" -> "Thread NN received signal" output change.
4233 * gdb.threads/ia64-sigill.exp: Likewise.
4234 * gdb.threads/linux-dp.exp: Likewise.
4235 * gdb.threads/manythreads.exp: Likewise.
4236 * gdb.threads/pending-step.exp: Likewise.
4237 * gdb.threads/print-threads.exp: Likewise.
4238 * gdb.threads/sigstep-threads.exp: Likewise.
4239 * gdb.threads/staticthreads.exp: Likewise.
4240 * gdb.threads/tls.exp: Likewise.
4241
1e6697ea
YQ
42422016-03-09 Pedro Alves <palves@redhat.com>
4243
4244 * gdb.base/command-line-input.exp: New file.
4245
b04fd3be
MK
42462016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4247
4248 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4249 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4250 * gdb.trace/pending.exp: Accept leading dot before function name.
4251 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4252 * lib/trace-support.exp: Set registers for ppc.
4253
98fa59e9
MK
42542016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4255
4256 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4257 use it for disassembly; accept .main in addition to main in backtrace.
4258
f77198c8
MK
42592016-03-09 Wei-cheng Wang <cole945@gmail.com>
4260 Marcin Kościelnicki <koriakin@0x04.net>
4261
4262 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4263 (gdb_recursion_test_ptr): New global variable.
4264 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4265 gdb_recursion_test.
4266 (gdb_c_test): Ditto.
4267
ba84e0da
MK
42682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4269
4270 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4271 ordering.
4272
4366d36e
MK
42732016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4274
4275 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4276 (bar): Add bar_start_lbl label.
4277 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4278 of foo/bar for emitting DWARF and tracing.
4279
5eb264df
SDJ
42802016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4281
4282 * analyze-racy-logs.py: Set executable bit.
4283
fb6a751f
SDJ
42842016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4285
4286 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4287 (CHECK_TARGET_TMP): Likewise.
4288 (check-single-racy): New rule.
4289 (check-parallel-racy): Likewise.
4290 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4291 (do-check-parallel-racy): New rule.
4292 (check-racy/%.exp): Likewise.
4293 * README (Racy testcases): New section.
4294 * analyze-racy-logs.py: New file.
4295
bdf7e230
DE
42962016-03-03 Doug Evans <dje@google.com>
4297
4298 * gdb.base/skip.exp: Use with_test_prefix.
4299
4719d415
YQ
43002016-03-03 Yao Qi <yao.qi@linaro.org>
4301
4302 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4303 Invoke step_over_syscall "clone" and break_cond_on_syscall
4304 "clone".
4305 * gdb.base/step-over-clone.c: New file.
4306
ea507862
YQ
43072016-03-03 Yao Qi <yao.qi@linaro.org>
4308
4309 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4310 code format.
4311
8fc8cbda
YQ
43122016-03-03 Yao Qi <yao.qi@linaro.org>
4313
4314 * gdb.base/disp-step-fork.c: Rename to ...
4315 * gdb.base/step-over-fork.c: ... it. New file.
4316 * gdb.base/disp-step-vfork.c: Rename to ...
4317 * gdb.base/step-over-vfork.c: ... it. New file.
4318 * gdb.base/disp-step-syscall.exp: Rename to ...
4319 * gdb.base/step-over-syscall.exp: ... it. New file.
4320 (disp_step_cross_syscall): Rename to ...
4321 (step_over_syscall): ... it.
4322
92fa70b0
YQ
43232016-03-03 Yao Qi <yao.qi@linaro.org>
4324
4325 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4326 If target supports condition evaluation on target, invoke
4327 break_cond_on_syscall for fork and vfork.
4328
e197ad3c
YQ
43292016-03-03 Yao Qi <yao.qi@linaro.org>
4330
4331 * gdb.base/disp-step-syscall.exp: Don't invoke
4332 support_displaced_stepping.
4333 (disp_step_cross_syscall): Test with displaced stepping off and
4334 on if supported.
4335
0b47da9f
YQ
43362016-03-03 Yao Qi <yao.qi@linaro.org>
4337
4338 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4339 proc.
4340 (setup): New proc.
4341 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4342 and setup.
4343
065ab6dc
BH
43442016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4345
4346 * gdb.fortran/vla-history.exp: Remove breakpoint.
4347
07e448ad 43482016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4349
25d49b86
PA
4350 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4351 exceeds timeout.
07e448ad 4352
9ac2d526 43532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4354
25d49b86
PA
4355 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4356 breakpoint.
9ac2d526 4357
17807369
BH
43582016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4359
4360 * gdb.mi/vla.f90: Nullify pointer after declaration.
4361
86e501af
PA
43622016-03-01 Pedro Alves <palves@redhat.com>
4363
4364 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4365
1e903e32
PA
43662016-03-01 Pedro Alves <palves@redhat.com>
4367
4368 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4369 before anything else.
4370 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4371 _GNU_SOURCE here.
4372 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4373 before anything else.
4374 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4375
6ccb54e2
PA
43762016-03-01 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4379
30ca9da1
YQ
43802016-03-01 Yao Qi <yao.qi@linaro.org>
4381
4382 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4383 prepare_for_testing.
4384
dc856b38
YQ
43852016-03-01 Yao Qi <yao.qi@linaro.org>
4386
4387 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4388
4a932159
AA
43892016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4390
4391 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4392 manually constructing the output path.
4393
f2489477
AA
43942016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4395
4396 * gdb.arch/s390-stackless.S: New.
4397 * gdb.arch/s390-stackless.exp: New.
4398
38899f16
IB
43992016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4400
4401 * gdb.dlang/circular.c: New file.
4402 * gdb.dlang/circular.exp: New file.
4403
9fde51ed
YQ
44042016-02-26 Yao Qi <yao.qi@linaro.org>
4405
4406 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4407 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4408 (testcases): Update.
4409
ce90fefe
YQ
44102016-02-26 Yao Qi <yao.qi@linaro.org>
4411
4412 * gdb.reverse/aarch64.c: Rename to ...
4413 * gdb.reverse/insn-reverse.c: ... it.
4414 * gdb.reverse/aarch64.exp: Rename to ...
4415 * gdb.reverse/insn-reverse.exp: ... it.
4416
3263bceb
YQ
44172016-02-26 Yao Qi <yao.qi@linaro.org>
4418
4419 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4420 (testcase_ftype): New.
4421 (testcases): New array.
4422 (n_testcases): New.
4423 (main): Call each element in testcases.
4424 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4425 (read_testcase): New.
4426 Do the tests in a loop.
4427
6cb59ff1
YQ
44282016-02-25 Yao Qi <yao.qi@linaro.org>
4429
4430 * gdb.base/branches.c: Remove.
4431
ae91f625
MK
44322016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4433
4434 PR gdb/13808
4435 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4436
678b48b7
MK
44372016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4438
4439 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4440
7337a6f2
MK
44412016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4442
4443 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4444 change x86_64 call_insn to 'callq'.
4445
861ca91f
AT
44462016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4447
4448 * gdb.trace/tfile-avx.c: Move to...
4449 * gdb.trace/tracefile-pseudo-reg.c: Here.
4450 * gdb.trace/tfile-avx.exp: Move to...
4451 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4452
bf74e428
GB
44532016-02-24 Gary Benson <gbenson@redhat.com>
4454
4455 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4456 message on attach.
4457
cce0e923
DE
44582016-02-23 Doug Evans <dje@google.com>
4459
4460 * gdb.base/skip.c (test_skip): New function.
4461 (end_test_skip_file_and_function): New function.
4462 (test_skip_file_and_function): New function.
4463 * gdb.base/skip1.c (test_skip): New function.
4464 (skip1_test_skip_file_and_function): New function.
4465 * gdb.base/skip.exp: Add tests for new skip options.
4466 * gdb.base/skip-solib.exp: Update expected output.
4467 * gdb.perf/skip-command.cc: New file.
4468 * gdb.perf/skip-command.exp: New file.
4469 * gdb.perf/skip-command.py: New file.
4470
4000e47e
MK
44712016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4472
4473 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4474 info registers pattern.
4475
24f75ead
IB
44762016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4477
4478 * lib/future.exp: Add D support.
4479 (gdb_find_gdc): New proc.
4480 (gdb_default_target_compile): Add D support.
4481
fbb7bcbe
WW
44822016-02-18 Wei-cheng Wang <cole945@gmail.com>
4483
4484 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4485 user+system time.
4486 (trace_speed_test): Determine the iteration count for a time
4487 between 15..30 seconds.
4488
012b3a21
WT
44892016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4490
4491 * gdb.arch/i386-mpx-sigsegv.c: New file.
4492 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4493 * gdb.arch/i386-mpx-simple_segv.c: New file.
4494 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4495
2d5189bd
YQ
44962016-02-18 Yao Qi <yao.qi@linaro.org>
4497
4498 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4499 Don't call setup_kfail.
4500
40fb20d0
YQ
45012016-02-18 Yao Qi <yao.qi@linaro.org>
4502
4503 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4504 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4505
21b1f8d2
DE
45062016-02-16 Doug Evans <dje@google.com>
4507
4508 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4509 * gdb.base/skip1.c: Ditto.
4510 * gdb.base/skip.exp: Whitespace cleanup.
4511
4041ed77
DB
45122016-02-16 Don Breazeal <donb@codesourcery.com>
4513
4514 PR remote/19496
4515 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4516 Remove kfail for PR remote/19496.
4517
c4ef31bf
SM
45182016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4519
4520 * lib/gdb.exp (standard_temp_file): Return a path specific to
4521 the runtest invocation.
4522
266b65b3
SM
45232016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4524
4525 * gdb.trace/save-trace.exp: Change relative path to be in the
4526 standard output directory.
4527
a7a0a6a9
JK
45282016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4529
4530 * gdb.arch/i386-prologue.c: Add missing prototypes.
4531
c99dbb42
JK
45322016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4533
4534 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4535 * gdb.arch/i386-prologue.exp: Likewise.
4536 * gdb.arch/i386-size.exp: Likewise.
4537
aa480355
SM
45382016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4539
4540 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4541 define object file path.
4542 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4543 file path.
4544 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4545 standard_output_file to define binfile.
4546
ba881f50
JK
45472016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4548
4549 Fix compatibility with recent gfortran-5.3.1.
4550 * gdb.fortran/vla-history.exp (print vla1 allocated)
4551 (print vla2 allocated, print $2, print $3): Remove
4552 (print $4): Rename to ...
4553 (print $2): ... here.
4554 (print $9): Rename to ...
4555 (print $5): ... here.
4556 (print $10): Rename to ...
4557 (print $6): ... here.
4558 * gdb.fortran/vla.f90: Add pvla initialization.
4559
e9fb005c
JK
45602016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4561
4562 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4563 New test.
4564 * gdb.fortran/vla-value-sub.exp: Likewise.
4565
e44e00ff
MK
45662016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4567
4568 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4569
97e94151
SM
45702016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4571
4572 * i386-biarch-core.exp: Define corefile using
4573 standard_output_file.
4574
01113bc1
YQ
45752016-02-12 Yao Qi <yao.qi@linaro.org>
4576
4577 * gdb.arch/arm-single-step-kernel-helper.c: New.
4578 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4579
33b4777c
MM
45802016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4581
4582 * gdb.btrace/tailcall-only.exp: New.
4583 * gdb.btrace/tailcall-only.c: New.
4584 * gdb.btrace/x86_64-tailcall-only.S: New.
4585 * gdb.btrace/i686-tailcall-only.S: New.
4586
acc23c11
PA
45872016-02-11 Pedro Alves <palves@redhat.com>
4588
4589 * README (Parallel testing): Add missing double quotes.
4590
e352bf0a
PA
45912016-02-11 Pedro Alves <palves@redhat.com>
4592
4593 * README (Parallel testing): New section.
4594 (GDB_PARALLEL): Rewrite.
4595 (FORCE_PARALLEL): Document.
4596
9f5fed78
MK
45972016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4598
4599 * gdb.trace/tfile-avx.c: New test.
4600 * gdb.trace/tfile-avx.exp: New test.
4601
9ef9e6a6
KS
46022016-02-09 Keith Seitz <keiths@redhat.com>
4603
4604 PR breakpoints/19546
4605 * gdb.base/infcall-exec.c: New file.
4606 * gdb.base/infcall-exec2.c: New file.
4607 * gdb.base/infcall-exec.exp: New file.
4608
a96e36da
KS
46092016-02-09 Keith Seitz <keiths@redhat.com>
4610
4611 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4612 (toplevel): Call test_bkpt_address.
4613
9f61929f
KS
46142016-02-09 Keith Seitz <keiths@redhat.com>
4615
4616 PR python/19506
4617 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4618 (toplevel): Call test_bkpt_address.
4619
1e94266c
SM
46202016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4621
4622 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4623 to AC_OUTPUT.
4624 * configure: Regenerate.
4625
2a7f3dff
PA
46262016-02-09 Pedro Alves <palves@redhat.com>
4627
4628 PR breakpoints/19548
4629 * gdb.base/execl-update-breakpoints.c (some_function): New
4630 function.
4631 (main): Call it.
4632 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4633 Tighten expected GDB output.
4634
2151ccc5
SM
46352016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4636
4637 * Makefile.in (ALL_SUBDIRS): Remove.
4638 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4639 (distclean maintainer-clean realclean): Likewise.
4640 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4641 * configure: Regenerate.
4642 * gdb.ada/Makefile.in: Delete.
4643 * gdb.arch/Makefile.in: Likewise.
4644 * gdb.asm/Makefile.in: Likewise.
4645 * gdb.base/Makefile.in: Likewise.
4646 * gdb.btrace/Makefile.in: Likewise.
4647 * gdb.cell/Makefile.in: Likewise.
4648 * gdb.compile/Makefile.in: Likewise.
4649 * gdb.cp/Makefile.in: Likewise.
4650 * gdb.disasm/Makefile.in: Likewise.
4651 * gdb.dlang/Makefile.in: Likewise.
4652 * gdb.dwarf2/Makefile.in: Likewise.
4653 * gdb.fortran/Makefile.in: Likewise.
4654 * gdb.gdb/Makefile.in: Likewise.
4655 * gdb.go/Makefile.in: Likewise.
4656 * gdb.guile/Makefile.in: Likewise.
4657 * gdb.java/Makefile.in: Likewise.
4658 * gdb.linespec/Makefile.in: Likewise.
4659 * gdb.mi/Makefile.in: Likewise.
4660 * gdb.modula2/Makefile.in: Likewise.
4661 * gdb.multi/Makefile.in: Likewise.
4662 * gdb.objc/Makefile.in: Likewise.
4663 * gdb.opencl/Makefile.in: Likewise.
4664 * gdb.opt/Makefile.in: Likewise.
4665 * gdb.pascal/Makefile.in: Likewise.
4666 * gdb.perf/Makefile.in: Likewise.
4667 * gdb.python/Makefile.in: Likewise.
4668 * gdb.reverse/Makefile.in: Likewise.
4669 * gdb.server/Makefile.in: Likewise.
4670 * gdb.stabs/Makefile.in: Likewise.
4671 * gdb.threads/Makefile.in: Likewise.
4672 * gdb.trace/Makefile.in: Likewise.
4673 * gdb.xml/Makefile.in: Likewise.
4674 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4675 GDB_PARALLEL.
4676 (standard_output_file): Remove check for GDB_PARALLEL, always
4677 return path in outputs/$subdir/$testname.
4678
437277d4
SM
46792016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4680
4681 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4682 (site.exp): Assign abs_srcdir to tcl's srcdir.
4683
31d913c7
YQ
46842016-02-04 Yao Qi <yao.qi@linaro.org>
4685
4686 * gdb.base/foll-exec-mode.c: Include limits.h.
4687 (main): Add parameters argc and argv. Get directory from
4688 argv[0].
4689 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4690 compilation.
4691 * gdb.base/foll-exec.c: Include limits.h.
4692 (main): Add parameters argc and argv.
4693 Get directory from argv[0].
4694 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4695 Adjust tests on the number of lines as source code changed.
4696 * gdb.base/foll-vfork-exit.c: Include limits.h.
4697 (main): Add one line of statement before vfork.
4698 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4699 (main): Add parameters argc and argv. Get directory from
4700 argv[0].
4701 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4702 (setup_gdb): Set tbreak to skip some source lines.
4703 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4704 (main): Add parameters argc and argv. Get directory from
4705 argv[0].
4706 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4707 compilation.
4708 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4709 (main): Add parameters argc and argv. Get directory from
4710 argv[0].
4711 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4712 compilation.
4713
9482b9fb
DE
47142016-02-01 Doug Evans <dje@google.com>
4715
4716 * gdb.base/skip.exp: Clean up multiple references to same test name.
4717
6b2e4f10
PA
47182016-02-01 Pedro Alves <palves@redhat.com>
4719
ccb6afd6 4720 PR remote/19496
6b2e4f10
PA
4721 * gdb.threads/forking-threads-plus-breakpoint.exp
4722 (displaced_stepping_supported): New global.
4723 (probe_displaced_stepping_support): New procedure.
4724 (do_test): Add 'displaced' parameter, and use it.
4725 (top level): Check for displaced stepping support. Add displaced
4726 stepping on/off testing axis.
4727
37a8db1a
AB
47282016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4729
4730 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4731 pointer. Don't perform further tests on the unassociated pointer
4732 if the first test fails.
4733
5fdf6324
AB
47342016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4735
4736 * gdb.base/max-value-size.c: New file.
4737 * gdb.base/max-value-size.exp: New file.
4738 * gdb.base/huge.exp: Disable max-value-size for this test.
4739
935c6144
IB
47402016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4741
4742 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4743
7fe8399d
YQ
47442016-01-28 Yao Qi <yao.qi@linaro.org>
4745
4746 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4747
a2077e25
PA
47482016-01-25 Pedro Alves <palves@redhat.com>
4749
4750 PR threads/19461
4751 * gdb.base/fork-running-state.c: New file.
4752 * gdb.base/fork-running-state.exp: New file.
4753
1d2736d4
PA
47542016-01-25 Pedro Alves <palves@redhat.com>
4755
4756 PR gdb/19494
4757 * gdb.base/catch-fork-kill.c: New file.
4758 * gdb.base/catch-fork-kill.exp: New file.
4759
f1da4b11
PA
47602016-01-25 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4763 Delete, moved to lib/gdb.exp.
4764 * gdb.threads/forking-threads-plus-breakpoint.exp
4765 (foreach_with_prefix): Likewise.
4766 * gdb.threads/process-dies-while-handling-bp.exp
4767 (foreach_with_prefix): Likewise.
4768 * lib/gdb.exp (foreach_with_prefix): New procedure.
4769
45f38546
MK
47702016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4771
4772 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4773 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4774
dc29a1ce
MK
47752016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4776
4777 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4778 endian targets.
4779
092127d7
JK
47802016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4781 Pedro Alves <palves@redhat.com>
4782
4783 Fix testsuite compatibility with Guile.
4784 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4785 number.
4786
31d765d3
JK
47872016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4788
4789 Fix testsuite compatibility with Guile.
4790 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4791 (thread 1): New test for backtrace through signal handler.
4792
1ac78c04
YQ
47932016-01-22 Yao Qi <yao.qi@linaro.org>
4794
4795 PR testsuite/19491
4796 * gdb.base/multi-forks.c: Include
4797 ../lib/unbuffer_output.c
4798 (main): Call gdb_unbuffer_output.
4799
4f5946a8
DE
48002016-01-21 Doug Evans <dje@google.com>
4801
4802 * lib/ada.exp (gdb_compile_ada): Fix typo.
4803
305e13e6
JB
48042016-01-21 Joel Brobecker <brobecker@adacore.com>
4805
4806 * gdb.base/break-fun-addr.exp: New file.
4807 * gdb.base/break-fun-addr1.c: New file.
4808 * gdb.base/break-fun-addr2.c: New file.
4809
5f5dfff6
SM
48102016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4811
4812 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4813 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4814 enum flag values.
4815
fd356fa2
AA
48162016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4817
4818 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4819 when GDB can not set the vector return value. Add more comments
4820 for clarification.
4821
9df22175
AT
48222016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4823
4824 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4825 command.
4826
41d1845e
SM
48272016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4828
4829 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4830
01ac6840
SM
48312016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4832
4833 * Makefile.in (check-single): Pass --status to runtest.
4834 (check/%.exp): Likewise.
4835
48362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4837
4838 * Makefile.in (check-parallel): Propagate return code from make
4839 do-check-parallel.
4840
bd0a71fa
MK
48412016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4842
4843 * gdb.trace/ftrace.exp: Fix expected message on continue.
4844 * gdb.trace/pending.exp: Fix expected message on continue.
4845 * gdb.trace/trace-break.exp: Fix expected message on continue.
4846
8bcbad33
SM
48472016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4848
4849 * lib/gdb.exp (gdb_test): Remove unused global references.
4850
f303dbd6
PA
48512016-01-18 Pedro Alves <palves@redhat.com>
4852
4853 * gdb.base/async-shell.exp: Adjust expected output.
4854 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4855 * gdb.base/siginfo-thread.exp: Adjust expected output.
4856 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4857 * gdb.java/jnpe.exp: Adjust expected output.
4858 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4859 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4860 * gdb.threads/leader-exit.exp: Adjust expected output.
4861 * gdb.threads/manythreads.exp: Adjust expected output.
4862 * gdb.threads/pthreads.exp: Adjust expected output.
4863 * gdb.threads/schedlock.exp: Adjust expected output.
4864 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4865 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4866 expected output.
4867 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4868 output.
4869 * gdb.threads/sigthread.exp: Adjust expected output.
4870 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4871
b2789696
YQ
48722016-01-18 Yao Qi <yao.qi@linaro.org>
4873
4874 * gdb.guile/scm-section-script.c: Replace @progbits with
4875 %progbits.
4876 * gdb.python/py-section-script.c: Likewise.
4877
71ef29a8
PA
48782016-01-15 Pedro Alves <palves@redhat.com>
4879
4880 * gdb.multi/tids.exp: Test star wildcard ranges.
4881
3f5b7598
PA
48822016-01-15 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4885 command from "thread apply" invocation.
4886 (thr_apply_info_thr_invalid): Default the expected output to the
4887 input tid list.
4888 (top level): Add tests that use convenience variables. Add tests
4889 for "thread apply" with a valid TID list, but missing the command.
4890
663f6d42
PA
48912016-01-13 Pedro Alves <palves@redhat.com>
4892
4893 * gdb.base/default.exp: Expect $_gthread as well.
4894 * gdb.multi/tids.exp: Test $_gthread.
4895 * gdb.threads/thread-specific.exp: Test $_gthread.
4896
c84f6bbf
PA
48972016-01-13 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.multi/tids.exp: Test "info threads -gid".
4900
22a02324
PA
49012016-01-13 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4904 Breakpoint.thread.
4905 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4906
5d5658a1
PA
49072016-01-07 Pedro Alves <palves@redhat.com>
4908
4909 * gdb.base/break.exp: Adjust to output changes.
4910 * gdb.base/hbreak2.exp: Likewise.
4911 * gdb.base/sepdebug.exp: Likewise.
4912 * gdb.base/watch_thread_num.exp: Likewise.
4913 * gdb.linespec/keywords.exp: Likewise.
4914 * gdb.multi/info-threads.exp: Likewise.
4915 * gdb.threads/thread-find.exp: Likewise.
4916 * gdb.multi/tids.c: New file.
4917 * gdb.multi/tids.exp: New file.
4918
84654457
PA
49192016-01-13 Pedro Alves <palves@redhat.com>
4920
4921 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4922
e3940304
PA
49232016-01-13 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.base/default.exp: Expect $_inferior as well.
4926 * gdb.multi/base.exp: Test $_inferior.
4927
a911d87a
PA
49282016-01-13 Pedro Alves <palves@redhat.com>
4929
4930 PR breakpoints/19388
4931 * gdb.base/catch-signal-siginfo-cond.c: New file.
4932 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4933
82075af2
JS
49342016-01-12 Josh Stone <jistone@redhat.com>
4935 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4936
4937 * gdb.base/catch-syscall.c (do_execve): New variable.
4938 (main): Conditionally trigger an execve.
4939 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4940 (test_catch_syscall_execve): New, check entry/return across execve.
4941 (do_syscall_tests): Call test_catch_syscall_execve.
4942
e46eeedd
PA
49432016-01-12 Pedro Alves <palves@redhat.com>
4944
4945 * gdb.base/random-signal.exp (do_test): New procedure, with body
4946 of testcase moved in.
4947
01d8c27e
JK
49482016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4949 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.base/funcargs.exp (finish from indirectly called function):
4952 Reintroduce the case for 'First'.
4953
9a706302
JK
49542016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4955 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4958 (tcatch_vfork_then_child_follow_exec)
4959 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4960 identification.
4961
c0ecb95f
JK
49622016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4963
4964 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4965 and repeats to unlimited.
4966 * gdb.python/py-value.exp: Likewise.
4967 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4968 and repeats to unlimited.
4969
6cfc1fcb
JK
49702016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4971
4972 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4973 and reordering the functions.
4974 * gdb.multi/hangout.c: Likewise.
4975 * gdb.multi/hello.c: Likewise.
4976
582a1b00
SM
49772016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4978
4979 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4980 absolute.
4981 (SingleStatisticTestResult.report): Use dict.keys instead of
4982 dict.iterkeys.
4983
79bc59cb
PA
49842016-01-06 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4987
43368e1d
MM
49882016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4989
4990 * gdb.btrace/dlopen.exp: New.
4991 * gdb.btrace/dlopen.c: New.
4992 * gdb.btrace/dlopen-dso.c: New.
4993
79fad5b8
SL
49942015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4995
4996 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4997 PATTERN argument is optional.
4998
ab8314b3
JB
49992015-12-24 Joel Brobecker <brobecker@adacore.com>
5000
5001 * lib/ada.exp (target_compile_ada_from_dir): New function.
5002 (gdb_compile_ada): Reimplement avoiding the use of project files.
5003 * gdb.ada/gnat_ada.gpr: Delete.
5004 * gdb.ada/cond_lang.exp: Adjust test to make path before
5005 filename optional.
5006 * gdb.ada/small_reg_param.exp: Likewise.
5007
fe33faff
SM
50082015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5009
5010 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5011
6d265cb4
TP
50122015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5013
5014 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5015 case.
5016
10125099
SM
50172015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5018
5019 * gdb.base/break.exp: Remove dead code.
5020 * gdb.base/sepdebug.exp: Likewise.
5021
3ca22649
SM
50222015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5023
5024 * gdb.asm/asm-source.exp: Remove HP-UX references.
5025 * gdb.base/annota1.exp: Likewise.
5026 * gdb.base/annota3.exp: Likewise.
5027 * gdb.base/attach.exp: Likewise.
5028 * gdb.base/bigcore.exp: Likewise.
5029 * gdb.base/break.exp: Likewise.
5030 * gdb.base/call-ar-st.exp: Likewise.
5031 * gdb.base/callfuncs.exp: Likewise.
5032 * gdb.base/catch-fork-static.exp: Likewise.
5033 * gdb.base/display.exp: Likewise.
5034 * gdb.base/foll-exec-mode.exp: Likewise.
5035 * gdb.base/foll-exec.exp: Likewise.
5036 * gdb.base/foll-fork.exp: Likewise.
5037 * gdb.base/foll-vfork.exp: Likewise.
5038 * gdb.base/funcargs.exp: Likewise.
5039 * gdb.base/hbreak2.exp: Likewise.
5040 * gdb.base/inferior-died.exp: Likewise.
5041 * gdb.base/interrupt.exp: Likewise.
5042 * gdb.base/multi-forks.exp: Likewise.
5043 * gdb.base/nodebug.exp: Likewise.
5044 * gdb.base/sepdebug.exp: Likewise.
5045 * gdb.base/solib1.c: Likewise.
5046 * gdb.base/step-test.exp: Likewise.
5047 * gdb.mi/non-stop.c: Likewise.
5048 * gdb.mi/pthreads.c: Likewise.
5049 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5050 * gdb.threads/pthreads.c: Likewise.
5051 * gdb.threads/staticthreads.exp: Likewise.
5052 * lib/future.exp: Likewise.
5053 * lib/gdb.exp: Likewise.
5054 * gdb.base/so-indr-cl.c: Remove.
5055 * gdb.base/so-indr-cl.exp: Likewise.
5056 * gdb.base/solib.c: Likewise.
5057 * gdb.base/solib.exp: Likewise.
5058 * gdb.base/solib2.c: Likewise.
5059
b6304613
SM
50602015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5061
5062 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5063 * gdb.base/call-ar-st.exp: Likewise.
5064 * gdb.base/callfuncs.exp: Likewise.
5065 * gdb.base/condbreak.exp: Likewise.
5066 * gdb.base/constvars.exp: Likewise.
5067 * gdb.base/hbreak2.exp: Likewise.
5068 * gdb.base/langs.exp: Likewise.
5069 * gdb.base/list.exp: Likewise.
5070 * gdb.base/long_long.exp: Likewise.
5071 * gdb.base/ptype.exp: Likewise.
5072 * gdb.base/scope.exp: Likewise.
5073 * gdb.base/signals.exp: Likewise.
5074 * gdb.base/so-impl-ld.exp: Likewise.
5075 * gdb.base/varargs.exp: Likewise.
5076 * gdb.base/volatile.exp: Likewise.
5077 * gdb.base/whatis.exp: Likewise.
5078 * gdb.cp/cplusfuncs.exp: Likewise.
5079 * gdb.cp/inherit.exp: Likewise.
5080 * gdb.cp/local.exp: Likewise.
5081 * gdb.cp/member-ptr.exp: Likewise.
5082 * gdb.cp/method.exp: Likewise.
5083 * gdb.cp/overload.exp: Likewise.
5084 * gdb.cp/templates.exp: Likewise.
5085 * gdb.stabs/weird.exp: Likewise.
5086 * lib/compiler.c: Likewise.
5087 * lib/compiler.cc: Likewise.
5088 * lib/cp-support.exp: Likewise.
5089 * lib/gdb.exp: Likewise.
5090
bf401b07
SM
50912015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5092
5093 * configure.ac: Remove HP-UX case.
5094 * configure: Regenerate.
5095
aff9c0f8
SM
50962015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5097
5098 * lib/gdb.exp (gdb_compile): Add function doc.
5099
a6904d5a
PA
51002015-12-17 Pedro Alves <palves@redhat.com>
5101
5102 PR threads/19354
5103 * gdb.multi/info-threads.exp: New file.
5104
a22279dd
YQ
51052015-12-15 Yao Qi <yao.qi@linaro.org>
5106
5107 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5108 is aarch64*-*-*.
5109
0588c796
SL
51102015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5111
5112 * gdb.base/history-duplicates.exp: Skip if no readline support.
5113
5d978e17
SL
51142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5115
5116 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5117
7e763b86
SL
51182015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5119
5120 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5121
87a3a92c
SL
51222015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5123
5124 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5125 ctrl-C if nointerrupts target property is set.
5126 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5127 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5128 * gdb.base/paginate-bg-execution.exp: Likewise.
5129 * gdb.base/paginate-execution-startup.exp: Likewise.
5130 * gdb.base/random-signal.exp: Likewise.
5131 * gdb.base/range-stepping.exp: Likewise.
5132 * gdb.cp/annota2.exp: Likewise.
5133 * gdb.cp/annota3.exp: Likewise.
5134 * gdb.gdb/selftest.exp: Likewise.
5135 * gdb.threads/continue-pending-status.exp: Likewise.
5136 * gdb.threads/leader-exit.exp: Likewise.
5137 * gdb.threads/manythreads.exp: Likewise.
5138 * gdb.threads/pthreads.exp: Likewise.
5139 * gdb.threads/schedlock.exp: Likewise.
5140 * gdb.threads/sigthread.exp: Likewise.
5141
a8f077dc
DB
51422015-12-11 Don Breazeal <donb@codesourcery.com>
5143
5144 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5145 remote.
5146 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5147 * gdb.base/foll-exec.exp (main): Enable for target remote.
5148 * gdb.base/foll-fork.exp (main): Likewise.
5149 * gdb.base/foll-vfork.exp (main): Likewise.
5150 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5151 (proc continue_to_exit_bp_loc): Use clean_restart.
5152 * gdb.base/pie-execl.exp (main): Disable for target remote.
5153 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5154 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5155 * gdb.threads/execl.exp (main): Likewise.
5156 * gdb.threads/fork-child-threads.exp (main): Likewise.
5157 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5158 remote.
5159 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5160 remote.
5161 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5162 pid.tid style ptids, instead of just tid.
5163 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5164 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5165 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5166 ptids, instead of just tid.
5167
3b2464a8
AB
51682015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5169
5170 * gdb.base/list.exp (test_list_forward): Add end of file error
5171 test.
5172 (test_repeat_list_command): Add end of file error test.
5173 (test_list_backwards): Add beginning of file error test.
5174
a0def019
AB
51752015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5176
5177 * gdb.base/list.exp (test_list_invalid_args): New function,
5178 defined, and called.
5179
5c000dff
AB
51802015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5181
5182 * gdb.base/list.exp (test_list): Make test names unique.
5183
f1637ebe
YQ
51842015-12-11 Yao Qi <yao.qi@linaro.org>
5185
5186 * gdb.base/coremaker2.c: Remove.
5187
36d6fc0a
PA
51882015-12-10 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.multi/base.exp: Remove stale "spaces" references.
5191
762f7747
PA
51922015-12-10 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.multi/base.exp: Don't use nowarnings.
5195 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5196 * gdb.multi/hangout.c: Include stdio.h.
5197 * gdb.multi/hello.c: Include stdlib.h.
5198 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5199 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5200 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5201
28d2bfb9
AB
52022015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5203
5204 * gdb.dwarf2/dw2-ranges-base.c: New file.
5205 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5206 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5207 support additional line table, and debug ranges generation.
5208 (Dwarf::ranges): New function, generate .debug_ranges.
5209 (Dwarf::lines): Support generating simple line table programs.
5210 (Dwarf::assemble): Initialise new namespace variables.
5211
5fc2beac
KB
52122015-12-09 Kevin Buettner <kevinb@redhat.com>
5213
5214 * gdb.base/async.exp (proc test_background): Add case for
5215 asynchronous execution not supported.
5216
1c35a88f
LM
52172015-12-09 Luis Machado <lgustavo@codesourcery.com>
5218
5219 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5220 format and change test names to make them unique.
5221
b593e3d9
RK
52222015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5223 Pedro Alves <pedro@redhat.com>
5224
5225 PR gdb/18702
5226 Add checking of floatformats setup on x86_64 hosts.
5227 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5228 (smallval, bigval): New labels/constants.
5229 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5230 float" after loading bigval and smallval.
5231
d72413e6
PMR
52322015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5233
5234 * gdb.ada/fun_overload_menu.exp: New testcase.
5235 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5236
ece66d65
JS
52372015-12-04 Josh Stone <jistone@redhat.com>
5238
5239 * gdb.base/catch-fork-static.exp: New.
5240
41d0efca
YQ
52412015-12-03 Yao Qi <yao.qi@linaro.org>
5242
5243 * gdb.base/sizeof.c: Don't include stdio.h and
5244 ../lib/unbuffer_output.c.
5245 (main): New variable 'size' and 'value'. Remove printf and
5246 gdb_unbuffer_output. Assign return value to size and value.
5247 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5248 at the beginning.
5249 (check_sizeof): Check the result by printing variable 'size'.
5250 (check_valueof): Check the result by printing variable 'value'.
5251
99fd02d9
YQ
52522015-12-01 Yao Qi <yao.qi@linaro.org>
5253
5254 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5255 for aarch64*-*-linux* target.
5256
f2faf941
PA
52572015-11-30 Pedro Alves <palves@redhat.com>
5258
5259 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5260
04bf20c5
PA
52612015-11-30 Pedro Alves <palves@redhat.com>
5262
5263 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5264 Handle non-stop mode vCont replies.
5265
09df4675
PA
52662015-11-30 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5269 prepare_for_testing. Start gdb with "set non-stop on" appended to
5270 GDBFLAGS. Lax expected stop output.
5271
58b584af
YQ
52722015-11-27 Yao Qi <yao.qi@linaro.org>
5273
5274 * gdb.arch/arm-neon.exp: New.
5275 * gdb.arch/arm-neon.c: New.
5276
dfcb77a8
YQ
52772015-11-27 Yao Qi <yao.qi@linaro.org>
5278
5279 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5280
88e8ec1b
YQ
52812015-11-27 Yao Qi <yao.qi@linaro.org>
5282
5283 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5284 frames-invalid annotation.
5285
bfde72c2
YQ
52862015-11-27 Yao Qi <yao.qi@linaro.org>
5287
5288 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5289
f6512a69
SM
52902015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5291
5292 * gdb.threads/names.exp: New file.
5293 * gdb.threads/names.c: New file.
5294 * README: Mention gdb,no_thread_names.
5295
46a3515b
MM
52962015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5297
5298 PR 19297
5299 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5300 support" error.
5301
62147a22
PA
53022015-11-24 Pedro Alves <palves@redhat.com>
5303
5304 PR 17539
5305 * gdb.base/display.exp: Expect displays to be sorted in ascending
5306 order. Use multi_line.
5307 * gdb.base/solib-display.exp: Likewise.
5308
2f341b6e
PA
53092015-11-24 Pedro Alves <palves@redhat.com>
5310
5311 PR 17539
25d49b86
PA
5312 * gdb.base/display.exp: Expect displays to be sorted in ascending
5313 order. Use multi_line.
5314 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5315
7e0aa6aa
PA
53162015-11-24 Pedro Alves <palves@redhat.com>
5317
5318 PR 17539
5319 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5320 threads in ascending order.
5321 * gdb.base/foll-fork.exp: Likewise.
5322 * gdb.base/foll-vfork.exp: Likewise.
5323 * gdb.base/multi-forks.exp: Likewise.
5324 * gdb.mi/mi-nonstop.exp: Likewise.
5325 * gdb.mi/mi-nsintrall.exp: Likewise.
5326 * gdb.multi/base.exp: Likewise.
5327 * gdb.multi/multi-arch.exp: Likewise.
5328 * gdb.python/py-inferior.exp: Likewise.
5329 * gdb.threads/break-while-running.exp: Likewise.
5330 * gdb.threads/execl.exp: Likewise.
5331 * gdb.threads/gcore-thread.exp: Likewise.
5332 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5333 * gdb.threads/kill.exp: Likewise.
5334 * gdb.threads/linux-dp.exp: Likewise.
5335 * gdb.threads/multiple-step-overs.exp: Likewise.
5336 * gdb.threads/next-bp-other-thread.exp: Likewise.
5337 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5338 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5339 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5340 * gdb.threads/thread-find.exp: Likewise.
5341 * gdb.threads/tls.exp: Likewise.
5342 * lib/mi-support.exp (mi_reverse_list): Delete.
5343 (mi_check_thread_states): No longer reverse list.
5344
2cc57ad8
PA
53452015-11-24 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5348 use lowercase.
5349
c93e8391
SM
53502015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5351
5352 * gdb.trace/actions.c: Include trace-common.h.
5353 (main): Add a location for a fast tracepoint.
5354 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5355 the normal tracepoints.
5356 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5357
045ccf91
SM
53582015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5359
5360 * save-trace.exp: Factor out code to these...
5361 (gdb_save_tracepoints): New.
5362 (gdb_load_tracepoints): New.
5363 (do_save_load_test): New.
5364
5506f9f6
KB
53652015-11-23 Kevin Buettner <kevinb@redhat.com>
5366
5367 * gdb.base/asmlabel.exp: New test.
5368 * gdb.base/asmlabel.c: New test case.
5369
16c3b12f
JB
53702015-11-23 Joel Brobecker <brobecker@adacore.com>
5371
5372 * gdb.base/wrong_frame_bt_full-main.c: New file.
5373 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5374 * gdb.base/wrong_frame_bt_full.exp: New file.
5375
155bfbd3
JB
53762015-11-23 Joel Brobecker <brobecker@adacore.com>
5377
5378 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5379
bb097445
JM
53802015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5381
206853a0 5382 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5383 pstate register when comparing registers values in
5384 sparc64-*-linux-gnu targets to avoid spurious differences.
5385
9c88ed8f
JM
53862015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5387
206853a0 5388 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5389
96161e25
SL
53902015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5391
5392 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5393 as type argument to gdb_compile.
5394 * gdb.base/nested-subp2.exp: Likewise.
5395 * gdb.base/nested-subp3.exp: Likewise.
5396
340c2830
DV
53972015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5398
5399 * lib/dwarf.exp (_note): Fix left shift of negative value.
5400 * gdb.trace/trace-condition.exp: Likewise.
5401
c1862d0f
YQ
54022015-11-13 Yao Qi <yao.qi@linaro.org>
5403
5404 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5405 comments about d10v.
5406 (test_scalar_returns): Likewise.
5407 * gdb.base/d10v.ld: Remove.
5408 * gdb.base/overlays.exp: Remove the target triplet checking for
5409 d10v-*-*.
5410 * gdb.base/structs.exp (test_struct_returns): Remove the
5411 comments about d10v.
5412 (test_struct_calls): Likewise.
5413
77ae9c19
YQ
54142015-11-13 Yao Qi <yao.qi@linaro.org>
5415
5416 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5417 * gdb.base/gnu_vector.c: Don't include stdio.h.
5418 (main): Don't print res and call add_some_intvecs.
5419
430e004e
MK
54202015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5421
5422 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5423 macro.
5424 (func5): Removed.
5425 (func4): Use FAST_TRACEPOINT_LABEL.
5426 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5427 macro.
5428 (func): Removed.
5429 (thread_function): Use FAST_TRACEPOINT_LABEL.
5430 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5431 (func): Remove.
5432 (marker): Use FAST_TRACEPOINT_LABEL.
5433 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5434 (pendfunc1): Remove.
5435 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5436 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5437 (foo): Remove.
5438 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5439 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5440 macro.
5441 (func): Remove.
5442 (marker): Use FAST_TRACEPOINT_LABEL.
5443 * gdb.trace/trace-common.h: New header.
5444 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5445 macro.
5446 (func): Remove.
5447 (marker): Use FAST_TRACEPOINT_LABEL.
5448 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5449 (func): Remove.
5450 (thread_function): Use FAST_TRACEPOINT_LABEL.
5451
6e7675a7
MK
54522015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5453
5454 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5455 in front.
5456 * gdb.trace/change-loc.exp: Use global pcreg definition.
5457 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5458 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5459 in front.
5460 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5461 * gdb.trace/pending.exp: Likewise.
5462 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5463 * gdb.trace/trace-break.exp: Likewise.
5464 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5465 in front.
5466 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5467 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5468 in front.
5469 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5470
dddc0e16
JB
54712015-11-09 Joel Brobecker <brobecker@adacore.com>
5472
5473 * gdb.ada/fin_fun_out: New testcase.
5474
c6f0b406
KB
54752015-11-07 Kevin Buettner <kevinb@redhat.com>
5476
5477 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5478 value associated with DW_AT_byte_size.
5479 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5480 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5481 DW_AT_upper_bound.
5482
f01dcfd9
KB
54832015-11-07 Kevin Buettner <kevinb@redhat.com>
5484
5485 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5486 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5487 version.
5488 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5489 gdb.dwarf2/dw2-canonicalize-type.exp,
5490 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5491 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5492 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5493 provided by gdb_target_symbol_prefix_flags_asm.
5494 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5495 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5496 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5497 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5498 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5499 macros where needed). Use this macro for symbols which require
5500 the prefix provided by SYMBOL_PREFIX.
5501
2223449a
KB
55022015-11-05 Kevin Buettner <kevinb@redhat.com>
5503
5504 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5505 New procs.
5506 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5507 representing expressions, of more than one list element.
5508 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5509 to prepend linker symbol prefix to f.
5510 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5511 table_1 and table_2.
5512 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5513 Likewise, for f and g.
5514 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5515 for ptr.
5516 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5517 for main.
5518 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5519 table_1_ptr and table_2_ptr.
5520
6f2f1a3a
JK
55212015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5522 Joel Brobecker <brobecker@adacore.com>
5523
5524 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5525
566c56c9
MK
55262015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5527
5528 * gdb.reverse/s390-mvcle.c: New test.
5529 * gdb.reverse/s390-mvcle.exp: New file.
5530 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5531
d5f0636b
MK
55322015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5533
5534 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5535
7ad8b86c
MK
55362015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5537
5538 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5539 reaching marker2.
5540 * gdb.reverse/getresuid-reverse.exp: Likewise.
5541 * gdb.reverse/pipe-reverse.exp: Likewise.
5542 * gdb.reverse/readv-reverse.exp: Likewise.
5543 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5544 * gdb.reverse/time-reverse.exp: Likewise.
5545 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5546
4081c0f1
YQ
55472015-10-30 Yao Qi <yao.qi@linaro.org>
5548
5549 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5550 (empty_cycle): Remove.
5551 (main): Don't call empty_cycle. Don't use watch_count_done.
5552 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5553 empty_cycle. Rewrite the code counting HW watchpoints.
5554
452b4ba5
MK
55552015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5556
5557 * gdb.reverse/fstatat-reverse.c: New test.
5558 * gdb.reverse/fstatat-reverse.exp: New file.
5559 * gdb.reverse/getresuid-reverse.c: New test.
5560 * gdb.reverse/getresuid-reverse.exp: New file.
5561 * gdb.reverse/pipe-reverse.c: New test.
5562 * gdb.reverse/pipe-reverse.exp: New file.
5563 * gdb.reverse/readv-reverse.c: New test.
5564 * gdb.reverse/readv-reverse.exp: New file.
5565 * gdb.reverse/recvmsg-reverse.c: New test.
5566 * gdb.reverse/recvmsg-reverse.exp: New file.
5567 * gdb.reverse/time-reverse.c: New test.
5568 * gdb.reverse/time-reverse.exp: New file.
5569 * gdb.reverse/waitpid-reverse.c: New test.
5570 * gdb.reverse/waitpid-reverse.exp: New file.
5571
5e2e7507
JK
55722015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5573
5574 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5575
0fde2c53
DE
55762015-10-26 Doug Evans <dje@google.com>
5577
5578 PR symtab/17391
5579 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5580 * gdb.dwarf2/bad-regnum.c: New file.
5581 * gdb.dwarf2/bad-regnum.exp: New file.
5582
1a70ae97
DE
55832015-10-26 Doug Evans <dje@google.com>
5584
5585 PR python/18938
5586 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5587 file.
5588
27dc26ab
JK
55892015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5590
5591 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5592 for a change by "Mention language in compile error message".
5593
bed91f4d
SM
55942015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5595
5596 PR python/18073
5597 * gdb.python/py-type.c (C::a_method): New.
5598 (C::a_const_method): New.
5599 (C::a_static_method): New.
5600 (a_function): New.
5601 * gdb.python/py-type.exp (test_fields): Test getting fields
5602 from function and method.
5603
3f2f83dd
KB
56042015-10-21 Keven Boell <keven.boell@intel.com>
5605
5606 * gdb.fortran/vla-alloc-assoc.exp: New file.
5607 * gdb.fortran/vla-datatypes.exp: New file.
5608 * gdb.fortran/vla-datatypes.f90: New file.
5609 * gdb.fortran/vla-history.exp: New file.
5610 * gdb.fortran/vla-ptype-sub.exp: New file.
5611 * gdb.fortran/vla-ptype.exp: New file.
5612 * gdb.fortran/vla-sizeof.exp: New file.
5613 * gdb.fortran/vla-sub.f90: New file.
5614 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5615 * gdb.fortran/vla-value-sub-finish.exp: New file.
5616 * gdb.fortran/vla-value-sub.exp: New file.
5617 * gdb.fortran/vla-value.exp: New file.
5618 * gdb.fortran/vla-ptr-info.exp: New file.
5619 * gdb.mi/mi-vla-fortran.exp: New file.
5620 * gdb.mi/vla.f90: New file.
5621
27145d50
SL
56222015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5623
5624 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5625 of hardwired timeout value.
5626
5f3ff4f8
JK
56272015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5628 Pedro Alves <palves@redhat.com>
5629
5630 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5631 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5632
bfd09d20
JS
56332015-10-19 Josh Stone <jistone@redhat.com>
5634
5635 * gdb.base/catch-syscall.c: Include <sched.h>.
5636 (unknown_syscall): New variable.
5637 (main): Trigger a vfork and an unknown syscall.
5638 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5639 (unknown_syscall_number): Likewise.
5640 (check_call_to_syscall): Accept an optional syscall pattern.
5641 (check_return_from_syscall): Likewise.
5642 (check_continue): Likewise.
5643 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5644 (test_catch_syscall_skipping_return): New test toggling off 'catch
5645 syscall' to step over the syscall return, then toggling back on.
5646 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5647 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5648 (do_syscall_tests): Call test_catch_syscall_without_args and
5649 test_catch_syscall_mid_vfork.
5650 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5651 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5652
b32b93c6
AS
56532015-10-19 Andrew Stubbs <ams@codesourcery.com>
5654
5655 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5656 print g_vE): Add new pass patterns.
5657 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5658 print various symbol names for vptr fields.
5659
9d622bda
AB
56602015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5661
5662 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5663 results.
5664
0fd8ac1c
YQ
56652015-10-12 Yao Qi <yao.qi@linaro.org>
5666
5667 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5668
34240514
YQ
56692015-10-12 Yao Qi <yao.qi@linaro.org>
5670
5671 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5672 is aarch64*-*-linux*.
5673
8240f442
YQ
56742015-10-12 Yao Qi <yao.qi@linaro.org>
5675
5676 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5677 (can_relocate_bcond_true): ... it.
5678 (can_relocate_bcond_false): New function.
5679 (foo): Likewise.
5680 (can_relocate_bl): Likewise.
5681 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5682 can_relocate_bl.
5683
2520f728
PMR
56842015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5685
5686 * gdb.base/nested-addr.c: New file.
5687 * gdb.base/nested-addr.exp: New testcase.
5688
abcef95a
MM
56892015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5690
5691 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5692 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5693 its output. Ignore the output of "record goto begin" and instead
5694 check that GDB is replaying.
5695
145e3ddb
PA
56962015-10-09 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5699 (top level): Use it in the run with no args test.
5700
d5d8c4e1
IB
57012015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5702
5703 * gdb.dlang/properties.exp: New file.
5704
06e635ef
SL
57052015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5706
5707 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5708 whether or not address 0x1000 is mapped on the target.
5709
e019fd1d
SM
57102015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5711
5712 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5713 build.
5714
77ba2a67
MM
57152015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5716
5717 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5718 instruction-history test.
5719
c60eb31f
DE
57202015-09-28 Doug Evans <dje@google.com>
5721
5722 * gdb.base/gcore.c (array_func): Add reference to static_array.
5723
9a3c8263
SM
57242015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5725
5726 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5727 source line.
5728
9720e656
SL
57292015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5730
5731 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5732 short or char as base type.
5733
938d3bf2
SL
57342015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5735
5736 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5737 to allow any size enum.
5738
e6c2c623
PMR
57392015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5740
5741 * gdb.ada/array_ptr_renaming.exp: New testcase.
5742 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5743 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5744
06da0f77
PL
57452015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5746
5747 * gdb.trace/ftrace-lock.c: New file.
5748 * gdb.trace/ftrace-lock.exp: New file.
5749
4f51c22a
PL
57502015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5751
5752 * gdb.arch/insn-reloc.c: New file.
5753 * gdb.arch/ftrace-insn-reloc.exp: New file.
5754
7041adf4
PL
57552015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5756
5757 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5758 instruction.
5759 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5760 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5761 * gdb.trace/range-stepping.c: Likewise.
5762 * gdb.trace/trace-break.c: Likewise.
5763 * gdb.trace/trace-mt.c (thread_function): Likewise.
5764 * gdb.trace/ftrace.c (marker): Likewise.
5765 * gdb.trace/trace-condition.c (marker): Likewise.
5766 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5767 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5768 is_aarch64_target.
5769
015d2e7e
DE
57702015-09-18 Doug Evans <xdje42@gmail.com>
5771
5772 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5773 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5774
26b188a2
SL
57752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5776
5777 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5778 the breakpoint.
5779
79dc332b
SL
57802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5781
5782 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5783 the pending breakpoint. Remove timeout override for "Run till
5784 MI pending breakpoint on pendfunc3 on thread 2" test.
5785
f57929f2
SL
57862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5787
5788 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5789 filename pattern.
5790
3f469b17
SL
57912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5792
5793 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5794 in breakpoint filename pattern.
5795
515b89b3
SL
57962015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5797
7800dbe4
SL
5798 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5799
58002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5801
515b89b3
SL
5802 * gdb.linespec/explicit.exp: Check for readline support for
5803 tab-completion tests. Fix obvious typo.
5804
d2939ba2
MM
58052015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5806
5807 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5808 and replay.
5809
cbb55fa7
MM
58102015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5811
5812 * gdb.btrace/non-stop.c: New.
5813 * gdb.btrace/non-stop.exp: New.
5814
43691ca1
PL
58152015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5816 Yao Qi <yao.qi@linaro.org>
5817
5818 * gdb.trace/trace-condition.c: New file.
5819 * gdb.trace/trace-condition.exp: New file.
5820
d78908cf
WW
58212015-09-16 Wei-cheng Wang <cole945@gmail.com>
5822
5823 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5824 for testing bytecode compilation.
5825
1ed415e2
PA
58262015-09-16 Pedro Alves <palves@redhat.com>
5827 Sandra Loosemore <sandra@codesourcery.com>
5828
5829 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5830 (SECONDS): Redefine.
5831 (main): Call pthread_kill and alarm early.
5832 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5833 support.
5834 (test): If the target can't hardware step and doesn't support
5835 displaced stepping, increase the timeout.
5836
d136eff5
PA
58372015-09-16 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5840 (enable_debug): New procedures.
5841 (test): Use them. Bail out if waiting for threads fails.
5842 (top level): Bail out if a test fails.
5843
991f019c
YQ
58442015-09-16 Yao Qi <yao.qi@linaro.org>
5845
5846 * gdb.asm/asm-source.exp: Set asm-arch for
5847 aarch64*-*-* target.
5848 * gdb.asm/aarch64.inc: New file.
5849
bfca584f
PMR
58502015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5851
5852 * gdb.ada/array_of_variable_length.exp: New testcase.
5853 * gdb.ada/array_of_variable_length/foo.adb: New file.
5854 * gdb.ada/array_of_variable_length/pck.adb: New file.
5855 * gdb.ada/array_of_variable_length/pck.ads: New file.
5856
b326e587
DE
58572015-09-15 Doug Evans <dje@google.com>
5858
5859 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5860 of function static local variable.
5861
5382cfab
PW
58622015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5863
5864 * gdb.threads/tls-so_extern.exp: New test file.
5865 * gdb.threads/tls-so_extern.c: New test file.
5866 * gdb.threads/tls-so_extern_main.c: New test file.
5867
141c5cc4
JK
58682015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5869
5870 * gdb.opt/solib-intra-step-lib.c: New file.
5871 * gdb.opt/solib-intra-step-main.c: New file.
5872 * gdb.opt/solib-intra-step.exp: New file.
5873
d15dcecd
PA
58742015-09-15 Pedro Alves <palves@redhat.com>
5875
5876 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5877 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5878
4c2f2a79
PA
58792015-09-14 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.base/hook-stop-continue.c: Delete.
5882 * gdb.base/hook-stop-continue.exp: Delete.
5883 * gdb.base/hook-stop-frame.c: Delete.
5884 * gdb.base/hook-stop-frame.exp: Delete.
5885 * gdb.base/hook-stop.c: New file.
5886 * gdb.base/hook-stop.exp: New file.
5887
919e6dbe
PMR
58882015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5889
5890 * gdb.ada/access_to_packed_array.exp: New testcase.
5891 * gdb.ada/access_to_packed_array/foo.adb: New file.
5892 * gdb.ada/access_to_packed_array/pack.adb: New file.
5893 * gdb.ada/access_to_packed_array/pack.ads: New file.
5894
157280a4
MM
58952015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5896
5897 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5898 buffer size test.
5899
2fd33e94
DB
59002015-09-11 Don Breazeal <donb@codesourcery.com>
5901
5902 * gdb.base/foll-exec.c: Add copyright header. Fix
5903 formatting issues.
5904 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5905 (do_exec_tests): Use clean_restart in place of zap_session,
5906 and for test initialization. Fix formatting issues. Use
5907 fail in place of perror.
5908 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5909 an expect statement to match an expression with output from
5910 the program under debug.
5911 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5912 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5913 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5914 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5915 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5916
e70b6e8e
DE
59172015-09-09 Doug Evans <dje@google.com>
5918
5919 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5920
7a551a51
DE
59212015-09-09 Doug Evans <dje@google.com>
5922
5923 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5924
4c666f84
DE
59252015-09-09 Doug Evans <dje@google.com>
5926
5927 * gdb.base/savedregs.exp: Fix typo.
5928
243a9253
PA
59292015-09-09 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5932
c0fa8fbd
SL
59332015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5934
5935 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5936 command actually switches threads. Give up on remaining
5937 tests if target fails to stop at breakpoint.
5938
cd7c1778
PMR
59392015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5940
5941 * gdb.ada/funcall_char.exp: New testcase.
5942 * gdb.ada/funcall_char/foo.adb: New file.
5943
dc5c8746
PMR
59442015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5945
5946 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5947 expected outputs. Add two testcases for completing ambiguous
5948 functions.
5949 * gdb.ada/complete/aux_pck.adb: New file.
5950 * gdb.ada/complete/aux_pck.ads: New file.
5951 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5952 Ambiguous_Func functions.
5953 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5954 * gdb.ada/complete/pck.adb: Likewise.
5955
4e83a1e7
UW
59562015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5957
5958 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5959 failures to run the test program under GDB.
5960
8ce74153
LM
59612015-08-26 Luis Machado <lgustavo@codesourcery.com>
5962
5963 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5964 to C.
5965
e9756d52
PP
59662015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5967
5968 * gdb.base/run-after-attach.exp: New test file.
5969 * gdb.base/run-after-attach.c: New test file.
5970
8d37573b
DB
59712015-08-26 Don Breazeal <donb@codesourcery.com>
5972
5973 * gdb.base/foll-exec-2.c: New test program.
5974 * gdb.base/foll-exec-2.exp: New test.
5975
63e43d3a
PMR
59762015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5977
5978 * gdb.base/nested-subp1.exp: New file.
5979 * gdb.base/nested-subp1.c: New file.
5980 * gdb.base/nested-subp2.exp: New file.
5981 * gdb.base/nested-subp2.c: New file.
5982 * gdb.base/nested-subp3.exp: New file.
5983 * gdb.base/nested-subp3.c: New file.
5984
3d40fbb5
PA
59852015-08-24 Pedro Alves <palves@redhat.com>
5986
5987 * gdb.server/connect-without-multi-process.c: New file.
5988 * gdb.server/connect-without-multi-process.exp: New file.
5989
4422ac93
LM
59902015-08-24 Luis Machado <lgustavo@codesourcery.com>
5991
5992 * gdb.opt/inline-markers.c: Make z int.
5993
91dddb86
LM
59942015-08-24 Luis Machado <lgustavo@codesourcery.com>
5995
5996 * gdb.opt/inline-markers.c: Make z volatile.
5997
a48847ee
LM
59982015-08-24 Luis Machado <lgustavo@codesourcery.com>
5999
6000 * gdb.opt/inline-bt.c: New volatile global z.
6001 * gdb.opt/inline-cmds.c: Likewise.
6002 * gdb.opt/inline-locals.c: Likewise.
6003 * gdb.opt/inline-markers.c: New extern global z.
6004 (marker): Use z.
6005 (inline_fn): Likewise.
6006
0ebbc52b
PA
60072015-08-24 Pedro Alves <palves@redhat.com>
6008
6009 * config/m32r-stub.exp: Remove file.
6010 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6011 * gdb.base/call-rt-st.exp: Likewise.
6012 * gdb.base/call-strs.exp: Likewise.
6013 * gdb.base/default.exp: Remove references to h8300-*-hms and
6014 *-*-udi*.
6015 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6016
77c365df
AA
60172015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6018
6019 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6020 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6021 and "return" use KFAIL when GDB can not read/write the vector
6022 return value.
6023
4313b8c0
GB
60242015-08-21 Gary Benson <gbenson@redhat.com>
6025
6026 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6027
0e433b32
PA
60282015-08-20 Pedro Alves <palves@redhat.com>
6029
6030 * gdb.server/solib-list.exp: No longer expect an interior stop in
6031 non-stop mode.
6032
221e1a37
PA
60332015-08-20 Pedro Alves <palves@redhat.com>
6034
6035 * gdb.server/connect-stopped-target.c: New file.
6036 * gdb.server/connect-stopped-target.exp: New file.
6037
40e3ad0e
PA
60382015-08-20 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.dwarf2/comp-unit-lang.exp: New file.
6041 * gdb.dwarf2/comp-unit-lang.c: New file.
6042
af39b327
PMR
60432015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6044
6045 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6046 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6047
7d45c7c3 60482015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 6049
7d45c7c3
KB
6050 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6051 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6052
4d6cceb4
DE
60532015-08-18 Doug Evans <dje@google.com>
6054 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6055
6056 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6057 skip_python_tests. New arg prompt_regexp.
6058 (skip_python_tests): New function.
6059 * lib/mi-support.exp (mi_skip_python_tests): New function.
6060 * gdb.python/py-mi-objfile-gdb.py: New file.
6061 * gdb.python/py-mi-objfile.c: New file.
6062 * gdb.python/py-mi-objfile.exp: New file.
6063
ad89c2aa
KS
60642015-08-17 Keith Seitz <keiths@redhat.com>
6065
6066 * gdb.linespec/explicit.exp: Move strace test from here ...
6067 * gdb.trace/strace.exp: ... to here.
6068
e3ae3c43
PP
60692015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6070
6071 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6072 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6073
604b2636
DE
60742015-08-14 Doug Evans <xdje42@gmail.com>
6075
6076 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6077 inferior before selecting a new file.
6078
6ff0ba5f
DE
60792015-08-14 Doug Evans <xdje42@gmail.com>
6080
6081 * gdb.mi/mi-disassemble.exp: Update.
6082 * gdb.base/disasm-optim.S: New file.
6083 * gdb.base/disasm-optim.c: New file.
6084 * gdb.base/disasm-optim.h: New file.
6085 * gdb.base/disasm-optim.exp: New file.
6086
9ca98f92
KS
60872015-08-14 Keith Seitz <keiths@redhat.com>
6088
6089 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6090 "evaluated-by".
6091
52bbc560
JB
60922015-08-13 Joel Brobecker <brobecker@adacore.com>
6093
6094 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6095
5d8c3ed3
PMR
60962015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6097
6098 * gdb.ada/fun_renaming.exp: New testcase.
6099 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6100 * gdb.ada/fun_renaming/pack.adb: New file.
6101 * gdb.ada/fun_renaming/pack.ads: New file.
6102
ea8812bc
KS
61032015-08-12 Keith Seitz <keiths@redhat.com>
6104
6105 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6106 gdb_get_line_number.
6107
4dafcdeb
JB
61082015-08-12 Joel Brobecker <brobecker@adacore.com>
6109
6110 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6111 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6112 gdb.base/dso2dso.exp: New files.
6113
5ba32597
SDJ
61142015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6115 Pedro Alves <palves@redhat.com>
6116 Keith Seitz <keiths@redhat.com>
6117
6118 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6119 GDBFLAGS.
6120
b6dafabf
PP
61212015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6122
6123 * gdb.base/gdbhistsize-history.exp
6124 (test_histsize_history_setting): Use save_vars.
6125 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6126 Use save_vars.
6127 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6128 * gdb.base/readline.exp: Use save_vars.
6129
abe8e607
PP
61302015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6131
6132 * lib/gdb.exp (save_vars): New proc.
6133
629500fa
KS
61342015-08-11 Keith Seitz <keiths@redhat.com>
6135
6136 * gdb.base/help.exp: Update help_breakpoint_text.
6137
eb8c4e2e
KS
61382015-08-11 Keith Seitz <keiths@redhat.com>
6139
6140 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6141 (at toplevel): Call test_explicit_breakpoints.
6142 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6143 breakpoints.
6144 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6145 breakpoint conditions, "-cond".
6146
87f0e720
KS
61472015-08-11 Keith Seitz <keiths@redhat.com>
6148
6149 * gdb.linespec/3explicit.c: New file.
6150 * gdb.linespec/cpexplicit.cc: New file.
6151 * gdb.linespec/cpexplicit.exp: New file.
6152 * gdb.linespec/explicit.c: New file.
6153 * gdb.linespec/explicit.exp: New file.
6154 * gdb.linespec/explicit2.c: New file.
6155 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6156 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6157 before using in the matching pattern.
6158 Clarify that `prefix' is a regular expression.
6159
f00aae0f
KS
61602015-08-11 Keith Seitz <keiths@redhat.com>
6161
6162 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6163 test.
6164 Add tests for missing ",FMT" and ",".
6165
e27852be
DE
61662015-08-10 Doug Evans <dje@google.com>
6167 Keith Seitz <keiths@redhat.com>
6168
6169 PR gdb/17960
6170 * gdb.base/completion.exp: Add location completer tests.
6171
7f03bd92
PA
61722015-08-07 Pedro Alves <palves@redhat.com>
6173
6174 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6175 tests here.
6176 (top level): Run do_test with and without displaced stepping.
6177
3fc8eb30
PA
61782015-08-07 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.base/valgrind-disp-step.c: New file.
6181 * gdb.base/valgrind-disp-step.exp: New file.
6182
d4569d7b
PA
61832015-08-07 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6186 Delete function.
6187 (main): Add alarm. Run an infinite loop instead of calling
6188 wait_threads.
6189 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6190 comment.
6191 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6192 Delete function.
6193 (main): Add alarm. Run an infinite loop instead of calling
6194 wait_threads.
6195 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6196 comment.
6197
e1316e60
PA
61982015-08-07 Pedro Alves <palves@redhat.com>
6199
6200 * gdb.base/checkpoint-ns.exp: New file.
6201 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6202 standard_testfile.
6203
da8c46d2
MM
62042015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6205
6206 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6207 * gdb.btrace/instruction_history.exp: Update.
6208 * gdb.btrace/tsx.exp: New.
6209 * gdb.btrace/tsx.c: New.
6210
de1c2c52
PA
62112015-08-06 Pedro Alves <palves@redhat.com>
6212
6213 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6214 increase timeout.
6215 * gdb.reverse/until-precsave.exp: Bump timeouts.
6216
782e0bf4
PA
62172015-08-06 Pedro Alves <palves@redhat.com>
6218
6219 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6220
83e97ed0
PA
62212015-08-06 Pedro Alves <palves@redhat.com>
6222
6223 PR gdb/18749
6224 * gdb.threads/process-dies-while-handling-bp.c: New file.
6225 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6226
863d01bd
PA
62272015-08-06 Pedro Alves <palves@redhat.com>
6228
6229 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6230 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6231
0a39bb32
PA
62322015-08-05 Pedro Alves <palves@redhat.com>
6233
6234 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6235 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6236
ee2d2b10
SL
62372015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6238
6239 * gdb.base/bp-permanent.exp: Report test as unsupported if
6240 the target cannot stop at the permanent breakpoint.
6241
4e1bdb00
DE
62422015-08-03 Doug Evans <dje@google.com>
6243
6244 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6245 10000.
6246
3d338901
DE
62472015-08-03 Doug Evans <dje@google.com>
6248
6249 * Makefile.in (workers/%.worker, build-perf): New rule.
6250 (GDB_PERFTEST_MODE): New variable.
6251 (check-perf): Use it.
6252 (clean): Clean up gdb.perf parallel build subdirs.
6253 * lib/build-piece.exp: New file.
6254 * lib/gdb.exp (make_gdb_parallel_path): New function
6255 (standard_output_file, standard_temp_file): Call it.
6256 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6257 of $GDB_PARALLEL.
6258 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6259
af061d3e
DE
62602015-08-03 Doug Evans <dje@google.com>
6261
8e1afc81 6262 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6263 (LOG_FILE_NAME): New global.
6264 (TextReporter.__init__): Initialize self.txt_sum.
6265 (TextReporter.report): Add support for multiple data-points.
6266 Move report to perftest.sum, put raw data in perftest.log.
6267 (TextReporter.start): Open sum and log files.
6268 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6269 * gdb.perf/lib/perftest/testresult.py
6270 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6271
2c8c5d37
PA
62722015-07-31 Pedro Alves <palves@redhat.com>
6273
6274 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6275 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6276 kill_wait_spawned_process instead of explicit "kill -9".
6277 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6278 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6279 kill_wait_spawned_process.
6280 * gdb.base/attach-twice.exp: Likewise.
6281 * gdb.base/attach.exp: Likewise.
6282 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6283 gdb_test_multiple.
6284 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6285 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6286 kill_wait_spawned_process.
6287 * gdb.base/valgrind-infcall.exp: Likewise.
6288 * gdb.multi/multi-attach.exp: Likewise.
6289 * gdb.python/py-prompt.exp: Likewise.
6290 * gdb.python/py-sync-interp.exp: Likewise.
6291 * gdb.server/ext-attach.exp: Likewise.
6292 * gdb.threads/attach-into-signal.exp (corefunc): Use
6293 spawn_wait_for_attach, spawn_id_get_pid and
6294 kill_wait_spawned_process.
6295 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6296 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6297 spawn_id_get_pid and kill_wait_spawned_process.
6298 * gdb.threads/attach-stopped.exp (corefunc): Use
6299 spawn_wait_for_attach, spawn_id_get_pid and
6300 kill_wait_spawned_process.
6301 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6302 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6303 kill_wait_spawned_process instead of explicit "kill -9".
6304 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6305 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6306 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6307 processes. Don't map cygwin/windows pids here. Now returns a
6308 spawn id list.
6309
032a0fca
SL
63102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6311
6312 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6313 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6314 correct patch.
6315
61a934ca
SL
63162015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6317
6318 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6319
4bc4d428
SL
63202015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6321
6322 Reapply:
6323 2014-05-21 Mark Wielaard <mjw@redhat.com>
6324
6325 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6326
998d452a
PA
63272015-07-30 Pedro Alves <palves@redhat.com>
6328
6329 * linux-low.c (handle_extended_wait): Set the child's last
6330 reported status to TARGET_WAITKIND_STOPPED.
6331
69dde7dc
PA
63322015-07-30 Pedro Alves <palves@redhat.com>
6333
6334 PR threads/18600
6335 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6336 only shows inferior 1.
6337
4dd63d48
PA
63382015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6339 Pedro Alves <palves@redhat.com>
6340
6341 PR threads/18600
6342 * gdb.threads/fork-plus-threads.c: New file.
6343 * gdb.threads/fork-plus-threads.exp: New file.
6344
d618e4c5
PP
63452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6346
6347 * gdb.base/batch-preserve-term-settings.exp
6348 (test_terminal_settings_preserved_after_cli_exit): Use
6349 send_quit_command.
6350
1eef6428
PA
63512015-07-29 Pedro Alves <palves@redhat.com>
6352 Don Breazeal <donb@codesourcery.com>
6353
6354 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6355 output from both inferior_spawn_id and gdb_spawn_id.
6356
7da5b897
SDJ
63572015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6358
6359 * gdb.threads/attach-into-signal.exp (corefunc): Use
6360 with_test_prefix on nested loops, uniquefying the test messages.
6361
dac804df
SDJ
63622015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6363
6364 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6365 commit.
6366
06265e53
PP
63672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6368
6369 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6370 New proc.
6371 (test_terminal_settings_preserved_after_sigterm): New test.
6372
18206ca3
PP
63732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6374
6375 * gdb.base/batch-preserve-term-settings.exp
6376 (test_terminal_settings_preserved_after_cli_exit): New test.
6377
90074d11
PP
63782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6379
6380 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6381 manipulation of saved_gdbflags.
6382 (test_terminal_settings_preserved): Remove global declaration of
6383 the unused variable pagination_prompt. Remove manipulation of
6384 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6385 GDBFLAGS.
6386
eb1a7902
PA
63872015-07-29 Pedro Alves <palves@redhat.com>
6388
6389 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6390
8b75dd3b
PA
63912015-07-29 Pedro Alves <palves@redhat.com>
6392
6393 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6394 at the top.
6395
dedad4e3
PA
63962015-07-29 Pedro Alves <palves@redhat.com>
6397
6398 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6399 (main): Call gdb_unbuffer_output.
6400 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6401 (main): Call gdb_unbuffer_output.
6402 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6403 (main): Call gdb_unbuffer_output.
6404 * gdb.base/call-strs.exp: Adjust to step over the
6405 gdb_unbuffer_output call.
6406 * gdb.base/catch-gdb-caused-signals.c: Include
6407 "../lib/unbuffer_output.c".
6408 (main): Call gdb_unbuffer_output.
6409 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6410 (main): Call gdb_unbuffer_output.
6411 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6412 (main): Call gdb_unbuffer_output.
6413 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6414 (main): Call gdb_unbuffer_output.
6415 * gdb.base/shlib-call.exp: Adjust to step over the
6416 gdb_unbuffer_output call.
6417 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6418 (main): Call gdb_unbuffer_output.
6419 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6420 (main): Call gdb_unbuffer_output.
6421 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6422 (main): Rename to ...
6423 (test): ... this.
6424 (main): Reimplement.
6425 * gdb.base/varargs.exp: Run to test instead of to main.
6426 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6427 (main): Call gdb_unbuffer_output.
6428
58789a91
PA
64292015-07-29 Pedro Alves <palves@redhat.com>
6430
6431 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6432 factore out from mi_continue_dprintf. For call-style dprintfs,
6433 expect dprintf output out of $inferior_spawn_id.
6434 (mi_continue_dprintf): Use mi_expect_dprintf.
6435 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6436 (main): Call gdb_unbuffer_output.
6437
e8376742
PA
64382015-07-29 Pedro Alves <palves@redhat.com>
6439
6440 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6441 (default_mi_gdb_start): Set inferior_spawn_id instead of
6442 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6443 gdb_spawn_id.
6444 (mi_gdb_test): Always expect inferior output from both
6445 $inferior_spawn_id and $gdb_spawn_id.
6446
08280010
PA
64472015-07-29 Pedro Alves <palves@redhat.com>
6448
6449 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6450 send_inferior and $inferior_spawn_id.
6451
4d30e432
PA
64522015-07-29 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.gdb/complaints.exp (test_initial_complaints)
6455 (test_serial_complaints, test_short_complaints): Use
6456 gdb_test_stdio.
6457 (test_empty_complaint): Handle $inferior_spawn_id !=
6458 $gdb_spawn_id.
6459
0d30a335
PA
64602015-07-29 Pedro Alves <palves@redhat.com>
6461
6462 * gdb.base/varargs.exp: Use gdb_test_stdio.
6463
39413b29
PA
64642015-07-29 Pedro Alves <palves@redhat.com>
6465
6466 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6467
7cb000a9
PA
64682015-07-29 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6471
d7b8ac82
PA
64722015-07-29 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6475 parameter into two new parameters, "inf_result" and "gdb_result".
6476 Expect inferior output and gdb output from $inferior_spawn_id and
6477 $gdb_spawn_id, respectively. Adjust all callers.
6478
789c3a0c
PA
64792015-07-29 Pedro Alves <palves@redhat.com>
6480
6481 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6482 of gdb_test_sequence.
6483
77e760c3
PA
64842015-07-29 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6487 (saw_spurious_output): Expect inferior output from
6488 $inferior_spawn_id. Use gdb_test_stdio.
6489
8396d2cd
PA
64902015-07-29 Pedro Alves <palves@redhat.com>
6491
6492 * gdb.base/dprintf.exp: Use standard_testfile. Change
6493 prepare_for_testing call.
6494 (srcfile): Don't set.
6495 (restart): New procedure.
6496 (test_dprintf): New procecure, use to continue over dprintfs.
6497 (test_call, test_agent): New procedures, tests moved here.
6498 Restart gdb and recreate dprintfs. Adjust expected output.
6499
2051d61f
PA
65002015-07-29 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6503
452397af
PA
65042015-07-29 Pedro Alves <palves@redhat.com>
6505
6506 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6507
8aed9555
PA
65082015-07-29 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6511 gdb_test_stdio.
6512
188a61b4
PA
65132015-07-29 Pedro Alves <palves@redhat.com>
6514
6515 * lib/gdb.exp (gdb_test_stdio): New procedure.
6516
12264a45
PA
65172015-07-29 Pedro Alves <palves@redhat.com>
6518
6519 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6520
23ffc893
PA
65212015-07-29 Pedro Alves <palves@redhat.com>
6522
6523 * gdb.base/call-signal-resume.exp: Remove check for
6524 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6525 * gdb.base/unwindonsignal.exp: Likewise.
6526 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6527 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6528
65566918
PA
65292015-07-29 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/siginfo-addr.c (pass): New function.
6532 (handler): Call it iff si_addr is correct.
6533 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6534 Set a breakpoint at "pass" and continue to it.
6535
d60a9221
SDJ
65362015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6537
6538 * gdb.python/py-objfile.exp: Make some tests have unique names.
6539 * gdb.python/py-pp-registration.exp: Likewise.
6540
bde40b8f
PA
65412015-07-28 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6544
13e1dec8
SM
65452015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6546
6547 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6548
da33c9a7
SM
65492015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6550
6551 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6552
077836f7
PP
65532015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6554
6555 * gdb.base/gdb-sigterm-2.exp: New test.
6556
b8cc7b2e
DE
65572015-07-25 Doug Evans <xdje42@gmail.com>
6558
6559 Revert:
6560 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6561 (workers/%.worker, build-perf): New rule.
6562 (GDB_PERFTEST_MODE): New variable.
6563 (check-perf): Use it.
6564 (clean): Clean up gdb.perf parallel build subdirs.
6565 * lib/build-piece.exp: New file.
6566 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6567 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6568 name.
6569 (standard_temp_file): Ditto.
6570 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6571 of $GDB_PARALLEL.
6572
c8bd4544
DE
65732015-07-24 Doug Evans <dje@google.com>
6574
6575 * gdb.perf/lib/perftest/utils.py: New file.
6576 * gdb.perf/gm-hello.cc: New file.
6577 * gdb.perf/gm-pervasive-typedef.cc: New file.
6578 * gdb.perf/gm-pervasive-typedef.h: New file.
6579 * gdb.perf/gm-std.cc: New file.
6580 * gdb.perf/gm-std.h: New file.
6581 * gdb.perf/gm-use-cerr.cc: New file.
6582 * gdb.perf/gm-utils.h: New file.
6583 * gdb.perf/gmonster-null-lookup.py: New file.
6584 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6585 * gdb.perf/gmonster-print-cerr.py: New file.
6586 * gdb.perf/gmonster-ptype-string.py: New file.
6587 * gdb.perf/gmonster-runto-main.py: New file.
6588 * gdb.perf/gmonster-select-file.py: New file.
6589 * gdb.perf/gmonster1-null-lookup.exp: New file.
6590 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6591 * gdb.perf/gmonster1-print-cerr.exp: New file.
6592 * gdb.perf/gmonster1-ptype-string.exp: New file.
6593 * gdb.perf/gmonster1-runto-main.exp: New file.
6594 * gdb.perf/gmonster1-select-file.exp: New file.
6595 * gdb.perf/gmonster1.cc: New file.
6596 * gdb.perf/gmonster1.exp: New file.
6597 * gdb.perf/gmonster2-null-lookup.exp: New file.
6598 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6599 * gdb.perf/gmonster2-print-cerr.exp: New file.
6600 * gdb.perf/gmonster2-ptype-string.exp: New file.
6601 * gdb.perf/gmonster2-runto-main.exp: New file.
6602 * gdb.perf/gmonster2-select-file.exp: New file.
6603 * gdb.perf/gmonster2.cc: New file.
6604 * gdb.perf/gmonster2.exp: New file.
6605
6eab34f3
DE
66062015-07-24 Doug Evans <dje@google.com>
6607
6608 * gdb.perf/README: New file.
6609 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6610 * lib/gen-perf-test.exp: New file.
6611
63738bfd
DE
66122015-07-24 Doug Evans <dje@google.com>
6613
6614 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6615 (PerfTest::startup): New function.
6616 (PerfTest::run): Return result of calling body.
6617 (PerfTest::assemble): Rewrite.
6618 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6619 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6620 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6621 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6622 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6623
7b606f95
DE
66242015-07-24 Doug Evans <dje@google.com>
6625
6626 * lib/gdb.exp (clean_restart): Make executable optional.
6627
a97b16b8
DE
66282015-07-24 Doug Evans <dje@google.com>
6629
6630 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6631 compiler_info references.
6632 * gdb.cp/temargs.exp: Ditto.
6633 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6634 (get_compiler_info): Early exit if already computed. Set compiler_info
6635 to "unknown" if there was a problem.
6636 (test_compiler_info): Add function comment. Call get_compiler_info.
6637
35baa57f
DE
66382015-07-24 Doug Evans <dje@google.com>
6639
6640 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6641 (workers/%.worker, build-perf): New rule.
6642 (GDB_PERFTEST_MODE): New variable.
6643 (check-perf): Use it.
6644 (clean): Clean up gdb.perf parallel build subdirs.
6645 * lib/build-piece.exp: New file.
6646 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6647 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6648 name.
6649 (standard_temp_file): Ditto.
6650 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6651 of $GDB_PARALLEL.
6652
6ebea266
DE
66532015-07-24 Doug Evans <dje@google.com>
6654
6655 * lib/future.exp (gdb_default_target_compile): New option
6656 "early_flags".
6657 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6658 --as-needed.
6659
1e76a7e9
SDJ
66602015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6661
6662 * gdb.base/catch-syscall.exp: Call gdb_exit before
6663 gdb_skip_xml_test.
6664
5068630a
PA
66652015-07-24 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.python/py-events.exp: Accept output between the stop event
6668 and the prompt.
6669 * gdb.python/py-evsignal.exp: Likewise.
6670 * gdb.python/py-evthreads.exp: Likewise.
6671
77598427
PA
66722015-07-24 Pedro Alves <palves@redhat.com>
6673
6674 PR gdb/18717
6675 * gdb.threads/non-ldr-exit.c: New file.
6676 * gdb.threads/non-ldr-exit.exp: New file.
6677
11e6c98f
YQ
66782015-07-24 Yao Qi <yao.qi@linaro.org>
6679
6680 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6681 restarting process.
6682
51aee833
YQ
66832015-07-24 Yao Qi <yao.qi@linaro.org>
6684
6685 * gdb.server/ext-restart.exp: New file.
6686
8cfe207c
YQ
66872015-07-24 Yao Qi <yao.qi@linaro.org>
6688
6689 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6690 argument options.
6691 * gdb.server/ext-wrapper.exp: New file.
6692
cc12ce38
DE
66932015-07-23 Doug Evans <dje@google.com>
6694
6695 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6696 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6697
d0d84780
PMR
66982015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6699
6700 * gdb.ada/var_arr_typedef.exp: New testcase.
6701 * gdb.ada/var_arr_typedef/pack.adb: New file.
6702 * gdb.ada/var_arr_typedef/pack.ads: New file.
6703 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6704
8b558f79
JB
67052015-07-20 Joel Brobecker <brobecker@adacore.com>
6706
6707 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6708
775a3298
JK
67092015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6710
6711 * gdb.arch/i386-biarch-core.exp: Replace istarget
6712 by "complete set gnutarget". Remove expectation for the "core-file"
6713 command.
6714
db1ff28b
JK
67152015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6716
6717 Revert the previous commit:
6718 Tests for validate symbol file using build-id.
6719
0a94970d
JK
67202015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6721
6722 Tests for validate symbol file using build-id.
6723 * gdb.base/solib-mismatch-lib.c: New file.
6724 * gdb.base/solib-mismatch-libmod.c: New file.
6725 * gdb.base/solib-mismatch.c: New file.
6726 * gdb.base/solib-mismatch.exp: New file.
6727
03346981
SL
67282015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6729
6730 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6731 nios2-*-linux*.
6732 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6733 * gdb.base/siginfo.exp: Likewise.
6734 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6735
42422cc7
PL
67362015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6737
6738 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6739 Move it to ...
6740 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6741 ... here.
6742 * gdb.trace/range-stepping.exp: Check that the target supports
6743 range stepping.
6744
cfa68bae
JK
67452015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6746
6747 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6748
8ffdba26
PA
67492015-07-14 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.base/killed-outside.exp: New file.
6752 * gdb.base/killed-outside.c: New file.
6753
218a5a11
JK
67542015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6755
6756 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6757 (n at main): New.
6758 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6759
e03ed3c6
AA
67602015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6761
6762 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6763 infcall tests instead of setting up for KFAIL.
6764
485668e5
MM
67652015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6766
6767 * gdb.btrace/record_goto-step.exp: New.
6768
08464196
JK
67692015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6770
6771 PR compile/18484
6772 * gdb.compile/compile.c (struct struct_type): Add volatile to
6773 selffield's type.
6774 * gdb.compile/compile.exp
6775 (compile code struct_object.selffield = &struct_object): Skip further
6776 struct_object tests if this one xfails.
6777
bcf5c1d9
RC
67782015-07-08 Robert O'Callahan <robert@ocallahan.org>
6779
6780 PR exp/18617
6781 * gdb.trace/ax.exp: Add test.
6782
4931af25
YQ
67832015-07-07 Yao Qi <yao.qi@linaro.org>
6784
6785 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6786 instead of istarget "aarch64*-*-*".
6787 * gdb.arch/aarch64-fp.exp: Likewise.
6788 * gdb.base/float.exp: Likewise.
6789 * gdb.reverse/aarch64.exp: Likewise.
6790 * lib/gdb.exp (is_aarch64_target): New proc.
6791
9fcf688e
YQ
67922015-07-07 Yao Qi <yao.qi@linaro.org>
6793
6794 * lib/gdb.exp (is_aarch32_target): New proc.
6795 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6796 instead of "istarget "arm*-*-*"".
6797 * gdb.arch/arm-disp-step.exp: Likewise.
6798 * gdb.arch/thumb-bx-pc.exp: Likewise.
6799 * gdb.arch/thumb-prologue.exp: Likewise.
6800 * gdb.arch/thumb-singlestep.exp: Likewise.
6801 * gdb.base/disp-step-syscall.exp: Likewise.
6802 * gdb.base/float.exp: Likewise.
6803
fbd8d50d
YQ
68042015-07-07 Yao Qi <yao.qi@linaro.org>
6805
6806 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6807 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6808
71be1fdc
YQ
68092015-07-07 Yao Qi <yao.qi@linaro.org>
6810
6811 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6812 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6813 if it exists.
6814 * gdb.multi/multi-arch.exp: Likewise.
6815
3e221d36
SM
68162015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6817
6818 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6819 print.
6820
d441430b
YQ
68212015-07-07 Yao Qi <yao.qi@linaro.org>
6822
6823 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6824
06f810bd
MG
68252015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6826
6827 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6828 '[' and ']' characters.
6829
5e61e7c0
IB
68302015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6831
6832 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6833
28bf096c
PA
68342015-06-29 Pedro Alves <palves@redhat.com>
6835
6836 PR threads/18127
6837 * gdb.threads/hand-call-new-thread.c: New file.
6838 * gdb.threads/hand-call-new-thread.c: New file.
6839
ee93cd5e
KS
68402015-06-26 Keith Seitz <keiths@redhat.com>
6841 Doug Evans <dje@google.com>
6842
6843 PR 16253
6844 * gdb.cp/var-tag-2.cc: New file.
6845 * gdb.cp/var-tag-3.cc: New file.
6846 * gdb.cp/var-tag-4.cc: New file.
6847 * gdb.cp/var-tag.cc: New file.
6848 * gdb.cp/var-tag.exp: New file.
6849
fc637f04
PP
68502015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6851
6852 * gdb.base/history-duplicates.exp: New test.
6853
2e52ae68
PP
68542015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6855
6856 * gdb.base/completion.exp: Test the completion of the "focus"
6857 command.
6858
6e22494e
JK
68592015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6860
6861 * gdb.arch/amd64-prologue-skip.S: New file.
6862 * gdb.arch/amd64-prologue-skip.exp: New file.
6863
bf7b9cd9
SM
68642015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6865
6866 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6867 is_address_zero_readable check.
6868
201e8dfd
PB
68692015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6870
6871 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6872 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6873
5cd867b4
YQ
68742015-06-24 Yao Qi <yao.qi@linaro.org>
6875
6876 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6877 linux targets.
6878
4d7be007
YQ
68792015-06-24 Yao Qi <yao.qi@linaro.org>
6880
6881 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6882 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6883 * gdb.base/siginfo-thread.exp: Likewise.
6884
07fcd301
YQ
68852015-06-22 Yao Qi <yao.qi@linaro.org>
6886
6887 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6888
52042a00
YQ
68892015-06-22 Yao Qi <yao.qi@linaro.org>
6890
6891 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6892 aarch64*-*-*.
6893 (skip_hw_watchpoint_tests): Likewise.
6894
74bd41ce
PP
68952015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6896
6897 * gdb.base/gdbinit-history.exp: Test the interaction between
6898 setting GDBHISTSIZE and setting the history size via .gdbinit.
6899
bc460514
PP
69002015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6901
6902 PR gdb/16999
6903 * gdb.base/gdbhistsize-history.exp: New test.
6904
b58c513b
PP
69052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6906
6907 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6908 with GDBHISTSIZE.
6909 * gdb.base/readline.exp: Likewise.
6910
92046791
YQ
69112015-06-17 Yao Qi <yao.qi@linaro.org>
6912
6913 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6914 line.
6915
2093d2d3
PP
69162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6917
6918 * gdb.base/gdbinit-history.exp: Add test case to check that
6919 an unlimited history file does not get truncated on exit.
6920
e6c693af
AA
69212015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6922
6923 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6924 (VECTOR): New macro. Use it...
6925 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6926 ...for these typedefs.
6927 (int8, char1, int1, double1): New typedefs.
6928 (struct just_int2, struct two_int2): New structures.
6929 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6930 (add_structvecs, add_singlevecs): New functions.
6931 (main): Call add_some_intvecs twice.
6932 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6933 the compile and exit upon failure. Try compiling for the "native"
6934 architecture. Test inferior function calls with vector arguments
6935 and vector return value handling with "finish" and "return".
6936
c74f7d1c
JT
69372015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6938
6939 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6940 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6941 PE file.
6942 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6943
98aa42ee
AT
69442015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6945
6946 PR breakpoints/16465
6947 * gdb.mi/mi-dprintf-pending.c: New file.
6948 * gdb.mi/mi-dprintf-pending.exp: New test.
6949 * gdb.mi/mi-dprintf-pendshr.c: New file.
6950
7d73c23c 69512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6952 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6953
6954 * gdb.arch/i386-mpx-map.c: New file.
6955 * gdb.arch/i386-mpx-map.exp: New File.
6956
69572015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6958
6959 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6960 * gdb.arch/i386-mpx.exp: Indentation fixed.
6961
69622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6963
6964 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6965 function and improved indentation.
6966 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6967 gdb_test_multiple. Added additional tests to skip the test.
6968
69692015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6970
6971 * gdb.arch/i386-avx512.c: Change path in include file.
6972 * gdb.arch/i386-avx512.exp: Change include dir path
6973 compilation flag.
6974 * gdb.arch/i386-mpx.c: Change path in include file.
6975 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6976 flag.
6977
d5eba19a
JK
69782015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6979
6980 * gdb.compile/compile-print.exp (compile print *vararray@3)
6981 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6982
7f361056
JK
69832015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6984
6985 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6986 (do not keep jit in memory): ... this.
6987 (expect 5): Change it to ...
6988 (expect no 5): ... this.
6989
3b462ec2
SM
69902015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6991
6992 PR gdb/15564
6993 * gdb.mi/mi-detach.exp: New file.
6994
e0619de6
JK
69952015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 PR symtab/18392
6998 * gdb.arch/amd64-tailcall-self.S: New file.
6999 * gdb.arch/amd64-tailcall-self.c: New file.
7000 * gdb.arch/amd64-tailcall-self.exp: New file.
7001
e970cb34
DB
70022015-05-28 Don Breazeal <donb@codesourcery.com>
7003
7004 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7005 tests for remote targets by checking is_target_gdbserver.
7006
b2e2f908
DE
70072015-05-27 Doug Evans <dje@google.com>
7008
7009 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7010 * gdb.dwarf2/opaque-type-lookup.c: New file.
7011 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7012
82c7be31
DE
70132015-05-26 Doug Evans <dje@google.com>
7014
7015 * gdb.cp/iostream.cc: New file.
7016 * gdb.cp/iostream.exp: New file.
7017
b4f54984
DE
70182015-05-26 Doug Evans <dje@google.com>
7019
7020 * gdb.dwarf2/dw2-op-call.exp: Update.
7021 * gdb.dwarf2/dw4-sig-types.exp: Update.
7022 * gdb.dwarf2/implptr.exp: Update.
7023 * gdb.mi/mi-cmd-param-changed.exp: Update.
7024
4ea6efe9
DE
70252015-05-26 Doug Evans <dje@google.com>
7026
7027 * gdb.python/py-lazy-string.c: New file.
7028 * gdb.python/py-lazy-string.exp: New file.
7029 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7030 (main): Update. Add estring3.
7031 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7032 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7033
f6bb7db3
YQ
70342015-05-26 Omair Javaid <omair.javaid@linaro.org>
7035 Yao Qi <yao.qi@linaro.org>
7036
7037 * gdb.reverse/aarch64.c: New.
7038 * gdb.reverse/aarch64.exp: New.
7039
a81bfbd0
OJ
70402015-05-26 Omair Javaid <omair.javaid@linaro.org>
7041
25d49b86
PA
7042 * lib/gdb.exp (supports_process_record): Return true for
7043 aarch64*-linux*.
a81bfbd0
OJ
7044 (supports_reverse): Likewise.
7045
158bf1b4
PP
70462015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7047
7048 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7049 Use with_test_prefix.
7050
a0145030
AB
70512015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7052
7053 * gdb.base/completion.exp: Add test for completion of layout
7054 names.
7055
ebe3b578
AB
70562015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7057
7058 * lib/gdb.exp (skip_tui_tests): New proc.
7059 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7060
84204ed7
PA
70612015-05-19 Pedro Alves <palves@redhat.com>
7062
7063 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7064 Save the whole env array instead of just HOME. Unset HISTSIZE in
7065 the environment while testing. Restore whole environment
7066 afterwards.
7067
37442ce1
DE
70682015-05-16 Doug Evans <xdje42@gmail.com>
7069
7070 * gdb.guile/scm-ports.c: New file.
7071 * gdb.guile/scm-ports.exp: Add memory port tests.
7072
36de76f9
JK
70732015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7074
7075 * gdb.compile/compile-print.c: New file.
7076 * gdb.compile/compile-print.exp: New file.
7077
3a9558c4
JK
70782015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7079
7080 * gdb.compile/compile-ops.exp: Cast param to void.
7081 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7082 (compile code struct_object.selffield = &struct_object): Add xfail.
7083
aa715135
JG
70842015-05-15 Joel Brobecker <brobecker@adacore.com>
7085
7086 * gdb.ada/arr_enum_with_gap: New testcase.
7087
931e5bc3
JG
70882015-05-15 Joel Brobecker <brobecker@adacore.com>
7089
7090 * gdb.ada/byte_packed_arr: New testcase.
7091
9cd4d857
JB
70922015-05-15 Joel Brobecker <brobecker@adacore.com>
7093
7094 * gdb.ada/pckd_neg: New testcase.
7095
ebfd00d2
PP
70962015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7097
7098 PR gdb/17820
7099 * gdb.base/gdbinit-history.exp: New test.
7100 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7101 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7102
4c082a81
SC
71032015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7104
7105 * gdb.python/py-xmethods.cc: Enhance test case.
7106 * gdb.python/py-xmethods.exp: New tests.
7107 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7108 function.
7109 (B_indexoper): Likewise.
7110 (global_dm_list) : Add new xmethod worker functions.
7111
f7797074
SDJ
71122015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7113
7114 * gdb.base/coredump-filter.exp: Correctly unset
7115 "coredump_var_addr" array.
7116
a4674e4e
PA
71172015-05-08 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.server/non-existing-program.exp: Unset spawn_id.
7120
df2eb078
SC
71212015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7122
7123 PR python/18291
7124 * gdb.python/py-xmethods.exp: Add tests.
7125
422349a3
YQ
71262015-05-08 Yao Qi <yao.qi@linaro.org>
7127
7128 PR gdb/18208
7129 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7130 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7131 function set_coredump_filter, and remove remote_exec call.
7132 Remove argument ipid. Callers update.
7133 (top level): Don't get inferior's PID.
7134
63fc80ce
AA
71352015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7136
7137 * gdb.base/watch_thread_num.exp: Skip test on targets without
7138 access watchpoints.
7139
80ad801e
PA
71402015-05-06 Pedro Alves <palves@redhat.com>
7141
7142 PR server/18081
7143 * gdb.server/non-existing-program.exp: New file.
7144
0fa7fe50
JB
71452015-05-05 Joel Brobecker <brobecker@adacore.com>
7146
7147 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7148
3ea89b92
PMR
71492015-05-05 Joel Brobecker <brobecker@adacore.com>
7150
7151 * gdb.ada/out_of_line_in_inlined: New testcase.
7152
87b8eff0
JB
71532015-05-05 Joel Brobecker <brobecker@adacore.com>
7154
7155 * gdb.ada/var_rec_arr: New testcase.
7156
5fccc635
YQ
71572015-04-30 Yao Qi <yao.qi@linaro.org>
7158
7159 * gdb.base/break-idempotent.exp: If
7160 skip_hw_watchpoint_multi_tests returns true, skip the tests
7161 on "rwatch" and "awatch".
7162
42d38f42
YQ
71632015-04-30 Yao Qi <yao.qi@linaro.org>
7164
7165 * gdb.base/relativedebug.exp: Invoke gdb command
7166 "info sharedlibrary", and if libc.so doesn't have debug info,
7167 skip the test.
7168
2ce1cdbf
DE
71692015-04-29 Doug Evans <dje@google.com>
7170
7171 * gdb.python/py-xmethods.exp: Add ptype tests.
7172 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7173 get_result_type method.
7174
f24a38c5
LM
71752015-04-29 Luis Machado <lgustavo@codesourcery.com>
7176
7177 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7178 the target does not support hardware watchpoints.
7179
ecbf2b3c
LM
71802015-04-29 Luis Machado <lgustavo@codesourcery.com>
7181
7182 * gdb.base/break-always.exp: Abort testing if writing to memory
7183 causes an error.
7184
34f5f757
DE
71852015-04-28 Doug Evans <dje@google.com>
7186
7187 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7188 * gdb.python/py-pp-registration.exp: ... here. New file.
7189 * gdb.python/py-pp-registration.c: New file.
7190 * gdb.python/py-pp-registration.py: New file.
7191
69b4374a
DE
71922015-04-28 Doug Evans <dje@google.com>
7193
7194 * gdb.python/py-bad-printers.c: New file.
7195 * gdb.python/py-bad-printers.py: New file.
7196 * gdb.python/py-bad-printers.exp: New file.
7197
59fb7612
SS
71982015-04-28 Sasha Smundak <asmundak@google.com>
7199
7200 * gdb.python/py-type.exp: New test.
7201
2631b16a
AW
72022015-04-28 Andy Wingo <wingo@igalia.com>
7203
7204 * gdb.python/py-parameter.exp:
7205 * gdb.guile/scm-parameter.exp: Escape the path that we are
7206 matching against, as it might contain characters that are special
7207 to regular expressions.
7208
460efde1
JB
72092015-04-27 Joel Brobecker <brobecker@adacore.com>
7210
7211 * gdb.ada/rec_comp: New testcase.
7212
2d369d8e
SDJ
72132015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7214
7215 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7216 before using it.
7217
cf75d6c3
AB
72182015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7219
7220 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7221 new tests for verilog output.
7222
8dbe7ca5
YQ
72232015-04-24 Yao Qi <yao.qi@linaro.org>
7224
7225 * boards/remote-gdbserver-on-localhost.exp: New file.
7226
4ef9fb2f
PA
72272015-04-23 Pedro Alves <palves@redhat.com>
7228
7229 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7230 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7231 "end of file", remove $inferior_spawn_id from the indirect list.
7232
0a803169
PA
72332015-04-23 Pedro Alves <palves@redhat.com>
7234
7235 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7236
749ef8f8
PA
72372015-04-23 Pedro Alves <palves@redhat.com>
7238
7239 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7240 on $any_spawn_id instead of only on $gdb_spawn_id.
7241
8aae4344
PM
72422015-04-21 Pierre Muller <muller@sourceware.org>
7243
7244 PR pascal/17815
7245 * lib/pascal.exp (gpc_compile): Add new option "class".
7246 (fpc_compile): Likewise.
7247 * gdb.pascal/case-insensitive-symbols.pas: New file.
7248 * gdb.pascal/case-insensitive-symbols.exp: New file.
7249
1586c8fb
GB
72502015-04-20 Gary Benson <gbenson@redhat.com>
7251
7252 * gdb.base/attach.exp: Fix three extended remote failures.
7253
1b6e6f5c
GB
72542015-04-17 Gary Benson <gbenson@redhat.com>
7255
7256 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7257 the main executable over the remote protocol.
7258
e797481d
PA
72592015-04-16 Pedro Alves <palves@redhat.com>
7260
7261 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7262 a new gdbserver if gdbserver_reconnect_p is set.
7263
1ca99c42
PA
72642015-04-16 Pedro Alves <palves@redhat.com>
7265
7266 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7267 is set, don't exit gdbserver.
7268
af9fd6f8
AA
72692015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7270
7271 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7272 appropriate .insn, such that an older assembler can be used.
7273 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7274 the z/Architecture instruction set on 31-bit targets as well.
7275
04ff1e61
AA
72762015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7277
7278 * gdb.go/handcall.exp: Remove all logic related to the first
7279 breakpoint and rely on go_runto_main instead.
7280 * gdb.go/strings.exp: Likewise.
7281 * gdb.go/unsafe.exp: Likewise.
7282 * gdb.go/hello.exp: Likewise. Also rename the remaining
7283 breakpoint marker to "breakpoint 1".
7284 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7285 * gdb.go/strings.go: Likewise.
7286 * gdb.go/unsafe.go: Likewise.
7287 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7288 "set breakpoint 2 here" and rename the remaining breakpoint marker
7289 to "breakpoint 1".
7290
40d2f8d6
SM
72912015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7292
7293 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7294 if itertools.imap is not present.
7295 * gdb.python/py-objfile.exp: Add parentheses.
7296 * gdb.python/py-type.exp: Same.
7297 * gdb.python/py-unwind-maint.py: Same.
7298
8cbc97c6
YQ
72992015-04-15 Yao Qi <yao.qi@linaro.org>
7300
7301 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7302 of ":$ptr_size" and set its form explicitly.
7303
45fd756c
YQ
73042015-04-15 Pedro Alves <palves@redhat.com>
7305 Yao Qi <yao.qi@linaro.org>
7306
7307 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7308 timeout by factor of 4.
7309 (test_regular_watch): Likewise.
7310 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7311 * gdb.reverse/sigall-reverse.exp: Likewise.
7312 * gdb.reverse/until-precsave.exp: Likewise.
7313 * lib/gdb.exp (with_timeout_factor): New proc.
7314 (gdb_expect): Move some code to ...
7315 (get_largest_timeout): ... here. New procedure.
7316
9e811bc3
LM
73172015-04-14 Luis Machado <lgustavo@codesourcery.com>
7318
7319 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7320
0ff6fcb2
LM
73212015-04-13 Luis Machado <lgustavo@codesourcery.com>
7322
7323 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7324 to write to the .text section.
7325
7578d5f7
LM
73262015-04-13 Luis Machado <lgustavo@codesourcery.com>
7327
7328 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7329 Handle the case of targets that do not provide PID information.
7330
2efe15c4
YQ
73312015-04-13 Yao Qi <yao.qi@linaro.org>
7332
7333 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7334 and use expect instead of gdb_expect.
7335
8cd8f2f8
SDJ
73362015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7337
7338 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7339 "coredump_var_addr" to avoid naming conflict with other testcases.
7340
9ee41772
PA
73412015-04-10 Pedro Alves <palves@redhat.com>
7342
7343 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7344 gdb_test_sequence and gdb_assert.
7345
07473109
PA
73462015-04-10 Pedro Alves <palves@redhat.com>
7347
7348 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7349 test messages that don't include the breakpoint address.
7350
de3db44c
YQ
73512015-04-10 Yao Qi <yao.qi@linaro.org>
7352
7353 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7354 false for some offset and width combinations which aren't
7355 supported by linux kernel.
7356
c79d856c
PA
73572015-04-10 Pedro Alves <palves@redhat.com>
7358
7359 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7360 procedure, factored out from ...
7361 (top level): ... here. Add "set displaced-stepping" testing axis.
7362 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7363 parameter "displaced". Use it.
7364 (top level): Use foreach and add "set displaced-stepping" testing
7365 axis.
7366
ebc90b50
PA
73672015-04-10 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7370 Remove comment.
7371 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7372 both the address of the instruction that triggers the watchpoint
7373 and the address of the instruction immediately after, and use
7374 those addresses for the test. Fix comment.
7375
8f572e5c
PA
73762015-04-10 Pedro Alves <palves@redhat.com>
7377
7378 * gdb.base/sigstep.exp (breakpoint_to_handler)
7379 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7380 Test "backtrace" in handler.
7381 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7382 (top level): Add new "displaced" test axis to
7383 breakpoint_to_handler, breakpoint_to_handler_entry and
7384 breakpoint_over_handler.
7385
8d707a12
PA
73862015-04-10 Pedro Alves <palves@redhat.com>
7387
7388 PR gdb/18216
7389 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7390
ef713951
YQ
73912015-04-10 Yao Qi <yao.qi@linaro.org>
7392
7393 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7394 (test_add_rn_pc): New function.
7395 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7396 (top level): Invoke test_add_rn_pc.
7397
906d60cf
PA
73982015-04-10 Pedro Alves <palves@redhat.com>
7399
7400 PR gdb/13858
7401 * gdb.base/step-over-no-symbols.exp: New file.
7402
f2983cc3
AW
74032015-04-09 Andy Wingo <wingo@igalia.com>
7404
7405 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7406 after the Python tests.
7407
6d62641c
SDJ
74082015-04-08 Keith Seitz <keiths@redhat.com>
7409
7410 PR python/16699
7411 * gdb.python/py-completion.exp: New tests for completion.
7412 * gdb.python/py-completion.py (CompleteLimit1): New class.
7413 (CompleteLimit2): Likewise.
7414 (CompleteLimit3): Likewise.
7415 (CompleteLimit4): Likewise.
7416 (CompleteLimit5): Likewise.
7417 (CompleteLimit6): Likewise.
7418 (CompleteLimit7): Likewise.
7419
f3770638
PA
74202015-04-08 Pedro Alves <palves@redhat.com>
7421
7422 PR gdb/18214
7423 PR gdb/18216
7424 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7425 function.
7426 (main): Install it as SIGUSR1 handler.
7427 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7428 parameter. Always use "setup" as prefix. Toggle "set
7429 displaced-stepping" off/on depending on global. Don't switch to
7430 thread 1 here.
7431 (top level): Add displaced stepping "off/on" test axis. Update
7432 "setup" calls. Wrap each subtest with with_test_prefix. Test
7433 continuing with a queued signal in each thread.
7434
4496bed7
PA
74352015-04-08 Pedro Alves <palves@redhat.com>
7436
7437 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7438 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7439 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7440 Return early if running to main fails.
7441 * gdb.trace/while-stepping.exp: Likewise.
7442
b97fde92
PA
74432015-04-07 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7446 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7447 interact with inferior program.
7448
f71c18e7
PA
74492015-04-07 Pedro Alves <palves@redhat.com>
7450
7451 * lib/gdb.exp (inferior_spawn_id): New global.
7452 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7453 spawn id after processing the user code.
7454 (default_gdb_start): Set inferior_spawn_id.
7455 (send_inferior): New procedure.
7456 * lib/gdbserver-support.exp (gdbserver_start): Set
7457 inferior_spawn_id.
7458 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7459
6423214f
PA
74602015-04-07 Pedro Alves <palves@redhat.com>
7461
7462 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7463 * lib/gdbserver-support.exp (gdbserver_start): Make
7464 $server_spawn_id global.
7465 (gdbserver_start): Don't wait for gdbserver's spawn id with
7466 expect_background.
7467 (close_gdbserver): New procedure.
7468 (gdb_exit): Rename the default version and reimplement.
7469
71c0ee8c
PA
74702015-04-07 Pedro Alves <palves@redhat.com>
7471
72f4393d 7472 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7473 append the substituted item, not the original item.
7474
203bc29b
PA
74752015-04-07 Pedro Alves <palves@redhat.com>
7476
7477 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7478 gdb_expect.
7479
508a3ddf
PA
74802015-04-07 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7483 output appearing once only.
7484
9f6dbe2b
PA
74852015-04-07 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7488 that doesn't expect anything. Return early if running to main
7489 fails.
7490
337532fa
YQ
74912015-04-07 Yao Qi <yao.qi@linaro.org>
7492
7493 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7494 (child_function): Call alarm.
7495 (main): Move call to alarm into the loop.
7496 * gdb.threads/non-stop-fair-events.exp: Build program with
7497 -DTIMEOUT=$timeout.
7498
01b622d4
DE
74992015-04-06 Doug Evans <xdje42@gmail.com>
7500
7501 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7502 Fix dest parameter to board_info.
7503 (fpc_compile): Ditto.
7504 (gdb_compile_pascal): Rename dest arg to destfile.
7505
961f4160
PMR
75062015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7507
7508 * gdb.ada/funcall_ref.exp: New file.
7509 * gdb.ada/funcall_ref/foo.adb: New file.
7510
cafda597
YQ
75112015-04-02 Yao Qi <yao.qi@linaro.org>
7512
7513 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7514 is remote.
7515
fed040c6
GB
75162015-04-02 Gary Benson <gbenson@redhat.com>
7517
7518 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7519
d11916aa
SS
75202015-04-01 Sasha Smundak <asmundak@google.com>
7521
7522 * gdb.python/py-unwind-maint.c: New file.
7523 * gdb.python/py-unwind-maint.exp: New test.
7524 * gdb.python/py-unwind-maint.py: New file.
7525 * gdb.python/py-unwind.c: New file.
7526 * gdb.python/py-unwind.exp: New test.
7527 * gdb.python/py-unwind.py: New test.
7528
a1471180
PA
75292015-04-01 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7532 to fail instead of non-existent $test.
7533
0bbeccb1
PA
75342015-04-01 Pedro Alves <palves@redhat.com>
7535
7536 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7537 GDBFLAGS if not empty.
7538
3c724c8c
PMR
75392015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7540
7541 * gdb.ada/complete.exp: Remove "multi_line".
7542 * gdb.ada/info_exc.exp: Remove "multi_line".
7543 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7544 * gdb.ada/ptype_field.exp: Remove "multi_line".
7545 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7546 * gdb.ada/tagged.exp: Remove "multi_line".
7547 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7548 [multi_line ...]
7549 * gdb.btrace/delta.exp: Likewise.
7550 * gdb.btrace/exception.exp: Likewise.
7551 * gdb.btrace/function_call_history.exp: Likewise.
7552 * gdb.btrace/instruction_history.exp: Likewise.
7553 * gdb.btrace/nohist.exp: Likewise.
7554 * gdb.btrace/record_goto.exp: Likewise.
7555 * gdb.btrace/segv.exp: Likewise.
7556 * gdb.btrace/stepi.exp: Likewise.
7557 * gdb.btrace/tailcall.exp: Likewise.
7558 * gdb.btrace/unknown_functions.exp: Likewise.
7559 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7560 * lib/gdb.exp: Add the "multi_line" helper.
7561
4eec2deb
PA
75622015-04-01 Pedro Alves <palves@redhat.com>
7563
7564 * gdb.threads/tid-reuse.c: New file.
7565 * gdb.threads/tid-reuse.exp: New file.
7566
df8411da
SDJ
75672015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7568
7569 PR corefiles/16092
7570 * gdb.base/coredump-filter.c: New file.
7571 * gdb.base/coredump-filter.exp: Likewise.
7572
6ef37366
PM
75732015-03-27 Petr Machata <pmachata@redhat.com>
7574
7575 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7576 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7577 (Dwarf::assemble): Initialize them.
7578 (Dwarf::lines): New function.
7579
7ec911b0
JT
75802015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7581
7582 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7583 SYMBOL_PREFIX for x86_64-*-cygwin.
7584
ff908ebf
AW
75852015-03-26 Andy Wingo <wingo@igalia.com>
7586
7587 PR symtab/18148
7588 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7589 const_value but not a location.
7590 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7591 location defined in non-main CUs are visible.
7592
6d5f0679
YQ
75932015-03-26 Yao Qi <yao.qi@linaro.org>
7594
7595 PR testsuite/18139
7596 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7597 Add a line number entry for the same line.
7598 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7599 Add a line number entry for the same line.
7600
2898689b
YQ
76012015-03-26 Yao Qi <yao.qi@linaro.org>
7602
7603 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7604 .int 0.
7605 (func): Likewise. Add .Lfunc_1 label.
7606 Use .Lfunc_1 label.
7607 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7608 .int 0.
7609 (func): Likewise.
7610 Use .Lfunc_1 label.
7611
85180498
YQ
76122015-03-26 Yao Qi <yao.qi@linaro.org>
7613
7614 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7615 Call gdb_compile instead to compile each .s files without debug
7616 information.
7617
8aa08a8d
YQ
76182015-03-26 Yao Qi <yao.qi@linaro.org>
7619
7620 * gdb.base/savedregs.exp (process_saved_regs): Make
7621 "Saved registers:" optional in the pattern.
7622
66849923
MM
76232015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7624
7625 * gdb.btrace/next.exp: Merged into step.exp.
7626 * gdb.btrace/finish.exp: Merged into step.exp.
7627 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7628 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7629 "record goto" and checking the exact replay position.
7630 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7631 check for "Recording format" in "info record" output.
7632 * gdb.btrace/record_goto.exp: Choose test file based on target.
7633 * gdb.btrace/x86-record_goto.S: Renamed into ...
7634 * gdb.btrace/x86_64-record_goto.S: ... this.
7635 * gdb.btrace/i686-record_goto.S: New.
7636 * gdb.btrace/x86-tailcall.S: Renamed into ...
7637 * gdb.btrace/x86_64-tailcall.S: ... this.
7638 * gdb.btrace/i686-tailcall.S: New.
7639 * gdb.btrace/x86-tailcall.c: Renamed into ...
7640 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7641 separate statements. Update test.
7642 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7643 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7644 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7645 * gdb.btrace/tailcall.exp: Choose test file based on target.
7646 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7647
11cc1b74
MM
76482015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7649
7650 * gdb.btrace/exception.exp: Increase BTS buffer size.
7651
a25d8bf9
PA
76522015-03-24 Pedro Alves <palves@redhat.com>
7653
7654 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7655
856e7dd6
PA
76562015-03-24 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.threads/schedlock.exp (test_step): No longer expect that
7659 "set scheduler-locking step" with "next" over a function call runs
7660 threads unlocked.
7661
ad235a41
AT
76622015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7663
7664 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7665
15630549
AT
76662015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7667
7668 PR breakpoints/16466
7669 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7670 * gdb.mi/mi-pending.c (thread_func): New function.
7671 (int main): Add threading support required.
7672 * gdb.mi/mi-pending.exp: Add tests for this issue.
7673 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7674 (pendfunc2): Remove stdio dependency.
7675 * gdb.mi/mi-pendshr2.c: New file.
7676
693dca06
KS
76772015-03-23 Keith Seitz <keiths@redhat.com>
7678
7679 * gdb.linespec/keywords.c: New file.
7680 * gdb.linespec/keywords.exp: New file.
7681
7e993ebf
KS
76822015-03-23 Keith Seitz <keiths@redhat.com>
7683
7684 PR gdb/18021
7685 * gdb.dwarf2/staticvirtual.exp: New test.
7686
bc23328c
JK
76872015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7688
7689 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7690 * README: Remove HP-UX and gdb.hp.
7691 (configuration):
7692 * configure: Regenerate.
7693 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7694 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7695 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7696 gdb.hp/gdb.defects/Makefile.
7697 * gdb.hp/Makefile.in: File deleted.
7698 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7699 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7700 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7701 * gdb.hp/gdb.aCC/run.c: File deleted.
7702 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7703 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7704 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7705 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7706 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7707 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7708 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7709 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7710 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7711 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7712 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7713 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7714 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7715 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7716 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7717 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7718 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7719 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7720 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7721 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7722 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7723 * gdb.hp/gdb.compat/average.c: File deleted.
7724 * gdb.hp/gdb.compat/sum.c: File deleted.
7725 * gdb.hp/gdb.compat/xdb.c: File deleted.
7726 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7727 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7728 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7729 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7730 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7731 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7732 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7733 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7734 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7735 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7736 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7737 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7738 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7739 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7740 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7741 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7742 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7743 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7744 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7745 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7746 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7747 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7748 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7749 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7750 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7751 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7752 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7753 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7754 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7755 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7756 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7757 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7758 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7759 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7760 * gdb.hp/tools/odump: File deleted.
7761
8bf3b159
PA
77622015-03-19 Pedro Alves <palves@redhat.com>
7763
7764 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7765 (saw_thread_3): New globals.
7766 (top level): Increment them when an event for the corresponding
7767 thread is seen.
7768 (no thread starvation): New test.
7769
eb54c8bf
PA
77702015-03-19 Pedro Alves <palves@redhat.com>
7771
7772 * gdb.threads/continue-pending-status.c: New file.
7773 * gdb.threads/continue-pending-status.exp: New file.
7774
32d2e5d6
PA
77752015-03-18 Pedro Alves <palves@redhat.com>
7776
7777 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7778 Use gdb_is_target_remote instead of is_remote. Use
7779 gdb_test_multiple instead of gdb_expect. Exit early if
7780 gdb_test_multiple hits its internal matches. Tighten stepi tests
7781 expected output. Fail on exit with any signal, instead of just
7782 SIGILL.
7783
f68f11b7
YQ
77842015-03-18 Yao Qi <yao.qi@linaro.org>
7785
7786 PR tdep/18107
7787 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7788 variable.
7789 * gdb.base/catch-syscall.exp: Don't skip it on
7790 aarch64*-*-linux* target. Remove elements in all_syscalls.
7791 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7792 target.
7793 (setup_all_syscalls): New proc.
7794
ca5fd19b
YQ
77952015-03-16 Yao Qi <yao.qi@linaro.org>
7796
7797 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7798 (top level): Skip tests if valid_addr_p returns false for
7799 $cmd1 or $cmd2.
7800
85642ba0
AW
78012015-03-11 Andy Wingo <wingo@igalia.com>
7802
7803 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7804
e03f9645
YQ
78052015-03-11 Yao Qi <yao.qi@linaro.org>
7806
7807 * gdb.base/catch-syscall.exp: Fix typo in comments.
7808
5d0962b2
YQ
78092015-03-11 Yao Qi <yao.qi@linaro.org>
7810
7811 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7812
b2df3cef
PA
78132015-03-09 Pedro Alves <palves@redhat.com>
7814
7815 * dg-extract-results.py: Delete.
7816
ef878e53
PA
78172015-03-09 Pedro Alves <palves@redhat.com>
7818
7819 Merge dg-extract-results.sh from GCC upstream (r218843).
7820
7821 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7822 * dg-extract-results.sh: Use --text with grep to avoid issues with
7823 binary files. Fall back to cat -v, if that doesn't work.
7824
9494d219
PA
78252015-03-05 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7828
a8d9763a
SM
78292015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7830
7831 * lib/mi-support.exp (mi_expect_interrupt): Accept
7832 alternative event for when in all-stop mode.
7833
be9957b8
PA
78342015-03-04 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7837
d57be0f4 78382015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7839
7840 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7841
c214c7cf
AA
78422015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7843
7844 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7845 regexps for GDB's current line display, accept a hex address
7846 preceding the line number.
7847
6d74a497
AA
78482015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7849
7850 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7851 the 'arch1' variable for "s390*-linux*" targets.
7852
511aee7c
PA
78532015-03-04 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7856 (main): Pass missing retval argument to pthread_join call.
7857
95e50b27
PA
78582015-03-02 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7861 (top level): Call do_test with non-stop as well.
7862
28054d69
PA
78632015-03-02 Pedro Alves <palves@redhat.com>
7864
7865 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7866 -1.
7867
4fa5d7b4
AA
78682015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7869
7870 * gdb.arch/s390-vregs.exp: New test.
7871 * gdb.arch/s390-vregs.S: New file.
7872
97c18565
PA
78732015-02-27 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7876 call to catch_command_errors.
7877 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7878 catch_command_errors.
7879
a37bfa30
PA
78802015-02-27 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7883 "true" for boolean result.
7884 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7885 prototype of main.
7886
6f98576f
PA
78872015-02-27 Pedro Alves <palves@redhat.com>
7888
7889 * lib/unbuffer_output.c: New file.
7890 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7891 (main): Call gdb_unbuffer_output.
7892
eba5ab56
YQ
78932015-02-27 Yao Qi <yao.qi@linaro.org>
7894
7895 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7896 target.
7897
0def5aaa
DE
78982015-02-26 Doug Evans <dje@google.com>
7899
7900 * gdb.cp/class2.cc (Dbase, D): New classes.
7901 (main): New local delta.
7902 * gdb.cp/class2.exp: Test printing delta.
7903 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7904 (dynbar): New global.
7905 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7906
081a1c2c
JK
79072015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7908
7909 * gdb.compile/compile-ifunc.c: New file.
7910 * gdb.compile/compile-ifunc.exp: New file.
7911
2f41223f
AT
79122015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7913
7914 * gdb.base/structs.exp: Check for correct struct on finish.
7915
03eddd80
YQ
79162015-02-26 Yao Qi <yao.qi@linaro.org>
7917
7918 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7919 is zero.
7920
80c57053
JK
79212015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7922
7923 * gdb.arch/cordic.ko.bz2: New file.
7924 * gdb.arch/cordic.ko.debug.bz2: New file.
7925 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7926
21613c12
YQ
79272015-02-25 Yao Qi <yao.qi@linaro.org>
7928
7929 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7930 aarch64*-*-* target.
7931
d8b901ed
PA
79322015-02-23 Pedro Alves <palves@redhat.com>
7933
7934 * lib/gdb.exp (delete_breakpoints): Rewrite using
7935 gdb_test_multiple.
7936
e5b85ead
PA
79372015-02-23 Pedro Alves <palves@redhat.com>
7938
7939 * gdb.base/info-os.c: Include stdlib.h.
7940
85c3a371
DE
79412015-02-22 Doug Evans <xdje42@gmail.com>
7942
7943 PR symtab/17855
7944 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7945 is read after symbols have been re-read.
7946 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7947 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7948
96553a0c
DE
79492015-02-21 Doug Evans <dje@google.com>
7950
7951 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7952
97a0c697
JK
79532015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7954
7955 PR corefiles/17808
7956 * gdb.arch/i386-biarch-core.core.bz2: New file.
7957 * gdb.arch/i386-biarch-core.exp: New file.
7958
a47cd6e9
PA
79592015-02-21 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7962 runto_main fails.
7963
c5facdc4
PA
79642015-02-20 Pedro Alves <palves@redhat.com>
7965
7966 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7967 info probes.
7968
2db9a427
PA
79692015-02-20 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7972
60fb7e9e
PA
79732015-02-20 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7976 clean_restart before gdb_target_supports_trace.
7977
5c5019c2
PA
79782015-02-20 Pedro Alves <palves@redhat.com>
7979
7980 PR threads/18006
7981 * gdb.threads/clone-thread_db.c: New file.
7982 * gdb.threads/clone-thread_db.exp: New file.
7983
c9587f88
AT
79842015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7985
7986 PR breakpoints/16812
7987 * gdb.base/catch-gdb-caused-signals.c: New file.
7988 * gdb.base/catch-gdb-caused-signals.exp: New file.
7989
f6a88844
JM
79902015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7991
7992 * configure: Regenerated.
7993 * configure.ac: Use GDB_AC_TRANSFORM.
7994 * aclocal.m4: sinclude ../transform.m4.
7995
497c491b
JM
79962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7997
7998 * lib/dtrace.exp: New file.
7999 * gdb.base/dtrace-probe.exp: Likewise.
8000 * gdb.base/dtrace-probe.d: Likewise.
8001 * gdb.base/dtrace-probe.c: Likewise.
8002 * lib/pdtrace.in: Likewise.
8003 * configure.ac: Output variables with the transformed names of
8004 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8005 * configure: Regenerated.
8006
03e98035
JM
80072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8008
8009 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8010 expected message when trying to access $_probe_* convenience
8011 variables while not on a probe.
8012
63cc30e9
JK
80132015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8014
8015 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8016
0703599a
PA
80172015-02-11 Pedro Alves <pedro@codesourcery.com>
8018
8019 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8020 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8021
7e60a48e
DE
80222015-02-10 Doug Evans <xdje42@gmail.com>
8023
8024 * lib/gdb.exp (gdb_load): Always return a result.
8025
01b088bc
PA
80262015-02-10 Pedro Alves <palves@redhat.com>
8027
8028 * gdb.threads/signal-sigtrap.c: New file.
8029 * gdb.threads/signal-sigtrap.exp: New file.
8030
b05ec7a5
AT
80312015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8032
8033 * gdb.trace/no-attach-trace.c: New file.
8034 * gdb.trace/no-attach-trace.exp: New file.
8035
a2c2acaf
MW
80362015-02-09 Mark Wielaard <mjw@redhat.com>
8037
8038 * gdb.dwarf2/atomic.c: New file.
8039 * gdb.dwarf2/atomic-type.exp: Likewise.
8040
31fd9caa
MM
80412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8042
8043 * gdb.btrace/buffer-size.exp: Update "info record" output.
8044 * gdb.btrace/delta.exp: Update "info record" output.
8045 * gdb.btrace/enable.exp: Update "info record" output.
8046 * gdb.btrace/finish.exp: Update "info record" output.
8047 * gdb.btrace/instruction_history.exp: Update "info record" output.
8048 * gdb.btrace/next.exp: Update "info record" output.
8049 * gdb.btrace/nexti.exp: Update "info record" output.
8050 * gdb.btrace/step.exp: Update "info record" output.
8051 * gdb.btrace/stepi.exp: Update "info record" output.
8052 * gdb.btrace/nohist.exp: Update "info record" output.
8053
d33501a5
MM
80542015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8055
8056 * gdb.btrace/buffer-size: New.
8057
f4abbc16
MM
80582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8059
8060 * gdb.btrace/delta.exp: Update "info record" output.
8061 * gdb.btrace/enable.exp: Update "info record" output.
8062 * gdb.btrace/finish.exp: Update "info record" output.
8063 * gdb.btrace/instruction_history.exp: Update "info record" output.
8064 * gdb.btrace/next.exp: Update "info record" output.
8065 * gdb.btrace/nexti.exp: Update "info record" output.
8066 * gdb.btrace/step.exp: Update "info record" output.
8067 * gdb.btrace/stepi.exp: Update "info record" output.
8068 * gdb.btrace/nohist.exp: Update "info record" output.
8069
b9d61307
SM
80702015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8071
8072 PR gdb/15678
8073 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8074
e584fdbc
PA
80752015-02-06 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8078 macro.
8079 (seconds_left, again): New globals.
8080 (main): Wait seconds_left in a 1-second sleep loop instead of
8081 sleeping 180 seconds. If 'again' is set, reset the seconds
8082 counter.
8083 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8084 'again' in the inferior before detaching. Print the seconds left.
8085 (options): New global.
8086 (top level): Build program with -DTIMEOUT=$timeout.
8087
77f41761
PA
80882015-02-06 Pedro Alves <palves@redhat.com>
8089
8090 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8091 determine how many seconds to pass to 'alarm'.
8092 * gdb.base/gdb-sigterm.exp (top level): Build program with
8093 -DTIMEOUT=$timeout.
8094 (do_test): Return success/failure indication. Add more verbose
8095 logging. Don't fail if 200 single steps are seen. Instead, fail
8096 when the test times out.
8097 (passes): New global.
8098 (top level): Break the testing loop if testing fails on any
8099 iteration. Use gdb_assert.
8100
b9394193
DB
81012015-02-04 Don Breazeal <donb@codesourcery.com>
8102
8103 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8104 and initialize them.
8105 (ipc_cleanup): New function.
8106 (main): Don't declare shmid, semid, and msqid. Add a call to
8107 atexit so that we call ipc_cleanup on exit.
8108
42d9e528
PA
81092015-02-04 Pedro Alves <palves@redhat.com>
8110
8111 * boards/native-extended-gdbserver.exp: Remove any target variant
8112 specifications from the board name before clearing the isremote
8113 flag from board_info.
8114
ae6ae975
DE
81152015-01-31 Doug Evans <xdje42@gmail.com>
8116
8117 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8118
cfb069a8
GB
81192015-01-31 Gary Benson <gbenson@redhat.com>
8120
8121 * gdb.base/completion.exp: Disable completion limiting for
8122 existing tests. Add new tests to check completion limiting.
8123 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8124
5dd31d79
DE
81252015-01-31 Doug Evans <xdje42@gmail.com>
8126
8127 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8128
9f050062
DE
81292015-01-31 Doug Evans <xdje42@gmail.com>
8130
8131 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8132 entries. Duplicate file section script entries.
8133 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8134 inlined entries. Add test for safe-path rejection.
8135 * gdb.python/py-section-script.c: Add duplicate inlined section script
8136 entries. Duplicate file section script entries.
8137 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8138 inlined entries. Add test for safe-path rejection.
8139
df25ebbd
JB
81402015-01-29 Joel Brobecker <brobecker@adacore.com>
8141
8142 * gdb.ada/disc_arr_bound: New testcase.
8143
4a0ca9ec
JB
81442015-01-29 Joel Brobecker <brobecker@adacore.com>
8145
8146 * gdb.ada/mi_var_array: New testcase.
8147
3a8b707a
DE
81482015-01-27 Doug Evans <dje@google.com>
8149
8150 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8151 Add test for objfile.filename, objfile.username after objfile
8152 has been unloaded.
8153
f8313f6e
JB
81542015-01-26 Joel Brobecker <brobecker@adacore.com>
8155
8156 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8157 the second test to print the name attribute of value
8158 returned by the call to gdb.lookup_type, and adjust
8159 the expected output accordingly.
8160
37bc665e
MW
81612015-01-25 Mark Wielaard <mjw@redhat.com>
8162
8163 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8164 * gdb.base/disp-step-fork.c: Include unistd.h.
8165 * gdb.base/siginfo-obj.c: Include stdio.h.
8166 * gdb.base/siginfo-thread.c: Likewise.
8167 * gdb.mi/non-stop.c: Include unistd.h.
8168 * gdb.mi/nsthrexec.c: Include stdio.h.
8169 * gdb.mi/pthreads.c: Include unistd.h.
8170 * gdb.modula2/unbounded1.c (main): Declare returns int.
8171 * gdb.reverse/consecutive-reverse.c: Likewise.
8172 * gdb.threads/create-fail.c: Include unistd.h.
8173 * gdb.threads/killed.c: Likewise.
8174 * gdb.threads/linux-dp.c: Likewise.
8175 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8176 * gdb.threads/non-ldr-exc-2.c: Likewise.
8177 * gdb.threads/non-ldr-exc-3.c: Likewise.
8178 * gdb.threads/non-ldr-exc-4.c: Likewise.
8179 * gdb.threads/pthreads.c: Include unistd.h.
8180 (main): Declare returns int.
8181 * gdb.threads/tls-main.c (foo): New declaration.
8182 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8183
f7e5394d
SM
81842015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8185
8186 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8187 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8188
743649fd
MW
81892015-01-15 Mark Wielaard <mjw@redhat.com>
8190
8191 * gdb.base/noreturn-return.c: New file.
8192 * gdb.base/noreturn-return.exp: New file.
8193 * gdb.base/noreturn-finish.c: New file.
8194 * gdb.base/noreturn-finish.exp: New file.
8195
198297aa
PA
81962015-01-23 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.threads/continue-pending-after-query.c: New file.
8199 * gdb.threads/continue-pending-after-query.exp: New file.
8200
717cf30c
AG
82012015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8202 Simon Marchi <simon.marchi@ericsson.com>
8203
8204 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8205 * gdb.base/valgrind-db-attach.exp: Same.
8206 * gdb.base/valgrind-infcall.exp: Same.
8207 * lib/mi-support.exp (default_mi_gdb_start): Same.
8208 * lib/prompt.exp (default_prompt_gdb_start): Same.
8209 * lib/gdb.exp (default_gdb_spawn): Same.
8210 (gdb_interact): New.
8211
8212
4b62a76e
JK
82132015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8214
8215 * gdb.compile/compile.exp (pointer to jit function): New test.
8216
b4cdae6f
WW
82172015-01-17 Wei-cheng Wang <cole945@gmail.com>
8218
8219 * lib/gdb.exp (supports_process_record): Return true for
8220 powerpc*-*-linux*.
8221 (supports_reverse): Likewise.
8222
d221e7ef
DB
82232015-01-15 Don Breazeal <donb@codesourcery.com>
8224
8225 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8226 instead of checking whether the target board is remote and
8227 use spawn_wait_for_attach instead of exec/sleep.
8228 * gdb.base/attach-twice.exp: Likewise.
8229
bafffb51
JB
82302015-01-15 Joel Brobecker <brobecker@adacore.com>
8231
8232 * gdb.ada/var_arr_attrs: New testcase.
8233
5589af0e
PA
82342015-01-14 Pedro Alves <palves@redhat.com>
8235 Joel Brobecker <brobecker@adacore.com>
8236
8237 PR gdb/17525
8238 * gdb.base/bp-cmds-execution-x-script.c: New file.
8239 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8240 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8241
6c400b59
PA
82422015-01-14 Pedro Alves <palves@redhat.com>
8243
8244 PR cli/17828
8245 * gdb.base/batch-preserve-term-settings.c: New file.
8246 * gdb.base/batch-preserve-term-settings.exp: New file.
8247
e02c96a7
DE
82482015-01-13 Doug Evans <dje@google.com>
8249
8250 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8251 binary.
8252
576fd14c
JB
82532015-01-13 Joel Brobecker <brobecker@adacore.com>
8254
8255 * Makefile.in (clean mostlyclean): Do not delete *.py.
8256
04dccad0
JB
82572015-01-13 Joel Brobecker <brobecker@adacore.com>
8258
8259 * gdb.python/py-lookup-type.exp: New file.
8260
3d230f71
PA
82612015-01-12 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8264 restore GDBFLAGS before returning.
8265
7e67715d
JK
82662015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8267
8268 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8269 is_amd64_regs_target and is_x86_like_target.
8270
f2e0d4b4
DE
82712015-01-11 Doug Evans <xdje42@gmail.com>
8272
8273 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8274 is given without an explicit form.
8275 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8276 attributes.
8277 * gdb.dwarf/corrupt.exp: Ditto.
8278 * gdb.dwarf2/enum-type.exp: Ditto.
8279 * gdb.trace/entry-values.exp: Ditto.
8280 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8281
439250fb
DE
82822015-01-11 Doug Evans <xdje42@gmail.com>
8283
8284 PR gdb/15830
8285 * gdb.base/maint.exp: Remove references to "maint demangle".
8286 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8287 Add tests for explicitly specifying language to demangle.
8288 * gdb.dlang/demangle.exp: Ditto.
8289
ede9f622
PA
82902015-01-09 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.threads/non-stop-fair-events.c: New file.
8293 * gdb.threads/non-stop-fair-events.exp: New file.
8294
a7b796db
PA
82952015-01-09 Pedro Alves <palves@redhat.com>
8296
8297 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8298 the global scope. Set a breakpoint after all threads are started
8299 rather than stepping over two source lines. Expect the prompt.
8300 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8301 global.
8302 (NUM): Now 15.
8303 (main): Use threads_started_barrier to wait for all threads to
8304 start. Main thread no longer calls thread_function. Exit after
8305 180 seconds.
8306 (loop): New function.
8307 (thread_function): Wait on threads_started_barrier barrier. Call
8308 'loop' at each iteration.
8309 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8310 threads have started, instead of hardcoding number of "next"
8311 steps. Use an access watchpoint instead of a write watchpoint.
8312
9665ffdd
PA
83132015-01-09 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8316 (thread_func): Wait on barrier.
8317 (main): Wait for all threads to start before stopping GDB.
8318 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8319 global.
8320 (thread1_func, thread2_func): Wait on barrier.
8321 (main): Wait for all threads to start before stopping GDB.
8322 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8323 New global.
8324 (thread1_func, thread2_func): Wait on barrier.
8325 (main): Wait for all threads to start before stopping GDB.
8326
c945a99f
PA
83272015-01-09 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.threads/attach-many-short-lived-threads.c: New file.
8330 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8331
c1a747c1
PA
83322014-01-09 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8335 instead of to thread 2.
8336 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8337 Add barrier around each pthread_create call instead of around all
8338 calls.
8339 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8340 Set a break on thread_function and have the child threads hit it
8341 one at at a time.
8342
60b3033e
PA
83432015-01-09 Pedro Alves <palves@redhat.com>
8344
8345 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8346 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8347 false.
8348 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8349 checking whether the target board is remote.
8350 * gdb.multi/multi-attach.exp: Likewise.
8351 * gdb.python/py-sync-interp.exp: Likewise.
8352 * gdb.server/ext-attach.exp: Likewise.
8353 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8354 tests that need to attach, instead of checking whether the target
8355 board is remote at the top of the file.
8356
acc018ac
YQ
83572015-01-08 Yao Qi <yao@codesourcery.com>
8358
8359 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8360
50a18af8
JK
83612015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8362
8363 Fix testcase compilation.
8364 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8365
8503d6e1
JB
83662015-01-06 Joel Brobecker <brobecker@adacore.com>
8367
8368 * gdb.python/py-type.exp: Add a couple test about empty
8369 array creation, and negative-length array creation.
8370
cc73dbcc
DE
83712015-01-02 Doug Evans <xdje42@gmail.com>
8372
8373 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8374
0300bbc7
DE
83752015-01-02 Doug Evans <dje@google.com>
8376
8377 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8378
9d85a0ec
YQ
83792014-12-29 Yao Qi <yao@codesourcery.com>
8380
8381 * gdb.trace/entry-values.exp: Update comments. Rename variable
8382 bar_call_foo to returned_from_foo.
8383
87186c6a
MMN
83842014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8385
8386 PR gdb/17394
8387 * gdb.linespec/break-asm-file.c: New file.
8388 * gdb.linespec/break-asm-file.exp: New file.
8389 * gdb.linespec/break-asm-file0.s: New file.
8390 * gdb.linespec/break-asm-file1.s: New file.
8391
1bab7383
YQ
83922014-12-18 Nigel Stephens <nigel@mips.com>
8393 Maciej W. Rozycki <macro@codesourcery.com>
8394
8395 * gdb.base/float.exp: Handle the new output from "info float" on
8396 MIPS targets.
8397
1bc1068a
JK
83982014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8399
8400 Fix MinGW compilation.
8401 * gdb.compile/compile-ops.exp: Update untested message if
8402 !skip_compile_feature_tests.
8403 * gdb.compile/compile-setjmp.exp: Likewise.
8404 * gdb.compile/compile-tls.exp: Likewise.
8405 * gdb.compile/compile.exp: Likewise.
8406 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8407 supported on this host".
8408
b6615d10
DE
84092014-12-16 Doug Evans <xdje42@gmail.com>
8410
8411 * boards/stabs.exp: New file.
8412
25dda427
AA
84132014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8414
8415 * gdb.base/completion.exp: Adjust to format changes of "maint
8416 print user-registers".
8417
bf330350
CU
84182014-12-16 Catalin Udma <catalin.udma@freescale.com>
8419
8420 PR server/17457
8421 * gdb.arch/aarch64-fp.c: New file.
8422 * gdb.arch/aarch64-fp.exp: New file.
8423
395cf596
SDJ
84242014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8425
8426 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8427 r210637, r210913, r211666, r215400, r215817).
8428
8429 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8430 * dg-extract-results.py: New file.
8431 * dg-extract-results.sh: Use it if the environment seems
8432 suitable.
8433
8434 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8435
8436 * dg-extract-results.py (parse_run): Handle warnings that
8437 are printed before a test harness is run.
8438
8439 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8440
8441 * dg-extract-results.py (Named): Remove __cmp__ method.
8442 (output_variation): Use a key to sort variation.harnesses.
8443
8444 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8445
8446 * dg-extract-results.py: For Python 3, force sys.stdout to
8447 handle surrogate escape sequences.
8448 (safe_open): New function.
8449 (output_segment, main): Use it.
8450
8451 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8452
8453 * dg-extract-results.py (Prog.result_re): Include options
8454 in test name.
8455
8456 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8457
8458 * dg-extract-results.py (output_variation): Always sort if
8459 do_sum.
8460
e882ef3c
SM
84612014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8462
8463 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8464 as long as we get pagination notifications.
8465
4992aa20
JM
84662014-12-15 Jason Merrill <jason@redhat.com>
8467
8468 * Makefile.in (check-gdb.%): Restore.
8469 * README: Mention it.
8470
c1b5a1a6
JB
84712014-12-13 Joel Brobecker <brobecker@adacore.com>
8472
8473 * gdb.ada/str_uninit: New testcase.
8474
5537b577
JK
84752014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8476
8477 PR symtab/17642
8478 * gdb.base/vla-stub-define.c: New file.
8479 * gdb.base/vla-stub.c: New file.
8480 * gdb.base/vla-stub.exp: New file.
8481
bb2ec1b3
TT
84822014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8483 Jan Kratochvil <jan.kratochvil@redhat.com>
8484 Tom Tromey <tromey@redhat.com>
8485
8486 * configure.ac: Add gdb.compile/.
8487 * configure: Regenerate.
8488 * gdb.compile/Makefile.in: New file.
8489 * gdb.compile/compile-ops.exp: New file.
8490 * gdb.compile/compile-ops.c: New file.
8491 * gdb.compile/compile-tls.c: New file.
8492 * gdb.compile/compile-tls.exp: New file.
8493 * gdb.compile/compile-constvar.S: New file.
8494 * gdb.compile/compile-constvar.c: New file.
8495 * gdb.compile/compile-mod.c: New file.
8496 * gdb.compile/compile-nodebug.c: New file.
8497 * gdb.compile/compile-setjmp-mod.c: New file.
8498 * gdb.compile/compile-setjmp.c: New file.
8499 * gdb.compile/compile-setjmp.exp: New file.
8500 * gdb.compile/compile-shlib.c: New file.
8501 * gdb.compile/compile.c: New file.
8502 * gdb.compile/compile.exp: New file.
8503 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8504
4ff709eb
TT
85052014-12-12 Tom Tromey <tromey@redhat.com>
8506
8507 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8508 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8509
6dddd6a5
DE
85102014-12-12 Doug Evans <dje@google.com>
8511
8512 * lib/gdb-python.exp (get_python_valueof): New function.
8513 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8514
71c24708
AA
85152014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8516
8517 * gdb.base/completion.exp: Add test for completion of "info
8518 registers ".
8519
3e29f34a
MR
85202014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8521
8522 * gdb.base/func-ptrs.c: New file.
8523 * gdb.base/func-ptrs.exp: New file.
8524
fc126975
SM
85252014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 PR breakpoints/17012
8528 * gdb.base/dprintf-detach.c: New file.
8529 * gdb.base/dprintf-detach.exp: New file.
8530
0a46d518
SM
85312014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8532
8533 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8534 * lib/gdb.exp (target_is_gdbserver): New procedure.
8535
a0be3e44
DE
85362014-12-08 Doug Evans <dje@google.com>
8537
8538 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8539
df1b803a
YQ
85402014-12-05 Yao Qi <yao@codesourcery.com>
8541
8542 * gdb.guile/scm-error.exp: Remove the third argument to
8543 gdb_remote_download.
8544 * gdb.guile/scm-frame-args.exp: Likewise.
8545 * gdb.guile/scm-section-script.exp: Likewise.
8546
ddb9f679
YQ
85472014-12-05 Yao Qi <yao@codesourcery.com>
8548
8549 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8550
86e4ed39
DE
85512014-12-04 Doug Evans <dje@google.com>
8552
8553 * gdb.python/py-objfile.exp: Add tests for
8554 objfile.add_separate_debug_file.
8555
7c50a931
DE
85562014-12-04 Doug Evans <dje@google.com>
8557
8558 * lib/gdb.exp (get_build_id): New function.
8559 (build_id_debug_filename_get): Rewrite to use it.
8560 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8561
621661e3
MR
85622014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8563
8564 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8565 `method(long)', not just 0x0.
8566 * gdb.cp/nsalias.exp: Align code labels to 4.
8567 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8568 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8569 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8570 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8571 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8572 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8573
29f0c3b7
DE
85742014-12-02 Doug Evans <dje@google.com>
8575
e1e061e7 8576 PR symtab/17602
29f0c3b7 8577 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8578 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8579 * gdb.cp/anon-ns.exp: Update.
8580
162078c8
NB
85812014-12-02 Nick Bull <nicholaspbull@gmail.com>
8582
8583 * gdb.python/py-events.py (inferior_call_handler): New.
8584 (register_changed_handler, memory_changed_handler): New.
8585 (test_events.invoke): Register new handlers.
8586 * gdb.python/py-events.exp: Add tests for inferior call,
8587 memory_changed and register_changed events.
8588
fdb09caf
AA
85892014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8590
8591 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8592 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8593 if the linker doesn't understand this.
8594
55cfb2c4
SM
85952014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8596
8597 * gdb.python/python.exp: Change expected reply to help().
8598
9e8cd6df
YQ
85992014-12-01 Yao Qi <yao@codesourcery.com>
8600
8601 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8602 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8603 * configure: Re-generated.
8604
6c659fc2
SC
86052014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8606
8607 * gdb.cp/chained-calls.cc: New file.
8608 * gdb.cp/chained-calls.exp: New file.
8609 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8610
d7fc3181
SM
86112014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8612
8613 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8614 * gdb.dwarf2/symtab-producer.exp: Same.
8615 * gdb.gdb/python-interrupts.exp: Same.
8616 * gdb.gdb/python-selftest.exp: Same.
8617 * gdb.python/py-linetable.exp: Same.
8618 * gdb.python/py-type.exp: Same.
8619 * gdb.python/py-value-cc.exp: Same.
8620 * gdb.python/py-value.exp: Same.
8621
10e79639
YQ
86222014-11-28 Yao Qi <yao@codesourcery.com>
8623
8624 * gdb.base/break-probes.exp: Match library name prefixed with
8625 sysroot.
8626
f28a0564
SM
86272014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8628
8629 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8630 test expected output. Add parentheses for the call to print.
8631 Remove L suffix from integers.
8632
3fe1ce1d
DE
86332014-11-26 Doug Evans <dje@google.com>
8634
8635 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8636
84429e27
YQ
86372014-11-22 Yao Qi <yao@codesourcery.com>
8638
8639 * gdb.trace/entry-values.c: Remove asms.
8640 (foo): Add foo_label.
8641 (bar): Add bar_label.
8642 * gdb.trace/entry-values.exp: Remove code computing foo's
8643 length and bar's length.
8644 (Dwarf::assemble): Invoke function_range for bar and use
8645 MACRO_AT_func for foo.
8646
26741859
YQ
86472014-11-22 Yao Qi <yao@codesourcery.com>
8648
8649 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8650 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8651 Use .Lgcc43_procstart instead of gcc43.
8652
45e44d27
JB
86532014-11-21 Joel Brobecker <brobecker@adacore.com>
8654
8655 * gdb.ada/n_arr_bound: New testcase.
8656
458c8db8
SDJ
86572014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8658
8659 PR breakpoints/10737
8660 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8661 test_catch_syscall_multi_arch.
8662 (test_catch_syscall_multi_arch): New function.
8663
43f3e411
DE
86642014-11-20 Doug Evans <xdje42@gmail.com>
8665
8666 * gdb.base/maint.exp: Update expected output.
8667
0d7b2549
AA
86682014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8669
8670 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8671 4-byte instruction on S390.
8672
8908fca5
JB
86732014-11-19 Joel Brobecker <brobecker@adacore.com>
8674
8675 * gdb.ada/arr_arr: New testcase.
8676
4a46959e
JB
86772014-11-19 Joel Brobecker <brobecker@adacore.com>
8678
8679 * gdb.ada/pkd_arr_elem: New Testcase.
8680
470e2f4e
LM
86812014-11-18 Luis Machado <lgustavo@codesourcery.com>
8682
8683 * gdb.reverse/break-precsave: Expect completion message for
8684 core file reads.
8685 * gdb.reverse/consecutive-precsave.exp: Likewise.
8686 * gdb.reverse/finish-precsave.exp: Likewise.
8687 * gdb.reverse/i386-precsave.exp: Likewise.
8688 * gdb.reverse/machinestate-precsave.exp: Likewise.
8689 * gdb.reverse/sigall-precsave.exp: Likewise.
8690 * gdb.reverse/solib-precsave.exp: Likewise.
8691 * gdb.reverse/step-precsave.exp: Likewise.
8692 * gdb.reverse/until-precsave.exp: Likewise.
8693 * gdb.reverse/watch-precsave.exp: Likewise.
8694
a267f3ad
AA
86952014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8696
8697 * gdb.base/bp-permanent.c: Include unistd.h.
8698 * gdb.python/py-framefilter-mi.c (main): Add return type.
8699 * gdb.python/py-framefilter.c (main): Likewise.
8700 * gdb.trace/actions-changed.c (main): Likewise.
8701
12084a9a
AA
87022014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8703
8704 * gdb.mi/until.c: Add eye-catchers.
8705 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8706 line numbers.
8707
dc7e1a77
AA
87082014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8709
8710 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8711 function header variants in break1.c.
8712 * gdb.base/ena-dis-br.exp: Likewise.
8713 * gdb.base/hbreak2.exp: Likewise.
8714 * gdb.reverse/until-precsave.exp: Drop references to removed
8715 non-prototype function header variants in ur1.c.
8716 * gdb.reverse/until-reverse.exp: Likewise.
8717
41c77605
PM
87182014-11-17 Petr Machata <pmachata@redhat.com>
8719
8720 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8721 ${_cu_offset_size} bytes abbrev offset.
8722
34248c3a
DE
87232014-11-15 Doug Evans <xdje42@gmail.com>
8724
8725 PR symtab/17559
8726 * gdb.base/line-symtabs.exp: New file.
8727 * gdb.base/line-symtabs.c: New file.
8728 * gdb.base/line-symtabs.h: New file.
8729
646da059
YQ
87302014-11-14 Yao Qi <yao@codesourcery.com>
8731
8732 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8733 (func): Add label func_label.
8734 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8735 Replace low_pc and high_pc with MACRO_AT_range.
8736 Replace name, low_pc and high_pc with MACRO_AT_func.
8737
9301ebe6
YQ
87382014-11-14 Yao Qi <yao@codesourcery.com>
8739
8740 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8741 Replace name, low_pc and high_pc with MACRO_AT_func.
8742
f166b542
YQ
87432014-11-14 Yao Qi <yao@codesourcery.com>
8744
8745 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8746 produce debug information.
8747 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8748
0f6e71e3
YQ
87492014-11-14 Yao Qi <yao@codesourcery.com>
8750
8751 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8752 object and get function length.
8753 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8754 with MACRO_AT_func.
8755 (top-level): Replace gdb_compile and clean_restart with
8756 prepare_for_testing.
8757 * gdb.dwarf2/main.c (main): Add label main_label.
8758
876c4df9
YQ
87592014-11-14 Yao Qi <yao@codesourcery.com>
8760
8761 * lib/dwarf.exp (function_range): New procedure.
8762 (Dwarf::_handle_macro_at_func): New procedure.
8763 (Dwarf::_handle_macro_at_range): New procedure.
8764 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8765
02ad9cf1
YQ
87662014-11-14 Yao Qi <yao@codesourcery.com>
8767
8768 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8769 (_handle_attribute): New procedure.
8770
a59add0c
AA
87712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8772
8773 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8774 * gdb.base/call-sc.c (zed): Likewise.
8775 * gdb.base/checkpoint.c (main): Likewise.
8776 * gdb.base/dump.c (main): Likewise.
8777 * gdb.base/gcore.c (main): Likewise.
8778 * gdb.base/huge.c (main): Likewise.
8779 * gdb.base/multi-forks.c (main): Likewise.
8780 * gdb.base/pr10179-a.c (main): Likewise.
8781 * gdb.base/savedregs.c (main): Likewise.
8782 * gdb.base/sigaltstack.c (main): Likewise.
8783 * gdb.base/siginfo.c (main): Likewise.
8784 * gdb.base/structs.c (zed): Likewise.
8785 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8786 * gdb.mi/mi-syn-frame.c (main): Likewise.
8787 * gdb.mi/until.c (foo, main): Likewise.
8788 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8789 * gdb.base/solib-weak.c (foo): Declare.
8790 * gdb.base/attach-twice.c: Include stdio.h.
8791 * gdb.base/weaklib1.c: Likewise.
8792 * gdb.base/weaklib2.c: Likewise.
8793 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8794 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8795 unistd.h.
8796 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8797 * gdb.mi/mi-exit-code.c: Likewise.
8798 * gdb.base/break-interp-lib.c: Include string.h.
8799 * gdb.base/coremaker.c: Likewise.
8800 * gdb.base/testenv.c: Likewise.
8801 * gdb.python/py-finish-breakpoint.c: Likewise.
8802 * gdb.base/inferior-died.c: Include sys/wait.h.
8803 * gdb.base/fileio.c: Include time.h.
8804 * gdb.base/async-shell.c: Include unistd.h.
8805 * gdb.base/dprintf-non-stop.c: Likewise.
8806 * gdb.base/info-os.c: Likewise.
8807 * gdb.mi/mi-console.c: Likewise.
8808 * gdb.mi/watch-nonstop.c: Likewise.
8809 * gdb.python/py-events.c: Likewise.
8810 * gdb.base/async.c (baz): Move up before its invocation.
8811 * gdb.base/code_elim2.c (my_global_func): Likewise.
8812 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8813 * gdb.base/advance.c (func2): Likewise.
8814
3b5d5997
AA
88152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8816
8817 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8818 variant.
8819 * gdb.base/annota3.c: Likewise.
8820 * gdb.base/async.c: Likewise.
8821 * gdb.base/average.c: Likewise.
8822 * gdb.base/call-ar-st.c: Likewise.
8823 * gdb.base/call-rt-st.c: Likewise.
8824 * gdb.base/call-sc.c: Likewise.
8825 * gdb.base/call-strs.c: Likewise.
8826 * gdb.base/ending-run.c: Likewise.
8827 * gdb.base/execd-prog.c: Likewise.
8828 * gdb.base/exprs.c: Likewise.
8829 * gdb.base/foll-exec.c: Likewise.
8830 * gdb.base/foll-fork.c: Likewise.
8831 * gdb.base/foll-vfork.c: Likewise.
8832 * gdb.base/funcargs.c: Likewise.
8833 * gdb.base/gcore.c: Likewise.
8834 * gdb.base/jump.c: Likewise.
8835 * gdb.base/langs0.c: Likewise.
8836 * gdb.base/langs1.c: Likewise.
8837 * gdb.base/langs2.c: Likewise.
8838 * gdb.base/mips_pro.c: Likewise.
8839 * gdb.base/nodebug.c: Likewise.
8840 * gdb.base/opaque0.c: Likewise.
8841 * gdb.base/opaque1.c: Likewise.
8842 * gdb.base/recurse.c: Likewise.
8843 * gdb.base/run.c: Likewise.
8844 * gdb.base/scope0.c: Likewise.
8845 * gdb.base/scope1.c: Likewise.
8846 * gdb.base/setshow.c: Likewise.
8847 * gdb.base/setvar.c: Likewise.
8848 * gdb.base/shmain.c: Likewise.
8849 * gdb.base/shr1.c: Likewise.
8850 * gdb.base/shr2.c: Likewise.
8851 * gdb.base/sigall.c: Likewise.
8852 * gdb.base/signals.c: Likewise.
8853 * gdb.base/so-indr-cl.c: Likewise.
8854 * gdb.base/solib2.c: Likewise.
8855 * gdb.base/structs.c: Likewise.
8856 * gdb.base/sum.c: Likewise.
8857 * gdb.base/vforked-prog.c: Likewise.
8858 * gdb.base/watchpoint.c: Likewise.
8859 * gdb.reverse/shr2.c: Likewise.
8860 * gdb.reverse/until-reverse.c: Likewise.
8861 * gdb.reverse/ur1.c: Likewise.
8862 * gdb.reverse/watch-reverse.c: Likewise.
8863
066a77c5
AA
88642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8865
8866 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8867 variant.
8868 * gdb.base/sepdebug.exp: Drop references to removed code.
8869
4f204ea5
AA
88702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8871
8872 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8873 variant. Preserve original line numbering.
8874 * gdb.base/list1.c: Likewise.
8875
3b377a3a
AA
88762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8877
8878 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8879 variant.
8880 * gdb.base/break1.c: Likewise.
8881 * gdb.base/break.exp: Drop references to removed code.
8882
e444df73
AA
88832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8884
8885 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8886 variant.
8887
8008f2a7
AA
88882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8889
8890 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8891
a5a06887
AA
88922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8893
8894 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8895 logic into perform_all_tests() and invoke it with and without
8896 function header prototypes.
8897 (do_function_calls): Remove conditional XFAIL for PR 5318.
8898 (rerun_and_prepare): Remove duplicate code.
8899 (perform_all_tests): New. Main logic moved here.
8900
44dba9b9
AA
89012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8902
8903 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8904 code guarded by #ifdef NO_PROTOTYPES.
8905 (t_double_many_args): Likewise.
8906 (DEF_FUNC_MANY_ARGS_1): Likewise.
8907 (DEF_FUNC_VALUES_1): Likewise.
8908 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8909 guarded by #ifdef PROTOTYPES.
8910
d1fbcd56
AA
89112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8912
8913 * gdb.mi/mi-console.c: Add eye-catcher.
8914 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8915 instead of literal line number.
8916
b0e59b8f
AA
89172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8918
8919 * gdb.base/shr2.c: Add eye-catcher.
8920 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8921 line number.
8922
78f98cca
AA
89232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8924
8925 * gdb.base/jump.c: Add eye-catchers.
8926 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8927 numbers.
8928
58fa2af0
AA
89292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8930
8931 * gdb.base/execd-prog.c: Add eye-catchers.
8932 * gdb.base/foll-exec.c: Likewise.
8933 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8934 line numbers.
8935
04e5059b
AA
89362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8937
8938 * gdb.base/ending-run.c: Add eye-catchers.
8939 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8940 literal line numbers.
8941
dbfdb174
AA
89422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8943
8944 * gdb.base/call-rt-st.c: Add eye-catchers.
8945 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8946 literal line numbers.
8947
888a2ade
AA
89482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8949
8950 * gdb.base/call-ar-st.c: Add eye-catchers.
8951 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8952 literal line numbers.
8953
6acc2dde
AA
89542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8955
8956 * gdb.base/average.c: Add eye-catchers.
8957 * gdb.base/sum.c: Likewise.
8958 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8959 regexps dynamically.
8960
9ecfcd1d
AA
89612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8962
8963 * gdb.base/solib1.c: Add eye-catchers.
8964 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8965 literal line numbers.
8966
78708b7c
PA
89672014-11-12 Pedro Alves <palves@redhat.com>
8968
8969 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8970 leader has exited.
8971
af48d08f
PA
89722014-11-12 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.arch/i386-bp_permanent.c: New file.
8975 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8976 (srcfile): Set to i386-bp_permanent.c.
8977 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8978 that stepi does not execute the 'leave' instruction, instead of
8979 testing it does execute.
8980 * gdb.base/bp-permanent.c: New file.
8981 * gdb.base/bp-permanent.exp: New file.
8982
af3768e9
DE
89832014-11-10 Doug Evans <xdje42@gmail.com>
8984
8985 PR symtab/17564
8986 * gdb.base/symtab-search-order.exp: New file.
8987 * gdb.base/symtab-search-order.c: New file.
8988 * gdb.base/symtab-search-order-1.c: New file.
8989 * gdb.base/symtab-search-order-shlib-1.c: New file.
8990
9de00a4a
PA
89912014-11-07 Pedro Alves <palves@redhat.com>
8992
8993 PR gdb/17511
8994 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8995 i?86-*-linux*.
8996
e0f52461
SC
89972014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8998
8999 PR c++/17494
9000 * gdb.cp/pr17494.cc: New file.
9001 * gdb.cp/pr17494.exp: New file.
9002
6ce8c980
YQ
90032014-11-02 Yao Qi <yao@codesourcery.com>
9004
9005 * gdb.python/python.exp: Get working directory and match the
9006 output of "set extended-prompt \\w " with it.
9007
02be9a71
DE
90082014-10-30 Doug Evans <dje@google.com>
9009
9010 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9011 in objfiles.
9012 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9013 in progspaces.
9014
3bdff46b
LM
90152014-10-30 Janis Johnson <janisjo@codesourcery.com>
9016
9017 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9018 * gdb.base/realname-expand.exp: Likewise.
9019 * gdb.linespec/macro-relative.exp: Likewise.
9020
ab917dfb
PA
90212014-10-29 Pedro Alves <palves@redhat.com>
9022
9023 PR gdb/17408
9024 * gdb.threads/schedlock.c (some_function): New function.
9025 (call_function): New global.
9026 (MAYBE_CALL_SOME_FUNCTION): New macro.
9027 (thread_function): Call it.
9028 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9029 and use it instead of a global counter. Adjust all callers.
9030 (get_current_thread): Use "find current thread" for test message
9031 here rather than having all callers pass down the same string.
9032 (goto_loop): New procedure, factored out from ...
9033 (my_continue): ... this.
9034 (step_ten_loops): Change parameter from test message to command to
9035 use. Adjust.
9036 (list_count): Delete global.
9037 (check_result): New procedure, factored out from duplicate top
9038 level code.
9039 (continue tests): Wrap in with_test_prefix.
9040 (test_step): New procedure, factored out from duplicate top level
9041 code.
9042 (top level): Test "step" in combination with all scheduler-locking
9043 modes. Test "next" in combination with all scheduler-locking
9044 modes, and in combination with stepping over a function call or
9045 not.
9046 * gdb.threads/next-bp-other-thread.c: New file.
9047 * gdb.threads/next-bp-other-thread.exp: New file.
9048
d3d4baed
PA
90492014-10-29 Pedro Alves <palves@redhat.com>
9050
9051 PR python/17372
9052 * gdb.python/python.exp: Test a multi-line command that spawns
9053 interactive Python.
9054 * gdb.base/multi-line-starts-subshell.exp: New file.
9055
563e8d85
YQ
90562014-10-29 Yao Qi <yao@codesourcery.com>
9057
9058 * gdb.base/fileio.exp: Make directories on host.
9059
0ea4d52e
YQ
90602014-10-29 Yao Qi <yao@codesourcery.com>
9061
9062 * gdb.base/fileio.c (test_write): Close the file.
9063
7f5ef605
PA
90642014-10-28 Pedro Alves <palves@redhat.com>
9065
9066 PR gdb/12623
9067 * gdb.base/sigstep.c (no_handler): New global.
9068 (main): If 'no_handler is true, set the signal handlers to
9069 SIG_IGN.
9070 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9071 with_sw_watch and no_handler parameters. Handle them.
9072 (top level) <stepping over handler when stopped at a breakpoint
9073 test>: Add a test axis for testing with a software watchpoint, and
9074 another for testing with the signal handler set to SIG_IGN.
9075 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9076 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9077
abbdbd03
PA
90782014-10-28 Pedro Alves <palves@redhat.com>
9079
9080 PR gdb/17511
9081 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9082 * gdb.base/sigstep.exp (other_handler_location): New global.
9083 (advance): Support stepping into the signal handler, and running
9084 commands while in the handler.
9085 (in_handler_map): New global.
9086 (top level): In the advance test, add combinations for getting
9087 into the handler with stepping commands, and for running commands
9088 in the handler. Add comment descripting the advancei tests.
9089
1df4399f
PA
90902014-10-28 Pedro Alves <palves@redhat.com>
9091
9092 * gdb.base/sigstep.exp: Use build_executable instead of
9093 prepare_for_testing.
9094 (top level): Move code that starts GDB, runs to main and creates a
9095 display to ...
9096 (restart): ... this new procedure.
9097 (top level): Move backtrace from signal handler test to ...
9098 (validate_backtrace): ... this new procedure.
9099 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9100 with_test_prefix. Always restart GDB.
9101 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9102 with_test_prefix. Always restart GDB. No need to delete
9103 breakpoints after the test.
9104 (test_skip_handler): Remove prefix parameter.
9105 (skip_over_handler, breakpoint_to_handler)
9106 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9107 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9108 restart GDB. No need to delete breakpoints after the test.
9109 (top level): Use foreach to call the test procedures with
9110 different commands.
9111
a5b6e449
PA
91122014-10-28 Pedro Alves <palves@redhat.com>
9113
9114 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9115 instead of GNATS numbers.
9116 * gdb.base/sigbpt.exp: Likewise.
9117 * gdb.base/siginfo.exp: Likewise.
9118 * gdb.base/sigstep.exp: Likewise.
9119
e5f8a7cc
PA
91202014-10-27 Pedro Alves <palves@redhat.com>
9121
9122 * gdb.base/sigstep.c (dummy): New global.
9123 (main): Issue a couple writes to the new global.
9124 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9125 procedures.
9126 (skip_over_handler): Use test_skip_handler.
9127 (top level): Call skip_over_handler for stepi and nexti too.
9128 (breakpoint_over_handler): Use test_skip_handler.
9129 (top level): Call breakpoint_over_handler for stepi and nexti too.
9130
763905a3
YQ
91312014-10-27 Yao Qi <yao@codesourcery.com>
9132
9133 * gdb.trace/tfile.c (adjust_function_address)
9134 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9135 function descriptor.
9136
6f259a23
DB
91372014-10-24 Don Breazeal <donb@codesourcery.com>
9138
9139 * gdb.base/foll-fork.exp (test_follow_fork,
9140 catch_fork_child_follow): Check for updated fork messages emitted
9141 from infrun.c.
9142 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9143 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9144 vfork_and_exec_child_follow_through_step): Check for updated vfork
9145 messages emitted from infrun.c.
9146
09dd9a69
PA
91472014-10-24 Pedro Alves <palves@redhat.com>
9148
9149 * gdb.base/corefile.exp: Remove references to ultrix.
9150 * gdb.base/interrupt.exp: Likewise.
9151 * gdb.base/whatis.exp: Likewise.
9152 * gdb.gdb/selftest.exp: Likewise.
9153 * gdb.threads/manythreads.exp: Likewise.
9154 * gdb.threads/print-threads.exp: Likewise.
9155 * gdb.threads/pthreads.exp:: Likewise.
9156 * gdb.threads/schedlock.exp: Likewise.
9157
3433cfa5
SC
91582014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9159
9160 * gdb.cp/non-trivial-retval.cc: Add a test case.
9161 * gdb.cp/non-trivial-retval.exp: Add a test.
9162
092f880b
YQ
91632014-10-20 Yao Qi <yao@codesourcery.com>
9164
9165 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9166 * gdb.python/py-objfile-script-gdb.py: New file.
9167 * gdb.python/py-objfile-script.exp: Update reference to
9168 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9169 of remote_download. Remove the dest file.
9170
acbdb7f3
YQ
91712014-10-20 Yao Qi <yao@codesourcery.com>
9172
9173 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9174 * gdb.base/step-line.exp: Likewise.
9175 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9176 * gdb.dwarf2/dw2-basic.exp: Likewise.
9177 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9178 * gdb.dwarf2/dw2-filename.exp: Likewise.
9179 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9180 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9181 * gdb.dwarf2/dw2-producer.exp: Likewise.
9182 * gdb.dwarf2/mac-fileno.exp: Likewise.
9183 * gdb.python/py-frame-args.exp: Likewise.
9184 * gdb.python/py-framefilter.exp: Likewise.
9185 * gdb.python/py-mi.exp: Likewise.
9186 * gdb.python/py-objfile-script.exp: Likewise
9187 * gdb.python/py-pp-integral.exp: Likewise.
9188 * gdb.python/py-pp-re-notag.exp: Likewise.
9189 * gdb.python/py-prettyprint.exp: Likewise.
9190 * gdb.python/py-section-script.exp: Likewise.
9191 * gdb.python/py-typeprint.exp: Likewise.
9192 * gdb.python/py-xmethods.exp: Likewise.
9193 * gdb.stabs/weird.exp: Likewise.
9194 * gdb.xml/tdesc-regs.exp: Likewise.
9195
bd286a29
KCY
91962014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9197
9198 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9199 (out_cu): Use addr_len for the size of addresses.
9200 (out_line): Likewise. Size DW_LNE_set_address instruction
9201 according to addr_len.
9202 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9203 (FUNC): Add START_INSNS to definition.
9204
673dc4a0
YQ
92052014-10-18 Yao Qi <yao@codesourcery.com>
9206
9207 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9208 gdb_has_argv0 return true.
9209 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9210 check [target_info exists noargs], check [gdb_has_argv0]
9211 instead.
9212 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9213 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9214 procedures.
9215
4ffbba72
DE
92162014-10-17 Doug Evans <dje@google.com>
9217
9218 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9219 event.
9220 * gdb.python/py-events.py: Add clear_objfiles event.
9221
d096d8c1
DE
92222014-10-17 Doug Evans <dje@google.com>
9223
9224 * gdb.python/py-objfile.exp: Test progspace attribute.
9225
a80db015
LM
92262014-10-17 Luis Machado <lgustavo@codesourcery.com>
9227
9228 * gdb.guile/scm-breakpoint.exp: Do not assume any
9229 directory separators when matching source file paths.
9230 * gdb.python/py-breakpoint.exp: Likewise.
9231 * gdb.reverse/break-precsave.exp: Likewise.
9232 * gdb.reverse/break-reverse.exp: Likewise.
9233 * gdb.reverse/consecutive-precsave.exp: Likewise.
9234 * gdb.reverse/finish-precsave.exp: Likewise.
9235 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9236 * gdb.reverse/finish-reverse.exp: Likewise.
9237 * gdb.reverse/i386-precsave.exp: Likewise.
9238 * gdb.reverse/i387-env-reverse.exp: Likewise.
9239 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9240 * gdb.reverse/machinestate-precsave.exp: Likewise.
9241 * gdb.reverse/machinestate.exp: Likewise.
9242 * gdb.reverse/sigall-precsave.exp: Likewise.
9243 * gdb.reverse/solib-precsave.exp: Likewise.
9244 * gdb.reverse/step-precsave.exp: Likewise.
9245 * gdb.reverse/until-precsave.exp: Likewise.
9246 * gdb.reverse/watch-precsave.exp: Likewise.
9247 * gdb.reverse/watch-reverse.exp: Likewise.
9248
b22089ab
YQ
92492014-10-17 Yao Qi <yao@codesourcery.com>
9250
9251 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9252 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9253
6c4486e6
PA
92542014-10-17 Pedro Alves <palves@redhat.com>
9255
9256 PR gdb/17471
9257 * gdb.base/bg-execution-repeat.c: New file.
9258 * gdb.base/bg-execution-repeat.exp: New file.
9259
0ff33695
PA
92602014-10-17 Pedro Alves <palves@redhat.com>
9261
9262 PR gdb/17300
9263 * gdb.base/continue-all-already-running.c: New file.
9264 * gdb.base/continue-all-already-running.exp: New file.
9265
6fdebc3d
PA
92662014-10-17 Pedro Alves <palves@redhat.com>
9267
9268 PR gdb/17472
9269 * gdb.base/annota-input-while-running.c: New file.
9270 * gdb.base/annota-input-while-running.exp: New file.
9271
32a8097b
PA
92722014-10-17 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/callfuncs.exp: emove references to osf.
9275 * gdb.base/sigall.exp: Likewise.
9276 * gdb.gdb/selftest.exp: Likewise.
9277 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9278 * gdb.mi/non-stop.c: Likewise.
9279 * gdb.mi/pthreads.c: Likewise.
9280 * gdb.reverse/sigall-precsave.exp: Likewise.
9281 * gdb.reverse/sigall-reverse.exp: Likewise.
9282 * gdb.threads/pthreads.c: Likewise.
9283 * gdb.threads/pthreads.exp: Likewise.
9284
7a3517ff
YQ
92852014-10-17 Yao Qi <yao@codesourcery.com>
9286
9287 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9288 check 'target_info exists noargs'.
9289 (test_command_prompt_position): Likewise.
9290 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9291 Remove "set args".
9292 (progvar_simple_while_test): Likewise.
9293 (progvar_complex_if_while_test): Likewise.
9294 (if_while_breakpoint_command_test): Likewise.
9295 (infrun_breakpoint_command_test): Likewise.
9296 (breakpoint_command_test): Likewise.
9297 (watchpoint_command_test): Likewise.
9298 (bp_deleted_in_command_test): Likewise.
9299 (temporary_breakpoint_commands): Likewise.
9300
bb99c472
YQ
93012014-10-16 Yao Qi <yao@codesourcery.com>
9302
9303 * gdb.base/remotetimeout.exp: Remove noargs checking.
9304
7c16b83e
PA
93052014-10-15 Pedro Alves <palves@redhat.com>
9306
9307 PR breakpoints/9649
9308 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9309 * gdb.base/breakpoint-in-ro-region.exp
9310 (probe_target_hardware_step): New procedure.
9311 (top level): Probe hardware stepping and hardware breakpoint
9312 support. Test stepping through a read-only region, with both
9313 "breakpoint auto-hw" on and off and both "always-inserted" on and
9314 off.
9315
35a49624
IB
93162014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9317
9318 * gdb.dlang/demangle.exp: Update for demangling changes.
9319
2d1c107c
SC
93202014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9321
9322 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9323 * gdb.cp/non-trivial-retval.exp: Add new tests.
9324
778811d5
SC
93252014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9326
9327 PR c++/13403
9328 PR c++/15154
9329 * gdb.cp/non-trivial-retval.cc: New file.
9330 * gdb.cp/non-trivial-retval.exp: New file.
9331
10c5f0a8
YQ
93322014-10-15 Yao Qi <yao@codesourcery.com>
9333
9334 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9335 remote host.
9336
65d7b369
YQ
93372014-10-15 Yao Qi <yao@codesourcery.com>
9338
9339 * gdb.python/py-symbol.exp: Match file base name if host is
9340 remote, otherwise match file name with dir name.
9341 * gdb.python/py-symtab.exp: Likewise.
9342 * gdb.python/python.exp: Likewise.
9343
46dc1394
YQ
93442014-10-15 Yao Qi <yao@codesourcery.com>
9345
9346 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9347 pattern.
9348 * gdb.python/py-symtab.exp: Likewise.
9349 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9350 locationn.
9351
c40cc657
JB
93522014-10-14 Joel Brobecker <brobecker@adacore.com>
9353
9354 * gdb.ada/addr_arith: New testcase.
9355
2abf49e1
MR
93562014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9357
9358 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9359 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9360 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9361 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9362
f7088df3
SDJ
93632014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9364
9365 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9366 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9367 * gdb.arch/stap-eval-lang-ada.exp: New file.
9368
4dc06805
YQ
93692014-10-14 Yao Qi <yao@codesourcery.com>
9370
9371 * gdb.mi/mi-var-child.c (nothing1): New function.
9372 (nothing2): New function.
9373 (do_children_tests): Set function pointers by nothing1 and
9374 nothing2.
9375 * gdb.mi/mi-var-child.exp: Step over new added statements.
9376 Update test to match the new output.
9377 * gdb.mi/var-cmd.c (nothing1): New function.
9378 (nothing2): New function.
9379 (do_children_tests): Set function pointers by nothing1 and
9380 nothing2.
9381 * gdb.mi/mi-var-display.exp: Update test to match output.
9382 Step to the line specified by $line_dct_nothing.
9383 Increase the number of lines to step.
9384
46a93de2
YQ
93852014-10-14 Yao Qi <yao@codesourcery.com>
9386
9387 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9388 tests.
9389 * gdb.mi/mi2-var-child.exp: Likewise.
9390
14ea52ee
DE
93912014-10-13 Doug Evans <dje@google.com>
9392
9393 * gdb.python/py-objfile.exp: Change name of file name test.
9394
e5c6e92b
DE
93952014-10-13 Doug Evans <dje@google.com>
9396
9397 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9398 from the start of the CU.
9399
c780cc2f
JK
94002014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9401 Yao Qi <yao@codesourcery.com>
9402
9403 Fix "save breakpoints" for "catch" command.
9404 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9405 Remove -nonewline. Match also the added "main" line.
9406
99894e11
JK
94072014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 Fix "save breakpoints" for "disable $bpnum" command.
9410 * gdb.base/save-bp.c (main): Add label.
9411 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9412
6e1ac5a3
JK
94132014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9414
9415 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9416
754dd2b0
YQ
94172014-10-11 Yao Qi <yao@codesourcery.com>
9418
9419 * gdb.server/server-kill.exp: Execute command
9420 "set remote trace-status-packet on" before "tstatus".
9421
f90183d7
YQ
94222014-10-11 Yao Qi <yao@codesourcery.com>
9423
9424 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9425 (main): Call getppid.
9426 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9427 and continue to it. Read variable "server_pid".
9428
bf40a607
YQ
94292014-10-11 Yao Qi <yao@codesourcery.com>
9430
9431 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9432
052ca370
YQ
94332014-10-11 Yao Qi <yao@codesourcery.com>
9434
9435 * gdb.threads/thread-find.exp: Don't execute command
9436 "info threads".
9437 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9438 * gdb.threads/linux-dp.exp: Don't check the condition
9439 $threads_created equals to zero.
9440
3831839c
PA
94412014-10-10 Pedro Alves <palves@redhat.com>
9442
9443 * gdb.base/bigcore.exp: Remove references to IRIX.
9444 * gdb.base/funcargs.exp: Likewise.
9445 * gdb.base/interrupt.exp: Likewise.
9446 * gdb.base/mips_pro.exp: Likewise.
9447 * gdb.base/nodebug.exp: Likewise.
9448 * gdb.base/setvar.exp: Likewise.
9449 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9450
8b9a549d
PA
94512014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9452 Pedro Alves <palves@redhat.com>
9453
9454 PR symtab/14466
9455 * gdb.base/vdso-warning.c: New file.
9456 * gdb.base/vdso-warning.exp: New file.
9457
d48ba5e8
DE
94582014-10-02 Doug Evans <dje@google.com>
9459
9460 * gdb.base/structs.c (main): Don't run forever.
9461
2278c276
PA
94622014-10-02 Pedro Alves <palves@redhat.com>
9463
9464 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9465 (top level) <stop threads 1, stop threads 2>: Use it.
9466
b57bacec
PA
94672014-10-02 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.threads/break-while-running.exp (test): Add new
9470 'update_thread_list' argument. Skip "info threads" if false.
9471 (top level): Add new 'update_thread_list' axis.
9472
13fd3ff3
PA
94732014-10-02 Pedro Alves <palves@redhat.com>
9474
9475 PR breakpoints/17431
9476 * gdb.base/execl-update-breakpoints.c: New file.
9477 * gdb.base/execl-update-breakpoints.exp: New file.
9478
0fec99e8
PA
94792014-10-01 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.base/breakpoint-in-ro-region.c: New file.
9482 * gdb.base/breakpoint-in-ro-region.exp: New file.
9483
2ddf4301
SM
94842014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9485
9486 * gdb.mi/mi-exit-code.exp: New file.
9487 * gdb.mi/mi-exit-code.c: New file.
9488
6a5f3f43
YQ
94892014-09-30 Yao Qi <yao@codesourcery.com>
9490
9491 * lib/prelink-support.exp (build_executable_own_libs): Error if
9492 the target isn't native.
9493
345bcc73
YQ
94942014-09-30 Yao Qi <yao@codesourcery.com>
9495
9496 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9497 false.
9498
a25a5a45
PA
94992014-09-22 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.threads/break-while-running.exp: New file.
9502 * gdb.threads/break-while-running.c: New file.
9503
00ba3162
YQ
95042014-09-19 Yao Qi <yao@codesourcery.com>
9505
9506 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9507 Invoke test. Restart GDB with --readnow and invoke test again.
9508
c3b7b696
YQ
95092014-09-19 Yao Qi <yao@codesourcery.com>
9510
9511 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9512 proc set_breakpoint_on_gcd_function. Invoke
9513 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9514 invoke set_breakpoint_on_gcd_function again.
9515
2b4fd423
DE
95162014-09-18 Doug Evans <dje@google.com>
9517
9518 * gdb.dwarf2/symtab-producer.exp: New file.
9519
a5947601
SDJ
95202014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9521
9522 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9523 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9524 * gdb.base/global-var-nested-by-dso.c: Likewise.
9525 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9526
91c19059
SDJ
95272014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9528 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.base/watch-bitfields.exp: Pass string other than test file
9531 name to prepare_for_testing.
9532 (watch): New procedure.
9533 (expect_watchpoint): Use with_test_prefix.
9534 (top level): Factor out tests to ...
9535 (test_watch_location, test_regular_watch): ... these new
9536 procedures, and use with_test_prefix and gdb_continue_to_end.
9537
bb9d5f81
PP
95382014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9539
9540 PR breakpoints/12526
9541 * gdb.base/watch-bitfields.exp: New file.
9542 * gdb.base/watch-bitfields.c: New file.
9543
635856f5
PA
95442014-09-16 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9547 software and hardware addresses, not software address against
9548 itself.
9549
7280ceea
PA
95502014-09-16 Pedro Alves <palves@redhat.com>
9551
9552 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9553 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9554
428b16bd
PA
95552014-09-16 Pedro Alves <palves@redhat.com>
9556
9557 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9558 files.
9559 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9560 "*-*-vxworks*" throughout.
9561 * gdb.base/break.exp: Likewise.
9562 * gdb.base/default.exp: Likewise.
9563 * gdb.base/scope.exp: Likewise.
9564 * gdb.base/sepdebug.exp: Likewise.
9565 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9566 throughout.
9567 * gdb.base/run.c: Likewise.
9568 * gdb.base/sepdebug.c: Likewise.
9569 * gdb.hp/gdb.aCC/run.c: Likewise.
9570 * gdb.reverse/until-reverse.c: Likewise.
9571 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9572
666d413c
YQ
95732014-09-16 Yao Qi <yao@codesourcery.com>
9574
9575 * boards/local-remote-host-native.exp: New file.
9576
57cbd724
DE
95772014-09-14 Doug Evans <xdje42@gmail.com>
9578
9579 * gdb.threads/queue-signal.c (thread_count): New variable.
9580 (thread_count_mutex, thread_count_condvar): New variables.
9581 (incr_thread_count, wait_all_threads_running): New functions.
9582 (main): Wait for all threads to be in their thread functions.
9583
81219e53
DE
95842014-09-13 Doug Evans <xdje42@gmail.com>
9585
9586 * gdb.threads/queue-signal.c: New file.
9587 * gdb.threads/queue-signal.exp: New file.
9588
3714cea7
DE
95892014-09-13 Doug Evans <xdje42@gmail.com>
9590
9591 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9592 be consistent with what default_gdb_init uses.
9593 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9594 the plain text of the prompt. Add some logging printfs.
9595 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9596
fa43b1d7
PA
95972014-09-12 Pedro Alves <palves@redhat.com>
9598
9599 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9600 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9601 * gdb.arch/i386-size-overlap.exp: Likewise.
9602 * gdb.arch/i386-size.exp: Likewise.
9603 * gdb.arch/i386-unwind.exp: Likewise.
9604 * gdb.base/a2-run.exp: Likewise.
9605 * gdb.base/break.exp: Likewise.
9606 * gdb.base/charset.exp: Likewise.
9607 * gdb.base/chng-syms.exp: Likewise.
9608 * gdb.base/commands.exp: Likewise.
9609 * gdb.base/dbx.exp: Likewise.
9610 * gdb.base/find.exp: Likewise.
9611 * gdb.base/funcargs.exp: Likewise.
9612 * gdb.base/jit-simple.exp: Likewise.
9613 * gdb.base/reread.exp: Likewise.
9614 * gdb.base/sepdebug.exp: Likewise.
9615 * gdb.base/step-bt.exp: Likewise.
9616 * gdb.cp/mb-inline.exp: Likewise.
9617 * gdb.cp/mb-templates.exp: Likewise.
9618 * gdb.objc/basicclass.exp: Likewise.
9619 * gdb.threads/killed.exp: Likewise.
9620
9d9bf2df
EBM
96212014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9622
9623 PR tdep/17379
9624 * gdb.arch/powerpc-stackless.S: New file.
9625 * gdb.arch/powerpc-stackless.exp: New file.
9626
1cf2f1b0
JK
96272014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9628
9629 * gdb.base/attach.c: Include unistd.h.
9630 (main): Call alarm. Add label postloop.
9631 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9632 gdb_breakpoint, gdb_continue_to_breakpoint.
9633 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9634
98880d46
PA
96352014-09-11 Pedro Alves <palves@redhat.com>
9636
9637 PR gdb/17347
9638 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9639 * gdb.base/attach.exp (test_command_line_attach_run): New
9640 procedure.
9641 (top level): Call it.
9642
4c92ff2c
PA
96432014-09-11 Pedro Alves <palves@redhat.com>
9644
9645 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9646 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9647 (do_command_attach_tests): Use spawn_wait_for_attach.
9648 * gdb.base/solib-overlap.exp: Likewise.
9649 * gdb.multi/multi-attach.exp: Likewise.
9650 * gdb.python/py-prompt.exp: Likewise.
9651 * gdb.python/py-sync-interp.exp: Likewise.
9652 * gdb.server/ext-attach.exp: Likewise.
9653
3adc1a7d
GKB
96542014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9655
9656 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9657 command in testcase. Simplify testcase.
9658
96334934
JB
96592014-09-10 Joel Brobecker <brobecker@adacore.com>
9660
9661 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9662
eb479039
JB
96632014-09-10 Joel Brobecker <brobecker@adacore.com>
9664
9665 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9666
deede10c
JB
96672014-09-10 Joel Brobecker <brobecker@adacore.com>
9668
9669 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9670
7828a5f5
JB
96712014-09-10 Joel Brobecker <brobecker@adacore.com>
9672
9673 * gdb.dwarf2/dynarr-ptr.c: New file.
9674 * gdb.dwarf2/dynarr-ptr.exp: New file.
9675
33aeebcf
MR
96762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9677
9678 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9679 of 30 rather than hardcoding 120 for a slow test case. Take the
9680 `gdb,timeout' target setting into account for this calculation.
9681 Don't extend the timeout for the test cases that don't need it.
9682
7b415901
MR
96832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9684
9685 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9686 a factor of 2 for a slow test case. Take the `gdb,timeout'
9687 target setting into account for this calculation.
9688 * gdb.reverse/until-precsave.exp: Increase the timeout by
9689 a factor of 15 and 3 respectively rather than adding 120
9690 for a pair of slow test cases. Take the `gdb,timeout'
9691 target setting into account for this calculation.
9692
4a40f85a
MR
96932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9694
9695 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9696 timeout, don't pass one down to gdb_expect.
9697 (gdb_expect): Rework timeout selection.
9698
09635af7
MR
96992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9700
9701 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9702 exception on timeout.
9703 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9704 (gdbserver_start_extended): Catch any `gdbserver_start' error
9705 exceptions.
9706 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9707 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9708 `gdbserver_gdb_load' error exceptions.
9709
2bdd10b7
MR
97102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9711
9712 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9713 120 on waiting for the TCP socket to open.
9714
316935f0
DE
97152014-09-09 Doug Evans <xdje42@gmail.com>
9716
9717 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9718 _caller_matches, _any_caller_is, _any_caller_matches.
9719
83740597
DE
97202014-09-09 Doug Evans <xdje42@gmail.com>
9721
9722 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9723
4c122fc3
YQ
97242014-09-09 Yao Qi <yao@codesourcery.com>
9725
9726 * gdb.mi/mi-var-display.exp: Set print symbol off.
9727
a9f116cb
GKB
97282014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9729
9730 PR gdb/17035
9731 * gdb.base/commands.exp: Add tests to verify user-defined
9732 commands with empty bodies.
9733 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9734 python commands in `show user command`.
9735 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9736 scheme commands in `show user command`.
9737
c75bd3a2
JK
97382014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9739
9740 PR python/17355
9741 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9742 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9743 * gdb.python/py-framefilter-invalidarg.exp: New file.
9744 * gdb.python/py-framefilter-invalidarg.py: New file.
9745
faa42425
DE
97462014-09-06 Doug Evans <xdje42@gmail.com>
9747
9748 PR 15276
9749 * gdb.python/py-caller-is.c: New file.
9750 * gdb.python/py-caller-is.exp: New file.
9751
474ca4f6
SDJ
97522014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9753
9754 PR gdb/17235
9755 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9756 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9757
eb0b0463
SDJ
97582014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9759
9760 PR fortran/17237
9761 * gdb.fortran/print-formatted.exp: New file.
9762 * gdb.fortran/print-formatted.f90: Likewise.
9763
5f3b99cf
SS
97642014-09-03 Sasha Smundak <asmundak@google.com>
9765
9766 * gdb.python/py-frame.exp: Test Frame.read_register.
9767
7d793aa9
SDJ
97682014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9769
9770 PR python/16699
9771 * gdb.python/py-completion.exp: New file.
9772 * gdb.python/py-completion.py: Likewise.
9773
fb0576e9
DE
97742014-08-28 Doug Evans <dje@google.com>
9775
9776 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9777 eax,etc. are live with values set by gdb and thus the compiler can't
9778 use them.
9779 * gdb.arch/i386-pseudo.c (main): Ditto.
9780
ee92b0dd
DE
97812014-08-27 Doug Evans <dje@google.com>
9782
9783 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9784
6649db35
DE
97852014-08-25 Doug Evans <dje@google.com>
9786
9787 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9788 (main): Ditto.
9789
564b7600
DE
97902014-08-25 Doug Evans <dje@google.com>
9791
9792 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9793
3881fb67
YQ
97942014-08-24 Yao Qi <yao@codesourcery.com>
9795
9796 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9797 symbol off.
9798 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9799
a05a36a5
DE
98002014-08-22 Doug Evans <dje@google.com>
9801
9802 PR 17276
9803 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9804 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9805 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9806
7c343b48
YQ
98072014-08-22 Yao Qi <yao@codesourcery.com>
9808
9809 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9810 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9811 * gdb.python/python.exp: Likewise. Use .py file on the host
9812 instead of the build.
9813
22fd09ae
JK
98142014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9815
9816 * gdb.threads/gcore-stale-thread.c: New file.
9817 * gdb.threads/gcore-stale-thread.exp: New file.
9818
a8454a7c
PA
98192014-08-21 Pedro Alves <palves@redhat.com>
9820
9821 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9822 * gdb.base/gcore-relro-pie.exp: Likewise.
9823 * gdb.base/gcore-relro.exp: Likewise.
9824 * gdb.base/gcore.exp: Likewise.
9825 * gdb.base/print-symbol-loading.exp: Likewise.
9826 * gdb.threads/gcore-thread.exp: Likewise.
9827 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9828
2a31c623
PA
98292014-08-20 Pedro Alves <palves@redhat.com>
9830 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9833 configure.
9834 (EXPECT): Handle READ1 being set.
9835 (all): Depend on EXTRA_RULES.
9836 (check-read1, expect-read1, read1.so, read1): New rules.
9837 * README (Testsuite Parameters): Document the READ1 make variable.
9838 (Race detection): New section.
9839 * configure: Regenerate.
9840 * configure.ac: If build==host==target, and running under a
9841 GNU/glibc system, add read1 to the extra Makefile rules.
9842 (EXTRA_RULES): AC_SUBST it.
9843 * lib/read1.c: New file.
9844
d36430db
JB
98452014-08-20 Joel Brobecker <brobecker@adacore.com>
9846
9847 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9848 the handling of variables declared as a typedef to an array
9849 which a DW_AT_data_location attribute.
9850
9a0dc9e3
PA
98512014-08-19 Andrew Burgess <aburgess@broadcom.com>
9852 Pedro Alves <palves@redhat.com>
9853
9854 PR symtab/14604
9855 PR symtab/14605
9856 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9857 gdb_test.
9858
0718a8da
PA
98592014-08-19 Pedro Alves <palves@redhat.com>
9860
9861 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9862
13b448cd
YQ
98632014-08-19 Yao Qi <yao@codesourcery.com>
9864
9865 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9866 right line.
9867
1cbf5077
DB
98682014-08-18 David Blaikie <dblaikie@gmail.com>
9869
9870 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9871
bf0fae19
JB
98722014-08-18 Joel Brobecker <brobecker@adacore.com>
9873
9874 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9875 attribute in array range.
9876
3c8c5dcc
JB
98772014-08-18 Joel Brobecker <brobecker@adacore.com>
9878
9879 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9880
e66d4446
SC
98812014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9882
9883 PR c++/17132
9884 * gdb.cp/pr17132.cc: New file.
9885 * gdb.cp/pr17132.exp: New file.
9886
940df408
SC
98872014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9888
9889 * gdb.python/py-xmethods.py (A_getarrayind)
9890 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9891 Use 'print' with function call syntax.
9892 (E_method_matcher.match): Fix tab vs space indentation mixup.
9893
ebcc6c3a
YQ
98942014-08-15 Yao Qi <yao@codesourcery.com>
9895
9896 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9897 false.
9898
775e0f04
YQ
98992014-08-15 Yao Qi <yao@codesourcery.com>
9900
9901 * gdb.cp/casts.exp: Set print symbol off.
9902 * gdb.cp/class2.exp: Likewise.
9903 * gdb.cp/overload.exp: Likewise.
9904 * gdb.cp/templates.exp: Likewise.
9905
d769e349
DE
99062014-08-11 Doug Evans <dje@google.com>
9907
9908 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9909 (test_load_shlib): Update.
9910
20c6f1e1
YQ
99112014-08-09 Yao Qi <yao@codesourcery.com>
9912
9913 * gdb.base/display.exp: Invoke is_address_zero_readable.
9914 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9915 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9916 * gdb.base/hbreak-unmapped.exp: Return if
9917 is_address_zero_readable returns true.
9918 * gdb.base/signest.exp: Likewise.
9919 * gdb.base/signull.exp: Likewise.
9920 * gdb.base/sigbpt.exp: Likewise.
9921 * gdb.guile/scm-disasm.exp: Do the test if
9922 is_address_zero_readable returns false.
9923 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9924 * gdb.python/py-arch.exp: Likewise.
9925 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9926 * lib/gdb.exp (is_address_zero_readable): New proc.
9927
5792e8e3
YQ
99282014-08-09 Yao Qi <yao@codesourcery.com>
9929
9930 PR testsuite/13443
9931 * gdb.mi/mi-var-display.exp: Make test messages unique.
9932
3cecbbbe
TT
99332014-08-04 Tom Tromey <tromey@redhat.com>
9934
9935 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9936 target 0".
9937
00b51ff5
TT
99382014-08-04 Tom Tromey <tromey@redhat.com>
9939
9940 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9941 "target_resume".
9942
6908c509
JB
99432014-08-01 Joel Brobecker <brobecker@adacore.com>
9944
9945 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9946 inner_vla_struct_object_size.
9947 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9948 as xfail.
9949
cc6563d2
PA
99502014-07-30 Pedro Alves <palves@redhat.com>
9951
9952 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9953 comment.
9954
7e09a223
YQ
99552014-07-29 Yao Qi <yao@codesourcery.com>
9956
9957 PR gdb/17206
9958 * gdb.base/until-nodebug.exp: New.
9959
7ebdbe92
DE
99602014-07-28 Doug Evans <xdje42@gmail.com>
9961
9962 PR guile/17203
9963 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9964 previously existing parameter, and previously ambiguously spelled
9965 parameter.
9966
fdb1adc6
WN
99672014-07-28 Will Newton <will.newton@linaro.org>
9968
9969 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9970
186fcde0
DE
99712014-07-26 Ludovic Courtès <ludo@gnu.org>
9972 Doug Evans <xdje42@gmail.com>
9973
9974 PR guile/17146
9975 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9976
70509625
PA
99772014-07-25 Pedro Alves <palves@redhat.com>
9978
9979 * gdb.threads/signal-command-handle-nopass.c: New file.
9980 * gdb.threads/signal-command-handle-nopass.exp: New file.
9981 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9982 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9983 * gdb.threads/signal-delivered-right-thread.c: New file.
9984 * gdb.threads/signal-delivered-right-thread.exp: New file.
9985
c3f814a1
PA
99862014-07-25 Pedro Alves <palves@redhat.com>
9987
9988 * gdb.base/double-prompt-target-event-error.exp
9989 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9990 match.
9991 (cancel_pagination_in_target_event): Rework double prompt
9992 detection.
9993 * gdb.base/paginate-after-ctrl-c-running.exp
9994 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9995 <return>' match.
9996 * gdb.base/paginate-bg-execution.exp
9997 (test_bg_execution_pagination_return)
9998 (test_bg_execution_pagination_cancel): Remove '-notransfer
9999 <return>' matches.
10000 * gdb.base/paginate-execution-startup.exp
10001 (test_fg_execution_pagination_return)
10002 (test_fg_execution_pagination_cancel): Remove '-notransfer
10003 <return>' matches.
10004 * gdb.base/paginate-inferior-exit.exp
10005 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10006 match.
10007 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10008 * lib/gdb.exp (pagination_prompt): Run text through
10009 string_to_regexp.
10010 (gdb_test_multiple): Match $pagination_prompt instead of
10011 "<return>".
10012 (string_to_regexp): Move to lib/gdb-utils.exp.
10013
e214cf6c
JK
100142014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 * gdb.arch/amd64-entry-value-paramref.S: New file.
10017 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10018 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10019 * gdb.arch/amd64-optimout-repeat.S: New file.
10020 * gdb.arch/amd64-optimout-repeat.c: New file.
10021 * gdb.arch/amd64-optimout-repeat.exp: New file.
10022
17d0c5c8
JK
100232014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10024
10025 PR gdb/17170
10026 * gdb.base/statistics.exp: New file.
10027
b8b8facf
DE
100282014-07-17 Doug Evans <dje@google.com>
10029
74b49205 10030 PR gdb/17170
b8b8facf
DE
10031 * gdb.base/maint.exp: Update testing of per-command stats.
10032
1b5d0ab3
PA
100332014-07-16 Pedro Alves <palves@redhat.com>
10034
10035 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10036 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10037 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10038 (tfile_write_buf): New functions.
10039 (add_memory_block): Rewrite using the above.
10040 (adjust_function_address): New function.
10041 (FUNCTION_ADDRESS): New macro.
10042 (write_basic_trace_file): Remove short_x local, and use
10043 tfile_write_16. Change type of func_addr local to unsigned long
10044 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10045 here. Cast argument of add_memory_block to char pointer.
10046 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10047 (main): Remove parameters.
10048 * gdb.trace/tfile.exp: Remove nowarnings.
10049
4d974e88
SM
100502014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10051
10052 * gdb.base/debug-expr.exp: Test string evaluation with
10053 "debug expression" on.
10054
41e99568
PA
100552014-07-15 Pedro Alves <palves@redhat.com>
10056
10057 * gdb.base/reread.exp: Use clean_restart.
10058
487d9753
PL
100592014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10060
10061 * gdb.arch/avr-flash-qualifer.c: New.
10062 * gdb.arch/avr-flash-qualifer.exp: New.
10063
cc1c52ad
PA
100642014-07-14 Pedro Alves <palves@redhat.com>
10065
10066 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10067 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10068
1e973570
PA
100692014-07-14 Pedro Alves <palves@redhat.com>
10070
10071 * gdb.base/double-prompt-target-event-error.c: New file.
10072 * gdb.base/double-prompt-target-event-error.exp: New file.
10073
93d6eb10
PA
100742014-07-14 Pedro Alves <palves@redhat.com>
10075
10076 PR gdb/17072
10077 * gdb.base/paginate-inferior-exit.c: New file.
10078 * gdb.base/paginate-inferior-exit.exp: New file.
10079
0017922d
PA
100802014-07-14 Pedro Alves <palves@redhat.com>
10081
10082 PR gdb/17072
10083 * gdb.base/paginate-bg-execution.c: New file.
10084 * gdb.base/paginate-bg-execution.exp: New file.
10085
94696ad3
PA
100862014-07-14 Pedro Alves <palves@redhat.com>
10087
10088 PR gdb/17072
10089 * gdb.base/paginate-execution-startup.c: New file.
10090 * gdb.base/paginate-execution-startup.exp: New file.
10091 * lib/gdb.exp (pagination_prompt): New global.
10092 (default_gdb_spawn): New procedure, factored out from
10093 default_gdb_spawn.
10094 (default_gdb_start): Adjust to call default_gdb_spawn.
10095 (gdb_spawn): New procedure.
10096
bd293940
PA
100972014-07-14 Pedro Alves <palves@redhat.com>
10098
10099 * lib/gdb.exp (gdb_assert): New procedure.
10100 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10101
c933f875
PA
101022014-07-14 Pedro Alves <palves@redhat.com>
10103
10104 * gdb.base/execution-termios.c: New file.
10105 * gdb.base/execution-termios.exp: New file.
10106
d98b7a16
TT
101072014-07-14 Tom Tromey <tromey@redhat.com>
10108
10109 * gdb.cp/vla-cxx.cc: New file.
10110 * gdb.cp/vla-cxx.exp: New file.
10111
548740d6
TT
101122014-07-14 Tom Tromey <tromey@redhat.com>
10113
10114 * gdb.reverse/rerun-prec.c: New file.
10115 * gdb.reverse/rerun-prec.exp: New file.
10116
a25eb028
MR
101172014-07-12 Maciej W. Rozycki <macro@mips.com>
10118 Maciej W. Rozycki <macro@codesourcery.com>
10119
10120 * lib/gdb-utils.exp: New file.
10121 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10122 inline `gdb_init_command' processing.
10123 (gdb_start_cmd): Likewise.
10124 * lib/mi-support.exp (mi_run_cmd): Likewise.
10125 * README: Document `gdb_init_command' and `gdb_init_commands'.
10126
218c2655
JK
101272014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10128
10129 Fix false FAIL running under a very long directory name.
10130 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10131 and "set print elements 10000". Twice.
10132
5401fde3
YQ
101332014-07-11 Yao Qi <yao@codesourcery.com>
10134
10135 * gdb.base/exprs.exp: "set print symbol off".
10136
e76126e8
PA
101372014-07-11 Pedro Alves <palves@redhat.com>
10138
10139 * gdb.threads/kill.c: New file.
10140 * gdb.threads/kill.exp: New file.
10141
2d6f0de6
YQ
101422014-07-10 Yao Qi <yao@codesourcery.com>
10143
10144 * gdb.trace/tfile.c (write_basic_trace_file)
10145 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10146 address written to trace file.
10147
7180e04a
PA
101482014-07-09 Pedro Alves <palves@redhat.com>
10149
10150 * gdb.base/attach-wait-input.exp: New file.
10151 * gdb.base/attach-wait-input.c: New file.
10152
9a9a7608
AB
101532014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10154
10155 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10156 setting up test structures.
10157 (main): Call new test function.
10158 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10159 test function, continue into test function and walk test
10160 structures.
10161
161ac41e
YQ
101622014-07-02 Yao Qi <yao@codesourcery.com>
10163
10164 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10165 'bar_start' at the beginning of functions 'foo' and 'bar'
10166 respectively.
10167 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10168 instead of 'foo' and 'bar'.
10169
1f267ae3
MM
101702014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10171
10172 * gdb.btrace/segv.exp: New.
10173 * gdb.btrace/segv.c: New.
10174
2b239efb
LM
101752014-07-02 Luis Machado <lgustavo@codesourcery.com>
10176
10177 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10178 instruction.
10179
cf363f18
MW
101802014-06-30 Mark Wielaard <mjw@redhat.com>
10181
10182 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10183 vulture, vilify, villar): New volatile array constants.
10184 (vindictive, vegetation): New const volatile array constants.
10185 * gdb.base/volatile.exp: Test volatile and const volatile array
10186 types.
10187
aebf9d24
AA
101882014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10189
10190 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10191 target lacks support for awatch, rwatch, or hbreak.
10192
b67a2c6f
YQ
101932014-06-27 Yao Qi <yao@codesourcery.com>
10194
10195 * gdb.multi/dummy-frame-restore.exp: New.
10196 * gdb.multi/dummy-frame-restore.c: New.
10197
aef92902
MM
101982014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10199
10200 * gdb.btrace/gcore.exp: New.
10201
8e9db26e
PA
102022014-06-23 Pedro Alves <palves@redhat.com>
10203
10204 * gdb.base/watchpoint-reuse-slot.c: New file.
10205 * gdb.base/watchpoint-reuse-slot.exp: New file.
10206
70afc5b7
SC
102072014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10208
10209 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10210 progspace's filename in 'info', 'enable' and 'disable' command
10211 tests.
10212
b972bd9c
JK
102132014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10214
10215 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10216 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10217 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10218
125f8a3d
GB
102192014-06-20 Gary Benson <gbenson@redhat.com>
10220
10221 * gdb.arch/i386-avx.exp: Fix include file location.
10222 * gdb.arch/i386-sse.exp: Likewise.
10223
3ed9baed
IB
102242014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10225
10226 * gdb.dlang/expression.exp: New file.
10227
034f788c
PA
102282014-06-19 Pedro Alves <palves@redhat.com>
10229
10230 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10231 out from ...
10232 (top level): ... here. Iterate running tests under different
10233 scheduler-locking settings.
10234
45371d0c
LM
102352014-06-18 Luis Machado <lgustavo@codesourcery.com>
10236
10237 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10238 to DW_FORM_addr and use non-zero addresses.
10239
5d376983
SC
102402014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10241
10242 PR gdb/17017
10243 * gdb.python/py-xmethods.cc: Add global function call counters and
10244 increment them in their respective functions. Remove "cout"
10245 statements.
10246 * gdb.python/py-xmethods.exp: Make tests check the global function
10247 call counters instead of depending on inferior IO.
10248
a1aa2221
LM
102492014-06-18 Don Breazeal <donb@codesourcery.com>
10250
10251 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10252 Deleted procedure.
10253 (explicit_fork_parent_follow): Deleted procedure.
10254 (explicit_fork_child_follow): Deleted procedure.
10255 (test_follow_fork): New procedure.
10256 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10257 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10258 procedure calls.
10259
0fc05997
YQ
102602014-06-17 Yao Qi <yao@codesourcery.com>
10261
10262 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10263 CP1252.
10264
70795c52
LM
102652014-06-17 Luis Machado <lgustavo@codesourcery.com>
10266
10267 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10268 Initialize ptr and S explicitly.
10269 (skip_type_update_when_not_use_rtti_test): Likewise.
10270
6be47f0c
KS
102712014-06-16 Keith Seitz <keiths@redhat.com>
10272
10273 PR mi/15863
10274 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10275 the inferior is started.
10276
d03de421
PA
102772014-06-16 Pedro Alves <palves@redhat.com>
10278
10279 * gdb.base/break-main-file-remove-fail.c: New file.
10280 * gdb.base/break-main-file-remove-fail.exp: New file.
10281 * gdb.base/break-unload-file.exp: Use build_executable instead of
10282 prepare_for_testing.
10283 (test_break): New parameter "initial_load". Handle it.
10284 (top level): Add initial_load cmdline/file axis.
10285
f9579b99
TT
102862014-06-12 Tom Tromey <tromey@redhat.com>
10287
10288 * gdb.base/completion.exp: Don't use directory name in test.
10289
3657956b
GB
102902014-06-09 Gary Benson <gbenson@redhat.com>
10291
10292 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10293 separate the always-available ANSI-standard signals from the
10294 signals that require checking.
10295 (main): Likewise.
10296 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10297 Likewise.
10298 (main): Likewise.
10299
4186eb54
KS
103002014-06-07 Keith Seitz <keiths@redhat.com>
10301
10302 Revert:
10303 PR c++/16253
10304 * gdb.cp/var-tag.cc: New file.
10305 * gdb.cp/var-tag.exp: New file.
10306 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10307 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10308 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10309 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10310
25326a28 103112014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10312
10313 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10314
829155c9
PA
103152014-06-06 Pedro Alves <palves@redhat.com>
10316
10317 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10318 in target debug output instead of looking at RSP packets,
10319 disabling the test on any target that uses hardware stepping.
10320 Update comments.
10321
61c8d22e
PA
103222014-06-06 Pedro Alves <palves@redhat.com>
10323
10324 * gdb.base/break-unload-file.exp: Fix typo.
10325
d9a47287
YQ
103262014-06-06 Yao Qi <yao@codesourcery.com>
10327
10328 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10329 from "jit_function" to "^jit_function".
10330
e5e01dbf
YQ
103312014-06-06 Yao Qi <yao@codesourcery.com>
10332
10333 * gdb.base/async.c (foo): Add one statement.
10334 * gdb.base/async.exp: Get the next instruction address and
10335 match the output of "nexti" by instruction address. Match
10336 the hex address in the output of "finish".
10337
73ba372c
GB
103382014-06-06 Gary Benson <gbenson@redhat.com>
10339
10340 * gdb.base/call-signals.c: Remove preprocessor conditionals
10341 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10342 SIGSEGV and SIGTERM.
10343 * gdb.base/sigall.c: Likewise.
10344 * gdb.base/unwindonsignal.c: Likewise.
10345 * gdb.reverse/sigall-reverse.c: Likewise.
10346
831517df
YQ
103472014-06-06 Yao Qi <yao@codesourcery.com>
10348
10349 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10350 readable, skip the test.
10351
b8b91e98
YQ
103522014-06-06 Yao Qi <yao@codesourcery.com>
10353
10354 * gdb.threads/staticthreads.c (thread_function): Move the line
10355 setting breakpoint on forward.
10356 * gdb.threads/staticthreads.exp: Update comments.
10357
fb934770
LC
103582014-06-05 Ludovic Courtès <ludo@gnu.org>
10359
10360 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10361 "history-append! type error".
10362
6ef284bd
SM
103632014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10364
10365 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10366 erroneous dprintf expected input.
10367
a872e241
DE
103682014-06-04 Doug Evans <xdje42@gmail.com>
10369
10370 * gdb.guile/scm-generics.exp: Delete.
10371
16f691fb
DE
103722014-06-04 Doug Evans <xdje42@gmail.com>
10373
10374 * gdb.guile/scm-breakpoint.exp: Update.
10375 Add tests for breakpoint registration.
10376
012370f6
TT
103772014-06-04 Tom Tromey <tromey@redhat.com>
10378
10379 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10380 VLA-in-union.
10381 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10382 inner_vla_struct, vla_union types. Initialize objects of those
10383 types and compute their sizes.
10384
9f5a4cef
HZ
103852014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10386 Hui Zhu <hui@codesourcery.com>
10387
10388 * gdb.base/fileio.exp: Add test for shell not available as well as
10389 available.
10390 * gdb.base/fileio.c (test_system): Check for shell twice.
10391
90a45c4d
YQ
103922014-06-04 Yao Qi <yao@codesourcery.com>
10393
10394 * gdb.base/auto-connect-native-target.exp: Remove redundant
10395 space from the regexp pattern.
10396
70017e41
YQ
103972014-06-04 Yao Qi <yao@codesourcery.com>
10398
10399 * gdb.base/default.exp: Replace "child" with "native" in
10400 regexp pattern.
10401
883964a7
SC
104022014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10403
10404 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10405 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10406 * gdb.python/py-xmethods.py: Python script supporting the
10407 new testcase and tests.
10408
ef370185
JB
104092014-06-03 Joel Brobecker <brobecker@adacore.com>
10410 Pedro Alves <palves@redhat.com>
10411
10412 PR breakpoints/17000
10413 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10414 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10415
1e2ccb61
BM
104162014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10417
10418 * gdb.base/subst.exp: Add tests to verify partial path matching
10419 output.
10420
c6ec5ab2
PA
104212014-06-03 Pedro Alves <palves@redhat.com>
10422
10423 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10424 target that doesn't use software single-stepping.
10425
835c559f
PA
104262014-06-03 Pedro Alves <palves@redhat.com>
10427
10428 PR breakpoints/17000
10429 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10430 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10431
06eb1586
DE
104322014-06-02 Doug Evans <xdje42@gmail.com>
10433
10434 * gdb.guile/scm-parameter.exp: New file.
10435
e698b8c4
DE
104362014-06-02 Doug Evans <xdje42@gmail.com>
10437
10438 * gdb.guile/scm-cmd.c: New file.
10439 * gdb.guile/scm-cmd.exp: New file.
10440
ded03782
DE
104412014-06-02 Doug Evans <xdje42@gmail.com>
10442
10443 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10444 pretty-printer lookup.
10445 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10446 (make-pp_s-printer): Call it.
10447 (make-pretty-printer-from-dict): New function.
10448 (lookup-pretty-printer-maker-from-dict): New function.
10449 (*pretty-printer*): Simplify.
10450 (make-objfile-pp_s-printer): New function.
10451 (install-objfile-pretty-printers!): New function.
10452 (make-progspace-pp_s-printer): New function.
10453 (install-progspace-pretty-printers!): New function.
10454 * gdb.guile/scm-progspace.c: New file.
10455 * gdb.guile/scm-progspace.exp: New file.
10456
41fac0cf
PA
104572014-06-02 Pedro Alves <palves@redhat.com>
10458
10459 * gdb.base/dprintf-bp-same-addr.c: New file.
10460 * gdb.base/dprintf-bp-same-addr.exp: New file.
10461
96ae5695
EBM
104622014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10463
10464 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10465 * gdb.arch/powerpc-power.s: Likewise.
10466
da02b3a8
JB
104672014-06-02 Joel Brobecker <brobecker@adacore.com>
10468
10469 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10470
c72b2e7b
YQ
104712014-06-01 Yao Qi <yao@codesourcery.com>
10472
10473 * gdb.base/watchpoint.exp (test_watch_location): Check null
10474 pointer can be dereferenced. If not, do the test, otherwise
10475 skip it.
10476
53e8a631
AB
104772014-05-30 Andrew Burgess <aburgess@broadcom.com>
10478
10479 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10480 results.
10481 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10482
938f0e2f
AB
104832014-05-30 Andrew Burgess <aburgess@broadcom.com>
10484
10485 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10486 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10487 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10488 * gdb.arch/amd64-invalid-stack-top.c: New file.
10489 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10490
9ba6657a
PA
104912014-05-30 Pedro Alves <palves@redhat.com>
10492
10493 PR breakpoints/17000
10494 * gdb.base/sss-bp-on-user-bp.c: New file.
10495 * gdb.base/sss-bp-on-user-bp.exp: New file.
10496
522c09bf
DB
104972014-05-30 David Blaikie <dblaikie@gmail.com>
10498
10499 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10500 gnu_inline semantics via attribute.
10501 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10502 source explicitly specifies the required semantics.
10503
bf4ef81e
MR
105042014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10505
10506 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10507
329ea579
PA
105082014-05-29 Pedro Alves <palves@redhat.com>
10509 Tom Tromey <tromey@redhat.com>
10510
10511 * gdb.base/async-shell.exp: Don't enable target-async.
10512 * gdb.base/async.exp
10513 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10514 parameter. Adjust.
10515 (top level): Don't test with "target-async".
10516 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10517 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10518 * gdb.base/inferior-died.exp: Don't enable target-async.
10519 * gdb.base/interrupt-noterm.exp: Likewise.
10520 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10521 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10522 * gdb.mi/mi-nonstop.exp: Likewise.
10523 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10524 * gdb.mi/mi-nsintrall.exp: Likewise.
10525 * gdb.mi/mi-nsmoribund.exp: Likewise.
10526 * gdb.mi/mi-nsthrexec.exp: Likewise.
10527 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10528 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10529 * gdb.python/py-evsignal.exp: Don't enable target-async.
10530 * gdb.python/py-evthreads.exp: Likewise.
10531 * gdb.python/py-prompt.exp: Likewise.
10532 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10533 * gdb.server/solib-list.exp: Don't enable target-async.
10534 * gdb.threads/thread-specific-bp.exp: Likewise.
10535 * lib/mi-support.exp: Adjust to use mi-async.
10536
fd664c91
PA
105372014-05-29 Pedro Alves <palves@redhat.com>
10538
10539 PR gdb/13860
10540 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10541 reason, even in sync mode.
10542
251bde03
PA
105432014-05-29 Pedro Alves <palves@redhat.com>
10544 Hui Zhu <hui@codesourcery.com>
10545
10546 PR PR15693
10547 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10548 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10549 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10550 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10551
7f3c0343
JB
105522014-05-28 Joel Brobecker <brobecker@adacore.com>
10553
10554 * config/monitor.exp (gdb_target_monitor): Replace use of
10555 "set remotebaud" by "set serial baud".
10556
b2715b27
AW
105572014-05-26 Andy Wingo <wingo@igalia.com>
10558
10559 * gdb.guile/scm-breakpoint.exp:
10560 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10561 properties instead of gdb-object-properties.
10562
498a4489
YQ
105632014-05-26 Yao Qi <yao@codesourcery.com>
10564
10565 * gdb.server/no-thread-db.exp: Specify source file name
10566 explicitly when setting a breakpoint.
10567
589fdceb
MM
105682014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10569
10570 * gdb.btrace/vdso.c: New.
10571 * gdb.btrace/vdso.exp: New.
10572
e9089e05
MM
105732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10574
10575 * gdb.base/gcore.exp (capture_command_output): Move ...
10576 * lib/gdb.exp (capture_command_output): ... here.
10577
67b5c0c1
MM
105782014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10579
10580 * gdb.btrace/data.exp: Test memory access during btrace replay.
10581
a2199296
SM
105822014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10583
10584 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10585
17b2616c
PA
105862014-05-21 Pedro Alves <palves@redhat.com>
10587
10588 PR gdb/13860
10589 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10590 (top level): Test that output related to execution commands is
10591 sent to the console with CLI commands, but not with MI commands.
10592 Test that breakpoint events are always mirrored to the console.
10593 Also expect the new source line to be output after a "next" in
10594 async mode too. Make it a pass/fail test.
10595 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10596 output.
10597 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10598
5166082f
PA
105992014-05-21 Pedro Alves <palves@redhat.com>
10600
10601 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10602 Use them to test variations of "list" after reaching a breakpoint.
10603 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10604 Test "list" with listsize 10 after reaching a breakpoint.
10605 * gdb.python/python.exp (decode_line current location line
10606 number): Adjust expected line number.
10607
2f25d70f
SM
106082014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10609
10610 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10611 behavior for $args, pass it directly to "run".
10612
ff604a67
MR
106132014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10614
10615 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10616 30000 to 65536.
10617
6a3cb8e8
PA
106182014-05-21 Pedro Alves <palves@redhat.com>
10619
10620 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10621 auto-connect-native-target off".
10622 * gdb.base/auto-connect-native-target.c: New file.
10623 * gdb.base/auto-connect-native-target.exp: New file.
10624
4ebfc96e
PA
106252014-05-21 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.base/default.exp: Test "target native" instead of "target
10628 child".
10629
36d46afb
MW
106302014-05-21 Mark Wielaard <mjw@redhat.com>
10631
10632 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10633
5876f503
JK
106342014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10635
10636 Fix TLS access for -static -pthread.
10637 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10638 <HAVE_TLS> (thread_function, main): Initialize it.
10639 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10640 Add clean_restart.
10641 <$have_tls != "">: Check TLSVAR.
10642
0256a6ac
PA
106432014-05-21 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.base/dcache-line-read-error.c: New.
10646 * gdb.base/dcache-line-read-error.exp: New.
10647
936d2992
PA
106482014-05-20 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.base/compare-sections.c: New file.
10651 * gdb.base/compare-sections.exp: New file.
10652
802e8e6d
PA
106532014-05-20 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/break-idempotent.c: New file.
10656 * gdb.base/break-idempotent.exp: New file.
10657
e59fa00f
MM
106582014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10659
10660 * gdb.btrace/nohist.exp: New.
10661
8b696e31
YQ
106622014-05-20 Yao Qi <yao@codesourcery.com>
10663
10664 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10665 gdb.reverse directory and gdb_reverse_timeout exists in board
10666 setting.
10667 * README: Document gdb_reverse_timeout.
10668
73c9764f
YQ
106692014-05-20 Yao Qi <yao@codesourcery.com>
10670
10671 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10672 'test_file_name'. Treat args as a string instead of a list.
10673 (gdb_init): Rename argument 'args' by 'test_file_name'.
10674
f1f4348a
JK
106752014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10676
10677 * gdb.arch/powerpc-power.exp: New file.
10678 * gdb.arch/powerpc-power.s: New file.
10679
0dbe70ce
DE
106802014-05-16 Doug Evans <dje@google.com>
10681
10682 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10683 * gdb.base/completion.exp: Check that all expected files exist
10684 before doing file completion.
0dbe70ce 10685
8d551b02
DE
106862014-05-16 Doug Evans <dje@google.com>
10687
10688 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10689 Update.
10690 (do_syscall_tests_without_xml): Update.
10691
73eb7709
PA
106922014-05-16 Pedro Alves <palves@redhat.com>
10693
10694 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10695 instead of "unknown output after running".
10696
3fae92fc
YQ
106972014-05-16 Yao Qi <yao@codesourcery.com>
10698
10699 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10700 file1.txt from host at the end.
10701 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10702
c2b2ccc5
DE
107032014-05-15 Doug Evans <dje@google.com>
10704
10705 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10706 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10707 loading file. Add test for TU lookup.
10708
8c217a4b
SM
107092014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10710
10711 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10712 calling "-exec-arguments" or "set args" before running the
10713 inferior.
10714
3deb39c6
SM
107152014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10716
10717 * lib/mi-support.exp (mi_expect_stop): Expect message for
10718 inferiors that exit with non-zero exit code.
10719
71a79f8c
YQ
107202014-05-14 Yao Qi <yao@codesourcery.com>
10721
10722 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10723 match absolute path on remote host.
10724 (test_file_list_exec_source_files): Remove "/" from the
10725 pattern.
10726
f23fcd46
YQ
107272014-05-14 Yao Qi <yao@codesourcery.com>
10728
10729 * boards/local-remote-host-notty.exp (${board}_file): New
10730 proc.
10731
9404b58f
KM
107322014-05-07 Kyle McMartin <kyle@redhat.com>
10733
10734 Pushed by Joel Brobecker <brobecker@adacore.com>.
10735 * gdb.arch/aarch64-atomic-inst.c: New file.
10736 * gdb.arch/aarch64-atomic-inst.exp: New file.
10737
5e45f04c
YQ
107382014-05-07 Yao Qi <yao@codesourcery.com>
10739
10740 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10741 in current context" too.
10742
c888a17d
KS
107432014-05-05 Keith Seitz <keiths@redhat.com>
10744
10745 * gdb.linespec/ls-dollar.exp: Add test for linespec
10746 file:convenience_variable.
10747
290a839c
YQ
107482014-05-05 Yao Qi <yao@codesourcery.com>
10749
10750 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10751 traceframes into tfile and ctf trace files. Read data from
10752 trace file and test collected data.
10753 (gdb_collect_locals_test): Likewise.
10754 (gdb_unavailable_registers_test): Likewise.
10755 (gdb_unavailable_floats): Likewise.
10756 (gdb_collect_globals_test): Likewise.
10757 (top-level): Append "ctf" to trace_file_targets if GDB
10758 supports.
10759
b5262cd0
YQ
107602014-05-05 Yao Qi <yao@codesourcery.com>
10761
10762 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10763 code to ...
10764 (gdb_collect_args_test_1): ... it. New proc.
10765 (gdb_collect_locals_test): Move some code to ...
10766 (gdb_collect_locals_test_1): ... it. New proc.
10767 (gdb_unavailable_registers_test): Move some code to ...
10768 (gdb_unavailable_registers_test_1): ... it. New proc.
10769 (gdb_unavailable_floats): Move some code to ...
10770 (gdb_unavailable_floats_1): ... it. New proc.
10771
30a1e6cc
SDJ
107722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10773
10774 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10775 probes to test for bitness recognition.
10776 * gdb.arch/amd64-stap-optional-prefix.exp
10777 (test_probe_value_without_reg): New procedure.
10778 Add code to test for different kinds of bitness.
10779
f33da99a
SDJ
107802014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10781
10782 PR breakpoints/16889
10783 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10784 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10785
5b80f00d
PA
107862014-05-01 Pedro Alves <palves@redhat.com>
10787
10788 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10789 gdb_file_cmd if no file is specified.
10790 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10791 last_loaded_file to set the remote exec-file.
10792
f8c2a73c
PA
107932014-05-01 Pedro Alves <palves@redhat.com>
10794
10795 * boards/local-remote-host.exp: New file.
10796
be6e8ac7
PA
107972014-05-01 Pedro Alves <palves@redhat.com>
10798
10799 * boards/local-remote-host.exp: Rename to ...
10800 * boards/local-remote-host-notty.exp: ... this.
10801
cac0dc8f
JB
108022014-04-28 Joel Brobecker <brobecker@adacore.com>
10803
10804 * gdb.ada/dyn_arrayidx: New testcase.
10805
9730e6cc
YQ
108062014-04-26 Yao Qi <yao@codesourcery.com>
10807
10808 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10809 and compute the length of function main. Save it in
10810 $main_length.
10811 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10812 (top-level): Use gdb_compile to compile objects into
10813 executable and restart GDB. Remove invocation to
10814 prepare_for_testing.
10815
7ae1a6a6
PA
108162014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10817 Pedro Alves <palves@redhat.com>
10818
10819 PR server/16255
10820 * gdb.multi/multi-attach.c: New file.
10821 * gdb.multi/multi-attach.exp: New file.
10822
4082afcc
PA
108232014-04-25 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10826 user.
10827 (top level): Test that "set remote conditional-breakpoints-packet
10828 off" works as intended.
10829 * gdb.base/dprintf.exp: Test that "set remote
10830 breakpoint-commands-packet off" works as intended.
10831 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10832 New function.
10833 (top level): Call it.
10834 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10835 remote fast-tracepoints-packet off" works as intended.
10836 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10837 * lib/gdb.exp (gdb_is_target_remote): ... here.
10838
2abc3f8d
DB
108392014-04-24 David Blaikie <dblaikie@gmail.com>
10840
10841 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10842 ensure clang would not discard them.
10843 * gdb.base/gdbvars.c: Ditto.
10844 * gdb.base/memattr.c: Ditto.
10845 * gdb.base/whatis.c: Ditto.
10846 * gdb.python/py-prettyprint.c: Ditto.
10847 * gdb.trace/actions.c: Ditto.
10848 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10849 ensure clang would not discard it.
10850
bfd39632
DB
108512014-04-24 David Blaikie <dblaikie@gmail.com>
10852
10853 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10854 clang to emit the full definition of type required by the test
10855 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10856
22842ff6
DB
108572014-04-24 David Blaikie <dblaikie@gmail.com>
10858
10859 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10860 coax Clang into emitting the definition of the type.
10861 * gdb.cp/pr10728-x.h (y): Ditto.
10862 * gdb.cp/pr10728-y.cc (y): Ditto.
10863
c2e827ad
DB
108642014-04-24 David Blaikie <dblaikie@gmail.com>
10865
10866 * gdb.base/label.exp: XFAIL label related tests under Clang.
10867 * gdb.cp/cplabel.exp: Ditto.
10868 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10869 under Clang those using labels.
10870
4c2d33e7
YQ
108712014-04-25 Yao Qi <yao@codesourcery.com>
10872
10873 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10874 double_label.
10875 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10876 partial_label and double_label.
10877
56083b99
DB
108782014-04-24 David Blaikie <dblaikie@gmail.com>
10879
10880 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10881
25d4e99d
DB
108822014-04-24 David Blaikie <dblaikie@gmail.com>
10883
10884 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10885 of the function to work across GCC and Clang.
10886 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10887 pointer types (const void ** const V void **).
10888
01f9f808
MS
108892014-04-24 Michael Sturm <michael.sturm@mintel.com>
10890 Walfred Tedeschi <walfred.tedeschi@intel.com>
10891
10892 * Makefile.in (EXECUTABLES): Added i386-avx512.
10893 * gdb.arch/i386-avx512.c: New file.
10894 * gdb.arch/i386-avx512.exp: Likewise.
10895
4b48d439
KS
108962014-04-23 Keith Seitz <keiths@redhat.com>
10897
10898 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10899 (mi_make_breakpoint_table): New procedure.
10900 (mi_create_breakpoint): Use mi_make_breakpoint
10901 and return the result.
10902 (mi_make_breakpoint): New procedure.
10903 (mi_build_kv_pairs): New procedure.
10904
10905 * gdb.mi/mi-break.exp: Remove unused globals,
10906 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10907 All callers updated.
10908 * gdb.mi/mi-dprintf.exp: Use variable to track command
10909 number.
10910 Update all callers of mi_create_breakpoint and use
10911 mi_make_breakpoint_table.
10912 Remove any unused global variables.
10913 * gdb.mi/mi-nonstop.exp: Likewise.
10914 * gdb.mi/mi-nsintrall.exp: Likewise.
10915 * gdb.mi/mi-nsmoribund.exp: Likewise.
10916 * gdb.mi/mi-nsthrexec.exp: Likewise.
10917 * gdb.mi/mi-reverse.exp: Likewise.
10918 * gdb.mi/mi-simplerun.exp: Likewise.
10919 * gdb.mi/mi-stepn.exp: Likewise.
10920 * gdb.mi/mi-syn-frame.exp: Likewise.
10921 * gdb.mi/mi-until.exp: Likewise.
10922 * gdb.mi/mi-var-cp.exp: Likewise.
10923 * gdb.mi/mi-var-display.exp: Likewise.
10924 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10925 * gdb.mi/mi2-var-child.exp: Likewise.
10926 * gdb.mi/mi-vla-c99.exp: Likewise.
10927 * lib/mi-support.exp: Likewise.
10928
10929 From Ian Lance Taylor <iant@cygnus.com>:
10930 * lib/gdb.exp (parse_args): New procedure.
10931
08351840
PA
109322014-04-23 Pedro Alves <palves@redhat.com>
10933
10934 * gdb.base/break-unload-file.c: New file.
10935 * gdb.base/break-unload-file.exp: New file.
10936 * gdb.base/sym-file-lib.c (baz): New function.
10937 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10938 field.
10939 (load): Store the segment's mapped size.
10940 (unload): New function.
10941 (unload_shlib): New function.
10942 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10943 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10944 set a breakpoint at baz, and call it.
10945 * gdb.base/sym-file.exp: New tests for stale breakpoint
10946 instructions.
10947
076855f9
PA
109482014-04-23 Pedro Alves <palves@redhat.com>
10949
10950 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10951 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10952 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10953 * gdb.base/hbreak-unmapped.c: New file.
10954 * gdb.base/hbreak-unmapped.exp: New file.
10955 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10956 * lib/gdb.exp (gdb_is_target_remote): ... here.
10957
483805cf
PA
109582014-04-22 Pedro Alves <palves@redhat.com>
10959
10960 * gdb.base/consecutive-step-over.c: New file.
10961 * gdb.base/consecutive-step-over.exp: New file.
10962
06d97543
PA
109632014-04-22 Pedro Alves <palves@redhat.com>
10964
10965 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10966 instead of send_gdb/gdb_expect.
10967
b4429ea2
YQ
109682014-04-22 Yao Qi <yao@codesourcery.com>
10969
10970 * lib/trace-support.exp (generate_tracefile): New procedure.
10971 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10972 return 0.
10973 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10974 if generate_tracefile returns 1.
10975
51d48146
PA
109762014-04-18 Tom Tromey <palves@redhat.com>
10977 Pedro alves <tromey@redhat.com>
10978
10979 PR backtrace/15558
10980 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10981 with a backtrace limit.
10982 * gdb.python/py-frame-inline.exp: Test running to an inline
10983 function with a backtrace limit, and printing the newest frame.
10984 * gdb.python/py-frame-inline.c (main): Call f.
10985
bd1dce5f
MS
109862014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10987
10988 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10989
40d1a503
MS
109902014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10991
10992 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10993 Drop prefix from unsupported source file path.
10994
389b98f7
YQ
109952014-04-17 Yao Qi <yao@codesourcery.com>
10996
10997 * lib/gdb.exp (with_target_charset): New proc.
10998 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10999 with_target_charset.
11000 (test_print_strings): Likewise.
11001 (test_repeat_bytes): Likewise.
11002 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11003 for some tests.
11004
22869d73
KS
110052014-04-16 Keith Seitz <keiths@redhat.com>
11006
11007 PR gdb/15827
11008 * gdb.dwarf2/corrupt.c: New file.
11009 * gdb.dwarf2/corrupt.exp: New file.
11010
c4f87ca6
KS
110112014-04-16 Keith Seitz <keiths@redhat.com>
11012
11013 PR c++/16597
11014 * gdb.cp/namelessclass.cc: New file.
11015 * gdb.cp/namelessclass.exp: New file.
11016 * gdb.cp/namelessclass.S: New file.
11017
ab19de87
DE
110182014-04-16 Doug Evans <dje@google.com>
11019
11020 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11021 Add comment.
11022 (gdbserver_default_get_comm_port): New function.
11023 (gdbserver_start): Check if board file provided
11024 "gdbserver,get_comm_port" and use it if so.
11025 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11026 (gdb,socketport): Set to "stdio".
11027 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11028 (stdio_gdbserver_template): Delete.
11029 (${board}_get_remote_address): Update.
11030 (${board}_build_remote_cmd): Delete.
11031 (${board}_get_comm_port): New function.
11032 (${board}_spawn): Update.
11033 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11034 Delete.
11035 (${board}_get_remote_address): Update.
11036 (${board}_get_comm_port): New function.
11037
fc98a809
AB
110382014-04-16 Andrew Burgess <aburgess@broadcom.com>
11039
11040 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11041 appearing in any order.
11042
87fd9e6e
DE
110432014-04-15 Doug Evans <dje@google.com>
11044
11045 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11046 uninitialized value of "description".
11047
099fc3ea
KS
110482014-04-15 Keith Seitz <keiths@redhat.com>
11049
11050 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11051 Remove unused globals.
11052 (test_running_the_program): Likewise.
11053 (test_controlled_execution): Likewise.
11054 (test_controlling_breakpoints): Likewise.
11055 (test_program_termination): Likewise.
11056
5da151d4
KS
110572014-04-15 Keith Seitz <keiths@redhat.com>
11058
11059 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11060 unused globals.
11061 (test_rbreak_creation_and_listing): Likewise.
11062 (test_ignore_count): Likewise.
11063 (test_error): Likewise.
11064
35e5d2f0
PA
110652014-04-15 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11068 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11069 sym-file-loader.c.
11070 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11071 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11072 to sym-file-loader.c.
11073 (struct library): Forward declare.
11074 (load_shlib, lookup_function): Change prototypes.
11075 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11076 (translate_offset): Remove declarations.
11077 (get_text_addr): New declaration.
11078 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11079 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11080 sym-file-loader.h.
11081 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11082 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11083 here from sym-file-loader.h.
11084 (struct library): New structure.
11085 (load_shlib, lookup_function): Change prototypes and adjust to
11086 work with a struct library.
11087 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11088 (translate_offset): Make static.
11089 (get_text_addr): New function.
11090 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11091
eb4c1710
PA
110922014-04-15 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11095
2d1baf52
PA
110962014-04-15 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.base/sym-file-loader.c: Include <limits.h>.
11099 (SELF_LINK): New define.
11100 (get_origin): New function.
11101 (load_shlib): Use it.
11102 * gdb.base/sym-file.exp: Don't early return if the target is
11103 remote. Use runto_main, and issue fail is that fails. Use
11104 gdb_load_shlibs.
11105 (shlib_name): Delete.
11106 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11107
7dd6df01
PA
111082014-04-15 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.base/sym-file.exp: Remove regex characters from test
11111 message. Don't refer to breakpoint numbers in test messages.
11112
b50c8614
KS
111132014-04-14 Keith Seitz <keiths@redhat.com>
11114
11115 PR c++/16253
11116 * gdb.cp/var-tag.cc: New file.
11117 * gdb.cp/var-tag.exp: New file.
11118 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11119 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11120 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11121 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11122
3d567982
TT
111232014-04-14 Tom Tromey <tromey@redhat.com>
11124
11125 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11126 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11127 type.
11128 * gdb.cp/enum-class.exp: New file.
11129 * gdb.cp/enum-class.cc: New file.
11130
0626fc76
TT
111312014-04-14 Tom Tromey <tromey@redhat.com>
11132
11133 * gdb.dwarf2/enum-type.exp: New file.
11134
dca325b3
SA
111352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11136
11137 * gdb.mi/mi-vla-c99.exp: New file.
11138 * gdb.mi/vla.c: New file.
11139
5854b38a
SA
111402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11141
11142 * gdb.base/vla-datatypes.c: New file.
11143 * gdb.base/vla-datatypes.exp: New file.
11144
463bb957
SA
111452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11146
11147 * gdb.base/vla-ptr.c: New file.
11148 * gdb.base/vla-ptr.exp: New file.
11149
3dd170be
SA
111502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11151
11152 * gdb.dwarf2/count.exp: New file.
11153
5ecaaa66
SA
111542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11155
11156 * gdb.base/vla-sideeffect.c: New file.
11157 * gdb.base/vla-sideeffect.exp: New file.
11158
41f1ada5
DB
111592014-04-14 David Blaikie <dblaikie@gmail.com>
11160
11161 * gdb.mi/non-stop.c: Add return value for non-void function return
11162 statement.
11163 * gdb.threads/staticthreads.c: Ditto.
11164
0be03e84
DE
111652014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11166 Doug Evans <xdje42@gmail.com>
11167
11168 * gdb.guile/scm-value.c: Improve test case.
11169 * gdb.guile/scm-value.exp: Add new test.
11170
f180a1fb
DB
111712014-04-11 David Blaikie <dblaikie@gmail.com>
11172
11173 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11174 override Clang's default.
11175
6b662e19
JB
111762014-04-11 Joel Brobecker <brobecker@adacore.com>
11177
11178 Revert the following changes (regressions):
11179
11180 * gdb.base/vla-sideeffect.c: New file.
11181 * gdb.base/vla-sideeffect.exp: New file.
11182
11183 * gdb.dwarf2/count.exp: New file.
11184
11185 * gdb.base/vla-multi.c: New file.
11186 * gdb.base/vla-multi.exp: New file.
11187
11188 * gdb.base/vla-ptr.c: New file.
11189 * gdb.base/vla-ptr.exp: New file.
11190
11191 * gdb.base/vla-datatypes.c: New file.
11192 * gdb.base/vla-datatypes.exp: New file.
11193
11194 * gdb.mi/mi-vla-c99.exp: New file.
11195 * gdb.mi/vla.c: New file.
11196
245a5f0b
KS
111972014-04-11 Keith Seitz <keiths@redhat.com>
11198
11199 PR c++/16675
11200 * gdb.cp/cpsizeof.exp: New file.
11201 * gdb.cp/cpsizeof.cc: New file.
11202
58a84dcf
SA
112032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11204
191a8a90
JB
11205 * gdb.mi/mi-vla-c99.exp: New file.
11206 * gdb.mi/vla.c: New file.
58a84dcf 11207
c8655f75
SA
112082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11209
11210 * gdb.base/vla-datatypes.c: New file.
11211 * gdb.base/vla-datatypes.exp: New file.
11212
024e13b4
SA
112132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11214
11215 * gdb.base/vla-ptr.c: New file.
11216 * gdb.base/vla-ptr.exp: New file.
11217
1a237e0e
SA
112182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11219
11220 * gdb.base/vla-multi.c: New file.
11221 * gdb.base/vla-multi.exp: New file.
11222
504f3432
SA
112232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11224
11225 * gdb.dwarf2/count.exp: New file.
11226
3bce8237
SA
112272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11228
191a8a90
JB
11229 * gdb.base/vla-sideeffect.c: New file.
11230 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11231
322f9c21
YQ
112322014-04-11 Yao Qi <yao@codesourcery.com>
11233
11234 * gdb.base/completion.exp: Check file exists before running tests
11235 on file completion.
11236
d708bcd1
PA
112372014-04-10 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/cond-eval-mode.c: New file.
11240 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11241 prepare_for_testing to build the new file. Check result of
11242 runto_main.
11243 (test_break, test_watch): New procedures.
11244 (top level): Use them.
11245
ae1d2761
PM
112462014-04-08 Pierre Muller <muller@sourceware.org>
11247
11248 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11249 Ctrl-V use for mingw hosts.
11250
7af389b8
SC
112512014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11252
11253 * gdb.python/py-value.c: Improve test case.
11254 * gdb.python/py-value.exp: Add new test.
11255
5e703181
DE
112562014-04-07 David Blaikie <dblaikie@gmail.com>
11257
11258 * lib/compiler.c: Identify the clang compiler.
11259 * lib/compiler.cc: Ditto.
11260
9810b410
YQ
112612014-04-03 Yao Qi <yao@codesourcery.com>
11262
11263 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11264
98d1b8dc
AB
112652014-04-01 Anton Blanchard <anton@samba.org>
11266
11267 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11268 messages unique.
11269
3114cea1
AB
112702014-04-01 Anton Blanchard <anton@samba.org>
11271
11272 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11273 prepare_for_testing.
11274
62f7182c
AB
112752014-04-01 Anton Blanchard <anton@samba.org>
11276
11277 * gdb.arch/ppc64-atomic-inst.c: Remove.
11278 * gdb.arch/ppc64-atomic-inst.S: New file.
11279 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11280
770e7fc7
DE
112812014-03-31 Doug Evans <dje@google.com>
11282
11283 * gdb.base/print-symbol-loading-lib.c: New file.
11284 * gdb.base/print-symbol-loading-main.c: New file.
11285 * gdb.base/print-symbol-loading.exp: New file.
11286
46e2bafa
YQ
112872014-03-31 Yao Qi <yao@codesourcery.com>
11288
11289 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11290
8776cfe9
JB
112912014-03-28 Joel Brobecker <brobecker@adacore.com>
11292
11293 * gdb.ada/mi_dyn_arr: New testcase.
11294
5d1ef361
DE
112952014-03-27 Doug Evans <dje@google.com>
11296
11297 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11298
b5bee914
YQ
112992014-03-27 Yao Qi <yao@codesourcery.com>
11300
11301 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11302 if target is nios2-*-*.
11303
0d4d0e77
YQ
113042014-03-26 Yao Qi <yao@codesourcery.com>
11305
11306 * lib/gdb.exp (readline_is_used): New proc.
11307 * gdb.base/completion.exp: Move tests on command complete up.
11308 Skip the rest of tests if readline is not used.
11309 * gdb.ada/complete.exp: Skp the test if readline is not
11310 used.
11311 * gdb.base/filesym.exp: Likewise.
11312 * gdb.base/macscp.exp: Likewise.
11313 * gdb.base/readline-ask.exp: Likewise.
11314 * gdb.base/readline.exp: Likewise.
11315 * gdb.python/py-cmd.exp: Likewise.
11316 * gdb.trace/tfile.exp: Likewise.
11317
29361eee
YQ
113182014-03-26 Yao Qi <yao@codesourcery.com>
11319
11320 * gdb.base/macscp.exp: Fix code format issues.
11321
bc9a5525
UW
113222014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11323
11324 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11325 * gdb.asm/powerpc64le.inc: New file.
11326
d3839ede
PA
113272014-03-25 Pedro Alves <palves@redhat.com>
11328 Doug Evans <dje@google.com>
11329
11330 * gdb.base/source-execution.c: New file.
11331 * gdb.base/source-execution.exp: New file.
11332 * gdb.base/source-execution.gdb: New file.
11333
01672a57
DE
113342014-03-24 Doug Evans <dje@google.com>
11335
11336 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11337 using fission.
11338
88bbeca9
HZ
113392014-03-24 Hui Zhu <hui@codesourcery.com>
11340 Pedro Alves <palves@redhat.com>
11341
11342 PR breakpoints/16101
11343 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11344 test pass/fail messages. Detect missing support for dprintf when
11345 breakpoints are actually inserted.
11346 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11347 breakpoints are actually inserted.
11348 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11349 fails.
11350
d2348791
JK
113512014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11352
11353 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11354
feef67ab
DE
113552014-03-22 Doug Evans <xdje42@gmail.com>
11356
11357 * gdb.python/python.exp (python not supported): Verify multi-line
11358 python command issues an error.
25d743f9 11359 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11360 guile command issues an error.
feef67ab 11361
ecebef6a
MR
113622014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11363
11364 * gdb.threads/thread-specific.exp: Handle the lack of usable
11365 $this_breakpoint and $this_thread.
11366
ccdd1909
HZ
113672014-03-21 Hui Zhu <hui@codesourcery.com>
11368
11369 * gdb.base/attach.exp (do_command_attach_tests): New.
11370
beb460e8
PA
113712014-03-20 Tom Tromey <tromey@redhat.com>
11372 Pedro Alves <palves@redhat.com>
11373
11374 PR cli/15718
11375 * gdb.base/condbreak-call-false.c: New file.
11376 * gdb.base/condbreak-call-false.exp: New file.
11377
40acf43a
PA
113782014-03-20 Pedro Alves <palves@redhat.com>
11379
11380 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11381 Delete.
11382 (block_signals, unblock_signals): Delete.
11383 (child_function_2, main): Remove references to deleted variable
11384 and functions.
11385
9f5e1e02
PA
113862014-03-20 Pedro Alves <palves@redhat.com>
11387
11388 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11389 Use pthread_kill to signal thread 2.
11390 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11391 Adjust to make the test send itself a signal rather than using the
11392 host's "kill" command.
11393
99619bea
PA
113942014-03-20 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.threads/multiple-step-overs.c: New file.
11397 * gdb.threads/multiple-step-overs.exp: New file.
11398 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11399 Adjust expected infrun debug output.
11400
2adfaa28
PA
114012014-03-20 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11404 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11405
31e77af2
PA
114062014-03-20 Pedro Alves <palves@redhat.com>
11407
11408 PR breakpoints/7143
11409 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11410 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11411 of gdb_test_multiple.
11412 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11413 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11414
b9f437de
PA
114152014-03-20 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11418 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11419
05adc73e
PA
114202014-03-19 Pedro Alves <palves@redhat.com>
11421
11422 * gdb.base/async.exp: Remove early return.
11423
6048b950
PA
114242014-03-19 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11427
8bcfb00a
PA
114282014-03-19 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.base/async.exp (test_background): Expect \r\n after
11431 "completed." in the fail pattern.
11432
884e37dc
PA
114332014-03-19 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.base/async.exp (test_background): New procedure.
11436 Use it for all background execution command tests.
11437
148e57e2
PA
114382014-03-19 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.base/async.exp: Use prepare_for_testing.
11441
f48088c7
PA
114422014-03-19 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11445 the same line.
11446
e2f6c966
PA
114472014-03-19 Pedro Alves <palves@redhat.com>
11448
11449 * gdb.base/async.c (main): Add "jump here" and "until here" line
11450 marker comments.
11451 * gdb.base/async.exp (jump_here): New global.
11452 (jump& test): Use it.
11453 (until_here): New global.
11454 (until& test): Use it.
11455
c30568d4
PA
114562014-03-19 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.base/async.exp: Don't frob gdb_protocol.
11459
0172b6a7
DE
114602014-03-18 Doug Evans <xdje42@gmail.com>
11461
11462 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11463 Fix spelling of exec-done-display.
11464
06c868a8
JK
114652014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11466
11467 PR gdb/15358
11468 * gdb.base/gdb-sigterm.c: New file.
11469 * gdb.base/gdb-sigterm.exp: New file.
11470
0c7e1a46
PA
114712014-03-18 Pedro Alves <palves@redhat.com>
11472
11473 PR gdb/13860
11474 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11475 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11476 solib-event.
11477
f7c77d93
JB
114782014-03-17 Joel Brobecker <brobecker@adacore.com>
11479
11480 * gdb.ada/pckd_arr_ren: New testcase.
11481
5a1e8c7a
DE
114822014-03-13 Doug Evans <xdje42@gmail.com>
11483
11484 PR guile/16612
11485 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11486 collect after discarding symbols.
11487
350e1a76
DE
114882014-03-13 Ludovic Courtès <ludo@gnu.org>
11489 Doug Evans <xdje42@gmail.com>
11490
11491 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11492 to history survives a gc.
11493
a69900ae
PA
114942014-03-13 Pedro Alves <palves@redhat.com>
11495
11496 * gdb.base/default.exp: Don't test "target procfs".
11497
5db9f0bd
PA
114982014-03-13 Pedro Alves <palves@redhat.com>
11499
11500 * gdb.base/default.exp: Update "target child" and "target procfs"
11501 tests to not expect "Unix".
11502
b3ccfe11
TT
115032014-03-12 Tom Tromey <tromey@redhat.com>
11504
11505 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11506 New procs. Add target-async tests.
11507 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11508 Add target-async tests.
11509
646f4417
AA
115102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11511
11512 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11513 'func_start' and 'func_end' for the beginning and end of the
11514 function code, respectively.
11515 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11516 'func_end' instead of 'func' and 'main'.
11517
288c211f
AA
115182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11519
11520 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11521 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11522 generate the debug info assembler source.
11523
e0c0f156
AA
115242014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11525
11526 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11527 * gdb.dwarf2/arr-subrange.exp: Likewise.
11528 * gdb.dwarf2/dwz.exp: Likewise.
11529 * gdb.dwarf2/method-ptr.exp: Likewise.
11530 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11531 * gdb.dwarf2/subrange.exp: Likewise.
11532 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11533 * gdb.dwarf2/implptrpiece.exp: Likewise.
11534 * gdb.dwarf2/nostaticblock.exp: Likewise.
11535
0e5c4555
AA
115362014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11537
11538 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11539 directory to absolute path name arguments.
11540
5ec18f2b
JG
115412014-03-10 Joel Brobecker <brobecker@adacore.com>
11542
11543 * gdb.ada/tagged_access: New testcase.
11544
847fc4f2
MM
115452014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11546
11547 * gdb.btrace/data.exp: Update expected output.
11548
cc3da688
YQ
115492014-03-06 Yao Qi <yao@codesourcery.com>
11550
11551 * gdb.trace/pr16508.exp: New file.
11552
0f26cec1
PA
115532014-03-05 Pedro Alves <palves@redhat.com>
11554
11555 PR gdb/16575
11556 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11557 procedure.
11558 (top level): Adjust to use it. Add tests that exercise breakpoint
11559 interaction with the code-cache.
11560
7a5a839f
LC
115612014-02-26 Ludovic Courtès <ludo@gnu.org>
11562
11563 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11564 test for 'history-append!'.
11565
31aa7e4e
JB
115662014-02-26 Joel Brobecker <brobecker@adacore.com>
11567
11568 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11569 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11570 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11571 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11572 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11573 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11574
1b588015
JB
115752014-02-26 Joel Brobecker <brobecker@adacore.com>
11576
11577 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11578 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11579 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11580
55426c9d
JB
115812014-02-26 Joel Brobecker <brobecker@adacore.com>
11582
11583 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11584
dc53a7ad
JB
115852014-02-26 Joel Brobecker <brobecker@adacore.com>
11586
11587 * gdb.dwarf2/arr-stride.c: New file.
11588 * gdb.dwarf2/arr-stride.exp: New file.
11589
12ab52e9
PA
115902014-02-26 Pedro Alves <palves@redhat.com>
11591
11592 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11593 that won't ever trigger. Make sure that GDB reports the correct
11594 breakpoint that caused the stop.
11595
849c862e
JK
115962014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11597
11598 PR gdb/16626
11599 * gdb.base/auto-load-script: New file.
11600 * gdb.base/auto-load.c: New file.
11601 * gdb.base/auto-load.exp: New file.
11602
71b7d793
JK
11603 PR gdb/16626
11604 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11605
e2f0d509
JK
116062014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11607
11608 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11609 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11610
50cc37c8
DE
116112014-02-24 Doug Evans <dje@google.com>
11612
11613 * lib/gdb.exp (run_on_host): Log error output if program fails.
11614
ea4758f2
PA
116152014-02-21 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.threads/step-after-sr-lock.c: Rename to ...
11618 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11619 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11620 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11621 ... this.
11622
d7b30f67
SDJ
116232014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11624
11625 PR tdep/16397
11626 * gdb.arch/amd64-stap-special-operands.exp: New file.
11627 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11628 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11629 * gdb.arch/amd64-stap-triplet.S: Likewise.
11630 * gdb.arch/amd64-stap-triplet.c: Likewise.
11631
83deb43f
JB
116322014-02-20 Joel Brobecker <brobecker@adacore.com>
11633
11634 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11635 in .section pseudo-op.
11636
adde2bff
DE
116372014-02-20 lin zuojian <manjian2006@gmail.com>
11638 Joel Brobecker <brobecker@adacore.com>
11639 Doug Evans <xdje42@gmail.com>
11640
11641 PR symtab/16581
11642 * gdb.dwarf2/dw2-icycle.S: New file.
11643 * gdb.dwarf2/dw2-icycle.c: New file.
11644 * gdb.dwarf2/dw2-icycle.exp: New file.
11645
f7bd0f78
SC
116462014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11647
11648 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11649 operations on gdb.Value objects.
11650 * gdb.python/py-value-cc.exp: Add new test to test operations on
11651 gdb.Value objects.
11652
c17ef0d5
DE
116532014-02-18 Doug Evans <dje@google.com>
11654
11655 * Makefile.in (TESTS): New variable.
11656 (expanded_tests, expanded_tests_or_none): New variables
11657 (check-single): Pass $(expanded_tests_or_none) to runtest.
11658 (check-parallel): Only run tests in $(TESTS) if non-empty.
11659 (check/no-matching-tests-found): New rule.
11660 * README: Document TESTS makefile variable.
11661
5dd3176f
DE
116622014-02-18 Doug Evans <dje@google.com>
11663
11664 * Makefile.in (check-parallel): rm -rf outputs temp.
11665
0b10be4f
JK
116662014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 Fix "ERROR: no fileid for" in the testsuite.
11669 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11670
85f224e7
DE
116712014-02-12 Doug Evans <dje@google.com>
11672
11673 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11674 (MISCELLANEOUS): New variable.
11675 (clean): rm -rf $(MISCELLANEOUS).
11676 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11677 dwp live in the same directory as symlinks, with each symlink pointed
11678 to a differently named file in a different directory.
11679
149b30ff
DE
116802014-02-11 Doug Evans <dje@google.com>
11681
11682 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11683 of Tcl file commands.
11684
1dfdac32
MK
116852014-02-10 Mark Kettenis <kettenis@gnu.org>
11686
11687 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11688 "kill -SIGUSR1 -1".
11689
aa4fb036
JB
116902014-02-10 Joel Brobecker <brobecker@adacore.com>
11691
11692 * gdb.ada/tick_length_array_enum_idx: New testcase.
11693
ed3ef339
DE
116942014-02-10 Doug Evans <xdje42@gmail.com>
11695
11696 * configure.ac (AC_OUTPUT): Add gdb.guile.
11697 * configure: Regenerate.
11698 * lib/gdb-guile.exp: New file.
11699 * lib/gdb.exp (get_target_charset): New function.
11700 * gdb.base/help.exp: Update expected output from "apropos apropos".
11701 * gdb.guile/Makefile.in: New file.
11702 * gdb.guile/guile.exp: New file.
11703 * gdb.guile/scm-arch.c: New file.
11704 * gdb.guile/scm-arch.exp: New file.
11705 * gdb.guile/scm-block.c: New file.
11706 * gdb.guile/scm-block.exp: New file.
11707 * gdb.guile/scm-breakpoint.c: New file.
11708 * gdb.guile/scm-breakpoint.exp: New file.
11709 * gdb.guile/scm-disasm.c: New file.
11710 * gdb.guile/scm-disasm.exp: New file.
11711 * gdb.guile/scm-equal.c: New file.
11712 * gdb.guile/scm-equal.exp: New file.
11713 * gdb.guile/scm-error.exp: New file.
11714 * gdb.guile/scm-error.scm: New file.
11715 * gdb.guile/scm-frame-args.c: New file.
11716 * gdb.guile/scm-frame-args.exp: New file.
11717 * gdb.guile/scm-frame-args.scm: New file.
11718 * gdb.guile/scm-frame-inline.c: New file.
11719 * gdb.guile/scm-frame-inline.exp: New file.
11720 * gdb.guile/scm-frame.c: New file.
11721 * gdb.guile/scm-frame.exp: New file.
11722 * gdb.guile/scm-generics.exp: New file.
11723 * gdb.guile/scm-gsmob.exp: New file.
11724 * gdb.guile/scm-iterator.c: New file.
11725 * gdb.guile/scm-iterator.exp: New file.
11726 * gdb.guile/scm-math.c: New file.
11727 * gdb.guile/scm-math.exp: New file.
11728 * gdb.guile/scm-objfile-script-gdb.in: New file.
11729 * gdb.guile/scm-objfile-script.c: New file.
11730 * gdb.guile/scm-objfile-script.exp: New file.
11731 * gdb.guile/scm-objfile.c: New file.
11732 * gdb.guile/scm-objfile.exp: New file.
11733 * gdb.guile/scm-ports.exp: New file.
11734 * gdb.guile/scm-pretty-print.c: New file.
11735 * gdb.guile/scm-pretty-print.exp: New file.
11736 * gdb.guile/scm-pretty-print.scm: New file.
11737 * gdb.guile/scm-section-script.c: New file.
11738 * gdb.guile/scm-section-script.exp: New file.
11739 * gdb.guile/scm-section-script.scm: New file.
11740 * gdb.guile/scm-symbol.c: New file.
11741 * gdb.guile/scm-symbol.exp: New file.
11742 * gdb.guile/scm-symtab-2.c: New file.
11743 * gdb.guile/scm-symtab.c: New file.
11744 * gdb.guile/scm-symtab.exp: New file.
11745 * gdb.guile/scm-type.c: New file.
11746 * gdb.guile/scm-type.exp: New file.
11747 * gdb.guile/scm-value-cc.cc: New file.
11748 * gdb.guile/scm-value-cc.exp: New file.
11749 * gdb.guile/scm-value.c: New file.
11750 * gdb.guile/scm-value.exp: New file.
11751 * gdb.guile/source2.scm: New file.
11752 * gdb.guile/types-module.cc: New file.
11753 * gdb.guile/types-module.exp: New file.
11754
7026a7c1
YQ
117552014-02-10 Yao Qi <yao@codesourcery.com>
11756
11757 PR testsuite/16543
11758 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11759 * configure: Regenerated.
11760 * Makefile.in: New file.
11761
6c466447
AS
117622014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11763
11764 * gdb.python/py-framefilter.exp: Fix typo.
11765
6e854735
YQ
117662014-02-08 Yao Qi <yao@codesourcery.com>
11767
11768 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11769 that no =breakpoint-modified is emitted when breakpoints are
11770 modified through MI commands.
11771
d137e6dc
PA
117722014-02-07 Pedro Alves <pedro@codesourcery.com>
11773 Pedro Alves <palves@redhat.com>
11774
11775 * gdb.threads/step-after-sr-lock.c: New file.
11776 * gdb.threads/step-after-sr-lock.exp: New file.
11777
b5ee5a50
PA
117782014-02-07 Pedro Alves <palves@redhat.com>
11779
11780 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11781
3c77faf3
JK
117822014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11783
11784 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11785 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11786
6dddc817
DE
117872014-02-06 Doug Evans <xdje42@gmail.com>
11788
11789 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11790 output.
11791
11792 * gdb.gdb/python-interrupts.exp: New file.
11793
de7b2893
YQ
117942014-02-05 Yao Qi <yao@codesourcery.com>
11795
11796 * gdb.trace/report.exp (use_collected_data): Test the output
11797 of "info threads" and "info inferiors".
11798
66d032ac
YQ
117992014-02-05 Yao Qi <yao@codesourcery.com>
11800
11801 Revert this patch:
11802
11803 2013-05-24 Yao Qi <yao@codesourcery.com>
11804
11805 * gdb.trace/tfile.exp: Test inferior and thread.
11806
591a12a1
UW
118072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11808
11809 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11810 on a function.
11811 * gdb.base/step-bt.c: Call hello via function pointer to make
11812 sure its first instruction is executed on powerpc64le-linux.
11813
0ff3e01f
UW
118142014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11815
11816 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11817
084ee545
UW
118182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11819
11820 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11821 of the test patterns for use on little-endian systems.
11822
6ed14ff3
UW
118232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11824
11825 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11826 (decimal_vector): Fix for little-endian.
11827
401e27fd
JM
118282014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11829
11830 * gdb.arch/sparc-sysstep.exp: New file.
11831 * gdb.arch/sparc-sysstep.c: Likewise.
11832
11833 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11834
8b924729
EBM
118352014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11836
11837 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11838
fb151210
JB
118392014-01-23 Tom Tromey <tromey@redhat.com>
11840
11841 * gdb.ada/array_char_idx: New testcase.
11842
0740f8d8
TT
118432014-01-23 Tom Tromey <tromey@redhat.com>
11844
11845 PR python/16487:
11846 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11847 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11848 classes.
11849
21909fa1
TT
118502014-01-23 Tom Tromey <tromey@redhat.com>
11851
11852 PR python/16491:
11853 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11854 string from an inferior frame.
11855 * gdb.python/py-framefilter-mi.exp: Update.
11856
87ce2a04
DE
118572014-01-22 Doug Evans <dje@google.com>
11858
11859 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11860
237b092b
AA
118612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11862
11863 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11864
d674a709
AA
118652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11866
11867 * gdb.trace/entry-values.exp: Remove excess space character from
11868 regex patterns. Handle s390 call instruction.
11869
20fa3390
AA
118702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11871
11872 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11873 define "*_start" label. Make "name" static.
11874 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11875 ${name} by references to ${name}_start.
11876
78466714
AA
118772014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11878
11879 * gdb.base/info-macros.exp: Remove "debug" from the compile
11880 options.
11881
ec9f644a
IB
118822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11883
11884 * gdb.dlang/demangle.exp: New file.
11885
94b1b47e
IB
118862014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11887
11888 * gdb.dlang/primitive-types.exp: New file.
11889
7f420862
IB
118902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11891
11892 * configure.ac: Create gdb.dlang/Makefile.
11893 * configure: Regenerate.
11894 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11895 * gdb.dlang/Makefile.in: New file.
11896 * lib/d-support.exp: New file.
11897 * lib/gdb.exp (skip_d_tests): New proc.
11898
52834460
MM
118992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11900
11901 * gdb.btrace/delta.exp: Check reverse stepi.
11902 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11903 * gdb.btrace/finish.exp: New.
11904 * gdb.btrace/next.exp: New.
11905 * gdb.btrace/nexti.exp: New.
11906 * gdb.btrace/record_goto.c: Add comments.
11907 * gdb.btrace/step.exp: New.
11908 * gdb.btrace/stepi.exp: New.
11909 * gdb.btrace/multi-thread-step.c: New.
11910 * gdb.btrace/multi-thread-step.exp: New.
11911 * gdb.btrace/rn-dl-bind.c: New.
11912 * gdb.btrace/rn-dl-bind.exp: New.
11913 * gdb.btrace/data.c: New.
11914 * gdb.btrace/data.exp: New.
11915 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11916
6e07b1d2
MM
119172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11918
11919 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11920 * gdb.btrace/exception.exp: Update.
11921 * gdb.btrace/instruction_history.exp: Update.
11922 * gdb.btrace/record_goto.exp: Update.
11923 * gdb.btrace/tailcall.exp: Update.
11924 * gdb.btrace/unknown_functions.exp: Update.
11925 * gdb.btrace/delta.exp: New.
11926
0b722aec
MM
119272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11928
11929 * gdb.btrace/record_goto.exp: Add backtrace test.
11930 * gdb.btrace/tailcall.exp: Add backtrace test.
11931
066ce621
MM
119322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11933
11934 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11935 * gdb.btrace/record_goto.c: New.
11936 * gdb.btrace/record_goto.exp: New.
11937 * gdb.btrace/x86-record_goto.S: New.
11938
0688d04e
MM
119392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11940
11941 * gdb.btrace/function_call_history.exp: Update tests.
11942 * gdb.btrace/instruction_history.exp: Update tests.
11943
8710b709
MM
119442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11945
11946 * gdb.btrace/function_call_history.exp: Fix expected field
11947 order for "record function-call-history".
11948 Add new tests for "record function-call-history /c".
11949 * gdb.btrace/exception.cc: New.
11950 * gdb.btrace/exception.exp: New.
11951 * gdb.btrace/tailcall.exp: New.
11952 * gdb.btrace/x86-tailcall.S: New.
11953 * gdb.btrace/x86-tailcall.c: New.
11954 * gdb.btrace/unknown_functions.c: New.
11955 * gdb.btrace/unknown_functions.exp: New.
11956 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11957
5de9129b
MM
119582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11959
11960 * gdb.btrace/instruction_history.exp: Update.
11961 * gdb.btrace/function_call_history.exp: Update.
11962
23a7fe75
MM
119632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11964
11965 * gdb.btrace/function_call_history.exp: Fix expected function
11966 trace.
11967 * gdb.btrace/instruction_history.exp: Initialize traced.
11968 Remove traced_functions.
11969
724c7dd8
MM
119702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11971
11972 * gdb.btrace/function_call_history.exp: Update
11973 * gdb.btrace/instruction_history.exp: Update.
11974
6d78d93b
MM
119752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11976
11977 * gdb.btrace/enable.exp: Update expected text.
11978
93a360cc
OJ
119792014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11980
11981 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11982 bytes.
11983
3772b53f
MR
119842014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11985
11986 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11987
596662fa
OJ
119882014-01-15 Omair Javaid <omair.javaid@linaro.org>
11989
11990 * lib/gdb.exp (supports_process_record): Return true for
11991 arm*-linux*. (supports_reverse): Likewise.
11992
b5b08fb4
SC
119932014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11994
11995 PR python/15464
11996 PR python/16113
11997 * gdb.python/py-type.c: Enhance test case.
11998 * gdb.python/py-value-cc.cc: Likewise
11999 * gdb.python/py-type.exp: Add new tests.
12000 * gdb.python/py-value-cc.exp: Likewise
12001
52d7fb13
AA
120022014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12003 Pedro Alves <palves@redhat.com>
12004
12005 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12006 Make "name" extern.
12007 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12008 references to ${name}_start by references to ${name}.
12009
a2cd8cfe
JB
120102014-01-10 Joel Brobecker <brobecker@adacore.com>
12011
12012 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12013
4e23fced
JB
120142014-01-10 Joel Brobecker <brobecker@adacore.com>
12015
12016 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12017
c6a9e42c
PA
120182014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12019 Pedro Alves <palves@redhat.com>
12020
12021 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 12022 mi_gdb_target_load.
c6a9e42c 12023
b7ea362b
PA
120242014-01-08 Pedro Alves <palves@redhat.com>
12025
12026 * gdb.threads/reconnect-signal.c: New file.
12027 * gdb.threads/reconnect-signal.exp: New file.
12028
5e3f4fab
EBM
120292014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12030
12031 * gdb.base/source-dir.exp: New file.
12032
79301218
JB
120332014-01-07 Joel Brobecker <brobecker@adacore.com>
12034
12035 * gdb.ada/mi_interface: New testcase.
12036
8e355c5d
JB
120372014-01-07 Joel Brobecker <brobecker@adacore.com>
12038
12039 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12040 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12041 gdb.ada/pp-rec-component/pck.ads: New files.
12042
c0d48811
JB
120432014-01-07 Joel Brobecker <brobecker@adacore.com>
12044
12045 * gdb.python/py-pp-integral.c: New file.
12046 * gdb.python/py-pp-integral.py: New file.
12047 * gdb.python/py-pp-integral.exp: New file.
12048
17b609c3 12049For older changes see ChangeLog-1993-2013.
c906108c 12050\f
8d8cb839
EZ
12051;; Local Variables:
12052;; mode: change-log
12053;; left-margin: 8
12054;; fill-column: 74
12055;; version-control: never
12056;; End:
902f2ccb 12057
61baf725 12058 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
12059 Copying and distribution of this file, with or without modification,
12060 are permitted provided the copyright notice and this notice are preserved.