fortran: Testsuite, fix typos in vla-value.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e0f86435
BH
12017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2
3 * gdb.fortran/vla-ptype.exp: Fix typos.
4 * gdb.fortran/vla-value.exp: Same.
5
9e9af4be
BH
62017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
7
8 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
9 * gdb.mi/mi-var-child-f.exp: Likewise.
10 * gdb.mi/mi-vla-fortran.exp: Likewise.
11
a5ad232b
FP
122017-09-08 Frank Penczek <frank.penczek@intel.com>
13 Christoph Weinmann <christoph.t.weinmann@intel.com>
14 Bernhard Heckel <bernhard.heckel@intel.com>
15
16 * gdb.fortran/ptr-indentation.f90: New file.
17 * gdb.fortran/ptr-indentation.exp: New file.
18
5aec60eb
TT
192017-09-05 Tom Tromey <tom@tromey.com>
20
21 PR gdb/22010:
22 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
23
8f8f8152
TP
242017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
25
26 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
27
fbd1b771
JK
282017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
29
30 * gdb.threads/tls-nodebug-pie.c: New file.
31 * gdb.threads/tls-nodebug-pie.exp: New file.
32
5eb5f850
TT
332017-09-05 Tom Tromey <tom@tromey.com>
34
35 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
36 for rust.
37
ae780a21
SM
382017-09-05 Simon Marchi <simon.marchi@ericsson.com>
39
40 * gdb.multi/multi-arch-exec.exp: Test with different
41 "follow-exec-mode" settings.
42 (do_test): New procedure.
43
3693fdb3
PA
442017-09-04 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/func-static.c (S::method const, S::method volatile)
47 (S::method volatile const): New methods.
48 (c_s, v_s, cv_s): New instances.
49 (main): Call method() on them.
50 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
51 (cannot_resolve): New procedure.
52 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
53 print-quote-unquoted columns.
54 (do_test): Test printing each scope too.
55
e68cb8e0
PA
562017-09-04 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/local-static.exp: Also test with
59 class::method::variable wholly quoted.
60 * gdb.cp/m-static.exp (class::method::variable): Remove test.
61
858be34c
PA
622017-09-04 Pedro Alves <palves@redhat.com>
63
64 * gdb.base/local-static.c: New.
65 * gdb.base/local-static.cc: New.
66 * gdb.base/local-static.exp: New.
67
46a4882b
PA
682017-09-04 Pedro Alves <palves@redhat.com>
69
70 * gdb.asm/asm-source.exp: Add casts to int.
71 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
72 (dataglobal64_1, dataglobal64_2): New globals.
73 * gdb.base/nodebug.exp: Test different expressions involving the
74 new globals, with print, whatis and ptype. Add casts to int.
75 * gdb.base/solib-display.exp: Add casts to int.
76 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
77 * gdb.cp/m-static.exp: Add cast to int.
78 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
79 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
80 tls variable with no debug info without a cast. Test with a cast
81 to int too.
82 * gdb.trace/entry-values.exp: Add casts.
83
2c5a2be1
PA
842017-09-04 Pedro Alves <palves@redhat.com>
85
86 * gdb.base/nodebug.exp: Test that ptype's error about functions
87 with unknown return type includes the function name too.
88
7022349d
PA
892017-09-04 Pedro Alves <palves@redhat.com>
90
91 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
92 return type of munmap in infcall.
93 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
94 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
95 type of ftell in infcall.
96 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
97 type of getpid in infcall.
98 * gdb.base/infcall-exec.exp: Cast return type of execlp in
99 infcall.
100 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
101 Bail on failure to extract the pid.
102 * gdb.base/nodebug.c: #include <stdint.h>.
103 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
104 New functions.
105 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
106 Change expected output of print/whatis/ptype with functions with
107 no debug info. Test all supported languages. Call
108 test_call_promotion.
109 * gdb.compile/compile.exp: Adjust expected output to expect
110 warning.
111 * gdb.threads/siginfo-threads.exp: Likewise.
112
54990598
PA
1132017-09-04 Pedro Alves <palves@redhat.com>
114
115 * gdb.base/callfuncs.exp (do_function_calls): New parameter
116 "prototypes". Test calling float functions via prototyped and
117 unprototyped function pointers.
118 (perform_all_tests): New parameter "prototypes". Pass it down.
119 (top level): Pass down "prototypes" parameter to
120 perform_all_tests.
121
34d16ea2
SM
1222017-09-04 Simon Marchi <simon.marchi@ericsson.com>
123
124 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
125 Test with nested loops.
126
9521ecda
SM
1272017-09-04 Simon Marchi <simon.marchi@ericsson.com>
128
129 * gdb.base/commands.exp: Call the new procedures.
130 (loop_break_test, loop_continue_test): New procedures.
131
80a65e9b
SM
1322017-09-04 Simon Marchi <simon.marchi@ericsson.com>
133
134 * gdb.base/commands.exp: Call new procedure.
135 (define_if_without_arg_test): New procedure.
136
e439fa14
PA
1372017-09-04 Pedro Alves <palves@redhat.com>
138
139 * gdb.base/list-ambiguous.exp: New file.
140 * gdb.base/list-ambiguous0.c: New file.
141 * gdb.base/list-ambiguous1.c: New file.
142 * gdb.base/list.exp (test_list_range): Adjust expected output.
143
0a2dde4a
SDJ
1442017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
145
146 * gdb.base/share-env-with-gdbserver.c: New file.
147 * gdb.base/share-env-with-gdbserver.exp: Likewise.
148
5e89eb3a
SM
1492017-08-28 Simon Marchi <simon.marchi@ericsson.com>
150
151 * gdb.base/commands.exp (gdbvar_simple_if_test,
152 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
153 progvar_simple_if_test, progvar_simple_while_test,
154 progvar_complex_if_while_test, user_defined_command_test,
155 user_defined_command_args_eval,
156 user_defined_command_args_stack_test,
157 user_defined_command_manyargs_test, bp_deleted_in_command_test,
158 temporary_breakpoint_commands,
159 gdb_test_no_prompt, redefine_hook_test,
160 redefine_backtrace_test): Remove "global gdb_prompt".
161
fd437cbc
SM
1622017-08-28 Simon Marchi <simon.marchi@ericsson.com>
163
164 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
165 New proc, call it from toplevel.
166
87215ad1
SDJ
1672017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
168
169 PR remote/21852
170 * gdb.server/normal.c: New file, copied from gdb.base.
171 * gdb.server/run-without-local-binary.exp: New file.
172
58afddc6
WP
1732017-08-07 Weimin Pan <weimin.pan@oracle.com>
174
175 * gdb.arch/sparc64-adi.exp: New file.
176 * gdb.arch/sparc64-adi.c: New file.
177
5277199a
PA
1782017-08-22 Pedro Alves <palves@redhat.com>
179
180 * gdb.cp/overload.exp (line_range_pattern): New procedure.
181 (top level): Add "list all overloads" tests.
182
14278e1f
TT
1832017-08-22 Tom Tromey <tom@tromey.com>
184
185 * gdb.gdb/xfullpath.exp: Remove.
186
bf223d3e
PA
1872017-08-21 Pedro Alves <palves@redhat.com>
188
189 PR gdb/19487
190 * gdb.base/symbol-alias.c: New.
191 * gdb.base/symbol-alias2.c: New.
192 * gdb.base/symbol-alias.exp: New.
193
c973d0aa
PA
1942017-08-21 Pedro Alves <palves@redhat.com>
195
196 * gdb.base/dfp-test.c
197 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
198 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
199 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
200 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
201 * gdb.base/whatis-ptype-typedefs.c: New.
202 * gdb.base/whatis-ptype-typedefs.exp: New.
203 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
204 (an_int, an_int_type, an_int_type2): New globals.
205 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
206 involving typedefs and cast expressions.
207 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
208 (lookup_typedefs_function): New.
209 (typedefs_pretty_printers_dict): New.
210 (top level): Register lookup_typedefs_function in
211 gdb.pretty_printers.
212
6d580b63
YQ
2132017-08-18 Yao Qi <yao.qi@linaro.org>
214
215 * gdb.server/unittest.exp: New.
216
206726fb
SDJ
2172017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
218
219 PR gdb/21954
220 * gdb.base/environ.exp: Add test to check if 'unset environment'
221 works.
222
bf0ec4c2
AA
2232017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
224
225 * lib/gdb.exp (universal_compile_options): New caching proc.
226 (gdb_compile): Suppress GCC's coloring of messages.
227
d6382fff
TT
2282017-08-14 Tom Tromey <tom@tromey.com>
229
230 PR gdb/21675:
231 * gdb.base/printcmds.exp (test_radices): New function.
232 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
233 * gdb.base/sizeof.exp (check_valueof): Use p/d.
234 * lib/gdb.exp (get_integer_valueof): Use p/d.
235
c2c2dd9f
SM
2362017-08-12 Simon Marchi <simon.marchi@ericsson.com>
237
238 * lib/gdb.exp (get_valueof): Don't capture end-of-line
239 characters.
240
fdffd6f4
TT
2412017-08-05 Tom Tromey <tom@tromey.com>
242
243 * gdb.rust/simple.exp: Allow String to appear in a different
244 namespace.
245
27d41eac
YQ
2462017-07-26 Yao Qi <yao.qi@linaro.org>
247
248 * gdb.gdb/unittest.exp: Invoke command
249 "maintenance check xml-descriptions".
250
031ed05d
AA
2512017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
252
253 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
254 calling context.
255 (hex128): Drop erroneous calculation of parameters.
256
dcd27ddf
SM
2572017-07-22 Simon Marchi <simon.marchi@ericsson.com>
258
259 * gdb.python/py-unwind.exp: Disable stack protection when
260 building test file.
261
47e77640
PA
2622017-07-20 Pedro Alves <palves@redhat.com>
263
264 * gdb.base/default.exp (set language): Adjust expected output.
265
62d2a18a
PA
2662017-07-20 Pedro Alves <palves@redhat.com>
267
268 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
269 (test_minsym): ... this, and make static.
270 (get_pck__foo__bar__minsym): Rename to ...
271 (get_test_minsym): ... this.
272 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
273 symbol names and comments.
274 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
275 (get_test_minsym): ... this.
276 (pck__foo__bar__minsym__2): Rename to ...
277 (test_minsym): ... this.
278 (main): Adjust.
279
c45ec17c
PA
2802017-07-17 Pedro Alves <palves@redhat.com>
281
282 * gdb.base/completion.exp: Adjust expected output.
283 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
284 the completer works.
285
c6756f62
PA
2862017-07-17 Pedro Alves <palves@redhat.com>
287
288 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
289
5bd68487
AB
2902017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
291
292 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
293
8880f2a9
TT
2942017-07-14 Tom Tromey <tom@tromey.com>
295
296 PR rust/21764:
297 * gdb.rust/simple.exp: Add tests.
298
65547233
TT
2992017-07-14 Tom Tromey <tom@tromey.com>
300
301 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
302
8f14146e
PA
3032017-07-14 Pedro Alves <palves@redhat.com>
304
305 * gdb.linespec/base/one/thefile.cc (z1): New function.
306 * gdb.linespec/base/two/thefile.cc (z2): New function.
307 * gdb.linespec/linespec.exp: Add tests.
308
b4365d02
AB
3092017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
310
311 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
312 to mi_create_breakpoint.
313
5d2cbaa5
AB
3142017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
317 mi_create_breakpoint.
318
11cb5716
IB
3192017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
320
321 * gdb.dlang/demangle.exp: Update for demangling changes.
322
03278692
TT
3232017-07-09 Tom Tromey <tom@tromey.com>
324
325 * gdb.dwarf2/shortpiece.exp: New file.
326
33c5cd75
DB
3272017-07-06 David Blaikie <dblaikie@gmail.com>
328
329 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
330 built from fissiont-multi-cu{1,2}.c.
331 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
332 except putting 'main' and 'func' in separate CUs in the same DWO file.
333 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
334 test.
335 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
336 test.
337
8455d262
PA
3382017-07-06 Pedro Alves <palves@redhat.com>
339
340 * gdb.python/py-unwind.exp: Test flushregs.
341
dc4bde35
SDJ
3422017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
343
344 PR cli/21688
345 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
346 tests for alias commands and trailing whitespace.
347
51ed89aa
SDJ
3482017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
349
350 PR cli/21688
351 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
352 procedure. Call it.
353
eb17d413
PA
3542017-06-29 Pedro Alves <palves@redhat.com>
355
356 * gdb.base/printcmds.exp: Add tests.
357
41664b45
DG
3582017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
359
360 PR gdb/21337
361 * gdb.base/reread-readsym.exp: New file.
362 * gdb.base/reread-readsym.c: New file.
363
75312ae3
KB
3642017-06-21 Kevin Buettner <kevinb@redhat.com>
365
366 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
367 subpattern.
368
66953522
PB
3692017-06-19 Peter Bergner <bergner@vnet.ibm.com>
370
371 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
372 extended mnemonic.
373 * gdb.arch/powerpc-power9.s: Likewise.
374
5524b525
AA
3752017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
376
377 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
378 on 32-bit x86 targets. Exploit is_*_target macros where
379 appropriate.
380
03c8af18
AA
3812017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
382
383 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
384 register pieces.
385
3bf31011
AA
3862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
387
388 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
389 located in one or more DWARF pieces.
390
805acca0
AA
3912017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
392
393 * lib/gdb.exp (get_endianness): New proc.
394 * gdb.arch/aarch64-fp.exp: Use it.
395 * gdb.arch/altivec-regs.exp: Likewise.
396 * gdb.arch/e500-regs.exp: Likewise.
397 * gdb.arch/vsx-regs.exp: Likewise.
398 * gdb.base/dump.exp: Likewise.
399 * gdb.base/funcargs.exp: Likewise.
400 * gdb.base/gnu_vector.exp: Likewise.
401 * gdb.dwarf2/formdata16.exp: Likewise.
402 * gdb.dwarf2/implptrpiece.exp: Likewise.
403 * gdb.dwarf2/nonvar-access.exp: Likewise.
404 * gdb.python/py-inferior.exp: Likewise.
405 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
406
e9352324
AA
4072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
408
409 PR gdb/21226
410 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
411 stack value pieces are taken from the LSB end.
412
d5d1163e
AA
4132017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
414
415 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
416 variable at nonzero offset.
417
0567c986
AA
4182017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
419
420 * gdb.dwarf2/var-access.c: New file.
421 * gdb.dwarf2/var-access.exp: New test.
422 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
423
973e9aab
TT
4242017-06-12 Tom Tromey <tom@tromey.com>
425
426 * gdb.dwarf2/formdata16.exp: Add tests.
427
d9109c80
TT
4282017-06-12 Tom Tromey <tom@tromey.com>
429
430 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
431
30a25466
TT
4322017-06-12 Tom Tromey <tom@tromey.com>
433
434 PR exp/16225:
435 * gdb.reverse/i386-sse-reverse.exp: Update tests.
436 * gdb.arch/vsx-regs.exp: Update tests.
437 * gdb.arch/s390-vregs.exp (hex128): New proc.
438 Update test.
439 * gdb.arch/altivec-regs.exp: Update tests.
440
aefd8b33
SDJ
4412017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
442
443 * gdb.base/startup-with-shell.c: New file.
444 * gdb.base/startup-with-shell.exp: Likewise.
445
2090129c
SDJ
4462017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
447
448 * gdb.server/non-existing-program.exp: Update regex in order to
449 reflect the fact that gdbserver is now using fork_inferior (with a
450 shell) to startup the inferior.
451
8e86a419
SM
4522017-05-30 Simon Marchi <simon.marchi@ericsson.com>
453
454 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
455 support function calls from GDB.
456
e6cf65f2
TT
4572017-05-21 Tom Tromey <tom@tromey.com>
458
459 PR rust/21466:
460 * gdb.rust/unsized.exp: New file.
461 * gdb.rust/unsized.rs: New file.
462
43cc5389
TT
4632017-05-19 Tom Tromey <tom@tromey.com>
464
465 PR rust/21484:
466 * gdb.rust/watch.exp: New file.
467 * gdb.rust/watch.rs: New file.
468
ec8df234
TT
4692017-05-18 Tom Tromey <tom@tromey.com>
470
471 * gdb.rust/simple.exp: Allow Box to be qualified.
472
3e3e7fae
TP
4732017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
474
475 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
476
59cc050d
PA
4772017-05-18 Pedro Alves <palves@redhat.com>
478
479 * gdb.base/fileio.c (test_write, test_read, test_close)
480 (test_fstat): Don't print 'ret' in the fail path.
481
c8f6abd1
PA
4822017-05-18 Pedro Alves <palves@redhat.com>
483
484 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
485 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
486 (test_system, test_rename, test_unlink, test_time): Change
487 prototypes.
488 * gdb.base/fileio.exp (stop_msg): Adjust.
489
d2a03b77
PA
4902017-05-18 Pedro Alves <palves@redhat.com>
491
492 * gdb.base/fileio.c (null_str): New global.
493 (test_stat): Use it.
494 * gdb.base/fileio.exp: Remove nowarnings.
495
0d5c6999
YQ
4962017-05-17 Yao Qi <yao.qi@linaro.org>
497
498 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
499
21873064
YQ
5002017-05-17 Simon Marchi <simon.marchi@ericsson.com>
501
502 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
503 argument command.
504 (top-level): Invoke test_set_inferior_tty.
505
d512d31c
PA
5062017-05-04 Pedro Alves <palves@redhat.com>
507
508 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
509 Add parens to print call for Python 3.
510
90cef2ed
KS
5112017-05-03 Keith Seitz <keiths@redhat.com>
512
513 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
514 (main): Call it.
515
14f819c8
TW
5162017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
517
518 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
519 to prev and next.
520
913aeadd
TW
5212017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
522
523 * gdb.python/py-record-btrace.exp: Remove test for
524 gdb.BtraceInstruction.error.
525
a3be24ad
TW
5262017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
527
528 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
529
ae20e79a
TW
5302017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
531
532 * gdb.python/py-record-btrace-threads.c: New file.
533 * gdb.python/py-record-btrace-threads.exp: New file.
534
45ce1b47
SDJ
5352017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
536
537 PR testsuite/8595
538 * gdb.base/environ.exp: Make test available in all architectures.
539 Move bits related to "info program" testing to
540 gdb.base/info-program.exp. Rewrite tests to use the two new
541 procedures mentione below.
542 (test_set_show_env_var) New procedure.
543 (test_set_show_env_var_equal): Likewise.
544 * gdb.base/info-program.exp: New file.
545
e15c3eb4
KS
5462017-04-27 Keith Seitz <keiths@redhat.com>
547
548 * gdb.cp/oranking.cc (test15): New function.
549 (main): Call test15 and declare additional variables for testing.
550 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
551 "p foo101('abc')" tests.
552 Add tests for cv qualifier overloads.
553 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
554 "lvalue reference overload" test.
555 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
556 "print value of f1 on Child&& in f2" test.
557
3a3fd0fd
PA
5582017-04-19 Pedro Alves <palves@redhat.com>
559
560 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
561 procedure.
562 (top level): Call it.
563 * lib/gdb.exp (gdb_define_cmd): New procedure.
564
53375380
PA
5652017-04-12 Pedro Alves <palves@redhat.com>
566
567 PR gdb/21323
568 * gdb.cp/wide_char_types.c: Include <wchar.h>.
569 (wchar): New global.
570 * gdb.cp/wide_char_types.exp (wide_char_types_program)
571 (do_test_wide_char, wide_char_types_no_program, top level): Add
572 wchar_t testing.
573
53e710ac
PA
5742017-04-12 Pedro Alves <palves@redhat.com>
575
576 PR c++/21323
577 * gdb.cp/wide_char_types.c: New file.
578 * gdb.cp/wide_char_types.exp: New file.
579
0ad9d8c7
SDJ
5802017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
581
582 PR gdb/21352
583 * gdb.trace/tsv.exp: Add test for "tsave -r".
584
b1b45502
IB
5852017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
586
587 * gdb.dlang/watch-loc.c: New file.
588 * gdb.dlang/watch-loc.exp: New file.
589
ec13808e
JK
5902017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
591
592 * gdb.python/py-section-script.exp (sepdebug): New testcases.
593
fe5f7374
AK
5942017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
595
596 * gdb.arch/arc-analyze-prologue.S: New file.
597 * gdb.arch/arc-analyze-prologue.exp: Likewise.
598
eea78757
AK
5992017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
600
601 * gdb.arch/arc-decode-insn.S: New file.
602 * gdb.arch/arc-decode-insn.exp: Likewise.
603
5badf10a
IR
6042017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
605
606 PR tdep/20928
607 * gdb.arch/sparc64-regs.exp: New file.
608 * gdb.arch/sparc64-regs.S: Likewise.
609
cee59b3f
TW
6102017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
611
612 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
613 and memory view on Python 3.
614
c0f55cc6
AV
6152017-03-20 Artemiy Volkov <artemiyv@acm.org>
616 Keith Seitz <keiths@redhat.com>
617
618 PR gdb/14441
619 * gdb.cp/demangle.exp: Add rvalue reference tests.
620 * gdb.cp/rvalue-ref-casts.cc: New file.
621 * gdb.cp/rvalue-ref-casts.exp: New file.
622 * gdb.cp/rvalue-ref-overload.cc: New file.
623 * gdb.cp/rvalue-ref-overload.exp: New file.
624 * gdb.cp/rvalue-ref-params.cc: New file.
625 * gdb.cp/rvalue-ref-params.exp: New file.
626 * gdb.cp/rvalue-ref-sizeof.cc: New file.
627 * gdb.cp/rvalue-ref-sizeof.exp: New file.
628 * gdb.cp/rvalue-ref-types.cc: New file.
629 * gdb.cp/rvalue-ref-types.exp: New file.
630 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
631 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
632
51457a05
MAL
6332017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
634
635 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
636 New procedure.
637
5b291c04
MAL
6382017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
639
640 * lib/mi-support.exp (mi_gdb_test): Add additional message
641 for unexpected output.
642
59a56148
AA
6432017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
644
645 * gdb.base/examine-backward.c (Barrier): New character array
646 constant, to ensure that TestStrings is preceded by a string
647 terminator.
648
7942e96e
AA
6492017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
650
651 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
652 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
653 and implicit pointer into such a location.
654
6ebac3fb
DE
6552017-03-16 Doug Evans <dje@google.com>
656
657 * gdb.python/py-lazy-string (pointer): Really add new typedef.
658
ec3b243d
TP
6592017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
660
661 * gdb.cp/m-static.exp: Fix expectation for prototype of
662 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
663
6642017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
665
666 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
667 * gdb.guile/scm-lazy-string.c: New file.
668 * gdb.guile/scm-value.exp: Move lazy string tests to ...
669 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
670 for pointer, array, typedef lazy strings.
671
2cc36e25 6722017-03-16 Doug Evans <dje@google.com>
34b43320
DE
673
674 PR python/17728, python/18439, python/18779
675 * gdb.python/py-value.c (main) Delete locals sptr, sn.
676 * gdb.python/py-lazy-string.c (pointer): New typedef.
677 (main): New locals ptr, array, typedef_ptr.
678 * gdb.python/py-value.exp: Move lazy string tests to ...
679 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
680 array, typedef lazy strings.
ec3b243d 681
0efcde63
AK
6822017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
683
684 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
685 Add optional 'test' parameter.
686
7978d7c3
SM
6872017-03-13 Simon Marchi <simon.marchi@ericsson.com>
688
689 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
690 Skip for versions of DejaGnu < 1.5.
691
896c0c1e
SM
6922017-03-13 Simon Marchi <simon.marchi@ericsson.com>
693
694 * lib/gdb.exp (dejagnu_version): New proc.
695 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
696 Use dejagnu_version.
697
5f4d1085
KS
6982017-03-10 Keith Seitz <keiths@redhat.com>
699
700 PR c++/8128
701 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
702 type from destructor regexps.
703 Add a branch which actually passes the test.
704 Adjust "ptype t5i" test names.
705
1de05205
PA
7062017-03-08 Pedro Alves <palves@redhat.com>
707
708 * gdb.base/step-over-exit.exp: Add explicit test message.
709
c65d6b55
PA
7102017-03-08 Pedro Alves <palves@redhat.com>
711
712 PR gdb/18360
713 * gdb.threads/interrupt-while-step-over.c: New file.
714 * gdb.threads/interrupt-while-step-over.exp: New file.
715
2e86a283
PA
7162017-03-08 Pedro Alves <palves@redhat.com>
717
718 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
719 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
720
25dcbff6
PA
7212017-03-08 Pedro Alves <palves@redhat.com>
722
723 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
724 PKRU as not supported as a PASS.
725
dc9366eb
PA
7262017-03-08 Pedro Alves <palves@redhat.com>
727
728 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
729 prefix instead of $binfile1/$binfile2.
730 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
731 in test message.
732 * gdb.python/py-completion.exp: Use "load python file" as test
733 messages instead of unstable path names.
734
6e5d74e7
PA
7352017-03-08 Pedro Alves <palves@redhat.com>
736 Jan Kratochvil <jan.kratochvil@redhat.com>
737
738 PR cli/21218
739 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
740 New proc.
741 (top level): Call it.
742
9753a2f6
PA
7432017-03-08 Pedro Alves <palves@redhat.com>
744
745 PR tui/21216
746 * gdb.tui/tui-nl-filtered-output.exp: New file.
747
1a4dd9dd
PA
7482017-03-08 Pedro Alves <palves@redhat.com>
749
750 * gdb.base/completion.exp: Move TUI completion tests to ...
751 * gdb.tui/completion.exp: ... this new file.
752
7cbbff33
PA
7532017-03-08 Pedro Alves <palves@redhat.com>
754
755 * gdb.base/tui-disasm-long-lines.c,
756 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
757 gdb.base/tui-layout.exp: Move to ...
758 * gdb.tui/: ... this new directory.
759
5f6fd321
PA
7602017-03-07 Pedro Alves <palves@redhat.com>
761
762 * gdb.base/tui-layout.c: New file.
763 * gdb.base/tui-layout.exp: New file.
764
44959fa8
PA
7652017-03-07 Pedro Alves <palves@redhat.com>
766
767 * gdb.base/tui-layout.c: Rename to ...
768 * gdb.base/tui-disasm-long-lines.c: ... this.
769 * gdb.base/tui-layout.exp: Rename to ...
770 * gdb.base/tui-disasm-long-lines.exp: ... this.
771
f8c4e718
PA
7722017-03-07 Pedro Alves <palves@redhat.com>
773
774 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
775
6dbb839a 7762017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
777
778 * i386-mpx-call.c: New file.
779 * i386-mpx-call.exp: New file.
780
65b48a81
PB
7812017-02-28 Peter Bergner <bergner@vnet.ibm.com>
782
783 * gdb.arch/powerpc-power.exp: Delete test.
784 * gdb.arch/powerpc-power.s: Likewise.
785 * gdb.disasm/disassembler-options.exp: New test.
786 * gdb.arch/powerpc-altivec.exp: Likewise.
787 * gdb.arch/powerpc-altivec.s: Likewise.
788 * gdb.arch/powerpc-altivec2.exp: Likewise.
789 * gdb.arch/powerpc-altivec2.s: Likewise.
790 * gdb.arch/powerpc-altivec3.exp: Likewise.
791 * gdb.arch/powerpc-altivec3.s: Likewise.
792 * gdb.arch/powerpc-power7.exp: Likewise.
793 * gdb.arch/powerpc-power7.s: Likewise.
794 * gdb.arch/powerpc-power8.exp: Likewise.
795 * gdb.arch/powerpc-power8.s: Likewise.
796 * gdb.arch/powerpc-power9.exp: Likewise.
797 * gdb.arch/powerpc-power9.s: Likewise.
798 * gdb.arch/powerpc-vsx.exp: Likewise.
799 * gdb.arch/powerpc-vsx.s: Likewise.
800 * gdb.arch/powerpc-vsx2.exp: Likewise.
801 * gdb.arch/powerpc-vsx2.s: Likewise.
802 * gdb.arch/powerpc-vsx3.exp: Likewise.
803 * gdb.arch/powerpc-vsx3.s: Likewise.
804 * gdb.arch/arm-disassembler-options.exp: Likewise.
805 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
806 * gdb.arch/s390-disassembler-options.exp: Likewise.
807
17cd4947
LM
8082017-02-23 Luis Machado <lgustavo@codesourcery.com>
809
810 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
811 (check_supported_features): ... this. Changed return type to void.
812 (supports_rdseed): New static global.
813 (rdseed): Check supports_rdseed.
814 (initialize): Call check_supported_features.
815
2039d74e
EBM
8162017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
817
818 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
819 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
820 and lqarx/stqcx.
821 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
822 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
823
a51d7ecf
EBM
8242017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
825
826 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
827 uppercase.
828
0224619f
JK
8292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
830
831 * gdb.dwarf2/formdata16.c: New file.
832 * gdb.dwarf2/formdata16.exp: New file.
833 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
834
216f72a1
JK
8352017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
836
837 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
838 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
839 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
840 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
841 DW_AT_GNU_*.
842
43988095
JK
8432017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
844
845 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
846
99e8a4f9
SDJ
8472017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
848
849 PR gdb/21164
850 * gdb.base/maint.exp: Add testcases for when the commands do
851 not have arguments.
852
b58a8c0c
TP
8532017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
854
855 * gdb.cp/chained-calls.exp: Use p instead of P.
856
4e746bb6
TW
8572017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
858
859 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
860 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
861
3f77c769
TT
8622017-02-14 Tom Tromey <tom@tromey.com>
863
864 PR python/13598:
865 * gdb.python/py-events.exp: Add before_prompt event tests.
866
075beec0
AA
8672017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
868
869 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
870
bf5f525c
LM
8712017-02-13 Luis Machado <lgustavo@codesourcery.com>
872
873 * gdb.linespec/explicit.c (my_unique_function_name): New function.
874 (main): Call my_unique_function_name.
875 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
876 completion of patterns with a single match.
877 Add missing -re switches to gdb_test_multiple calls.
878
13a66184
LM
8792017-02-13 Luis Machado <lgustavo@codesourcery.com>
880
881 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
882 return if core file is not recognized.
883
26a06916
SM
8842017-02-10 Simon Marchi <simon.marchi@ericsson.com>
885
886 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
887 and extra UIs.
888
b761ca9e
SM
8892017-02-10 Simon Marchi <simon.marchi@ericsson.com>
890
891 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
892 proc_with_prefix.
893
b964bee0
TT
8942017-02-10 Tom Tromey <tom@tromey.com>
895
896 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
897
18da0c51
MG
8982017-02-10 Martin Galvan <martingalvan@sourceware.org>
899
900 PR gdb/21122
901 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
902
604c4576
JG
9032017-02-08 Jerome Guitton <guitton@adacore.com>
904
905 * gdb.base/define.exp: Add test for command abbreviations
906 in define.
907
20b477a7
LM
9082017-02-06 Luis Machado <lgustavo@codesourcery.com>
909
910 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
911 * gdb.reverse/insn-reverse-x86.c: New file.
912
3f7b46f2
IR
9132017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
914
915 PR tdep/20936
916 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
917
f0fd41c1
TT
9182017-02-03 Tom Tromey <tom@tromey.com>
919
920 PR rust/21097:
921 * gdb.rust/simple.exp: Add new tests.
922
5be5dbf0
PA
9232017-02-02 Pedro Alves <palves@redhat.com>
924
925 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
926 tests.
927
7346ef59
AA
9282017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
929
930 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
931 taking a 2-byte value out of a 4-byte DWARF implicit value on
932 big-endian targets.
933 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
934 logic. Add test cases for DW_OP_implicit.
935
787f0025
MM
9362017-02-01 Markus Metzger <markus.t.metzger@intel.com>
937
938 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
939
68777c29
MM
9402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
941
942 * gdb.btrace/enable.exp: Call gdb_exit before
943 skip_gdbserver_tests.
944
0a1c7e28
MM
9452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
946
947 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
948 GDBFLAGS.
949
b5ac99b0
MM
9502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
951
952 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
953 the test is skipped.
954 * gdb.btrace/data.exp: Likewise.
955 * gdb.btrace/delta.exp: Likewise.
956 * gdb.btrace/dlopen.exp: Likewise.
957 * gdb.btrace/enable-running.exp: Likewise.
958 * gdb.btrace/enable.exp: Likewise.
959 * gdb.btrace/exception.exp: Likewise.
960 * gdb.btrace/function_call_history.exp: Likewise.
961 * gdb.btrace/gcore.exp: Likewise.
962 * gdb.btrace/instruction_history.exp: Likewise.
963 * gdb.btrace/multi-thread-step.exp: Likewise.
964 * gdb.btrace/nohist.exp: Likewise.
965 * gdb.btrace/non-stop.exp: Likewise.
966 * gdb.btrace/reconnect.exp: Likewise.
967 * gdb.btrace/record_goto-step.exp: Likewise.
968 * gdb.btrace/record_goto.exp: Likewise.
969 * gdb.btrace/rn-dl-bind.exp: Likewise.
970 * gdb.btrace/segv.exp: Likewise.
971 * gdb.btrace/step.exp: Likewise.
972 * gdb.btrace/stepi.exp: Likewise.
973 * gdb.btrace/tailcall-only.exp: Likewise.
974 * gdb.btrace/tailcall.exp: Likewise.
975 * gdb.btrace/tsx.exp: Likewise.
976 * gdb.btrace/unknown_functions.exp: Likewise.
977 * gdb.btrace/vdso.exp: Likewise.
978
cd4007e4
MM
9792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
980
981 * gdb.btrace/enable-running.c: New.
982 * gdb.btrace/enable-running.exp: New.
983
2735833d
WT
9842017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
985
986 * gdb.arch/amd64-gs_base.c: New file.
987 * gdb.arch/amd64-gs_base.exp: New file.
988
b51e1e94
LM
9892017-01-26 Luis Machado <lgustavo@codesourcery.com>
990
991 * lib/memory.exp: Remove spurious empty newlines.
992
72ca0410
SM
9932017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
994
995 * gdb.python/py-bad-printers.exp: Load python file using "source".
996 * gdb.python/py-events.exp: Likewise.
997 * gdb.python/py-evsignal.exp: Likewise.
998 * gdb.python/py-evthreads.exp: Likewise.
999 * gdb.python/py-frame-args.exp: Likewise.
1000 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
1001 * gdb.python/py-framefilter-mi.exp: Likewise.
1002 * gdb.python/py-framefilter.exp: Likewise.
1003 * gdb.python/py-mi.exp: Likewise.
1004 * gdb.python/py-pp-maint.exp: Likewise.
1005 * gdb.python/py-pp-registration.exp: Likewise.
1006 * gdb.python/py-prettyprint.exp: Likewise.
1007 (run_lang_tests): Likewise.
1008 * gdb.python/py-typeprint.exp: Likewise.
1009
e309aa65
LM
10102017-01-26 Luis Machado <lgustavo@codesourcery.com>
1011
1012 * lib/memory.exp: New file.
1013 * lib/gdb.exp: Load memory.exp.
1014 * gdb.base/memattr.exp (delete_memory): Move proc to
1015 lib/memory.exp and rename to delete_memory_regions.
1016 Replace delete_memory with delete_memory_regions.
1017 Cleanup memory regions before tests.
1018 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
1019 before tests.
1020
515aff23
LM
10212017-01-26 Luis Machado <lgustavo@codesourcery.com>
1022
1023 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
1024 files.
1025 (initialize): New function conditionally defined.
1026 (testcases): Move within conditional block.
1027 (main): Call initialize.
1028 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
1029 of gdb.reverse/insn-reverse.c.
1030 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
1031 gdb.reverse/insn-reverse.c.
1032
d8b49cf0
YQ
10332017-01-26 Yao Qi <yao.qi@linaro.org>
1034
1035 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
1036 disassemble on address 0.
1037
f13a9a0c
YQ
10382017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1039 Yao Qi <yao.qi@linaro.org>
1040
1041 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
1042 * gdb.dwarf2/implptr-64bit.S: Remove.
1043 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
1044 variables in caller's context. Add DW_OP_implicit_value.
1045
5ac95241
YQ
10462017-01-25 Yao Qi <yao.qi@linaro.org>
1047
1048 * lib/dwarf.exp (Dwarf::_location): Handle
1049 DW_OP_GNU_implicit_pointer with proper size.
1050
23e82930
LM
10512017-01-20 Luis Machado <lgustavo@codesourcery.com>
1052
1053 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
1054 and add untested calls.
1055
d334ae25
LM
10562017-01-20 Luis Machado <lgustavo@codesourcery.com>
1057
1058 * gdb.python/python.exp: Check line number against what GDB thinks
1059 the line number is for func1.
1060
f5e6296e
IB
10612017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
1062
1063 * gdb.dlang/debug-expr.exp: New file.
1064
5b362f04
LM
10652016-12-23 Luis Machado <lgustavo@codesourcery.com>
1066
1067 Fix test names for the following files:
1068
1069 * gdb.ada/exec_changed.exp
1070 * gdb.ada/info_types.exp
1071 * gdb.arch/aarch64-atomic-inst.exp
1072 * gdb.arch/aarch64-fp.exp
1073 * gdb.arch/altivec-abi.exp
1074 * gdb.arch/altivec-regs.exp
1075 * gdb.arch/amd64-byte.exp
1076 * gdb.arch/amd64-disp-step.exp
1077 * gdb.arch/amd64-dword.exp
1078 * gdb.arch/amd64-entry-value-inline.exp
1079 * gdb.arch/amd64-entry-value-param.exp
1080 * gdb.arch/amd64-entry-value-paramref.exp
1081 * gdb.arch/amd64-entry-value.exp
1082 * gdb.arch/amd64-i386-address.exp
1083 * gdb.arch/amd64-invalid-stack-middle.exp
1084 * gdb.arch/amd64-invalid-stack-top.exp
1085 * gdb.arch/amd64-optimout-repeat.exp
1086 * gdb.arch/amd64-prologue-skip.exp
1087 * gdb.arch/amd64-prologue-xmm.exp
1088 * gdb.arch/amd64-stap-special-operands.exp
1089 * gdb.arch/amd64-stap-wrong-subexp.exp
1090 * gdb.arch/amd64-tailcall-cxx.exp
1091 * gdb.arch/amd64-tailcall-noret.exp
1092 * gdb.arch/amd64-tailcall-ret.exp
1093 * gdb.arch/amd64-tailcall-self.exp
1094 * gdb.arch/amd64-word.exp
1095 * gdb.arch/arm-bl-branch-dest.exp
1096 * gdb.arch/arm-disp-step.exp
1097 * gdb.arch/arm-neon.exp
1098 * gdb.arch/arm-single-step-kernel-helper.exp
1099 * gdb.arch/avr-flash-qualifier.exp
1100 * gdb.arch/disp-step-insn-reloc.exp
1101 * gdb.arch/e500-abi.exp
1102 * gdb.arch/e500-regs.exp
1103 * gdb.arch/ftrace-insn-reloc.exp
1104 * gdb.arch/i386-avx512.exp
1105 * gdb.arch/i386-bp_permanent.exp
1106 * gdb.arch/i386-byte.exp
1107 * gdb.arch/i386-cfi-notcurrent.exp
1108 * gdb.arch/i386-disp-step.exp
1109 * gdb.arch/i386-dr3-watch.exp
1110 * gdb.arch/i386-float.exp
1111 * gdb.arch/i386-gnu-cfi.exp
1112 * gdb.arch/i386-mpx-map.exp
1113 * gdb.arch/i386-mpx-sigsegv.exp
1114 * gdb.arch/i386-mpx-simple_segv.exp
1115 * gdb.arch/i386-mpx.exp
1116 * gdb.arch/i386-permbkpt.exp
1117 * gdb.arch/i386-prologue.exp
1118 * gdb.arch/i386-signal.exp
1119 * gdb.arch/i386-size-overlap.exp
1120 * gdb.arch/i386-unwind.exp
1121 * gdb.arch/i386-word.exp
1122 * gdb.arch/mips-fcr.exp
1123 * gdb.arch/powerpc-d128-regs.exp
1124 * gdb.arch/powerpc-stackless.exp
1125 * gdb.arch/ppc64-atomic-inst.exp
1126 * gdb.arch/s390-stackless.exp
1127 * gdb.arch/s390-tdbregs.exp
1128 * gdb.arch/s390-vregs.exp
1129 * gdb.arch/sparc-sysstep.exp
1130 * gdb.arch/thumb-bx-pc.exp
1131 * gdb.arch/thumb-singlestep.exp
1132 * gdb.arch/thumb2-it.exp
1133 * gdb.arch/vsx-regs.exp
1134 * gdb.asm/asm-source.exp
1135 * gdb.base/a2-run.exp
1136 * gdb.base/advance.exp
1137 * gdb.base/all-bin.exp
1138 * gdb.base/anon.exp
1139 * gdb.base/args.exp
1140 * gdb.base/arithmet.exp
1141 * gdb.base/async-shell.exp
1142 * gdb.base/async.exp
1143 * gdb.base/attach-pie-noexec.exp
1144 * gdb.base/attach-twice.exp
1145 * gdb.base/auto-load.exp
1146 * gdb.base/bang.exp
1147 * gdb.base/bitfields.exp
1148 * gdb.base/break-always.exp
1149 * gdb.base/break-caller-line.exp
1150 * gdb.base/break-entry.exp
1151 * gdb.base/break-inline.exp
1152 * gdb.base/break-on-linker-gcd-function.exp
1153 * gdb.base/break-probes.exp
1154 * gdb.base/break.exp
1155 * gdb.base/breakpoint-shadow.exp
1156 * gdb.base/call-ar-st.exp
1157 * gdb.base/call-sc.exp
1158 * gdb.base/call-signal-resume.exp
1159 * gdb.base/call-strs.exp
1160 * gdb.base/callfuncs.exp
1161 * gdb.base/catch-fork-static.exp
1162 * gdb.base/catch-gdb-caused-signals.exp
1163 * gdb.base/catch-load.exp
1164 * gdb.base/catch-signal-fork.exp
1165 * gdb.base/catch-signal.exp
1166 * gdb.base/catch-syscall.exp
1167 * gdb.base/charset.exp
1168 * gdb.base/checkpoint.exp
1169 * gdb.base/chng-syms.exp
1170 * gdb.base/code-expr.exp
1171 * gdb.base/code_elim.exp
1172 * gdb.base/commands.exp
1173 * gdb.base/completion.exp
1174 * gdb.base/complex.exp
1175 * gdb.base/cond-expr.exp
1176 * gdb.base/condbreak.exp
1177 * gdb.base/consecutive.exp
1178 * gdb.base/continue-all-already-running.exp
1179 * gdb.base/coredump-filter.exp
1180 * gdb.base/corefile.exp
1181 * gdb.base/dbx.exp
1182 * gdb.base/debug-expr.exp
1183 * gdb.base/define.exp
1184 * gdb.base/del.exp
1185 * gdb.base/disabled-location.exp
1186 * gdb.base/disasm-end-cu.exp
1187 * gdb.base/disasm-optim.exp
1188 * gdb.base/display.exp
1189 * gdb.base/duplicate-bp.exp
1190 * gdb.base/ena-dis-br.exp
1191 * gdb.base/ending-run.exp
1192 * gdb.base/enumval.exp
1193 * gdb.base/environ.exp
1194 * gdb.base/eu-strip-infcall.exp
1195 * gdb.base/eval-avoid-side-effects.exp
1196 * gdb.base/eval-skip.exp
1197 * gdb.base/exitsignal.exp
1198 * gdb.base/expand-psymtabs.exp
1199 * gdb.base/filesym.exp
1200 * gdb.base/find-unmapped.exp
1201 * gdb.base/finish.exp
1202 * gdb.base/float.exp
1203 * gdb.base/foll-exec-mode.exp
1204 * gdb.base/foll-exec.exp
1205 * gdb.base/foll-fork.exp
1206 * gdb.base/fortran-sym-case.exp
1207 * gdb.base/freebpcmd.exp
1208 * gdb.base/func-ptr.exp
1209 * gdb.base/func-ptrs.exp
1210 * gdb.base/funcargs.exp
1211 * gdb.base/gcore-buffer-overflow.exp
1212 * gdb.base/gcore-relro-pie.exp
1213 * gdb.base/gcore-relro.exp
1214 * gdb.base/gcore.exp
1215 * gdb.base/gdb1090.exp
1216 * gdb.base/gdb11530.exp
1217 * gdb.base/gdb11531.exp
1218 * gdb.base/gdb1821.exp
1219 * gdb.base/gdbindex-stabs.exp
1220 * gdb.base/gdbvars.exp
1221 * gdb.base/hbreak.exp
1222 * gdb.base/hbreak2.exp
1223 * gdb.base/included.exp
1224 * gdb.base/infcall-input.exp
1225 * gdb.base/inferior-died.exp
1226 * gdb.base/infnan.exp
1227 * gdb.base/info-macros.exp
1228 * gdb.base/info-os.exp
1229 * gdb.base/info-proc.exp
1230 * gdb.base/info-shared.exp
1231 * gdb.base/info-target.exp
1232 * gdb.base/infoline.exp
1233 * gdb.base/interp.exp
1234 * gdb.base/interrupt.exp
1235 * gdb.base/jit-reader.exp
1236 * gdb.base/jit-simple.exp
1237 * gdb.base/kill-after-signal.exp
1238 * gdb.base/kill-detach-inferiors-cmd.exp
1239 * gdb.base/label.exp
1240 * gdb.base/langs.exp
1241 * gdb.base/ldbl_e308.exp
1242 * gdb.base/line-symtabs.exp
1243 * gdb.base/linespecs.exp
1244 * gdb.base/list.exp
1245 * gdb.base/long_long.exp
1246 * gdb.base/longest-types.exp
1247 * gdb.base/maint.exp
1248 * gdb.base/max-value-size.exp
1249 * gdb.base/memattr.exp
1250 * gdb.base/mips_pro.exp
1251 * gdb.base/morestack.exp
1252 * gdb.base/moribund-step.exp
1253 * gdb.base/multi-forks.exp
1254 * gdb.base/nested-addr.exp
1255 * gdb.base/nextoverexit.exp
1256 * gdb.base/noreturn-finish.exp
1257 * gdb.base/noreturn-return.exp
1258 * gdb.base/nostdlib.exp
1259 * gdb.base/offsets.exp
1260 * gdb.base/opaque.exp
1261 * gdb.base/pc-fp.exp
1262 * gdb.base/permissions.exp
1263 * gdb.base/print-symbol-loading.exp
1264 * gdb.base/prologue-include.exp
1265 * gdb.base/psymtab.exp
1266 * gdb.base/ptype.exp
1267 * gdb.base/random-signal.exp
1268 * gdb.base/randomize.exp
1269 * gdb.base/range-stepping.exp
1270 * gdb.base/readline-ask.exp
1271 * gdb.base/recpar.exp
1272 * gdb.base/recurse.exp
1273 * gdb.base/relational.exp
1274 * gdb.base/restore.exp
1275 * gdb.base/return-nodebug.exp
1276 * gdb.base/return.exp
1277 * gdb.base/run-after-attach.exp
1278 * gdb.base/save-bp.exp
1279 * gdb.base/scope.exp
1280 * gdb.base/sect-cmd.exp
1281 * gdb.base/set-lang-auto.exp
1282 * gdb.base/set-noassign.exp
1283 * gdb.base/setvar.exp
1284 * gdb.base/sigall.exp
1285 * gdb.base/sigbpt.exp
1286 * gdb.base/siginfo-addr.exp
1287 * gdb.base/siginfo-infcall.exp
1288 * gdb.base/siginfo-obj.exp
1289 * gdb.base/siginfo.exp
1290 * gdb.base/signals-state-child.exp
1291 * gdb.base/signest.exp
1292 * gdb.base/sigstep.exp
1293 * gdb.base/sizeof.exp
1294 * gdb.base/skip.exp
1295 * gdb.base/solib-corrupted.exp
1296 * gdb.base/solib-nodir.exp
1297 * gdb.base/solib-search.exp
1298 * gdb.base/stack-checking.exp
1299 * gdb.base/stale-infcall.exp
1300 * gdb.base/stap-probe.exp
1301 * gdb.base/start.exp
1302 * gdb.base/step-break.exp
1303 * gdb.base/step-bt.exp
1304 * gdb.base/step-line.exp
1305 * gdb.base/step-over-exit.exp
1306 * gdb.base/step-over-syscall.exp
1307 * gdb.base/step-resume-infcall.exp
1308 * gdb.base/step-test.exp
1309 * gdb.base/store.exp
1310 * gdb.base/structs3.exp
1311 * gdb.base/sym-file.exp
1312 * gdb.base/symbol-without-target_section.exp
1313 * gdb.base/term.exp
1314 * gdb.base/testenv.exp
1315 * gdb.base/ui-redirect.exp
1316 * gdb.base/until.exp
1317 * gdb.base/unwindonsignal.exp
1318 * gdb.base/value-double-free.exp
1319 * gdb.base/vla-datatypes.exp
1320 * gdb.base/vla-ptr.exp
1321 * gdb.base/vla-sideeffect.exp
1322 * gdb.base/volatile.exp
1323 * gdb.base/watch-cond-infcall.exp
1324 * gdb.base/watch-cond.exp
1325 * gdb.base/watch-non-mem.exp
1326 * gdb.base/watch-read.exp
1327 * gdb.base/watch-vfork.exp
1328 * gdb.base/watchpoint-cond-gone.exp
1329 * gdb.base/watchpoint-delete.exp
1330 * gdb.base/watchpoint-hw-hit-once.exp
1331 * gdb.base/watchpoint-hw.exp
1332 * gdb.base/watchpoint-stops-at-right-insn.exp
1333 * gdb.base/watchpoints.exp
1334 * gdb.base/wchar.exp
1335 * gdb.base/whatis-exp.exp
1336 * gdb.btrace/buffer-size.exp
1337 * gdb.btrace/data.exp
1338 * gdb.btrace/delta.exp
1339 * gdb.btrace/dlopen.exp
1340 * gdb.btrace/enable.exp
1341 * gdb.btrace/exception.exp
1342 * gdb.btrace/function_call_history.exp
1343 * gdb.btrace/gcore.exp
1344 * gdb.btrace/instruction_history.exp
1345 * gdb.btrace/nohist.exp
1346 * gdb.btrace/reconnect.exp
1347 * gdb.btrace/record_goto-step.exp
1348 * gdb.btrace/record_goto.exp
1349 * gdb.btrace/rn-dl-bind.exp
1350 * gdb.btrace/segv.exp
1351 * gdb.btrace/step.exp
1352 * gdb.btrace/stepi.exp
1353 * gdb.btrace/tailcall-only.exp
1354 * gdb.btrace/tailcall.exp
1355 * gdb.btrace/tsx.exp
1356 * gdb.btrace/unknown_functions.exp
1357 * gdb.btrace/vdso.exp
1358 * gdb.compile/compile-ifunc.exp
1359 * gdb.compile/compile-ops.exp
1360 * gdb.compile/compile-print.exp
1361 * gdb.compile/compile-setjmp.exp
1362 * gdb.cp/abstract-origin.exp
1363 * gdb.cp/ambiguous.exp
1364 * gdb.cp/annota2.exp
1365 * gdb.cp/annota3.exp
1366 * gdb.cp/anon-ns.exp
1367 * gdb.cp/anon-struct.exp
1368 * gdb.cp/anon-union.exp
1369 * gdb.cp/arg-reference.exp
1370 * gdb.cp/baseenum.exp
1371 * gdb.cp/bool.exp
1372 * gdb.cp/breakpoint.exp
1373 * gdb.cp/bs15503.exp
1374 * gdb.cp/call-c.exp
1375 * gdb.cp/casts.exp
1376 * gdb.cp/chained-calls.exp
1377 * gdb.cp/class2.exp
1378 * gdb.cp/classes.exp
1379 * gdb.cp/cmpd-minsyms.exp
1380 * gdb.cp/converts.exp
1381 * gdb.cp/cp-relocate.exp
1382 * gdb.cp/cpcompletion.exp
1383 * gdb.cp/cpexprs.exp
1384 * gdb.cp/cplabel.exp
1385 * gdb.cp/cplusfuncs.exp
1386 * gdb.cp/cpsizeof.exp
1387 * gdb.cp/ctti.exp
1388 * gdb.cp/derivation.exp
1389 * gdb.cp/destrprint.exp
1390 * gdb.cp/dispcxx.exp
1391 * gdb.cp/enum-class.exp
1392 * gdb.cp/exception.exp
1393 * gdb.cp/exceptprint.exp
1394 * gdb.cp/expand-psymtabs-cxx.exp
1395 * gdb.cp/expand-sals.exp
1396 * gdb.cp/extern-c.exp
1397 * gdb.cp/filename.exp
1398 * gdb.cp/formatted-ref.exp
1399 * gdb.cp/fpointer.exp
1400 * gdb.cp/gdb1355.exp
1401 * gdb.cp/gdb2495.exp
1402 * gdb.cp/hang.exp
1403 * gdb.cp/impl-this.exp
1404 * gdb.cp/infcall-dlopen.exp
1405 * gdb.cp/inherit.exp
1406 * gdb.cp/iostream.exp
1407 * gdb.cp/koenig.exp
1408 * gdb.cp/local.exp
1409 * gdb.cp/m-data.exp
1410 * gdb.cp/m-static.exp
1411 * gdb.cp/mb-ctor.exp
1412 * gdb.cp/mb-inline.exp
1413 * gdb.cp/mb-templates.exp
1414 * gdb.cp/member-name.exp
1415 * gdb.cp/member-ptr.exp
1416 * gdb.cp/meth-typedefs.exp
1417 * gdb.cp/method.exp
1418 * gdb.cp/method2.exp
1419 * gdb.cp/minsym-fallback.exp
1420 * gdb.cp/misc.exp
1421 * gdb.cp/namelessclass.exp
1422 * gdb.cp/namespace-enum.exp
1423 * gdb.cp/namespace-nested-import.exp
1424 * gdb.cp/namespace.exp
1425 * gdb.cp/nextoverthrow.exp
1426 * gdb.cp/no-dmgl-verbose.exp
1427 * gdb.cp/non-trivial-retval.exp
1428 * gdb.cp/noparam.exp
1429 * gdb.cp/nsdecl.exp
1430 * gdb.cp/nsimport.exp
1431 * gdb.cp/nsnested.exp
1432 * gdb.cp/nsnoimports.exp
1433 * gdb.cp/nsrecurs.exp
1434 * gdb.cp/nsstress.exp
1435 * gdb.cp/nsusing.exp
1436 * gdb.cp/operator.exp
1437 * gdb.cp/oranking.exp
1438 * gdb.cp/overload-const.exp
1439 * gdb.cp/overload.exp
1440 * gdb.cp/ovldbreak.exp
1441 * gdb.cp/ovsrch.exp
1442 * gdb.cp/paren-type.exp
1443 * gdb.cp/parse-lang.exp
1444 * gdb.cp/pass-by-ref.exp
1445 * gdb.cp/pr-1023.exp
1446 * gdb.cp/pr-1210.exp
1447 * gdb.cp/pr-574.exp
1448 * gdb.cp/pr10687.exp
1449 * gdb.cp/pr12028.exp
1450 * gdb.cp/pr17132.exp
1451 * gdb.cp/pr17494.exp
1452 * gdb.cp/pr9067.exp
1453 * gdb.cp/pr9167.exp
1454 * gdb.cp/pr9631.exp
1455 * gdb.cp/printmethod.exp
1456 * gdb.cp/psmang.exp
1457 * gdb.cp/psymtab-parameter.exp
1458 * gdb.cp/ptype-cv-cp.exp
1459 * gdb.cp/ptype-flags.exp
1460 * gdb.cp/re-set-overloaded.exp
1461 * gdb.cp/ref-types.exp
1462 * gdb.cp/rtti.exp
1463 * gdb.cp/scope-err.exp
1464 * gdb.cp/shadow.exp
1465 * gdb.cp/smartp.exp
1466 * gdb.cp/static-method.exp
1467 * gdb.cp/static-print-quit.exp
1468 * gdb.cp/temargs.exp
1469 * gdb.cp/templates.exp
1470 * gdb.cp/try_catch.exp
1471 * gdb.cp/typedef-operator.exp
1472 * gdb.cp/typeid.exp
1473 * gdb.cp/userdef.exp
1474 * gdb.cp/using-crash.exp
1475 * gdb.cp/var-tag.exp
1476 * gdb.cp/virtbase.exp
1477 * gdb.cp/virtfunc.exp
1478 * gdb.cp/virtfunc2.exp
1479 * gdb.cp/vla-cxx.exp
1480 * gdb.disasm/t01_mov.exp
1481 * gdb.disasm/t02_mova.exp
1482 * gdb.disasm/t03_add.exp
1483 * gdb.disasm/t04_sub.exp
1484 * gdb.disasm/t05_cmp.exp
1485 * gdb.disasm/t06_ari2.exp
1486 * gdb.disasm/t07_ari3.exp
1487 * gdb.disasm/t08_or.exp
1488 * gdb.disasm/t09_xor.exp
1489 * gdb.disasm/t10_and.exp
1490 * gdb.disasm/t11_logs.exp
1491 * gdb.disasm/t12_bit.exp
1492 * gdb.disasm/t13_otr.exp
1493 * gdb.dlang/circular.exp
1494 * gdb.dwarf2/arr-stride.exp
1495 * gdb.dwarf2/arr-subrange.exp
1496 * gdb.dwarf2/atomic-type.exp
1497 * gdb.dwarf2/bad-regnum.exp
1498 * gdb.dwarf2/bitfield-parent-optimized-out.exp
1499 * gdb.dwarf2/callframecfa.exp
1500 * gdb.dwarf2/clztest.exp
1501 * gdb.dwarf2/corrupt.exp
1502 * gdb.dwarf2/data-loc.exp
1503 * gdb.dwarf2/dup-psym.exp
1504 * gdb.dwarf2/dw2-anon-mptr.exp
1505 * gdb.dwarf2/dw2-anonymous-func.exp
1506 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
1507 * gdb.dwarf2/dw2-bad-unresolved.exp
1508 * gdb.dwarf2/dw2-basic.exp
1509 * gdb.dwarf2/dw2-canonicalize-type.exp
1510 * gdb.dwarf2/dw2-case-insensitive.exp
1511 * gdb.dwarf2/dw2-common-block.exp
1512 * gdb.dwarf2/dw2-compdir-oldgcc.exp
1513 * gdb.dwarf2/dw2-compressed.exp
1514 * gdb.dwarf2/dw2-const.exp
1515 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
1516 * gdb.dwarf2/dw2-cu-size.exp
1517 * gdb.dwarf2/dw2-dup-frame.exp
1518 * gdb.dwarf2/dw2-entry-value.exp
1519 * gdb.dwarf2/dw2-icycle.exp
1520 * gdb.dwarf2/dw2-ifort-parameter.exp
1521 * gdb.dwarf2/dw2-inline-break.exp
1522 * gdb.dwarf2/dw2-inline-param.exp
1523 * gdb.dwarf2/dw2-intercu.exp
1524 * gdb.dwarf2/dw2-intermix.exp
1525 * gdb.dwarf2/dw2-lexical-block-bare.exp
1526 * gdb.dwarf2/dw2-linkage-name-trust.exp
1527 * gdb.dwarf2/dw2-minsym-in-cu.exp
1528 * gdb.dwarf2/dw2-noloc.exp
1529 * gdb.dwarf2/dw2-op-call.exp
1530 * gdb.dwarf2/dw2-op-out-param.exp
1531 * gdb.dwarf2/dw2-opt-structptr.exp
1532 * gdb.dwarf2/dw2-param-error.exp
1533 * gdb.dwarf2/dw2-producer.exp
1534 * gdb.dwarf2/dw2-ranges-base.exp
1535 * gdb.dwarf2/dw2-ref-missing-frame.exp
1536 * gdb.dwarf2/dw2-reg-undefined.exp
1537 * gdb.dwarf2/dw2-regno-invalid.exp
1538 * gdb.dwarf2/dw2-restore.exp
1539 * gdb.dwarf2/dw2-restrict.exp
1540 * gdb.dwarf2/dw2-single-line-discriminators.exp
1541 * gdb.dwarf2/dw2-strp.exp
1542 * gdb.dwarf2/dw2-undefined-ret-addr.exp
1543 * gdb.dwarf2/dw2-unresolved.exp
1544 * gdb.dwarf2/dw2-var-zero-addr.exp
1545 * gdb.dwarf2/dw4-sig-types.exp
1546 * gdb.dwarf2/dwz.exp
1547 * gdb.dwarf2/dynarr-ptr.exp
1548 * gdb.dwarf2/enum-type.exp
1549 * gdb.dwarf2/gdb-index.exp
1550 * gdb.dwarf2/implptr-64bit.exp
1551 * gdb.dwarf2/implptr-optimized-out.exp
1552 * gdb.dwarf2/implptr.exp
1553 * gdb.dwarf2/implref-array.exp
1554 * gdb.dwarf2/implref-const.exp
1555 * gdb.dwarf2/implref-global.exp
1556 * gdb.dwarf2/implref-struct.exp
1557 * gdb.dwarf2/mac-fileno.exp
1558 * gdb.dwarf2/main-subprogram.exp
1559 * gdb.dwarf2/member-ptr-forwardref.exp
1560 * gdb.dwarf2/method-ptr.exp
1561 * gdb.dwarf2/missing-sig-type.exp
1562 * gdb.dwarf2/nonvar-access.exp
1563 * gdb.dwarf2/opaque-type-lookup.exp
1564 * gdb.dwarf2/pieces-optimized-out.exp
1565 * gdb.dwarf2/pieces.exp
1566 * gdb.dwarf2/pr10770.exp
1567 * gdb.dwarf2/pr13961.exp
1568 * gdb.dwarf2/staticvirtual.exp
1569 * gdb.dwarf2/subrange.exp
1570 * gdb.dwarf2/symtab-producer.exp
1571 * gdb.dwarf2/trace-crash.exp
1572 * gdb.dwarf2/typeddwarf.exp
1573 * gdb.dwarf2/valop.exp
1574 * gdb.dwarf2/watch-notconst.exp
1575 * gdb.fortran/array-element.exp
1576 * gdb.fortran/charset.exp
1577 * gdb.fortran/common-block.exp
1578 * gdb.fortran/complex.exp
1579 * gdb.fortran/derived-type-function.exp
1580 * gdb.fortran/derived-type.exp
1581 * gdb.fortran/logical.exp
1582 * gdb.fortran/module.exp
1583 * gdb.fortran/multi-dim.exp
1584 * gdb.fortran/nested-funcs.exp
1585 * gdb.fortran/print-formatted.exp
1586 * gdb.fortran/subarray.exp
1587 * gdb.fortran/vla-alloc-assoc.exp
1588 * gdb.fortran/vla-datatypes.exp
1589 * gdb.fortran/vla-history.exp
1590 * gdb.fortran/vla-ptr-info.exp
1591 * gdb.fortran/vla-ptype-sub.exp
1592 * gdb.fortran/vla-ptype.exp
1593 * gdb.fortran/vla-sizeof.exp
1594 * gdb.fortran/vla-type.exp
1595 * gdb.fortran/vla-value-sub-arbitrary.exp
1596 * gdb.fortran/vla-value-sub-finish.exp
1597 * gdb.fortran/vla-value-sub.exp
1598 * gdb.fortran/vla-value.exp
1599 * gdb.fortran/whatis_type.exp
1600 * gdb.go/chan.exp
1601 * gdb.go/handcall.exp
1602 * gdb.go/hello.exp
1603 * gdb.go/integers.exp
1604 * gdb.go/methods.exp
1605 * gdb.go/package.exp
1606 * gdb.go/strings.exp
1607 * gdb.go/types.exp
1608 * gdb.go/unsafe.exp
1609 * gdb.guile/scm-arch.exp
1610 * gdb.guile/scm-block.exp
1611 * gdb.guile/scm-breakpoint.exp
1612 * gdb.guile/scm-cmd.exp
1613 * gdb.guile/scm-disasm.exp
1614 * gdb.guile/scm-equal.exp
1615 * gdb.guile/scm-frame-args.exp
1616 * gdb.guile/scm-frame-inline.exp
1617 * gdb.guile/scm-frame.exp
1618 * gdb.guile/scm-iterator.exp
1619 * gdb.guile/scm-math.exp
1620 * gdb.guile/scm-objfile.exp
1621 * gdb.guile/scm-ports.exp
1622 * gdb.guile/scm-symbol.exp
1623 * gdb.guile/scm-symtab.exp
1624 * gdb.guile/scm-value-cc.exp
1625 * gdb.guile/types-module.exp
1626 * gdb.linespec/break-ask.exp
1627 * gdb.linespec/cpexplicit.exp
1628 * gdb.linespec/explicit.exp
1629 * gdb.linespec/keywords.exp
1630 * gdb.linespec/linespec.exp
1631 * gdb.linespec/ls-dollar.exp
1632 * gdb.linespec/ls-errs.exp
1633 * gdb.linespec/skip-two.exp
1634 * gdb.linespec/thread.exp
1635 * gdb.mi/mi-async.exp
1636 * gdb.mi/mi-basics.exp
1637 * gdb.mi/mi-break.exp
1638 * gdb.mi/mi-catch-load.exp
1639 * gdb.mi/mi-cli.exp
1640 * gdb.mi/mi-cmd-param-changed.exp
1641 * gdb.mi/mi-console.exp
1642 * gdb.mi/mi-detach.exp
1643 * gdb.mi/mi-disassemble.exp
1644 * gdb.mi/mi-eval.exp
1645 * gdb.mi/mi-file-transfer.exp
1646 * gdb.mi/mi-file.exp
1647 * gdb.mi/mi-fill-memory.exp
1648 * gdb.mi/mi-inheritance-syntax-error.exp
1649 * gdb.mi/mi-linespec-err-cp.exp
1650 * gdb.mi/mi-logging.exp
1651 * gdb.mi/mi-memory-changed.exp
1652 * gdb.mi/mi-read-memory.exp
1653 * gdb.mi/mi-record-changed.exp
1654 * gdb.mi/mi-reg-undefined.exp
1655 * gdb.mi/mi-regs.exp
1656 * gdb.mi/mi-return.exp
1657 * gdb.mi/mi-reverse.exp
1658 * gdb.mi/mi-simplerun.exp
1659 * gdb.mi/mi-solib.exp
1660 * gdb.mi/mi-stack.exp
1661 * gdb.mi/mi-stepi.exp
1662 * gdb.mi/mi-syn-frame.exp
1663 * gdb.mi/mi-until.exp
1664 * gdb.mi/mi-var-block.exp
1665 * gdb.mi/mi-var-child.exp
1666 * gdb.mi/mi-var-cmd.exp
1667 * gdb.mi/mi-var-cp.exp
1668 * gdb.mi/mi-var-display.exp
1669 * gdb.mi/mi-var-invalidate.exp
1670 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
1671 * gdb.mi/mi-vla-fortran.exp
1672 * gdb.mi/mi-watch.exp
1673 * gdb.mi/mi2-var-child.exp
1674 * gdb.mi/user-selected-context-sync.exp
1675 * gdb.modula2/unbounded-array.exp
1676 * gdb.multi/dummy-frame-restore.exp
1677 * gdb.multi/multi-arch-exec.exp
1678 * gdb.multi/multi-arch.exp
1679 * gdb.multi/tids.exp
1680 * gdb.multi/watchpoint-multi.exp
1681 * gdb.opencl/callfuncs.exp
1682 * gdb.opencl/convs_casts.exp
1683 * gdb.opencl/datatypes.exp
1684 * gdb.opencl/operators.exp
1685 * gdb.opencl/vec_comps.exp
1686 * gdb.opt/clobbered-registers-O2.exp
1687 * gdb.opt/inline-break.exp
1688 * gdb.opt/inline-bt.exp
1689 * gdb.opt/inline-cmds.exp
1690 * gdb.opt/inline-locals.exp
1691 * gdb.pascal/case-insensitive-symbols.exp
1692 * gdb.pascal/floats.exp
1693 * gdb.pascal/gdb11492.exp
1694 * gdb.python/lib-types.exp
1695 * gdb.python/py-arch.exp
1696 * gdb.python/py-as-string.exp
1697 * gdb.python/py-bad-printers.exp
1698 * gdb.python/py-block.exp
1699 * gdb.python/py-breakpoint-create-fail.exp
1700 * gdb.python/py-breakpoint.exp
1701 * gdb.python/py-caller-is.exp
1702 * gdb.python/py-cmd.exp
1703 * gdb.python/py-explore-cc.exp
1704 * gdb.python/py-explore.exp
1705 * gdb.python/py-finish-breakpoint.exp
1706 * gdb.python/py-finish-breakpoint2.exp
1707 * gdb.python/py-frame-args.exp
1708 * gdb.python/py-frame-inline.exp
1709 * gdb.python/py-frame.exp
1710 * gdb.python/py-framefilter-mi.exp
1711 * gdb.python/py-infthread.exp
1712 * gdb.python/py-lazy-string.exp
1713 * gdb.python/py-linetable.exp
1714 * gdb.python/py-mi-events.exp
1715 * gdb.python/py-mi-objfile.exp
1716 * gdb.python/py-mi.exp
1717 * gdb.python/py-objfile.exp
1718 * gdb.python/py-pp-integral.exp
1719 * gdb.python/py-pp-maint.exp
1720 * gdb.python/py-pp-re-notag.exp
1721 * gdb.python/py-pp-registration.exp
1722 * gdb.python/py-recurse-unwind.exp
1723 * gdb.python/py-strfns.exp
1724 * gdb.python/py-symbol.exp
1725 * gdb.python/py-symtab.exp
1726 * gdb.python/py-sync-interp.exp
1727 * gdb.python/py-typeprint.exp
1728 * gdb.python/py-unwind-maint.exp
1729 * gdb.python/py-unwind.exp
1730 * gdb.python/py-value-cc.exp
1731 * gdb.python/py-xmethods.exp
1732 * gdb.reverse/amd64-tailcall-reverse.exp
1733 * gdb.reverse/break-precsave.exp
1734 * gdb.reverse/break-reverse.exp
1735 * gdb.reverse/consecutive-precsave.exp
1736 * gdb.reverse/consecutive-reverse.exp
1737 * gdb.reverse/finish-precsave.exp
1738 * gdb.reverse/finish-reverse-bkpt.exp
1739 * gdb.reverse/finish-reverse.exp
1740 * gdb.reverse/fstatat-reverse.exp
1741 * gdb.reverse/getresuid-reverse.exp
1742 * gdb.reverse/i386-precsave.exp
1743 * gdb.reverse/i386-reverse.exp
1744 * gdb.reverse/i386-sse-reverse.exp
1745 * gdb.reverse/i387-env-reverse.exp
1746 * gdb.reverse/i387-stack-reverse.exp
1747 * gdb.reverse/insn-reverse.exp
1748 * gdb.reverse/machinestate-precsave.exp
1749 * gdb.reverse/machinestate.exp
1750 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1751 * gdb.reverse/pipe-reverse.exp
1752 * gdb.reverse/readv-reverse.exp
1753 * gdb.reverse/recvmsg-reverse.exp
1754 * gdb.reverse/rerun-prec.exp
1755 * gdb.reverse/s390-mvcle.exp
1756 * gdb.reverse/step-precsave.exp
1757 * gdb.reverse/step-reverse.exp
1758 * gdb.reverse/time-reverse.exp
1759 * gdb.reverse/until-precsave.exp
1760 * gdb.reverse/until-reverse.exp
1761 * gdb.reverse/waitpid-reverse.exp
1762 * gdb.reverse/watch-precsave.exp
1763 * gdb.reverse/watch-reverse.exp
1764 * gdb.rust/generics.exp
1765 * gdb.rust/methods.exp
1766 * gdb.rust/modules.exp
1767 * gdb.rust/simple.exp
1768 * gdb.server/connect-with-no-symbol-file.exp
1769 * gdb.server/ext-attach.exp
1770 * gdb.server/ext-restart.exp
1771 * gdb.server/ext-wrapper.exp
1772 * gdb.server/file-transfer.exp
1773 * gdb.server/server-exec-info.exp
1774 * gdb.server/server-kill.exp
1775 * gdb.server/server-mon.exp
1776 * gdb.server/wrapper.exp
1777 * gdb.stabs/exclfwd.exp
1778 * gdb.stabs/gdb11479.exp
1779 * gdb.threads/clone-new-thread-event.exp
1780 * gdb.threads/corethreads.exp
1781 * gdb.threads/current-lwp-dead.exp
1782 * gdb.threads/dlopen-libpthread.exp
1783 * gdb.threads/gcore-thread.exp
1784 * gdb.threads/sigstep-threads.exp
1785 * gdb.threads/watchpoint-fork.exp
1786 * gdb.trace/actions-changed.exp
1787 * gdb.trace/backtrace.exp
1788 * gdb.trace/change-loc.exp
1789 * gdb.trace/circ.exp
1790 * gdb.trace/collection.exp
1791 * gdb.trace/disconnected-tracing.exp
1792 * gdb.trace/ftrace.exp
1793 * gdb.trace/mi-trace-frame-collected.exp
1794 * gdb.trace/mi-trace-unavailable.exp
1795 * gdb.trace/mi-traceframe-changed.exp
1796 * gdb.trace/mi-tsv-changed.exp
1797 * gdb.trace/no-attach-trace.exp
1798 * gdb.trace/passc-dyn.exp
1799 * gdb.trace/qtro.exp
1800 * gdb.trace/range-stepping.exp
1801 * gdb.trace/read-memory.exp
1802 * gdb.trace/save-trace.exp
1803 * gdb.trace/signal.exp
1804 * gdb.trace/status-stop.exp
1805 * gdb.trace/tfile.exp
1806 * gdb.trace/trace-break.exp
1807 * gdb.trace/trace-buffer-size.exp
1808 * gdb.trace/trace-condition.exp
1809 * gdb.trace/tracefile-pseudo-reg.exp
1810 * gdb.trace/tstatus.exp
1811 * gdb.trace/unavailable.exp
1812 * gdb.trace/while-dyn.exp
1813 * gdb.trace/while-stepping.exp
1814
34c41c68
DE
18152016-12-22 Doug Evans <xdje42@gmail.com>
1816
1817 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1818 and msymbols.
1819
16e69324
YQ
18202016-12-19 Yao Qi <yao.qi@linaro.org>
1821
1822 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1823 (test_with_self): Don't call do_steps_and_nexts, and remove
1824 code about stepping into xmalloc.
1825
f94f411b
YQ
18262016-12-09 Yao Qi <yao.qi@linaro.org>
1827
1828 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1829
18302016-12-09 Yao Qi <yao.qi@linaro.org>
1831
1832 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1833
f1b5deee
PA
18342016-12-09 Pedro Alves <palves@redhat.com>
1835
1836 * gdb.base/all-architectures-0.exp: New file.
1837 * gdb.base/all-architectures-1.exp: New file.
1838 * gdb.base/all-architectures-2.exp: New file.
1839 * gdb.base/all-architectures-3.exp: New file.
1840 * gdb.base/all-architectures-4.exp: New file.
1841 * gdb.base/all-architectures-5.exp: New file.
1842 * gdb.base/all-architectures-6.exp: New file.
1843 * gdb.base/all-architectures-7.exp: New file.
1844 * gdb.base/all-architectures.exp.in: New file.
1845
364ca42e
YQ
18462016-12-09 Yao Qi <yao.qi@linaro.org>
1847
1848 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1849
107c2d62
LM
18502016-12-02 Luis Machado <lgustavo@codesourcery.com>
1851
1852 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1853 possible.
1854 Remove useless pattern-matching code.
1855
df3ee9ca
PA
18562016-12-02 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1859 procedure.
1860 (top level): Call it.
1861
ec835369
PA
18622016-12-02 Pedro Alves <palves@redhat.com>
1863
1864 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1865 New procedure.
1866 (top level): Call it.
1867
01770bbd
PA
18682016-12-02 Pedro Alves <palves@redhat.com>
1869
1870 PR cli/20559
1871 * gdb.base/commands.exp (user_defined_command_args_eval): New
1872 procedure.
1873 (top level): Call it.
1874
008459ea
LM
18752016-12-02 Luis Machado <lgustavo@codesourcery.com>
1876
1877 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1878 timeout handling.
1879
0c1b455e
TT
18802016-12-02 Tom Tromey <tom@tromey.com>
1881
1882 * gdb.dwarf2/main-subprogram.c: New file.
1883 * gdb.dwarf2/main-subprogram.exp: New file.
1884
018572b8
LM
18852016-12-01 Luis Machado <lgustavo@codesourcery.com>
1886
1887 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1888 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1889 gdb_test_no_output for a couple of cases.
1890 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1891
84c93cd5
LM
18922016-12-01 Luis Machado <lgustavo@codesourcery.com>
1893
1894 Fix test names and standardize compilation error messages throughout
1895 the following files:
1896
1897 * gdb.ada/start.exp
1898 * gdb.arch/alpha-step.exp
1899 * gdb.arch/e500-prologue.exp
1900 * gdb.arch/ftrace-insn-reloc.exp
1901 * gdb.arch/gdb1291.exp
1902 * gdb.arch/gdb1431.exp
1903 * gdb.arch/gdb1558.exp
1904 * gdb.arch/i386-dr3-watch.exp
1905 * gdb.arch/i386-sse-stack-align.exp
1906 * gdb.arch/ia64-breakpoint-shadow.exp
1907 * gdb.arch/pa-nullify.exp
1908 * gdb.arch/powerpc-aix-prologue.exp
1909 * gdb.arch/thumb-bx-pc.exp
1910 * gdb.base/annota1.exp
1911 * gdb.base/annota3.exp
1912 * gdb.base/arrayidx.exp
1913 * gdb.base/assign.exp
1914 * gdb.base/attach.exp
1915 * gdb.base/auxv.exp
1916 * gdb.base/bang.exp
1917 * gdb.base/bfp-test.exp
1918 * gdb.base/bigcore.exp
1919 * gdb.base/bitfields2.exp
1920 * gdb.base/break-fun-addr.exp
1921 * gdb.base/break-probes.exp
1922 * gdb.base/call-rt-st.exp
1923 * gdb.base/callexit.exp
1924 * gdb.base/catch-fork-kill.exp
1925 * gdb.base/charset.exp
1926 * gdb.base/checkpoint.exp
1927 * gdb.base/comprdebug.exp
1928 * gdb.base/constvars.exp
1929 * gdb.base/coredump-filter.exp
1930 * gdb.base/cursal.exp
1931 * gdb.base/cvexpr.exp
1932 * gdb.base/detach.exp
1933 * gdb.base/display.exp
1934 * gdb.base/dmsym.exp
1935 * gdb.base/dprintf-pending.exp
1936 * gdb.base/dso2dso.exp
1937 * gdb.base/dtrace-probe.exp
1938 * gdb.base/dump.exp
1939 * gdb.base/enum_cond.exp
1940 * gdb.base/exe-lock.exp
1941 * gdb.base/exec-invalid-sysroot.exp
1942 * gdb.base/execl-update-breakpoints.exp
1943 * gdb.base/exprs.exp
1944 * gdb.base/fileio.exp
1945 * gdb.base/find.exp
1946 * gdb.base/finish.exp
1947 * gdb.base/fixsection.exp
1948 * gdb.base/foll-vfork.exp
1949 * gdb.base/frame-args.exp
1950 * gdb.base/gcore.exp
1951 * gdb.base/gdb1250.exp
1952 * gdb.base/global-var-nested-by-dso.exp
1953 * gdb.base/gnu-ifunc.exp
1954 * gdb.base/hashline1.exp
1955 * gdb.base/hashline2.exp
1956 * gdb.base/hashline3.exp
1957 * gdb.base/hbreak-in-shr-unsupported.exp
1958 * gdb.base/huge.exp
1959 * gdb.base/infcall-input.exp
1960 * gdb.base/info-fun.exp
1961 * gdb.base/info-shared.exp
1962 * gdb.base/jit-simple.exp
1963 * gdb.base/jit-so.exp
1964 * gdb.base/jit.exp
1965 * gdb.base/jump.exp
1966 * gdb.base/label.exp
1967 * gdb.base/lineinc.exp
1968 * gdb.base/logical.exp
1969 * gdb.base/longjmp.exp
1970 * gdb.base/macscp.exp
1971 * gdb.base/miscexprs.exp
1972 * gdb.base/new-ui-echo.exp
1973 * gdb.base/new-ui-pending-input.exp
1974 * gdb.base/new-ui.exp
1975 * gdb.base/nodebug.exp
1976 * gdb.base/nofield.exp
1977 * gdb.base/offsets.exp
1978 * gdb.base/overlays.exp
1979 * gdb.base/pending.exp
1980 * gdb.base/pointers.exp
1981 * gdb.base/pr11022.exp
1982 * gdb.base/printcmds.exp
1983 * gdb.base/prologue.exp
1984 * gdb.base/ptr-typedef.exp
1985 * gdb.base/realname-expand.exp
1986 * gdb.base/relativedebug.exp
1987 * gdb.base/relocate.exp
1988 * gdb.base/remote.exp
1989 * gdb.base/reread.exp
1990 * gdb.base/return2.exp
1991 * gdb.base/savedregs.exp
1992 * gdb.base/sep.exp
1993 * gdb.base/sepdebug.exp
1994 * gdb.base/sepsymtab.exp
1995 * gdb.base/set-inferior-tty.exp
1996 * gdb.base/setshow.exp
1997 * gdb.base/shlib-call.exp
1998 * gdb.base/sigaltstack.exp
1999 * gdb.base/siginfo-addr.exp
2000 * gdb.base/signals.exp
2001 * gdb.base/signull.exp
2002 * gdb.base/sigrepeat.exp
2003 * gdb.base/so-impl-ld.exp
2004 * gdb.base/solib-display.exp
2005 * gdb.base/solib-overlap.exp
2006 * gdb.base/solib-search.exp
2007 * gdb.base/solib-symbol.exp
2008 * gdb.base/structs.exp
2009 * gdb.base/structs2.exp
2010 * gdb.base/symtab-search-order.exp
2011 * gdb.base/twice.exp
2012 * gdb.base/unload.exp
2013 * gdb.base/varargs.exp
2014 * gdb.base/watchpoint-solib.exp
2015 * gdb.base/watchpoint.exp
2016 * gdb.base/whatis.exp
2017 * gdb.base/wrong_frame_bt_full.exp
2018 * gdb.btrace/dlopen.exp
2019 * gdb.cell/ea-standalone.exp
2020 * gdb.cell/ea-test.exp
2021 * gdb.cp/dispcxx.exp
2022 * gdb.cp/gdb2384.exp
2023 * gdb.cp/method2.exp
2024 * gdb.cp/nextoverthrow.exp
2025 * gdb.cp/pr10728.exp
2026 * gdb.disasm/am33.exp
2027 * gdb.disasm/h8300s.exp
2028 * gdb.disasm/mn10300.exp
2029 * gdb.disasm/sh3.exp
2030 * gdb.dwarf2/dw2-dir-file-name.exp
2031 * gdb.fortran/complex.exp
2032 * gdb.fortran/library-module.exp
2033 * gdb.guile/scm-pretty-print.exp
2034 * gdb.guile/scm-symbol.exp
2035 * gdb.guile/scm-type.exp
2036 * gdb.guile/scm-value.exp
2037 * gdb.linespec/linespec.exp
2038 * gdb.mi/gdb701.exp
2039 * gdb.mi/gdb792.exp
2040 * gdb.mi/mi-breakpoint-changed.exp
2041 * gdb.mi/mi-dprintf-pending.exp
2042 * gdb.mi/mi-dprintf.exp
2043 * gdb.mi/mi-exit-code.exp
2044 * gdb.mi/mi-pending.exp
2045 * gdb.mi/mi-solib.exp
2046 * gdb.mi/new-ui-mi-sync.exp
2047 * gdb.mi/pr11022.exp
2048 * gdb.mi/user-selected-context-sync.exp
2049 * gdb.opt/solib-intra-step.exp
2050 * gdb.python/py-events.exp
2051 * gdb.python/py-finish-breakpoint.exp
2052 * gdb.python/py-mi.exp
2053 * gdb.python/py-prettyprint.exp
2054 * gdb.python/py-shared.exp
2055 * gdb.python/py-symbol.exp
2056 * gdb.python/py-template.exp
2057 * gdb.python/py-type.exp
2058 * gdb.python/py-value.exp
2059 * gdb.reverse/solib-precsave.exp
2060 * gdb.reverse/solib-reverse.exp
2061 * gdb.server/solib-list.exp
2062 * gdb.stabs/weird.exp
2063 * gdb.threads/reconnect-signal.exp
2064 * gdb.threads/stepi-random-signal.exp
2065 * gdb.trace/actions.exp
2066 * gdb.trace/ax.exp
2067 * gdb.trace/backtrace.exp
2068 * gdb.trace/change-loc.exp
2069 * gdb.trace/deltrace.exp
2070 * gdb.trace/ftrace-lock.exp
2071 * gdb.trace/ftrace.exp
2072 * gdb.trace/infotrace.exp
2073 * gdb.trace/mi-tracepoint-changed.exp
2074 * gdb.trace/packetlen.exp
2075 * gdb.trace/passcount.exp
2076 * gdb.trace/pending.exp
2077 * gdb.trace/range-stepping.exp
2078 * gdb.trace/report.exp
2079 * gdb.trace/stap-trace.exp
2080 * gdb.trace/tfind.exp
2081 * gdb.trace/trace-break.exp
2082 * gdb.trace/trace-condition.exp
2083 * gdb.trace/trace-enable-disable.exp
2084 * gdb.trace/trace-mt.exp
2085 * gdb.trace/tracecmd.exp
2086 * gdb.trace/tspeed.exp
2087 * gdb.trace/tsv.exp
2088 * lib/perftest.exp
2089
fb9feb35
LM
20902016-12-01 Luis Machado <lgustavo@codesourcery.com>
2091
2092 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
2093 with gdb_test_no_output.
2094 Use command as test name.
2095
cd2ddb6c
LM
20962016-12-01 Luis Machado <lgustavo@codesourcery.com>
2097
2098 Fix test names starting with uppercase throughout the files.
2099
2100 * gdb.ada/assign_1.exp
2101 * gdb.ada/boolean_expr.exp
2102 * gdb.base/arrayidx.exp
2103 * gdb.base/del.exp
2104 * gdb.base/gcore-buffer-overflow.exp
2105 * gdb.base/testenv.exp
2106 * gdb.compile/compile.exp
2107 * gdb.python/py-framefilter-invalidarg.exp
2108 * gdb.python/py-framefilter.exp
2109
bb95117e
LM
21102016-12-01 Luis Machado <lgustavo@codesourcery.com>
2111
2112 Fix test names starting with uppercase throughout the files.
2113
2114 * gdb.ada/array_return.exp
2115 * gdb.ada/expr_delims.exp
2116 * gdb.ada/mi_dyn_arr.exp
2117 * gdb.ada/mi_interface.exp
2118 * gdb.ada/mi_var_array.exp
2119 * gdb.ada/watch_arg.exp
2120 * gdb.arch/alpha-step.exp
2121 * gdb.arch/altivec-regs.exp
2122 * gdb.arch/e500-regs.exp
2123 * gdb.arch/powerpc-d128-regs.exp
2124 * gdb.base/arrayidx.exp
2125 * gdb.base/break.exp
2126 * gdb.base/checkpoint.exp
2127 * gdb.base/debug-expr.exp
2128 * gdb.base/dmsym.exp
2129 * gdb.base/radix.exp
2130 * gdb.base/sepdebug.exp
2131 * gdb.base/testenv.exp
2132 * gdb.base/watch_thread_num.exp
2133 * gdb.base/watchpoint-cond-gone.exp
2134 * gdb.cell/break.exp
2135 * gdb.cell/ea-cache.exp
2136 * gdb.compile/compile.exp
2137 * gdb.cp/gdb2495.exp
2138 * gdb.gdb/selftest.exp
2139 * gdb.gdb/xfullpath.exp
2140 * gdb.go/hello.exp
2141 * gdb.go/integers.exp
2142 * gdb.objc/basicclass.exp
2143 * gdb.pascal/hello.exp
2144 * gdb.pascal/integers.exp
2145 * gdb.python/py-breakpoint.exp
2146 * gdb.python/py-cmd.exp
2147 * gdb.python/py-linetable.exp
2148 * gdb.python/py-xmethods.exp
2149 * gdb.python/python.exp
2150 * gdb.reverse/consecutive-precsave.exp
2151 * gdb.reverse/finish-precsave.exp
2152 * gdb.reverse/i386-precsave.exp
2153 * gdb.reverse/machinestate-precsave.exp
2154 * gdb.reverse/sigall-precsave.exp
2155 * gdb.reverse/solib-precsave.exp
2156 * gdb.reverse/step-precsave.exp
2157 * gdb.reverse/until-precsave.exp
2158 * gdb.reverse/watch-precsave.exp
2159 * gdb.threads/leader-exit.exp
2160 * gdb.threads/pthreads.exp
2161 * gdb.threads/wp-replication.exp
2162 * gdb.trace/actions.exp
2163 * gdb.trace/mi-tsv-changed.exp
2164 * gdb.trace/tsv.exp
2165
de97fdd4
LM
21662016-12-01 Luis Machado <lgustavo@codesourcery.com>
2167
2168 Fix test names starting with uppercase throughout the files.
2169
2170 * gdb.arch/i386-bp_permanent.exp
2171 * gdb.arch/i386-gnu-cfi.exp
2172 * gdb.base/disasm-end-cu.exp
2173 * gdb.base/macscp.exp
2174 * gdb.base/pending.exp
2175 * gdb.base/watch_thread_num.exp
2176 * gdb.cp/exception.exp
2177 * gdb.cp/gdb2495.exp
2178 * gdb.cp/local.exp
2179 * gdb.python/py-evsignal.exp
2180 * gdb.python/python.exp
2181 * gdb.trace/tracecmd.exp
2182
9f058c10
LM
21832016-12-01 Luis Machado <lgustavo@codesourcery.com>
2184
2185 Fix test names starting with uppercase throughout the files.
2186
2187 * gdb.base/charset.exp
2188 * gdb.base/eval.exp
2189 * gdb.base/multi-forks.exp
2190 * gdb.guile/scm-progspace.exp
2191 * gdb.opencl/datatypes.exp
2192 * gdb.python/py-block.exp
2193 * gdb.python/py-function.exp
2194 * gdb.python/py-symbol.exp
2195 * gdb.python/py-symtab.exp
2196 * gdb.python/py-xmethods.exp
2197 * gdb.reverse/break-precsave.exp
2198 * gdb.reverse/break-reverse.exp
2199 * gdb.reverse/consecutive-precsave.exp
2200 * gdb.reverse/consecutive-reverse.exp
2201 * gdb.reverse/finish-precsave.exp
2202 * gdb.reverse/finish-reverse-bkpt.exp
2203 * gdb.reverse/finish-reverse.exp
2204 * gdb.reverse/fstatat-reverse.exp
2205 * gdb.reverse/getresuid-reverse.exp
2206 * gdb.reverse/i386-precsave.exp
2207 * gdb.reverse/i386-reverse.exp
2208 * gdb.reverse/i386-sse-reverse.exp
2209 * gdb.reverse/i387-stack-reverse.exp
2210 * gdb.reverse/insn-reverse.exp
2211 * gdb.reverse/machinestate-precsave.exp
2212 * gdb.reverse/machinestate.exp
2213 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2214 * gdb.reverse/pipe-reverse.exp
2215 * gdb.reverse/readv-reverse.exp
2216 * gdb.reverse/recvmsg-reverse.exp
2217 * gdb.reverse/rerun-prec.exp
2218 * gdb.reverse/s390-mvcle.exp
2219 * gdb.reverse/sigall-precsave.exp
2220 * gdb.reverse/sigall-reverse.exp
2221 * gdb.reverse/solib-precsave.exp
2222 * gdb.reverse/solib-reverse.exp
2223 * gdb.reverse/step-precsave.exp
2224 * gdb.reverse/step-reverse.exp
2225 * gdb.reverse/time-reverse.exp
2226 * gdb.reverse/until-precsave.exp
2227 * gdb.reverse/until-reverse.exp
2228 * gdb.reverse/waitpid-reverse.exp
2229 * gdb.reverse/watch-precsave.exp
2230 * gdb.reverse/watch-reverse.exp
2231
cdc7edd7
LM
22322016-12-01 Luis Machado <lgustavo@codesourcery.com>
2233
2234 Fix test names starting with uppercase throughout the files.
2235
2236 * gdb.arch/i386-mpx-simple_segv.exp
2237 * gdb.arch/i386-mpx.exp
2238 * gdb.arch/i386-permbkpt.exp
2239 * gdb.arch/pa-nullify.exp
2240 * gdb.arch/powerpc-d128-regs.exp
2241 * gdb.arch/vsx-regs.exp
2242 * gdb.base/bfp-test.exp
2243 * gdb.base/break.exp
2244 * gdb.base/breakpoint-shadow.exp
2245 * gdb.base/callfuncs.exp
2246 * gdb.base/charset.exp
2247 * gdb.base/commands.exp
2248 * gdb.base/completion.exp
2249 * gdb.base/dfp-test.exp
2250 * gdb.base/echo.exp
2251 * gdb.base/ending-run.exp
2252 * gdb.base/eval.exp
2253 * gdb.base/expand-psymtabs.exp
2254 * gdb.base/float128.exp
2255 * gdb.base/floatn.exp
2256 * gdb.base/foll-exec-mode.exp
2257 * gdb.base/gdb1056.exp
2258 * gdb.base/gdb11531.exp
2259 * gdb.base/kill-after-signal.exp
2260 * gdb.base/multi-forks.exp
2261 * gdb.base/overlays.exp
2262 * gdb.base/pending.exp
2263 * gdb.base/sepdebug.exp
2264 * gdb.base/testenv.exp
2265 * gdb.base/valgrind-db-attach.exp
2266 * gdb.base/watch_thread_num.exp
2267 * gdb.base/watchpoint-cond-gone.exp
2268 * gdb.base/watchpoint.exp
2269 * gdb.base/watchpoints.exp
2270 * gdb.cp/arg-reference.exp
2271 * gdb.cp/baseenum.exp
2272 * gdb.cp/operator.exp
2273 * gdb.cp/shadow.exp
2274 * gdb.dwarf2/dw2-op-out-param.exp
2275 * gdb.dwarf2/dw2-reg-undefined.exp
2276 * gdb.go/chan.exp
2277 * gdb.go/hello.exp
2278 * gdb.go/integers.exp
2279 * gdb.go/methods.exp
2280 * gdb.go/package.exp
2281 * gdb.guile/scm-parameter.exp
2282 * gdb.guile/scm-progspace.exp
2283 * gdb.guile/scm-value.exp
2284 * gdb.mi/mi-pending.exp
2285 * gdb.mi/user-selected-context-sync.exp
2286 * gdb.multi/multi-attach.exp
2287 * gdb.multi/tids.exp
2288 * gdb.opt/clobbered-registers-O2.exp
2289 * gdb.pascal/floats.exp
2290 * gdb.pascal/integers.exp
2291 * gdb.python/py-block.exp
2292 * gdb.python/py-events.exp
2293 * gdb.python/py-parameter.exp
2294 * gdb.python/py-symbol.exp
2295 * gdb.python/py-symtab.exp
2296 * gdb.python/py-type.exp
2297 * gdb.python/py-value.exp
2298 * gdb.python/py-xmethods.exp
2299 * gdb.python/python.exp
2300 * gdb.reverse/break-precsave.exp
2301 * gdb.reverse/consecutive-precsave.exp
2302 * gdb.reverse/finish-precsave.exp
2303 * gdb.reverse/i386-precsave.exp
2304 * gdb.reverse/machinestate-precsave.exp
2305 * gdb.reverse/sigall-precsave.exp
2306 * gdb.reverse/solib-precsave.exp
2307 * gdb.reverse/step-precsave.exp
2308 * gdb.reverse/until-precsave.exp
2309 * gdb.reverse/watch-precsave.exp
2310 * gdb.server/ext-attach.exp
2311 * gdb.server/ext-restart.exp
2312 * gdb.server/ext-run.exp
2313 * gdb.server/ext-wrapper.exp
2314 * gdb.stabs/gdb11479.exp
2315 * gdb.stabs/weird.exp
2316 * gdb.threads/attach-many-short-lived-threads.exp
2317 * gdb.threads/kill.exp
2318 * gdb.threads/watchpoint-fork.exp
2319
bc6c7af4
LM
23202016-12-01 Luis Machado <lgustavo@codesourcery.com>
2321
2322 Fix test names starting with uppercase throughout all the files below.
2323
2324 * gdb.ada/array_return.exp
2325 * gdb.ada/catch_ex.exp
2326 * gdb.ada/info_exc.exp
2327 * gdb.ada/mi_catch_ex.exp
2328 * gdb.ada/mi_dyn_arr.exp
2329 * gdb.ada/mi_ex_cond.exp
2330 * gdb.ada/mi_exc_info.exp
2331 * gdb.ada/mi_interface.exp
2332 * gdb.ada/mi_task_arg.exp
2333 * gdb.ada/mi_task_info.exp
2334 * gdb.ada/mi_var_array.exp
2335 * gdb.arch/alpha-step.exp
2336 * gdb.arch/amd64-disp-step.exp
2337 * gdb.arch/arm-disp-step.exp
2338 * gdb.arch/disp-step-insn-reloc.exp
2339 * gdb.arch/e500-prologue.exp
2340 * gdb.arch/ftrace-insn-reloc.exp
2341 * gdb.arch/gdb1558.exp
2342 * gdb.arch/i386-bp_permanent.exp
2343 * gdb.arch/i386-disp-step.exp
2344 * gdb.arch/i386-float.exp
2345 * gdb.arch/i386-gnu-cfi.exp
2346 * gdb.arch/ia64-breakpoint-shadow.exp
2347 * gdb.arch/mips16-thunks.exp
2348 * gdb.arch/pa-nullify.exp
2349 * gdb.arch/powerpc-aix-prologue.exp
2350 * gdb.arch/powerpc-power.exp
2351 * gdb.arch/ppc-dfp.exp
2352 * gdb.arch/s390-tdbregs.exp
2353 * gdb.arch/spu-info.exp
2354 * gdb.arch/spu-ls.exp
2355 * gdb.arch/thumb-bx-pc.exp
2356 * gdb.base/advance.exp
2357 * gdb.base/annota-input-while-running.exp
2358 * gdb.base/arrayidx.exp
2359 * gdb.base/asmlabel.exp
2360 * gdb.base/async.exp
2361 * gdb.base/attach-wait-input.exp
2362 * gdb.base/auto-connect-native-target.exp
2363 * gdb.base/batch-preserve-term-settings.exp
2364 * gdb.base/bfp-test.exp
2365 * gdb.base/bigcore.exp
2366 * gdb.base/bp-permanent.exp
2367 * gdb.base/break-always.exp
2368 * gdb.base/break-fun-addr.exp
2369 * gdb.base/break-idempotent.exp
2370 * gdb.base/break-main-file-remove-fail.exp
2371 * gdb.base/break-probes.exp
2372 * gdb.base/break-unload-file.exp
2373 * gdb.base/break.exp
2374 * gdb.base/call-ar-st.exp
2375 * gdb.base/call-rt-st.exp
2376 * gdb.base/call-sc.exp
2377 * gdb.base/call-signal-resume.exp
2378 * gdb.base/call-strs.exp
2379 * gdb.base/callexit.exp
2380 * gdb.base/callfuncs.exp
2381 * gdb.base/catch-gdb-caused-signals.exp
2382 * gdb.base/catch-signal-siginfo-cond.exp
2383 * gdb.base/catch-syscall.exp
2384 * gdb.base/compare-sections.exp
2385 * gdb.base/cond-eval-mode.exp
2386 * gdb.base/condbreak-call-false.exp
2387 * gdb.base/consecutive-step-over.exp
2388 * gdb.base/cursal.exp
2389 * gdb.base/disabled-location.exp
2390 * gdb.base/disasm-end-cu.exp
2391 * gdb.base/display.exp
2392 * gdb.base/double-prompt-target-event-error.exp
2393 * gdb.base/dprintf-bp-same-addr.exp
2394 * gdb.base/dprintf-detach.exp
2395 * gdb.base/dprintf-next.exp
2396 * gdb.base/dprintf-non-stop.exp
2397 * gdb.base/dprintf-pending.exp
2398 * gdb.base/dso2dso.exp
2399 * gdb.base/ending-run.exp
2400 * gdb.base/enum_cond.exp
2401 * gdb.base/examine-backward.exp
2402 * gdb.base/exe-lock.exp
2403 * gdb.base/exec-invalid-sysroot.exp
2404 * gdb.base/execl-update-breakpoints.exp
2405 * gdb.base/execution-termios.exp
2406 * gdb.base/fileio.exp
2407 * gdb.base/fixsection.exp
2408 * gdb.base/foll-exec-mode.exp
2409 * gdb.base/foll-exec.exp
2410 * gdb.base/fork-running-state.exp
2411 * gdb.base/frame-args.exp
2412 * gdb.base/fullpath-expand.exp
2413 * gdb.base/func-ptr.exp
2414 * gdb.base/gcore-relro-pie.exp
2415 * gdb.base/gdb1090.exp
2416 * gdb.base/gdb1555.exp
2417 * gdb.base/global-var-nested-by-dso.exp
2418 * gdb.base/gnu-ifunc.exp
2419 * gdb.base/hbreak-in-shr-unsupported.exp
2420 * gdb.base/hbreak-unmapped.exp
2421 * gdb.base/hook-stop.exp
2422 * gdb.base/infcall-input.exp
2423 * gdb.base/info-fun.exp
2424 * gdb.base/info-shared.exp
2425 * gdb.base/interrupt-noterm.exp
2426 * gdb.base/jit-so.exp
2427 * gdb.base/jit.exp
2428 * gdb.base/line-symtabs.exp
2429 * gdb.base/list.exp
2430 * gdb.base/longjmp.exp
2431 * gdb.base/macscp.exp
2432 * gdb.base/max-value-size.exp
2433 * gdb.base/nodebug.exp
2434 * gdb.base/nofield.exp
2435 * gdb.base/overlays.exp
2436 * gdb.base/paginate-after-ctrl-c-running.exp
2437 * gdb.base/paginate-bg-execution.exp
2438 * gdb.base/paginate-inferior-exit.exp
2439 * gdb.base/pending.exp
2440 * gdb.base/pr11022.exp
2441 * gdb.base/printcmds.exp
2442 * gdb.base/ptr-typedef.exp
2443 * gdb.base/ptype.exp
2444 * gdb.base/randomize.exp
2445 * gdb.base/range-stepping.exp
2446 * gdb.base/realname-expand.exp
2447 * gdb.base/relativedebug.exp
2448 * gdb.base/remote.exp
2449 * gdb.base/savedregs.exp
2450 * gdb.base/sepdebug.exp
2451 * gdb.base/set-noassign.exp
2452 * gdb.base/shlib-call.exp
2453 * gdb.base/shreloc.exp
2454 * gdb.base/sigaltstack.exp
2455 * gdb.base/sigbpt.exp
2456 * gdb.base/siginfo-addr.exp
2457 * gdb.base/siginfo-obj.exp
2458 * gdb.base/siginfo-thread.exp
2459 * gdb.base/signest.exp
2460 * gdb.base/signull.exp
2461 * gdb.base/sigrepeat.exp
2462 * gdb.base/skip.exp
2463 * gdb.base/so-impl-ld.exp
2464 * gdb.base/solib-corrupted.exp
2465 * gdb.base/solib-disc.exp
2466 * gdb.base/solib-display.exp
2467 * gdb.base/solib-overlap.exp
2468 * gdb.base/solib-search.exp
2469 * gdb.base/solib-symbol.exp
2470 * gdb.base/source-execution.exp
2471 * gdb.base/sss-bp-on-user-bp-2.exp
2472 * gdb.base/sss-bp-on-user-bp.exp
2473 * gdb.base/stack-checking.exp
2474 * gdb.base/stale-infcall.exp
2475 * gdb.base/step-break.exp
2476 * gdb.base/step-line.exp
2477 * gdb.base/step-over-exit.exp
2478 * gdb.base/step-test.exp
2479 * gdb.base/structs.exp
2480 * gdb.base/sym-file.exp
2481 * gdb.base/symtab-search-order.exp
2482 * gdb.base/term.exp
2483 * gdb.base/type-opaque.exp
2484 * gdb.base/unload.exp
2485 * gdb.base/until-nodebug.exp
2486 * gdb.base/until.exp
2487 * gdb.base/unwindonsignal.exp
2488 * gdb.base/watch-cond.exp
2489 * gdb.base/watch-non-mem.exp
2490 * gdb.base/watch_thread_num.exp
2491 * gdb.base/watchpoint-reuse-slot.exp
2492 * gdb.base/watchpoint-solib.exp
2493 * gdb.base/watchpoint.exp
2494 * gdb.btrace/dlopen.exp
2495 * gdb.cell/arch.exp
2496 * gdb.cell/break.exp
2497 * gdb.cell/bt.exp
2498 * gdb.cell/core.exp
2499 * gdb.cell/data.exp
2500 * gdb.cell/dwarfaddr.exp
2501 * gdb.cell/ea-cache.exp
2502 * gdb.cell/ea-standalone.exp
2503 * gdb.cell/ea-test.exp
2504 * gdb.cell/f-regs.exp
2505 * gdb.cell/fork.exp
2506 * gdb.cell/gcore.exp
2507 * gdb.cell/mem-access.exp
2508 * gdb.cell/ptype.exp
2509 * gdb.cell/registers.exp
2510 * gdb.cell/sizeof.exp
2511 * gdb.cell/solib-symbol.exp
2512 * gdb.cell/solib.exp
2513 * gdb.compile/compile-tls.exp
2514 * gdb.cp/exception.exp
2515 * gdb.cp/gdb2495.exp
2516 * gdb.cp/local.exp
2517 * gdb.cp/mb-inline.exp
2518 * gdb.cp/mb-templates.exp
2519 * gdb.cp/pr10687.exp
2520 * gdb.cp/pr9167.exp
2521 * gdb.cp/scope-err.exp
2522 * gdb.cp/templates.exp
2523 * gdb.cp/virtfunc.exp
2524 * gdb.dwarf2/dw2-dir-file-name.exp
2525 * gdb.dwarf2/dw2-single-line-discriminators.exp
2526 * gdb.fortran/complex.exp
2527 * gdb.fortran/library-module.exp
2528 * gdb.guile/guile.exp
2529 * gdb.guile/scm-cmd.exp
2530 * gdb.guile/scm-frame-inline.exp
2531 * gdb.guile/scm-objfile.exp
2532 * gdb.guile/scm-pretty-print.exp
2533 * gdb.guile/scm-symbol.exp
2534 * gdb.guile/scm-type.exp
2535 * gdb.guile/scm-value.exp
2536 * gdb.linespec/keywords.exp
2537 * gdb.linespec/ls-errs.exp
2538 * gdb.linespec/macro-relative.exp
2539 * gdb.linespec/thread.exp
2540 * gdb.mi/mi-breakpoint-changed.exp
2541 * gdb.mi/mi-dprintf-pending.exp
2542 * gdb.mi/mi-fullname-deleted.exp
2543 * gdb.mi/mi-logging.exp
2544 * gdb.mi/mi-pending.exp
2545 * gdb.mi/mi-solib.exp
2546 * gdb.mi/new-ui-mi-sync.exp
2547 * gdb.mi/user-selected-context-sync.exp
2548 * gdb.multi/dummy-frame-restore.exp
2549 * gdb.multi/multi-arch-exec.exp
2550 * gdb.multi/remove-inferiors.exp
2551 * gdb.multi/watchpoint-multi-exit.exp
2552 * gdb.opt/solib-intra-step.exp
2553 * gdb.perf/backtrace.exp
2554 * gdb.perf/single-step.exp
2555 * gdb.perf/skip-command.exp
2556 * gdb.perf/skip-prologue.exp
2557 * gdb.perf/solib.exp
2558 * gdb.python/lib-types.exp
2559 * gdb.python/py-as-string.exp
2560 * gdb.python/py-bad-printers.exp
2561 * gdb.python/py-block.exp
2562 * gdb.python/py-breakpoint.exp
2563 * gdb.python/py-cmd.exp
2564 * gdb.python/py-events.exp
2565 * gdb.python/py-evthreads.exp
2566 * gdb.python/py-finish-breakpoint.exp
2567 * gdb.python/py-finish-breakpoint2.exp
2568 * gdb.python/py-frame-inline.exp
2569 * gdb.python/py-frame.exp
2570 * gdb.python/py-inferior.exp
2571 * gdb.python/py-infthread.exp
2572 * gdb.python/py-mi.exp
2573 * gdb.python/py-objfile.exp
2574 * gdb.python/py-pp-maint.exp
2575 * gdb.python/py-pp-registration.exp
2576 * gdb.python/py-prettyprint.exp
2577 * gdb.python/py-recurse-unwind.exp
2578 * gdb.python/py-shared.exp
2579 * gdb.python/py-symbol.exp
2580 * gdb.python/py-symtab.exp
2581 * gdb.python/py-template.exp
2582 * gdb.python/py-type.exp
2583 * gdb.python/py-unwind-maint.exp
2584 * gdb.python/py-unwind.exp
2585 * gdb.python/py-value.exp
2586 * gdb.python/python.exp
2587 * gdb.reverse/finish-reverse-bkpt.exp
2588 * gdb.reverse/insn-reverse.exp
2589 * gdb.reverse/next-reverse-bkpt-over-sr.exp
2590 * gdb.reverse/solib-precsave.exp
2591 * gdb.reverse/solib-reverse.exp
2592 * gdb.stabs/gdb11479.exp
2593 * gdb.stabs/weird.exp
2594 * gdb.threads/fork-child-threads.exp
2595 * gdb.threads/fork-plus-threads.exp
2596 * gdb.threads/fork-thread-pending.exp
2597 * gdb.threads/forking-threads-plus-breakpoint.exp
2598 * gdb.threads/hand-call-in-threads.exp
2599 * gdb.threads/interrupted-hand-call.exp
2600 * gdb.threads/linux-dp.exp
2601 * gdb.threads/local-watch-wrong-thread.exp
2602 * gdb.threads/next-while-other-thread-longjmps.exp
2603 * gdb.threads/non-ldr-exit.exp
2604 * gdb.threads/pending-step.exp
2605 * gdb.threads/print-threads.exp
2606 * gdb.threads/process-dies-while-detaching.exp
2607 * gdb.threads/process-dies-while-handling-bp.exp
2608 * gdb.threads/pthreads.exp
2609 * gdb.threads/queue-signal.exp
2610 * gdb.threads/reconnect-signal.exp
2611 * gdb.threads/signal-command-handle-nopass.exp
2612 * gdb.threads/signal-command-multiple-signals-pending.exp
2613 * gdb.threads/signal-delivered-right-thread.exp
2614 * gdb.threads/signal-sigtrap.exp
2615 * gdb.threads/sigthread.exp
2616 * gdb.threads/staticthreads.exp
2617 * gdb.threads/stepi-random-signal.exp
2618 * gdb.threads/thread-unwindonsignal.exp
2619 * gdb.threads/thread_check.exp
2620 * gdb.threads/thread_events.exp
2621 * gdb.threads/tid-reuse.exp
2622 * gdb.threads/tls-nodebug.exp
2623 * gdb.threads/tls-shared.exp
2624 * gdb.threads/tls-so_extern.exp
2625 * gdb.threads/tls.exp
2626 * gdb.threads/wp-replication.exp
2627 * gdb.trace/actions-changed.exp
2628 * gdb.trace/actions.exp
2629 * gdb.trace/backtrace.exp
2630 * gdb.trace/change-loc.exp
2631 * gdb.trace/collection.exp
2632 * gdb.trace/deltrace.exp
2633 * gdb.trace/disconnected-tracing.exp
2634 * gdb.trace/entry-values.exp
2635 * gdb.trace/ftrace-lock.exp
2636 * gdb.trace/ftrace.exp
2637 * gdb.trace/infotrace.exp
2638 * gdb.trace/mi-trace-frame-collected.exp
2639 * gdb.trace/mi-trace-unavailable.exp
2640 * gdb.trace/mi-traceframe-changed.exp
2641 * gdb.trace/mi-tracepoint-changed.exp
2642 * gdb.trace/mi-tsv-changed.exp
2643 * gdb.trace/no-attach-trace.exp
2644 * gdb.trace/packetlen.exp
2645 * gdb.trace/passc-dyn.exp
2646 * gdb.trace/passcount.exp
2647 * gdb.trace/pending.exp
2648 * gdb.trace/pr16508.exp
2649 * gdb.trace/qtro.exp
2650 * gdb.trace/range-stepping.exp
2651 * gdb.trace/read-memory.exp
2652 * gdb.trace/report.exp
2653 * gdb.trace/save-trace.exp
2654 * gdb.trace/signal.exp
2655 * gdb.trace/stap-trace.exp
2656 * gdb.trace/status-stop.exp
2657 * gdb.trace/strace.exp
2658 * gdb.trace/tfile.exp
2659 * gdb.trace/tfind.exp
2660 * gdb.trace/trace-break.exp
2661 * gdb.trace/trace-condition.exp
2662 * gdb.trace/trace-enable-disable.exp
2663 * gdb.trace/trace-mt.exp
2664 * gdb.trace/tracecmd.exp
2665 * gdb.trace/tracefile-pseudo-reg.exp
2666 * gdb.trace/tspeed.exp
2667 * gdb.trace/tstatus.exp
2668 * gdb.trace/tsv.exp
2669 * gdb.trace/unavailable.exp
2670 * gdb.trace/while-dyn.exp
2671 * gdb.trace/while-stepping.exp
2672 * lib/gdb-guile.exp
2673 * lib/gdb.exp
2674 * lib/mi-support.exp
2675 * lib/pascal.exp
2676 * lib/perftest.exp
2677 * lib/prelink-support.exp
2678 * lib/selftest-support.exp
2679
ad02e4fe
SM
26802016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2681
2682 * Makefile.in: Include disable-implicit-rules.mk.
2683
22347e55
AA
26842016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2685
2686 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
2687 non-byte-aligned bit fields.
2688
da5b30da
AA
26892016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
2690
2691 PR gdb/12616
2692 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
2693 respects the DW_AT_data_bit_offset attribute.
2694
b593ecca
SM
26952016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
2696
2697 * gdb.base/default.exp: Fix output of "set language".
2698
3b165252
SM
26992016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
2700
2701 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
2702 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
2703 make.
2704 * configure.ac: Remove checks for the make program.
2705 * configure: Re-generate.
2706
1a2f3d7f
KB
27072016-11-16 Kevin Buettner <kevinb@redhat.com>
2708
2709 * gdb.python/py-recurse-unwind.c (main): Add loop.
2710 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2711 to read_register() and gdb.parse_and_eval(). Make each code
2712 call a separate case that can be individually tested.
2713 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2714 proc. Call cont_and_backtrace for each of the code paths that
2715 we want to test in the unwinder.
2716
b7f38fda
AA
27172016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2718
2719 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2720 the definition of struct S.
2721
1f8db343
CM
27222016-11-11 Catherine Moore <clm@codesourcery.com>
2723
2724 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2725
fad0c9fb
PA
27262016-11-09 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.base/commands.exp (runto_or_return): New procedure.
2729 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2730 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2731 (progvar_simple_while_test, progvar_complex_if_while_test)
2732 (if_while_breakpoint_command_test)
2733 (infrun_breakpoint_command_test, breakpoint_command_test)
2734 (user_defined_command_test, watchpoint_command_test)
2735 (test_command_prompt_position, redefine_hook_test)
2736 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2737 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2738 multi_line_input and multi_line. Remove gdb_expect and
2739 gdb_stop_suppressing_tests uses.
2740 * lib/gdb.exp (valnum_re): New global.
2741 (multi_line_input): New procedure.
2742
8354c62c
SM
27432016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2744
2745 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2746 Remove.
2747 (test_setup): Define with proc_with_prefix.
2748 (test_cli_inferior): Likewise.
2749 (test_cli_thread): Likewise.
2750 (test_cli_frame): Likewise.
2751 (test_cli_select_frame): Likewise.
2752 (test_cli_up_down): Likewise.
2753 (test_mi_thread_select): Likewise.
2754 (test_mi_stack_select_frame): Likewise.
2755 (test_cli_in_mi_inferior): Likewise.
2756 (test_cli_in_mi_thread): Likewise.
2757 (test_cli_in_mi_frame): Likewise.
2758 (top level): Do not use with_test_prefix_procname.
2759
64f367a2
PA
27602016-11-09 Pedro Alves <palves@redhat.com>
2761
2762 * gdb.base/commands.exp (gdbvar_simple_if_test)
2763 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2764 (progvar_simple_if_test, progvar_simple_while_test)
2765 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2766 (infrun_breakpoint_command_test, breakpoint_command_test)
2767 (user_defined_command_test, watchpoint_command_test)
2768 (test_command_prompt_position, deprecated_command_test)
2769 (bp_deleted_in_command, temporary_breakpoint_commands)
2770 (stray_arg0_test, source_file_with_indented_comment)
2771 (recursive_source_test, if_commands_test)
2772 (error_clears_commands_left, redefine_hook_test)
2773 (redefine_backtrace_test): Use proc_with_prefix.
2774 * lib/gdb.exp (proc_with_prefix): New proc.
2775
0bb65f1e
AA
27762016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2777
2778 * gdb.base/tui-layout.c: New file.
2779 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2780 disassembly window contains very long lines.
2781
7353f247
TT
27822016-11-08 Tom Tromey <tom@tromey.com>
2783
2784 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2785 depend on Python 2.
2786
30a7bb83
TT
27872016-11-08 Tom Tromey <tom@tromey.com>
2788
2789 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2790 New method.
2791
cdf5a07c
MG
27922016-10-29 Manish Goregaokar <manish@mozilla.com>
2793
2806dc7e 2794 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2795
51a789c3
MG
27962016-10-27 Manish Goregaokar <manish@mozilla.com>
2797
2806dc7e
PA
2798 * gdb.rust/simple.rs: Add test for univariant enums without
2799 discriminants and for encoded struct-like enums.
51a789c3 2800
f610ab6d
PA
28012016-10-28 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2804 gdb_test_multiple, tighten regexps and match symtabs and line
2805 tables incrementally.
2806
b129b0ca
LM
28072016-10-28 Luis Machado <lgustavo@codesourcery.com>
2808
2809 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2810 general.
2811
ecf45d2c
SL
28122016-10-25 Luis Machado <lgustavo@codesourcery.com>
2813
2814 * gdb.base/exec-invalid-sysroot.exp: New file.
2815
b8d38ee4
JK
28162016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2817
2818 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2819
f90fd8c2
JK
28202016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2821
2822 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2823
2d2476aa
MR
28242016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2825
2806dc7e
PA
2826 * gdb.base/killed-outside.exp: Remove $options from a call to
2827 `prepare_for_testing'.
2d2476aa 2828
e42b25a0
SM
28292016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2830
2831 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2832 Change test message.
2833
3ccdb432
SM
28342016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2835
2836 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2837 Update comment.
2838
5bad3170
SM
28392016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2840
2841 * gdb.trace/mi-trace-save.exp: New file.
2842
5ad9dba7
YQ
28432016-10-13 Yao Qi <yao.qi@linaro.org>
2844
2845 * gdb.base/code_elim.exp (get_var_address): Remove.
2846 * gdb.base/relocate.exp: Likewise.
2847 * gdb.base/shreloc.exp: Likewise.
2848 * lib/gdb.exp (get_var_address): New.
2849
62df7e21
YQ
28502016-10-13 Yao Qi <yao.qi@linaro.org>
2851
2852 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2853 floating point tests if $skip_float_test is false.
2854
4dac951e
LM
28552016-10-12 Luis Machado <lgustavo@codesourcery.com>
2856
2857 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2858 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2859 argc values.
2860 Add 1 to argc so we guarantee distinct initial/modified argc values.
2861
8f1a8fc4
JK
28622016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2863
2864 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2865
16c85b5d
JK
28662016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2869 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2870 * gdb.arch/vsx-regs.exp: Likewise.
2871
1d0e042a
YQ
28722016-10-07 Yao Qi <yao.qi@linaro.org>
2873
2874 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2875
68dadef5
MM
28762016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2877
2878 * gdb.python/python.exp: Test decode_line("*0").
2879
33fa2c6e
DE
28802016-10-06 Doug Evans <dje@google.com>
2881
2882 * gdb.python/py-value.exp (test_value_creation): Add test for large
2883 unsigned 64-bit value.
2884
9c37b5ae
TT
28852016-10-06 Tom Tromey <tom@tromey.com>
2886
2887 * gdb.compile/compile.exp: Change java tests to rust.
2888 * gdb.base/setshow.exp: Change java tests to rust.
2889 * gdb.base/default.exp: Remove java from language list.
2890 * README (Examples): Update language example.
2891 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2892 test.
2893 * lib/gdb.exp (skip_java_tests): Remove.
2894 * lib/java.exp: Remove.
2895 * gdb.java: Remove.
2896
78b86327
MR
28972016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2898
2899 * gdb.arch/mips-fcr.exp: New test.
2900 * gdb.arch/mips-fcr.c: Source for the new test.
2901
7470adbb
MR
29022016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2903
2904 * gdb.base/solib-disc.exp: Use `standard_output_file'
2905 throughout.
2906
4a556533
PA
29072016-10-06 Pedro Alves <palves@redhat.com>
2908
2909 * gdb.base/jit-simple-dl.c: New file.
2910 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2911 * gdb.base/jit-simple.c: ... this.
2912 * gdb.base/jit-simple.exp (jit_run): Delete.
2913 (build_jit): New proc.
2914 (jit_test_reread): Recompile either the main program or the shared
2915 library, depending on what is being tested. Skip changing address
2916 if caller wants to. Compare before/after addresses. If testing
2917 standalone, explicitly load the binary. Test "maint info
2918 breakpoints".
2919 (top level): Add "standalone vs shared lib" and "change address"
2920 vs "same address" axes.
2921
5a122fbc
PA
29222016-10-06 Pedro Alves <palves@redhat.com>
2923
2924 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2925 call.
2926 (jit_run): Delete.
2927 (jit_test_reread): Use with_test_prefix. Reload the main binary
2928 explicitly. Compare the before/after addresses of the JIT
2929 descriptor.
2930
ee8da4b8
DE
29312016-08-15 Doug Evans <dje@google.com>
2932
2933 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2934 for single bitfields is bool.
2935 * gdb.xml/tdesc-regs.exp: Ditto.
2936
f389f6fe
JK
29372016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2938
2939 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2940
fdebf1a4
YQ
29412016-10-05 Yao Qi <yao.qi@linaro.org>
2942
2943 * lib/gdb.exp (support_complex_tests): Return zero if
2944 gdb_skip_float_test return true.
2945
9c36d954 29462016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2947 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2948
2949 PR gdb/20487
2950 * gdb.mi/user-selected-context-sync.exp: New file.
2951 * gdb.mi/user-selected-context-sync.c: New file.
2952
4034d0ff 29532016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2954 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2955
2956 PR gdb/20487
2957 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2958 =thread-select-event check.
2959
a4297203
PB
29602016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2961
2962 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2963 the compulsory L operand changes.
2964 * gdb.arch/powerpc-power.s: Likewise.
2965
bb805577
JK
29662016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2967
2968 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2969 * gdb.base/jit-attach-pie.c: New file.
2970 * gdb.base/jit-attach-pie.exp: New file.
2971
6d61dee5
PA
29722016-09-28 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.base/infcall-input.c: New file.
2975 * gdb.base/infcall-input.exp: New file.
2976
f73842fc
YQ
29772016-09-22 Yao Qi <yao.qi@linaro.org>
2978
2979 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2980 (gdb_exit): Rename it to ...
2981 (gdbserver_gdb_exit): ... Close GDBserver.
2982 (gdb_exit): New proc, call gdbserver_gdb_exit.
2983 (mi_gdb_exit): Likewise.
2984
90681dab
YQ
29852016-09-22 Yao Qi <yao.qi@linaro.org>
2986
2987 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2988 path.
2989 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2990 Remove duplication.
2991
9c211fd8
YQ
29922016-09-22 Yao Qi <yao.qi@linaro.org>
2993
2994 * lib/gdbserver-support.exp: Check the existence of
2995 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2996
ad0a504f
AK
29972016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2998
2999 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
3000
36cf1806
TT
30012016-09-21 Tom Tromey <tom@tromey.com>
3002
3003 PR gdb/20604:
3004 * gdb.base/quit.exp: New file.
3005
74172ecf
SM
30062016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3007
3008 * .gitignore: New file.
3009
3d0ec882
MR
30102016-09-21 Maciej W. Rozycki <macro@imgtec.com>
3011
3012 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
3013 throughout.
3014
8193adea
AA
30152016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3016
3017 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
3018
d41a5c09
JK
30192016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3020
3021 * gdb.cp/casts.cc (decltype): Move it ...
3022 (main): ... with its call to ...
3023 * gdb.cp/casts03.cc: ... a new file.
3024 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
3025
d2dfe700
JK
30262016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
3029
e2a92b16
PB
30302016-09-15 Peter Bergner <bergner@vnet.ibm.com>
3031
3032 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
3033 and sync up the test with tests in gas/testsuite/gas/ppc.
3034 * gdb.arch/powerpc-power.exp: Likewise.
3035
49b4de64
JK
30362016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3037
3038 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
3039
2c29df25
SDJ
30402016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
3041 Jan Kratochvil <jan.kratochvil@redhat.com>
3042
3043 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
3044 make m1's definition to be different from m2's. Use 'dummy' as an
3045 argument for probe 'two'.
3046
cc3c2846
JB
30472016-09-10 Jon Beniston <jon@beniston.com>
3048
3049 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
3050 for sim target.
3051
e1b2624a
AA
30522016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3053
3054 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
3055 variable declaration.
3056 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
3057 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
3058 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
3059 received HWCAP as its argument.
3060
4295e285
PA
30612016-09-06 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.base/new-ui-pending-input.c: New file.
3064 * gdb.base/new-ui-pending-input.exp: New file.
3065 * gdb.exp (clear_gdb_spawn_id): New procedure.
3066 (with_spawn_id): Check whether gdb_spawn_id exists before
3067 referencing it. If gdb_spawn_id didn't exist on entry, clear it
3068 on exit.
3069
00d5215e
UW
30702016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3071
3072 * gdb.base/float128.c: New file.
3073 * gdb.base/float128.exp: Likewise.
3074 * gdb.base/floatn.c: Likewise.
3075 * gdb.base/floatn.exp: Likewise.
3076
a9ff5f12
UW
30772016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3078
3079 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
3080
f245535c
PA
30812016-09-05 Pedro Alves <palves@redhat.com>
3082
3083 PR backtrace/19927
3084 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
3085 unwinders are immediately called as side effect of "source" or
3086 "disable unwinder" commands.
3087 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
3088
ae9cf263
YQ
30892016-09-02 Yao Qi <yao.qi@linaro.org>
3090
3091 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
3092 is true and $type is "float" or "double".
3093
27aba047
YQ
30942016-09-02 Yao Qi <yao.qi@linaro.org>
3095
3096 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
3097 true.
3098 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
3099 * gdb.base/call-rt-st.exp: Likewise.
3100 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
3101 return value instead of gdb,skip_float_test.
3102 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
3103 (do_function_calls): Use its return value instead of
3104 gdb,skip_float_test.
3105 * gdb.base/finish.exp: Likewise.
3106 * gdb.base/funcargs.exp: Likewise.
3107 * gdb.base/return.exp: Likewise.
3108 * gdb.base/return2.exp: Likewise.
3109 * gdb.base/varargs.exp: Likewise.
3110 * lib/gdb.exp (gdb_skip_float_test): Change it to
3111 gdb_caching_proc. Detect the broken ptrace on arm-linux.
3112
5af962df
AA
31132016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3114
3115 * gdb.multi/tids.exp: Test "thread apply all".
3116
7fac6910
JK
31172016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3118
3119 * gdb.base/default.exp (tty): Remove.
3120
bb1fe4ac
KB
31212016-08-24 Kevin Buettner <kevinb@redhat.com>
3122
2806dc7e
PA
3123 * gdb.python/py-recurse-unwind.c: New file.
3124 * gdb.python/py-recurse-unwind.py: New file.
3125 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 3126
0a1ddfa6
SM
31272016-08-24 Simon Marchi <simon.marchi@ericsson.com>
3128
3129 * gdb.base/set-inferior-tty.exp: New file.
3130 * gdb.base/set-inferior-tty.c: New file.
3131
d9de1fe3
PA
31322016-08-23 Pedro Alves <palves@redhat.com>
3133
3134 PR gdb/20494
3135 * gdb.base/new-ui-echo.c: New file.
3136 * gdb.base/new-ui-echo.exp: New file.
3137
e9d9abd7
YQ
31382016-08-23 Yao Qi <yao.qi@linaro.org>
3139
3140 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
3141 gdbserver_spawn.
3142 * gdb.server/connect-without-multi-process.exp (do_test):
3143 Likewise.
3144
3589529e
YQ
31452016-08-23 Yao Qi <yao.qi@linaro.org>
3146
3147 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
3148 standalone_txt. Delete gdb_txt and standalone_txt on host
3149 and target. Spawn the binary on target. Copy files from
3150 target to host.
3151
6bb90213
PA
31522016-08-22 Pedro Alves <palves@redhat.com>
3153
3154 PR gdb/20505
3155 * gdb.base/vdso-warning.exp: Test core dumps too. Use
3156 with_test_prefix. Factor out bits to ...
3157 (test_no_vdso): ... this new procedure.
3158
20c2c024
CL
31592016-08-19 Carl Love <cel@us.ibm.com>
3160
3161 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
3162 maintaining separate logic for constructing the output path.
3163 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3164 * gdb.arch/ppc-dfp.exp: Likewise.
3165 * gdb.arch/ppc-fp.exp: Likewise.
3166 * gdb.arch/vsx-regs.exp: Likewise.
3167 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
3168 binprefix for generating the additional binary files.
3169
0646e07d
PA
31702016-08-19 Pedro Alves <palves@redhat.com>
3171
3172 * gdb.trace/mi-trace-frame-collected.exp
3173 (test_trace_frame_collected): On x32, expect two registers.
3174
46da9242
CL
31752016-08-18 Carl Love <cel@us.ibm.com>
3176
3177 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
3178 and sync up the test with tests in gas/testsuite/gas/ppc.
3179 * gdb.arch/powerpc-power.exp: Likewise.
3180
eb2332d7
SM
31812016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3182
3183 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
3184 expected error message.
3185
63c61e04
SM
31862016-08-17 Simon Marchi <simon.marchi@ericsson.com>
3187
3188 * gdb.multi/remove-inferiors.exp: New file.
3189 * gdb.multi/remove-inferiors.c: New file.
3190
7b17065f
YQ
31912016-08-12 Yao Qi <yao.qi@linaro.org>
3192
3193 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
3194 argument list.
3195
01d3dedf
PA
31962016-08-10 Pedro Alves <palves@redhat.com>
3197
3198 PR gdb/19187
3199 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
3200 setup_kfails.
3201
3eb7562a
PA
32022016-08-09 Pedro Alves <palves@redhat.com>
3203 Simon Marchi <simon.marchi@ericsson.com>
3204
3205 PR gdb/20418
3206 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
3207 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
3208
80614914
PA
32092016-08-09 Pedro Alves <palves@redhat.com>
3210
3211 PR mi/20431
3212 * gdb.mi/mi-cmd-error.exp: New file.
3213
f348d89a
PA
32142016-08-09 Pedro Alves <palves@redhat.com>
3215
3216 PR gdb/18653
3217 * gdb.base/signals-state-child.c: New file.
3218 * gdb.base/signals-state-child.exp: New file.
3219 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
3220
e5ca03b4
PA
32212016-08-09 Pedro Alves <palves@redhat.com>
3222
3223 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
3224
282a0691
TT
32252016-08-03 Tom Tromey <tom@tromey.com>
3226
3227 PR python/18565:
3228 * gdb.python/py-frame-inline.exp: Add Frame.function test.
3229
41bfcd63
YQ
32302016-08-01 Yao Qi <yao.qi@linaro.org>
3231
3232 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
3233 variable mode to "multi-process" if $multi_process is 1, otherwise
3234 set it to "single-process".
3235
e3465b24
YQ
32362016-08-01 Yao Qi <yao.qi@linaro.org>
3237
3238 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
3239 * gdb.cp/cpexprs.exp: Likewise.
3240 * gdb.cp/m-static.exp: Likewise.
3241
0b31a4bc
TT
32422016-07-26 Tom Tromey <tom@tromey.com>
3243
3244 PR python/20190:
3245 * gdb.threads/tls.exp (check_thread_local): Add python symbol
3246 test.
3247
e0461dbb
MM
32482016-07-26 Markus Metzger <markus.t.metzger@intel.com>
3249
3250 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
3251 selecting assembly source files.
3252 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
3253 assembly source files.
3254 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
3255 assembly source files.
3256 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
3257 selecting assembly source files.
3258
8194e927
SM
32592016-07-25 Simon Marchi <simon.marchi@ericsson.com>
3260
3261 * gdb.base/new-ui.exp (do_test_invalid_args): New
3262 procedure.
3263
c0272db5
TW
32642016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
3265
3266 * gdb.btrace/reconnect.c: New file.
3267 * gdb.btrace/reconnect.exp: New file.
3268
e3487908
GKB
32692016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
3270
3271 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
3272 to test_catch_syscall_group.
3273 (test_catch_syscall_group): New.
3274
12df5c00
TT
32752016-07-21 Tom Tromey <tom@tromey.com>
3276
3277 * gdb.rust/simple.rs (main): Use empty struct expression.
3278 * gdb.rust/simple.exp: Add tests for empty struct expression.
3279
bae62ee2
YQ
32802016-07-21 Yao Qi <yao.qi@linaro.org>
3281
3282 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
3283 if gdb_skip_xml_test is true on some targets.
3284
b1b53fb3
YQ
32852016-07-21 Yao Qi <yao.qi@linaro.org>
3286
3287 * gdb.server/solib-list.exp: Unset last_loaded_file.
3288
027d97f8
JK
32892016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3290
3291 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
3292 "step into captured_main (args)".
3293
7674d381
JK
32942016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3295
3296 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
3297
72b5d099
JK
32982016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
3301
1f960ced
PA
33022016-07-19 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.opt/inline-break.exp: Remove optimize=-O2.
3305 * gdb.opt/inline-bt.exp: Likewise.
3306 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
3307 additional_flags=-Winline.
3308 * gdb.opt/inline-locals.exp: Likewise.
3309 * gdb.opt/inline-markers.c (ATTR): Define.
3310 (inlined_fn): Use it.
3311
f25827c1
YQ
33122016-07-19 Yao Qi <yao.qi@linaro.org>
3313
3314 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
3315 (test_with_self): Remove some code. Remove argument executable.
3316 (top-level): Use do_self_tests.
3317
37539ebe
DB
33182016-07-15 Zachary Welch <zwelch@codesourcery.com>
3319 Don Breazeal <donb@codesourcery.com>
3320
3321 * gdb.base/maint.exp: Escape paths used in regular expressions.
3322 * gdb.stabs/weird.exp: Likewise.
3323
dac790e1
TT
33242016-07-13 Tom Tromey <tom@tromey.com>
3325
3326 PR python/15620, PR python/18620:
3327 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
3328 (test_bkpt_events): New procs.
3329
93daf339
TT
33302016-07-13 Tom Tromey <tom@tromey.com>
3331
3332 PR python/17698:
3333 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
3334 test.
3335 (test_watchpoints): Likewise.
3336 (test_bkpt_pending): New proc.
3337
6571a381
TT
33382016-07-13 Tom Tromey <tom@tromey.com>
3339
3340 PR cli/18053:
3341 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
3342 completion test.
3343
e8732474
JK
33442016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3345
3346 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
3347 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
3348 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
3349 f_label.
3350 (g): Rename g_end_lbl to g_label.
3351 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
3352 low_pc and high_pc.
3353 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
3354
e0f3fd7c
TT
33552016-07-12 Tom Tromey <tom@tromey.com>
3356
3357 PR python/19293:
3358 * gdb.python/py-unwind-maint.exp: Update tests.
3359
3cfe46b6
YQ
33602016-07-12 Yao Qi <yao.qi@linaro.org>
3361
3362 * lib/selftest-support.exp (selftest_setup): Match the output
3363 when captured_main is inlined.
3364
4f19a0e6
WT
33652016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3366
3367 * gdb.fortran/derived-types.exp (result_line, result_line_2):
3368 New variables.
3369 (print this%a, print this%b, print this): New tests.
3370 * gdb.fortran/derived-types.f90 (this): New object and
3371 initialization.
3372
986cf455
SM
33732016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3374
3375 * gdb.ada/arraydim.exp: Remove extra directory level in build
3376 directory.
3377
f0464b23
SM
33782016-07-06 Simon Marchi <simon.marchi@ericsson.com>
3379
3380 * lib/ada.exp: Remove extra directory level in build directory.
3381 * gdb.ada/cond_lang.exp: Likewise.
3382 * gdb.ada/exec_changed.exp: Likewise.
3383 * gdb.ada/lang_switch.exp: Likewise.
3384
42d94011
MG
33852016-07-06 Manish Goregaokar <manish@mozilla.com>
3386
2806dc7e
PA
3387 * simple.rs: Add test for raw pointer subscripting.
3388 * simple.exp: Add test expectations.
42d94011 3389
647c264c
YQ
33902016-07-05 Yao Qi <yao.qi@linaro.org>
3391
3392 * gdb.mi/mi-reverse.exp: Match =record-started output.
3393
20aa2c60
PA
33942016-07-01 Pedro Alves <palves@redhat.com>
3395
3396 * gdb.base/jit-reader.exp (info_registers_current_frame): New
3397 procedure.
3398 (jit_reader_test): Test the jit reader's unwinder.
3399 * gdb.base/jithost.c (jit_function_00_code): New global.
3400 (main): Use memcpy to fill in the mmapped code, instead of poking
3401 bytes manually here.
3402 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
3403 value.
3404 (read_debug_info): Save the function's range.
3405 (read_sp): New function.
3406 (unwind_frame): Use it. Also unwind RBP.
3407 (get_frame_id): Use read_sp.
3408 (gdb_init_reader): Use calloc instead of malloc.
3409 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
3410 parameter. Use gdb_test_multiple.
3411
ced2dffb
PA
34122016-07-01 Pedro Alves <palves@redhat.com>
3413 Antoine Tremblay <antoine.tremblay@ericsson.com>
3414
3415 * gdb.threads/process-dies-while-detaching.c: New file.
3416 * gdb.threads/process-dies-while-detaching.exp: New file.
3417
63000888
PA
34182016-07-01 Pedro Alves <palves@redhat.com>
3419
3420 * gdb.multi/watchpoint-multi-exit.c: New file.
3421 * gdb.multi/watchpoint-multi-exit.exp: New file.
3422
038d4868
PA
34232016-06-30 Pedro Alves <palves@redhat.com>
3424
3425 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
3426 unset inferior_spawn_id.
3427
994e9c83
PA
34282016-06-30 Pedro Alves <palves@redhat.com>
3429
3430 * lib/mi-support.exp (default_mi_gdb_start): Declare global
3431 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
3432
e5653468
YQ
34332016-06-29 Yao Qi <yao.qi@linaro.org>
3434
3435 * gdb.base/return.c: Add copyright header.
3436
803b47e5
TT
34372016-06-29 Tom Tromey <tom@tromey.com>
3438
3439 PR python/20129:
3440 * gdb.python/py-framefilter.exp: Add tests for setting priority
3441 and disabling of non-existent frame filter.
3442
28244707
YQ
34432016-06-29 Yao Qi <yao.qi@linaro.org>
3444
3445 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
3446 0x0f07ff.
3447
a31d2f06
YQ
34482016-06-28 Yao Qi <yao.qi@linaro.org>
3449
3450 * gdb.base/catch-syscall.exp: Remove check on isnative and target
3451 triplets. Start gdb, execute catch syscall, and continue. Check
3452 gdb's output to determine catch syscall is supported.
3453
921d8f54
MG
34542016-06-27 Manish Goregaokar <manish@mozilla.com>
3455
25d49b86
PA
3456 * gdb.rust/simple.rs: Add test for returning unit in a function.
3457 * gdb.rust/simple.exp: Add expectation for functions returning
3458 unit.
921d8f54 3459
f4952523
PMR
34602016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
3461
3462 * gdb.python/py-breakpoint-create-fail.c,
3463 gdb.python/py-breakpoint-create-fail.exp,
3464 gdb.python/py-breakpoint-create-fail.py: New testcase.
3465
fccb08f8
MG
34662016-06-25 Manish Goregaokar <manish@mozilla.com>
3467
3468 PR gdb/20239
3469 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
3470 * gdb.rust/simple.exp: Add test expectations for new NonZero
3471 tests.
fccb08f8 3472
6b850546
DT
34732016-06-24 David Taylor <dtaylor@emc.com>
3474
3475 * gdb.base/offsets.exp: New file.
3476 * gdb.base/offsets.c: New file.
3477
17621150
TT
34782016-06-23 Tom Tromey <tom@tromey.com>
3479
3480 PR gdb/16483:
3481 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
3482 before any filters are loaded.
3483
04d59df6
WT
34842016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
3485
3486 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
3487 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
3488 structs.
3489 * gdb.fortran/derived-type-function.exp: New file.
3490 * gdb.fortran/derived-type-function.f90: New file.
3491
3492
ac69f786
PA
34932016-06-21 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/new-ui.exp: New file.
3496 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
3497 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
3498 (with_spawn_id): New procedure.
3499
49940788
PA
35002016-06-21 Pedro Alves <palves@redhat.com>
3501
3502 * gdb.mi/mi-exec-run.exp: New file.
3503
ef274d26
PA
35042016-06-21 Pedro Alves <palves@redhat.com>
3505
3506 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
3507 breakpoint command's output on the main UI.
3508 (test_break): New procedure, factored out from calls in the top
3509 level.
3510 (top level): Use foreach_with_prefix to test MI as main UI and as
3511 separate UI.
3512
468afe6c
PA
35132016-06-21 Pedro Alves <palves@redhat.com>
3514
3515 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
3516 (test_awatch_creation_and_listing)
3517 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
3518 Remove 'type' parameter.
3519 (test_watchpoint_all): New parameter mi_mode. Remove
3520 with_test_prefix.
3521 (top level): Use foreach_with_prefix, and add main/separate UI MI
3522 testing axis.
3523
51f77c37
PA
35242016-06-21 Pedro Alves <palves@redhat.com>
3525
3526 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
3527 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
3528 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
3529 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
3530 (gdb_main_spawn_id, mi_spawn_id): Declare and
3531 comment.
3532 (mi_create_inferior_pty): New procedure,
3533 factored out from default_mi_gdb_start.
3534 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
3535 procedures.
3536 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
3537 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
3538 Use mi_create_inferior_pty.
3539 (mi_gdb_start): Use eval to pass down args list.
3540
8980e177
PA
35412016-06-21 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
3544 * gdb.opt/inline-cmds.exp: Add MI tests.
3545
f38d3ad1
PA
35462016-06-21 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
3549
45db7c09
PA
35502016-06-21 Pedro Alves <palves@redhat.com>
3551
3552 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
3553 (top level): Use it instead of mi_execute_to.
3554
5a069ab3
PA
35552016-06-21 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
3558 (cont_handler_str): New.
3559 (signal_stop_handler): Set stop_handler_str instead of printing to
3560 stdout.
3561 (continue_handler): Set cont_handler_str instead of printing to
3562 stdout.
3563 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
3564 mi_send_resuming_command. Print stop_handler_str and
3565 cont_handler_str instead of expecting the python events print
3566 directly.
3567
2838cc1d
SD
35682016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3569
3570 * gdb.base/jit-reader.exp: New file.
3571 * gdb.base/jithost.c: New file.
3572 * gdb.base/jithost.h: New file.
3573 * gdb.base/jitreader.c : New file.
3574 * gdb.base/jit-protocol.h: New file.
3575
21a77091
YQ
35762016-06-17 Yao Qi <yao.qi@linaro.org>
3577
3578 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
3579 parameters follow_fork and detach_on_fork. Set follow-fork-mode
3580 and detach-on-fork. Adjust tests.
3581 (top level): Invoke break_cond_on_syscall with combinations of
3582 syscall, follow-fork-mode and detach-on-fork.
3583
f50bf8e5
YQ
35842016-06-17 Yao Qi <yao.qi@linaro.org>
3585
3586 * gdb.base/step-over-exit.c: New.
3587 * gdb.base/step-over-exit.exp: New.
3588
a28d8e50
YTL
35892016-06-17 Yan-Ting Lin <currygt52@gmail.com>
3590
3591 * gdb.base/float.exp: Add target check for nds32*-*-*.
3592 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
3593
cad8e26d
AB
35942016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
3595
3596 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
3597 for unsupported target features.
3598 * gdb.base/call-rt-st.exp: Likewise.
3599 * gdb.base/call-sc.exp: Likewise.
3600 * gdb.base/call-signal-resume.exp: Likewise.
3601 * gdb.base/call-strs.exp: Likewise.
3602 * gdb.base/callexit.exp: Likewise.
3603 * gdb.base/callfuncs.exp: Likewise.
3604 * gdb.base/nodebug.exp: Likewise.
3605 * gdb.base/printcmds.exp: Likewise.
3606 * gdb.base/ptype.exp: Likewise.
3607 * gdb.base/structs.exp: Likewise.
3608 * gdb.base/unwindonsignal.exp: Likewise.
3609 * gdb.cp/gdb2495.exp: Likewise.
3610 * gdb.cp/templates.exp: Likewise.
3611 * gdb.cp/virtfunc.exp: Likewise.
3612 * gdb.threads/hand-call-in-threads.exp: Likewise.
3613 * gdb.threads/interrupted-hand-call.exp: Likewise.
3614 * gdb.threads/thread-unwindonsignal.exp: Likewise.
3615
347dc102
TT
36162016-06-10 Tom Tromey <tom@tromey.com>
3617
3618 PR rust/20110:
3619 * gdb.rust/expr.exp: Add test for integer constant larger than
3620 i32.
3621
5e13cf25
BH
36222016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
3623
3624 * gdb.fortran/nested-funcs.exp: New.
3625 * gdb.fortran/nested-funcs.f90: New.
3626
bb556f1f
TK
36272016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
3628
3629 * gdb.base/examine-backward.c: New file.
3630 * gdb.base/examine-backward.exp: New file.
3631
38b022b4
SM
36322016-06-06 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
3635 matching.
3636
1b40ec05
TT
36372016-06-02 Tom Tromey <tom@tromey.com>
3638
3639 PR python/18984:
3640 * gdb.python/py-shared.exp: Add solib_name test.
3641
193bd378
SM
36422016-06-02 Simon Marchi <simon.marchi@ericsson.com>
3643
3644 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
3645
3326303b
MG
36462016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
3647
3648 PR c++/19893
3649 * gdb.dwarf2/implref.exp: Rename to...
3650 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
3651 * gdb.dwarf2/implref-array.c: New file.
3652 * gdb.dwarf2/implref-array.exp: Likewise.
3653 * gdb.dwarf2/implref-global.c: Likewise.
3654 * gdb.dwarf2/implref-global.exp: Likewise.
3655 * gdb.dwarf2/implref-struct.c: Likewise.
3656 * gdb.dwarf2/implref-struct.exp: Likewise.
3657
825c8ef2
AT
36582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3659
3660 * gdb.trace/trace-condition.exp: Add 64bit tests.
3661
2320162a
AT
36622016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3663
3664 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
3665 bits types.
3666 (main): Adapt to 8 to 64 bits types.
3667 * gdb.trace/trace-condition.exp: Add new tests.
3668
a7818233
AT
36692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3670
3671 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
3672
0d336466
AT
36732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3674
3675 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
3676 Move condition tests...
3677 * gdb.trace/trace-condition.exp: Here.
3678
7faeb45a
AT
36792016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
3680
3681 * gdb.trace/trace-condition.exp: Add counter-case tests.
3682
e385593e
JK
36832016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3684
3685 PR c++/15231
3686 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
3687 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
3688
744608cc
PA
36892016-05-27 Pedro Alves <palves@redhat.com>
3690
3691 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3692 New procedure.
3693 (top level): Call it, and bail out of DejaGnu is known to be bad.
3694
ac775bf4
AB
36952016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
3696
3697 * gdb.base/whatis.c: Extend the test case.
3698 * gdb.base/whatis.exp: Add additional tests.
3699
2bbad2ea
BH
37002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3701
3702* gdb.fortran/type.f90: Add pointer variable.
3703* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
3704
8b70175d
BH
37052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3706
3707 * gdb.fortran/vla-type.exp: Fix testcase name.
3708
86d8a848
BH
37092016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3710
3711 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3712
e188eb36
BH
37132016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3714
3715 * gdb.fortran/type.f90: Add nested structures.
3716 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3717 * gdb.fortran/derived-type.exp: Adapt expected output.
3718 * gdb.fortran/vla-type.exp: Adapt expected output.
3719
9b2db1fd
BH
37202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3721
3722 * gdb.fortran/whatis_type.exp: Adapt expected output.
3723
72b17055
BH
37242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3725
3726 * gdb.fortran/print_type.exp: Fix expected output.
3727 * gdb.fortran/whatis_type.exp: Fix expected output.
3728
3cd81d8d
BH
37292016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3730
3731 * gdb.fortran/whatis_type.exp: Use multi_line.
3732
ddae9462
TT
37332016-05-24 Tom Tromey <tom@tromey.com>
3734
3735 PR python/17386:
3736 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3737 use value as an index.
3738
1957f6b8
TT
37392016-05-23 Tom Tromey <tom@tromey.com>
3740
3741 PR python/17981:
3742 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3743 no-breakpoint case.
3744
026a9174
PA
37452016-05-24 Pedro Alves <palves@redhat.com>
3746
3747 PR gdb/19828
3748 * gdb.threads/clone-attach-detach.c: New file.
3749 * gdb.threads/clone-attach-detach.exp: New file.
3750
e70a7231
FR
37512016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3752
3753 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3754
0f6ed0e0
TT
37552016-05-23 Tom Tromey <tom@tromey.com>
3756
3757 PR python/19438, PR python/18393:
3758 * gdb.python/py-progspace.exp: Add "dir" test.
3759 * gdb.python/py-objfile.exp: Add "dir" test.
3760
ffd19d61
YQ
37612016-05-23 Yao Qi <yao.qi@linaro.org>
3762
3763 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3764 * gdb.arch/thumb2-it.exp: Likewise.
3765
9e8f9b05
SM
37662016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3767
3768 * gdb.mi/mi-threads-interrupt.c: New file.
3769 * gdb.mi/mi-threads-interrupt.exp: New file.
3770
61c6156d
SM
37712016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3772
3773 PR gdb/18077
3774 * gdb.mi/mi-async-run.exp: New file.
3775 * gdb.mi/mi-async-run.c: New file.
3776
67218854
TT
37772016-05-17 Tom Tromey <tom@tromey.com>
3778 Manish Goregaokar <manishsmail@gmail.com>
3779
3780 * lib/rust-support.exp: New file.
3781 * lib/gdb.exp (skip_rust_tests): New proc.
3782 (build_executable_from_specs): Handle rust.
3783 * lib/future.exp (gdb_find_rustc): New proc.
3784 (gdb_default_target_compile): Handle rust.
3785 * gdb.rust/expr.exp: New file.
3786 * gdb.rust/generics.exp: New file.
3787 * gdb.rust/generics.rs: New file.
3788 * gdb.rust/methods.exp: New file.
3789 * gdb.rust/methods.rs: New file.
3790 * gdb.rust/modules.exp: New file.
3791 * gdb.rust/modules.rs: New file.
3792 * gdb.rust/simple.exp: New file.
3793 * gdb.rust/simple.rs: New file.
3794
c44af4eb
TT
37952016-05-17 Tom Tromey <tom@tromey.com>
3796
3797 * gdb.base/default.exp (set language): Add rust.
3798
dcd1f979
TT
37992016-05-17 Tom Tromey <tom@tromey.com>
3800
3801 * gdb.gdb/unittest.exp: New file.
3802
155b7f57
YQ
38032016-05-16 Yao Qi <yao.qi@linaro.org>
3804
3805 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3806 shell_prompt. Update shell_prompt_re.
3807
8ddd5a6c
DE
38082016-05-12 Doug Evans <dje@google.com>
3809
3810 PR symtab/19999
3811 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3812 $options when building executable.
3813 * gdb.dwarf2/fission-loclists-pie.S: New file.
3814 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3815
02e370d9
SM
38162016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3817
3818 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3819 of [is_remote target],
3820
8929ad8b
SM
38212016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3822
3823 * lib/gdb.exp (use_gdb_stub): New procedure.
3824
6c447423
DE
38252016-05-03 Yunlian Jiang <yunlian@google.com>
3826 Doug Evans <dje@google.com>
3827
3828 PR symtab/19914
3829 * gdb.dwarf2/dwp-sepdebug.c: New file.
3830 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3831
444e826c
SM
38322016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3833
3834 * gdb.base/detach.exp: Remove is_remote check.
3835
740feeaa
SM
38362016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3837
3838 * gdb.base/annota-input-while-running.exp: Don't check for
3839 [is_remote target]. Enable annotations after running to main.
3840 Remove unused "set test..." line.
3841
9080ac9d
SM
38422016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3843
3844 * gdb.trace/trace-enable-disable.exp: New file.
3845 * gdb.trace/trace-enable-disable.c: New file.
3846
952ebca5
SM
38472016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3848
3849 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3850 use it in info sharedlibrary test.
3851 * gdb.trace/ftrace-lock.exp: Likewise.
3852 * gdb.trace/ftrace.exp: Likewise.
3853 * gdb.trace/range-stepping.exp: Likewise.
3854 * gdb.trace/trace-break.exp: Likewise.
3855 * gdb.trace/trace-condition.exp: Likewise.
3856 * gdb.trace/trace-mt.exp: Likewise.
3857
d9019901
SM
38582016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3859
3860 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3861 (gdb_load_shlib): ... this.
3862 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3863 gdb_load_shlib.
3864 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3865 * gdb.base/ctxobj.exp: Likewise.
3866 * gdb.base/dprintf-pending.exp: Likewise.
3867 * gdb.base/dso2dso.exp: Likewise.
3868 * gdb.base/fixsection.exp: Likewise.
3869 * gdb.base/gcore-relro.exp: Likewise.
3870 * gdb.base/gdb1555.exp: Likewise.
3871 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3872 * gdb.base/gnu-ifunc.exp: Likewise.
3873 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3874 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3875 * gdb.base/pending.exp: Likewise.
3876 * gdb.base/print-file-var.exp: Likewise.
3877 * gdb.base/print-symbol-loading.exp: Likewise.
3878 * gdb.base/shlib-call.exp: Likewise.
3879 * gdb.base/shreloc.exp: Likewise.
3880 * gdb.base/so-impl-ld.exp: Likewise.
3881 * gdb.base/solib-disc.exp: Likewise.
3882 * gdb.base/solib-nodir.exp: Likewise.
3883 * gdb.base/solib-overlap.exp: Likewise.
3884 * gdb.base/solib-symbol.exp: Likewise.
3885 * gdb.base/solib-weak.exp (do_test): Likewise.
3886 * gdb.base/sym-file.exp: Likewise.
3887 * gdb.base/symtab-search-order.exp: Likewise.
3888 * gdb.base/type-opaque.exp: Likewise.
3889 * gdb.base/unload.exp: Likewise.
3890 * gdb.base/watchpoint-solib.exp: Likewise.
3891 * gdb.compile/compile.exp: Likewise.
3892 * gdb.cp/gdb2384.exp: Likewise.
3893 * gdb.cp/infcall-dlopen.exp: Likewise.
3894 * gdb.cp/re-set-overloaded.exp: Likewise.
3895 * gdb.fortran/library-module.exp: Likewise.
3896 * gdb.opt/solib-intra-step.exp: Likewise.
3897 * gdb.python/py-finish-breakpoint.exp: Likewise.
3898 * gdb.python/py-shared.exp: Likewise.
3899 * gdb.reverse/solib-precsave.exp: Likewise.
3900 * gdb.reverse/solib-reverse.exp: Likewise.
3901 * gdb.server/solib-list.exp: Likewise.
3902 * gdb.threads/dlopen-libpthread.exp: Likewise.
3903 * gdb.threads/tls-shared.exp: Likewise.
3904 * gdb.threads/tls-so_extern.exp: Likewise.
3905 * gdb.trace/change-loc.exp: Likewise.
3906 * gdb.trace/ftrace-lock.exp: Likewise.
3907 * gdb.trace/ftrace.exp: Likewise.
3908 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3909 * gdb.trace/pending.exp: Likewise.
3910 * gdb.trace/range-stepping.exp: Likewise.
3911 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3912 (strace_info_marker): Likewise.
3913 (strace_probe_marker): Likewise.
3914 (strace_trace_on_same_addr): Likewise.
3915 (strace_trace_on_diff_addr): Likewise.
3916 * gdb.trace/trace-break.exp: Likewise.
3917 * gdb.trace/trace-condition.exp: Likewise.
3918 * gdb.trace/trace-mt.exp: Likewise.
3919
fca4cfd9
SM
39202016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3921
3922 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3923 result of gdb_remote_download.
3924 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3925 * gdb.base/dso2dso.exp: Likewise.
3926 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3927 * gdb.base/print-file-var.exp: Likewise.
3928 * gdb.base/shlib-call.exp: Likewise.
3929 * gdb.base/shreloc.exp: Likewise.
3930 * gdb.base/solib-overlap.exp: Likewise.
3931 * gdb.base/solib-weak.exp (do_test): Likewise.
3932 * gdb.base/unload.exp: Likewise.
3933
11cf4ffb
YQ
39342016-04-27 Yao Qi <yao.qi@linaro.org>
3935
3936 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3937 exists.
3938
3e2e34f8
KB
39392016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3940
3941 * vla-type.exp: Print structure from toplevel.
3942
8f07e298
BH
39432016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3944
3945 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3946 of dynamic types.
3947 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3948 of dynamic types.
3949
9920b434
BH
39502016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3951
3952 * gdb.fortran/vla-type.f90: New file.
3953 * gdb.fortran/vla-type.exp: New file.
3954
f3abeff5
YQ
39552016-04-25 Yao Qi <yao.qi@linaro.org>
3956
3957 * gdb.base/branch-to-self.c: New file.
3958 * gdb.base/branch-to-self.exp: New file.
3959
0a5d52f0
YQ
39602016-04-22 Yao Qi <yao.qi@linaro.org>
3961
3962 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3963 more after $hex.
3964
495346f6
YQ
39652016-04-22 Yao Qi <yao.qi@linaro.org>
3966
3967 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3968 * gdb.base/annota3.exp: Likewise.
3969
4a7e075c
YQ
39702016-04-22 Yao Qi <yao.qi@linaro.org>
3971
3972 * gdb.reverse/step-precsave.exp: Do one step and test program
3973 stops in "callee" and do multiple steps until program goes out
3974 of "callee".
3975 * gdb.reverse/step-reverse.exp: Likewise.
3976
5b061e98
YQ
39772016-04-22 Yao Qi <yao.qi@linaro.org>
3978
3979 * gdb.trace/signal.exp: Also pass if
3980 $tracepoint_hits($i) > $iterations.
3981
5c5dc57f
YQ
39822016-04-22 Yao Qi <yao.qi@linaro.org>
3983
3984 * gdb.trace/signal.c: New file.
3985 * gdb.trace/signal.exp: New file.
3986
a55411b9
DE
39872016-04-19 Doug Evans <xdje42@gmail.com>
3988
3989 * gdb.base/bad-file.exp: New file.
3990
a22df60a
MG
39912016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3992
3993 * gdb.dwarf2/implref.exp: New file.
3994
0c13f7e5
BH
39952016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3996
3997 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3998 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3999 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
4000 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
4001 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
4002 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
4003 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
4004 * lib/fortran.exp (fortran_int4): New procedure.
4005 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
4006 (fortran_logical4): Likewise.
4007
9b9b09e9
BH
40082016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
4009
4010 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
4011
a14d1f4d
BH
40122016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
4013
4014 * lib/compiler.c: Add Intel specific preprocessor macros.
4015 * lib/compiler.cc: Likewise.
25d49b86 4016
7d49b1d0
LM
40172016-04-13 Luis Machado <lgustavo@codesourcery.com>
4018
4019 * gdb.server/connect-with-no-symbol-file.c: New file.
4020 * gdb.server/connect-with-no-symbol-file.exp: New file.
4021
8392fa22
SM
40222016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4023
4024 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
4025
8c4c4aeb
SM
40262016-04-13 Simon Marchi <simon.marchi@ericsson.com>
4027
4028 * boards/gdbserver-base.exp (${board}_download): Copy source file to
4029 standard output directory.
4030
45e3745e
AT
40312016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
4032
4033 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
4034
e26b7e41
MM
40352016-04-13 Markus Metzger <markus.t.metzger@intel.com>
4036
4037 * gdb.btrace/instruction_history.c (loop): Add declaration.
4038
8ce09462
AT
40392016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4040
4041 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
4042
2e88a1ea
SM
40432016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
4044
4045 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
4046 parentheses to print.
4047 (continue_handler): Likewise.
4048
f48e22e3
SM
40492016-04-08 Simon Marchi <simon.marchi@ericsson.com>
4050
4051 * gdb.server/solib-list.exp: Remove is_remote check.
4052 Pass shlib= to gdb_compile. Don't link shared library with
4053 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
4054 Run binary filename through "readlink -f" on the target.
4055
096be756
PA
40562016-04-08 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
4059 interpreter filename as argument to gdbserver_spawn.
4060 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4061 Return empty if $last_loaded_file does not exist.
4062
06500533
JK
40632016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4064
4065 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
4066 * gdb.base/jit-main.c: Use exit after usage.
4067
2d35e871
JK
40682016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4069
4070 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
4071 GDBHISTSIZE prior to the tests.
4072 * gdb.base/gdbinit-history.exp: Likewise.
4073
40742016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
4075
4076 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
4077 instead of build_executable. Use gdb_load_shlibs.
4078
c8064e7e
YQ
40792016-04-07 Yao Qi <yao.qi@linaro.org>
4080
4081 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
4082 Execute "si" command.
4083
bde47561
YQ
40842016-04-07 Yao Qi <yao.qi@linaro.org>
4085
4086 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
4087 number instead of the comments on some line.
4088
b16f8a3b
DB
40892016-04-06 Don Breazeal <donb@codesourcery.com>
4090
4091 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
4092 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
4093
c2f901df
SM
40942016-04-06 Simon Marchi <simon.marchi@ericsson.com>
4095
4096 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
4097 standard_output_file. Remove unused binfile variable.
4098
ac17fda0
CU
40992016-04-05 Catalin Udma <catalin.udma@freescale.com>
4100
4101 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
4102 * gdb.python/py-mi-objfile.exp: Match "list main" output
4103 in console format.
4104
03a8c4df
SM
41052016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
4106
4107 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
4108 absolute.
4109
6e774b13
SM
41102016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4111
4112 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
4113 absolute.
4114 * gdb.trace/ftrace.exp: Likewise.
4115 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
4116 targets as well.
4117 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
4118 (gdb_load_shlibs): Copy libraries to test directory when testing
4119 natively. Only set solib-search-path if testing remotely.
4120 * lib/mi-support.exp (mi_load_shlibs): Likewise.
4121
7817ea46
SM
41222016-04-05 Simon Marchi <simon.marchi@ericsson.com>
4123
4124 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
4125 gdb_download. Use it even if the target is not remote.
4126 * gdb.base/jit.exp (compile_jit_test): Likewise.
4127 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
4128 output directory if the destination board is local, otherwise use
4129 the standard remote_download from DejaGnu.
4130 (gdb_download): Remove.
4131 (gdb_load_shlibs): Use gdb_remote_download instead of
4132 gdb_download.
4133 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
4134 Use gdb_remote_download instead of gdb_download. Use it even if
4135 the target is not remote.
4136 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
4137 instead of gdb_download.
4138
7beb7f68
SM
41392016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
4140
4141 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
4142 (test_insert_delete_modify): Call mi_load_shlibs before trying to
4143 run.
4144
cc63428a
AV
41452016-04-01 Artemiy Volkov <artemiyv@acm.org>
4146
4147 PR gdb/19820
4148 * gdb.base/printcmds.exp: Add artificial arrays tests.
4149
64cdf930
PA
41502016-03-31 Pedro Alves <palves@redhat.com>
4151
4152 PR gdb/19858
4153 * gdb.base/jit-main.c: Include unistd.h.
4154 (ATTACH): Define to 0 if not already defined.
4155 (wait_for_gdb, mypid): New globals.
4156 (WAIT_FOR_GDB): New macro.
4157 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
4158 some breakpoint locations.
4159 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
4160 New procedures.
4161 (one_jit_test): Add REATTACH parameter, and handle it. Use
4162 continue_to_test_location.
4163 (top level): Test attach, and adjusts calls to one_jit_test.
4164
40dea8cb
PA
41652016-03-31 Pedro Alves <palves@redhat.com>
4166
4167 PR gdb/19858
4168 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
4169 BINSUFFIX parameter, and handle it.
4170 (top level): Adjust calls compile_jit_test.
4171
e7ea3ec7
CU
41722016-03-31 Catalin Udma <catalin.udma@freescale.com>
4173
4174 PR python/19743
4175 * gdb.python/py-mi-events-gdb.py: New file.
4176 * gdb.python/py-mi-events.c: New file.
4177 * gdb.python/py-mi-events.exp: New file.
4178
e6359af3
YQ
41792016-03-30 Yao Qi <yao.qi@linaro.org>
4180
4181 * gdb.reverse/until-precsave.exp: Match function name only.
4182 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
4183 Move malloc to a condition block.
4184 * gdb.reverse/until-reverse.exp: Match function name only.
4185
a4105d04
MK
41862016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4187
4188 * gdb.trace/ftrace.exp: Set arg0exp for s390.
4189 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
4190 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
4191 variable for GPR 0 instead of assuming it is register 0.
4192 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
4193 * lib/trace-support.exp: Add s390 registers.
4194
bfa6adb9
YQ
41952016-03-29 Yao Qi <yao.qi@linaro.org>
4196
4197 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
4198
1e6697ea
YQ
41992016-03-24 Yao Qi <yao.qi@linaro.org>
4200
4201 * gdb.reverse/break-reverse.exp: Add quotation mark in the
4202 test message.
4203
64bcd522
AA
42042016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4205
4206 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
4207 maintaining separate logic for constructing the output path.
4208
7868401b
DB
42092016-03-16 Don Breazeal <donb@codesourcery.com>
4210
4211 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4212 Retry fork and waitpid on interrupted system call errors.
4213 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4214 Use with_timeout_factor to increase timeout by factor of 10.
4215
1cafadb4
DB
42162016-03-15 Don Breazeal <donb@codesourcery.com>
4217
4218 * gdb.cp/scope-err.cc: New test program.
4219 * gdb.cp/scope-err.exp: New test script.
4220 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
4221 lines and "set breakpoint here" comment.
4222 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
4223 Fixed some whitespace and format issues.
4224 * gdb.mi/mi-linespec-err-cp.cc: New test program.
4225 * gdb.mi/mi-linespec-err-cp.exp: New test script.
4226
81516450
DE
42272016-03-15 Doug Evans <dje@google.com>
4228
4229 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
4230 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
4231 All callers updated. Add tests for enums, mixed flags register.
4232
aa52b601
DE
42332016-03-15 Doug Evans <dje@google.com>
4234
4235 * gdb.base/skip.c (main): Call test_skip_file_and_function.
4236 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
4237
fa4ff313
SM
42382016-03-14 Simon Marchi <simon.marchi@ericsson.com>
4239
4240 * gdb.base/default.exp: Add $_as_string to the list of expected
4241 convenience functions.
4242
f2403c39
AB
42432016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4244
4245 * gdb.base/maint.exp: New tests for 'maint info line-table'.
4246
f2f3ccb9
SM
42472016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4248
4249 * gdb.python/py-as-string.exp: New file.
4250 * gdb.python/py-as-string.c: New file.
4251
00dbd492
PA
42522016-03-09 Pedro Alves <palves@redhat.com>
4253
4254 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
4255 signal" -> "Thread NN received signal" output change.
4256 * gdb.threads/ia64-sigill.exp: Likewise.
4257 * gdb.threads/linux-dp.exp: Likewise.
4258 * gdb.threads/manythreads.exp: Likewise.
4259 * gdb.threads/pending-step.exp: Likewise.
4260 * gdb.threads/print-threads.exp: Likewise.
4261 * gdb.threads/sigstep-threads.exp: Likewise.
4262 * gdb.threads/staticthreads.exp: Likewise.
4263 * gdb.threads/tls.exp: Likewise.
4264
1e6697ea
YQ
42652016-03-09 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.base/command-line-input.exp: New file.
4268
b04fd3be
MK
42692016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4270
4271 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
4272 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
4273 * gdb.trace/pending.exp: Accept leading dot before function name.
4274 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
4275 * lib/trace-support.exp: Set registers for ppc.
4276
98fa59e9
MK
42772016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4278
4279 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
4280 use it for disassembly; accept .main in addition to main in backtrace.
4281
f77198c8
MK
42822016-03-09 Wei-cheng Wang <cole945@gmail.com>
4283 Marcin Kościelnicki <koriakin@0x04.net>
4284
4285 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
4286 (gdb_recursion_test_ptr): New global variable.
4287 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
4288 gdb_recursion_test.
4289 (gdb_c_test): Ditto.
4290
ba84e0da
MK
42912016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4292
4293 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
4294 ordering.
4295
4366d36e
MK
42962016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4297
4298 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
4299 (bar): Add bar_start_lbl label.
4300 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
4301 of foo/bar for emitting DWARF and tracing.
4302
5eb264df
SDJ
43032016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
4304
4305 * analyze-racy-logs.py: Set executable bit.
4306
fb6a751f
SDJ
43072016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
4308
4309 * Makefile.in (DEFAULT_RACY_ITER): New variable.
4310 (CHECK_TARGET_TMP): Likewise.
4311 (check-single-racy): New rule.
4312 (check-parallel-racy): Likewise.
4313 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
4314 (do-check-parallel-racy): New rule.
4315 (check-racy/%.exp): Likewise.
4316 * README (Racy testcases): New section.
4317 * analyze-racy-logs.py: New file.
4318
bdf7e230
DE
43192016-03-03 Doug Evans <dje@google.com>
4320
4321 * gdb.base/skip.exp: Use with_test_prefix.
4322
4719d415
YQ
43232016-03-03 Yao Qi <yao.qi@linaro.org>
4324
4325 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
4326 Invoke step_over_syscall "clone" and break_cond_on_syscall
4327 "clone".
4328 * gdb.base/step-over-clone.c: New file.
4329
ea507862
YQ
43302016-03-03 Yao Qi <yao.qi@linaro.org>
4331
4332 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
4333 code format.
4334
8fc8cbda
YQ
43352016-03-03 Yao Qi <yao.qi@linaro.org>
4336
4337 * gdb.base/disp-step-fork.c: Rename to ...
4338 * gdb.base/step-over-fork.c: ... it. New file.
4339 * gdb.base/disp-step-vfork.c: Rename to ...
4340 * gdb.base/step-over-vfork.c: ... it. New file.
4341 * gdb.base/disp-step-syscall.exp: Rename to ...
4342 * gdb.base/step-over-syscall.exp: ... it. New file.
4343 (disp_step_cross_syscall): Rename to ...
4344 (step_over_syscall): ... it.
4345
92fa70b0
YQ
43462016-03-03 Yao Qi <yao.qi@linaro.org>
4347
4348 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
4349 If target supports condition evaluation on target, invoke
4350 break_cond_on_syscall for fork and vfork.
4351
e197ad3c
YQ
43522016-03-03 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.base/disp-step-syscall.exp: Don't invoke
4355 support_displaced_stepping.
4356 (disp_step_cross_syscall): Test with displaced stepping off and
4357 on if supported.
4358
0b47da9f
YQ
43592016-03-03 Yao Qi <yao.qi@linaro.org>
4360
4361 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
4362 proc.
4363 (setup): New proc.
4364 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
4365 and setup.
4366
065ab6dc
BH
43672016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4368
4369 * gdb.fortran/vla-history.exp: Remove breakpoint.
4370
07e448ad 43712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4372
25d49b86
PA
4373 * gdb.fortran/vla-history.exp: Lookup array elements and printing
4374 exceeds timeout.
07e448ad 4375
9ac2d526 43762016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4377
25d49b86
PA
4378 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
4379 breakpoint.
9ac2d526 4380
17807369
BH
43812016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4382
4383 * gdb.mi/vla.f90: Nullify pointer after declaration.
4384
86e501af
PA
43852016-03-01 Pedro Alves <palves@redhat.com>
4386
4387 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
4388
1e903e32
PA
43892016-03-01 Pedro Alves <palves@redhat.com>
4390
4391 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
4392 before anything else.
4393 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
4394 _GNU_SOURCE here.
4395 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
4396 before anything else.
4397 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
4398
6ccb54e2
PA
43992016-03-01 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
4402
30ca9da1
YQ
44032016-03-01 Yao Qi <yao.qi@linaro.org>
4404
4405 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
4406 prepare_for_testing.
4407
dc856b38
YQ
44082016-03-01 Yao Qi <yao.qi@linaro.org>
4409
4410 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
4411
4a932159
AA
44122016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4413
4414 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
4415 manually constructing the output path.
4416
f2489477
AA
44172016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4418
4419 * gdb.arch/s390-stackless.S: New.
4420 * gdb.arch/s390-stackless.exp: New.
4421
38899f16
IB
44222016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4423
4424 * gdb.dlang/circular.c: New file.
4425 * gdb.dlang/circular.exp: New file.
4426
9fde51ed
YQ
44272016-02-26 Yao Qi <yao.qi@linaro.org>
4428
4429 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
4430 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
4431 (testcases): Update.
4432
ce90fefe
YQ
44332016-02-26 Yao Qi <yao.qi@linaro.org>
4434
4435 * gdb.reverse/aarch64.c: Rename to ...
4436 * gdb.reverse/insn-reverse.c: ... it.
4437 * gdb.reverse/aarch64.exp: Rename to ...
4438 * gdb.reverse/insn-reverse.exp: ... it.
4439
3263bceb
YQ
44402016-02-26 Yao Qi <yao.qi@linaro.org>
4441
4442 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
4443 (testcase_ftype): New.
4444 (testcases): New array.
4445 (n_testcases): New.
4446 (main): Call each element in testcases.
4447 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
4448 (read_testcase): New.
4449 Do the tests in a loop.
4450
6cb59ff1
YQ
44512016-02-25 Yao Qi <yao.qi@linaro.org>
4452
4453 * gdb.base/branches.c: Remove.
4454
ae91f625
MK
44552016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4456
4457 PR gdb/13808
4458 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
4459
678b48b7
MK
44602016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4461
4462 * gdb.trace/ftrace.exp: Remove unnecessary target check.
4463
7337a6f2
MK
44642016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
4465
4466 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
4467 change x86_64 call_insn to 'callq'.
4468
861ca91f
AT
44692016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4470
4471 * gdb.trace/tfile-avx.c: Move to...
4472 * gdb.trace/tracefile-pseudo-reg.c: Here.
4473 * gdb.trace/tfile-avx.exp: Move to...
4474 * gdb.trace/tracefile-pseudo-reg.exp: Here.
4475
bf74e428
GB
44762016-02-24 Gary Benson <gbenson@redhat.com>
4477
4478 * gdb.base/attach-pie-noexec.exp: Do not expect an error
4479 message on attach.
4480
cce0e923
DE
44812016-02-23 Doug Evans <dje@google.com>
4482
4483 * gdb.base/skip.c (test_skip): New function.
4484 (end_test_skip_file_and_function): New function.
4485 (test_skip_file_and_function): New function.
4486 * gdb.base/skip1.c (test_skip): New function.
4487 (skip1_test_skip_file_and_function): New function.
4488 * gdb.base/skip.exp: Add tests for new skip options.
4489 * gdb.base/skip-solib.exp: Update expected output.
4490 * gdb.perf/skip-command.cc: New file.
4491 * gdb.perf/skip-command.exp: New file.
4492 * gdb.perf/skip-command.py: New file.
4493
4000e47e
MK
44942016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
4495
4496 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
4497 info registers pattern.
4498
24f75ead
IB
44992016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
4500
4501 * lib/future.exp: Add D support.
4502 (gdb_find_gdc): New proc.
4503 (gdb_default_target_compile): Add D support.
4504
fbb7bcbe
WW
45052016-02-18 Wei-cheng Wang <cole945@gmail.com>
4506
4507 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
4508 user+system time.
4509 (trace_speed_test): Determine the iteration count for a time
4510 between 15..30 seconds.
4511
012b3a21
WT
45122016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4513
4514 * gdb.arch/i386-mpx-sigsegv.c: New file.
4515 * gdb.arch/i386-mpx-sigsegv.exp: New file.
4516 * gdb.arch/i386-mpx-simple_segv.c: New file.
4517 * gdb.arch/i386-mpx-simple_segv.exp: New file.
4518
2d5189bd
YQ
45192016-02-18 Yao Qi <yao.qi@linaro.org>
4520
4521 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4522 Don't call setup_kfail.
4523
40fb20d0
YQ
45242016-02-18 Yao Qi <yao.qi@linaro.org>
4525
4526 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4527 Set "set breakpoint condition-evaluation" per $cond_bp_target.
4528
21b1f8d2
DE
45292016-02-16 Doug Evans <dje@google.com>
4530
4531 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
4532 * gdb.base/skip1.c: Ditto.
4533 * gdb.base/skip.exp: Whitespace cleanup.
4534
4041ed77
DB
45352016-02-16 Don Breazeal <donb@codesourcery.com>
4536
4537 PR remote/19496
4538 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
4539 Remove kfail for PR remote/19496.
4540
c4ef31bf
SM
45412016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4542
4543 * lib/gdb.exp (standard_temp_file): Return a path specific to
4544 the runtest invocation.
4545
266b65b3
SM
45462016-02-16 Simon Marchi <simon.marchi@ericsson.com>
4547
4548 * gdb.trace/save-trace.exp: Change relative path to be in the
4549 standard output directory.
4550
a7a0a6a9
JK
45512016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4552
4553 * gdb.arch/i386-prologue.c: Add missing prototypes.
4554
c99dbb42
JK
45552016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4556
4557 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
4558 * gdb.arch/i386-prologue.exp: Likewise.
4559 * gdb.arch/i386-size.exp: Likewise.
4560
aa480355
SM
45612016-02-15 Simon Marchi <simon.marchi@ericsson.com>
4562
4563 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
4564 define object file path.
4565 * gdb.btrace/gcore.exp: Use standard_output_file to define core
4566 file path.
4567 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
4568 standard_output_file to define binfile.
4569
ba881f50
JK
45702016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4571
4572 Fix compatibility with recent gfortran-5.3.1.
4573 * gdb.fortran/vla-history.exp (print vla1 allocated)
4574 (print vla2 allocated, print $2, print $3): Remove
4575 (print $4): Rename to ...
4576 (print $2): ... here.
4577 (print $9): Rename to ...
4578 (print $5): ... here.
4579 (print $10): Rename to ...
4580 (print $6): ... here.
4581 * gdb.fortran/vla.f90: Add pvla initialization.
4582
e9fb005c
JK
45832016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
4586 New test.
4587 * gdb.fortran/vla-value-sub.exp: Likewise.
4588
e44e00ff
MK
45892016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4590
4591 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
4592
97e94151
SM
45932016-02-12 Simon Marchi <simon.marchi@ericsson.com>
4594
4595 * i386-biarch-core.exp: Define corefile using
4596 standard_output_file.
4597
01113bc1
YQ
45982016-02-12 Yao Qi <yao.qi@linaro.org>
4599
4600 * gdb.arch/arm-single-step-kernel-helper.c: New.
4601 * gdb.arch/arm-single-step-kernel-helper.exp: New.
4602
33b4777c
MM
46032016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4604
4605 * gdb.btrace/tailcall-only.exp: New.
4606 * gdb.btrace/tailcall-only.c: New.
4607 * gdb.btrace/x86_64-tailcall-only.S: New.
4608 * gdb.btrace/i686-tailcall-only.S: New.
4609
acc23c11
PA
46102016-02-11 Pedro Alves <palves@redhat.com>
4611
4612 * README (Parallel testing): Add missing double quotes.
4613
e352bf0a
PA
46142016-02-11 Pedro Alves <palves@redhat.com>
4615
4616 * README (Parallel testing): New section.
4617 (GDB_PARALLEL): Rewrite.
4618 (FORCE_PARALLEL): Document.
4619
9f5fed78
MK
46202016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
4621
4622 * gdb.trace/tfile-avx.c: New test.
4623 * gdb.trace/tfile-avx.exp: New test.
4624
9ef9e6a6
KS
46252016-02-09 Keith Seitz <keiths@redhat.com>
4626
4627 PR breakpoints/19546
4628 * gdb.base/infcall-exec.c: New file.
4629 * gdb.base/infcall-exec2.c: New file.
4630 * gdb.base/infcall-exec.exp: New file.
4631
a96e36da
KS
46322016-02-09 Keith Seitz <keiths@redhat.com>
4633
4634 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
4635 (toplevel): Call test_bkpt_address.
4636
9f61929f
KS
46372016-02-09 Keith Seitz <keiths@redhat.com>
4638
4639 PR python/19506
4640 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
4641 (toplevel): Call test_bkpt_address.
4642
1e94266c
SM
46432016-02-09 Simon Marchi <simon.marchi@ericsson.com>
4644
4645 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
4646 to AC_OUTPUT.
4647 * configure: Regenerate.
4648
2a7f3dff
PA
46492016-02-09 Pedro Alves <palves@redhat.com>
4650
4651 PR breakpoints/19548
4652 * gdb.base/execl-update-breakpoints.c (some_function): New
4653 function.
4654 (main): Call it.
4655 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
4656 Tighten expected GDB output.
4657
2151ccc5
SM
46582016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4659
4660 * Makefile.in (ALL_SUBDIRS): Remove.
4661 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
4662 (distclean maintainer-clean realclean): Likewise.
4663 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
4664 * configure: Regenerate.
4665 * gdb.ada/Makefile.in: Delete.
4666 * gdb.arch/Makefile.in: Likewise.
4667 * gdb.asm/Makefile.in: Likewise.
4668 * gdb.base/Makefile.in: Likewise.
4669 * gdb.btrace/Makefile.in: Likewise.
4670 * gdb.cell/Makefile.in: Likewise.
4671 * gdb.compile/Makefile.in: Likewise.
4672 * gdb.cp/Makefile.in: Likewise.
4673 * gdb.disasm/Makefile.in: Likewise.
4674 * gdb.dlang/Makefile.in: Likewise.
4675 * gdb.dwarf2/Makefile.in: Likewise.
4676 * gdb.fortran/Makefile.in: Likewise.
4677 * gdb.gdb/Makefile.in: Likewise.
4678 * gdb.go/Makefile.in: Likewise.
4679 * gdb.guile/Makefile.in: Likewise.
4680 * gdb.java/Makefile.in: Likewise.
4681 * gdb.linespec/Makefile.in: Likewise.
4682 * gdb.mi/Makefile.in: Likewise.
4683 * gdb.modula2/Makefile.in: Likewise.
4684 * gdb.multi/Makefile.in: Likewise.
4685 * gdb.objc/Makefile.in: Likewise.
4686 * gdb.opencl/Makefile.in: Likewise.
4687 * gdb.opt/Makefile.in: Likewise.
4688 * gdb.pascal/Makefile.in: Likewise.
4689 * gdb.perf/Makefile.in: Likewise.
4690 * gdb.python/Makefile.in: Likewise.
4691 * gdb.reverse/Makefile.in: Likewise.
4692 * gdb.server/Makefile.in: Likewise.
4693 * gdb.stabs/Makefile.in: Likewise.
4694 * gdb.threads/Makefile.in: Likewise.
4695 * gdb.trace/Makefile.in: Likewise.
4696 * gdb.xml/Makefile.in: Likewise.
4697 * lib/gdb.exp (make_gdb_parallel_path): Add check for
4698 GDB_PARALLEL.
4699 (standard_output_file): Remove check for GDB_PARALLEL, always
4700 return path in outputs/$subdir/$testname.
4701
437277d4
SM
47022016-02-08 Simon Marchi <simon.marchi@ericsson.com>
4703
4704 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4705 (site.exp): Assign abs_srcdir to tcl's srcdir.
4706
31d913c7
YQ
47072016-02-04 Yao Qi <yao.qi@linaro.org>
4708
4709 * gdb.base/foll-exec-mode.c: Include limits.h.
4710 (main): Add parameters argc and argv. Get directory from
4711 argv[0].
4712 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4713 compilation.
4714 * gdb.base/foll-exec.c: Include limits.h.
4715 (main): Add parameters argc and argv.
4716 Get directory from argv[0].
4717 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4718 Adjust tests on the number of lines as source code changed.
4719 * gdb.base/foll-vfork-exit.c: Include limits.h.
4720 (main): Add one line of statement before vfork.
4721 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4722 (main): Add parameters argc and argv. Get directory from
4723 argv[0].
4724 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4725 (setup_gdb): Set tbreak to skip some source lines.
4726 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4727 (main): Add parameters argc and argv. Get directory from
4728 argv[0].
4729 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4730 compilation.
4731 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4732 (main): Add parameters argc and argv. Get directory from
4733 argv[0].
4734 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4735 compilation.
4736
9482b9fb
DE
47372016-02-01 Doug Evans <dje@google.com>
4738
4739 * gdb.base/skip.exp: Clean up multiple references to same test name.
4740
6b2e4f10
PA
47412016-02-01 Pedro Alves <palves@redhat.com>
4742
ccb6afd6 4743 PR remote/19496
6b2e4f10
PA
4744 * gdb.threads/forking-threads-plus-breakpoint.exp
4745 (displaced_stepping_supported): New global.
4746 (probe_displaced_stepping_support): New procedure.
4747 (do_test): Add 'displaced' parameter, and use it.
4748 (top level): Check for displaced stepping support. Add displaced
4749 stepping on/off testing axis.
4750
37a8db1a
AB
47512016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4752
4753 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4754 pointer. Don't perform further tests on the unassociated pointer
4755 if the first test fails.
4756
5fdf6324
AB
47572016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4758
4759 * gdb.base/max-value-size.c: New file.
4760 * gdb.base/max-value-size.exp: New file.
4761 * gdb.base/huge.exp: Disable max-value-size for this test.
4762
935c6144
IB
47632016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4764
4765 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4766
7fe8399d
YQ
47672016-01-28 Yao Qi <yao.qi@linaro.org>
4768
4769 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4770
a2077e25
PA
47712016-01-25 Pedro Alves <palves@redhat.com>
4772
4773 PR threads/19461
4774 * gdb.base/fork-running-state.c: New file.
4775 * gdb.base/fork-running-state.exp: New file.
4776
1d2736d4
PA
47772016-01-25 Pedro Alves <palves@redhat.com>
4778
4779 PR gdb/19494
4780 * gdb.base/catch-fork-kill.c: New file.
4781 * gdb.base/catch-fork-kill.exp: New file.
4782
f1da4b11
PA
47832016-01-25 Pedro Alves <palves@redhat.com>
4784
4785 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4786 Delete, moved to lib/gdb.exp.
4787 * gdb.threads/forking-threads-plus-breakpoint.exp
4788 (foreach_with_prefix): Likewise.
4789 * gdb.threads/process-dies-while-handling-bp.exp
4790 (foreach_with_prefix): Likewise.
4791 * lib/gdb.exp (foreach_with_prefix): New procedure.
4792
45f38546
MK
47932016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4794
4795 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4796 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4797
dc29a1ce
MK
47982016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4799
4800 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4801 endian targets.
4802
092127d7
JK
48032016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4804 Pedro Alves <palves@redhat.com>
4805
4806 Fix testsuite compatibility with Guile.
4807 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4808 number.
4809
31d765d3
JK
48102016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4811
4812 Fix testsuite compatibility with Guile.
4813 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4814 (thread 1): New test for backtrace through signal handler.
4815
1ac78c04
YQ
48162016-01-22 Yao Qi <yao.qi@linaro.org>
4817
4818 PR testsuite/19491
4819 * gdb.base/multi-forks.c: Include
4820 ../lib/unbuffer_output.c
4821 (main): Call gdb_unbuffer_output.
4822
4f5946a8
DE
48232016-01-21 Doug Evans <dje@google.com>
4824
4825 * lib/ada.exp (gdb_compile_ada): Fix typo.
4826
305e13e6
JB
48272016-01-21 Joel Brobecker <brobecker@adacore.com>
4828
4829 * gdb.base/break-fun-addr.exp: New file.
4830 * gdb.base/break-fun-addr1.c: New file.
4831 * gdb.base/break-fun-addr2.c: New file.
4832
5f5dfff6
SM
48332016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4834
4835 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4836 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4837 enum flag values.
4838
fd356fa2
AA
48392016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4840
4841 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4842 when GDB can not set the vector return value. Add more comments
4843 for clarification.
4844
9df22175
AT
48452016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4846
4847 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4848 command.
4849
41d1845e
SM
48502016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4851
4852 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4853
01ac6840
SM
48542016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4855
4856 * Makefile.in (check-single): Pass --status to runtest.
4857 (check/%.exp): Likewise.
4858
48592016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4860
4861 * Makefile.in (check-parallel): Propagate return code from make
4862 do-check-parallel.
4863
bd0a71fa
MK
48642016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4865
4866 * gdb.trace/ftrace.exp: Fix expected message on continue.
4867 * gdb.trace/pending.exp: Fix expected message on continue.
4868 * gdb.trace/trace-break.exp: Fix expected message on continue.
4869
8bcbad33
SM
48702016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4871
4872 * lib/gdb.exp (gdb_test): Remove unused global references.
4873
f303dbd6
PA
48742016-01-18 Pedro Alves <palves@redhat.com>
4875
4876 * gdb.base/async-shell.exp: Adjust expected output.
4877 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4878 * gdb.base/siginfo-thread.exp: Adjust expected output.
4879 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4880 * gdb.java/jnpe.exp: Adjust expected output.
4881 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4882 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4883 * gdb.threads/leader-exit.exp: Adjust expected output.
4884 * gdb.threads/manythreads.exp: Adjust expected output.
4885 * gdb.threads/pthreads.exp: Adjust expected output.
4886 * gdb.threads/schedlock.exp: Adjust expected output.
4887 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4888 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4889 expected output.
4890 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4891 output.
4892 * gdb.threads/sigthread.exp: Adjust expected output.
4893 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4894
b2789696
YQ
48952016-01-18 Yao Qi <yao.qi@linaro.org>
4896
4897 * gdb.guile/scm-section-script.c: Replace @progbits with
4898 %progbits.
4899 * gdb.python/py-section-script.c: Likewise.
4900
71ef29a8
PA
49012016-01-15 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.multi/tids.exp: Test star wildcard ranges.
4904
3f5b7598
PA
49052016-01-15 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4908 command from "thread apply" invocation.
4909 (thr_apply_info_thr_invalid): Default the expected output to the
4910 input tid list.
4911 (top level): Add tests that use convenience variables. Add tests
4912 for "thread apply" with a valid TID list, but missing the command.
4913
663f6d42
PA
49142016-01-13 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.base/default.exp: Expect $_gthread as well.
4917 * gdb.multi/tids.exp: Test $_gthread.
4918 * gdb.threads/thread-specific.exp: Test $_gthread.
4919
c84f6bbf
PA
49202016-01-13 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.multi/tids.exp: Test "info threads -gid".
4923
22a02324
PA
49242016-01-13 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4927 Breakpoint.thread.
4928 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4929
5d5658a1
PA
49302016-01-07 Pedro Alves <palves@redhat.com>
4931
4932 * gdb.base/break.exp: Adjust to output changes.
4933 * gdb.base/hbreak2.exp: Likewise.
4934 * gdb.base/sepdebug.exp: Likewise.
4935 * gdb.base/watch_thread_num.exp: Likewise.
4936 * gdb.linespec/keywords.exp: Likewise.
4937 * gdb.multi/info-threads.exp: Likewise.
4938 * gdb.threads/thread-find.exp: Likewise.
4939 * gdb.multi/tids.c: New file.
4940 * gdb.multi/tids.exp: New file.
4941
84654457
PA
49422016-01-13 Pedro Alves <palves@redhat.com>
4943
4944 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4945
e3940304
PA
49462016-01-13 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.base/default.exp: Expect $_inferior as well.
4949 * gdb.multi/base.exp: Test $_inferior.
4950
a911d87a
PA
49512016-01-13 Pedro Alves <palves@redhat.com>
4952
4953 PR breakpoints/19388
4954 * gdb.base/catch-signal-siginfo-cond.c: New file.
4955 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4956
82075af2
JS
49572016-01-12 Josh Stone <jistone@redhat.com>
4958 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4959
4960 * gdb.base/catch-syscall.c (do_execve): New variable.
4961 (main): Conditionally trigger an execve.
4962 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4963 (test_catch_syscall_execve): New, check entry/return across execve.
4964 (do_syscall_tests): Call test_catch_syscall_execve.
4965
e46eeedd
PA
49662016-01-12 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.base/random-signal.exp (do_test): New procedure, with body
4969 of testcase moved in.
4970
01d8c27e
JK
49712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4972 Pedro Alves <palves@redhat.com>
4973
4974 * gdb.base/funcargs.exp (finish from indirectly called function):
4975 Reintroduce the case for 'First'.
4976
9a706302
JK
49772016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4978 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4981 (tcatch_vfork_then_child_follow_exec)
4982 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4983 identification.
4984
c0ecb95f
JK
49852016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4986
4987 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4988 and repeats to unlimited.
4989 * gdb.python/py-value.exp: Likewise.
4990 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4991 and repeats to unlimited.
4992
6cfc1fcb
JK
49932016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4994
4995 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4996 and reordering the functions.
4997 * gdb.multi/hangout.c: Likewise.
4998 * gdb.multi/hello.c: Likewise.
4999
582a1b00
SM
50002016-01-08 Simon Marchi <simon.marchi@ericsson.com>
5001
5002 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
5003 absolute.
5004 (SingleStatisticTestResult.report): Use dict.keys instead of
5005 dict.iterkeys.
5006
79bc59cb
PA
50072016-01-06 Pedro Alves <palves@redhat.com>
5008
5009 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
5010
43368e1d
MM
50112016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5012
5013 * gdb.btrace/dlopen.exp: New.
5014 * gdb.btrace/dlopen.c: New.
5015 * gdb.btrace/dlopen-dso.c: New.
5016
79fad5b8
SL
50172015-12-25 Sandra Loosemore <sandra@codesourcery.com>
5018
5019 * lib/gdb.exp (gdb_test): Update comments to clarify that the
5020 PATTERN argument is optional.
5021
ab8314b3
JB
50222015-12-24 Joel Brobecker <brobecker@adacore.com>
5023
5024 * lib/ada.exp (target_compile_ada_from_dir): New function.
5025 (gdb_compile_ada): Reimplement avoiding the use of project files.
5026 * gdb.ada/gnat_ada.gpr: Delete.
5027 * gdb.ada/cond_lang.exp: Adjust test to make path before
5028 filename optional.
5029 * gdb.ada/small_reg_param.exp: Likewise.
5030
fe33faff
SM
50312015-12-22 Simon Marchi <simon.marchi@ericsson.com>
5032
5033 * gdb.base/foll-vork.exp: Remove HP-UX special case.
5034
6d265cb4
TP
50352015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5036
5037 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
5038 case.
5039
10125099
SM
50402015-12-21 Simon Marchi <simon.marchi@ericsson.com>
5041
5042 * gdb.base/break.exp: Remove dead code.
5043 * gdb.base/sepdebug.exp: Likewise.
5044
3ca22649
SM
50452015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5046
5047 * gdb.asm/asm-source.exp: Remove HP-UX references.
5048 * gdb.base/annota1.exp: Likewise.
5049 * gdb.base/annota3.exp: Likewise.
5050 * gdb.base/attach.exp: Likewise.
5051 * gdb.base/bigcore.exp: Likewise.
5052 * gdb.base/break.exp: Likewise.
5053 * gdb.base/call-ar-st.exp: Likewise.
5054 * gdb.base/callfuncs.exp: Likewise.
5055 * gdb.base/catch-fork-static.exp: Likewise.
5056 * gdb.base/display.exp: Likewise.
5057 * gdb.base/foll-exec-mode.exp: Likewise.
5058 * gdb.base/foll-exec.exp: Likewise.
5059 * gdb.base/foll-fork.exp: Likewise.
5060 * gdb.base/foll-vfork.exp: Likewise.
5061 * gdb.base/funcargs.exp: Likewise.
5062 * gdb.base/hbreak2.exp: Likewise.
5063 * gdb.base/inferior-died.exp: Likewise.
5064 * gdb.base/interrupt.exp: Likewise.
5065 * gdb.base/multi-forks.exp: Likewise.
5066 * gdb.base/nodebug.exp: Likewise.
5067 * gdb.base/sepdebug.exp: Likewise.
5068 * gdb.base/solib1.c: Likewise.
5069 * gdb.base/step-test.exp: Likewise.
5070 * gdb.mi/non-stop.c: Likewise.
5071 * gdb.mi/pthreads.c: Likewise.
5072 * gdb.multi/bkpt-multi-exec.ex: Likewise.
5073 * gdb.threads/pthreads.c: Likewise.
5074 * gdb.threads/staticthreads.exp: Likewise.
5075 * lib/future.exp: Likewise.
5076 * lib/gdb.exp: Likewise.
5077 * gdb.base/so-indr-cl.c: Remove.
5078 * gdb.base/so-indr-cl.exp: Likewise.
5079 * gdb.base/solib.c: Likewise.
5080 * gdb.base/solib.exp: Likewise.
5081 * gdb.base/solib2.c: Likewise.
5082
b6304613
SM
50832015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
5084
5085 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
5086 * gdb.base/call-ar-st.exp: Likewise.
5087 * gdb.base/callfuncs.exp: Likewise.
5088 * gdb.base/condbreak.exp: Likewise.
5089 * gdb.base/constvars.exp: Likewise.
5090 * gdb.base/hbreak2.exp: Likewise.
5091 * gdb.base/langs.exp: Likewise.
5092 * gdb.base/list.exp: Likewise.
5093 * gdb.base/long_long.exp: Likewise.
5094 * gdb.base/ptype.exp: Likewise.
5095 * gdb.base/scope.exp: Likewise.
5096 * gdb.base/signals.exp: Likewise.
5097 * gdb.base/so-impl-ld.exp: Likewise.
5098 * gdb.base/varargs.exp: Likewise.
5099 * gdb.base/volatile.exp: Likewise.
5100 * gdb.base/whatis.exp: Likewise.
5101 * gdb.cp/cplusfuncs.exp: Likewise.
5102 * gdb.cp/inherit.exp: Likewise.
5103 * gdb.cp/local.exp: Likewise.
5104 * gdb.cp/member-ptr.exp: Likewise.
5105 * gdb.cp/method.exp: Likewise.
5106 * gdb.cp/overload.exp: Likewise.
5107 * gdb.cp/templates.exp: Likewise.
5108 * gdb.stabs/weird.exp: Likewise.
5109 * lib/compiler.c: Likewise.
5110 * lib/compiler.cc: Likewise.
5111 * lib/cp-support.exp: Likewise.
5112 * lib/gdb.exp: Likewise.
5113
bf401b07
SM
51142015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
5115
5116 * configure.ac: Remove HP-UX case.
5117 * configure: Regenerate.
5118
aff9c0f8
SM
51192015-12-18 Simon Marchi <simon.marchi@ericsson.com>
5120
5121 * lib/gdb.exp (gdb_compile): Add function doc.
5122
a6904d5a
PA
51232015-12-17 Pedro Alves <palves@redhat.com>
5124
5125 PR threads/19354
5126 * gdb.multi/info-threads.exp: New file.
5127
a22279dd
YQ
51282015-12-15 Yao Qi <yao.qi@linaro.org>
5129
5130 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
5131 is aarch64*-*-*.
5132
0588c796
SL
51332015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5134
5135 * gdb.base/history-duplicates.exp: Skip if no readline support.
5136
5d978e17
SL
51372015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5138
5139 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
5140
7e763b86
SL
51412015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5142
5143 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
5144
87a3a92c
SL
51452015-12-14 Sandra Loosemore <sandra@codesourcery.com>
5146
5147 * gdb.base/completion.exp: Skip tests that interrupt GDB with
5148 ctrl-C if nointerrupts target property is set.
5149 * gdb.base/double-prompt-target-event-error.exp: Likewise.
5150 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
5151 * gdb.base/paginate-bg-execution.exp: Likewise.
5152 * gdb.base/paginate-execution-startup.exp: Likewise.
5153 * gdb.base/random-signal.exp: Likewise.
5154 * gdb.base/range-stepping.exp: Likewise.
5155 * gdb.cp/annota2.exp: Likewise.
5156 * gdb.cp/annota3.exp: Likewise.
5157 * gdb.gdb/selftest.exp: Likewise.
5158 * gdb.threads/continue-pending-status.exp: Likewise.
5159 * gdb.threads/leader-exit.exp: Likewise.
5160 * gdb.threads/manythreads.exp: Likewise.
5161 * gdb.threads/pthreads.exp: Likewise.
5162 * gdb.threads/schedlock.exp: Likewise.
5163 * gdb.threads/sigthread.exp: Likewise.
5164
a8f077dc
DB
51652015-12-11 Don Breazeal <donb@codesourcery.com>
5166
5167 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
5168 remote.
5169 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
5170 * gdb.base/foll-exec.exp (main): Enable for target remote.
5171 * gdb.base/foll-fork.exp (main): Likewise.
5172 * gdb.base/foll-vfork.exp (main): Likewise.
5173 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
5174 (proc continue_to_exit_bp_loc): Use clean_restart.
5175 * gdb.base/pie-execl.exp (main): Disable for target remote.
5176 * gdb.base/watch-vfork.exp (main): Enable for target remote.
5177 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
5178 * gdb.threads/execl.exp (main): Likewise.
5179 * gdb.threads/fork-child-threads.exp (main): Likewise.
5180 * gdb.threads/fork-plus-threads.exp (main): Disable for target
5181 remote.
5182 * gdb.threads/fork-thread-pending.exp (main): Enable for target
5183 remote.
5184 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
5185 pid.tid style ptids, instead of just tid.
5186 * gdb.threads/thread-execl.exp (main): Enable for target remote.
5187 * gdb.threads/watchpoint-fork.exp (main): Likewise.
5188 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
5189 ptids, instead of just tid.
5190
3b2464a8
AB
51912015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5192
5193 * gdb.base/list.exp (test_list_forward): Add end of file error
5194 test.
5195 (test_repeat_list_command): Add end of file error test.
5196 (test_list_backwards): Add beginning of file error test.
5197
a0def019
AB
51982015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5199
5200 * gdb.base/list.exp (test_list_invalid_args): New function,
5201 defined, and called.
5202
5c000dff
AB
52032015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5204
5205 * gdb.base/list.exp (test_list): Make test names unique.
5206
f1637ebe
YQ
52072015-12-11 Yao Qi <yao.qi@linaro.org>
5208
5209 * gdb.base/coremaker2.c: Remove.
5210
36d6fc0a
PA
52112015-12-10 Pedro Alves <palves@redhat.com>
5212
5213 * gdb.multi/base.exp: Remove stale "spaces" references.
5214
762f7747
PA
52152015-12-10 Pedro Alves <palves@redhat.com>
5216
5217 * gdb.multi/base.exp: Don't use nowarnings.
5218 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
5219 * gdb.multi/hangout.c: Include stdio.h.
5220 * gdb.multi/hello.c: Include stdlib.h.
5221 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
5222 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
5223 * gdb.multi/multi-arch.exp: Don't use nowarnings.
5224
28d2bfb9
AB
52252015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
5226
5227 * gdb.dwarf2/dw2-ranges-base.c: New file.
5228 * gdb.dwarf2/dw2-ranges-base.exp: New file.
5229 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
5230 support additional line table, and debug ranges generation.
5231 (Dwarf::ranges): New function, generate .debug_ranges.
5232 (Dwarf::lines): Support generating simple line table programs.
5233 (Dwarf::assemble): Initialise new namespace variables.
5234
5fc2beac
KB
52352015-12-09 Kevin Buettner <kevinb@redhat.com>
5236
5237 * gdb.base/async.exp (proc test_background): Add case for
5238 asynchronous execution not supported.
5239
1c35a88f
LM
52402015-12-09 Luis Machado <lgustavo@codesourcery.com>
5241
5242 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
5243 format and change test names to make them unique.
5244
b593e3d9
RK
52452015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
5246 Pedro Alves <pedro@redhat.com>
5247
5248 PR gdb/18702
5249 Add checking of floatformats setup on x86_64 hosts.
5250 * gdb.arch/i386-float.S (main): Load bigval and smallval.
5251 (smallval, bigval): New labels/constants.
5252 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
5253 float" after loading bigval and smallval.
5254
d72413e6
PMR
52552015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
5256
5257 * gdb.ada/fun_overload_menu.exp: New testcase.
5258 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
5259
ece66d65
JS
52602015-12-04 Josh Stone <jistone@redhat.com>
5261
5262 * gdb.base/catch-fork-static.exp: New.
5263
41d0efca
YQ
52642015-12-03 Yao Qi <yao.qi@linaro.org>
5265
5266 * gdb.base/sizeof.c: Don't include stdio.h and
5267 ../lib/unbuffer_output.c.
5268 (main): New variable 'size' and 'value'. Remove printf and
5269 gdb_unbuffer_output. Assign return value to size and value.
5270 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
5271 at the beginning.
5272 (check_sizeof): Check the result by printing variable 'size'.
5273 (check_valueof): Check the result by printing variable 'value'.
5274
99fd02d9
YQ
52752015-12-01 Yao Qi <yao.qi@linaro.org>
5276
5277 * gdb.base/disp-step-syscall.exp: Define syscall instruction
5278 for aarch64*-*-linux* target.
5279
f2faf941
PA
52802015-11-30 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
5283
04bf20c5
PA
52842015-11-30 Pedro Alves <palves@redhat.com>
5285
5286 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
5287 Handle non-stop mode vCont replies.
5288
09df4675
PA
52892015-11-30 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
5292 prepare_for_testing. Start gdb with "set non-stop on" appended to
5293 GDBFLAGS. Lax expected stop output.
5294
58b584af
YQ
52952015-11-27 Yao Qi <yao.qi@linaro.org>
5296
5297 * gdb.arch/arm-neon.exp: New.
5298 * gdb.arch/arm-neon.c: New.
5299
dfcb77a8
YQ
53002015-11-27 Yao Qi <yao.qi@linaro.org>
5301
5302 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
5303
88e8ec1b
YQ
53042015-11-27 Yao Qi <yao.qi@linaro.org>
5305
5306 * gdb.cp/annota2.exp: Allow multiple occurrences of the
5307 frames-invalid annotation.
5308
bfde72c2
YQ
53092015-11-27 Yao Qi <yao.qi@linaro.org>
5310
5311 * gdb.cp/annota2.exp: Use ${frames_invalid}.
5312
f6512a69
SM
53132015-11-26 Simon Marchi <simon.marchi@ericsson.com>
5314
5315 * gdb.threads/names.exp: New file.
5316 * gdb.threads/names.c: New file.
5317 * README: Mention gdb,no_thread_names.
5318
46a3515b
MM
53192015-11-26 Markus Metzger <markus.t.metzger@intel.com>
5320
5321 PR 19297
5322 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
5323 support" error.
5324
62147a22
PA
53252015-11-24 Pedro Alves <palves@redhat.com>
5326
5327 PR 17539
5328 * gdb.base/display.exp: Expect displays to be sorted in ascending
5329 order. Use multi_line.
5330 * gdb.base/solib-display.exp: Likewise.
5331
2f341b6e
PA
53322015-11-24 Pedro Alves <palves@redhat.com>
5333
5334 PR 17539
25d49b86
PA
5335 * gdb.base/display.exp: Expect displays to be sorted in ascending
5336 order. Use multi_line.
5337 * gdb.base/solib-display.exp: Likewise.
2f341b6e 5338
7e0aa6aa
PA
53392015-11-24 Pedro Alves <palves@redhat.com>
5340
5341 PR 17539
5342 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
5343 threads in ascending order.
5344 * gdb.base/foll-fork.exp: Likewise.
5345 * gdb.base/foll-vfork.exp: Likewise.
5346 * gdb.base/multi-forks.exp: Likewise.
5347 * gdb.mi/mi-nonstop.exp: Likewise.
5348 * gdb.mi/mi-nsintrall.exp: Likewise.
5349 * gdb.multi/base.exp: Likewise.
5350 * gdb.multi/multi-arch.exp: Likewise.
5351 * gdb.python/py-inferior.exp: Likewise.
5352 * gdb.threads/break-while-running.exp: Likewise.
5353 * gdb.threads/execl.exp: Likewise.
5354 * gdb.threads/gcore-thread.exp: Likewise.
5355 * gdb.threads/info-threads-cur-sal.exp: Likewise.
5356 * gdb.threads/kill.exp: Likewise.
5357 * gdb.threads/linux-dp.exp: Likewise.
5358 * gdb.threads/multiple-step-overs.exp: Likewise.
5359 * gdb.threads/next-bp-other-thread.exp: Likewise.
5360 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
5361 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
5362 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
5363 * gdb.threads/thread-find.exp: Likewise.
5364 * gdb.threads/tls.exp: Likewise.
5365 * lib/mi-support.exp (mi_reverse_list): Delete.
5366 (mi_check_thread_states): No longer reverse list.
5367
2cc57ad8
PA
53682015-11-24 Pedro Alves <palves@redhat.com>
5369
5370 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
5371 use lowercase.
5372
c93e8391
SM
53732015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5374
5375 * gdb.trace/actions.c: Include trace-common.h.
5376 (main): Add a location for a fast tracepoint.
5377 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
5378 the normal tracepoints.
5379 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
5380
045ccf91
SM
53812015-11-23 Simon Marchi <simon.marchi@ericsson.com>
5382
5383 * save-trace.exp: Factor out code to these...
5384 (gdb_save_tracepoints): New.
5385 (gdb_load_tracepoints): New.
5386 (do_save_load_test): New.
5387
5506f9f6
KB
53882015-11-23 Kevin Buettner <kevinb@redhat.com>
5389
5390 * gdb.base/asmlabel.exp: New test.
5391 * gdb.base/asmlabel.c: New test case.
5392
16c3b12f
JB
53932015-11-23 Joel Brobecker <brobecker@adacore.com>
5394
5395 * gdb.base/wrong_frame_bt_full-main.c: New file.
5396 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
5397 * gdb.base/wrong_frame_bt_full.exp: New file.
5398
155bfbd3
JB
53992015-11-23 Joel Brobecker <brobecker@adacore.com>
5400
5401 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
5402
bb097445
JM
54032015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5404
206853a0 5405 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
5406 pstate register when comparing registers values in
5407 sparc64-*-linux-gnu targets to avoid spurious differences.
5408
9c88ed8f
JM
54092015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
5410
206853a0 5411 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 5412
96161e25
SL
54132015-11-19 Sandra Loosemore <sandra@codesourcery.com>
5414
5415 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
5416 as type argument to gdb_compile.
5417 * gdb.base/nested-subp2.exp: Likewise.
5418 * gdb.base/nested-subp3.exp: Likewise.
5419
340c2830
DV
54202015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
5421
5422 * lib/dwarf.exp (_note): Fix left shift of negative value.
5423 * gdb.trace/trace-condition.exp: Likewise.
5424
c1862d0f
YQ
54252015-11-13 Yao Qi <yao.qi@linaro.org>
5426
5427 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
5428 comments about d10v.
5429 (test_scalar_returns): Likewise.
5430 * gdb.base/d10v.ld: Remove.
5431 * gdb.base/overlays.exp: Remove the target triplet checking for
5432 d10v-*-*.
5433 * gdb.base/structs.exp (test_struct_returns): Remove the
5434 comments about d10v.
5435 (test_struct_calls): Likewise.
5436
77ae9c19
YQ
54372015-11-13 Yao Qi <yao.qi@linaro.org>
5438
5439 * gdb.base/gnu_vector.exp: Check the return value by "p res".
5440 * gdb.base/gnu_vector.c: Don't include stdio.h.
5441 (main): Don't print res and call add_some_intvecs.
5442
430e004e
MK
54432015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
5444
5445 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
5446 macro.
5447 (func5): Removed.
5448 (func4): Use FAST_TRACEPOINT_LABEL.
5449 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
5450 macro.
5451 (func): Removed.
5452 (thread_function): Use FAST_TRACEPOINT_LABEL.
5453 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
5454 (func): Remove.
5455 (marker): Use FAST_TRACEPOINT_LABEL.
5456 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
5457 (pendfunc1): Remove.
5458 (pendfunc): Use FAST_TRACEPOINT_LABEL.
5459 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
5460 (foo): Remove.
5461 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
5462 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
5463 macro.
5464 (func): Remove.
5465 (marker): Use FAST_TRACEPOINT_LABEL.
5466 * gdb.trace/trace-common.h: New header.
5467 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
5468 macro.
5469 (func): Remove.
5470 (marker): Use FAST_TRACEPOINT_LABEL.
5471 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
5472 (func): Remove.
5473 (thread_function): Use FAST_TRACEPOINT_LABEL.
5474
6e7675a7
MK
54752015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
5476
5477 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
5478 in front.
5479 * gdb.trace/change-loc.exp: Use global pcreg definition.
5480 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
5481 * gdb.trace/entry-values.exp: Use global spreg definition, add $
5482 in front.
5483 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
5484 * gdb.trace/pending.exp: Likewise.
5485 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
5486 * gdb.trace/trace-break.exp: Likewise.
5487 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
5488 in front.
5489 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
5490 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
5491 in front.
5492 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
5493
dddc0e16
JB
54942015-11-09 Joel Brobecker <brobecker@adacore.com>
5495
5496 * gdb.ada/fin_fun_out: New testcase.
5497
c6f0b406
KB
54982015-11-07 Kevin Buettner <kevinb@redhat.com>
5499
5500 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
5501 value associated with DW_AT_byte_size.
5502 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
5503 constants for DW_AT_byte_size, DW_AT_lower_bound, and
5504 DW_AT_upper_bound.
5505
f01dcfd9
KB
55062015-11-07 Kevin Buettner <kevinb@redhat.com>
5507
5508 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
5509 (gdb_target_symbol_prefix_flags): Define in terms of _asm
5510 version.
5511 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
5512 gdb.dwarf2/dw2-canonicalize-type.exp,
5513 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
5514 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
5515 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
5516 provided by gdb_target_symbol_prefix_flags_asm.
5517 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
5518 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
5519 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
5520 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
5521 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
5522 macros where needed). Use this macro for symbols which require
5523 the prefix provided by SYMBOL_PREFIX.
5524
2223449a
KB
55252015-11-05 Kevin Buettner <kevinb@redhat.com>
5526
5527 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
5528 New procs.
5529 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
5530 representing expressions, of more than one list element.
5531 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
5532 to prepend linker symbol prefix to f.
5533 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
5534 table_1 and table_2.
5535 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
5536 Likewise, for f and g.
5537 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
5538 for ptr.
5539 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
5540 for main.
5541 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
5542 table_1_ptr and table_2_ptr.
5543
6f2f1a3a
JK
55442015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5545 Joel Brobecker <brobecker@adacore.com>
5546
5547 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
5548
566c56c9
MK
55492015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
5550
5551 * gdb.reverse/s390-mvcle.c: New test.
5552 * gdb.reverse/s390-mvcle.exp: New file.
5553 * lib/gdb.exp: Enable reverse tests on s390*-linux.
5554
d5f0636b
MK
55552015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5556
5557 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
5558
7ad8b86c
MK
55592015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
5560
5561 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
5562 reaching marker2.
5563 * gdb.reverse/getresuid-reverse.exp: Likewise.
5564 * gdb.reverse/pipe-reverse.exp: Likewise.
5565 * gdb.reverse/readv-reverse.exp: Likewise.
5566 * gdb.reverse/recvmsg-reverse.exp: Likewise.
5567 * gdb.reverse/time-reverse.exp: Likewise.
5568 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
5569
4081c0f1
YQ
55702015-10-30 Yao Qi <yao.qi@linaro.org>
5571
5572 * gdb.threads/wp-replication.c (watch_count_done): Remove.
5573 (empty_cycle): Remove.
5574 (main): Don't call empty_cycle. Don't use watch_count_done.
5575 * gdb.threads/wp-replication.exp: Don't set breakpoint on
5576 empty_cycle. Rewrite the code counting HW watchpoints.
5577
452b4ba5
MK
55782015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
5579
5580 * gdb.reverse/fstatat-reverse.c: New test.
5581 * gdb.reverse/fstatat-reverse.exp: New file.
5582 * gdb.reverse/getresuid-reverse.c: New test.
5583 * gdb.reverse/getresuid-reverse.exp: New file.
5584 * gdb.reverse/pipe-reverse.c: New test.
5585 * gdb.reverse/pipe-reverse.exp: New file.
5586 * gdb.reverse/readv-reverse.c: New test.
5587 * gdb.reverse/readv-reverse.exp: New file.
5588 * gdb.reverse/recvmsg-reverse.c: New test.
5589 * gdb.reverse/recvmsg-reverse.exp: New file.
5590 * gdb.reverse/time-reverse.c: New test.
5591 * gdb.reverse/time-reverse.exp: New file.
5592 * gdb.reverse/waitpid-reverse.c: New test.
5593 * gdb.reverse/waitpid-reverse.exp: New file.
5594
5e2e7507
JK
55952015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5596
5597 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
5598
0fde2c53
DE
55992015-10-26 Doug Evans <dje@google.com>
5600
5601 PR symtab/17391
5602 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
5603 * gdb.dwarf2/bad-regnum.c: New file.
5604 * gdb.dwarf2/bad-regnum.exp: New file.
5605
1a70ae97
DE
56062015-10-26 Doug Evans <dje@google.com>
5607
5608 PR python/18938
5609 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
5610 file.
5611
27dc26ab
JK
56122015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5613
5614 * gdb.compile/compile.exp (compile code globalvar): Update expectation
5615 for a change by "Mention language in compile error message".
5616
bed91f4d
SM
56172015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
5618
5619 PR python/18073
5620 * gdb.python/py-type.c (C::a_method): New.
5621 (C::a_const_method): New.
5622 (C::a_static_method): New.
5623 (a_function): New.
5624 * gdb.python/py-type.exp (test_fields): Test getting fields
5625 from function and method.
5626
3f2f83dd
KB
56272015-10-21 Keven Boell <keven.boell@intel.com>
5628
5629 * gdb.fortran/vla-alloc-assoc.exp: New file.
5630 * gdb.fortran/vla-datatypes.exp: New file.
5631 * gdb.fortran/vla-datatypes.f90: New file.
5632 * gdb.fortran/vla-history.exp: New file.
5633 * gdb.fortran/vla-ptype-sub.exp: New file.
5634 * gdb.fortran/vla-ptype.exp: New file.
5635 * gdb.fortran/vla-sizeof.exp: New file.
5636 * gdb.fortran/vla-sub.f90: New file.
5637 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
5638 * gdb.fortran/vla-value-sub-finish.exp: New file.
5639 * gdb.fortran/vla-value-sub.exp: New file.
5640 * gdb.fortran/vla-value.exp: New file.
5641 * gdb.fortran/vla-ptr-info.exp: New file.
5642 * gdb.mi/mi-vla-fortran.exp: New file.
5643 * gdb.mi/vla.f90: New file.
5644
27145d50
SL
56452015-10-21 Sandra Loosemore <sandra@codesourcery.com>
5646
5647 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
5648 of hardwired timeout value.
5649
5f3ff4f8
JK
56502015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5651 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
5654 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
5655
bfd09d20
JS
56562015-10-19 Josh Stone <jistone@redhat.com>
5657
5658 * gdb.base/catch-syscall.c: Include <sched.h>.
5659 (unknown_syscall): New variable.
5660 (main): Trigger a vfork and an unknown syscall.
5661 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
5662 (unknown_syscall_number): Likewise.
5663 (check_call_to_syscall): Accept an optional syscall pattern.
5664 (check_return_from_syscall): Likewise.
5665 (check_continue): Likewise.
5666 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
5667 (test_catch_syscall_skipping_return): New test toggling off 'catch
5668 syscall' to step over the syscall return, then toggling back on.
5669 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
5670 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
5671 (do_syscall_tests): Call test_catch_syscall_without_args and
5672 test_catch_syscall_mid_vfork.
5673 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
5674 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
5675
b32b93c6
AS
56762015-10-19 Andrew Stubbs <ams@codesourcery.com>
5677
5678 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
5679 print g_vE): Add new pass patterns.
5680 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
5681 print various symbol names for vptr fields.
5682
9d622bda
AB
56832015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
5684
5685 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
5686 results.
5687
0fd8ac1c
YQ
56882015-10-12 Yao Qi <yao.qi@linaro.org>
5689
5690 * gdb.arch/disp-step-insn-reloc.exp: New test case.
5691
34240514
YQ
56922015-10-12 Yao Qi <yao.qi@linaro.org>
5693
5694 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
5695 is aarch64*-*-linux*.
5696
8240f442
YQ
56972015-10-12 Yao Qi <yao.qi@linaro.org>
5698
5699 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
5700 (can_relocate_bcond_true): ... it.
5701 (can_relocate_bcond_false): New function.
5702 (foo): Likewise.
5703 (can_relocate_bl): Likewise.
5704 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5705 can_relocate_bl.
5706
2520f728
PMR
57072015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5708
5709 * gdb.base/nested-addr.c: New file.
5710 * gdb.base/nested-addr.exp: New testcase.
5711
abcef95a
MM
57122015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5713
5714 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5715 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5716 its output. Ignore the output of "record goto begin" and instead
5717 check that GDB is replaying.
5718
145e3ddb
PA
57192015-10-09 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5722 (top level): Use it in the run with no args test.
5723
d5d8c4e1
IB
57242015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5725
5726 * gdb.dlang/properties.exp: New file.
5727
06e635ef
SL
57282015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5729
5730 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5731 whether or not address 0x1000 is mapped on the target.
5732
e019fd1d
SM
57332015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5734
5735 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5736 build.
5737
77ba2a67
MM
57382015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5739
5740 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5741 instruction-history test.
5742
c60eb31f
DE
57432015-09-28 Doug Evans <dje@google.com>
5744
5745 * gdb.base/gcore.c (array_func): Add reference to static_array.
5746
9a3c8263
SM
57472015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5748
5749 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5750 source line.
5751
9720e656
SL
57522015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5753
5754 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5755 short or char as base type.
5756
938d3bf2
SL
57572015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5758
5759 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5760 to allow any size enum.
5761
e6c2c623
PMR
57622015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5763
5764 * gdb.ada/array_ptr_renaming.exp: New testcase.
5765 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5766 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5767
06da0f77
PL
57682015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5769
5770 * gdb.trace/ftrace-lock.c: New file.
5771 * gdb.trace/ftrace-lock.exp: New file.
5772
4f51c22a
PL
57732015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5774
5775 * gdb.arch/insn-reloc.c: New file.
5776 * gdb.arch/ftrace-insn-reloc.exp: New file.
5777
7041adf4
PL
57782015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5779
5780 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5781 instruction.
5782 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5783 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5784 * gdb.trace/range-stepping.c: Likewise.
5785 * gdb.trace/trace-break.c: Likewise.
5786 * gdb.trace/trace-mt.c (thread_function): Likewise.
5787 * gdb.trace/ftrace.c (marker): Likewise.
5788 * gdb.trace/trace-condition.c (marker): Likewise.
5789 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5790 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5791 is_aarch64_target.
5792
015d2e7e
DE
57932015-09-18 Doug Evans <xdje42@gmail.com>
5794
5795 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5796 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5797
26b188a2
SL
57982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5799
5800 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5801 the breakpoint.
5802
79dc332b
SL
58032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5804
5805 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5806 the pending breakpoint. Remove timeout override for "Run till
5807 MI pending breakpoint on pendfunc3 on thread 2" test.
5808
f57929f2
SL
58092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5810
5811 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5812 filename pattern.
5813
3f469b17
SL
58142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5815
5816 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5817 in breakpoint filename pattern.
5818
515b89b3
SL
58192015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5820
7800dbe4
SL
5821 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5822
58232015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5824
515b89b3
SL
5825 * gdb.linespec/explicit.exp: Check for readline support for
5826 tab-completion tests. Fix obvious typo.
5827
d2939ba2
MM
58282015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5829
5830 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5831 and replay.
5832
cbb55fa7
MM
58332015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5834
5835 * gdb.btrace/non-stop.c: New.
5836 * gdb.btrace/non-stop.exp: New.
5837
43691ca1
PL
58382015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5839 Yao Qi <yao.qi@linaro.org>
5840
5841 * gdb.trace/trace-condition.c: New file.
5842 * gdb.trace/trace-condition.exp: New file.
5843
d78908cf
WW
58442015-09-16 Wei-cheng Wang <cole945@gmail.com>
5845
5846 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5847 for testing bytecode compilation.
5848
1ed415e2
PA
58492015-09-16 Pedro Alves <palves@redhat.com>
5850 Sandra Loosemore <sandra@codesourcery.com>
5851
5852 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5853 (SECONDS): Redefine.
5854 (main): Call pthread_kill and alarm early.
5855 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5856 support.
5857 (test): If the target can't hardware step and doesn't support
5858 displaced stepping, increase the timeout.
5859
d136eff5
PA
58602015-09-16 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5863 (enable_debug): New procedures.
5864 (test): Use them. Bail out if waiting for threads fails.
5865 (top level): Bail out if a test fails.
5866
991f019c
YQ
58672015-09-16 Yao Qi <yao.qi@linaro.org>
5868
5869 * gdb.asm/asm-source.exp: Set asm-arch for
5870 aarch64*-*-* target.
5871 * gdb.asm/aarch64.inc: New file.
5872
bfca584f
PMR
58732015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5874
5875 * gdb.ada/array_of_variable_length.exp: New testcase.
5876 * gdb.ada/array_of_variable_length/foo.adb: New file.
5877 * gdb.ada/array_of_variable_length/pck.adb: New file.
5878 * gdb.ada/array_of_variable_length/pck.ads: New file.
5879
b326e587
DE
58802015-09-15 Doug Evans <dje@google.com>
5881
5882 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5883 of function static local variable.
5884
5382cfab
PW
58852015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5886
5887 * gdb.threads/tls-so_extern.exp: New test file.
5888 * gdb.threads/tls-so_extern.c: New test file.
5889 * gdb.threads/tls-so_extern_main.c: New test file.
5890
141c5cc4
JK
58912015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5892
5893 * gdb.opt/solib-intra-step-lib.c: New file.
5894 * gdb.opt/solib-intra-step-main.c: New file.
5895 * gdb.opt/solib-intra-step.exp: New file.
5896
d15dcecd
PA
58972015-09-15 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5900 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5901
4c2f2a79
PA
59022015-09-14 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/hook-stop-continue.c: Delete.
5905 * gdb.base/hook-stop-continue.exp: Delete.
5906 * gdb.base/hook-stop-frame.c: Delete.
5907 * gdb.base/hook-stop-frame.exp: Delete.
5908 * gdb.base/hook-stop.c: New file.
5909 * gdb.base/hook-stop.exp: New file.
5910
919e6dbe
PMR
59112015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5912
5913 * gdb.ada/access_to_packed_array.exp: New testcase.
5914 * gdb.ada/access_to_packed_array/foo.adb: New file.
5915 * gdb.ada/access_to_packed_array/pack.adb: New file.
5916 * gdb.ada/access_to_packed_array/pack.ads: New file.
5917
157280a4
MM
59182015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5919
5920 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5921 buffer size test.
5922
2fd33e94
DB
59232015-09-11 Don Breazeal <donb@codesourcery.com>
5924
5925 * gdb.base/foll-exec.c: Add copyright header. Fix
5926 formatting issues.
5927 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5928 (do_exec_tests): Use clean_restart in place of zap_session,
5929 and for test initialization. Fix formatting issues. Use
5930 fail in place of perror.
5931 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5932 an expect statement to match an expression with output from
5933 the program under debug.
5934 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5935 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5936 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5937 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5938 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5939
e70b6e8e
DE
59402015-09-09 Doug Evans <dje@google.com>
5941
5942 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5943
7a551a51
DE
59442015-09-09 Doug Evans <dje@google.com>
5945
5946 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5947
4c666f84
DE
59482015-09-09 Doug Evans <dje@google.com>
5949
5950 * gdb.base/savedregs.exp: Fix typo.
5951
243a9253
PA
59522015-09-09 Pedro Alves <palves@redhat.com>
5953
5954 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5955
c0fa8fbd
SL
59562015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5957
5958 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5959 command actually switches threads. Give up on remaining
5960 tests if target fails to stop at breakpoint.
5961
cd7c1778
PMR
59622015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5963
5964 * gdb.ada/funcall_char.exp: New testcase.
5965 * gdb.ada/funcall_char/foo.adb: New file.
5966
dc5c8746
PMR
59672015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5968
5969 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5970 expected outputs. Add two testcases for completing ambiguous
5971 functions.
5972 * gdb.ada/complete/aux_pck.adb: New file.
5973 * gdb.ada/complete/aux_pck.ads: New file.
5974 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5975 Ambiguous_Func functions.
5976 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5977 * gdb.ada/complete/pck.adb: Likewise.
5978
4e83a1e7
UW
59792015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5980
5981 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5982 failures to run the test program under GDB.
5983
8ce74153
LM
59842015-08-26 Luis Machado <lgustavo@codesourcery.com>
5985
5986 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5987 to C.
5988
e9756d52
PP
59892015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5990
5991 * gdb.base/run-after-attach.exp: New test file.
5992 * gdb.base/run-after-attach.c: New test file.
5993
8d37573b
DB
59942015-08-26 Don Breazeal <donb@codesourcery.com>
5995
5996 * gdb.base/foll-exec-2.c: New test program.
5997 * gdb.base/foll-exec-2.exp: New test.
5998
63e43d3a
PMR
59992015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
6000
6001 * gdb.base/nested-subp1.exp: New file.
6002 * gdb.base/nested-subp1.c: New file.
6003 * gdb.base/nested-subp2.exp: New file.
6004 * gdb.base/nested-subp2.c: New file.
6005 * gdb.base/nested-subp3.exp: New file.
6006 * gdb.base/nested-subp3.c: New file.
6007
3d40fbb5
PA
60082015-08-24 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.server/connect-without-multi-process.c: New file.
6011 * gdb.server/connect-without-multi-process.exp: New file.
6012
4422ac93
LM
60132015-08-24 Luis Machado <lgustavo@codesourcery.com>
6014
6015 * gdb.opt/inline-markers.c: Make z int.
6016
91dddb86
LM
60172015-08-24 Luis Machado <lgustavo@codesourcery.com>
6018
6019 * gdb.opt/inline-markers.c: Make z volatile.
6020
a48847ee
LM
60212015-08-24 Luis Machado <lgustavo@codesourcery.com>
6022
6023 * gdb.opt/inline-bt.c: New volatile global z.
6024 * gdb.opt/inline-cmds.c: Likewise.
6025 * gdb.opt/inline-locals.c: Likewise.
6026 * gdb.opt/inline-markers.c: New extern global z.
6027 (marker): Use z.
6028 (inline_fn): Likewise.
6029
0ebbc52b
PA
60302015-08-24 Pedro Alves <palves@redhat.com>
6031
6032 * config/m32r-stub.exp: Remove file.
6033 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
6034 * gdb.base/call-rt-st.exp: Likewise.
6035 * gdb.base/call-strs.exp: Likewise.
6036 * gdb.base/default.exp: Remove references to h8300-*-hms and
6037 *-*-udi*.
6038 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
6039
77c365df
AA
60402015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6041
6042 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
6043 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
6044 and "return" use KFAIL when GDB can not read/write the vector
6045 return value.
6046
4313b8c0
GB
60472015-08-21 Gary Benson <gbenson@redhat.com>
6048
6049 * gdb.trace/pending.exp: Cope with remote transfer warnings.
6050
0e433b32
PA
60512015-08-20 Pedro Alves <palves@redhat.com>
6052
6053 * gdb.server/solib-list.exp: No longer expect an interior stop in
6054 non-stop mode.
6055
221e1a37
PA
60562015-08-20 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.server/connect-stopped-target.c: New file.
6059 * gdb.server/connect-stopped-target.exp: New file.
6060
40e3ad0e
PA
60612015-08-20 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.dwarf2/comp-unit-lang.exp: New file.
6064 * gdb.dwarf2/comp-unit-lang.c: New file.
6065
af39b327
PMR
60662015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
6067
6068 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
6069 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
6070
7d45c7c3 60712015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 6072
7d45c7c3
KB
6073 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
6074 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
6075
4d6cceb4
DE
60762015-08-18 Doug Evans <dje@google.com>
6077 Adrian Sendroiu <adrian.sendroiu@freescale.com>
6078
6079 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
6080 skip_python_tests. New arg prompt_regexp.
6081 (skip_python_tests): New function.
6082 * lib/mi-support.exp (mi_skip_python_tests): New function.
6083 * gdb.python/py-mi-objfile-gdb.py: New file.
6084 * gdb.python/py-mi-objfile.c: New file.
6085 * gdb.python/py-mi-objfile.exp: New file.
6086
ad89c2aa
KS
60872015-08-17 Keith Seitz <keiths@redhat.com>
6088
6089 * gdb.linespec/explicit.exp: Move strace test from here ...
6090 * gdb.trace/strace.exp: ... to here.
6091
e3ae3c43
PP
60922015-08-15 Patrick Palka <patrick@parcs.ath.cx>
6093
6094 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
6095 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
6096
604b2636
DE
60972015-08-14 Doug Evans <xdje42@gmail.com>
6098
6099 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
6100 inferior before selecting a new file.
6101
6ff0ba5f
DE
61022015-08-14 Doug Evans <xdje42@gmail.com>
6103
6104 * gdb.mi/mi-disassemble.exp: Update.
6105 * gdb.base/disasm-optim.S: New file.
6106 * gdb.base/disasm-optim.c: New file.
6107 * gdb.base/disasm-optim.h: New file.
6108 * gdb.base/disasm-optim.exp: New file.
6109
9ca98f92
KS
61102015-08-14 Keith Seitz <keiths@redhat.com>
6111
6112 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
6113 "evaluated-by".
6114
52bbc560
JB
61152015-08-13 Joel Brobecker <brobecker@adacore.com>
6116
6117 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
6118
5d8c3ed3
PMR
61192015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
6120
6121 * gdb.ada/fun_renaming.exp: New testcase.
6122 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
6123 * gdb.ada/fun_renaming/pack.adb: New file.
6124 * gdb.ada/fun_renaming/pack.ads: New file.
6125
ea8812bc
KS
61262015-08-12 Keith Seitz <keiths@redhat.com>
6127
6128 * gdb.base/dso2dso.exp: Pass basename of source file in call to
6129 gdb_get_line_number.
6130
4dafcdeb
JB
61312015-08-12 Joel Brobecker <brobecker@adacore.com>
6132
6133 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
6134 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
6135 gdb.base/dso2dso.exp: New files.
6136
5ba32597
SDJ
61372015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
6138 Pedro Alves <palves@redhat.com>
6139 Keith Seitz <keiths@redhat.com>
6140
6141 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
6142 GDBFLAGS.
6143
b6dafabf
PP
61442015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6145
6146 * gdb.base/gdbhistsize-history.exp
6147 (test_histsize_history_setting): Use save_vars.
6148 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6149 Use save_vars.
6150 (test_no_truncation_of_unlimited_history_file): Use save_vars.
6151 * gdb.base/readline.exp: Use save_vars.
6152
abe8e607
PP
61532015-08-12 Patrick Palka <patrick@parcs.ath.cx>
6154
6155 * lib/gdb.exp (save_vars): New proc.
6156
629500fa
KS
61572015-08-11 Keith Seitz <keiths@redhat.com>
6158
6159 * gdb.base/help.exp: Update help_breakpoint_text.
6160
eb8c4e2e
KS
61612015-08-11 Keith Seitz <keiths@redhat.com>
6162
6163 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
6164 (at toplevel): Call test_explicit_breakpoints.
6165 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
6166 breakpoints.
6167 * lib/mi-support.exp (mi_make_breakpoint): Add support for
6168 breakpoint conditions, "-cond".
6169
87f0e720
KS
61702015-08-11 Keith Seitz <keiths@redhat.com>
6171
6172 * gdb.linespec/3explicit.c: New file.
6173 * gdb.linespec/cpexplicit.cc: New file.
6174 * gdb.linespec/cpexplicit.exp: New file.
6175 * gdb.linespec/explicit.c: New file.
6176 * gdb.linespec/explicit.exp: New file.
6177 * gdb.linespec/explicit2.c: New file.
6178 * gdb.linespec/ls-errs.exp: Add explicit location tests.
6179 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
6180 before using in the matching pattern.
6181 Clarify that `prefix' is a regular expression.
6182
f00aae0f
KS
61832015-08-11 Keith Seitz <keiths@redhat.com>
6184
6185 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
6186 test.
6187 Add tests for missing ",FMT" and ",".
6188
e27852be
DE
61892015-08-10 Doug Evans <dje@google.com>
6190 Keith Seitz <keiths@redhat.com>
6191
6192 PR gdb/17960
6193 * gdb.base/completion.exp: Add location completer tests.
6194
7f03bd92
PA
61952015-08-07 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
6198 tests here.
6199 (top level): Run do_test with and without displaced stepping.
6200
3fc8eb30
PA
62012015-08-07 Pedro Alves <palves@redhat.com>
6202
6203 * gdb.base/valgrind-disp-step.c: New file.
6204 * gdb.base/valgrind-disp-step.exp: New file.
6205
d4569d7b
PA
62062015-08-07 Pedro Alves <palves@redhat.com>
6207
6208 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
6209 Delete function.
6210 (main): Add alarm. Run an infinite loop instead of calling
6211 wait_threads.
6212 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
6213 comment.
6214 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
6215 Delete function.
6216 (main): Add alarm. Run an infinite loop instead of calling
6217 wait_threads.
6218 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
6219 comment.
6220
e1316e60
PA
62212015-08-07 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.base/checkpoint-ns.exp: New file.
6224 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
6225 standard_testfile.
6226
da8c46d2
MM
62272015-08-07 Markus Metzger <markus.t.metzger@intel.com>
6228
6229 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
6230 * gdb.btrace/instruction_history.exp: Update.
6231 * gdb.btrace/tsx.exp: New.
6232 * gdb.btrace/tsx.c: New.
6233
de1c2c52
PA
62342015-08-06 Pedro Alves <palves@redhat.com>
6235
6236 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
6237 increase timeout.
6238 * gdb.reverse/until-precsave.exp: Bump timeouts.
6239
782e0bf4
PA
62402015-08-06 Pedro Alves <palves@redhat.com>
6241
6242 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
6243
83e97ed0
PA
62442015-08-06 Pedro Alves <palves@redhat.com>
6245
6246 PR gdb/18749
6247 * gdb.threads/process-dies-while-handling-bp.c: New file.
6248 * gdb.threads/process-dies-while-handling-bp.exp: New file.
6249
863d01bd
PA
62502015-08-06 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
6253 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
6254
0a39bb32
PA
62552015-08-05 Pedro Alves <palves@redhat.com>
6256
6257 * gdb.threads/next-while-other-thread-longjmps.c: New file.
6258 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
6259
ee2d2b10
SL
62602015-08-03 Sandra Loosemore <sandra@codesourcery.com>
6261
6262 * gdb.base/bp-permanent.exp: Report test as unsupported if
6263 the target cannot stop at the permanent breakpoint.
6264
4e1bdb00
DE
62652015-08-03 Doug Evans <dje@google.com>
6266
6267 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
6268 10000.
6269
3d338901
DE
62702015-08-03 Doug Evans <dje@google.com>
6271
6272 * Makefile.in (workers/%.worker, build-perf): New rule.
6273 (GDB_PERFTEST_MODE): New variable.
6274 (check-perf): Use it.
6275 (clean): Clean up gdb.perf parallel build subdirs.
6276 * lib/build-piece.exp: New file.
6277 * lib/gdb.exp (make_gdb_parallel_path): New function
6278 (standard_output_file, standard_temp_file): Call it.
6279 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6280 of $GDB_PARALLEL.
6281 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
6282
af061d3e
DE
62832015-08-03 Doug Evans <dje@google.com>
6284
8e1afc81 6285 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
6286 (LOG_FILE_NAME): New global.
6287 (TextReporter.__init__): Initialize self.txt_sum.
6288 (TextReporter.report): Add support for multiple data-points.
6289 Move report to perftest.sum, put raw data in perftest.log.
6290 (TextReporter.start): Open sum and log files.
6291 (TextReporter.end): Close sum and log files.
8e1afc81
DE
6292 * gdb.perf/lib/perftest/testresult.py
6293 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 6294
2c8c5d37
PA
62952015-07-31 Pedro Alves <palves@redhat.com>
6296
6297 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
6298 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6299 kill_wait_spawned_process instead of explicit "kill -9".
6300 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
6301 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6302 kill_wait_spawned_process.
6303 * gdb.base/attach-twice.exp: Likewise.
6304 * gdb.base/attach.exp: Likewise.
6305 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
6306 gdb_test_multiple.
6307 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
6308 returning a spawn id instead of a pid. Use spawn_id_get_pid and
6309 kill_wait_spawned_process.
6310 * gdb.base/valgrind-infcall.exp: Likewise.
6311 * gdb.multi/multi-attach.exp: Likewise.
6312 * gdb.python/py-prompt.exp: Likewise.
6313 * gdb.python/py-sync-interp.exp: Likewise.
6314 * gdb.server/ext-attach.exp: Likewise.
6315 * gdb.threads/attach-into-signal.exp (corefunc): Use
6316 spawn_wait_for_attach, spawn_id_get_pid and
6317 kill_wait_spawned_process.
6318 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
6319 spawn_wait_for_attach returning a spawn id instead of a pid. Use
6320 spawn_id_get_pid and kill_wait_spawned_process.
6321 * gdb.threads/attach-stopped.exp (corefunc): Use
6322 spawn_wait_for_attach, spawn_id_get_pid and
6323 kill_wait_spawned_process.
6324 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
6325 Use spawn_id_get_pid. Wait for spawn id after eof. Use
6326 kill_wait_spawned_process instead of explicit "kill -9".
6327 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
6328 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
6329 (spawn_wait_for_attach): Use spawn instead of exec to spawn
6330 processes. Don't map cygwin/windows pids here. Now returns a
6331 spawn id list.
6332
032a0fca
SL
63332015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6334
6335 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
6336 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
6337 correct patch.
6338
61a934ca
SL
63392015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6340
6341 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
6342
4bc4d428
SL
63432015-07-30 Sandra Loosemore <sandra@codesourcery.com>
6344
6345 Reapply:
6346 2014-05-21 Mark Wielaard <mjw@redhat.com>
6347
6348 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
6349
998d452a
PA
63502015-07-30 Pedro Alves <palves@redhat.com>
6351
6352 * linux-low.c (handle_extended_wait): Set the child's last
6353 reported status to TARGET_WAITKIND_STOPPED.
6354
69dde7dc
PA
63552015-07-30 Pedro Alves <palves@redhat.com>
6356
6357 PR threads/18600
6358 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
6359 only shows inferior 1.
6360
4dd63d48
PA
63612015-07-30 Simon Marchi <simon.marchi@ericsson.com>
6362 Pedro Alves <palves@redhat.com>
6363
6364 PR threads/18600
6365 * gdb.threads/fork-plus-threads.c: New file.
6366 * gdb.threads/fork-plus-threads.exp: New file.
6367
d618e4c5
PP
63682015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6369
6370 * gdb.base/batch-preserve-term-settings.exp
6371 (test_terminal_settings_preserved_after_cli_exit): Use
6372 send_quit_command.
6373
1eef6428
PA
63742015-07-29 Pedro Alves <palves@redhat.com>
6375 Don Breazeal <donb@codesourcery.com>
6376
6377 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
6378 output from both inferior_spawn_id and gdb_spawn_id.
6379
7da5b897
SDJ
63802015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6381
6382 * gdb.threads/attach-into-signal.exp (corefunc): Use
6383 with_test_prefix on nested loops, uniquefying the test messages.
6384
dac804df
SDJ
63852015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
6386
6387 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
6388 commit.
6389
06265e53
PP
63902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6391
6392 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
6393 New proc.
6394 (test_terminal_settings_preserved_after_sigterm): New test.
6395
18206ca3
PP
63962015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6397
6398 * gdb.base/batch-preserve-term-settings.exp
6399 (test_terminal_settings_preserved_after_cli_exit): New test.
6400
90074d11
PP
64012015-07-29 Patrick Palka <patrick@parcs.ath.cx>
6402
6403 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
6404 manipulation of saved_gdbflags.
6405 (test_terminal_settings_preserved): Remove global declaration of
6406 the unused variable pagination_prompt. Remove manipulation of
6407 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
6408 GDBFLAGS.
6409
eb1a7902
PA
64102015-07-29 Pedro Alves <palves@redhat.com>
6411
6412 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
6413
8b75dd3b
PA
64142015-07-29 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
6417 at the top.
6418
dedad4e3
PA
64192015-07-29 Pedro Alves <palves@redhat.com>
6420
6421 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
6422 (main): Call gdb_unbuffer_output.
6423 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
6424 (main): Call gdb_unbuffer_output.
6425 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
6426 (main): Call gdb_unbuffer_output.
6427 * gdb.base/call-strs.exp: Adjust to step over the
6428 gdb_unbuffer_output call.
6429 * gdb.base/catch-gdb-caused-signals.c: Include
6430 "../lib/unbuffer_output.c".
6431 (main): Call gdb_unbuffer_output.
6432 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
6433 (main): Call gdb_unbuffer_output.
6434 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
6435 (main): Call gdb_unbuffer_output.
6436 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
6437 (main): Call gdb_unbuffer_output.
6438 * gdb.base/shlib-call.exp: Adjust to step over the
6439 gdb_unbuffer_output call.
6440 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
6441 (main): Call gdb_unbuffer_output.
6442 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
6443 (main): Call gdb_unbuffer_output.
6444 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
6445 (main): Rename to ...
6446 (test): ... this.
6447 (main): Reimplement.
6448 * gdb.base/varargs.exp: Run to test instead of to main.
6449 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6450 (main): Call gdb_unbuffer_output.
6451
58789a91
PA
64522015-07-29 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
6455 factore out from mi_continue_dprintf. For call-style dprintfs,
6456 expect dprintf output out of $inferior_spawn_id.
6457 (mi_continue_dprintf): Use mi_expect_dprintf.
6458 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
6459 (main): Call gdb_unbuffer_output.
6460
e8376742
PA
64612015-07-29 Pedro Alves <palves@redhat.com>
6462
6463 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
6464 (default_mi_gdb_start): Set inferior_spawn_id instead of
6465 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6466 gdb_spawn_id.
6467 (mi_gdb_test): Always expect inferior output from both
6468 $inferior_spawn_id and $gdb_spawn_id.
6469
08280010
PA
64702015-07-29 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
6473 send_inferior and $inferior_spawn_id.
6474
4d30e432
PA
64752015-07-29 Pedro Alves <palves@redhat.com>
6476
6477 * gdb.gdb/complaints.exp (test_initial_complaints)
6478 (test_serial_complaints, test_short_complaints): Use
6479 gdb_test_stdio.
6480 (test_empty_complaint): Handle $inferior_spawn_id !=
6481 $gdb_spawn_id.
6482
0d30a335
PA
64832015-07-29 Pedro Alves <palves@redhat.com>
6484
6485 * gdb.base/varargs.exp: Use gdb_test_stdio.
6486
39413b29
PA
64872015-07-29 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
6490
7cb000a9
PA
64912015-07-29 Pedro Alves <palves@redhat.com>
6492
6493 * gdb.base/ending-run.exp: Use gdb_test_stdio.
6494
d7b8ac82
PA
64952015-07-29 Pedro Alves <palves@redhat.com>
6496
6497 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
6498 parameter into two new parameters, "inf_result" and "gdb_result".
6499 Expect inferior output and gdb output from $inferior_spawn_id and
6500 $gdb_spawn_id, respectively. Adjust all callers.
6501
789c3a0c
PA
65022015-07-29 Pedro Alves <palves@redhat.com>
6503
6504 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
6505 of gdb_test_sequence.
6506
77e760c3
PA
65072015-07-29 Pedro Alves <palves@redhat.com>
6508
6509 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
6510 (saw_spurious_output): Expect inferior output from
6511 $inferior_spawn_id. Use gdb_test_stdio.
6512
8396d2cd
PA
65132015-07-29 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/dprintf.exp: Use standard_testfile. Change
6516 prepare_for_testing call.
6517 (srcfile): Don't set.
6518 (restart): New procedure.
6519 (test_dprintf): New procecure, use to continue over dprintfs.
6520 (test_call, test_agent): New procedures, tests moved here.
6521 Restart gdb and recreate dprintfs. Adjust expected output.
6522
2051d61f
PA
65232015-07-29 Pedro Alves <palves@redhat.com>
6524
6525 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
6526
452397af
PA
65272015-07-29 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
6530
8aed9555
PA
65312015-07-29 Pedro Alves <palves@redhat.com>
6532
6533 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
6534 gdb_test_stdio.
6535
188a61b4
PA
65362015-07-29 Pedro Alves <palves@redhat.com>
6537
6538 * lib/gdb.exp (gdb_test_stdio): New procedure.
6539
12264a45
PA
65402015-07-29 Pedro Alves <palves@redhat.com>
6541
6542 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
6543
23ffc893
PA
65442015-07-29 Pedro Alves <palves@redhat.com>
6545
6546 * gdb.base/call-signal-resume.exp: Remove check for
6547 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
6548 * gdb.base/unwindonsignal.exp: Likewise.
6549 * gdb.base/call-signals.c (gen_signal): Remove printf call.
6550 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
6551
65566918
PA
65522015-07-29 Pedro Alves <palves@redhat.com>
6553
6554 * gdb.base/siginfo-addr.c (pass): New function.
6555 (handler): Call it iff si_addr is correct.
6556 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
6557 Set a breakpoint at "pass" and continue to it.
6558
d60a9221
SDJ
65592015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
6560
6561 * gdb.python/py-objfile.exp: Make some tests have unique names.
6562 * gdb.python/py-pp-registration.exp: Likewise.
6563
bde40b8f
PA
65642015-07-28 Pedro Alves <palves@redhat.com>
6565
6566 * gdb.server/server-exec-info.exp: Issue a "disconnect".
6567
13e1dec8
SM
65682015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6569
6570 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
6571
da33c9a7
SM
65722015-07-27 Simon Marchi <simon.marchi@ericsson.com>
6573
6574 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
6575
077836f7
PP
65762015-07-27 Patrick Palka <patrick@parcs.ath.cx>
6577
6578 * gdb.base/gdb-sigterm-2.exp: New test.
6579
b8cc7b2e
DE
65802015-07-25 Doug Evans <xdje42@gmail.com>
6581
6582 Revert:
6583 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6584 (workers/%.worker, build-perf): New rule.
6585 (GDB_PERFTEST_MODE): New variable.
6586 (check-perf): Use it.
6587 (clean): Clean up gdb.perf parallel build subdirs.
6588 * lib/build-piece.exp: New file.
6589 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6590 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6591 name.
6592 (standard_temp_file): Ditto.
6593 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6594 of $GDB_PARALLEL.
6595
c8bd4544
DE
65962015-07-24 Doug Evans <dje@google.com>
6597
6598 * gdb.perf/lib/perftest/utils.py: New file.
6599 * gdb.perf/gm-hello.cc: New file.
6600 * gdb.perf/gm-pervasive-typedef.cc: New file.
6601 * gdb.perf/gm-pervasive-typedef.h: New file.
6602 * gdb.perf/gm-std.cc: New file.
6603 * gdb.perf/gm-std.h: New file.
6604 * gdb.perf/gm-use-cerr.cc: New file.
6605 * gdb.perf/gm-utils.h: New file.
6606 * gdb.perf/gmonster-null-lookup.py: New file.
6607 * gdb.perf/gmonster-pervasive-typedef.py: New file.
6608 * gdb.perf/gmonster-print-cerr.py: New file.
6609 * gdb.perf/gmonster-ptype-string.py: New file.
6610 * gdb.perf/gmonster-runto-main.py: New file.
6611 * gdb.perf/gmonster-select-file.py: New file.
6612 * gdb.perf/gmonster1-null-lookup.exp: New file.
6613 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
6614 * gdb.perf/gmonster1-print-cerr.exp: New file.
6615 * gdb.perf/gmonster1-ptype-string.exp: New file.
6616 * gdb.perf/gmonster1-runto-main.exp: New file.
6617 * gdb.perf/gmonster1-select-file.exp: New file.
6618 * gdb.perf/gmonster1.cc: New file.
6619 * gdb.perf/gmonster1.exp: New file.
6620 * gdb.perf/gmonster2-null-lookup.exp: New file.
6621 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
6622 * gdb.perf/gmonster2-print-cerr.exp: New file.
6623 * gdb.perf/gmonster2-ptype-string.exp: New file.
6624 * gdb.perf/gmonster2-runto-main.exp: New file.
6625 * gdb.perf/gmonster2-select-file.exp: New file.
6626 * gdb.perf/gmonster2.cc: New file.
6627 * gdb.perf/gmonster2.exp: New file.
6628
6eab34f3
DE
66292015-07-24 Doug Evans <dje@google.com>
6630
6631 * gdb.perf/README: New file.
6632 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
6633 * lib/gen-perf-test.exp: New file.
6634
63738bfd
DE
66352015-07-24 Doug Evans <dje@google.com>
6636
6637 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
6638 (PerfTest::startup): New function.
6639 (PerfTest::run): Return result of calling body.
6640 (PerfTest::assemble): Rewrite.
6641 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
6642 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
6643 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
6644 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
6645 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
6646
7b606f95
DE
66472015-07-24 Doug Evans <dje@google.com>
6648
6649 * lib/gdb.exp (clean_restart): Make executable optional.
6650
a97b16b8
DE
66512015-07-24 Doug Evans <dje@google.com>
6652
6653 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
6654 compiler_info references.
6655 * gdb.cp/temargs.exp: Ditto.
6656 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
6657 (get_compiler_info): Early exit if already computed. Set compiler_info
6658 to "unknown" if there was a problem.
6659 (test_compiler_info): Add function comment. Call get_compiler_info.
6660
35baa57f
DE
66612015-07-24 Doug Evans <dje@google.com>
6662
6663 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
6664 (workers/%.worker, build-perf): New rule.
6665 (GDB_PERFTEST_MODE): New variable.
6666 (check-perf): Use it.
6667 (clean): Clean up gdb.perf parallel build subdirs.
6668 * lib/build-piece.exp: New file.
6669 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
6670 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
6671 name.
6672 (standard_temp_file): Ditto.
6673 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
6674 of $GDB_PARALLEL.
6675
6ebea266
DE
66762015-07-24 Doug Evans <dje@google.com>
6677
6678 * lib/future.exp (gdb_default_target_compile): New option
6679 "early_flags".
6680 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
6681 --as-needed.
6682
1e76a7e9
SDJ
66832015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
6684
6685 * gdb.base/catch-syscall.exp: Call gdb_exit before
6686 gdb_skip_xml_test.
6687
5068630a
PA
66882015-07-24 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.python/py-events.exp: Accept output between the stop event
6691 and the prompt.
6692 * gdb.python/py-evsignal.exp: Likewise.
6693 * gdb.python/py-evthreads.exp: Likewise.
6694
77598427
PA
66952015-07-24 Pedro Alves <palves@redhat.com>
6696
6697 PR gdb/18717
6698 * gdb.threads/non-ldr-exit.c: New file.
6699 * gdb.threads/non-ldr-exit.exp: New file.
6700
11e6c98f
YQ
67012015-07-24 Yao Qi <yao.qi@linaro.org>
6702
6703 * gdb.server/ext-wrapper.exp: Test --wrapper option when
6704 restarting process.
6705
51aee833
YQ
67062015-07-24 Yao Qi <yao.qi@linaro.org>
6707
6708 * gdb.server/ext-restart.exp: New file.
6709
8cfe207c
YQ
67102015-07-24 Yao Qi <yao.qi@linaro.org>
6711
6712 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6713 argument options.
6714 * gdb.server/ext-wrapper.exp: New file.
6715
cc12ce38
DE
67162015-07-23 Doug Evans <dje@google.com>
6717
6718 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6719 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6720
d0d84780
PMR
67212015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6722
6723 * gdb.ada/var_arr_typedef.exp: New testcase.
6724 * gdb.ada/var_arr_typedef/pack.adb: New file.
6725 * gdb.ada/var_arr_typedef/pack.ads: New file.
6726 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6727
8b558f79
JB
67282015-07-20 Joel Brobecker <brobecker@adacore.com>
6729
6730 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6731
775a3298
JK
67322015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6733
6734 * gdb.arch/i386-biarch-core.exp: Replace istarget
6735 by "complete set gnutarget". Remove expectation for the "core-file"
6736 command.
6737
db1ff28b
JK
67382015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6739
6740 Revert the previous commit:
6741 Tests for validate symbol file using build-id.
6742
0a94970d
JK
67432015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6744
6745 Tests for validate symbol file using build-id.
6746 * gdb.base/solib-mismatch-lib.c: New file.
6747 * gdb.base/solib-mismatch-libmod.c: New file.
6748 * gdb.base/solib-mismatch.c: New file.
6749 * gdb.base/solib-mismatch.exp: New file.
6750
03346981
SL
67512015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6752
6753 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6754 nios2-*-linux*.
6755 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6756 * gdb.base/siginfo.exp: Likewise.
6757 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6758
42422cc7
PL
67592015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6760
6761 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6762 Move it to ...
6763 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6764 ... here.
6765 * gdb.trace/range-stepping.exp: Check that the target supports
6766 range stepping.
6767
cfa68bae
JK
67682015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6769
6770 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6771
8ffdba26
PA
67722015-07-14 Pedro Alves <palves@redhat.com>
6773
6774 * gdb.base/killed-outside.exp: New file.
6775 * gdb.base/killed-outside.c: New file.
6776
218a5a11
JK
67772015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6780 (n at main): New.
6781 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6782
e03ed3c6
AA
67832015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6784
6785 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6786 infcall tests instead of setting up for KFAIL.
6787
485668e5
MM
67882015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6789
6790 * gdb.btrace/record_goto-step.exp: New.
6791
08464196
JK
67922015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6793
6794 PR compile/18484
6795 * gdb.compile/compile.c (struct struct_type): Add volatile to
6796 selffield's type.
6797 * gdb.compile/compile.exp
6798 (compile code struct_object.selffield = &struct_object): Skip further
6799 struct_object tests if this one xfails.
6800
bcf5c1d9
RC
68012015-07-08 Robert O'Callahan <robert@ocallahan.org>
6802
6803 PR exp/18617
6804 * gdb.trace/ax.exp: Add test.
6805
4931af25
YQ
68062015-07-07 Yao Qi <yao.qi@linaro.org>
6807
6808 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6809 instead of istarget "aarch64*-*-*".
6810 * gdb.arch/aarch64-fp.exp: Likewise.
6811 * gdb.base/float.exp: Likewise.
6812 * gdb.reverse/aarch64.exp: Likewise.
6813 * lib/gdb.exp (is_aarch64_target): New proc.
6814
9fcf688e
YQ
68152015-07-07 Yao Qi <yao.qi@linaro.org>
6816
6817 * lib/gdb.exp (is_aarch32_target): New proc.
6818 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6819 instead of "istarget "arm*-*-*"".
6820 * gdb.arch/arm-disp-step.exp: Likewise.
6821 * gdb.arch/thumb-bx-pc.exp: Likewise.
6822 * gdb.arch/thumb-prologue.exp: Likewise.
6823 * gdb.arch/thumb-singlestep.exp: Likewise.
6824 * gdb.base/disp-step-syscall.exp: Likewise.
6825 * gdb.base/float.exp: Likewise.
6826
fbd8d50d
YQ
68272015-07-07 Yao Qi <yao.qi@linaro.org>
6828
6829 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6830 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6831
71be1fdc
YQ
68322015-07-07 Yao Qi <yao.qi@linaro.org>
6833
6834 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6835 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6836 if it exists.
6837 * gdb.multi/multi-arch.exp: Likewise.
6838
3e221d36
SM
68392015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6840
6841 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6842 print.
6843
d441430b
YQ
68442015-07-07 Yao Qi <yao.qi@linaro.org>
6845
6846 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6847
06f810bd
MG
68482015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6849
6850 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6851 '[' and ']' characters.
6852
5e61e7c0
IB
68532015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6854
6855 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6856
28bf096c
PA
68572015-06-29 Pedro Alves <palves@redhat.com>
6858
6859 PR threads/18127
6860 * gdb.threads/hand-call-new-thread.c: New file.
6861 * gdb.threads/hand-call-new-thread.c: New file.
6862
ee93cd5e
KS
68632015-06-26 Keith Seitz <keiths@redhat.com>
6864 Doug Evans <dje@google.com>
6865
6866 PR 16253
6867 * gdb.cp/var-tag-2.cc: New file.
6868 * gdb.cp/var-tag-3.cc: New file.
6869 * gdb.cp/var-tag-4.cc: New file.
6870 * gdb.cp/var-tag.cc: New file.
6871 * gdb.cp/var-tag.exp: New file.
6872
fc637f04
PP
68732015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6874
6875 * gdb.base/history-duplicates.exp: New test.
6876
2e52ae68
PP
68772015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6878
6879 * gdb.base/completion.exp: Test the completion of the "focus"
6880 command.
6881
6e22494e
JK
68822015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6883
6884 * gdb.arch/amd64-prologue-skip.S: New file.
6885 * gdb.arch/amd64-prologue-skip.exp: New file.
6886
bf7b9cd9
SM
68872015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6888
6889 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6890 is_address_zero_readable check.
6891
201e8dfd
PB
68922015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6893
6894 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6895 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6896
5cd867b4
YQ
68972015-06-24 Yao Qi <yao.qi@linaro.org>
6898
6899 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6900 linux targets.
6901
4d7be007
YQ
69022015-06-24 Yao Qi <yao.qi@linaro.org>
6903
6904 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6905 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6906 * gdb.base/siginfo-thread.exp: Likewise.
6907
07fcd301
YQ
69082015-06-22 Yao Qi <yao.qi@linaro.org>
6909
6910 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6911
52042a00
YQ
69122015-06-22 Yao Qi <yao.qi@linaro.org>
6913
6914 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6915 aarch64*-*-*.
6916 (skip_hw_watchpoint_tests): Likewise.
6917
74bd41ce
PP
69182015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6919
6920 * gdb.base/gdbinit-history.exp: Test the interaction between
6921 setting GDBHISTSIZE and setting the history size via .gdbinit.
6922
bc460514
PP
69232015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6924
6925 PR gdb/16999
6926 * gdb.base/gdbhistsize-history.exp: New test.
6927
b58c513b
PP
69282015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6929
6930 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6931 with GDBHISTSIZE.
6932 * gdb.base/readline.exp: Likewise.
6933
92046791
YQ
69342015-06-17 Yao Qi <yao.qi@linaro.org>
6935
6936 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6937 line.
6938
2093d2d3
PP
69392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6940
6941 * gdb.base/gdbinit-history.exp: Add test case to check that
6942 an unlimited history file does not get truncated on exit.
6943
e6c693af
AA
69442015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6945
6946 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6947 (VECTOR): New macro. Use it...
6948 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6949 ...for these typedefs.
6950 (int8, char1, int1, double1): New typedefs.
6951 (struct just_int2, struct two_int2): New structures.
6952 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6953 (add_structvecs, add_singlevecs): New functions.
6954 (main): Call add_some_intvecs twice.
6955 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6956 the compile and exit upon failure. Try compiling for the "native"
6957 architecture. Test inferior function calls with vector arguments
6958 and vector return value handling with "finish" and "return".
6959
c74f7d1c
JT
69602015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6961
6962 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6963 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6964 PE file.
6965 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6966
98aa42ee
AT
69672015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6968
6969 PR breakpoints/16465
6970 * gdb.mi/mi-dprintf-pending.c: New file.
6971 * gdb.mi/mi-dprintf-pending.exp: New test.
6972 * gdb.mi/mi-dprintf-pendshr.c: New file.
6973
7d73c23c 69742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6975 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6976
6977 * gdb.arch/i386-mpx-map.c: New file.
6978 * gdb.arch/i386-mpx-map.exp: New File.
6979
69802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6981
6982 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6983 * gdb.arch/i386-mpx.exp: Indentation fixed.
6984
69852015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6986
6987 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6988 function and improved indentation.
6989 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6990 gdb_test_multiple. Added additional tests to skip the test.
6991
69922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6993
6994 * gdb.arch/i386-avx512.c: Change path in include file.
6995 * gdb.arch/i386-avx512.exp: Change include dir path
6996 compilation flag.
6997 * gdb.arch/i386-mpx.c: Change path in include file.
6998 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6999 flag.
7000
d5eba19a
JK
70012015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7002
7003 * gdb.compile/compile-print.exp (compile print *vararray@3)
7004 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
7005
7f361056
JK
70062015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7007
7008 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
7009 (do not keep jit in memory): ... this.
7010 (expect 5): Change it to ...
7011 (expect no 5): ... this.
7012
3b462ec2
SM
70132015-06-02 Simon Marchi <simon.marchi@ericsson.com>
7014
7015 PR gdb/15564
7016 * gdb.mi/mi-detach.exp: New file.
7017
e0619de6
JK
70182015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7019
7020 PR symtab/18392
7021 * gdb.arch/amd64-tailcall-self.S: New file.
7022 * gdb.arch/amd64-tailcall-self.c: New file.
7023 * gdb.arch/amd64-tailcall-self.exp: New file.
7024
e970cb34
DB
70252015-05-28 Don Breazeal <donb@codesourcery.com>
7026
7027 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
7028 tests for remote targets by checking is_target_gdbserver.
7029
b2e2f908
DE
70302015-05-27 Doug Evans <dje@google.com>
7031
7032 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
7033 * gdb.dwarf2/opaque-type-lookup.c: New file.
7034 * gdb.dwarf2/opaque-type-lookup.exp: New file.
7035
82c7be31
DE
70362015-05-26 Doug Evans <dje@google.com>
7037
7038 * gdb.cp/iostream.cc: New file.
7039 * gdb.cp/iostream.exp: New file.
7040
b4f54984
DE
70412015-05-26 Doug Evans <dje@google.com>
7042
7043 * gdb.dwarf2/dw2-op-call.exp: Update.
7044 * gdb.dwarf2/dw4-sig-types.exp: Update.
7045 * gdb.dwarf2/implptr.exp: Update.
7046 * gdb.mi/mi-cmd-param-changed.exp: Update.
7047
4ea6efe9
DE
70482015-05-26 Doug Evans <dje@google.com>
7049
7050 * gdb.python/py-lazy-string.c: New file.
7051 * gdb.python/py-lazy-string.exp: New file.
7052 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
7053 (main): Update. Add estring3.
7054 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
7055 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
7056
f6bb7db3
YQ
70572015-05-26 Omair Javaid <omair.javaid@linaro.org>
7058 Yao Qi <yao.qi@linaro.org>
7059
7060 * gdb.reverse/aarch64.c: New.
7061 * gdb.reverse/aarch64.exp: New.
7062
a81bfbd0
OJ
70632015-05-26 Omair Javaid <omair.javaid@linaro.org>
7064
25d49b86
PA
7065 * lib/gdb.exp (supports_process_record): Return true for
7066 aarch64*-linux*.
a81bfbd0
OJ
7067 (supports_reverse): Likewise.
7068
158bf1b4
PP
70692015-05-22 Patrick Palka <patrick@parcs.ath.cx>
7070
7071 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7072 Use with_test_prefix.
7073
a0145030
AB
70742015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
7075
7076 * gdb.base/completion.exp: Add test for completion of layout
7077 names.
7078
ebe3b578
AB
70792015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
7080
7081 * lib/gdb.exp (skip_tui_tests): New proc.
7082 * gdb.base/tui-layout.exp: Check skip_tui_tests.
7083
84204ed7
PA
70842015-05-19 Pedro Alves <palves@redhat.com>
7085
7086 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
7087 Save the whole env array instead of just HOME. Unset HISTSIZE in
7088 the environment while testing. Restore whole environment
7089 afterwards.
7090
37442ce1
DE
70912015-05-16 Doug Evans <xdje42@gmail.com>
7092
7093 * gdb.guile/scm-ports.c: New file.
7094 * gdb.guile/scm-ports.exp: Add memory port tests.
7095
36de76f9
JK
70962015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7097
7098 * gdb.compile/compile-print.c: New file.
7099 * gdb.compile/compile-print.exp: New file.
7100
3a9558c4
JK
71012015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7102
7103 * gdb.compile/compile-ops.exp: Cast param to void.
7104 * gdb.compile/compile.exp: Complete type for _gdb_expr.
7105 (compile code struct_object.selffield = &struct_object): Add xfail.
7106
aa715135
JG
71072015-05-15 Joel Brobecker <brobecker@adacore.com>
7108
7109 * gdb.ada/arr_enum_with_gap: New testcase.
7110
931e5bc3
JG
71112015-05-15 Joel Brobecker <brobecker@adacore.com>
7112
7113 * gdb.ada/byte_packed_arr: New testcase.
7114
9cd4d857
JB
71152015-05-15 Joel Brobecker <brobecker@adacore.com>
7116
7117 * gdb.ada/pckd_neg: New testcase.
7118
ebfd00d2
PP
71192015-05-13 Patrick Palka <patrick@parcs.ath.cx>
7120
7121 PR gdb/17820
7122 * gdb.base/gdbinit-history.exp: New test.
7123 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
7124 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
7125
4c082a81
SC
71262015-05-09 Siva Chandra Reddy <sivachandra@google.com>
7127
7128 * gdb.python/py-xmethods.cc: Enhance test case.
7129 * gdb.python/py-xmethods.exp: New tests.
7130 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
7131 function.
7132 (B_indexoper): Likewise.
7133 (global_dm_list) : Add new xmethod worker functions.
7134
f7797074
SDJ
71352015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
7136
7137 * gdb.base/coredump-filter.exp: Correctly unset
7138 "coredump_var_addr" array.
7139
a4674e4e
PA
71402015-05-08 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.server/non-existing-program.exp: Unset spawn_id.
7143
df2eb078
SC
71442015-05-08 Siva Chandra Reddy <sivachandra@google.com>
7145
7146 PR python/18291
7147 * gdb.python/py-xmethods.exp: Add tests.
7148
422349a3
YQ
71492015-05-08 Yao Qi <yao.qi@linaro.org>
7150
7151 PR gdb/18208
7152 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
7153 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
7154 function set_coredump_filter, and remove remote_exec call.
7155 Remove argument ipid. Callers update.
7156 (top level): Don't get inferior's PID.
7157
63fc80ce
AA
71582015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
7159
7160 * gdb.base/watch_thread_num.exp: Skip test on targets without
7161 access watchpoints.
7162
80ad801e
PA
71632015-05-06 Pedro Alves <palves@redhat.com>
7164
7165 PR server/18081
7166 * gdb.server/non-existing-program.exp: New file.
7167
0fa7fe50
JB
71682015-05-05 Joel Brobecker <brobecker@adacore.com>
7169
7170 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
7171
3ea89b92
PMR
71722015-05-05 Joel Brobecker <brobecker@adacore.com>
7173
7174 * gdb.ada/out_of_line_in_inlined: New testcase.
7175
87b8eff0
JB
71762015-05-05 Joel Brobecker <brobecker@adacore.com>
7177
7178 * gdb.ada/var_rec_arr: New testcase.
7179
5fccc635
YQ
71802015-04-30 Yao Qi <yao.qi@linaro.org>
7181
7182 * gdb.base/break-idempotent.exp: If
7183 skip_hw_watchpoint_multi_tests returns true, skip the tests
7184 on "rwatch" and "awatch".
7185
42d38f42
YQ
71862015-04-30 Yao Qi <yao.qi@linaro.org>
7187
7188 * gdb.base/relativedebug.exp: Invoke gdb command
7189 "info sharedlibrary", and if libc.so doesn't have debug info,
7190 skip the test.
7191
2ce1cdbf
DE
71922015-04-29 Doug Evans <dje@google.com>
7193
7194 * gdb.python/py-xmethods.exp: Add ptype tests.
7195 * gdb.python/py-xmethods.py (E_method_char_worker): Add
7196 get_result_type method.
7197
f24a38c5
LM
71982015-04-29 Luis Machado <lgustavo@codesourcery.com>
7199
7200 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
7201 the target does not support hardware watchpoints.
7202
ecbf2b3c
LM
72032015-04-29 Luis Machado <lgustavo@codesourcery.com>
7204
7205 * gdb.base/break-always.exp: Abort testing if writing to memory
7206 causes an error.
7207
34f5f757
DE
72082015-04-28 Doug Evans <dje@google.com>
7209
7210 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
7211 * gdb.python/py-pp-registration.exp: ... here. New file.
7212 * gdb.python/py-pp-registration.c: New file.
7213 * gdb.python/py-pp-registration.py: New file.
7214
69b4374a
DE
72152015-04-28 Doug Evans <dje@google.com>
7216
7217 * gdb.python/py-bad-printers.c: New file.
7218 * gdb.python/py-bad-printers.py: New file.
7219 * gdb.python/py-bad-printers.exp: New file.
7220
59fb7612
SS
72212015-04-28 Sasha Smundak <asmundak@google.com>
7222
7223 * gdb.python/py-type.exp: New test.
7224
2631b16a
AW
72252015-04-28 Andy Wingo <wingo@igalia.com>
7226
7227 * gdb.python/py-parameter.exp:
7228 * gdb.guile/scm-parameter.exp: Escape the path that we are
7229 matching against, as it might contain characters that are special
7230 to regular expressions.
7231
460efde1
JB
72322015-04-27 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.ada/rec_comp: New testcase.
7235
2d369d8e
SDJ
72362015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
7237
7238 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
7239 before using it.
7240
cf75d6c3
AB
72412015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
7242
7243 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
7244 new tests for verilog output.
7245
8dbe7ca5
YQ
72462015-04-24 Yao Qi <yao.qi@linaro.org>
7247
7248 * boards/remote-gdbserver-on-localhost.exp: New file.
7249
4ef9fb2f
PA
72502015-04-23 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
7253 $inferior_spawn_id instead of $inferior_spawn_id directly. On
7254 "end of file", remove $inferior_spawn_id from the indirect list.
7255
0a803169
PA
72562015-04-23 Pedro Alves <palves@redhat.com>
7257
7258 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
7259
749ef8f8
PA
72602015-04-23 Pedro Alves <palves@redhat.com>
7261
7262 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
7263 on $any_spawn_id instead of only on $gdb_spawn_id.
7264
8aae4344
PM
72652015-04-21 Pierre Muller <muller@sourceware.org>
7266
7267 PR pascal/17815
7268 * lib/pascal.exp (gpc_compile): Add new option "class".
7269 (fpc_compile): Likewise.
7270 * gdb.pascal/case-insensitive-symbols.pas: New file.
7271 * gdb.pascal/case-insensitive-symbols.exp: New file.
7272
1586c8fb
GB
72732015-04-20 Gary Benson <gbenson@redhat.com>
7274
7275 * gdb.base/attach.exp: Fix three extended remote failures.
7276
1b6e6f5c
GB
72772015-04-17 Gary Benson <gbenson@redhat.com>
7278
7279 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
7280 the main executable over the remote protocol.
7281
e797481d
PA
72822015-04-16 Pedro Alves <palves@redhat.com>
7283
7284 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
7285 a new gdbserver if gdbserver_reconnect_p is set.
7286
1ca99c42
PA
72872015-04-16 Pedro Alves <palves@redhat.com>
7288
7289 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
7290 is set, don't exit gdbserver.
7291
af9fd6f8
AA
72922015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7293
7294 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
7295 appropriate .insn, such that an older assembler can be used.
7296 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
7297 the z/Architecture instruction set on 31-bit targets as well.
7298
04ff1e61
AA
72992015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7300
7301 * gdb.go/handcall.exp: Remove all logic related to the first
7302 breakpoint and rely on go_runto_main instead.
7303 * gdb.go/strings.exp: Likewise.
7304 * gdb.go/unsafe.exp: Likewise.
7305 * gdb.go/hello.exp: Likewise. Also rename the remaining
7306 breakpoint marker to "breakpoint 1".
7307 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
7308 * gdb.go/strings.go: Likewise.
7309 * gdb.go/unsafe.go: Likewise.
7310 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
7311 "set breakpoint 2 here" and rename the remaining breakpoint marker
7312 to "breakpoint 1".
7313
40d2f8d6
SM
73142015-04-15 Simon Marchi <simon.marchi@ericsson.com>
7315
7316 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
7317 if itertools.imap is not present.
7318 * gdb.python/py-objfile.exp: Add parentheses.
7319 * gdb.python/py-type.exp: Same.
7320 * gdb.python/py-unwind-maint.py: Same.
7321
8cbc97c6
YQ
73222015-04-15 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
7325 of ":$ptr_size" and set its form explicitly.
7326
45fd756c
YQ
73272015-04-15 Pedro Alves <palves@redhat.com>
7328 Yao Qi <yao.qi@linaro.org>
7329
7330 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
7331 timeout by factor of 4.
7332 (test_regular_watch): Likewise.
7333 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
7334 * gdb.reverse/sigall-reverse.exp: Likewise.
7335 * gdb.reverse/until-precsave.exp: Likewise.
7336 * lib/gdb.exp (with_timeout_factor): New proc.
7337 (gdb_expect): Move some code to ...
7338 (get_largest_timeout): ... here. New procedure.
7339
9e811bc3
LM
73402015-04-14 Luis Machado <lgustavo@codesourcery.com>
7341
7342 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
7343
0ff6fcb2
LM
73442015-04-13 Luis Machado <lgustavo@codesourcery.com>
7345
7346 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
7347 to write to the .text section.
7348
7578d5f7
LM
73492015-04-13 Luis Machado <lgustavo@codesourcery.com>
7350
7351 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
7352 Handle the case of targets that do not provide PID information.
7353
2efe15c4
YQ
73542015-04-13 Yao Qi <yao.qi@linaro.org>
7355
7356 * lib/gdbserver-support.exp (gdb_exit): Catch exception
7357 and use expect instead of gdb_expect.
7358
8cd8f2f8
SDJ
73592015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
7360
7361 * gdb.base/coredump-filter.exp: Rename variable "addr" to
7362 "coredump_var_addr" to avoid naming conflict with other testcases.
7363
9ee41772
PA
73642015-04-10 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
7367 gdb_test_sequence and gdb_assert.
7368
07473109
PA
73692015-04-10 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
7372 test messages that don't include the breakpoint address.
7373
de3db44c
YQ
73742015-04-10 Yao Qi <yao.qi@linaro.org>
7375
7376 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
7377 false for some offset and width combinations which aren't
7378 supported by linux kernel.
7379
c79d856c
PA
73802015-04-10 Pedro Alves <palves@redhat.com>
7381
7382 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
7383 procedure, factored out from ...
7384 (top level): ... here. Add "set displaced-stepping" testing axis.
7385 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
7386 parameter "displaced". Use it.
7387 (top level): Use foreach and add "set displaced-stepping" testing
7388 axis.
7389
ebc90b50
PA
73902015-04-10 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
7393 Remove comment.
7394 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
7395 both the address of the instruction that triggers the watchpoint
7396 and the address of the instruction immediately after, and use
7397 those addresses for the test. Fix comment.
7398
8f572e5c
PA
73992015-04-10 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.base/sigstep.exp (breakpoint_to_handler)
7402 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
7403 Test "backtrace" in handler.
7404 (breakpoint_over_handler): New parameter 'displaced'. Use it.
7405 (top level): Add new "displaced" test axis to
7406 breakpoint_to_handler, breakpoint_to_handler_entry and
7407 breakpoint_over_handler.
7408
8d707a12
PA
74092015-04-10 Pedro Alves <palves@redhat.com>
7410
7411 PR gdb/18216
7412 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
7413
ef713951
YQ
74142015-04-10 Yao Qi <yao.qi@linaro.org>
7415
7416 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
7417 (test_add_rn_pc): New function.
7418 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
7419 (top level): Invoke test_add_rn_pc.
7420
906d60cf
PA
74212015-04-10 Pedro Alves <palves@redhat.com>
7422
7423 PR gdb/13858
7424 * gdb.base/step-over-no-symbols.exp: New file.
7425
f2983cc3
AW
74262015-04-09 Andy Wingo <wingo@igalia.com>
7427
7428 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
7429 after the Python tests.
7430
6d62641c
SDJ
74312015-04-08 Keith Seitz <keiths@redhat.com>
7432
7433 PR python/16699
7434 * gdb.python/py-completion.exp: New tests for completion.
7435 * gdb.python/py-completion.py (CompleteLimit1): New class.
7436 (CompleteLimit2): Likewise.
7437 (CompleteLimit3): Likewise.
7438 (CompleteLimit4): Likewise.
7439 (CompleteLimit5): Likewise.
7440 (CompleteLimit6): Likewise.
7441 (CompleteLimit7): Likewise.
7442
f3770638
PA
74432015-04-08 Pedro Alves <palves@redhat.com>
7444
7445 PR gdb/18214
7446 PR gdb/18216
7447 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
7448 function.
7449 (main): Install it as SIGUSR1 handler.
7450 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
7451 parameter. Always use "setup" as prefix. Toggle "set
7452 displaced-stepping" off/on depending on global. Don't switch to
7453 thread 1 here.
7454 (top level): Add displaced stepping "off/on" test axis. Update
7455 "setup" calls. Wrap each subtest with with_test_prefix. Test
7456 continuing with a queued signal in each thread.
7457
4496bed7
PA
74582015-04-08 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
7461 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
7462 gdb_breakpoint instead of gdb_test that doesn't expect anything.
7463 Return early if running to main fails.
7464 * gdb.trace/while-stepping.exp: Likewise.
7465
b97fde92
PA
74662015-04-07 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
7469 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
7470 interact with inferior program.
7471
f71c18e7
PA
74722015-04-07 Pedro Alves <palves@redhat.com>
7473
7474 * lib/gdb.exp (inferior_spawn_id): New global.
7475 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
7476 spawn id after processing the user code.
7477 (default_gdb_start): Set inferior_spawn_id.
7478 (send_inferior): New procedure.
7479 * lib/gdbserver-support.exp (gdbserver_start): Set
7480 inferior_spawn_id.
7481 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
7482
6423214f
PA
74832015-04-07 Pedro Alves <palves@redhat.com>
7484
7485 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
7486 * lib/gdbserver-support.exp (gdbserver_start): Make
7487 $server_spawn_id global.
7488 (gdbserver_start): Don't wait for gdbserver's spawn id with
7489 expect_background.
7490 (close_gdbserver): New procedure.
7491 (gdb_exit): Rename the default version and reimplement.
7492
71c0ee8c
PA
74932015-04-07 Pedro Alves <palves@redhat.com>
7494
72f4393d 7495 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
7496 append the substituted item, not the original item.
7497
203bc29b
PA
74982015-04-07 Pedro Alves <palves@redhat.com>
7499
7500 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
7501 gdb_expect.
7502
508a3ddf
PA
75032015-04-07 Pedro Alves <palves@redhat.com>
7504
7505 * gdb.base/interrupt.exp: Don't handle the case of the inferior
7506 output appearing once only.
7507
9f6dbe2b
PA
75082015-04-07 Pedro Alves <palves@redhat.com>
7509
7510 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
7511 that doesn't expect anything. Return early if running to main
7512 fails.
7513
337532fa
YQ
75142015-04-07 Yao Qi <yao.qi@linaro.org>
7515
7516 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
7517 (child_function): Call alarm.
7518 (main): Move call to alarm into the loop.
7519 * gdb.threads/non-stop-fair-events.exp: Build program with
7520 -DTIMEOUT=$timeout.
7521
01b622d4
DE
75222015-04-06 Doug Evans <xdje42@gmail.com>
7523
7524 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
7525 Fix dest parameter to board_info.
7526 (fpc_compile): Ditto.
7527 (gdb_compile_pascal): Rename dest arg to destfile.
7528
961f4160
PMR
75292015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
7530
7531 * gdb.ada/funcall_ref.exp: New file.
7532 * gdb.ada/funcall_ref/foo.adb: New file.
7533
cafda597
YQ
75342015-04-02 Yao Qi <yao.qi@linaro.org>
7535
7536 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
7537 is remote.
7538
fed040c6
GB
75392015-04-02 Gary Benson <gbenson@redhat.com>
7540
7541 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
7542
d11916aa
SS
75432015-04-01 Sasha Smundak <asmundak@google.com>
7544
7545 * gdb.python/py-unwind-maint.c: New file.
7546 * gdb.python/py-unwind-maint.exp: New test.
7547 * gdb.python/py-unwind-maint.py: New file.
7548 * gdb.python/py-unwind.c: New file.
7549 * gdb.python/py-unwind.exp: New test.
7550 * gdb.python/py-unwind.py: New test.
7551
a1471180
PA
75522015-04-01 Pedro Alves <palves@redhat.com>
7553
7554 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
7555 to fail instead of non-existent $test.
7556
0bbeccb1
PA
75572015-04-01 Pedro Alves <palves@redhat.com>
7558
7559 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
7560 GDBFLAGS if not empty.
7561
3c724c8c
PMR
75622015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
7563
7564 * gdb.ada/complete.exp: Remove "multi_line".
7565 * gdb.ada/info_exc.exp: Remove "multi_line".
7566 * gdb.ada/packed_tagged.exp: Remove "multi_line".
7567 * gdb.ada/ptype_field.exp: Remove "multi_line".
7568 * gdb.ada/sym_print_name.exp: Remove "multi_line".
7569 * gdb.ada/tagged.exp: Remove "multi_line".
7570 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
7571 [multi_line ...]
7572 * gdb.btrace/delta.exp: Likewise.
7573 * gdb.btrace/exception.exp: Likewise.
7574 * gdb.btrace/function_call_history.exp: Likewise.
7575 * gdb.btrace/instruction_history.exp: Likewise.
7576 * gdb.btrace/nohist.exp: Likewise.
7577 * gdb.btrace/record_goto.exp: Likewise.
7578 * gdb.btrace/segv.exp: Likewise.
7579 * gdb.btrace/stepi.exp: Likewise.
7580 * gdb.btrace/tailcall.exp: Likewise.
7581 * gdb.btrace/unknown_functions.exp: Likewise.
7582 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
7583 * lib/gdb.exp: Add the "multi_line" helper.
7584
4eec2deb
PA
75852015-04-01 Pedro Alves <palves@redhat.com>
7586
7587 * gdb.threads/tid-reuse.c: New file.
7588 * gdb.threads/tid-reuse.exp: New file.
7589
df8411da
SDJ
75902015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
7591
7592 PR corefiles/16092
7593 * gdb.base/coredump-filter.c: New file.
7594 * gdb.base/coredump-filter.exp: Likewise.
7595
6ef37366
PM
75962015-03-27 Petr Machata <pmachata@redhat.com>
7597
7598 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
7599 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
7600 (Dwarf::assemble): Initialize them.
7601 (Dwarf::lines): New function.
7602
7ec911b0
JT
76032015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
7604
7605 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
7606 SYMBOL_PREFIX for x86_64-*-cygwin.
7607
ff908ebf
AW
76082015-03-26 Andy Wingo <wingo@igalia.com>
7609
7610 PR symtab/18148
7611 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
7612 const_value but not a location.
7613 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
7614 location defined in non-main CUs are visible.
7615
6d5f0679
YQ
76162015-03-26 Yao Qi <yao.qi@linaro.org>
7617
7618 PR testsuite/18139
7619 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
7620 Add a line number entry for the same line.
7621 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
7622 Add a line number entry for the same line.
7623
2898689b
YQ
76242015-03-26 Yao Qi <yao.qi@linaro.org>
7625
7626 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
7627 .int 0.
7628 (func): Likewise. Add .Lfunc_1 label.
7629 Use .Lfunc_1 label.
7630 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
7631 .int 0.
7632 (func): Likewise.
7633 Use .Lfunc_1 label.
7634
85180498
YQ
76352015-03-26 Yao Qi <yao.qi@linaro.org>
7636
7637 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
7638 Call gdb_compile instead to compile each .s files without debug
7639 information.
7640
8aa08a8d
YQ
76412015-03-26 Yao Qi <yao.qi@linaro.org>
7642
7643 * gdb.base/savedregs.exp (process_saved_regs): Make
7644 "Saved registers:" optional in the pattern.
7645
66849923
MM
76462015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7647
7648 * gdb.btrace/next.exp: Merged into step.exp.
7649 * gdb.btrace/finish.exp: Merged into step.exp.
7650 * gdb.btrace/nexti.exp: Merged into stepi.exp.
7651 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
7652 "record goto" and checking the exact replay position.
7653 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
7654 check for "Recording format" in "info record" output.
7655 * gdb.btrace/record_goto.exp: Choose test file based on target.
7656 * gdb.btrace/x86-record_goto.S: Renamed into ...
7657 * gdb.btrace/x86_64-record_goto.S: ... this.
7658 * gdb.btrace/i686-record_goto.S: New.
7659 * gdb.btrace/x86-tailcall.S: Renamed into ...
7660 * gdb.btrace/x86_64-tailcall.S: ... this.
7661 * gdb.btrace/i686-tailcall.S: New.
7662 * gdb.btrace/x86-tailcall.c: Renamed into ...
7663 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
7664 separate statements. Update test.
7665 * gdb.btrace/delta.exp: Use record_goto.c as test file.
7666 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
7667 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
7668 * gdb.btrace/tailcall.exp: Choose test file based on target.
7669 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
7670
11cc1b74
MM
76712015-03-25 Markus Metzger <markus.t.metzger@intel.com>
7672
7673 * gdb.btrace/exception.exp: Increase BTS buffer size.
7674
a25d8bf9
PA
76752015-03-24 Pedro Alves <palves@redhat.com>
7676
7677 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
7678
856e7dd6
PA
76792015-03-24 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.threads/schedlock.exp (test_step): No longer expect that
7682 "set scheduler-locking step" with "next" over a function call runs
7683 threads unlocked.
7684
ad235a41
AT
76852015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7686
7687 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
7688
15630549
AT
76892015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7690
7691 PR breakpoints/16466
7692 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
7693 * gdb.mi/mi-pending.c (thread_func): New function.
7694 (int main): Add threading support required.
7695 * gdb.mi/mi-pending.exp: Add tests for this issue.
7696 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
7697 (pendfunc2): Remove stdio dependency.
7698 * gdb.mi/mi-pendshr2.c: New file.
7699
693dca06
KS
77002015-03-23 Keith Seitz <keiths@redhat.com>
7701
7702 * gdb.linespec/keywords.c: New file.
7703 * gdb.linespec/keywords.exp: New file.
7704
7e993ebf
KS
77052015-03-23 Keith Seitz <keiths@redhat.com>
7706
7707 PR gdb/18021
7708 * gdb.dwarf2/staticvirtual.exp: New test.
7709
bc23328c
JK
77102015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7711
7712 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7713 * README: Remove HP-UX and gdb.hp.
7714 (configuration):
7715 * configure: Regenerate.
7716 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7717 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7718 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7719 gdb.hp/gdb.defects/Makefile.
7720 * gdb.hp/Makefile.in: File deleted.
7721 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7722 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7723 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7724 * gdb.hp/gdb.aCC/run.c: File deleted.
7725 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7726 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7727 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7728 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7729 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7730 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7731 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7732 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7733 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7734 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7735 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7736 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7737 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7738 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7739 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7740 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7741 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7742 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7743 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7744 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7745 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7746 * gdb.hp/gdb.compat/average.c: File deleted.
7747 * gdb.hp/gdb.compat/sum.c: File deleted.
7748 * gdb.hp/gdb.compat/xdb.c: File deleted.
7749 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7750 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7751 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7752 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7753 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7754 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7755 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7756 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7757 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7758 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7759 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7760 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7761 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7762 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7763 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7764 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7765 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7766 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7767 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7768 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7769 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7770 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7771 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7772 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7773 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7774 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7775 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7776 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7777 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7778 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7779 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7780 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7781 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7782 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7783 * gdb.hp/tools/odump: File deleted.
7784
8bf3b159
PA
77852015-03-19 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7788 (saw_thread_3): New globals.
7789 (top level): Increment them when an event for the corresponding
7790 thread is seen.
7791 (no thread starvation): New test.
7792
eb54c8bf
PA
77932015-03-19 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.threads/continue-pending-status.c: New file.
7796 * gdb.threads/continue-pending-status.exp: New file.
7797
32d2e5d6
PA
77982015-03-18 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7801 Use gdb_is_target_remote instead of is_remote. Use
7802 gdb_test_multiple instead of gdb_expect. Exit early if
7803 gdb_test_multiple hits its internal matches. Tighten stepi tests
7804 expected output. Fail on exit with any signal, instead of just
7805 SIGILL.
7806
f68f11b7
YQ
78072015-03-18 Yao Qi <yao.qi@linaro.org>
7808
7809 PR tdep/18107
7810 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7811 variable.
7812 * gdb.base/catch-syscall.exp: Don't skip it on
7813 aarch64*-*-linux* target. Remove elements in all_syscalls.
7814 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7815 target.
7816 (setup_all_syscalls): New proc.
7817
ca5fd19b
YQ
78182015-03-16 Yao Qi <yao.qi@linaro.org>
7819
7820 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7821 (top level): Skip tests if valid_addr_p returns false for
7822 $cmd1 or $cmd2.
7823
85642ba0
AW
78242015-03-11 Andy Wingo <wingo@igalia.com>
7825
7826 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7827
e03f9645
YQ
78282015-03-11 Yao Qi <yao.qi@linaro.org>
7829
7830 * gdb.base/catch-syscall.exp: Fix typo in comments.
7831
5d0962b2
YQ
78322015-03-11 Yao Qi <yao.qi@linaro.org>
7833
7834 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7835
b2df3cef
PA
78362015-03-09 Pedro Alves <palves@redhat.com>
7837
7838 * dg-extract-results.py: Delete.
7839
ef878e53
PA
78402015-03-09 Pedro Alves <palves@redhat.com>
7841
7842 Merge dg-extract-results.sh from GCC upstream (r218843).
7843
7844 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7845 * dg-extract-results.sh: Use --text with grep to avoid issues with
7846 binary files. Fall back to cat -v, if that doesn't work.
7847
9494d219
PA
78482015-03-05 Pedro Alves <palves@redhat.com>
7849
7850 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7851
a8d9763a
SM
78522015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7853
7854 * lib/mi-support.exp (mi_expect_interrupt): Accept
7855 alternative event for when in all-stop mode.
7856
be9957b8
PA
78572015-03-04 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7860
d57be0f4 78612015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7862
7863 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7864
c214c7cf
AA
78652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7866
7867 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7868 regexps for GDB's current line display, accept a hex address
7869 preceding the line number.
7870
6d74a497
AA
78712015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7872
7873 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7874 the 'arch1' variable for "s390*-linux*" targets.
7875
511aee7c
PA
78762015-03-04 Pedro Alves <palves@redhat.com>
7877
7878 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7879 (main): Pass missing retval argument to pthread_join call.
7880
95e50b27
PA
78812015-03-02 Pedro Alves <palves@redhat.com>
7882
7883 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7884 (top level): Call do_test with non-stop as well.
7885
28054d69
PA
78862015-03-02 Pedro Alves <palves@redhat.com>
7887
7888 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7889 -1.
7890
4fa5d7b4
AA
78912015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7892
7893 * gdb.arch/s390-vregs.exp: New test.
7894 * gdb.arch/s390-vregs.S: New file.
7895
97c18565
PA
78962015-02-27 Pedro Alves <palves@redhat.com>
7897
7898 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7899 call to catch_command_errors.
7900 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7901 catch_command_errors.
7902
a37bfa30
PA
79032015-02-27 Pedro Alves <palves@redhat.com>
7904
7905 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7906 "true" for boolean result.
7907 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7908 prototype of main.
7909
6f98576f
PA
79102015-02-27 Pedro Alves <palves@redhat.com>
7911
7912 * lib/unbuffer_output.c: New file.
7913 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7914 (main): Call gdb_unbuffer_output.
7915
eba5ab56
YQ
79162015-02-27 Yao Qi <yao.qi@linaro.org>
7917
7918 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7919 target.
7920
0def5aaa
DE
79212015-02-26 Doug Evans <dje@google.com>
7922
7923 * gdb.cp/class2.cc (Dbase, D): New classes.
7924 (main): New local delta.
7925 * gdb.cp/class2.exp: Test printing delta.
7926 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7927 (dynbar): New global.
7928 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7929
081a1c2c
JK
79302015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7931
7932 * gdb.compile/compile-ifunc.c: New file.
7933 * gdb.compile/compile-ifunc.exp: New file.
7934
2f41223f
AT
79352015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7936
7937 * gdb.base/structs.exp: Check for correct struct on finish.
7938
03eddd80
YQ
79392015-02-26 Yao Qi <yao.qi@linaro.org>
7940
7941 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7942 is zero.
7943
80c57053
JK
79442015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7945
7946 * gdb.arch/cordic.ko.bz2: New file.
7947 * gdb.arch/cordic.ko.debug.bz2: New file.
7948 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7949
21613c12
YQ
79502015-02-25 Yao Qi <yao.qi@linaro.org>
7951
7952 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7953 aarch64*-*-* target.
7954
d8b901ed
PA
79552015-02-23 Pedro Alves <palves@redhat.com>
7956
7957 * lib/gdb.exp (delete_breakpoints): Rewrite using
7958 gdb_test_multiple.
7959
e5b85ead
PA
79602015-02-23 Pedro Alves <palves@redhat.com>
7961
7962 * gdb.base/info-os.c: Include stdlib.h.
7963
85c3a371
DE
79642015-02-22 Doug Evans <xdje42@gmail.com>
7965
7966 PR symtab/17855
7967 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7968 is read after symbols have been re-read.
7969 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7970 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7971
96553a0c
DE
79722015-02-21 Doug Evans <dje@google.com>
7973
7974 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7975
97a0c697
JK
79762015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7977
7978 PR corefiles/17808
7979 * gdb.arch/i386-biarch-core.core.bz2: New file.
7980 * gdb.arch/i386-biarch-core.exp: New file.
7981
a47cd6e9
PA
79822015-02-21 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7985 runto_main fails.
7986
c5facdc4
PA
79872015-02-20 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7990 info probes.
7991
2db9a427
PA
79922015-02-20 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7995
60fb7e9e
PA
79962015-02-20 Pedro Alves <palves@redhat.com>
7997
7998 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7999 clean_restart before gdb_target_supports_trace.
8000
5c5019c2
PA
80012015-02-20 Pedro Alves <palves@redhat.com>
8002
8003 PR threads/18006
8004 * gdb.threads/clone-thread_db.c: New file.
8005 * gdb.threads/clone-thread_db.exp: New file.
8006
c9587f88
AT
80072015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8008
8009 PR breakpoints/16812
8010 * gdb.base/catch-gdb-caused-signals.c: New file.
8011 * gdb.base/catch-gdb-caused-signals.exp: New file.
8012
f6a88844
JM
80132015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8014
8015 * configure: Regenerated.
8016 * configure.ac: Use GDB_AC_TRANSFORM.
8017 * aclocal.m4: sinclude ../transform.m4.
8018
497c491b
JM
80192015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8020
8021 * lib/dtrace.exp: New file.
8022 * gdb.base/dtrace-probe.exp: Likewise.
8023 * gdb.base/dtrace-probe.d: Likewise.
8024 * gdb.base/dtrace-probe.c: Likewise.
8025 * lib/pdtrace.in: Likewise.
8026 * configure.ac: Output variables with the transformed names of
8027 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
8028 * configure: Regenerated.
8029
03e98035
JM
80302015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8031
8032 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
8033 expected message when trying to access $_probe_* convenience
8034 variables while not on a probe.
8035
63cc30e9
JK
80362015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8037
8038 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
8039
0703599a
PA
80402015-02-11 Pedro Alves <pedro@codesourcery.com>
8041
8042 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
8043 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
8044
7e60a48e
DE
80452015-02-10 Doug Evans <xdje42@gmail.com>
8046
8047 * lib/gdb.exp (gdb_load): Always return a result.
8048
01b088bc
PA
80492015-02-10 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.threads/signal-sigtrap.c: New file.
8052 * gdb.threads/signal-sigtrap.exp: New file.
8053
b05ec7a5
AT
80542015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8055
8056 * gdb.trace/no-attach-trace.c: New file.
8057 * gdb.trace/no-attach-trace.exp: New file.
8058
a2c2acaf
MW
80592015-02-09 Mark Wielaard <mjw@redhat.com>
8060
8061 * gdb.dwarf2/atomic.c: New file.
8062 * gdb.dwarf2/atomic-type.exp: Likewise.
8063
31fd9caa
MM
80642015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8065
8066 * gdb.btrace/buffer-size.exp: Update "info record" output.
8067 * gdb.btrace/delta.exp: Update "info record" output.
8068 * gdb.btrace/enable.exp: Update "info record" output.
8069 * gdb.btrace/finish.exp: Update "info record" output.
8070 * gdb.btrace/instruction_history.exp: Update "info record" output.
8071 * gdb.btrace/next.exp: Update "info record" output.
8072 * gdb.btrace/nexti.exp: Update "info record" output.
8073 * gdb.btrace/step.exp: Update "info record" output.
8074 * gdb.btrace/stepi.exp: Update "info record" output.
8075 * gdb.btrace/nohist.exp: Update "info record" output.
8076
d33501a5
MM
80772015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8078
8079 * gdb.btrace/buffer-size: New.
8080
f4abbc16
MM
80812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8082
8083 * gdb.btrace/delta.exp: Update "info record" output.
8084 * gdb.btrace/enable.exp: Update "info record" output.
8085 * gdb.btrace/finish.exp: Update "info record" output.
8086 * gdb.btrace/instruction_history.exp: Update "info record" output.
8087 * gdb.btrace/next.exp: Update "info record" output.
8088 * gdb.btrace/nexti.exp: Update "info record" output.
8089 * gdb.btrace/step.exp: Update "info record" output.
8090 * gdb.btrace/stepi.exp: Update "info record" output.
8091 * gdb.btrace/nohist.exp: Update "info record" output.
8092
b9d61307
SM
80932015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8094
8095 PR gdb/15678
8096 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
8097
e584fdbc
PA
80982015-02-06 Pedro Alves <palves@redhat.com>
8099
8100 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
8101 macro.
8102 (seconds_left, again): New globals.
8103 (main): Wait seconds_left in a 1-second sleep loop instead of
8104 sleeping 180 seconds. If 'again' is set, reset the seconds
8105 counter.
8106 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
8107 'again' in the inferior before detaching. Print the seconds left.
8108 (options): New global.
8109 (top level): Build program with -DTIMEOUT=$timeout.
8110
77f41761
PA
81112015-02-06 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
8114 determine how many seconds to pass to 'alarm'.
8115 * gdb.base/gdb-sigterm.exp (top level): Build program with
8116 -DTIMEOUT=$timeout.
8117 (do_test): Return success/failure indication. Add more verbose
8118 logging. Don't fail if 200 single steps are seen. Instead, fail
8119 when the test times out.
8120 (passes): New global.
8121 (top level): Break the testing loop if testing fails on any
8122 iteration. Use gdb_assert.
8123
b9394193
DB
81242015-02-04 Don Breazeal <donb@codesourcery.com>
8125
8126 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
8127 and initialize them.
8128 (ipc_cleanup): New function.
8129 (main): Don't declare shmid, semid, and msqid. Add a call to
8130 atexit so that we call ipc_cleanup on exit.
8131
42d9e528
PA
81322015-02-04 Pedro Alves <palves@redhat.com>
8133
8134 * boards/native-extended-gdbserver.exp: Remove any target variant
8135 specifications from the board name before clearing the isremote
8136 flag from board_info.
8137
ae6ae975
DE
81382015-01-31 Doug Evans <xdje42@gmail.com>
8139
8140 * gdb.base/maint.exp <maint print type argc>: Update expected output.
8141
cfb069a8
GB
81422015-01-31 Gary Benson <gbenson@redhat.com>
8143
8144 * gdb.base/completion.exp: Disable completion limiting for
8145 existing tests. Add new tests to check completion limiting.
8146 * gdb.linespec/ls-errs.exp: Disable completion limiting.
8147
5dd31d79
DE
81482015-01-31 Doug Evans <xdje42@gmail.com>
8149
8150 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
8151
9f050062
DE
81522015-01-31 Doug Evans <xdje42@gmail.com>
8153
8154 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
8155 entries. Duplicate file section script entries.
8156 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
8157 inlined entries. Add test for safe-path rejection.
8158 * gdb.python/py-section-script.c: Add duplicate inlined section script
8159 entries. Duplicate file section script entries.
8160 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
8161 inlined entries. Add test for safe-path rejection.
8162
df25ebbd
JB
81632015-01-29 Joel Brobecker <brobecker@adacore.com>
8164
8165 * gdb.ada/disc_arr_bound: New testcase.
8166
4a0ca9ec
JB
81672015-01-29 Joel Brobecker <brobecker@adacore.com>
8168
8169 * gdb.ada/mi_var_array: New testcase.
8170
3a8b707a
DE
81712015-01-27 Doug Evans <dje@google.com>
8172
8173 * gdb.python/py-objfile.exp: Add tests for objfile.username.
8174 Add test for objfile.filename, objfile.username after objfile
8175 has been unloaded.
8176
f8313f6e
JB
81772015-01-26 Joel Brobecker <brobecker@adacore.com>
8178
8179 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
8180 the second test to print the name attribute of value
8181 returned by the call to gdb.lookup_type, and adjust
8182 the expected output accordingly.
8183
37bc665e
MW
81842015-01-25 Mark Wielaard <mjw@redhat.com>
8185
8186 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
8187 * gdb.base/disp-step-fork.c: Include unistd.h.
8188 * gdb.base/siginfo-obj.c: Include stdio.h.
8189 * gdb.base/siginfo-thread.c: Likewise.
8190 * gdb.mi/non-stop.c: Include unistd.h.
8191 * gdb.mi/nsthrexec.c: Include stdio.h.
8192 * gdb.mi/pthreads.c: Include unistd.h.
8193 * gdb.modula2/unbounded1.c (main): Declare returns int.
8194 * gdb.reverse/consecutive-reverse.c: Likewise.
8195 * gdb.threads/create-fail.c: Include unistd.h.
8196 * gdb.threads/killed.c: Likewise.
8197 * gdb.threads/linux-dp.c: Likewise.
8198 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
8199 * gdb.threads/non-ldr-exc-2.c: Likewise.
8200 * gdb.threads/non-ldr-exc-3.c: Likewise.
8201 * gdb.threads/non-ldr-exc-4.c: Likewise.
8202 * gdb.threads/pthreads.c: Include unistd.h.
8203 (main): Declare returns int.
8204 * gdb.threads/tls-main.c (foo): New declaration.
8205 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
8206
f7e5394d
SM
82072015-01-23 Simon Marchi <simon.marchi@ericsson.com>
8208
8209 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
8210 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
8211
743649fd
MW
82122015-01-15 Mark Wielaard <mjw@redhat.com>
8213
8214 * gdb.base/noreturn-return.c: New file.
8215 * gdb.base/noreturn-return.exp: New file.
8216 * gdb.base/noreturn-finish.c: New file.
8217 * gdb.base/noreturn-finish.exp: New file.
8218
198297aa
PA
82192015-01-23 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.threads/continue-pending-after-query.c: New file.
8222 * gdb.threads/continue-pending-after-query.exp: New file.
8223
717cf30c
AG
82242015-01-22 Anders Granlund <anders.granlund@ericsson.com>
8225 Simon Marchi <simon.marchi@ericsson.com>
8226
8227 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
8228 * gdb.base/valgrind-db-attach.exp: Same.
8229 * gdb.base/valgrind-infcall.exp: Same.
8230 * lib/mi-support.exp (default_mi_gdb_start): Same.
8231 * lib/prompt.exp (default_prompt_gdb_start): Same.
8232 * lib/gdb.exp (default_gdb_spawn): Same.
8233 (gdb_interact): New.
8234
8235
4b62a76e
JK
82362015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8237
8238 * gdb.compile/compile.exp (pointer to jit function): New test.
8239
b4cdae6f
WW
82402015-01-17 Wei-cheng Wang <cole945@gmail.com>
8241
8242 * lib/gdb.exp (supports_process_record): Return true for
8243 powerpc*-*-linux*.
8244 (supports_reverse): Likewise.
8245
d221e7ef
DB
82462015-01-15 Don Breazeal <donb@codesourcery.com>
8247
8248 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
8249 instead of checking whether the target board is remote and
8250 use spawn_wait_for_attach instead of exec/sleep.
8251 * gdb.base/attach-twice.exp: Likewise.
8252
bafffb51
JB
82532015-01-15 Joel Brobecker <brobecker@adacore.com>
8254
8255 * gdb.ada/var_arr_attrs: New testcase.
8256
5589af0e
PA
82572015-01-14 Pedro Alves <palves@redhat.com>
8258 Joel Brobecker <brobecker@adacore.com>
8259
8260 PR gdb/17525
8261 * gdb.base/bp-cmds-execution-x-script.c: New file.
8262 * gdb.base/bp-cmds-execution-x-script.exp: New file.
8263 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
8264
6c400b59
PA
82652015-01-14 Pedro Alves <palves@redhat.com>
8266
8267 PR cli/17828
8268 * gdb.base/batch-preserve-term-settings.c: New file.
8269 * gdb.base/batch-preserve-term-settings.exp: New file.
8270
e02c96a7
DE
82712015-01-13 Doug Evans <dje@google.com>
8272
8273 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
8274 binary.
8275
576fd14c
JB
82762015-01-13 Joel Brobecker <brobecker@adacore.com>
8277
8278 * Makefile.in (clean mostlyclean): Do not delete *.py.
8279
04dccad0
JB
82802015-01-13 Joel Brobecker <brobecker@adacore.com>
8281
8282 * gdb.python/py-lookup-type.exp: New file.
8283
3d230f71
PA
82842015-01-12 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
8287 restore GDBFLAGS before returning.
8288
7e67715d
JK
82892015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
8292 is_amd64_regs_target and is_x86_like_target.
8293
f2e0d4b4
DE
82942015-01-11 Doug Evans <xdje42@gmail.com>
8295
8296 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
8297 is given without an explicit form.
8298 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
8299 attributes.
8300 * gdb.dwarf/corrupt.exp: Ditto.
8301 * gdb.dwarf2/enum-type.exp: Ditto.
8302 * gdb.trace/entry-values.exp: Ditto.
8303 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
8304
439250fb
DE
83052015-01-11 Doug Evans <xdje42@gmail.com>
8306
8307 PR gdb/15830
8308 * gdb.base/maint.exp: Remove references to "maint demangle".
8309 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
8310 Add tests for explicitly specifying language to demangle.
8311 * gdb.dlang/demangle.exp: Ditto.
8312
ede9f622
PA
83132015-01-09 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.threads/non-stop-fair-events.c: New file.
8316 * gdb.threads/non-stop-fair-events.exp: New file.
8317
a7b796db
PA
83182015-01-09 Pedro Alves <palves@redhat.com>
8319
8320 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
8321 the global scope. Set a breakpoint after all threads are started
8322 rather than stepping over two source lines. Expect the prompt.
8323 * gdb.base/watch_thread_num.c (threads_started_barrier): New
8324 global.
8325 (NUM): Now 15.
8326 (main): Use threads_started_barrier to wait for all threads to
8327 start. Main thread no longer calls thread_function. Exit after
8328 180 seconds.
8329 (loop): New function.
8330 (thread_function): Wait on threads_started_barrier barrier. Call
8331 'loop' at each iteration.
8332 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
8333 threads have started, instead of hardcoding number of "next"
8334 steps. Use an access watchpoint instead of a write watchpoint.
8335
9665ffdd
PA
83362015-01-09 Pedro Alves <palves@redhat.com>
8337
8338 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
8339 (thread_func): Wait on barrier.
8340 (main): Wait for all threads to start before stopping GDB.
8341 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
8342 global.
8343 (thread1_func, thread2_func): Wait on barrier.
8344 (main): Wait for all threads to start before stopping GDB.
8345 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
8346 New global.
8347 (thread1_func, thread2_func): Wait on barrier.
8348 (main): Wait for all threads to start before stopping GDB.
8349
c945a99f
PA
83502015-01-09 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.threads/attach-many-short-lived-threads.c: New file.
8353 * gdb.threads/attach-many-short-lived-threads.exp: New file.
8354
c1a747c1
PA
83552014-01-09 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
8358 instead of to thread 2.
8359 * gdb.threads/signal-command-multiple-signals-pending.c (main):
8360 Add barrier around each pthread_create call instead of around all
8361 calls.
8362 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
8363 Set a break on thread_function and have the child threads hit it
8364 one at at a time.
8365
60b3033e
PA
83662015-01-09 Pedro Alves <palves@redhat.com>
8367
8368 * lib/gdb.exp (can_spawn_for_attach): New procedure.
8369 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
8370 false.
8371 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
8372 checking whether the target board is remote.
8373 * gdb.multi/multi-attach.exp: Likewise.
8374 * gdb.python/py-sync-interp.exp: Likewise.
8375 * gdb.server/ext-attach.exp: Likewise.
8376 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
8377 tests that need to attach, instead of checking whether the target
8378 board is remote at the top of the file.
8379
acc018ac
YQ
83802015-01-08 Yao Qi <yao@codesourcery.com>
8381
8382 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
8383
50a18af8
JK
83842015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8385
8386 Fix testcase compilation.
8387 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
8388
8503d6e1
JB
83892015-01-06 Joel Brobecker <brobecker@adacore.com>
8390
8391 * gdb.python/py-type.exp: Add a couple test about empty
8392 array creation, and negative-length array creation.
8393
cc73dbcc
DE
83942015-01-02 Doug Evans <xdje42@gmail.com>
8395
8396 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
8397
0300bbc7
DE
83982015-01-02 Doug Evans <dje@google.com>
8399
8400 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
8401
9d85a0ec
YQ
84022014-12-29 Yao Qi <yao@codesourcery.com>
8403
8404 * gdb.trace/entry-values.exp: Update comments. Rename variable
8405 bar_call_foo to returned_from_foo.
8406
87186c6a
MMN
84072014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
8408
8409 PR gdb/17394
8410 * gdb.linespec/break-asm-file.c: New file.
8411 * gdb.linespec/break-asm-file.exp: New file.
8412 * gdb.linespec/break-asm-file0.s: New file.
8413 * gdb.linespec/break-asm-file1.s: New file.
8414
1bab7383
YQ
84152014-12-18 Nigel Stephens <nigel@mips.com>
8416 Maciej W. Rozycki <macro@codesourcery.com>
8417
8418 * gdb.base/float.exp: Handle the new output from "info float" on
8419 MIPS targets.
8420
1bc1068a
JK
84212014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8422
8423 Fix MinGW compilation.
8424 * gdb.compile/compile-ops.exp: Update untested message if
8425 !skip_compile_feature_tests.
8426 * gdb.compile/compile-setjmp.exp: Likewise.
8427 * gdb.compile/compile-tls.exp: Likewise.
8428 * gdb.compile/compile.exp: Likewise.
8429 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
8430 supported on this host".
8431
b6615d10
DE
84322014-12-16 Doug Evans <xdje42@gmail.com>
8433
8434 * boards/stabs.exp: New file.
8435
25dda427
AA
84362014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
8437
8438 * gdb.base/completion.exp: Adjust to format changes of "maint
8439 print user-registers".
8440
bf330350
CU
84412014-12-16 Catalin Udma <catalin.udma@freescale.com>
8442
8443 PR server/17457
8444 * gdb.arch/aarch64-fp.c: New file.
8445 * gdb.arch/aarch64-fp.exp: New file.
8446
395cf596
SDJ
84472014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
8448
8449 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
8450 r210637, r210913, r211666, r215400, r215817).
8451
8452 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
8453 * dg-extract-results.py: New file.
8454 * dg-extract-results.sh: Use it if the environment seems
8455 suitable.
8456
8457 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
8458
8459 * dg-extract-results.py (parse_run): Handle warnings that
8460 are printed before a test harness is run.
8461
8462 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
8463
8464 * dg-extract-results.py (Named): Remove __cmp__ method.
8465 (output_variation): Use a key to sort variation.harnesses.
8466
8467 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
8468
8469 * dg-extract-results.py: For Python 3, force sys.stdout to
8470 handle surrogate escape sequences.
8471 (safe_open): New function.
8472 (output_segment, main): Use it.
8473
8474 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
8475
8476 * dg-extract-results.py (Prog.result_re): Include options
8477 in test name.
8478
8479 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
8480
8481 * dg-extract-results.py (output_variation): Always sort if
8482 do_sum.
8483
e882ef3c
SM
84842014-12-15 Simon Marchi <simon.marchi@ericsson.com>
8485
8486 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
8487 as long as we get pagination notifications.
8488
4992aa20
JM
84892014-12-15 Jason Merrill <jason@redhat.com>
8490
8491 * Makefile.in (check-gdb.%): Restore.
8492 * README: Mention it.
8493
c1b5a1a6
JB
84942014-12-13 Joel Brobecker <brobecker@adacore.com>
8495
8496 * gdb.ada/str_uninit: New testcase.
8497
5537b577
JK
84982014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8499
8500 PR symtab/17642
8501 * gdb.base/vla-stub-define.c: New file.
8502 * gdb.base/vla-stub.c: New file.
8503 * gdb.base/vla-stub.exp: New file.
8504
bb2ec1b3
TT
85052014-12-12 Phil Muldoon <pmuldoon@redhat.com>
8506 Jan Kratochvil <jan.kratochvil@redhat.com>
8507 Tom Tromey <tromey@redhat.com>
8508
8509 * configure.ac: Add gdb.compile/.
8510 * configure: Regenerate.
8511 * gdb.compile/Makefile.in: New file.
8512 * gdb.compile/compile-ops.exp: New file.
8513 * gdb.compile/compile-ops.c: New file.
8514 * gdb.compile/compile-tls.c: New file.
8515 * gdb.compile/compile-tls.exp: New file.
8516 * gdb.compile/compile-constvar.S: New file.
8517 * gdb.compile/compile-constvar.c: New file.
8518 * gdb.compile/compile-mod.c: New file.
8519 * gdb.compile/compile-nodebug.c: New file.
8520 * gdb.compile/compile-setjmp-mod.c: New file.
8521 * gdb.compile/compile-setjmp.c: New file.
8522 * gdb.compile/compile-setjmp.exp: New file.
8523 * gdb.compile/compile-shlib.c: New file.
8524 * gdb.compile/compile.c: New file.
8525 * gdb.compile/compile.exp: New file.
8526 * lib/gdb.exp (skip_compile_feature_tests): New proc.
8527
4ff709eb
TT
85282014-12-12 Tom Tromey <tromey@redhat.com>
8529
8530 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
8531 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
8532
6dddd6a5
DE
85332014-12-12 Doug Evans <dje@google.com>
8534
8535 * lib/gdb-python.exp (get_python_valueof): New function.
8536 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
8537
71c24708
AA
85382014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8539
8540 * gdb.base/completion.exp: Add test for completion of "info
8541 registers ".
8542
3e29f34a
MR
85432014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
8544
8545 * gdb.base/func-ptrs.c: New file.
8546 * gdb.base/func-ptrs.exp: New file.
8547
fc126975
SM
85482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8549
8550 PR breakpoints/17012
8551 * gdb.base/dprintf-detach.c: New file.
8552 * gdb.base/dprintf-detach.exp: New file.
8553
0a46d518
SM
85542014-12-10 Simon Marchi <simon.marchi@ericsson.com>
8555
8556 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
8557 * lib/gdb.exp (target_is_gdbserver): New procedure.
8558
a0be3e44
DE
85592014-12-08 Doug Evans <dje@google.com>
8560
8561 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
8562
df1b803a
YQ
85632014-12-05 Yao Qi <yao@codesourcery.com>
8564
8565 * gdb.guile/scm-error.exp: Remove the third argument to
8566 gdb_remote_download.
8567 * gdb.guile/scm-frame-args.exp: Likewise.
8568 * gdb.guile/scm-section-script.exp: Likewise.
8569
ddb9f679
YQ
85702014-12-05 Yao Qi <yao@codesourcery.com>
8571
8572 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
8573
86e4ed39
DE
85742014-12-04 Doug Evans <dje@google.com>
8575
8576 * gdb.python/py-objfile.exp: Add tests for
8577 objfile.add_separate_debug_file.
8578
7c50a931
DE
85792014-12-04 Doug Evans <dje@google.com>
8580
8581 * lib/gdb.exp (get_build_id): New function.
8582 (build_id_debug_filename_get): Rewrite to use it.
8583 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
8584
621661e3
MR
85852014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
8586
8587 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
8588 `method(long)', not just 0x0.
8589 * gdb.cp/nsalias.exp: Align code labels to 4.
8590 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
8591 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
8592 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
8593 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
8594 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
8595 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
8596
29f0c3b7
DE
85972014-12-02 Doug Evans <dje@google.com>
8598
e1e061e7 8599 PR symtab/17602
29f0c3b7 8600 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 8601 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
8602 * gdb.cp/anon-ns.exp: Update.
8603
162078c8
NB
86042014-12-02 Nick Bull <nicholaspbull@gmail.com>
8605
8606 * gdb.python/py-events.py (inferior_call_handler): New.
8607 (register_changed_handler, memory_changed_handler): New.
8608 (test_events.invoke): Register new handlers.
8609 * gdb.python/py-events.exp: Add tests for inferior call,
8610 memory_changed and register_changed events.
8611
fdb09caf
AA
86122014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
8613
8614 * gdb.base/execl-update-breakpoints.exp: Specify the link address
8615 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
8616 if the linker doesn't understand this.
8617
55cfb2c4
SM
86182014-12-01 Simon Marchi <simon.marchi@ericsson.com>
8619
8620 * gdb.python/python.exp: Change expected reply to help().
8621
9e8cd6df
YQ
86222014-12-01 Yao Qi <yao@codesourcery.com>
8623
8624 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
8625 AC_CONFIG_SUBDIRS(gdb.gdbtk).
8626 * configure: Re-generated.
8627
6c659fc2
SC
86282014-11-28 Siva Chandra Reddy <sivachandra@google.com>
8629
8630 * gdb.cp/chained-calls.cc: New file.
8631 * gdb.cp/chained-calls.exp: New file.
8632 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
8633
d7fc3181
SM
86342014-11-28 Simon Marchi <simon.marchi@ericsson.com>
8635
8636 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
8637 * gdb.dwarf2/symtab-producer.exp: Same.
8638 * gdb.gdb/python-interrupts.exp: Same.
8639 * gdb.gdb/python-selftest.exp: Same.
8640 * gdb.python/py-linetable.exp: Same.
8641 * gdb.python/py-type.exp: Same.
8642 * gdb.python/py-value-cc.exp: Same.
8643 * gdb.python/py-value.exp: Same.
8644
10e79639
YQ
86452014-11-28 Yao Qi <yao@codesourcery.com>
8646
8647 * gdb.base/break-probes.exp: Match library name prefixed with
8648 sysroot.
8649
f28a0564
SM
86502014-11-27 Simon Marchi <simon.marchi@ericsson.com>
8651
8652 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
8653 test expected output. Add parentheses for the call to print.
8654 Remove L suffix from integers.
8655
3fe1ce1d
DE
86562014-11-26 Doug Evans <dje@google.com>
8657
8658 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
8659
84429e27
YQ
86602014-11-22 Yao Qi <yao@codesourcery.com>
8661
8662 * gdb.trace/entry-values.c: Remove asms.
8663 (foo): Add foo_label.
8664 (bar): Add bar_label.
8665 * gdb.trace/entry-values.exp: Remove code computing foo's
8666 length and bar's length.
8667 (Dwarf::assemble): Invoke function_range for bar and use
8668 MACRO_AT_func for foo.
8669
26741859
YQ
86702014-11-22 Yao Qi <yao@codesourcery.com>
8671
8672 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
8673 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
8674 Use .Lgcc43_procstart instead of gcc43.
8675
45e44d27
JB
86762014-11-21 Joel Brobecker <brobecker@adacore.com>
8677
8678 * gdb.ada/n_arr_bound: New testcase.
8679
458c8db8
SDJ
86802014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
8681
8682 PR breakpoints/10737
8683 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
8684 test_catch_syscall_multi_arch.
8685 (test_catch_syscall_multi_arch): New function.
8686
43f3e411
DE
86872014-11-20 Doug Evans <xdje42@gmail.com>
8688
8689 * gdb.base/maint.exp: Update expected output.
8690
0d7b2549
AA
86912014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8692
8693 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
8694 4-byte instruction on S390.
8695
8908fca5
JB
86962014-11-19 Joel Brobecker <brobecker@adacore.com>
8697
8698 * gdb.ada/arr_arr: New testcase.
8699
4a46959e
JB
87002014-11-19 Joel Brobecker <brobecker@adacore.com>
8701
8702 * gdb.ada/pkd_arr_elem: New Testcase.
8703
470e2f4e
LM
87042014-11-18 Luis Machado <lgustavo@codesourcery.com>
8705
8706 * gdb.reverse/break-precsave: Expect completion message for
8707 core file reads.
8708 * gdb.reverse/consecutive-precsave.exp: Likewise.
8709 * gdb.reverse/finish-precsave.exp: Likewise.
8710 * gdb.reverse/i386-precsave.exp: Likewise.
8711 * gdb.reverse/machinestate-precsave.exp: Likewise.
8712 * gdb.reverse/sigall-precsave.exp: Likewise.
8713 * gdb.reverse/solib-precsave.exp: Likewise.
8714 * gdb.reverse/step-precsave.exp: Likewise.
8715 * gdb.reverse/until-precsave.exp: Likewise.
8716 * gdb.reverse/watch-precsave.exp: Likewise.
8717
a267f3ad
AA
87182014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8719
8720 * gdb.base/bp-permanent.c: Include unistd.h.
8721 * gdb.python/py-framefilter-mi.c (main): Add return type.
8722 * gdb.python/py-framefilter.c (main): Likewise.
8723 * gdb.trace/actions-changed.c (main): Likewise.
8724
12084a9a
AA
87252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8726
8727 * gdb.mi/until.c: Add eye-catchers.
8728 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8729 line numbers.
8730
dc7e1a77
AA
87312014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8732
8733 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8734 function header variants in break1.c.
8735 * gdb.base/ena-dis-br.exp: Likewise.
8736 * gdb.base/hbreak2.exp: Likewise.
8737 * gdb.reverse/until-precsave.exp: Drop references to removed
8738 non-prototype function header variants in ur1.c.
8739 * gdb.reverse/until-reverse.exp: Likewise.
8740
41c77605
PM
87412014-11-17 Petr Machata <pmachata@redhat.com>
8742
8743 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8744 ${_cu_offset_size} bytes abbrev offset.
8745
34248c3a
DE
87462014-11-15 Doug Evans <xdje42@gmail.com>
8747
8748 PR symtab/17559
8749 * gdb.base/line-symtabs.exp: New file.
8750 * gdb.base/line-symtabs.c: New file.
8751 * gdb.base/line-symtabs.h: New file.
8752
646da059
YQ
87532014-11-14 Yao Qi <yao@codesourcery.com>
8754
8755 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8756 (func): Add label func_label.
8757 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8758 Replace low_pc and high_pc with MACRO_AT_range.
8759 Replace name, low_pc and high_pc with MACRO_AT_func.
8760
9301ebe6
YQ
87612014-11-14 Yao Qi <yao@codesourcery.com>
8762
8763 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8764 Replace name, low_pc and high_pc with MACRO_AT_func.
8765
f166b542
YQ
87662014-11-14 Yao Qi <yao@codesourcery.com>
8767
8768 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8769 produce debug information.
8770 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8771
0f6e71e3
YQ
87722014-11-14 Yao Qi <yao@codesourcery.com>
8773
8774 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8775 object and get function length.
8776 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8777 with MACRO_AT_func.
8778 (top-level): Replace gdb_compile and clean_restart with
8779 prepare_for_testing.
8780 * gdb.dwarf2/main.c (main): Add label main_label.
8781
876c4df9
YQ
87822014-11-14 Yao Qi <yao@codesourcery.com>
8783
8784 * lib/dwarf.exp (function_range): New procedure.
8785 (Dwarf::_handle_macro_at_func): New procedure.
8786 (Dwarf::_handle_macro_at_range): New procedure.
8787 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8788
02ad9cf1
YQ
87892014-11-14 Yao Qi <yao@codesourcery.com>
8790
8791 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8792 (_handle_attribute): New procedure.
8793
a59add0c
AA
87942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8795
8796 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8797 * gdb.base/call-sc.c (zed): Likewise.
8798 * gdb.base/checkpoint.c (main): Likewise.
8799 * gdb.base/dump.c (main): Likewise.
8800 * gdb.base/gcore.c (main): Likewise.
8801 * gdb.base/huge.c (main): Likewise.
8802 * gdb.base/multi-forks.c (main): Likewise.
8803 * gdb.base/pr10179-a.c (main): Likewise.
8804 * gdb.base/savedregs.c (main): Likewise.
8805 * gdb.base/sigaltstack.c (main): Likewise.
8806 * gdb.base/siginfo.c (main): Likewise.
8807 * gdb.base/structs.c (zed): Likewise.
8808 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8809 * gdb.mi/mi-syn-frame.c (main): Likewise.
8810 * gdb.mi/until.c (foo, main): Likewise.
8811 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8812 * gdb.base/solib-weak.c (foo): Declare.
8813 * gdb.base/attach-twice.c: Include stdio.h.
8814 * gdb.base/weaklib1.c: Likewise.
8815 * gdb.base/weaklib2.c: Likewise.
8816 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8817 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8818 unistd.h.
8819 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8820 * gdb.mi/mi-exit-code.c: Likewise.
8821 * gdb.base/break-interp-lib.c: Include string.h.
8822 * gdb.base/coremaker.c: Likewise.
8823 * gdb.base/testenv.c: Likewise.
8824 * gdb.python/py-finish-breakpoint.c: Likewise.
8825 * gdb.base/inferior-died.c: Include sys/wait.h.
8826 * gdb.base/fileio.c: Include time.h.
8827 * gdb.base/async-shell.c: Include unistd.h.
8828 * gdb.base/dprintf-non-stop.c: Likewise.
8829 * gdb.base/info-os.c: Likewise.
8830 * gdb.mi/mi-console.c: Likewise.
8831 * gdb.mi/watch-nonstop.c: Likewise.
8832 * gdb.python/py-events.c: Likewise.
8833 * gdb.base/async.c (baz): Move up before its invocation.
8834 * gdb.base/code_elim2.c (my_global_func): Likewise.
8835 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8836 * gdb.base/advance.c (func2): Likewise.
8837
3b5d5997
AA
88382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8839
8840 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8841 variant.
8842 * gdb.base/annota3.c: Likewise.
8843 * gdb.base/async.c: Likewise.
8844 * gdb.base/average.c: Likewise.
8845 * gdb.base/call-ar-st.c: Likewise.
8846 * gdb.base/call-rt-st.c: Likewise.
8847 * gdb.base/call-sc.c: Likewise.
8848 * gdb.base/call-strs.c: Likewise.
8849 * gdb.base/ending-run.c: Likewise.
8850 * gdb.base/execd-prog.c: Likewise.
8851 * gdb.base/exprs.c: Likewise.
8852 * gdb.base/foll-exec.c: Likewise.
8853 * gdb.base/foll-fork.c: Likewise.
8854 * gdb.base/foll-vfork.c: Likewise.
8855 * gdb.base/funcargs.c: Likewise.
8856 * gdb.base/gcore.c: Likewise.
8857 * gdb.base/jump.c: Likewise.
8858 * gdb.base/langs0.c: Likewise.
8859 * gdb.base/langs1.c: Likewise.
8860 * gdb.base/langs2.c: Likewise.
8861 * gdb.base/mips_pro.c: Likewise.
8862 * gdb.base/nodebug.c: Likewise.
8863 * gdb.base/opaque0.c: Likewise.
8864 * gdb.base/opaque1.c: Likewise.
8865 * gdb.base/recurse.c: Likewise.
8866 * gdb.base/run.c: Likewise.
8867 * gdb.base/scope0.c: Likewise.
8868 * gdb.base/scope1.c: Likewise.
8869 * gdb.base/setshow.c: Likewise.
8870 * gdb.base/setvar.c: Likewise.
8871 * gdb.base/shmain.c: Likewise.
8872 * gdb.base/shr1.c: Likewise.
8873 * gdb.base/shr2.c: Likewise.
8874 * gdb.base/sigall.c: Likewise.
8875 * gdb.base/signals.c: Likewise.
8876 * gdb.base/so-indr-cl.c: Likewise.
8877 * gdb.base/solib2.c: Likewise.
8878 * gdb.base/structs.c: Likewise.
8879 * gdb.base/sum.c: Likewise.
8880 * gdb.base/vforked-prog.c: Likewise.
8881 * gdb.base/watchpoint.c: Likewise.
8882 * gdb.reverse/shr2.c: Likewise.
8883 * gdb.reverse/until-reverse.c: Likewise.
8884 * gdb.reverse/ur1.c: Likewise.
8885 * gdb.reverse/watch-reverse.c: Likewise.
8886
066a77c5
AA
88872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8888
8889 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8890 variant.
8891 * gdb.base/sepdebug.exp: Drop references to removed code.
8892
4f204ea5
AA
88932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8894
8895 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8896 variant. Preserve original line numbering.
8897 * gdb.base/list1.c: Likewise.
8898
3b377a3a
AA
88992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8900
8901 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8902 variant.
8903 * gdb.base/break1.c: Likewise.
8904 * gdb.base/break.exp: Drop references to removed code.
8905
e444df73
AA
89062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8907
8908 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8909 variant.
8910
8008f2a7
AA
89112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8912
8913 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8914
a5a06887
AA
89152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8916
8917 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8918 logic into perform_all_tests() and invoke it with and without
8919 function header prototypes.
8920 (do_function_calls): Remove conditional XFAIL for PR 5318.
8921 (rerun_and_prepare): Remove duplicate code.
8922 (perform_all_tests): New. Main logic moved here.
8923
44dba9b9
AA
89242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8925
8926 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8927 code guarded by #ifdef NO_PROTOTYPES.
8928 (t_double_many_args): Likewise.
8929 (DEF_FUNC_MANY_ARGS_1): Likewise.
8930 (DEF_FUNC_VALUES_1): Likewise.
8931 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8932 guarded by #ifdef PROTOTYPES.
8933
d1fbcd56
AA
89342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8935
8936 * gdb.mi/mi-console.c: Add eye-catcher.
8937 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8938 instead of literal line number.
8939
b0e59b8f
AA
89402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8941
8942 * gdb.base/shr2.c: Add eye-catcher.
8943 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8944 line number.
8945
78f98cca
AA
89462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8947
8948 * gdb.base/jump.c: Add eye-catchers.
8949 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8950 numbers.
8951
58fa2af0
AA
89522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8953
8954 * gdb.base/execd-prog.c: Add eye-catchers.
8955 * gdb.base/foll-exec.c: Likewise.
8956 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8957 line numbers.
8958
04e5059b
AA
89592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8960
8961 * gdb.base/ending-run.c: Add eye-catchers.
8962 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8963 literal line numbers.
8964
dbfdb174
AA
89652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8966
8967 * gdb.base/call-rt-st.c: Add eye-catchers.
8968 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8969 literal line numbers.
8970
888a2ade
AA
89712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8972
8973 * gdb.base/call-ar-st.c: Add eye-catchers.
8974 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8975 literal line numbers.
8976
6acc2dde
AA
89772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8978
8979 * gdb.base/average.c: Add eye-catchers.
8980 * gdb.base/sum.c: Likewise.
8981 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8982 regexps dynamically.
8983
9ecfcd1d
AA
89842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8985
8986 * gdb.base/solib1.c: Add eye-catchers.
8987 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8988 literal line numbers.
8989
78708b7c
PA
89902014-11-12 Pedro Alves <palves@redhat.com>
8991
8992 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8993 leader has exited.
8994
af48d08f
PA
89952014-11-12 Pedro Alves <palves@redhat.com>
8996
8997 * gdb.arch/i386-bp_permanent.c: New file.
8998 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8999 (srcfile): Set to i386-bp_permanent.c.
9000 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
9001 that stepi does not execute the 'leave' instruction, instead of
9002 testing it does execute.
9003 * gdb.base/bp-permanent.c: New file.
9004 * gdb.base/bp-permanent.exp: New file.
9005
af3768e9
DE
90062014-11-10 Doug Evans <xdje42@gmail.com>
9007
9008 PR symtab/17564
9009 * gdb.base/symtab-search-order.exp: New file.
9010 * gdb.base/symtab-search-order.c: New file.
9011 * gdb.base/symtab-search-order-1.c: New file.
9012 * gdb.base/symtab-search-order-shlib-1.c: New file.
9013
9de00a4a
PA
90142014-11-07 Pedro Alves <palves@redhat.com>
9015
9016 PR gdb/17511
9017 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
9018 i?86-*-linux*.
9019
e0f52461
SC
90202014-11-03 Siva Chandra Reddy <sivachandra@google.com>
9021
9022 PR c++/17494
9023 * gdb.cp/pr17494.cc: New file.
9024 * gdb.cp/pr17494.exp: New file.
9025
6ce8c980
YQ
90262014-11-02 Yao Qi <yao@codesourcery.com>
9027
9028 * gdb.python/python.exp: Get working directory and match the
9029 output of "set extended-prompt \\w " with it.
9030
02be9a71
DE
90312014-10-30 Doug Evans <dje@google.com>
9032
9033 * gdb.python/py-objfile.exp: Add tests for setting random attributes
9034 in objfiles.
9035 * gdb.python/py-progspace.exp: Add tests for setting random attributes
9036 in progspaces.
9037
3bdff46b
LM
90382014-10-30 Janis Johnson <janisjo@codesourcery.com>
9039
9040 * gdb.base/fullpath-expand.exp: Skip for a remote host.
9041 * gdb.base/realname-expand.exp: Likewise.
9042 * gdb.linespec/macro-relative.exp: Likewise.
9043
ab917dfb
PA
90442014-10-29 Pedro Alves <palves@redhat.com>
9045
9046 PR gdb/17408
9047 * gdb.threads/schedlock.c (some_function): New function.
9048 (call_function): New global.
9049 (MAYBE_CALL_SOME_FUNCTION): New macro.
9050 (thread_function): Call it.
9051 * gdb.threads/schedlock.exp (get_args): Add description parameter,
9052 and use it instead of a global counter. Adjust all callers.
9053 (get_current_thread): Use "find current thread" for test message
9054 here rather than having all callers pass down the same string.
9055 (goto_loop): New procedure, factored out from ...
9056 (my_continue): ... this.
9057 (step_ten_loops): Change parameter from test message to command to
9058 use. Adjust.
9059 (list_count): Delete global.
9060 (check_result): New procedure, factored out from duplicate top
9061 level code.
9062 (continue tests): Wrap in with_test_prefix.
9063 (test_step): New procedure, factored out from duplicate top level
9064 code.
9065 (top level): Test "step" in combination with all scheduler-locking
9066 modes. Test "next" in combination with all scheduler-locking
9067 modes, and in combination with stepping over a function call or
9068 not.
9069 * gdb.threads/next-bp-other-thread.c: New file.
9070 * gdb.threads/next-bp-other-thread.exp: New file.
9071
d3d4baed
PA
90722014-10-29 Pedro Alves <palves@redhat.com>
9073
9074 PR python/17372
9075 * gdb.python/python.exp: Test a multi-line command that spawns
9076 interactive Python.
9077 * gdb.base/multi-line-starts-subshell.exp: New file.
9078
563e8d85
YQ
90792014-10-29 Yao Qi <yao@codesourcery.com>
9080
9081 * gdb.base/fileio.exp: Make directories on host.
9082
0ea4d52e
YQ
90832014-10-29 Yao Qi <yao@codesourcery.com>
9084
9085 * gdb.base/fileio.c (test_write): Close the file.
9086
7f5ef605
PA
90872014-10-28 Pedro Alves <palves@redhat.com>
9088
9089 PR gdb/12623
9090 * gdb.base/sigstep.c (no_handler): New global.
9091 (main): If 'no_handler is true, set the signal handlers to
9092 SIG_IGN.
9093 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
9094 with_sw_watch and no_handler parameters. Handle them.
9095 (top level) <stepping over handler when stopped at a breakpoint
9096 test>: Add a test axis for testing with a software watchpoint, and
9097 another for testing with the signal handler set to SIG_IGN.
9098 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
9099 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
9100
abbdbd03
PA
91012014-10-28 Pedro Alves <palves@redhat.com>
9102
9103 PR gdb/17511
9104 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
9105 * gdb.base/sigstep.exp (other_handler_location): New global.
9106 (advance): Support stepping into the signal handler, and running
9107 commands while in the handler.
9108 (in_handler_map): New global.
9109 (top level): In the advance test, add combinations for getting
9110 into the handler with stepping commands, and for running commands
9111 in the handler. Add comment descripting the advancei tests.
9112
1df4399f
PA
91132014-10-28 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.base/sigstep.exp: Use build_executable instead of
9116 prepare_for_testing.
9117 (top level): Move code that starts GDB, runs to main and creates a
9118 display to ...
9119 (restart): ... this new procedure.
9120 (top level): Move backtrace from signal handler test to ...
9121 (validate_backtrace): ... this new procedure.
9122 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
9123 with_test_prefix. Always restart GDB.
9124 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
9125 with_test_prefix. Always restart GDB. No need to delete
9126 breakpoints after the test.
9127 (test_skip_handler): Remove prefix parameter.
9128 (skip_over_handler, breakpoint_to_handler)
9129 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
9130 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
9131 restart GDB. No need to delete breakpoints after the test.
9132 (top level): Use foreach to call the test procedures with
9133 different commands.
9134
a5b6e449
PA
91352014-10-28 Pedro Alves <palves@redhat.com>
9136
9137 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
9138 instead of GNATS numbers.
9139 * gdb.base/sigbpt.exp: Likewise.
9140 * gdb.base/siginfo.exp: Likewise.
9141 * gdb.base/sigstep.exp: Likewise.
9142
e5f8a7cc
PA
91432014-10-27 Pedro Alves <palves@redhat.com>
9144
9145 * gdb.base/sigstep.c (dummy): New global.
9146 (main): Issue a couple writes to the new global.
9147 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
9148 procedures.
9149 (skip_over_handler): Use test_skip_handler.
9150 (top level): Call skip_over_handler for stepi and nexti too.
9151 (breakpoint_over_handler): Use test_skip_handler.
9152 (top level): Call breakpoint_over_handler for stepi and nexti too.
9153
763905a3
YQ
91542014-10-27 Yao Qi <yao@codesourcery.com>
9155
9156 * gdb.trace/tfile.c (adjust_function_address)
9157 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
9158 function descriptor.
9159
6f259a23
DB
91602014-10-24 Don Breazeal <donb@codesourcery.com>
9161
9162 * gdb.base/foll-fork.exp (test_follow_fork,
9163 catch_fork_child_follow): Check for updated fork messages emitted
9164 from infrun.c.
9165 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
9166 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
9167 vfork_and_exec_child_follow_through_step): Check for updated vfork
9168 messages emitted from infrun.c.
9169
09dd9a69
PA
91702014-10-24 Pedro Alves <palves@redhat.com>
9171
9172 * gdb.base/corefile.exp: Remove references to ultrix.
9173 * gdb.base/interrupt.exp: Likewise.
9174 * gdb.base/whatis.exp: Likewise.
9175 * gdb.gdb/selftest.exp: Likewise.
9176 * gdb.threads/manythreads.exp: Likewise.
9177 * gdb.threads/print-threads.exp: Likewise.
9178 * gdb.threads/pthreads.exp:: Likewise.
9179 * gdb.threads/schedlock.exp: Likewise.
9180
3433cfa5
SC
91812014-10-24 Siva Chandra Reddy <sivachandra@google.com>
9182
9183 * gdb.cp/non-trivial-retval.cc: Add a test case.
9184 * gdb.cp/non-trivial-retval.exp: Add a test.
9185
092f880b
YQ
91862014-10-20 Yao Qi <yao@codesourcery.com>
9187
9188 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
9189 * gdb.python/py-objfile-script-gdb.py: New file.
9190 * gdb.python/py-objfile-script.exp: Update reference to
9191 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
9192 of remote_download. Remove the dest file.
9193
acbdb7f3
YQ
91942014-10-20 Yao Qi <yao@codesourcery.com>
9195
9196 * gdb.base/checkpoint.exp: Don't remove file copied on host.
9197 * gdb.base/step-line.exp: Likewise.
9198 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9199 * gdb.dwarf2/dw2-basic.exp: Likewise.
9200 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9201 * gdb.dwarf2/dw2-filename.exp: Likewise.
9202 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9203 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9204 * gdb.dwarf2/dw2-producer.exp: Likewise.
9205 * gdb.dwarf2/mac-fileno.exp: Likewise.
9206 * gdb.python/py-frame-args.exp: Likewise.
9207 * gdb.python/py-framefilter.exp: Likewise.
9208 * gdb.python/py-mi.exp: Likewise.
9209 * gdb.python/py-objfile-script.exp: Likewise
9210 * gdb.python/py-pp-integral.exp: Likewise.
9211 * gdb.python/py-pp-re-notag.exp: Likewise.
9212 * gdb.python/py-prettyprint.exp: Likewise.
9213 * gdb.python/py-section-script.exp: Likewise.
9214 * gdb.python/py-typeprint.exp: Likewise.
9215 * gdb.python/py-xmethods.exp: Likewise.
9216 * gdb.stabs/weird.exp: Likewise.
9217 * gdb.xml/tdesc-regs.exp: Likewise.
9218
bd286a29
KCY
92192014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
9220
9221 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
9222 (out_cu): Use addr_len for the size of addresses.
9223 (out_line): Likewise. Size DW_LNE_set_address instruction
9224 according to addr_len.
9225 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
9226 (FUNC): Add START_INSNS to definition.
9227
673dc4a0
YQ
92282014-10-18 Yao Qi <yao@codesourcery.com>
9229
9230 * gdb.base/argv0-symlink.exp: Check argv[0] value if
9231 gdb_has_argv0 return true.
9232 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
9233 check [target_info exists noargs], check [gdb_has_argv0]
9234 instead.
9235 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9236 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
9237 procedures.
9238
4ffbba72
DE
92392014-10-17 Doug Evans <dje@google.com>
9240
9241 * gdb.python/py-events.exp: Update expected output for clear_objfiles
9242 event.
9243 * gdb.python/py-events.py: Add clear_objfiles event.
9244
d096d8c1
DE
92452014-10-17 Doug Evans <dje@google.com>
9246
9247 * gdb.python/py-objfile.exp: Test progspace attribute.
9248
a80db015
LM
92492014-10-17 Luis Machado <lgustavo@codesourcery.com>
9250
9251 * gdb.guile/scm-breakpoint.exp: Do not assume any
9252 directory separators when matching source file paths.
9253 * gdb.python/py-breakpoint.exp: Likewise.
9254 * gdb.reverse/break-precsave.exp: Likewise.
9255 * gdb.reverse/break-reverse.exp: Likewise.
9256 * gdb.reverse/consecutive-precsave.exp: Likewise.
9257 * gdb.reverse/finish-precsave.exp: Likewise.
9258 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9259 * gdb.reverse/finish-reverse.exp: Likewise.
9260 * gdb.reverse/i386-precsave.exp: Likewise.
9261 * gdb.reverse/i387-env-reverse.exp: Likewise.
9262 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9263 * gdb.reverse/machinestate-precsave.exp: Likewise.
9264 * gdb.reverse/machinestate.exp: Likewise.
9265 * gdb.reverse/sigall-precsave.exp: Likewise.
9266 * gdb.reverse/solib-precsave.exp: Likewise.
9267 * gdb.reverse/step-precsave.exp: Likewise.
9268 * gdb.reverse/until-precsave.exp: Likewise.
9269 * gdb.reverse/watch-precsave.exp: Likewise.
9270 * gdb.reverse/watch-reverse.exp: Likewise.
9271
b22089ab
YQ
92722014-10-17 Yao Qi <yao@codesourcery.com>
9273
9274 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
9275 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
9276
6c4486e6
PA
92772014-10-17 Pedro Alves <palves@redhat.com>
9278
9279 PR gdb/17471
9280 * gdb.base/bg-execution-repeat.c: New file.
9281 * gdb.base/bg-execution-repeat.exp: New file.
9282
0ff33695
PA
92832014-10-17 Pedro Alves <palves@redhat.com>
9284
9285 PR gdb/17300
9286 * gdb.base/continue-all-already-running.c: New file.
9287 * gdb.base/continue-all-already-running.exp: New file.
9288
6fdebc3d
PA
92892014-10-17 Pedro Alves <palves@redhat.com>
9290
9291 PR gdb/17472
9292 * gdb.base/annota-input-while-running.c: New file.
9293 * gdb.base/annota-input-while-running.exp: New file.
9294
32a8097b
PA
92952014-10-17 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.base/callfuncs.exp: emove references to osf.
9298 * gdb.base/sigall.exp: Likewise.
9299 * gdb.gdb/selftest.exp: Likewise.
9300 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
9301 * gdb.mi/non-stop.c: Likewise.
9302 * gdb.mi/pthreads.c: Likewise.
9303 * gdb.reverse/sigall-precsave.exp: Likewise.
9304 * gdb.reverse/sigall-reverse.exp: Likewise.
9305 * gdb.threads/pthreads.c: Likewise.
9306 * gdb.threads/pthreads.exp: Likewise.
9307
7a3517ff
YQ
93082014-10-17 Yao Qi <yao@codesourcery.com>
9309
9310 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
9311 check 'target_info exists noargs'.
9312 (test_command_prompt_position): Likewise.
9313 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
9314 Remove "set args".
9315 (progvar_simple_while_test): Likewise.
9316 (progvar_complex_if_while_test): Likewise.
9317 (if_while_breakpoint_command_test): Likewise.
9318 (infrun_breakpoint_command_test): Likewise.
9319 (breakpoint_command_test): Likewise.
9320 (watchpoint_command_test): Likewise.
9321 (bp_deleted_in_command_test): Likewise.
9322 (temporary_breakpoint_commands): Likewise.
9323
bb99c472
YQ
93242014-10-16 Yao Qi <yao@codesourcery.com>
9325
9326 * gdb.base/remotetimeout.exp: Remove noargs checking.
9327
7c16b83e
PA
93282014-10-15 Pedro Alves <palves@redhat.com>
9329
9330 PR breakpoints/9649
9331 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
9332 * gdb.base/breakpoint-in-ro-region.exp
9333 (probe_target_hardware_step): New procedure.
9334 (top level): Probe hardware stepping and hardware breakpoint
9335 support. Test stepping through a read-only region, with both
9336 "breakpoint auto-hw" on and off and both "always-inserted" on and
9337 off.
9338
35a49624
IB
93392014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
9340
9341 * gdb.dlang/demangle.exp: Update for demangling changes.
9342
2d1c107c
SC
93432014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9344
9345 * gdb.cp/non-trivial-retval.cc: Add new test cases.
9346 * gdb.cp/non-trivial-retval.exp: Add new tests.
9347
778811d5
SC
93482014-10-15 Siva Chandra Reddy <sivachandra@google.com>
9349
9350 PR c++/13403
9351 PR c++/15154
9352 * gdb.cp/non-trivial-retval.cc: New file.
9353 * gdb.cp/non-trivial-retval.exp: New file.
9354
10c5f0a8
YQ
93552014-10-15 Yao Qi <yao@codesourcery.com>
9356
9357 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
9358 remote host.
9359
65d7b369
YQ
93602014-10-15 Yao Qi <yao@codesourcery.com>
9361
9362 * gdb.python/py-symbol.exp: Match file base name if host is
9363 remote, otherwise match file name with dir name.
9364 * gdb.python/py-symtab.exp: Likewise.
9365 * gdb.python/python.exp: Likewise.
9366
46dc1394
YQ
93672014-10-15 Yao Qi <yao@codesourcery.com>
9368
9369 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
9370 pattern.
9371 * gdb.python/py-symtab.exp: Likewise.
9372 * gdb.python/python.exp: Remove trailing ".*". Fix typo
9373 locationn.
9374
c40cc657
JB
93752014-10-14 Joel Brobecker <brobecker@adacore.com>
9376
9377 * gdb.ada/addr_arith: New testcase.
9378
2abf49e1
MR
93792014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
9380
9381 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
9382 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
9383 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
9384 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
9385
f7088df3
SDJ
93862014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
9387
9388 * gdb.arch/stap-eval-lang-ada.S: Likewise.
9389 * gdb.arch/stap-eval-lang-ada.c: Likewise.
9390 * gdb.arch/stap-eval-lang-ada.exp: New file.
9391
4dc06805
YQ
93922014-10-14 Yao Qi <yao@codesourcery.com>
9393
9394 * gdb.mi/mi-var-child.c (nothing1): New function.
9395 (nothing2): New function.
9396 (do_children_tests): Set function pointers by nothing1 and
9397 nothing2.
9398 * gdb.mi/mi-var-child.exp: Step over new added statements.
9399 Update test to match the new output.
9400 * gdb.mi/var-cmd.c (nothing1): New function.
9401 (nothing2): New function.
9402 (do_children_tests): Set function pointers by nothing1 and
9403 nothing2.
9404 * gdb.mi/mi-var-display.exp: Update test to match output.
9405 Step to the line specified by $line_dct_nothing.
9406 Increase the number of lines to step.
9407
46a93de2
YQ
94082014-10-14 Yao Qi <yao@codesourcery.com>
9409
9410 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
9411 tests.
9412 * gdb.mi/mi2-var-child.exp: Likewise.
9413
14ea52ee
DE
94142014-10-13 Doug Evans <dje@google.com>
9415
9416 * gdb.python/py-objfile.exp: Change name of file name test.
9417
e5c6e92b
DE
94182014-10-13 Doug Evans <dje@google.com>
9419
9420 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
9421 from the start of the CU.
9422
c780cc2f
JK
94232014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9424 Yao Qi <yao@codesourcery.com>
9425
9426 Fix "save breakpoints" for "catch" command.
9427 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
9428 Remove -nonewline. Match also the added "main" line.
9429
99894e11
JK
94302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9431
9432 Fix "save breakpoints" for "disable $bpnum" command.
9433 * gdb.base/save-bp.c (main): Add label.
9434 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
9435
6e1ac5a3
JK
94362014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9437
9438 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
9439
754dd2b0
YQ
94402014-10-11 Yao Qi <yao@codesourcery.com>
9441
9442 * gdb.server/server-kill.exp: Execute command
9443 "set remote trace-status-packet on" before "tstatus".
9444
f90183d7
YQ
94452014-10-11 Yao Qi <yao@codesourcery.com>
9446
9447 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
9448 (main): Call getppid.
9449 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
9450 and continue to it. Read variable "server_pid".
9451
bf40a607
YQ
94522014-10-11 Yao Qi <yao@codesourcery.com>
9453
9454 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
9455
052ca370
YQ
94562014-10-11 Yao Qi <yao@codesourcery.com>
9457
9458 * gdb.threads/thread-find.exp: Don't execute command
9459 "info threads".
9460 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
9461 * gdb.threads/linux-dp.exp: Don't check the condition
9462 $threads_created equals to zero.
9463
3831839c
PA
94642014-10-10 Pedro Alves <palves@redhat.com>
9465
9466 * gdb.base/bigcore.exp: Remove references to IRIX.
9467 * gdb.base/funcargs.exp: Likewise.
9468 * gdb.base/interrupt.exp: Likewise.
9469 * gdb.base/mips_pro.exp: Likewise.
9470 * gdb.base/nodebug.exp: Likewise.
9471 * gdb.base/setvar.exp: Likewise.
9472 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
9473
8b9a549d
PA
94742014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9475 Pedro Alves <palves@redhat.com>
9476
9477 PR symtab/14466
9478 * gdb.base/vdso-warning.c: New file.
9479 * gdb.base/vdso-warning.exp: New file.
9480
d48ba5e8
DE
94812014-10-02 Doug Evans <dje@google.com>
9482
9483 * gdb.base/structs.c (main): Don't run forever.
9484
2278c276
PA
94852014-10-02 Pedro Alves <palves@redhat.com>
9486
9487 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
9488 (top level) <stop threads 1, stop threads 2>: Use it.
9489
b57bacec
PA
94902014-10-02 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.threads/break-while-running.exp (test): Add new
9493 'update_thread_list' argument. Skip "info threads" if false.
9494 (top level): Add new 'update_thread_list' axis.
9495
13fd3ff3
PA
94962014-10-02 Pedro Alves <palves@redhat.com>
9497
9498 PR breakpoints/17431
9499 * gdb.base/execl-update-breakpoints.c: New file.
9500 * gdb.base/execl-update-breakpoints.exp: New file.
9501
0fec99e8
PA
95022014-10-01 Pedro Alves <palves@redhat.com>
9503
9504 * gdb.base/breakpoint-in-ro-region.c: New file.
9505 * gdb.base/breakpoint-in-ro-region.exp: New file.
9506
2ddf4301
SM
95072014-10-01 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 * gdb.mi/mi-exit-code.exp: New file.
9510 * gdb.mi/mi-exit-code.c: New file.
9511
6a5f3f43
YQ
95122014-09-30 Yao Qi <yao@codesourcery.com>
9513
9514 * lib/prelink-support.exp (build_executable_own_libs): Error if
9515 the target isn't native.
9516
345bcc73
YQ
95172014-09-30 Yao Qi <yao@codesourcery.com>
9518
9519 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
9520 false.
9521
a25a5a45
PA
95222014-09-22 Pedro Alves <palves@redhat.com>
9523
9524 * gdb.threads/break-while-running.exp: New file.
9525 * gdb.threads/break-while-running.c: New file.
9526
00ba3162
YQ
95272014-09-19 Yao Qi <yao@codesourcery.com>
9528
9529 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
9530 Invoke test. Restart GDB with --readnow and invoke test again.
9531
c3b7b696
YQ
95322014-09-19 Yao Qi <yao@codesourcery.com>
9533
9534 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
9535 proc set_breakpoint_on_gcd_function. Invoke
9536 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
9537 invoke set_breakpoint_on_gcd_function again.
9538
2b4fd423
DE
95392014-09-18 Doug Evans <dje@google.com>
9540
9541 * gdb.dwarf2/symtab-producer.exp: New file.
9542
a5947601
SDJ
95432014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9544
9545 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
9546 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
9547 * gdb.base/global-var-nested-by-dso.c: Likewise.
9548 * gdb.base/global-var-nested-by-dso.exp: Likewise.
9549
91c19059
SDJ
95502014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
9551 Pedro Alves <palves@redhat.com>
9552
9553 * gdb.base/watch-bitfields.exp: Pass string other than test file
9554 name to prepare_for_testing.
9555 (watch): New procedure.
9556 (expect_watchpoint): Use with_test_prefix.
9557 (top level): Factor out tests to ...
9558 (test_watch_location, test_regular_watch): ... these new
9559 procedures, and use with_test_prefix and gdb_continue_to_end.
9560
bb9d5f81
PP
95612014-09-16 Patrick Palka <patrick@parcs.ath.cx>
9562
9563 PR breakpoints/12526
9564 * gdb.base/watch-bitfields.exp: New file.
9565 * gdb.base/watch-bitfields.c: New file.
9566
635856f5
PA
95672014-09-16 Pedro Alves <palves@redhat.com>
9568
9569 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
9570 software and hardware addresses, not software address against
9571 itself.
9572
7280ceea
PA
95732014-09-16 Pedro Alves <palves@redhat.com>
9574
9575 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
9576 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
9577
428b16bd
PA
95782014-09-16 Pedro Alves <palves@redhat.com>
9579
9580 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
9581 files.
9582 * gdb.base/a2-run.exp: Remove all code guarded by istarget
9583 "*-*-vxworks*" throughout.
9584 * gdb.base/break.exp: Likewise.
9585 * gdb.base/default.exp: Likewise.
9586 * gdb.base/scope.exp: Likewise.
9587 * gdb.base/sepdebug.exp: Likewise.
9588 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
9589 throughout.
9590 * gdb.base/run.c: Likewise.
9591 * gdb.base/sepdebug.c: Likewise.
9592 * gdb.hp/gdb.aCC/run.c: Likewise.
9593 * gdb.reverse/until-reverse.c: Likewise.
9594 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
9595
666d413c
YQ
95962014-09-16 Yao Qi <yao@codesourcery.com>
9597
9598 * boards/local-remote-host-native.exp: New file.
9599
57cbd724
DE
96002014-09-14 Doug Evans <xdje42@gmail.com>
9601
9602 * gdb.threads/queue-signal.c (thread_count): New variable.
9603 (thread_count_mutex, thread_count_condvar): New variables.
9604 (incr_thread_count, wait_all_threads_running): New functions.
9605 (main): Wait for all threads to be in their thread functions.
9606
81219e53
DE
96072014-09-13 Doug Evans <xdje42@gmail.com>
9608
9609 * gdb.threads/queue-signal.c: New file.
9610 * gdb.threads/queue-signal.exp: New file.
9611
3714cea7
DE
96122014-09-13 Doug Evans <xdje42@gmail.com>
9613
9614 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
9615 be consistent with what default_gdb_init uses.
9616 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
9617 the plain text of the prompt. Add some logging printfs.
9618 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
9619
fa43b1d7
PA
96202014-09-12 Pedro Alves <palves@redhat.com>
9621
9622 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
9623 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
9624 * gdb.arch/i386-size-overlap.exp: Likewise.
9625 * gdb.arch/i386-size.exp: Likewise.
9626 * gdb.arch/i386-unwind.exp: Likewise.
9627 * gdb.base/a2-run.exp: Likewise.
9628 * gdb.base/break.exp: Likewise.
9629 * gdb.base/charset.exp: Likewise.
9630 * gdb.base/chng-syms.exp: Likewise.
9631 * gdb.base/commands.exp: Likewise.
9632 * gdb.base/dbx.exp: Likewise.
9633 * gdb.base/find.exp: Likewise.
9634 * gdb.base/funcargs.exp: Likewise.
9635 * gdb.base/jit-simple.exp: Likewise.
9636 * gdb.base/reread.exp: Likewise.
9637 * gdb.base/sepdebug.exp: Likewise.
9638 * gdb.base/step-bt.exp: Likewise.
9639 * gdb.cp/mb-inline.exp: Likewise.
9640 * gdb.cp/mb-templates.exp: Likewise.
9641 * gdb.objc/basicclass.exp: Likewise.
9642 * gdb.threads/killed.exp: Likewise.
9643
9d9bf2df
EBM
96442014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9645
9646 PR tdep/17379
9647 * gdb.arch/powerpc-stackless.S: New file.
9648 * gdb.arch/powerpc-stackless.exp: New file.
9649
1cf2f1b0
JK
96502014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9651
9652 * gdb.base/attach.c: Include unistd.h.
9653 (main): Call alarm. Add label postloop.
9654 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
9655 gdb_breakpoint, gdb_continue_to_breakpoint.
9656 (test_command_line_attach_run): Kill ${testpid} in one exit path.
9657
98880d46
PA
96582014-09-11 Pedro Alves <palves@redhat.com>
9659
9660 PR gdb/17347
9661 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
9662 * gdb.base/attach.exp (test_command_line_attach_run): New
9663 procedure.
9664 (top level): Call it.
9665
4c92ff2c
PA
96662014-09-11 Pedro Alves <palves@redhat.com>
9667
9668 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
9669 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
9670 (do_command_attach_tests): Use spawn_wait_for_attach.
9671 * gdb.base/solib-overlap.exp: Likewise.
9672 * gdb.multi/multi-attach.exp: Likewise.
9673 * gdb.python/py-prompt.exp: Likewise.
9674 * gdb.python/py-sync-interp.exp: Likewise.
9675 * gdb.server/ext-attach.exp: Likewise.
9676
3adc1a7d
GKB
96772014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
9678
9679 * gdb.fortran/array-element.exp: Remove unexpected "continue"
9680 command in testcase. Simplify testcase.
9681
96334934
JB
96822014-09-10 Joel Brobecker <brobecker@adacore.com>
9683
9684 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
9685
eb479039
JB
96862014-09-10 Joel Brobecker <brobecker@adacore.com>
9687
9688 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
9689
deede10c
JB
96902014-09-10 Joel Brobecker <brobecker@adacore.com>
9691
9692 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
9693
7828a5f5
JB
96942014-09-10 Joel Brobecker <brobecker@adacore.com>
9695
9696 * gdb.dwarf2/dynarr-ptr.c: New file.
9697 * gdb.dwarf2/dynarr-ptr.exp: New file.
9698
33aeebcf
MR
96992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9700
9701 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
9702 of 30 rather than hardcoding 120 for a slow test case. Take the
9703 `gdb,timeout' target setting into account for this calculation.
9704 Don't extend the timeout for the test cases that don't need it.
9705
7b415901
MR
97062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9707
9708 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9709 a factor of 2 for a slow test case. Take the `gdb,timeout'
9710 target setting into account for this calculation.
9711 * gdb.reverse/until-precsave.exp: Increase the timeout by
9712 a factor of 15 and 3 respectively rather than adding 120
9713 for a pair of slow test cases. Take the `gdb,timeout'
9714 target setting into account for this calculation.
9715
4a40f85a
MR
97162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9717
9718 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9719 timeout, don't pass one down to gdb_expect.
9720 (gdb_expect): Rework timeout selection.
9721
09635af7
MR
97222014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9723
9724 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9725 exception on timeout.
9726 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9727 (gdbserver_start_extended): Catch any `gdbserver_start' error
9728 exceptions.
9729 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9730 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9731 `gdbserver_gdb_load' error exceptions.
9732
2bdd10b7
MR
97332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9734
9735 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9736 120 on waiting for the TCP socket to open.
9737
316935f0
DE
97382014-09-09 Doug Evans <xdje42@gmail.com>
9739
9740 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9741 _caller_matches, _any_caller_is, _any_caller_matches.
9742
83740597
DE
97432014-09-09 Doug Evans <xdje42@gmail.com>
9744
9745 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9746
4c122fc3
YQ
97472014-09-09 Yao Qi <yao@codesourcery.com>
9748
9749 * gdb.mi/mi-var-display.exp: Set print symbol off.
9750
a9f116cb
GKB
97512014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9752
9753 PR gdb/17035
9754 * gdb.base/commands.exp: Add tests to verify user-defined
9755 commands with empty bodies.
9756 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9757 python commands in `show user command`.
9758 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9759 scheme commands in `show user command`.
9760
c75bd3a2
JK
97612014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9762
9763 PR python/17355
9764 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9765 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9766 * gdb.python/py-framefilter-invalidarg.exp: New file.
9767 * gdb.python/py-framefilter-invalidarg.py: New file.
9768
faa42425
DE
97692014-09-06 Doug Evans <xdje42@gmail.com>
9770
9771 PR 15276
9772 * gdb.python/py-caller-is.c: New file.
9773 * gdb.python/py-caller-is.exp: New file.
9774
474ca4f6
SDJ
97752014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9776
9777 PR gdb/17235
9778 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9779 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9780
eb0b0463
SDJ
97812014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9782
9783 PR fortran/17237
9784 * gdb.fortran/print-formatted.exp: New file.
9785 * gdb.fortran/print-formatted.f90: Likewise.
9786
5f3b99cf
SS
97872014-09-03 Sasha Smundak <asmundak@google.com>
9788
9789 * gdb.python/py-frame.exp: Test Frame.read_register.
9790
7d793aa9
SDJ
97912014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9792
9793 PR python/16699
9794 * gdb.python/py-completion.exp: New file.
9795 * gdb.python/py-completion.py: Likewise.
9796
fb0576e9
DE
97972014-08-28 Doug Evans <dje@google.com>
9798
9799 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9800 eax,etc. are live with values set by gdb and thus the compiler can't
9801 use them.
9802 * gdb.arch/i386-pseudo.c (main): Ditto.
9803
ee92b0dd
DE
98042014-08-27 Doug Evans <dje@google.com>
9805
9806 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9807
6649db35
DE
98082014-08-25 Doug Evans <dje@google.com>
9809
9810 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9811 (main): Ditto.
9812
564b7600
DE
98132014-08-25 Doug Evans <dje@google.com>
9814
9815 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9816
3881fb67
YQ
98172014-08-24 Yao Qi <yao@codesourcery.com>
9818
9819 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9820 symbol off.
9821 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9822
a05a36a5
DE
98232014-08-22 Doug Evans <dje@google.com>
9824
9825 PR 17276
9826 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9827 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9828 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9829
7c343b48
YQ
98302014-08-22 Yao Qi <yao@codesourcery.com>
9831
9832 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9833 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9834 * gdb.python/python.exp: Likewise. Use .py file on the host
9835 instead of the build.
9836
22fd09ae
JK
98372014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9838
9839 * gdb.threads/gcore-stale-thread.c: New file.
9840 * gdb.threads/gcore-stale-thread.exp: New file.
9841
a8454a7c
PA
98422014-08-21 Pedro Alves <palves@redhat.com>
9843
9844 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9845 * gdb.base/gcore-relro-pie.exp: Likewise.
9846 * gdb.base/gcore-relro.exp: Likewise.
9847 * gdb.base/gcore.exp: Likewise.
9848 * gdb.base/print-symbol-loading.exp: Likewise.
9849 * gdb.threads/gcore-thread.exp: Likewise.
9850 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9851
2a31c623
PA
98522014-08-20 Pedro Alves <palves@redhat.com>
9853 Jan Kratochvil <jan.kratochvil@redhat.com>
9854
9855 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9856 configure.
9857 (EXPECT): Handle READ1 being set.
9858 (all): Depend on EXTRA_RULES.
9859 (check-read1, expect-read1, read1.so, read1): New rules.
9860 * README (Testsuite Parameters): Document the READ1 make variable.
9861 (Race detection): New section.
9862 * configure: Regenerate.
9863 * configure.ac: If build==host==target, and running under a
9864 GNU/glibc system, add read1 to the extra Makefile rules.
9865 (EXTRA_RULES): AC_SUBST it.
9866 * lib/read1.c: New file.
9867
d36430db
JB
98682014-08-20 Joel Brobecker <brobecker@adacore.com>
9869
9870 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9871 the handling of variables declared as a typedef to an array
9872 which a DW_AT_data_location attribute.
9873
9a0dc9e3
PA
98742014-08-19 Andrew Burgess <aburgess@broadcom.com>
9875 Pedro Alves <palves@redhat.com>
9876
9877 PR symtab/14604
9878 PR symtab/14605
9879 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9880 gdb_test.
9881
0718a8da
PA
98822014-08-19 Pedro Alves <palves@redhat.com>
9883
9884 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9885
13b448cd
YQ
98862014-08-19 Yao Qi <yao@codesourcery.com>
9887
9888 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9889 right line.
9890
1cbf5077
DB
98912014-08-18 David Blaikie <dblaikie@gmail.com>
9892
9893 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9894
bf0fae19
JB
98952014-08-18 Joel Brobecker <brobecker@adacore.com>
9896
9897 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9898 attribute in array range.
9899
3c8c5dcc
JB
99002014-08-18 Joel Brobecker <brobecker@adacore.com>
9901
9902 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9903
e66d4446
SC
99042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9905
9906 PR c++/17132
9907 * gdb.cp/pr17132.cc: New file.
9908 * gdb.cp/pr17132.exp: New file.
9909
940df408
SC
99102014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9911
9912 * gdb.python/py-xmethods.py (A_getarrayind)
9913 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9914 Use 'print' with function call syntax.
9915 (E_method_matcher.match): Fix tab vs space indentation mixup.
9916
ebcc6c3a
YQ
99172014-08-15 Yao Qi <yao@codesourcery.com>
9918
9919 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9920 false.
9921
775e0f04
YQ
99222014-08-15 Yao Qi <yao@codesourcery.com>
9923
9924 * gdb.cp/casts.exp: Set print symbol off.
9925 * gdb.cp/class2.exp: Likewise.
9926 * gdb.cp/overload.exp: Likewise.
9927 * gdb.cp/templates.exp: Likewise.
9928
d769e349
DE
99292014-08-11 Doug Evans <dje@google.com>
9930
9931 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9932 (test_load_shlib): Update.
9933
20c6f1e1
YQ
99342014-08-09 Yao Qi <yao@codesourcery.com>
9935
9936 * gdb.base/display.exp: Invoke is_address_zero_readable.
9937 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9938 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9939 * gdb.base/hbreak-unmapped.exp: Return if
9940 is_address_zero_readable returns true.
9941 * gdb.base/signest.exp: Likewise.
9942 * gdb.base/signull.exp: Likewise.
9943 * gdb.base/sigbpt.exp: Likewise.
9944 * gdb.guile/scm-disasm.exp: Do the test if
9945 is_address_zero_readable returns false.
9946 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9947 * gdb.python/py-arch.exp: Likewise.
9948 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9949 * lib/gdb.exp (is_address_zero_readable): New proc.
9950
5792e8e3
YQ
99512014-08-09 Yao Qi <yao@codesourcery.com>
9952
9953 PR testsuite/13443
9954 * gdb.mi/mi-var-display.exp: Make test messages unique.
9955
3cecbbbe
TT
99562014-08-04 Tom Tromey <tromey@redhat.com>
9957
9958 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9959 target 0".
9960
00b51ff5
TT
99612014-08-04 Tom Tromey <tromey@redhat.com>
9962
9963 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9964 "target_resume".
9965
6908c509
JB
99662014-08-01 Joel Brobecker <brobecker@adacore.com>
9967
9968 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9969 inner_vla_struct_object_size.
9970 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9971 as xfail.
9972
cc6563d2
PA
99732014-07-30 Pedro Alves <palves@redhat.com>
9974
9975 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9976 comment.
9977
7e09a223
YQ
99782014-07-29 Yao Qi <yao@codesourcery.com>
9979
9980 PR gdb/17206
9981 * gdb.base/until-nodebug.exp: New.
9982
7ebdbe92
DE
99832014-07-28 Doug Evans <xdje42@gmail.com>
9984
9985 PR guile/17203
9986 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9987 previously existing parameter, and previously ambiguously spelled
9988 parameter.
9989
fdb1adc6
WN
99902014-07-28 Will Newton <will.newton@linaro.org>
9991
9992 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9993
186fcde0
DE
99942014-07-26 Ludovic Courtès <ludo@gnu.org>
9995 Doug Evans <xdje42@gmail.com>
9996
9997 PR guile/17146
9998 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9999
70509625
PA
100002014-07-25 Pedro Alves <palves@redhat.com>
10001
10002 * gdb.threads/signal-command-handle-nopass.c: New file.
10003 * gdb.threads/signal-command-handle-nopass.exp: New file.
10004 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
10005 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
10006 * gdb.threads/signal-delivered-right-thread.c: New file.
10007 * gdb.threads/signal-delivered-right-thread.exp: New file.
10008
c3f814a1
PA
100092014-07-25 Pedro Alves <palves@redhat.com>
10010
10011 * gdb.base/double-prompt-target-event-error.exp
10012 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
10013 match.
10014 (cancel_pagination_in_target_event): Rework double prompt
10015 detection.
10016 * gdb.base/paginate-after-ctrl-c-running.exp
10017 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
10018 <return>' match.
10019 * gdb.base/paginate-bg-execution.exp
10020 (test_bg_execution_pagination_return)
10021 (test_bg_execution_pagination_cancel): Remove '-notransfer
10022 <return>' matches.
10023 * gdb.base/paginate-execution-startup.exp
10024 (test_fg_execution_pagination_return)
10025 (test_fg_execution_pagination_cancel): Remove '-notransfer
10026 <return>' matches.
10027 * gdb.base/paginate-inferior-exit.exp
10028 (test_paginate_inferior_exited): Remove '-notransfer <return>'
10029 match.
10030 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
10031 * lib/gdb.exp (pagination_prompt): Run text through
10032 string_to_regexp.
10033 (gdb_test_multiple): Match $pagination_prompt instead of
10034 "<return>".
10035 (string_to_regexp): Move to lib/gdb-utils.exp.
10036
e214cf6c
JK
100372014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10038
10039 * gdb.arch/amd64-entry-value-paramref.S: New file.
10040 * gdb.arch/amd64-entry-value-paramref.cc: New file.
10041 * gdb.arch/amd64-entry-value-paramref.exp: New file.
10042 * gdb.arch/amd64-optimout-repeat.S: New file.
10043 * gdb.arch/amd64-optimout-repeat.c: New file.
10044 * gdb.arch/amd64-optimout-repeat.exp: New file.
10045
17d0c5c8
JK
100462014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10047
10048 PR gdb/17170
10049 * gdb.base/statistics.exp: New file.
10050
b8b8facf
DE
100512014-07-17 Doug Evans <dje@google.com>
10052
74b49205 10053 PR gdb/17170
b8b8facf
DE
10054 * gdb.base/maint.exp: Update testing of per-command stats.
10055
1b5d0ab3
PA
100562014-07-16 Pedro Alves <palves@redhat.com>
10057
10058 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
10059 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
10060 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
10061 (tfile_write_buf): New functions.
10062 (add_memory_block): Rewrite using the above.
10063 (adjust_function_address): New function.
10064 (FUNCTION_ADDRESS): New macro.
10065 (write_basic_trace_file): Remove short_x local, and use
10066 tfile_write_16. Change type of func_addr local to unsigned long
10067 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
10068 here. Cast argument of add_memory_block to char pointer.
10069 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
10070 (main): Remove parameters.
10071 * gdb.trace/tfile.exp: Remove nowarnings.
10072
4d974e88
SM
100732014-07-15 Simon Marchi <simon.marchi@ericsson.com>
10074
10075 * gdb.base/debug-expr.exp: Test string evaluation with
10076 "debug expression" on.
10077
41e99568
PA
100782014-07-15 Pedro Alves <palves@redhat.com>
10079
10080 * gdb.base/reread.exp: Use clean_restart.
10081
487d9753
PL
100822014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
10083
10084 * gdb.arch/avr-flash-qualifer.c: New.
10085 * gdb.arch/avr-flash-qualifer.exp: New.
10086
cc1c52ad
PA
100872014-07-14 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/paginate-after-ctrl-c-running.c: New file.
10090 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
10091
1e973570
PA
100922014-07-14 Pedro Alves <palves@redhat.com>
10093
10094 * gdb.base/double-prompt-target-event-error.c: New file.
10095 * gdb.base/double-prompt-target-event-error.exp: New file.
10096
93d6eb10
PA
100972014-07-14 Pedro Alves <palves@redhat.com>
10098
10099 PR gdb/17072
10100 * gdb.base/paginate-inferior-exit.c: New file.
10101 * gdb.base/paginate-inferior-exit.exp: New file.
10102
0017922d
PA
101032014-07-14 Pedro Alves <palves@redhat.com>
10104
10105 PR gdb/17072
10106 * gdb.base/paginate-bg-execution.c: New file.
10107 * gdb.base/paginate-bg-execution.exp: New file.
10108
94696ad3
PA
101092014-07-14 Pedro Alves <palves@redhat.com>
10110
10111 PR gdb/17072
10112 * gdb.base/paginate-execution-startup.c: New file.
10113 * gdb.base/paginate-execution-startup.exp: New file.
10114 * lib/gdb.exp (pagination_prompt): New global.
10115 (default_gdb_spawn): New procedure, factored out from
10116 default_gdb_spawn.
10117 (default_gdb_start): Adjust to call default_gdb_spawn.
10118 (gdb_spawn): New procedure.
10119
bd293940
PA
101202014-07-14 Pedro Alves <palves@redhat.com>
10121
10122 * lib/gdb.exp (gdb_assert): New procedure.
10123 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
10124
c933f875
PA
101252014-07-14 Pedro Alves <palves@redhat.com>
10126
10127 * gdb.base/execution-termios.c: New file.
10128 * gdb.base/execution-termios.exp: New file.
10129
d98b7a16
TT
101302014-07-14 Tom Tromey <tromey@redhat.com>
10131
10132 * gdb.cp/vla-cxx.cc: New file.
10133 * gdb.cp/vla-cxx.exp: New file.
10134
548740d6
TT
101352014-07-14 Tom Tromey <tromey@redhat.com>
10136
10137 * gdb.reverse/rerun-prec.c: New file.
10138 * gdb.reverse/rerun-prec.exp: New file.
10139
a25eb028
MR
101402014-07-12 Maciej W. Rozycki <macro@mips.com>
10141 Maciej W. Rozycki <macro@codesourcery.com>
10142
10143 * lib/gdb-utils.exp: New file.
10144 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
10145 inline `gdb_init_command' processing.
10146 (gdb_start_cmd): Likewise.
10147 * lib/mi-support.exp (mi_run_cmd): Likewise.
10148 * README: Document `gdb_init_command' and `gdb_init_commands'.
10149
218c2655
JK
101502014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10151
10152 Fix false FAIL running under a very long directory name.
10153 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
10154 and "set print elements 10000". Twice.
10155
5401fde3
YQ
101562014-07-11 Yao Qi <yao@codesourcery.com>
10157
10158 * gdb.base/exprs.exp: "set print symbol off".
10159
e76126e8
PA
101602014-07-11 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.threads/kill.c: New file.
10163 * gdb.threads/kill.exp: New file.
10164
2d6f0de6
YQ
101652014-07-10 Yao Qi <yao@codesourcery.com>
10166
10167 * gdb.trace/tfile.c (write_basic_trace_file)
10168 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
10169 address written to trace file.
10170
7180e04a
PA
101712014-07-09 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.base/attach-wait-input.exp: New file.
10174 * gdb.base/attach-wait-input.c: New file.
10175
9a9a7608
AB
101762014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
10177
10178 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
10179 setting up test structures.
10180 (main): Call new test function.
10181 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
10182 test function, continue into test function and walk test
10183 structures.
10184
161ac41e
YQ
101852014-07-02 Yao Qi <yao@codesourcery.com>
10186
10187 * gdb.trace/entry-values.c: Define labels 'foo_start' and
10188 'bar_start' at the beginning of functions 'foo' and 'bar'
10189 respectively.
10190 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
10191 instead of 'foo' and 'bar'.
10192
1f267ae3
MM
101932014-07-08 Markus Metzger <markus.t.metzger@intel.com>
10194
10195 * gdb.btrace/segv.exp: New.
10196 * gdb.btrace/segv.c: New.
10197
2b239efb
LM
101982014-07-02 Luis Machado <lgustavo@codesourcery.com>
10199
10200 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
10201 instruction.
10202
cf363f18
MW
102032014-06-30 Mark Wielaard <mjw@redhat.com>
10204
10205 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
10206 vulture, vilify, villar): New volatile array constants.
10207 (vindictive, vegetation): New const volatile array constants.
10208 * gdb.base/volatile.exp: Test volatile and const volatile array
10209 types.
10210
aebf9d24
AA
102112014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
10212
10213 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
10214 target lacks support for awatch, rwatch, or hbreak.
10215
b67a2c6f
YQ
102162014-06-27 Yao Qi <yao@codesourcery.com>
10217
10218 * gdb.multi/dummy-frame-restore.exp: New.
10219 * gdb.multi/dummy-frame-restore.c: New.
10220
aef92902
MM
102212014-06-25 Markus Metzger <markus.t.metzger@intel.com>
10222
10223 * gdb.btrace/gcore.exp: New.
10224
8e9db26e
PA
102252014-06-23 Pedro Alves <palves@redhat.com>
10226
10227 * gdb.base/watchpoint-reuse-slot.c: New file.
10228 * gdb.base/watchpoint-reuse-slot.exp: New file.
10229
70afc5b7
SC
102302014-06-23 Siva Chandra Reddy <sivachandra@google.com>
10231
10232 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
10233 progspace's filename in 'info', 'enable' and 'disable' command
10234 tests.
10235
b972bd9c
JK
102362014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10237
10238 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
10239 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10240 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
10241
125f8a3d
GB
102422014-06-20 Gary Benson <gbenson@redhat.com>
10243
10244 * gdb.arch/i386-avx.exp: Fix include file location.
10245 * gdb.arch/i386-sse.exp: Likewise.
10246
3ed9baed
IB
102472014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
10248
10249 * gdb.dlang/expression.exp: New file.
10250
034f788c
PA
102512014-06-19 Pedro Alves <palves@redhat.com>
10252
10253 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
10254 out from ...
10255 (top level): ... here. Iterate running tests under different
10256 scheduler-locking settings.
10257
45371d0c
LM
102582014-06-18 Luis Machado <lgustavo@codesourcery.com>
10259
10260 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
10261 to DW_FORM_addr and use non-zero addresses.
10262
5d376983
SC
102632014-06-18 Siva Chandra Reddy <sivachandra@google.com>
10264
10265 PR gdb/17017
10266 * gdb.python/py-xmethods.cc: Add global function call counters and
10267 increment them in their respective functions. Remove "cout"
10268 statements.
10269 * gdb.python/py-xmethods.exp: Make tests check the global function
10270 call counters instead of depending on inferior IO.
10271
a1aa2221
LM
102722014-06-18 Don Breazeal <donb@codesourcery.com>
10273
10274 * gdb.base/foll-fork.exp (default_fork_parent_follow):
10275 Deleted procedure.
10276 (explicit_fork_parent_follow): Deleted procedure.
10277 (explicit_fork_child_follow): Deleted procedure.
10278 (test_follow_fork): New procedure.
10279 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 10280 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
10281 procedure calls.
10282
0fc05997
YQ
102832014-06-17 Yao Qi <yao@codesourcery.com>
10284
10285 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
10286 CP1252.
10287
70795c52
LM
102882014-06-17 Luis Machado <lgustavo@codesourcery.com>
10289
10290 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
10291 Initialize ptr and S explicitly.
10292 (skip_type_update_when_not_use_rtti_test): Likewise.
10293
6be47f0c
KS
102942014-06-16 Keith Seitz <keiths@redhat.com>
10295
10296 PR mi/15863
10297 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
10298 the inferior is started.
10299
d03de421
PA
103002014-06-16 Pedro Alves <palves@redhat.com>
10301
10302 * gdb.base/break-main-file-remove-fail.c: New file.
10303 * gdb.base/break-main-file-remove-fail.exp: New file.
10304 * gdb.base/break-unload-file.exp: Use build_executable instead of
10305 prepare_for_testing.
10306 (test_break): New parameter "initial_load". Handle it.
10307 (top level): Add initial_load cmdline/file axis.
10308
f9579b99
TT
103092014-06-12 Tom Tromey <tromey@redhat.com>
10310
10311 * gdb.base/completion.exp: Don't use directory name in test.
10312
3657956b
GB
103132014-06-09 Gary Benson <gbenson@redhat.com>
10314
10315 * gdb.base/sigall.c [Functions to send signals]: Reorder to
10316 separate the always-available ANSI-standard signals from the
10317 signals that require checking.
10318 (main): Likewise.
10319 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
10320 Likewise.
10321 (main): Likewise.
10322
4186eb54
KS
103232014-06-07 Keith Seitz <keiths@redhat.com>
10324
10325 Revert:
10326 PR c++/16253
10327 * gdb.cp/var-tag.cc: New file.
10328 * gdb.cp/var-tag.exp: New file.
10329 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10330 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10331 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10332 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10333
25326a28 103342014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
10335
10336 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
10337
829155c9
PA
103382014-06-06 Pedro Alves <palves@redhat.com>
10339
10340 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
10341 in target debug output instead of looking at RSP packets,
10342 disabling the test on any target that uses hardware stepping.
10343 Update comments.
10344
61c8d22e
PA
103452014-06-06 Pedro Alves <palves@redhat.com>
10346
10347 * gdb.base/break-unload-file.exp: Fix typo.
10348
d9a47287
YQ
103492014-06-06 Yao Qi <yao@codesourcery.com>
10350
10351 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
10352 from "jit_function" to "^jit_function".
10353
e5e01dbf
YQ
103542014-06-06 Yao Qi <yao@codesourcery.com>
10355
10356 * gdb.base/async.c (foo): Add one statement.
10357 * gdb.base/async.exp: Get the next instruction address and
10358 match the output of "nexti" by instruction address. Match
10359 the hex address in the output of "finish".
10360
73ba372c
GB
103612014-06-06 Gary Benson <gbenson@redhat.com>
10362
10363 * gdb.base/call-signals.c: Remove preprocessor conditionals
10364 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
10365 SIGSEGV and SIGTERM.
10366 * gdb.base/sigall.c: Likewise.
10367 * gdb.base/unwindonsignal.c: Likewise.
10368 * gdb.reverse/sigall-reverse.c: Likewise.
10369
831517df
YQ
103702014-06-06 Yao Qi <yao@codesourcery.com>
10371
10372 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
10373 readable, skip the test.
10374
b8b91e98
YQ
103752014-06-06 Yao Qi <yao@codesourcery.com>
10376
10377 * gdb.threads/staticthreads.c (thread_function): Move the line
10378 setting breakpoint on forward.
10379 * gdb.threads/staticthreads.exp: Update comments.
10380
fb934770
LC
103812014-06-05 Ludovic Courtès <ludo@gnu.org>
10382
10383 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
10384 "history-append! type error".
10385
6ef284bd
SM
103862014-06-05 Simon Marchi <simon.marchi@ericsson.com>
10387
10388 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
10389 erroneous dprintf expected input.
10390
a872e241
DE
103912014-06-04 Doug Evans <xdje42@gmail.com>
10392
10393 * gdb.guile/scm-generics.exp: Delete.
10394
16f691fb
DE
103952014-06-04 Doug Evans <xdje42@gmail.com>
10396
10397 * gdb.guile/scm-breakpoint.exp: Update.
10398 Add tests for breakpoint registration.
10399
012370f6
TT
104002014-06-04 Tom Tromey <tromey@redhat.com>
10401
10402 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
10403 VLA-in-union.
10404 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
10405 inner_vla_struct, vla_union types. Initialize objects of those
10406 types and compute their sizes.
10407
9f5a4cef
HZ
104082014-06-04 Nathan Sidwell <nathan@codesourcery.com>
10409 Hui Zhu <hui@codesourcery.com>
10410
10411 * gdb.base/fileio.exp: Add test for shell not available as well as
10412 available.
10413 * gdb.base/fileio.c (test_system): Check for shell twice.
10414
90a45c4d
YQ
104152014-06-04 Yao Qi <yao@codesourcery.com>
10416
10417 * gdb.base/auto-connect-native-target.exp: Remove redundant
10418 space from the regexp pattern.
10419
70017e41
YQ
104202014-06-04 Yao Qi <yao@codesourcery.com>
10421
10422 * gdb.base/default.exp: Replace "child" with "native" in
10423 regexp pattern.
10424
883964a7
SC
104252014-06-03 Siva Chandra Reddy <sivachandra@google.com>
10426
10427 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
10428 * gdb.python/py-xmethods.exp: New tests to test xmethods.
10429 * gdb.python/py-xmethods.py: Python script supporting the
10430 new testcase and tests.
10431
ef370185
JB
104322014-06-03 Joel Brobecker <brobecker@adacore.com>
10433 Pedro Alves <palves@redhat.com>
10434
10435 PR breakpoints/17000
10436 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
10437 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
10438
1e2ccb61
BM
104392014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
10440
10441 * gdb.base/subst.exp: Add tests to verify partial path matching
10442 output.
10443
c6ec5ab2
PA
104442014-06-03 Pedro Alves <palves@redhat.com>
10445
10446 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
10447 target that doesn't use software single-stepping.
10448
835c559f
PA
104492014-06-03 Pedro Alves <palves@redhat.com>
10450
10451 PR breakpoints/17000
10452 * gdb.base/sss-bp-on-user-bp-2.c: New file.
10453 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
10454
06eb1586
DE
104552014-06-02 Doug Evans <xdje42@gmail.com>
10456
10457 * gdb.guile/scm-parameter.exp: New file.
10458
e698b8c4
DE
104592014-06-02 Doug Evans <xdje42@gmail.com>
10460
10461 * gdb.guile/scm-cmd.c: New file.
10462 * gdb.guile/scm-cmd.exp: New file.
10463
ded03782
DE
104642014-06-02 Doug Evans <xdje42@gmail.com>
10465
10466 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
10467 pretty-printer lookup.
10468 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
10469 (make-pp_s-printer): Call it.
10470 (make-pretty-printer-from-dict): New function.
10471 (lookup-pretty-printer-maker-from-dict): New function.
10472 (*pretty-printer*): Simplify.
10473 (make-objfile-pp_s-printer): New function.
10474 (install-objfile-pretty-printers!): New function.
10475 (make-progspace-pp_s-printer): New function.
10476 (install-progspace-pretty-printers!): New function.
10477 * gdb.guile/scm-progspace.c: New file.
10478 * gdb.guile/scm-progspace.exp: New file.
10479
41fac0cf
PA
104802014-06-02 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.base/dprintf-bp-same-addr.c: New file.
10483 * gdb.base/dprintf-bp-same-addr.exp: New file.
10484
96ae5695
EBM
104852014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10486
10487 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
10488 * gdb.arch/powerpc-power.s: Likewise.
10489
da02b3a8
JB
104902014-06-02 Joel Brobecker <brobecker@adacore.com>
10491
10492 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
10493
c72b2e7b
YQ
104942014-06-01 Yao Qi <yao@codesourcery.com>
10495
10496 * gdb.base/watchpoint.exp (test_watch_location): Check null
10497 pointer can be dereferenced. If not, do the test, otherwise
10498 skip it.
10499
53e8a631
AB
105002014-05-30 Andrew Burgess <aburgess@broadcom.com>
10501
10502 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
10503 results.
10504 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
10505
938f0e2f
AB
105062014-05-30 Andrew Burgess <aburgess@broadcom.com>
10507
10508 * gdb.arch/amd64-invalid-stack-middle.S: New file.
10509 * gdb.arch/amd64-invalid-stack-middle.c: New file.
10510 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
10511 * gdb.arch/amd64-invalid-stack-top.c: New file.
10512 * gdb.arch/amd64-invalid-stack-top.exp: New file.
10513
9ba6657a
PA
105142014-05-30 Pedro Alves <palves@redhat.com>
10515
10516 PR breakpoints/17000
10517 * gdb.base/sss-bp-on-user-bp.c: New file.
10518 * gdb.base/sss-bp-on-user-bp.exp: New file.
10519
522c09bf
DB
105202014-05-30 David Blaikie <dblaikie@gmail.com>
10521
10522 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
10523 gnu_inline semantics via attribute.
10524 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
10525 source explicitly specifies the required semantics.
10526
bf4ef81e
MR
105272014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
10528
10529 * gdb.reverse/sigall-reverse.exp: Fix a typo.
10530
329ea579
PA
105312014-05-29 Pedro Alves <palves@redhat.com>
10532 Tom Tromey <tromey@redhat.com>
10533
10534 * gdb.base/async-shell.exp: Don't enable target-async.
10535 * gdb.base/async.exp
10536 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
10537 parameter. Adjust.
10538 (top level): Don't test with "target-async".
10539 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
10540 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
10541 * gdb.base/inferior-died.exp: Don't enable target-async.
10542 * gdb.base/interrupt-noterm.exp: Likewise.
10543 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
10544 * gdb.mi/mi-nonstop-exit.exp: Likewise.
10545 * gdb.mi/mi-nonstop.exp: Likewise.
10546 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10547 * gdb.mi/mi-nsintrall.exp: Likewise.
10548 * gdb.mi/mi-nsmoribund.exp: Likewise.
10549 * gdb.mi/mi-nsthrexec.exp: Likewise.
10550 * gdb.mi/mi-watch-nonstop.exp: Likewise.
10551 * gdb.multi/watchpoint-multi.exp: Adjust comment.
10552 * gdb.python/py-evsignal.exp: Don't enable target-async.
10553 * gdb.python/py-evthreads.exp: Likewise.
10554 * gdb.python/py-prompt.exp: Likewise.
10555 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
10556 * gdb.server/solib-list.exp: Don't enable target-async.
10557 * gdb.threads/thread-specific-bp.exp: Likewise.
10558 * lib/mi-support.exp: Adjust to use mi-async.
10559
fd664c91
PA
105602014-05-29 Pedro Alves <palves@redhat.com>
10561
10562 PR gdb/13860
10563 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
10564 reason, even in sync mode.
10565
251bde03
PA
105662014-05-29 Pedro Alves <palves@redhat.com>
10567 Hui Zhu <hui@codesourcery.com>
10568
10569 PR PR15693
10570 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
10571 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
10572 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
10573 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
10574
7f3c0343
JB
105752014-05-28 Joel Brobecker <brobecker@adacore.com>
10576
10577 * config/monitor.exp (gdb_target_monitor): Replace use of
10578 "set remotebaud" by "set serial baud".
10579
b2715b27
AW
105802014-05-26 Andy Wingo <wingo@igalia.com>
10581
10582 * gdb.guile/scm-breakpoint.exp:
10583 * gdb.guile/scm-gsmob.exp: Update to use plain old object
10584 properties instead of gdb-object-properties.
10585
498a4489
YQ
105862014-05-26 Yao Qi <yao@codesourcery.com>
10587
10588 * gdb.server/no-thread-db.exp: Specify source file name
10589 explicitly when setting a breakpoint.
10590
589fdceb
MM
105912014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10592
10593 * gdb.btrace/vdso.c: New.
10594 * gdb.btrace/vdso.exp: New.
10595
e9089e05
MM
105962014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10597
10598 * gdb.base/gcore.exp (capture_command_output): Move ...
10599 * lib/gdb.exp (capture_command_output): ... here.
10600
67b5c0c1
MM
106012014-05-23 Markus Metzger <markus.t.metzger@intel.com>
10602
10603 * gdb.btrace/data.exp: Test memory access during btrace replay.
10604
a2199296
SM
106052014-05-22 Simon Marchi <simon.marchi@ericsson.com>
10606
10607 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
10608
17b2616c
PA
106092014-05-21 Pedro Alves <palves@redhat.com>
10610
10611 PR gdb/13860
10612 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
10613 (top level): Test that output related to execution commands is
10614 sent to the console with CLI commands, but not with MI commands.
10615 Test that breakpoint events are always mirrored to the console.
10616 Also expect the new source line to be output after a "next" in
10617 async mode too. Make it a pass/fail test.
10618 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
10619 output.
10620 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
10621
5166082f
PA
106222014-05-21 Pedro Alves <palves@redhat.com>
10623
10624 * gdb.base/list.exp (build_pattern, test_list): New procedures.
10625 Use them to test variations of "list" after reaching a breakpoint.
10626 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
10627 Test "list" with listsize 10 after reaching a breakpoint.
10628 * gdb.python/python.exp (decode_line current location line
10629 number): Adjust expected line number.
10630
2f25d70f
SM
106312014-05-21 Simon Marchi <simon.marchi@ericsson.com>
10632
10633 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
10634 behavior for $args, pass it directly to "run".
10635
ff604a67
MR
106362014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
10637
10638 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
10639 30000 to 65536.
10640
6a3cb8e8
PA
106412014-05-21 Pedro Alves <palves@redhat.com>
10642
10643 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
10644 auto-connect-native-target off".
10645 * gdb.base/auto-connect-native-target.c: New file.
10646 * gdb.base/auto-connect-native-target.exp: New file.
10647
4ebfc96e
PA
106482014-05-21 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.base/default.exp: Test "target native" instead of "target
10651 child".
10652
36d46afb
MW
106532014-05-21 Mark Wielaard <mjw@redhat.com>
10654
10655 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
10656
5876f503
JK
106572014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10658
10659 Fix TLS access for -static -pthread.
10660 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
10661 <HAVE_TLS> (thread_function, main): Initialize it.
10662 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
10663 Add clean_restart.
10664 <$have_tls != "">: Check TLSVAR.
10665
0256a6ac
PA
106662014-05-21 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.base/dcache-line-read-error.c: New.
10669 * gdb.base/dcache-line-read-error.exp: New.
10670
936d2992
PA
106712014-05-20 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.base/compare-sections.c: New file.
10674 * gdb.base/compare-sections.exp: New file.
10675
802e8e6d
PA
106762014-05-20 Pedro Alves <palves@redhat.com>
10677
10678 * gdb.base/break-idempotent.c: New file.
10679 * gdb.base/break-idempotent.exp: New file.
10680
e59fa00f
MM
106812014-05-20 Markus Metzger <markus.t.metzger@intel.com>
10682
10683 * gdb.btrace/nohist.exp: New.
10684
8b696e31
YQ
106852014-05-20 Yao Qi <yao@codesourcery.com>
10686
10687 * lib/gdb.exp (gdb_init): Set timeout if test file is under
10688 gdb.reverse directory and gdb_reverse_timeout exists in board
10689 setting.
10690 * README: Document gdb_reverse_timeout.
10691
73c9764f
YQ
106922014-05-20 Yao Qi <yao@codesourcery.com>
10693
10694 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
10695 'test_file_name'. Treat args as a string instead of a list.
10696 (gdb_init): Rename argument 'args' by 'test_file_name'.
10697
f1f4348a
JK
106982014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10699
10700 * gdb.arch/powerpc-power.exp: New file.
10701 * gdb.arch/powerpc-power.s: New file.
10702
0dbe70ce
DE
107032014-05-16 Doug Evans <dje@google.com>
10704
10705 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10706 * gdb.base/completion.exp: Check that all expected files exist
10707 before doing file completion.
0dbe70ce 10708
8d551b02
DE
107092014-05-16 Doug Evans <dje@google.com>
10710
10711 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10712 Update.
10713 (do_syscall_tests_without_xml): Update.
10714
73eb7709
PA
107152014-05-16 Pedro Alves <palves@redhat.com>
10716
10717 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10718 instead of "unknown output after running".
10719
3fae92fc
YQ
107202014-05-16 Yao Qi <yao@codesourcery.com>
10721
10722 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10723 file1.txt from host at the end.
10724 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10725
c2b2ccc5
DE
107262014-05-15 Doug Evans <dje@google.com>
10727
10728 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10729 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10730 loading file. Add test for TU lookup.
10731
8c217a4b
SM
107322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10733
10734 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10735 calling "-exec-arguments" or "set args" before running the
10736 inferior.
10737
3deb39c6
SM
107382014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10739
10740 * lib/mi-support.exp (mi_expect_stop): Expect message for
10741 inferiors that exit with non-zero exit code.
10742
71a79f8c
YQ
107432014-05-14 Yao Qi <yao@codesourcery.com>
10744
10745 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10746 match absolute path on remote host.
10747 (test_file_list_exec_source_files): Remove "/" from the
10748 pattern.
10749
f23fcd46
YQ
107502014-05-14 Yao Qi <yao@codesourcery.com>
10751
10752 * boards/local-remote-host-notty.exp (${board}_file): New
10753 proc.
10754
9404b58f
KM
107552014-05-07 Kyle McMartin <kyle@redhat.com>
10756
10757 Pushed by Joel Brobecker <brobecker@adacore.com>.
10758 * gdb.arch/aarch64-atomic-inst.c: New file.
10759 * gdb.arch/aarch64-atomic-inst.exp: New file.
10760
5e45f04c
YQ
107612014-05-07 Yao Qi <yao@codesourcery.com>
10762
10763 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10764 in current context" too.
10765
c888a17d
KS
107662014-05-05 Keith Seitz <keiths@redhat.com>
10767
10768 * gdb.linespec/ls-dollar.exp: Add test for linespec
10769 file:convenience_variable.
10770
290a839c
YQ
107712014-05-05 Yao Qi <yao@codesourcery.com>
10772
10773 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10774 traceframes into tfile and ctf trace files. Read data from
10775 trace file and test collected data.
10776 (gdb_collect_locals_test): Likewise.
10777 (gdb_unavailable_registers_test): Likewise.
10778 (gdb_unavailable_floats): Likewise.
10779 (gdb_collect_globals_test): Likewise.
10780 (top-level): Append "ctf" to trace_file_targets if GDB
10781 supports.
10782
b5262cd0
YQ
107832014-05-05 Yao Qi <yao@codesourcery.com>
10784
10785 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10786 code to ...
10787 (gdb_collect_args_test_1): ... it. New proc.
10788 (gdb_collect_locals_test): Move some code to ...
10789 (gdb_collect_locals_test_1): ... it. New proc.
10790 (gdb_unavailable_registers_test): Move some code to ...
10791 (gdb_unavailable_registers_test_1): ... it. New proc.
10792 (gdb_unavailable_floats): Move some code to ...
10793 (gdb_unavailable_floats_1): ... it. New proc.
10794
30a1e6cc
SDJ
107952014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10796
10797 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10798 probes to test for bitness recognition.
10799 * gdb.arch/amd64-stap-optional-prefix.exp
10800 (test_probe_value_without_reg): New procedure.
10801 Add code to test for different kinds of bitness.
10802
f33da99a
SDJ
108032014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10804
10805 PR breakpoints/16889
10806 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10807 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10808
5b80f00d
PA
108092014-05-01 Pedro Alves <palves@redhat.com>
10810
10811 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10812 gdb_file_cmd if no file is specified.
10813 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10814 last_loaded_file to set the remote exec-file.
10815
f8c2a73c
PA
108162014-05-01 Pedro Alves <palves@redhat.com>
10817
10818 * boards/local-remote-host.exp: New file.
10819
be6e8ac7
PA
108202014-05-01 Pedro Alves <palves@redhat.com>
10821
10822 * boards/local-remote-host.exp: Rename to ...
10823 * boards/local-remote-host-notty.exp: ... this.
10824
cac0dc8f
JB
108252014-04-28 Joel Brobecker <brobecker@adacore.com>
10826
10827 * gdb.ada/dyn_arrayidx: New testcase.
10828
9730e6cc
YQ
108292014-04-26 Yao Qi <yao@codesourcery.com>
10830
10831 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10832 and compute the length of function main. Save it in
10833 $main_length.
10834 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10835 (top-level): Use gdb_compile to compile objects into
10836 executable and restart GDB. Remove invocation to
10837 prepare_for_testing.
10838
7ae1a6a6
PA
108392014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10840 Pedro Alves <palves@redhat.com>
10841
10842 PR server/16255
10843 * gdb.multi/multi-attach.c: New file.
10844 * gdb.multi/multi-attach.exp: New file.
10845
4082afcc
PA
108462014-04-25 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10849 user.
10850 (top level): Test that "set remote conditional-breakpoints-packet
10851 off" works as intended.
10852 * gdb.base/dprintf.exp: Test that "set remote
10853 breakpoint-commands-packet off" works as intended.
10854 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10855 New function.
10856 (top level): Call it.
10857 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10858 remote fast-tracepoints-packet off" works as intended.
10859 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10860 * lib/gdb.exp (gdb_is_target_remote): ... here.
10861
2abc3f8d
DB
108622014-04-24 David Blaikie <dblaikie@gmail.com>
10863
10864 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10865 ensure clang would not discard them.
10866 * gdb.base/gdbvars.c: Ditto.
10867 * gdb.base/memattr.c: Ditto.
10868 * gdb.base/whatis.c: Ditto.
10869 * gdb.python/py-prettyprint.c: Ditto.
10870 * gdb.trace/actions.c: Ditto.
10871 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10872 ensure clang would not discard it.
10873
bfd39632
DB
108742014-04-24 David Blaikie <dblaikie@gmail.com>
10875
10876 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10877 clang to emit the full definition of type required by the test
10878 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10879
22842ff6
DB
108802014-04-24 David Blaikie <dblaikie@gmail.com>
10881
10882 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10883 coax Clang into emitting the definition of the type.
10884 * gdb.cp/pr10728-x.h (y): Ditto.
10885 * gdb.cp/pr10728-y.cc (y): Ditto.
10886
c2e827ad
DB
108872014-04-24 David Blaikie <dblaikie@gmail.com>
10888
10889 * gdb.base/label.exp: XFAIL label related tests under Clang.
10890 * gdb.cp/cplabel.exp: Ditto.
10891 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10892 under Clang those using labels.
10893
4c2d33e7
YQ
108942014-04-25 Yao Qi <yao@codesourcery.com>
10895
10896 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10897 double_label.
10898 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10899 partial_label and double_label.
10900
56083b99
DB
109012014-04-24 David Blaikie <dblaikie@gmail.com>
10902
10903 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10904
25d4e99d
DB
109052014-04-24 David Blaikie <dblaikie@gmail.com>
10906
10907 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10908 of the function to work across GCC and Clang.
10909 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10910 pointer types (const void ** const V void **).
10911
01f9f808
MS
109122014-04-24 Michael Sturm <michael.sturm@mintel.com>
10913 Walfred Tedeschi <walfred.tedeschi@intel.com>
10914
10915 * Makefile.in (EXECUTABLES): Added i386-avx512.
10916 * gdb.arch/i386-avx512.c: New file.
10917 * gdb.arch/i386-avx512.exp: Likewise.
10918
4b48d439
KS
109192014-04-23 Keith Seitz <keiths@redhat.com>
10920
10921 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10922 (mi_make_breakpoint_table): New procedure.
10923 (mi_create_breakpoint): Use mi_make_breakpoint
10924 and return the result.
10925 (mi_make_breakpoint): New procedure.
10926 (mi_build_kv_pairs): New procedure.
10927
10928 * gdb.mi/mi-break.exp: Remove unused globals,
10929 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10930 All callers updated.
10931 * gdb.mi/mi-dprintf.exp: Use variable to track command
10932 number.
10933 Update all callers of mi_create_breakpoint and use
10934 mi_make_breakpoint_table.
10935 Remove any unused global variables.
10936 * gdb.mi/mi-nonstop.exp: Likewise.
10937 * gdb.mi/mi-nsintrall.exp: Likewise.
10938 * gdb.mi/mi-nsmoribund.exp: Likewise.
10939 * gdb.mi/mi-nsthrexec.exp: Likewise.
10940 * gdb.mi/mi-reverse.exp: Likewise.
10941 * gdb.mi/mi-simplerun.exp: Likewise.
10942 * gdb.mi/mi-stepn.exp: Likewise.
10943 * gdb.mi/mi-syn-frame.exp: Likewise.
10944 * gdb.mi/mi-until.exp: Likewise.
10945 * gdb.mi/mi-var-cp.exp: Likewise.
10946 * gdb.mi/mi-var-display.exp: Likewise.
10947 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10948 * gdb.mi/mi2-var-child.exp: Likewise.
10949 * gdb.mi/mi-vla-c99.exp: Likewise.
10950 * lib/mi-support.exp: Likewise.
10951
10952 From Ian Lance Taylor <iant@cygnus.com>:
10953 * lib/gdb.exp (parse_args): New procedure.
10954
08351840
PA
109552014-04-23 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/break-unload-file.c: New file.
10958 * gdb.base/break-unload-file.exp: New file.
10959 * gdb.base/sym-file-lib.c (baz): New function.
10960 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10961 field.
10962 (load): Store the segment's mapped size.
10963 (unload): New function.
10964 (unload_shlib): New function.
10965 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10966 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10967 set a breakpoint at baz, and call it.
10968 * gdb.base/sym-file.exp: New tests for stale breakpoint
10969 instructions.
10970
076855f9
PA
109712014-04-23 Pedro Alves <palves@redhat.com>
10972
10973 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10974 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10975 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10976 * gdb.base/hbreak-unmapped.c: New file.
10977 * gdb.base/hbreak-unmapped.exp: New file.
10978 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10979 * lib/gdb.exp (gdb_is_target_remote): ... here.
10980
483805cf
PA
109812014-04-22 Pedro Alves <palves@redhat.com>
10982
10983 * gdb.base/consecutive-step-over.c: New file.
10984 * gdb.base/consecutive-step-over.exp: New file.
10985
06d97543
PA
109862014-04-22 Pedro Alves <palves@redhat.com>
10987
10988 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10989 instead of send_gdb/gdb_expect.
10990
b4429ea2
YQ
109912014-04-22 Yao Qi <yao@codesourcery.com>
10992
10993 * lib/trace-support.exp (generate_tracefile): New procedure.
10994 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10995 return 0.
10996 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10997 if generate_tracefile returns 1.
10998
51d48146
PA
109992014-04-18 Tom Tromey <palves@redhat.com>
11000 Pedro alves <tromey@redhat.com>
11001
11002 PR backtrace/15558
11003 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
11004 with a backtrace limit.
11005 * gdb.python/py-frame-inline.exp: Test running to an inline
11006 function with a backtrace limit, and printing the newest frame.
11007 * gdb.python/py-frame-inline.c (main): Call f.
11008
bd1dce5f
MS
110092014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11010
11011 * gdb.java/jnpe.exp: Drop srcdir from untested path.
11012
40d1a503
MS
110132014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
11014
11015 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
11016 Drop prefix from unsupported source file path.
11017
389b98f7
YQ
110182014-04-17 Yao Qi <yao@codesourcery.com>
11019
11020 * lib/gdb.exp (with_target_charset): New proc.
11021 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
11022 with_target_charset.
11023 (test_print_strings): Likewise.
11024 (test_repeat_bytes): Likewise.
11025 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
11026 for some tests.
11027
22869d73
KS
110282014-04-16 Keith Seitz <keiths@redhat.com>
11029
11030 PR gdb/15827
11031 * gdb.dwarf2/corrupt.c: New file.
11032 * gdb.dwarf2/corrupt.exp: New file.
11033
c4f87ca6
KS
110342014-04-16 Keith Seitz <keiths@redhat.com>
11035
11036 PR c++/16597
11037 * gdb.cp/namelessclass.cc: New file.
11038 * gdb.cp/namelessclass.exp: New file.
11039 * gdb.cp/namelessclass.S: New file.
11040
ab19de87
DE
110412014-04-16 Doug Evans <dje@google.com>
11042
11043 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
11044 Add comment.
11045 (gdbserver_default_get_comm_port): New function.
11046 (gdbserver_start): Check if board file provided
11047 "gdbserver,get_comm_port" and use it if so.
11048 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
11049 (gdb,socketport): Set to "stdio".
11050 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
11051 (stdio_gdbserver_template): Delete.
11052 (${board}_get_remote_address): Update.
11053 (${board}_build_remote_cmd): Delete.
11054 (${board}_get_comm_port): New function.
11055 (${board}_spawn): Update.
11056 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
11057 Delete.
11058 (${board}_get_remote_address): Update.
11059 (${board}_get_comm_port): New function.
11060
fc98a809
AB
110612014-04-16 Andrew Burgess <aburgess@broadcom.com>
11062
11063 * gdb.base/memattr.exp: Improve regexps to handle memory regions
11064 appearing in any order.
11065
87fd9e6e
DE
110662014-04-15 Doug Evans <dje@google.com>
11067
11068 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
11069 uninitialized value of "description".
11070
099fc3ea
KS
110712014-04-15 Keith Seitz <keiths@redhat.com>
11072
11073 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
11074 Remove unused globals.
11075 (test_running_the_program): Likewise.
11076 (test_controlled_execution): Likewise.
11077 (test_controlling_breakpoints): Likewise.
11078 (test_program_termination): Likewise.
11079
5da151d4
KS
110802014-04-15 Keith Seitz <keiths@redhat.com>
11081
11082 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
11083 unused globals.
11084 (test_rbreak_creation_and_listing): Likewise.
11085 (test_ignore_count): Likewise.
11086 (test_error): Likewise.
11087
35e5d2f0
PA
110882014-04-15 Pedro Alves <palves@redhat.com>
11089
11090 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
11091 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
11092 sym-file-loader.c.
11093 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11094 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11095 to sym-file-loader.c.
11096 (struct library): Forward declare.
11097 (load_shlib, lookup_function): Change prototypes.
11098 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11099 (translate_offset): Remove declarations.
11100 (get_text_addr): New declaration.
11101 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
11102 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
11103 sym-file-loader.h.
11104 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
11105 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
11106 here from sym-file-loader.h.
11107 (struct library): New structure.
11108 (load_shlib, lookup_function): Change prototypes and adjust to
11109 work with a struct library.
11110 (find_shstrtab, find_strtab, find_shdr, find_symtab)
11111 (translate_offset): Make static.
11112 (get_text_addr): New function.
11113 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
11114
eb4c1710
PA
111152014-04-15 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
11118
2d1baf52
PA
111192014-04-15 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.base/sym-file-loader.c: Include <limits.h>.
11122 (SELF_LINK): New define.
11123 (get_origin): New function.
11124 (load_shlib): Use it.
11125 * gdb.base/sym-file.exp: Don't early return if the target is
11126 remote. Use runto_main, and issue fail is that fails. Use
11127 gdb_load_shlibs.
11128 (shlib_name): Delete.
11129 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
11130
7dd6df01
PA
111312014-04-15 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.base/sym-file.exp: Remove regex characters from test
11134 message. Don't refer to breakpoint numbers in test messages.
11135
b50c8614
KS
111362014-04-14 Keith Seitz <keiths@redhat.com>
11137
11138 PR c++/16253
11139 * gdb.cp/var-tag.cc: New file.
11140 * gdb.cp/var-tag.exp: New file.
11141 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
11142 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
11143 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11144 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11145
3d567982
TT
111462014-04-14 Tom Tromey <tromey@redhat.com>
11147
11148 * gdb.cp/classes.exp (test_enums): Handle underlying type.
11149 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
11150 type.
11151 * gdb.cp/enum-class.exp: New file.
11152 * gdb.cp/enum-class.cc: New file.
11153
0626fc76
TT
111542014-04-14 Tom Tromey <tromey@redhat.com>
11155
11156 * gdb.dwarf2/enum-type.exp: New file.
11157
dca325b3
SA
111582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11159
11160 * gdb.mi/mi-vla-c99.exp: New file.
11161 * gdb.mi/vla.c: New file.
11162
5854b38a
SA
111632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11164
11165 * gdb.base/vla-datatypes.c: New file.
11166 * gdb.base/vla-datatypes.exp: New file.
11167
463bb957
SA
111682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11169
11170 * gdb.base/vla-ptr.c: New file.
11171 * gdb.base/vla-ptr.exp: New file.
11172
3dd170be
SA
111732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11174
11175 * gdb.dwarf2/count.exp: New file.
11176
5ecaaa66
SA
111772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
11178
11179 * gdb.base/vla-sideeffect.c: New file.
11180 * gdb.base/vla-sideeffect.exp: New file.
11181
41f1ada5
DB
111822014-04-14 David Blaikie <dblaikie@gmail.com>
11183
11184 * gdb.mi/non-stop.c: Add return value for non-void function return
11185 statement.
11186 * gdb.threads/staticthreads.c: Ditto.
11187
0be03e84
DE
111882014-04-12 Siva Chandra Reddy <sivachandra@google.com>
11189 Doug Evans <xdje42@gmail.com>
11190
11191 * gdb.guile/scm-value.c: Improve test case.
11192 * gdb.guile/scm-value.exp: Add new test.
11193
f180a1fb
DB
111942014-04-11 David Blaikie <dblaikie@gmail.com>
11195
11196 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
11197 override Clang's default.
11198
6b662e19
JB
111992014-04-11 Joel Brobecker <brobecker@adacore.com>
11200
11201 Revert the following changes (regressions):
11202
11203 * gdb.base/vla-sideeffect.c: New file.
11204 * gdb.base/vla-sideeffect.exp: New file.
11205
11206 * gdb.dwarf2/count.exp: New file.
11207
11208 * gdb.base/vla-multi.c: New file.
11209 * gdb.base/vla-multi.exp: New file.
11210
11211 * gdb.base/vla-ptr.c: New file.
11212 * gdb.base/vla-ptr.exp: New file.
11213
11214 * gdb.base/vla-datatypes.c: New file.
11215 * gdb.base/vla-datatypes.exp: New file.
11216
11217 * gdb.mi/mi-vla-c99.exp: New file.
11218 * gdb.mi/vla.c: New file.
11219
245a5f0b
KS
112202014-04-11 Keith Seitz <keiths@redhat.com>
11221
11222 PR c++/16675
11223 * gdb.cp/cpsizeof.exp: New file.
11224 * gdb.cp/cpsizeof.cc: New file.
11225
58a84dcf
SA
112262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11227
191a8a90
JB
11228 * gdb.mi/mi-vla-c99.exp: New file.
11229 * gdb.mi/vla.c: New file.
58a84dcf 11230
c8655f75
SA
112312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11232
11233 * gdb.base/vla-datatypes.c: New file.
11234 * gdb.base/vla-datatypes.exp: New file.
11235
024e13b4
SA
112362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11237
11238 * gdb.base/vla-ptr.c: New file.
11239 * gdb.base/vla-ptr.exp: New file.
11240
1a237e0e
SA
112412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11242
11243 * gdb.base/vla-multi.c: New file.
11244 * gdb.base/vla-multi.exp: New file.
11245
504f3432
SA
112462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11247
11248 * gdb.dwarf2/count.exp: New file.
11249
3bce8237
SA
112502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
11251
191a8a90
JB
11252 * gdb.base/vla-sideeffect.c: New file.
11253 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 11254
322f9c21
YQ
112552014-04-11 Yao Qi <yao@codesourcery.com>
11256
11257 * gdb.base/completion.exp: Check file exists before running tests
11258 on file completion.
11259
d708bcd1
PA
112602014-04-10 Pedro Alves <palves@redhat.com>
11261
11262 * gdb.base/cond-eval-mode.c: New file.
11263 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
11264 prepare_for_testing to build the new file. Check result of
11265 runto_main.
11266 (test_break, test_watch): New procedures.
11267 (top level): Use them.
11268
ae1d2761
PM
112692014-04-08 Pierre Muller <muller@sourceware.org>
11270
11271 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
11272 Ctrl-V use for mingw hosts.
11273
7af389b8
SC
112742014-04-07 Siva Chandra Reddy <sivachandra@google.com>
11275
11276 * gdb.python/py-value.c: Improve test case.
11277 * gdb.python/py-value.exp: Add new test.
11278
5e703181
DE
112792014-04-07 David Blaikie <dblaikie@gmail.com>
11280
11281 * lib/compiler.c: Identify the clang compiler.
11282 * lib/compiler.cc: Ditto.
11283
9810b410
YQ
112842014-04-03 Yao Qi <yao@codesourcery.com>
11285
11286 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
11287
98d1b8dc
AB
112882014-04-01 Anton Blanchard <anton@samba.org>
11289
11290 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
11291 messages unique.
11292
3114cea1
AB
112932014-04-01 Anton Blanchard <anton@samba.org>
11294
11295 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
11296 prepare_for_testing.
11297
62f7182c
AB
112982014-04-01 Anton Blanchard <anton@samba.org>
11299
11300 * gdb.arch/ppc64-atomic-inst.c: Remove.
11301 * gdb.arch/ppc64-atomic-inst.S: New file.
11302 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
11303
770e7fc7
DE
113042014-03-31 Doug Evans <dje@google.com>
11305
11306 * gdb.base/print-symbol-loading-lib.c: New file.
11307 * gdb.base/print-symbol-loading-main.c: New file.
11308 * gdb.base/print-symbol-loading.exp: New file.
11309
46e2bafa
YQ
113102014-03-31 Yao Qi <yao@codesourcery.com>
11311
11312 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
11313
8776cfe9
JB
113142014-03-28 Joel Brobecker <brobecker@adacore.com>
11315
11316 * gdb.ada/mi_dyn_arr: New testcase.
11317
5d1ef361
DE
113182014-03-27 Doug Evans <dje@google.com>
11319
11320 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
11321
b5bee914
YQ
113222014-03-27 Yao Qi <yao@codesourcery.com>
11323
11324 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
11325 if target is nios2-*-*.
11326
0d4d0e77
YQ
113272014-03-26 Yao Qi <yao@codesourcery.com>
11328
11329 * lib/gdb.exp (readline_is_used): New proc.
11330 * gdb.base/completion.exp: Move tests on command complete up.
11331 Skip the rest of tests if readline is not used.
11332 * gdb.ada/complete.exp: Skp the test if readline is not
11333 used.
11334 * gdb.base/filesym.exp: Likewise.
11335 * gdb.base/macscp.exp: Likewise.
11336 * gdb.base/readline-ask.exp: Likewise.
11337 * gdb.base/readline.exp: Likewise.
11338 * gdb.python/py-cmd.exp: Likewise.
11339 * gdb.trace/tfile.exp: Likewise.
11340
29361eee
YQ
113412014-03-26 Yao Qi <yao@codesourcery.com>
11342
11343 * gdb.base/macscp.exp: Fix code format issues.
11344
bc9a5525
UW
113452014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
11346
11347 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
11348 * gdb.asm/powerpc64le.inc: New file.
11349
d3839ede
PA
113502014-03-25 Pedro Alves <palves@redhat.com>
11351 Doug Evans <dje@google.com>
11352
11353 * gdb.base/source-execution.c: New file.
11354 * gdb.base/source-execution.exp: New file.
11355 * gdb.base/source-execution.gdb: New file.
11356
01672a57
DE
113572014-03-24 Doug Evans <dje@google.com>
11358
11359 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
11360 using fission.
11361
88bbeca9
HZ
113622014-03-24 Hui Zhu <hui@codesourcery.com>
11363 Pedro Alves <palves@redhat.com>
11364
11365 PR breakpoints/16101
11366 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11367 test pass/fail messages. Detect missing support for dprintf when
11368 breakpoints are actually inserted.
11369 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
11370 breakpoints are actually inserted.
11371 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
11372 fails.
11373
d2348791
JK
113742014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11375
11376 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
11377
feef67ab
DE
113782014-03-22 Doug Evans <xdje42@gmail.com>
11379
11380 * gdb.python/python.exp (python not supported): Verify multi-line
11381 python command issues an error.
25d743f9 11382 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 11383 guile command issues an error.
feef67ab 11384
ecebef6a
MR
113852014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
11386
11387 * gdb.threads/thread-specific.exp: Handle the lack of usable
11388 $this_breakpoint and $this_thread.
11389
ccdd1909
HZ
113902014-03-21 Hui Zhu <hui@codesourcery.com>
11391
11392 * gdb.base/attach.exp (do_command_attach_tests): New.
11393
beb460e8
PA
113942014-03-20 Tom Tromey <tromey@redhat.com>
11395 Pedro Alves <palves@redhat.com>
11396
11397 PR cli/15718
11398 * gdb.base/condbreak-call-false.c: New file.
11399 * gdb.base/condbreak-call-false.exp: New file.
11400
40acf43a
PA
114012014-03-20 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
11404 Delete.
11405 (block_signals, unblock_signals): Delete.
11406 (child_function_2, main): Remove references to deleted variable
11407 and functions.
11408
9f5e1e02
PA
114092014-03-20 Pedro Alves <palves@redhat.com>
11410
11411 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
11412 Use pthread_kill to signal thread 2.
11413 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11414 Adjust to make the test send itself a signal rather than using the
11415 host's "kill" command.
11416
99619bea
PA
114172014-03-20 Pedro Alves <palves@redhat.com>
11418
11419 * gdb.threads/multiple-step-overs.c: New file.
11420 * gdb.threads/multiple-step-overs.exp: New file.
11421 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11422 Adjust expected infrun debug output.
11423
2adfaa28
PA
114242014-03-20 Pedro Alves <palves@redhat.com>
11425
11426 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
11427 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
11428
31e77af2
PA
114292014-03-20 Pedro Alves <palves@redhat.com>
11430
11431 PR breakpoints/7143
11432 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
11433 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11434 of gdb_test_multiple.
11435 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
11436 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
11437
b9f437de
PA
114382014-03-20 Pedro Alves <palves@redhat.com>
11439
11440 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
11441 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
11442
05adc73e
PA
114432014-03-19 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.base/async.exp: Remove early return.
11446
6048b950
PA
114472014-03-19 Pedro Alves <palves@redhat.com>
11448
11449 * gdb.base/async.exp (step& tests): Pass explicit test messages.
11450
8bcfb00a
PA
114512014-03-19 Pedro Alves <palves@redhat.com>
11452
11453 * gdb.base/async.exp (test_background): Expect \r\n after
11454 "completed." in the fail pattern.
11455
884e37dc
PA
114562014-03-19 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.base/async.exp (test_background): New procedure.
11459 Use it for all background execution command tests.
11460
148e57e2
PA
114612014-03-19 Pedro Alves <palves@redhat.com>
11462
11463 * gdb.base/async.exp: Use prepare_for_testing.
11464
f48088c7
PA
114652014-03-19 Pedro Alves <palves@redhat.com>
11466
11467 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
11468 the same line.
11469
e2f6c966
PA
114702014-03-19 Pedro Alves <palves@redhat.com>
11471
11472 * gdb.base/async.c (main): Add "jump here" and "until here" line
11473 marker comments.
11474 * gdb.base/async.exp (jump_here): New global.
11475 (jump& test): Use it.
11476 (until_here): New global.
11477 (until& test): Use it.
11478
c30568d4
PA
114792014-03-19 Pedro Alves <palves@redhat.com>
11480
11481 * gdb.base/async.exp: Don't frob gdb_protocol.
11482
0172b6a7
DE
114832014-03-18 Doug Evans <xdje42@gmail.com>
11484
11485 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
11486 Fix spelling of exec-done-display.
11487
06c868a8
JK
114882014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 PR gdb/15358
11491 * gdb.base/gdb-sigterm.c: New file.
11492 * gdb.base/gdb-sigterm.exp: New file.
11493
0c7e1a46
PA
114942014-03-18 Pedro Alves <palves@redhat.com>
11495
11496 PR gdb/13860
11497 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
11498 * lib/mi-support.exp (mi_expect_stop): Add special handling for
11499 solib-event.
11500
f7c77d93
JB
115012014-03-17 Joel Brobecker <brobecker@adacore.com>
11502
11503 * gdb.ada/pckd_arr_ren: New testcase.
11504
5a1e8c7a
DE
115052014-03-13 Doug Evans <xdje42@gmail.com>
11506
11507 PR guile/16612
11508 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
11509 collect after discarding symbols.
11510
350e1a76
DE
115112014-03-13 Ludovic Courtès <ludo@gnu.org>
11512 Doug Evans <xdje42@gmail.com>
11513
11514 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
11515 to history survives a gc.
11516
a69900ae
PA
115172014-03-13 Pedro Alves <palves@redhat.com>
11518
11519 * gdb.base/default.exp: Don't test "target procfs".
11520
5db9f0bd
PA
115212014-03-13 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.base/default.exp: Update "target child" and "target procfs"
11524 tests to not expect "Unix".
11525
b3ccfe11
TT
115262014-03-12 Tom Tromey <tromey@redhat.com>
11527
11528 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
11529 New procs. Add target-async tests.
11530 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
11531 Add target-async tests.
11532
646f4417
AA
115332014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11534
11535 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
11536 'func_start' and 'func_end' for the beginning and end of the
11537 function code, respectively.
11538 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
11539 'func_end' instead of 'func' and 'main'.
11540
288c211f
AA
115412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11542
11543 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
11544 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
11545 generate the debug info assembler source.
11546
e0c0f156
AA
115472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11548
11549 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
11550 * gdb.dwarf2/arr-subrange.exp: Likewise.
11551 * gdb.dwarf2/dwz.exp: Likewise.
11552 * gdb.dwarf2/method-ptr.exp: Likewise.
11553 * gdb.dwarf2/missing-sig-type.exp: Likewise.
11554 * gdb.dwarf2/subrange.exp: Likewise.
11555 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
11556 * gdb.dwarf2/implptrpiece.exp: Likewise.
11557 * gdb.dwarf2/nostaticblock.exp: Likewise.
11558
0e5c4555
AA
115592014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11560
11561 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
11562 directory to absolute path name arguments.
11563
5ec18f2b
JG
115642014-03-10 Joel Brobecker <brobecker@adacore.com>
11565
11566 * gdb.ada/tagged_access: New testcase.
11567
847fc4f2
MM
115682014-03-07 Markus Metzger <markus.t.metzger@intel.com>
11569
11570 * gdb.btrace/data.exp: Update expected output.
11571
cc3da688
YQ
115722014-03-06 Yao Qi <yao@codesourcery.com>
11573
11574 * gdb.trace/pr16508.exp: New file.
11575
0f26cec1
PA
115762014-03-05 Pedro Alves <palves@redhat.com>
11577
11578 PR gdb/16575
11579 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
11580 procedure.
11581 (top level): Adjust to use it. Add tests that exercise breakpoint
11582 interaction with the code-cache.
11583
7a5a839f
LC
115842014-02-26 Ludovic Courtès <ludo@gnu.org>
11585
11586 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
11587 test for 'history-append!'.
11588
31aa7e4e
JB
115892014-02-26 Joel Brobecker <brobecker@adacore.com>
11590
11591 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
11592 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
11593 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
11594 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
11595 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
11596 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
11597
1b588015
JB
115982014-02-26 Joel Brobecker <brobecker@adacore.com>
11599
11600 * testsuite/gdb.python/py-pp-re-notag.c: New file.
11601 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
11602 * testsuite/gdb.python/py-pp-re-notag.p: New file.
11603
55426c9d
JB
116042014-02-26 Joel Brobecker <brobecker@adacore.com>
11605
11606 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
11607
dc53a7ad
JB
116082014-02-26 Joel Brobecker <brobecker@adacore.com>
11609
11610 * gdb.dwarf2/arr-stride.c: New file.
11611 * gdb.dwarf2/arr-stride.exp: New file.
11612
12ab52e9
PA
116132014-02-26 Pedro Alves <palves@redhat.com>
11614
11615 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
11616 that won't ever trigger. Make sure that GDB reports the correct
11617 breakpoint that caused the stop.
11618
849c862e
JK
116192014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11620
11621 PR gdb/16626
11622 * gdb.base/auto-load-script: New file.
11623 * gdb.base/auto-load.c: New file.
11624 * gdb.base/auto-load.exp: New file.
11625
71b7d793
JK
11626 PR gdb/16626
11627 * gdb.base/auto-load.exp: Fix out-of-srctree run.
11628
e2f0d509
JK
116292014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 Fix dw2-icycle.exp -fsanitize=address GDB crash.
11632 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
11633
50cc37c8
DE
116342014-02-24 Doug Evans <dje@google.com>
11635
11636 * lib/gdb.exp (run_on_host): Log error output if program fails.
11637
ea4758f2
PA
116382014-02-21 Pedro Alves <palves@redhat.com>
11639
11640 * gdb.threads/step-after-sr-lock.c: Rename to ...
11641 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
11642 * gdb.threads/step-after-sr-lock.exp: Rename to ...
11643 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
11644 ... this.
11645
d7b30f67
SDJ
116462014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
11647
11648 PR tdep/16397
11649 * gdb.arch/amd64-stap-special-operands.exp: New file.
11650 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
11651 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
11652 * gdb.arch/amd64-stap-triplet.S: Likewise.
11653 * gdb.arch/amd64-stap-triplet.c: Likewise.
11654
83deb43f
JB
116552014-02-20 Joel Brobecker <brobecker@adacore.com>
11656
11657 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
11658 in .section pseudo-op.
11659
adde2bff
DE
116602014-02-20 lin zuojian <manjian2006@gmail.com>
11661 Joel Brobecker <brobecker@adacore.com>
11662 Doug Evans <xdje42@gmail.com>
11663
11664 PR symtab/16581
11665 * gdb.dwarf2/dw2-icycle.S: New file.
11666 * gdb.dwarf2/dw2-icycle.c: New file.
11667 * gdb.dwarf2/dw2-icycle.exp: New file.
11668
f7bd0f78
SC
116692014-02-19 Siva Chandra Reddy <sivachandra@google.com>
11670
11671 * gdb.python/py-value-cc.cc: Improve test case to enable testing
11672 operations on gdb.Value objects.
11673 * gdb.python/py-value-cc.exp: Add new test to test operations on
11674 gdb.Value objects.
11675
c17ef0d5
DE
116762014-02-18 Doug Evans <dje@google.com>
11677
11678 * Makefile.in (TESTS): New variable.
11679 (expanded_tests, expanded_tests_or_none): New variables
11680 (check-single): Pass $(expanded_tests_or_none) to runtest.
11681 (check-parallel): Only run tests in $(TESTS) if non-empty.
11682 (check/no-matching-tests-found): New rule.
11683 * README: Document TESTS makefile variable.
11684
5dd3176f
DE
116852014-02-18 Doug Evans <dje@google.com>
11686
11687 * Makefile.in (check-parallel): rm -rf outputs temp.
11688
0b10be4f
JK
116892014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11690
11691 Fix "ERROR: no fileid for" in the testsuite.
11692 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
11693
85f224e7
DE
116942014-02-12 Doug Evans <dje@google.com>
11695
11696 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
11697 (MISCELLANEOUS): New variable.
11698 (clean): rm -rf $(MISCELLANEOUS).
11699 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
11700 dwp live in the same directory as symlinks, with each symlink pointed
11701 to a differently named file in a different directory.
11702
149b30ff
DE
117032014-02-11 Doug Evans <dje@google.com>
11704
11705 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11706 of Tcl file commands.
11707
1dfdac32
MK
117082014-02-10 Mark Kettenis <kettenis@gnu.org>
11709
11710 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11711 "kill -SIGUSR1 -1".
11712
aa4fb036
JB
117132014-02-10 Joel Brobecker <brobecker@adacore.com>
11714
11715 * gdb.ada/tick_length_array_enum_idx: New testcase.
11716
ed3ef339
DE
117172014-02-10 Doug Evans <xdje42@gmail.com>
11718
11719 * configure.ac (AC_OUTPUT): Add gdb.guile.
11720 * configure: Regenerate.
11721 * lib/gdb-guile.exp: New file.
11722 * lib/gdb.exp (get_target_charset): New function.
11723 * gdb.base/help.exp: Update expected output from "apropos apropos".
11724 * gdb.guile/Makefile.in: New file.
11725 * gdb.guile/guile.exp: New file.
11726 * gdb.guile/scm-arch.c: New file.
11727 * gdb.guile/scm-arch.exp: New file.
11728 * gdb.guile/scm-block.c: New file.
11729 * gdb.guile/scm-block.exp: New file.
11730 * gdb.guile/scm-breakpoint.c: New file.
11731 * gdb.guile/scm-breakpoint.exp: New file.
11732 * gdb.guile/scm-disasm.c: New file.
11733 * gdb.guile/scm-disasm.exp: New file.
11734 * gdb.guile/scm-equal.c: New file.
11735 * gdb.guile/scm-equal.exp: New file.
11736 * gdb.guile/scm-error.exp: New file.
11737 * gdb.guile/scm-error.scm: New file.
11738 * gdb.guile/scm-frame-args.c: New file.
11739 * gdb.guile/scm-frame-args.exp: New file.
11740 * gdb.guile/scm-frame-args.scm: New file.
11741 * gdb.guile/scm-frame-inline.c: New file.
11742 * gdb.guile/scm-frame-inline.exp: New file.
11743 * gdb.guile/scm-frame.c: New file.
11744 * gdb.guile/scm-frame.exp: New file.
11745 * gdb.guile/scm-generics.exp: New file.
11746 * gdb.guile/scm-gsmob.exp: New file.
11747 * gdb.guile/scm-iterator.c: New file.
11748 * gdb.guile/scm-iterator.exp: New file.
11749 * gdb.guile/scm-math.c: New file.
11750 * gdb.guile/scm-math.exp: New file.
11751 * gdb.guile/scm-objfile-script-gdb.in: New file.
11752 * gdb.guile/scm-objfile-script.c: New file.
11753 * gdb.guile/scm-objfile-script.exp: New file.
11754 * gdb.guile/scm-objfile.c: New file.
11755 * gdb.guile/scm-objfile.exp: New file.
11756 * gdb.guile/scm-ports.exp: New file.
11757 * gdb.guile/scm-pretty-print.c: New file.
11758 * gdb.guile/scm-pretty-print.exp: New file.
11759 * gdb.guile/scm-pretty-print.scm: New file.
11760 * gdb.guile/scm-section-script.c: New file.
11761 * gdb.guile/scm-section-script.exp: New file.
11762 * gdb.guile/scm-section-script.scm: New file.
11763 * gdb.guile/scm-symbol.c: New file.
11764 * gdb.guile/scm-symbol.exp: New file.
11765 * gdb.guile/scm-symtab-2.c: New file.
11766 * gdb.guile/scm-symtab.c: New file.
11767 * gdb.guile/scm-symtab.exp: New file.
11768 * gdb.guile/scm-type.c: New file.
11769 * gdb.guile/scm-type.exp: New file.
11770 * gdb.guile/scm-value-cc.cc: New file.
11771 * gdb.guile/scm-value-cc.exp: New file.
11772 * gdb.guile/scm-value.c: New file.
11773 * gdb.guile/scm-value.exp: New file.
11774 * gdb.guile/source2.scm: New file.
11775 * gdb.guile/types-module.cc: New file.
11776 * gdb.guile/types-module.exp: New file.
11777
7026a7c1
YQ
117782014-02-10 Yao Qi <yao@codesourcery.com>
11779
11780 PR testsuite/16543
11781 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11782 * configure: Regenerated.
11783 * Makefile.in: New file.
11784
6c466447
AS
117852014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11786
11787 * gdb.python/py-framefilter.exp: Fix typo.
11788
6e854735
YQ
117892014-02-08 Yao Qi <yao@codesourcery.com>
11790
11791 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11792 that no =breakpoint-modified is emitted when breakpoints are
11793 modified through MI commands.
11794
d137e6dc
PA
117952014-02-07 Pedro Alves <pedro@codesourcery.com>
11796 Pedro Alves <palves@redhat.com>
11797
11798 * gdb.threads/step-after-sr-lock.c: New file.
11799 * gdb.threads/step-after-sr-lock.exp: New file.
11800
b5ee5a50
PA
118012014-02-07 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11804
3c77faf3
JK
118052014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11808 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11809
6dddc817
DE
118102014-02-06 Doug Evans <xdje42@gmail.com>
11811
11812 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11813 output.
11814
11815 * gdb.gdb/python-interrupts.exp: New file.
11816
de7b2893
YQ
118172014-02-05 Yao Qi <yao@codesourcery.com>
11818
11819 * gdb.trace/report.exp (use_collected_data): Test the output
11820 of "info threads" and "info inferiors".
11821
66d032ac
YQ
118222014-02-05 Yao Qi <yao@codesourcery.com>
11823
11824 Revert this patch:
11825
11826 2013-05-24 Yao Qi <yao@codesourcery.com>
11827
11828 * gdb.trace/tfile.exp: Test inferior and thread.
11829
591a12a1
UW
118302014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11831
11832 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11833 on a function.
11834 * gdb.base/step-bt.c: Call hello via function pointer to make
11835 sure its first instruction is executed on powerpc64le-linux.
11836
0ff3e01f
UW
118372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11838
11839 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11840
084ee545
UW
118412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11842
11843 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11844 of the test patterns for use on little-endian systems.
11845
6ed14ff3
UW
118462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11847
11848 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11849 (decimal_vector): Fix for little-endian.
11850
401e27fd
JM
118512014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11852
11853 * gdb.arch/sparc-sysstep.exp: New file.
11854 * gdb.arch/sparc-sysstep.c: Likewise.
11855
11856 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11857
8b924729
EBM
118582014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11859
11860 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11861
fb151210
JB
118622014-01-23 Tom Tromey <tromey@redhat.com>
11863
11864 * gdb.ada/array_char_idx: New testcase.
11865
0740f8d8
TT
118662014-01-23 Tom Tromey <tromey@redhat.com>
11867
11868 PR python/16487:
11869 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11870 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11871 classes.
11872
21909fa1
TT
118732014-01-23 Tom Tromey <tromey@redhat.com>
11874
11875 PR python/16491:
11876 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11877 string from an inferior frame.
11878 * gdb.python/py-framefilter-mi.exp: Update.
11879
87ce2a04
DE
118802014-01-22 Doug Evans <dje@google.com>
11881
11882 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11883
237b092b
AA
118842014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11885
11886 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11887
d674a709
AA
118882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11889
11890 * gdb.trace/entry-values.exp: Remove excess space character from
11891 regex patterns. Handle s390 call instruction.
11892
20fa3390
AA
118932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11894
11895 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11896 define "*_start" label. Make "name" static.
11897 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11898 ${name} by references to ${name}_start.
11899
78466714
AA
119002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11901
11902 * gdb.base/info-macros.exp: Remove "debug" from the compile
11903 options.
11904
ec9f644a
IB
119052014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11906
11907 * gdb.dlang/demangle.exp: New file.
11908
94b1b47e
IB
119092014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11910
11911 * gdb.dlang/primitive-types.exp: New file.
11912
7f420862
IB
119132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11914
11915 * configure.ac: Create gdb.dlang/Makefile.
11916 * configure: Regenerate.
11917 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11918 * gdb.dlang/Makefile.in: New file.
11919 * lib/d-support.exp: New file.
11920 * lib/gdb.exp (skip_d_tests): New proc.
11921
52834460
MM
119222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11923
11924 * gdb.btrace/delta.exp: Check reverse stepi.
11925 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11926 * gdb.btrace/finish.exp: New.
11927 * gdb.btrace/next.exp: New.
11928 * gdb.btrace/nexti.exp: New.
11929 * gdb.btrace/record_goto.c: Add comments.
11930 * gdb.btrace/step.exp: New.
11931 * gdb.btrace/stepi.exp: New.
11932 * gdb.btrace/multi-thread-step.c: New.
11933 * gdb.btrace/multi-thread-step.exp: New.
11934 * gdb.btrace/rn-dl-bind.c: New.
11935 * gdb.btrace/rn-dl-bind.exp: New.
11936 * gdb.btrace/data.c: New.
11937 * gdb.btrace/data.exp: New.
11938 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11939
6e07b1d2
MM
119402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11941
11942 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11943 * gdb.btrace/exception.exp: Update.
11944 * gdb.btrace/instruction_history.exp: Update.
11945 * gdb.btrace/record_goto.exp: Update.
11946 * gdb.btrace/tailcall.exp: Update.
11947 * gdb.btrace/unknown_functions.exp: Update.
11948 * gdb.btrace/delta.exp: New.
11949
0b722aec
MM
119502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11951
11952 * gdb.btrace/record_goto.exp: Add backtrace test.
11953 * gdb.btrace/tailcall.exp: Add backtrace test.
11954
066ce621
MM
119552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11956
11957 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11958 * gdb.btrace/record_goto.c: New.
11959 * gdb.btrace/record_goto.exp: New.
11960 * gdb.btrace/x86-record_goto.S: New.
11961
0688d04e
MM
119622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11963
11964 * gdb.btrace/function_call_history.exp: Update tests.
11965 * gdb.btrace/instruction_history.exp: Update tests.
11966
8710b709
MM
119672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11968
11969 * gdb.btrace/function_call_history.exp: Fix expected field
11970 order for "record function-call-history".
11971 Add new tests for "record function-call-history /c".
11972 * gdb.btrace/exception.cc: New.
11973 * gdb.btrace/exception.exp: New.
11974 * gdb.btrace/tailcall.exp: New.
11975 * gdb.btrace/x86-tailcall.S: New.
11976 * gdb.btrace/x86-tailcall.c: New.
11977 * gdb.btrace/unknown_functions.c: New.
11978 * gdb.btrace/unknown_functions.exp: New.
11979 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11980
5de9129b
MM
119812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11982
11983 * gdb.btrace/instruction_history.exp: Update.
11984 * gdb.btrace/function_call_history.exp: Update.
11985
23a7fe75
MM
119862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11987
11988 * gdb.btrace/function_call_history.exp: Fix expected function
11989 trace.
11990 * gdb.btrace/instruction_history.exp: Initialize traced.
11991 Remove traced_functions.
11992
724c7dd8
MM
119932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11994
11995 * gdb.btrace/function_call_history.exp: Update
11996 * gdb.btrace/instruction_history.exp: Update.
11997
6d78d93b
MM
119982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11999
12000 * gdb.btrace/enable.exp: Update expected text.
12001
93a360cc
OJ
120022014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
12003
12004 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
12005 bytes.
12006
3772b53f
MR
120072014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
12008
12009 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
12010
596662fa
OJ
120112014-01-15 Omair Javaid <omair.javaid@linaro.org>
12012
12013 * lib/gdb.exp (supports_process_record): Return true for
12014 arm*-linux*. (supports_reverse): Likewise.
12015
b5b08fb4
SC
120162014-01-13 Siva Chandra Reddy <sivachandra@google.com>
12017
12018 PR python/15464
12019 PR python/16113
12020 * gdb.python/py-type.c: Enhance test case.
12021 * gdb.python/py-value-cc.cc: Likewise
12022 * gdb.python/py-type.exp: Add new tests.
12023 * gdb.python/py-value-cc.exp: Likewise
12024
52d7fb13
AA
120252014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
12026 Pedro Alves <palves@redhat.com>
12027
12028 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
12029 Make "name" extern.
12030 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
12031 references to ${name}_start by references to ${name}.
12032
a2cd8cfe
JB
120332014-01-10 Joel Brobecker <brobecker@adacore.com>
12034
12035 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
12036
4e23fced
JB
120372014-01-10 Joel Brobecker <brobecker@adacore.com>
12038
12039 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
12040
c6a9e42c
PA
120412014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
12042 Pedro Alves <palves@redhat.com>
12043
12044 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 12045 mi_gdb_target_load.
c6a9e42c 12046
b7ea362b
PA
120472014-01-08 Pedro Alves <palves@redhat.com>
12048
12049 * gdb.threads/reconnect-signal.c: New file.
12050 * gdb.threads/reconnect-signal.exp: New file.
12051
5e3f4fab
EBM
120522014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12053
12054 * gdb.base/source-dir.exp: New file.
12055
79301218
JB
120562014-01-07 Joel Brobecker <brobecker@adacore.com>
12057
12058 * gdb.ada/mi_interface: New testcase.
12059
8e355c5d
JB
120602014-01-07 Joel Brobecker <brobecker@adacore.com>
12061
12062 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
12063 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
12064 gdb.ada/pp-rec-component/pck.ads: New files.
12065
c0d48811
JB
120662014-01-07 Joel Brobecker <brobecker@adacore.com>
12067
12068 * gdb.python/py-pp-integral.c: New file.
12069 * gdb.python/py-pp-integral.py: New file.
12070 * gdb.python/py-pp-integral.exp: New file.
12071
17b609c3 12072For older changes see ChangeLog-1993-2013.
c906108c 12073\f
8d8cb839
EZ
12074;; Local Variables:
12075;; mode: change-log
12076;; left-margin: 8
12077;; fill-column: 74
12078;; version-control: never
12079;; End:
902f2ccb 12080
61baf725 12081 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
12082 Copying and distribution of this file, with or without modification,
12083 are permitted provided the copyright notice and this notice are preserved.
This page took 2.848981 seconds and 4 git commands to generate.